@charset "UTF-8";
/* IMPORT THE FRAMEWORK */
.sw {
  width: 1440px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1319px) {
  .sw {
    width: 85%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.footer-wrapper, footer nav, footer, .footer-cta, .service .img-wrapper, .service, .content-row .img-wrapper, .content-row, .intro, .hero-text, .hero, .logo, header, .img-cover, .notification {
  position: relative;
}

.menu-burger span, .menu-burger, .img-cover img {
  position: absolute;
}

.hero-text a, .service a, .content-row a {
  display: inline-block;
  zoom: 1;
}

.footer-wrapper p, footer .footer-logo img, .logo img, .logo, .img-cover img, .accent:after, .service h2:after, .content-row h2:after {
  display: block;
}

.service .info, .content-row .info, .footer-wrapper p {
  box-sizing: border-box;
}

.hidden {
  display: none;
}

.accent:after, .service h2:after, .content-row h2:after {
  content: "";
}

.footer-wrapper p, .service .info, .content-row .info {
  text-align: left;
}

.footer-wrapper p + p {
  text-align: right;
}

.footer-cta p, .intro, .hero-text a, .service a, .content-row a {
  text-align: center;
}

.intro p, .intro, .notification {
  margin-left: auto;
  margin-right: auto;
}

.accent, footer nav a, .primary-nav a, .hero-text a, .service a, .content-row a {
  text-transform: uppercase;
}

.footer-wrapper p {
  width: 50%;
}

.footer-wrapper, .hero, footer nav, footer, .service, .content-row, .primary-nav, header {
  display: flex;
  flex-wrap: wrap;
}

.service, .content-row, .primary-nav, header {
  justify-content: flex-end;
}

footer nav, footer {
  justify-content: space-between;
}

footer, .primary-nav {
  align-items: center;
}

footer, .service .img-wrapper, .hero {
  background-repeat: no-repeat;
}

footer, .service .img-wrapper, .hero {
  background-size: cover;
}

footer, .service .img-wrapper, .hero {
  background-position: center center;
}

.accent, .service h2, .content-row h2, .hero-text h1 {
  font-family: "Acherus Grotesque", sans-serif;
}

.hero-text a, .service a, .content-row a {
  transition: background-color 250ms, color 250ms;
  padding: 1em 1.2em;
  font-size: 1em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  min-width: 180px;
  letter-spacing: 0.1em;
}

.service a, .content-row a {
  color: #000000;
  border: 1px solid #00aeef;
}
.service a:hover, .content-row a:hover {
  background-color: #00aeef;
  color: #FFFFFF;
}
.service a:active, .content-row a:active {
  background-color: #0089bc;
}

.hero-text a {
  color: #FFFFFF;
  background-color: #00aeef;
}
.hero-text a:hover {
  background-color: #23c3ff;
}
.hero-text a:active {
  background-color: #0089bc;
}

footer, .footer-cta, .hero-text {
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 1921px) {
  footer, .footer-cta, .hero-text {
    padding-left: 4.5em;
    padding-right: 4.5em;
  }
}
@media screen and (max-width: 960px) {
  footer, .footer-cta, .hero-text {
    padding-left: 5%;
    padding-right: 5%;
  }
}

footer, .footer-cta, .intro {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (min-width: 451px) and (max-width: 1200px) {
  footer, .footer-cta, .intro {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}
@media screen and (max-width: 450px) {
  footer, .footer-cta, .intro {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.notification {
  border-radius: 5px;
}

.accent:after, .service h2:after, .content-row h2:after {
  height: 5px;
  width: 1px;
  transition: width 2s 0.2s cubic-bezier(0, 1, 0.3, 1);
}

.accent:after, .service h2:after, .content-row h2:after {
  background-color: #00aeef;
}

.hero-text h1 {
  font-size: 3.4em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .hero-text h1 {
    font-size: 3.2em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .hero-text h1 {
    font-size: 3em;
  }
}
@media screen and (max-width: 450px) {
  .hero-text h1 {
    font-size: 2.8em;
  }
}

.footer-cta p, .service h2, .content-row h2 {
  font-size: 2.5em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .footer-cta p, .service h2, .content-row h2 {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .footer-cta p, .service h2, .content-row h2 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 450px) {
  .footer-cta p, .service h2, .content-row h2 {
    font-size: 1.3em;
  }
}

.intro p, .hero-text p {
  font-size: 1.6em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .intro p, .hero-text p {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .intro p, .hero-text p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 450px) {
  .intro p, .hero-text p {
    font-size: 1em;
  }
}

.accent, .service li, .content-row li, .notification, .service p, .content-row p {
  font-size: 1em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .accent, .service li, .content-row li, .notification, .service p, .content-row p {
    font-size: 0.95em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .accent, .service li, .content-row li, .notification, .service p, .content-row p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 450px) {
  .accent, .service li, .content-row li, .notification, .service p, .content-row p {
    font-size: 0.8em;
  }
}

.footer-wrapper p {
  font-size: 0.85em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .footer-wrapper p {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .footer-wrapper p {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 450px) {
  .footer-wrapper p {
    font-size: 0.75em;
  }
}

.service h2, .content-row h2, .hero-text h1 {
  line-height: 1.2em;
  margin-bottom: 0.5em;
  font-weight: 900;
}

.footer-wrapper p, .service p, .content-row p, .intro p, .hero-text p {
  font-weight: normal;
  line-height: 1.7em;
  margin-bottom: 1.5em;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, input, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  list-style: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

a [href^=tel] {
  color: inherit;
  text-decoration: none;
}

.notification {
  padding: 0.9em 3em;
  background-color: #f1f3f0;
}

@font-face {
  font-family: "Acherus Grotesque";
  src: url("../fonts/acherus_grotesque_black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acherus Grotesque";
  src: url("../fonts/acherus_grotesque_bold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acherus Grotesque";
  src: url("../fonts/acherus_grotesque_medium.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acherus Grotesque";
  src: url("../fonts/acherus_grotesque_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acherus Grotesque";
  src: url("../fonts/acherus_grotesque_ultralight_italic.woff") format("woff");
  font-weight: 100;
  font-style: oblique;
  font-display: swap;
}
html {
  font-size: 16px;
}

body {
  background: #FFFFFF;
  color: #000000;
  font-family: "Acherus Grotesque", sans-serif;
}

.img-cover {
  overflow: hidden;
}
.img-cover img {
  min-width: 1000%;
  min-height: 1000%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.1);
}

header {
  justify-content: space-between;
  align-items: center;
  height: 130px;
  z-index: 999999;
  padding: 2em 5%;
}

.logo {
  width: 250px;
}
.logo img {
  width: 100%;
}

@media screen and (max-width: 360px) {
  .logo {
    width: 190px;
  }
}
.primary-nav a {
  color: #FFFFFF;
  padding: 0.5em 0.8em;
  margin-left: 3em;
  font-size: 1em;
  font-weight: bold;
}
.primary-nav a:hover {
  color: #00aeef;
  border-bottom: 2px solid #00aeef;
}

@media screen and (max-width: 980px) {
  .primary-nav {
    position: absolute;
    display: none;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    background: #0a2060;
    z-index: 1000;
    transform-origin: center top;
    padding: 3em;
    text-align: left;
  }
  .primary-nav.open {
    display: block;
    box-sizing: border-box;
    animation: dropdown 0.3s ease-in-out;
    -webkit-animation: dropdown 0.3s ease-in-out;
  }
  .primary-nav.open a {
    display: block;
    width: 70%;
    color: #FFFFFF;
    box-sizing: border-box;
    margin-left: 0;
    padding: 10px 0px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .primary-nav.open a:hover {
    color: #00aeef;
  }
}
body.annnounced .menu-burger {
  top: 85px;
}

body:not(.announced) .menu-burger {
  top: 55px;
}

.menu-burger {
  right: 5%;
  width: 40px;
  height: 30px;
  cursor: pointer;
  z-index: 1001;
}
.menu-burger:hover span {
  background-color: #0e2f8d;
}
.menu-burger:active span:nth-of-type(1) {
  top: -3px;
}
.menu-burger:active span:nth-of-type(4) {
  top: 27px;
  opacity: 0.7;
}
.menu-burger span {
  transition: 0.1s ease-in-out;
  display: block;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  height: 2px;
  opacity: 1;
  background-color: #00aeef;
  transform: rotate(0deg);
}
.menu-burger span:nth-of-type(1) {
  top: 0px;
}
.menu-burger span:nth-of-type(2), .menu-burger span:nth-of-type(3) {
  top: 12px;
}
.menu-burger span:nth-of-type(4) {
  top: 25px;
}
.menu-burger.open span {
  background-color: #FFF;
}
.menu-burger.open span:nth-of-type(1), .menu-burger.open span:nth-of-type(4) {
  top: 21px;
  margin-left: 0;
  width: 0;
  opacity: 0;
}
.menu-burger.open span:nth-of-type(2) {
  transform: rotate(45deg);
}
.menu-burger.open span:nth-of-type(3) {
  transform: rotate(-45deg);
}
.menu-burger.open:active span:nth-of-type(1), .menu-burger.open:active span:nth-of-type(4) {
  top: 21px;
  margin-left: 0;
  width: 0;
  opacity: 0;
}
.menu-burger.open:active span:nth-of-type(2) {
  transform: rotate(55deg);
}
.menu-burger.open:active span:nth-of-type(3) {
  transform: rotate(-55deg);
}

@media screen and (min-width: 980px) {
  .menu-burger {
    display: none;
  }
}
/* ACTIVE HIGHLIGHTS */
.home-page .home-link, .services-page .services-link, .about-page .about-link, .contact-page .contact-link {
  color: #00aeef;
  border-bottom: 3px solid #00aeef;
}

.home-page .fhome-link, .services-page .fservices-link, .about-page .fabout-link, .contact-page .contact-link {
  color: #00aeef;
}

.hero {
  width: 100%;
  height: 760px;
  align-items: center;
  margin-top: -200px;
}

.hero-text {
  width: 60%;
  color: #FFFFFF;
  margin-top: 300px;
}
.hero-text a {
  margin-top: 1.5em;
}

@media screen and (max-width: 760px) {
  .hero {
    height: auto;
  }

  .hero-text {
    width: 100%;
    padding-bottom: 100px;
  }
  .hero-text p {
    width: 100%;
  }
}
.intro {
  background-color: #f1f3f0;
}
.intro p {
  width: 60%;
  color: #0e2f8d;
}

@media screen and (max-width: 760px) {
  .intro p {
    width: 80%;
  }
}
.content-row {
  margin-top: 4.5em;
  margin-bottom: 4.5em;
  /* ZIG*/
  /* ZAG */
}
.content-row .info {
  width: 50%;
  padding: 9% 5%;
}
.content-row h2 {
  width: 80%;
}
.content-row p {
  color: #000000;
}
.content-row li {
  padding: 0.8em 0;
  border-top: 1px solid rgba(0, 174, 239, 0.2);
}
.content-row li:last-of-type {
  border-bottom: 1px solid rgba(0, 174, 239, 0.2);
}
.content-row a {
  margin-top: 1.5em;
}
.content-row .img-wrapper {
  width: 50%;
}
.content-row:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .content-row .info {
    width: 100%;
    padding: 10% 5%;
  }
  .content-row .img-wrapper {
    width: 100%;
    height: 400px;
  }
}
.service {
  margin-top: 4.5em;
  /* ZIG*/
  /* ZAG */
}
.service .info {
  width: 50%;
  padding: 7.5% 5%;
}
.service h2 {
  margin-bottom: 1.5em;
}
.service p {
  color: #000000;
}
.service ul {
  width: 100%;
  margin: 3em 0;
  list-style-type: none !important;
}
.service li {
  padding: 0.8em 0 0.8em 0.8em;
  border-top: 1px solid rgba(0, 174, 239, 0.2);
}
.service li:before {
  content: "✔ ";
  color: green;
  padding-right: 1.5em;
}
.service li:last-of-type {
  border-bottom: 1px solid rgba(0, 174, 239, 0.2);
}
.service a {
  margin-top: 1.5em;
}
.service .img-wrapper {
  width: 50%;
}
.service:nth-of-type(2n) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .service .info {
    width: 100%;
    padding: 10% 5%;
  }
  .service .img-wrapper {
    width: 100%;
    height: 400px;
  }
}
.footer-cta {
  background-color: #00aeef;
  margin-top: 4.5em;
}
.footer-cta p {
  color: #FFFFFF;
  font-weight: 900;
}
.footer-cta.show-on-scroll {
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(0.99, 0.15, 0.93, 0.65);
}
.footer-cta.is-visible {
  opacity: 1;
}

footer {
  background-color: #FFFFFF;
  background-image: url("/app/images/global/footer-bg.jpg");
}
footer .footer-logo {
  width: 300px;
}
footer .footer-logo img {
  width: 100%;
}
footer nav a {
  padding: 0.5em 0.8em;
  color: #FFFFFF;
  font-size: 1em;
}
footer nav a:hover {
  color: #00aeef;
}
footer nav a:last-of-type {
  padding-right: 0;
}

@media screen and (max-width: 760px) {
  footer .footer-logo {
    width: 220px;
    margin: 0 auto;
  }
  footer nav {
    display: none;
  }
}
.footer-wrapper {
  padding: 3em 5%;
  background-color: #000000;
  color: #FFFFFF;
}
.footer-wrapper a {
  color: #FFFFFF;
}
.footer-wrapper a:hover {
  color: #00aeef;
}

@media screen and (max-width: 760px) {
  .footer-wrapper p {
    width: 100%;
    text-align: center;
    font-size: 0.65em;
  }
  .footer-wrapper p + p {
    text-align: center;
  }
}
.accent {
  font-weight: normal;
}
.accent:after {
  margin: 1em 0 1.8em 0;
}
.accent.is-visible:after {
  width: 220px;
}

.show-on-scroll.slide-in {
  transition: transform 2s 0.2s cubic-bezier(0, 1, 0.3, 1), opacity 0.2s 0.2s ease-out;
  opacity: 0;
  transform: translateX(5em);
}
.show-on-scroll.slide-in.is-visible {
  opacity: 1;
  transform: translateX(0);
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes dropdown {
  from {
    transform: rotateX(-25deg) scaleY(0.8);
    opacity: 0.2;
  }
  to {
    transform: rotateX(0) scaleY(1);
    opacity: 1;
  }
}
@keyframes dropdown {
  from {
    transform: rotateX(-25deg) scaleY(0.8);
    opacity: 0.2;
  }
  to {
    transform: rotateX(0) scaleY(1);
    opacity: 1;
  }
}
