@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,700");
html {
  background-color: #666666; }

body {
  background-color: #666666;
  background-image: url(/assets/2018-11-18-213903-285-bg.png);
  line-height: 1;
  font-family: "Work Sans", "Helvetica Nueue", sans-serif;
  font-weight: 300;
  color: #FFF; }

h1 {
  font-size: 30px;
  border-bottom: 2px solid #CB333B;
  margin-bottom: 20px; }

h1.plain {
  font-size: 2em;
  border-bottom: none;
  margin-bottom: 8px; }

a {
  color: #E9E9E9; }

a:hover {
  color: white; }

.bg {
  background-image: url(/assets/2018-11-18-213903-285-bg.png); }

.light {
  color: #FFF; }

.dark {
  color: #000; }

.red {
  color: #CB333B; }

.bgvertical {
  background-color: #0069a3; }

.bghorizontal {
  background-color: #45963a; }

.bgtraditional {
  background-color: #662d91; }

.bggates {
  background-color: #666666; }

.footerborderclass {
  border-top: 3px solid #CB333B; }

.footerbordervertical {
  border-top: 3px solid #0069a3; }

.footerborderhorizontal {
  border-top: 3px solid #45963a; }

.footerbordertraditional {
  border-top: 3px solid #662d91; }

.footerbordergates {
  border-top: 3px solid #666666; }

.footer {
  background-color: #666666; }
  .footer .list-unstyled li {
    margin-bottom: 3px; }

.footer a {
  color: #FFF; }

.footer a:hover {
  color: #000;
  text-decoration: none; }

.header-taglinered {
  color: #CB333B;
  font-size: 20px; }

.header-tagline {
  color: #000;
  font-weight: bold; }

.subnav .list-inline-item {
  margin: 0px; }

.subnav li {
  color: #FFF;
  font-weight: bold;
  margin: 0px !important; }

.subnav a {
  display: block;
  color: #FFF;
  font-weight: bold;
  padding: 12px 12px; }

.subnav a:hover {
  color: #000;
  background-color: #FFF;
  text-decoration: none; }

.subnav a:not([href]):not([tabindex]):focus, .subnav a:not([href]):not([tabindex]):hover {
  color: #000;
  cursor: pointer; }

.subnav .dropdown-menu.show {
  text-decoration: none; }

.subnav .dropdown-menu a {
  font-weight: normal;
  color: #000; }

.subnav .dropdown-menu a:hover {
  background-color: transparent;
  color: #CB333B; }

.subnav .dropdown-toggle {
  color: #FFF;
  font-weight: bold; }

.subnav .dropdown-toggle:hover {
  color: #000;
  background-color: #FFF;
  text-decoration: none; }

.subnavhome {
  background-color: #CB333B; }

.subnavvertical {
  background-color: #0069a3; }

.subnavhorizontal {
  background-color: #45963a; }

.subnavgate {
  background-color: #666666; }

.subnavtraditional {
  background-color: #662d91; }

h1.section {
  font-size: 30px; }

h1.vertical {
  border-bottom: 3px solid #0069a3; }

h1.horizontal {
  border-bottom: 3px solid #45963a; }

h1.traditional {
  border-bottom: 3px solid #662d91; }

h1.gates {
  border-bottom: 3px solid #666666; }

.infolist {
  margin-bottom: 0;
  border: none;
  color: #000; }

.infolist label {
  min-width: 120px;
  max-width: 130px;
  margin-right: 10px;
  vertical-align: top; }

.infolist > li {
  border-top: 1px solid #DDD;
  padding-top: 8px;
  padding-bottom: 5px; }

.infolist > li:first-child {
  border-top: none; }

.infolist > li.noborder {
  border-top: none;
  padding-top: 3px;
  padding-bottom: 0px; }

.infolist > li.heading {
  border-bottom: 2px solid #000;
  border-top: none; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
