/**
    Brand Colors
 */
/**
    Secondary Colors
 */
/**
    Typography
 */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Rounded";
  src: url("../fonts/GothamRounded-MediumItalic.eot");
  src: url("../fonts/GothamRounded-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-MediumItalic.woff2") format("woff2"), url("../fonts/GothamRounded-MediumItalic.woff") format("woff"), url("../fonts/GothamRounded-MediumItalic.ttf") format("truetype"), url("../fonts/GothamRounded-MediumItalic.svg#GothamRounded-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Rounded";
  src: url("../fonts/GothamRounded-Light.eot");
  src: url("../fonts/GothamRounded-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Light.woff2") format("woff2"), url("../fonts/GothamRounded-Light.woff") format("woff"), url("../fonts/GothamRounded-Light.ttf") format("truetype"), url("../fonts/GothamRounded-Light.svg#GothamRounded-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.cta-links {
  list-style: none;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}
.cta-links li {
  display: flex;
  margin: 0 auto;
}
.cta-links li a {
  display: block;
  width: 200px;
  padding: 5px 10px;
  background-color: #c82228;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  transition: background-color 200ms ease-out;
}
.cta-links li a:hover {
  background-color: #66141a;
}

@media only screen and (max-width: 1280px) {
  .cta-links {
    padding: 0 0 80px 0;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1280px) {
  .cta-links {
    max-width: 750px;
    padding: 20px 0;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: "Gotham", serif;
  background-color: #0c497c;
}

.home-page-wrapper {
  display: flex;
  flex-direction: column;
  background-color: #0c497c;
}

@media only screen and (max-width: 1280px) {
  .home-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 400px;
  }
  .home-hero > video {
    width: 100%;
    height: auto;
  }
  .home-hero .background {
    width: auto;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .home-hero .overlay {
    background: #7f2391;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }
  .home-hero .content {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 80%;
    max-width: 400px;
  }
  .home-hero .content .logo {
    width: 100%;
    height: auto;
    max-width: 110px;
  }
  .home-hero .content .logo img {
    width: 100%;
    height: auto;
  }
  .home-hero .content .tagline p {
    display: none;
  }
  .home-hero .content .hero-text {
    width: 100%;
    height: auto;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .home-page-wrapper {
    background-color: #0c4a7c;
  }
  .home-hero {
    position: relative;
  }
  .home-hero > video {
    width: 100%;
    height: auto;
  }
  .home-hero .overlay {
    display: none;
  }
  .home-hero .background {
    width: 100%;
    height: auto;
  }
  .home-hero .content {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 80%;
    max-width: 400px;
  }
  .home-hero .content .logo {
    width: 100%;
    height: auto;
    max-width: 110px;
  }
  .home-hero .content .logo img {
    width: 100%;
    height: auto;
  }
  .home-hero .content .tagline p {
    display: none;
  }
  .home-hero .content .hero-text {
    width: 100%;
    height: auto;
    margin-top: 180px;
  }
}
.home-hero2 .background {
  width: 100%;
  height: auto;
}

.home-brands {
  padding: 20px;
}
.home-brands .background {
  width: 100%;
  height: auto;
  visibility: hidden;
  display: none;
}
.home-brands .responsive-text {
  text-align: center;
}
.home-brands .responsive-text img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.home-brands .responsive-text span.text {
  display: none;
}
.home-brands .text1 {
  height: 22px;
  padding: 120px 0 20px 0;
}
.home-brands .text2 {
  height: 22px;
  padding: 20px 0;
}
.home-brands .text-comingsoon {
  height: 44px;
  padding: 100px 0 40px 0;
}
.home-brands .text-contact {
  padding: 80px 0 60px 0;
}
.home-brands .text-contact > a {
  display: inline-flex;
  padding: 20px;
  border: 1px solid white;
}
.home-brands .text-contact > a:hover {
  background-color: #1b79bc;
}
.home-brands .brands {
  padding: 40px 0;
}
.home-brands .brands ul {
  list-style: none;
  padding: 0;
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}
.home-brands .brands ul li {
  margin: 0;
  padding: 0;
  display: flex;
}
.home-brands .brands ul li a {
  display: flex;
}
.home-brands .brands ul li a img {
  margin: auto;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 500px) {
  .desktop-video {
    display: none;
  }
  .home-brands .brands ul {
    gap: 20px;
    flex-wrap: wrap;
    max-width: 90%;
  }
  .home-brands .brands ul li {
    flex: 40%;
  }
}
@media only screen and (min-width: 500px) and (max-width: 1280px) {
  .mobile-video {
    display: none;
  }
  .home-brands .brands ul {
    gap: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .mobile-video {
    display: none;
  }
  .home-brands .brands ul {
    gap: 40px;
  }
}
.pdf-download {
  color: white;
}
.pdf-download .cta-download {
  display: block;
  width: 200px;
  padding: 5px 10px;
  background-color: #c82228;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  transition: background-color 200ms ease-out;
}
.pdf-download .cta-download:hover {
  background-color: #66141a;
}

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