.sw {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1319px) {
  .sw {
    width: 85%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.footer-credits, .footer-logo, footer, .footer-logos, .footer-cta span, .footer-cta, .hero-text, .hero, .dropdown-holder, .dropdown div, .dropdown-content, .primary-nav .nav-chevron, .logo, header {
  position: relative;
}

.hero .hero-vertical, .menu-burger span, .menu-burger, .dropdown:before, .dropdown {
  position: absolute;
}

.dropdown-holder, .footer-cta .button, .primary-nav .button, .hero-text a, .primary-nav .alt-button {
  display: inline-block;
  zoom: 1;
}

.footer-credits p, .footer-nav a, .footer-logo img, .footer-logo, .footer-logos .logo img, .hero-text .section-type, .dropdown a, .logo img, .logo {
  display: block;
}

.dropdown div, .footer-credits p, .hero-text p.long, .hero-text p {
  box-sizing: border-box;
}

.dropdown, .hidden {
  display: none;
}

.footer-credits p, .footer-nav nav {
  text-align: left;
}

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

.hero .hero-vertical, .footer-cta .button, .primary-nav .button, .hero-text a, .primary-nav .alt-button {
  text-align: center;
}

.footer-cta h2, .hero-text .section-type, .dropdown h3 {
  text-transform: uppercase;
}

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

.footer-credits, .footer-nav, .footer-cta span, .footer-cta, .hero, .dropdown-content, footer, .primary-nav, header {
  display: flex;
  flex-wrap: wrap;
}

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

footer {
  justify-content: space-between;
}

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

.footer-cta, .hero, .dropdown h4, .primary-nav .nav-chevron, .hero-text a, .primary-nav .alt-button {
  background-repeat: no-repeat;
}

.hero {
  background-size: cover;
}

.footer-cta {
  background-size: 100%;
}

.hero {
  background-position: center center;
}

.dropdown h4, .primary-nav .nav-chevron {
  background-position: right center;
}

.footer-cta {
  background-position: right top;
}

.hero-text p.long, .hero-text p {
  width: 60%;
}

.footer-cta h3, .hero-text h1.long, .hero-text h1 {
  font-family: "neurial_grotesk", sans-serif;
}

.footer-cta h2, .hero-text .section-type, .dropdown h3 {
  font-family: "Weekly", sans-serif;
}

.footer-cta .button, .primary-nav .button, .hero-text a, .primary-nav .alt-button {
  transition: background-color 250ms, color 250ms;
  width: 150px;
  padding: 1.2em 2em;
  font-size: 1em;
  border: none;
  cursor: pointer;
}

.hero-text a, .primary-nav .alt-button {
  color: #FFFFFF;
  background-color: #02BBED;
  border-radius: 5px 5px 15px 5px;
  background-image: url("/app/images/global/chevron-right.png");
  background-position: right 1.5em center;
  border-right: 5px solid #424242;
  background-size: 10px;
  padding-right: 3em;
}
.hero-text a:hover, .primary-nav .alt-button:hover {
  background-color: #57dafe;
}
.hero-text a:active, .primary-nav .alt-button:active {
  background-color: #0293ba;
}

.footer-cta .button, .primary-nav .button {
  color: #151515;
  background-color: #FFD600;
  border-radius: 15px 5px;
}
.footer-cta .button:hover, .primary-nav .button:hover {
  background-color: #ffe666;
  color: #FFFFFF;
}
.footer-cta .button:active, .primary-nav .button:active {
  background-color: #998000;
}

header {
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 1921px) {
  header {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}

footer, .footer-cta, .hero-text {
  padding-left: 12.5%;
  padding-right: 12.5%;
}
@media screen and (min-width: 451px) and (max-width: 1200px) {
  footer, .footer-cta, .hero-text {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media screen and (max-width: 450px) {
  footer, .footer-cta, .hero-text {
    padding-left: 5%;
    padding-right: 5%;
  }
}

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

.footer-cta h2, .hero-text .section-type, .dropdown h3 {
  margin-bottom: 3em;
  color: #8d8d8d;
}

.hero-text h1 {
  font-size: 5.8em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .hero-text h1 {
    font-size: 5.4em;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .hero-text h1 {
    font-size: 4em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1023px) {
  .hero-text h1 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 450px) {
  .hero-text h1 {
    font-size: 2em;
  }
}

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

.footer-cta h3 {
  font-size: 2.4em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .footer-cta h3 {
    font-size: 2.4em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .footer-cta h3 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 450px) {
  .footer-cta h3 {
    font-size: 1.5em;
  }
}

.hero-text p {
  font-size: 1.4em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .hero-text p {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .hero-text p {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 450px) {
  .hero-text p {
    font-size: 1.1em;
  }
}

.hero-text p.long {
  font-size: 1.05em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .hero-text p.long {
    font-size: 1.05em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .hero-text p.long {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 450px) {
  .hero-text p.long {
    font-size: 0.9em;
  }
}

.footer-credits p, .footer-logo p, .hero .hero-vertical, .footer-cta h2, .hero-text .section-type, .dropdown h3 {
  font-size: 0.9em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .footer-credits p, .footer-logo p, .hero .hero-vertical, .footer-cta h2, .hero-text .section-type, .dropdown h3 {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .footer-credits p, .footer-logo p, .hero .hero-vertical, .footer-cta h2, .hero-text .section-type, .dropdown h3 {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 450px) {
  .footer-credits p, .footer-logo p, .hero .hero-vertical, .footer-cta h2, .hero-text .section-type, .dropdown h3 {
    font-size: 0.8em;
  }
}

.footer-cta h3, .hero-text h1.long, .hero-text h1 {
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 1.5em;
}

.footer-cta h2, .hero-text .section-type, .dropdown h3 {
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}

.footer-credits p, .footer-logo p, .hero .hero-vertical, .hero-text p.long, .hero-text p {
  font-weight: normal;
  line-height: 1.8em;
  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;
}

@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;
}
@font-face {
  font-family: "weekly";
  src: url("../fonts/Weekly-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "weekly";
  src: url("../fonts/Weekly-Medium.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
html {
  font-size: 16px;
}

body {
  background: #151515;
  color: #151515;
  font-family: "neurial_grotesk", sans-serif;
  transition: padding-top 200ms;
}
body.announced {
  padding-top: 60px;
}

header {
  justify-content: space-between;
  align-items: center;
  height: 180px;
  z-index: 11;
}

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

@media screen and (min-width: 1415px) and (max-width: 1190px) {
  .logo {
    width: 220px;
  }
}
@media screen and (max-width: 1414px) {
  .logo {
    width: 190px;
  }
}
.primary-nav a {
  margin-right: 1.05em;
  padding: 0.5em 0.8em;
  color: #FFFFFF;
  font-size: 1em;
  transition: all 250ms;
}
.primary-nav a:hover {
  color: #02BBED;
}
.primary-nav .nav-chevron {
  z-index: 99999999;
  background-image: url("/app/images/global/chevron-down.png");
  background-position: right 1em center;
  background-size: 15px;
  padding: 1em 2.5em;
}
.primary-nav .button {
  padding: 1.2em 1.6em;
  border-left: 5px solid #424242;
  border-right: 5px solid #424242;
  margin-right: 0;
}
.primary-nav .alt-button {
  font-size: 1em;
  padding: 1.2em 1.6em 1.2em 0.8em;
}
.primary-nav .alt-button:hover {
  color: #FFFFFF;
}
.primary-nav .hidden-nav {
  display: none;
}

@media screen and (min-width: 1196px) and (max-width: 1600px) {
  .primary-nav a {
    padding: 0.5em 0.5em;
  }
  .primary-nav .button {
    padding: 1.1em 1.2em;
  }
  .primary-nav .alt-button {
    padding: 1.1em 1.2em;
  }
}
@media screen and (min-width: 1460px) and (max-width: 1480px) {
  .primary-nav a {
    padding: 0.5em 0.4em;
  }
  .primary-nav .button {
    padding: 1.1em 1.2em;
  }
  .primary-nav .alt-button {
    padding: 1.1em 1.2em;
  }
}
@media screen and (min-width: 1410px) and (max-width: 1459px) {
  .primary-nav a {
    padding: 0.5em 0.3em;
  }
  .primary-nav .button {
    padding: 1.1em 1.1em;
  }
  .primary-nav .alt-button {
    padding: 1.1em 1.1em;
  }
}
@media screen and (max-width: 1409px) {
  .primary-nav a {
    margin-right: 0.8em;
    padding: 0.5em 0.2em;
  }
  .primary-nav .button {
    padding: 1.1em 1.1em;
  }
  .primary-nav .alt-button {
    padding: 1.1em 1.1em;
  }
}
/* ACTIVE HIGHLIGHTS */
.home-page .home-link, .services-page .services-link, .about-page .about-link, .partners-page .partners-link,
.blog-page .blog-link, .support-page .support-link, .contact-page .contact-link {
  background-color: #F62971;
  border-radius: 15px 5px;
}

@media screen and (max-width: 1279px) {
  .home-page .home-link, .services-page .services-link, .about-page .about-link, .partners-page .partners-link,
.blog-page .blog-link, .support-page .support-link, .contact-page .contact-link {
    background-color: #151515;
    border-radius: 0;
    color: #F62971 !important;
  }
}
.dropdown {
  width: 850px;
  top: 50px;
  background-color: #F62971;
  z-index: 99999;
  border-radius: 15px 5px;
  margin-left: -3em;
  padding: 1.5em 3em 3em 3em;
}
.dropdown:before {
  top: 0;
  left: 3em;
  content: "";
  margin-top: -30px;
  width: 148.5px;
  height: 30px;
  background-color: #F62971;
}
.dropdown div {
  width: 33.33%;
  padding: 1.5em 3em 1.5em 1.5em;
}
.dropdown h3 a {
  color: #424242;
}
.dropdown h4 {
  color: #FFFFFF;
  background-image: url("/app/images/global/chevron-right.png");
  background-size: 8px;
  padding: 0.5em 0;
  border-top: 1px solid #424242;
  border-bottom: 1px solid #424242;
  margin-bottom: 1.5em;
  width: 80%;
}
.dropdown a {
  padding: 0.5em 0;
  color: #FFFFFF;
  font-size: 0.9em;
}
.dropdown a:hover {
  color: #02BBED;
  background-color: #F62971;
  border-radius: 15px 5px;
}

.dropdown-holder {
  z-index: 99999999;
}
.dropdown-holder:hover > a {
  background-color: #F62971;
  border-radius: 15px 5px;
}
@media screen and (max-width: 1279px) {
  .primary-nav {
    position: absolute;
    display: none;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    background: #151515;
    z-index: 1000;
    transform-origin: center top;
    padding: 3em;
  }
  .primary-nav.open {
    display: block;
    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;
    line-height: 1.8;
  }
  .primary-nav.open a:hover {
    color: #F62971;
  }
  .primary-nav div, .primary-nav div > div {
    display: block;
    width: 100%;
  }
  .primary-nav div > div {
    position: static;
    padding: 0;
  }
  .primary-nav div > div a {
    text-indent: 1em;
    font-size: 0.9em;
  }
  .primary-nav div:hover > div:before {
    display: none;
  }
  .primary-nav .hidden-nav {
    display: block;
  }
  .primary-nav .dropdown-holder {
    display: none;
  }
  .primary-nav .button {
    color: #151515 !important;
  }
  .primary-nav .alt-button {
    margin: 1.5em 0;
  }
}
.menu-burger {
  top: 80px;
  right: 5%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 2001;
  padding: 1.5em;
}
.menu-burger:hover span {
  background-color: #02BBED;
}
.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: 30px;
  height: 3px;
  opacity: 1;
  background-color: #FFFFFF;
  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: 8px;
}
.menu-burger span:nth-of-type(4) {
  top: 16px;
}
.menu-burger.open span {
  background-color: #FFFFFF;
}
.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: 1280px) {
  .menu-burger {
    display: none;
  }
}
.hero {
  background-color: #151251;
  height: 1000px;
  margin-top: -180px;
}
.hero .hero-vertical {
  transform: rotate(90deg);
  color: #FFFFFF;
  top: 500px;
  right: 0;
}

.hero-text {
  width: 50%;
  color: #FFFFFF;
  margin-top: 260px;
}
.hero-text h1 {
  margin-bottom: 0.5em;
}
.hero-text h1.long {
  margin-bottom: 0.5em;
}
.hero-text .section-type {
  color: #02BBED;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 760px) {
  .hero {
    height: 700px;
    background-position: 46% center;
  }
  .hero .hero-vertical {
    display: none;
  }
  .hero-text {
    width: 90%;
    margin-top: 170px;
  }
}
.footer-cta {
  background-color: #151251;
  color: #FFFFFF;
  padding-top: 8em;
  background-image: url("/app/images/global/footer-cta-bg.jpg");
}
.footer-cta h2 {
  width: 100%;
  margin-bottom: 4.5em;
}
.footer-cta h3 {
  width: 60%;
  margin-right: 5%;
}
.footer-cta span {
  align-items: flex-start;
}

@media screen and (max-width: 760px) {
  .footer-cta {
    background-size: 900px;
  }
  .footer-cta h3 {
    width: 95%;
    margin-right: 5%;
  }
}
.footer-logos {
  display: flex;
  width: 100%;
  margin-top: 6em;
  border-top: 2px solid #FFD600;
  border-bottom: 2px solid #FFD600;
  padding: 4.5em 0;
}
.footer-logos .logo {
  flex: 1 1 auto;
  margin: 0 10px;
}
.footer-logos .logo img {
  width: 100%;
  filter: grayscale(100%);
}

@media screen and (max-width: 760px) {
  .footer-logos {
    padding: 1.5em 0;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .footer-logos .logo {
    width: 28%;
    padding: 0;
    flex: inherit;
  }
}
footer {
  background-color: #151251;
  color: #FFFFFF;
}

.footer-logo {
  width: 250px;
}
.footer-logo p {
  color: #02BBED;
}
.footer-logo img {
  width: 100%;
  margin-bottom: 3em;
}

.footer-nav {
  width: 60%;
}
.footer-nav nav {
  width: 25%;
}
.footer-nav .nav-title {
  color: #02BBED;
}
.footer-nav .nav-title:hover {
  color: #FFFFFF;
}
.footer-nav .alt {
  margin-top: 1.5em;
}
.footer-nav a {
  text-transform: capitalize;
  font-size: 0.9em;
  line-height: 2em;
  color: #FFFFFF;
}
.footer-nav a:hover {
  color: #02BBED;
}

.footer-credits {
  width: 100%;
  color: rgba(255, 255, 255, 0.3);
  padding-top: 3em;
}
.footer-credits a {
  color: rgba(255, 255, 255, 0.3);
}
.footer-credits a:hover {
  color: #02BBED;
}

@media screen and (max-width: 1024px) {
  .footer-nav {
    width: 100%;
    margin-top: 3em;
  }
}
@media screen and (max-width: 760px) {
  .footer-logo {
    width: 50%;
  }
  .footer-nav {
    width: 100%;
  }
  .footer-nav nav {
    width: 100%;
    margin-top: 0;
  }
  .footer-nav .alt-nav {
    display: none;
  }
  .footer-credits {
    padding-top: 3em;
  }
  .footer-credits p {
    width: 100%;
    text-align: left;
  }
  .footer-credits p + p {
    text-align: left;
  }
}
@-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 fade-out {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
  }
}
@-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;
  }
}
