.has-black-background-color {
  background-color: #000000;
}

.has-black-color {
  color: #000000;
}

.has-white-background-color {
  background-color: #FFFFFF;
}

.has-white-color {
  color: #FFFFFF;
}

.has-red-background-color {
  background-color: #C1262C;
}

.has-red-color {
  color: #C1262C;
}

.has-orange-background-color {
  background-color: #FA7307;
}

.has-orange-color {
  color: #FA7307;
}

.has-silver-background-color {
  background-color: #DDDDDD;
}

.has-silver-color {
  color: #DDDDDD;
}

* main {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
}
html {
  font-size: 10px;
}

body {
  background: #FFFFFF;
  color: #000000;
  font-family: "Antique Olive", sans-serif;
  font-weight: normal;
  font-size: 1.6em;
}
body a {
  color: #C1262C;
}
body main {
  padding-bottom: 1em;
}
body main p {
  font-size: 1.2em;
  margin: 1em;
}
@media (max-width: 767px) {
  body main {
    /* mobile layout */
  }
  body main a {
    /* fix for mobile browsers not clicking links */
    position: relative;
    z-index: 9999;
  }
}
@media (min-width: 768px) {
  body main {
    /* tablet layout */
    position: relative;
    left: 10em;
    width: calc(100% - 10em);
  }
}
body main dl {
  margin: 1em;
}
body main dl.videos {
  width: 100%;
  margin: 0;
  border: 0.5em solid transparent;
}
body main dl.videos img {
  width: 100%;
  border-top: 0.25em solid transparent;
}
body main dl.videos .video {
  border: 0.5em solid transparent;
  border-bottom: 2em solid transparent;
}
@media (min-width: 768px) {
  body main dl.videos .video dt a {
    font-size: 1em;
  }
}
body main dl dt, body main dl dd {
  margin: 0;
}
body main dl dt .description, body main dl dt .byline, body main dl dd .description, body main dl dd .byline {
  display: block;
}
body main dl dt a {
  font-size: 2rem;
  font-weight: bold;
}
body hr {
  border: unset;
  margin: unset;
  padding: unset;
  border-bottom: 1px solid #DDDDDD;
  margin: 1em 0;
}
body hr:last-of-type {
  display: none;
}
body header {
  left: 0;
  top: 0;
  background-color: #DDDDDD;
}
body header nav a {
  text-decoration: none;
  color: #000000;
  display: inline-block;
  height: 5em;
  font-weight: bold;
  padding: 0 1em;
  line-height: 5em;
}
body header nav a.active {
  background-color: #FFFFFF;
}
body header nav a:hover {
  color: #C1262C;
}
@media (max-width: 767px) {
  body header {
    /* mobile layout */
    position: sticky;
    top: 0;
    width: 100%;
    height: 5em;
    z-index: 999;
  }
  body header svg {
    max-height: 100%;
    border: 0.25em solid transparent;
    border-left: 0;
    pointer-events: none;
  }
  body header nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 5em;
  }
}
@media (min-width: 768px) {
  body header {
    /* tablet layout */
    position: fixed;
    width: 10em;
    height: 100%;
  }
  body header svg {
    width: 10em;
    display: block;
    margin: 1em auto;
  }
  body header nav a {
    display: block;
    text-align: center;
  }
}
body header nav {
  font-size: 1em;
}

/*# sourceMappingURL=style.css.map */
