/* 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-credits, footer nav, footer, .testimonial, .testimonial-row, .content-row .img-wrapper, .content-row, .intro, .hero-text, .hero, .logo, header, .notification {
  position: relative;
}

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

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

.footer-credits p, footer nav a, footer .footer-logo img, .content-row .img-wrapper img, .logo img, .logo, .testimonial .author, .testimonial p.long, .content-row p, .hero-text p, .testimonial p.medium, .testimonial p.short, .intro p, .content-row h2, .hero-text h1 {
  display: block;
}

.testimonial, .content-row .info, .footer-credits p, footer .footer-logo {
  box-sizing: border-box;
}

.hidden {
  display: none;
}

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

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

.testimonial, .content-row a, .hero-text a {
  text-align: center;
}

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

.content-row h2, .hero-text h1, .primary-nav a, .content-row a, .hero-text a {
  text-transform: uppercase;
}

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

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

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

.testimonial-row {
  justify-content: center;
}

footer {
  justify-content: space-between;
}

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

.testimonial-row, .content-row .img-wrapper, .hero {
  background-repeat: no-repeat;
}

.testimonial-row, .content-row .img-wrapper, .hero {
  background-size: cover;
}

.testimonial-row, .content-row .img-wrapper, .hero {
  background-position: center center;
}

footer .footer-logo {
  width: 20%;
}

.content-row h2, .hero-text h1 {
  font-family: "neurial_grotesk", sans-serif;
}

.content-row a, .hero-text a {
  transition: background-color 250ms, color 250ms;
  padding: 0.9em 1em;
  font-size: 0.9em;
  font-weight: normal;
  border: none;
  cursor: pointer;
  min-width: 180px;
}

.content-row a, .hero-text a {
  color: #FFFFFF;
  background-color: #229780;
}
.content-row a:hover, .hero-text a:hover {
  background-color: #b7d4ca;
}
.content-row a:active, .hero-text a:active {
  background-color: #77ae9c;
}

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

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

.notification {
  border-radius: 5px;
}

.hero-text h1 {
  font-size: 5em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .hero-text h1 {
    font-size: 3.5em;
  }
}
@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: 2em;
  }
}

.testimonial p.medium, .testimonial p.short, .intro p, .content-row h2 {
  font-size: 1.5em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .testimonial p.medium, .testimonial p.short, .intro p, .content-row h2 {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .testimonial p.medium, .testimonial p.short, .intro p, .content-row h2 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 450px) {
  .testimonial p.medium, .testimonial p.short, .intro p, .content-row h2 {
    font-size: 1.2em;
  }
}

.content-row li, .notification, .testimonial .author, .testimonial p.long, .content-row p, .hero-text p {
  font-size: 1em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .content-row li, .notification, .testimonial .author, .testimonial p.long, .content-row p, .hero-text p {
    font-size: 1em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .content-row li, .notification, .testimonial .author, .testimonial p.long, .content-row p, .hero-text p {
    font-size: 1em;
  }
}
@media screen and (max-width: 450px) {
  .content-row li, .notification, .testimonial .author, .testimonial p.long, .content-row p, .hero-text p {
    font-size: 0.95em;
  }
}

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

.content-row h2, .hero-text h1 {
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 1.5em;
}

.footer-credits p, .testimonial .author, .testimonial p.long, .content-row p, .hero-text p, .testimonial p.medium, .testimonial p.short, .intro p {
  font-weight: normal;
  line-height: 1.6em;
  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: #fef4f5;
}

@font-face {
  font-family: "neurial_grotesk";
  src: url("../fonts/neurial_grotesk_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "neurial_grotesk";
  src: url("../fonts/neurial_grotesk_medium-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "neurial_grotesk";
  src: url("../fonts/neurial_grotesk_extrabold-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
html {
  font-size: 16px;
}

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

header {
  justify-content: space-between;
  align-items: center;
  height: 130px;
  z-index: 999999;
  background-color: #FFFFFF;
  padding: 0.5em 5%;
}

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

@media screen and (max-width: 360px) {
  .logo {
    width: 220px;
  }
}
.primary-nav a {
  color: #000000;
  padding: 0.5em 0.4em;
  margin-left: 3em;
  font-size: 1em;
  font-weight: bold;
}
.primary-nav a:hover {
  color: #229780;
}

@media screen and (max-width: 1395px) {
  .primary-nav a {
    margin-left: 1.2em;
  }
}
@media screen and (max-width: 1280px) {
  .primary-nav a {
    margin-left: 0.9em;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1061px) {
  .primary-nav a {
    margin-left: 0.8em;
    font-size: 0.9em;
  }
  .primary-nav a:last-of-type {
    margin-left: 0.8em;
    padding-left: 0.8em;
  }
}
@media screen and (max-width: 980px) {
  .primary-nav {
    position: absolute;
    display: none;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    background: #1c1c1c;
    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: #229780;
  }
}
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: #97c1b3;
}
.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: #229780;
  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, .about-page .about-link, .contact-page .contact-link {
  color: #229780;
}

.hero {
  width: 100%;
  height: 500px;
}

.hero-text {
  width: 50%;
  color: #FFFFFF;
}
.hero-text h1 {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
  margin-bottom: 0.5em;
}
.hero-text a {
  margin-top: 1.5em;
}

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

  .hero-text {
    width: 100%;
  }
}
.intro {
  width: 70%;
}
.intro p {
  padding-left: 10%;
  border-left: 4px solid #229780;
}

@media screen and (max-width: 960px) {
  .intro {
    width: 90%;
  }
}
.content-row {
  justify-content: flex-end;
  /* ZIG*/
  /* ZAG */
}
.content-row .info {
  width: 50%;
  padding: 7.5%;
}
.content-row h2 {
  padding-left: 5%;
  border-left: 4px solid #229780;
}
.content-row p {
  color: #000000;
}
.content-row li {
  padding: 0.8em 0;
  border-top: 1px solid #97c1b3;
}
.content-row li:last-of-type {
  border-bottom: 1px solid #97c1b3;
}
.content-row .img-wrapper {
  width: 50%;
  z-index: 2;
}
.content-row .img-wrapper img {
  width: 100%;
}
.content-row:nth-of-type(2n) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .content-row .info,
.content-row .img-wrapper {
    width: 100%;
  }

  .content-row .img-wrapper {
    margin: 1em 0;
    height: 400px;
  }
}
.testimonial-row {
  background-attachment: fixed;
  align-items: center;
  background-image: url("/app/images/global/testimonial-bg.jpg");
}

.testimonial {
  width: 80%;
  color: #FFFFFF;
  padding: 3em 5% 1.5em;
}
.testimonial p {
  line-height: 1.6em;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 760px) {
  .testimonial-row {
    padding: 5em 0;
  }

  .testimonial {
    margin-top: 2em;
  }
}
footer {
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
}
footer .footer-logo img {
  width: 100%;
}
footer nav {
  align-items: center;
  width: 80%;
}
footer nav a {
  padding-left: 5%;
  border-left: 3px solid #229780;
  color: #000000;
  font-size: 1.1em;
  margin: 0 2.5%;
}
footer nav a:hover {
  color: #229780;
}
footer .call {
  white-space: nowrap;
  margin-right: 1.5em;
}

.footerbas {
  width: 55px;
  margin: 0 0 0 2em;
}

.footer-credits {
  background-color: #000000;
  color: rgba(255, 255, 255, 0.3);
  padding: 3em 5%;
}
.footer-credits a {
  color: rgba(255, 255, 255, 0.3);
}
.footer-credits a:hover {
  color: #229780;
}

@media screen and (max-width: 760px) {
  footer {
    margin: 0 auto;
    text-align: center;
  }
  footer .footer-logo {
    width: 100%;
    margin-bottom: 3em;
  }
  footer nav {
    width: 100%;
    text-align: center;
  }
  footer nav a {
    width: 100%;
    padding-bottom: 1.5em;
    border-left: none;
  }
  footer nav .email {
    display: none;
  }
  footer .call {
    width: 90%;
    margin-bottom: 1.5em;
  }

  .footer-credits p {
    width: 100%;
    text-align: center;
  }
  .footer-credits p + p {
    text-align: center;
  }

  .footerbas {
    margin: 5% auto;
  }
}
.show-on-scroll {
  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.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;
  }
}
.come-in {
  transform: translateX(180px);
  animation: come-in 1s ease forwards;
}

@keyframes come-in {
  from {
    opacity: 0.2;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
