﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700");
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  outline: none;
  -webkit-overflow-scrolling: touch;
}

html {
  overflow-x: hidden;
}

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

.visuallyHidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  word-wrap: normal;
  color: transparent;
  background-color: transparent;
}

[data-whatintent='mouse'] *:focus,
[data-whatintent='touch'] *:focus {
  outline: none;
}

.user-is-tabbing :focus {
  outline: dashed 1px #000;
}

/*html {
  box-sizing: border-box;
  font-size: $baseFontSize;
  max-width: 100vw;
  overflow-x: hidden;
  min-height: 100vh;
}*/
body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 auto;
  color: #000;
  background: #fff;
  /*width: 100%;
  max-width: 100vw;
  overflow-x: hidden;*/
}

.center {
  text-align: center;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

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

.page-content .iframe-container {
  margin-bottom: 50px;
  margin-top: 50px;
}

.site-content {
  position: relative;
  z-index: 10;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 100px;
  background: #fff;
}

@media (max-width: 850px) {
  .site-content {
    padding: 0;
    padding-bottom: 100px;
  }
}

.container {
  position: relative;
  width: 100%;
  max-width: calc(1280px + 4rem);
  margin: 0 auto;
  padding: 0 2rem;
}

@media (max-width: 850px) {
  .container {
    padding: 0 1rem;
  }
}

.inner-content {
  max-width: calc(1280px + 5rem);
  padding: 0 2.5rem;
  position: relative;
  width: 100%;
  max-width: calc(1280px + 4rem);
  margin: 0 auto;
  padding: 0 2rem;
}

@media (max-width: 850px) {
  .inner-content {
    padding: 0 1rem;
  }
}

@media (max-width: 850px) {
  .inner-content {
    padding: 0 1.5rem;
  }
}

.threeFourths-content {
  width: calc(100% - 370px);
  padding-right: 5%;
}

.oneFourth-content {
  width: 370px;
}

@media (max-width: 1280px) {
  .threeFourths-content {
    width: calc(100% - 350px);
  }
  .oneFourth-content {
    width: 350px;
  }
}

@media (max-width: 1024px) {
  .threeFourths-content {
    width: calc(100% - 300px);
  }
  .oneFourth-content {
    width: 300px;
  }
}

@media (max-width: 920px) {
  .threeFourths-content {
    width: calc(100% - 250px);
  }
  .oneFourth-content {
    width: 250px;
  }
}

@media (max-width: 850px) {
  .threeFourths-content {
    width: 100%;
    padding-right: 0;
  }
  .oneFourth-content {
    width: 100%;
  }
}

.threeFourths-single-content {
  width: calc(100% - 370px);
  padding-right: 5%;
}

@media (max-width: 1280px) {
  .threeFourths-single-content {
    width: 100%;
    max-width: 850px;
    padding-right: 0;
  }
}

@media (max-width: 1024px) {
  .threeFourths-single-content {
    max-width: 100%;
  }
}

.centered-content {
  text-align: center;
}

h1,
h2,
h3,
h4,
h6,
blockquote {
  font-weight: 100;
}

h2,
h3,
h4,
h5,
h6,
blockquote {
  color: #324C6C;
}

h1 {
  font-size: 3.4rem;
  line-height: 1.15;
  margin-top: 50px;
  margin-bottom: -5px;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 3.1rem;
  line-height: 1.125;
  margin-top: 47px;
  margin-bottom: -3px;
}

@media (max-width: 500px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 2.1rem;
  line-height: 1.2;
  margin-top: 44px;
  margin-bottom: -4px;
}

@media (max-width: 1024px) {
  h3 {
    font-size: 2.25rem;
  }
}

h4 {
  font-size: 1.85rem;
  line-height: 1.225;
  margin-top: 49px;
  margin-bottom: -4px;
}

h5 {
  font-size: 1.85rem;
  line-height: 1.125;
  margin-top: 49px;
  margin-bottom: -4px;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 47px;
  margin-bottom: -7px;
}

.title-decor {
  position: relative;
  padding-bottom: 25px;
}

.title-decor:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46px;
  height: 4px;
  content: '';
  background: #D50000;
}

.title-decor.center {
  text-align: center;
}

.title-decor.center:after {
  left: calc(50% - 23px);
}

p {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  p {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  p {
    font-size: 1.2rem;
  }
}

a:link, a:focus, a:active {
  text-decoration: none;
  color: #0071BC;
}

a:hover {
  text-decoration: underline;
}

.link-arrow {
  padding-right: 40px;
  -webkit-transition: color 100ms linear;
  transition: color 100ms linear;
  color: #0071BC;
  background: url(../img/link-arrow.svg) no-repeat 100% calc(100% - 3px);
  background-size: 26px;
}

.link-arrow.small {
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding-right: 25px;
  text-transform: uppercase;
  background-position: 100% 100%;
  background-size: 20px;
}

.link-arrow:hover, .link-arrow:focus {
  text-decoration: none;
  color: #01D0D8;
}

h2 .link-arrow {
  background-position: 100% calc(100% - 13px);
}

.subtle-title {
  font-weight: 700;
  text-transform: uppercase;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: oblique;
}

i {
  font-size: .9em;
  font-weight: 400;
  font-style: italic;
}

small {
  font-size: 0.75rem;
}

big {
  font-size: 1.1rem;
}

dl dt {
  font-weight: 700;
}

abbr {
  text-transform: uppercase;
}

figcaption {
  font-style: italic;
}

blockquote {
  font-size: 2.65rem;
  line-height: 1.3;
  position: relative;
  margin-top: 93px;
  padding-left: 8rem;
}

@media (max-width: 768px) {
  blockquote {
    font-size: 2rem;
    padding-left: 4rem;
  }
  blockquote::before {
    font-size: 220px;
    line-height: 170px;
  }
}

@media (max-width: 500px) {
  blockquote {
    font-size: 1.75rem;
    padding-left: 3rem;
  }
  blockquote::before {
    font-size: 180px;
    line-height: 140px;
  }
}

blockquote::before {
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 350px;
  line-height: 280px;
  position: absolute;
  left: -20px;
  content: '“';
  color: rgba(0, 113, 188, 0.15);
}

blockquote footer {
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 10px;
  color: #9B9A99;
}

ol,
ul {
  list-style: none;
}

.main ol,
.main ul {
  margin-top: 19px;
  padding-left: 5rem;
}

@media (max-width: 1024px) {
  .main ol,
  .main ul {
    padding-left: 3.2rem;
  }
}

@media (max-width: 768px) {
  .main ol,
  .main ul {
    padding-left: 2rem;
  }
}

.main ol li,
.main ul li {
  position: relative;
}

.main ol {
  counter-reset: li;
}

.main ol li {
  counter-increment: li;
}

.main ol li::before {
  display: inline-block;
  width: 1em;
  margin-right: .25em;
  margin-left: -1em;
  content: "." counter(li);
  text-align: right;
  color: #D50000;
  direction: rtl;
}

.main ul li::before {
  position: absolute;
  top: 14px;
  left: -12px;
  display: block;
  width: 4px;
  height: 4px;
  content: '';
  border-radius: 10px;
  background: #D50000;
}

.button {
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  position: relative;
  z-index: 10;
  display: inline-block;
  margin-top: -5px;
  padding: 5px;
  -webkit-transition: -webkit-transform 100ms cubic-bezier(0, 0.86, 0.46, 20);
  transition: -webkit-transform 100ms cubic-bezier(0, 0.86, 0.46, 20);
  transition: transform 100ms cubic-bezier(0, 0.86, 0.46, 20);
  transition: transform 100ms cubic-bezier(0, 0.86, 0.46, 20), -webkit-transform 100ms cubic-bezier(0, 0.86, 0.46, 20);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  text-transform: uppercase;
}

.button:link span, .button:visited span {
  display: inline-block;
  padding: 16px 30px;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  color: #000;
  background: #01D0D8;
}

.button:hover {
  -webkit-transform: scale3d(1.01, 1.01, 1);
  transform: scale3d(1.01, 1.01, 1);
  text-decoration: none;
}

.button:hover span {
  color: #fff;
  background: #0071BC;
}

.button:active span {
  color: #fff;
  background: #324C6C;
}

.button.btn-arrow span {
  width: 48px;
  height: 48px;
  padding: 0;
  text-align: center;
}

.button.btn-arrow svg {
  width: 20px;
  height: 20px;
  margin-top: 13px;
}

.button.btn-arrow:hover svg path {
  fill: #fff;
}

.button.btn-arrow:focus {
  outline: 1px dashed #000 !important;
}

.round-button {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.round-button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-transition: background 100ms linear, -webkit-transform 100ms cubic-bezier(0, 0.86, 0.46, 20);
  transition: background 100ms linear, -webkit-transform 100ms cubic-bezier(0, 0.86, 0.46, 20);
  transition: background 100ms linear, transform 100ms cubic-bezier(0, 0.86, 0.46, 20);
  transition: background 100ms linear, transform 100ms cubic-bezier(0, 0.86, 0.46, 20), -webkit-transform 100ms cubic-bezier(0, 0.86, 0.46, 20);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  border-radius: 100%;
  background: #01D0D8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.round-button svg {
  width: 10px;
  height: 10px;
}

.round-button.prev svg {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.round-button:hover span, .round-button:focus span {
  -webkit-transform: scale3d(1.01, 1.01, 1);
  transform: scale3d(1.01, 1.01, 1);
  background: #0071BC;
}

.round-button:hover svg path, .round-button:focus svg path {
  fill: #fff;
}

.user-is-tabbing .button.darkBG:focus {
  outline: dashed 1px #fff !important;
}

.component-accordion {
  width: 100%;
}

.component-accordion .accordion-trigger {
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  padding: 0;
  padding-right: 22px;
  text-transform: uppercase;
  border: 0;
  background: none;
}

.component-accordion .accordion-trigger::before, .component-accordion .accordion-trigger::after {
  position: absolute;
  top: 2px;
  right: 7px;
  display: block;
  width: 2px;
  height: 14px;
  content: '';
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  background: #01D0D8;
}

.component-accordion .accordion-trigger::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.component-accordion .accordion-trigger:hover {
  cursor: pointer;
}

.component-accordion .accordion-trigger .more {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.component-accordion .accordion-trigger .less {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  opacity: 0;
}

.component-accordion .accordion-trigger.active::before {
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  opacity: 0;
}

.component-accordion .accordion-trigger.active .more {
  opacity: 0;
}

.component-accordion .accordion-trigger.active .less {
  opacity: 1;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexbox.flex-twoColumnPadding > *:first-child {
  margin-right: 12px;
}

.flexbox.flex-twoColumnPadding > *:last-child {
  margin-left: 12px;
}

.flexbox.flex-fourColumnPadding > * {
  margin-right: 24px;
}

.flexbox.flex-fourColumnPadding > *:last-child {
  margin-right: 0;
}

.flexbox.flex-columnsOnly {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 768px) {
  .flexbox.flex-columnsOnly.flex-mobileStack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.flexbox.flex-rowsOnly {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flexbox.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .flexbox.flex-mobileStack.flex-twoColumnPadding > *:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .flexbox.flex-mobileStack.flex-twoColumnPadding > *:last-child {
    margin-left: 0;
  }
  .flexbox.flex-mobileStack.flex-fourColumnPadding > * {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.site-footer {
  position: fixed;
  right: calc(-50vw + 50%);
  bottom: 0;
  left: calc(-50vw + 50%);
  max-width: 1920px;
  padding: 80px 0;
  padding-bottom: 60px;
  background: url(../img/diagonal-line-black.png) repeat;
}

@media (max-width: 768px) {
  .site-footer {
    position: relative;
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

@media (min-width: 1921px) {
  .site-footer {
    right: calc(-960px + 50%);
    left: calc(-960px + 50%);
  }
}

.site-footer .container > .flexbox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-footer .branding {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 30px;
}

@media (min-width: 1281px) {
  .site-footer .branding {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: 370px;
  }
  .site-footer .branding .logo-airforce {
    margin-top: 0;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}

.site-footer .branding .logo {
  position: relative;
  display: block;
  width: 200px;
  margin-right: 15%;
}

.site-footer .branding .logo::before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  pointer-events: none;
  opacity: 0;
  background-color: #fff;
}

.site-footer .branding .logo:focus {
  outline: none;
}

.site-footer .branding .logo:focus::before {
  opacity: 1;
}

.site-footer .branding .logo-airforce {
  position: relative;
  width: 110px;
  margin-top: 30px;
}

.site-footer .branding .logo-airforce::before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  pointer-events: none;
  opacity: 0;
  background-color: #fff;
}

.site-footer .branding .logo-airforce:focus {
  outline: none;
}

.site-footer .branding .logo-airforce:focus::before {
  opacity: 1;
}

.site-footer nav {
  width: 100%;
  max-width: 500px;
}

.site-footer .footer-menu ul li {
  width: 50%;
  margin-bottom: 20px;
  padding: 0 5%;
}

.site-footer .footer-menu ul li a {
  color: #fff;
}

.site-footer .footer-menu ul li a:hover {
  text-decoration: underline;
}

.site-footer .footer-menu ul li a:focus {
  outline: 1px dashed #fff;
}

.site-footer .footer-social-menu li {
  margin: 0 7px;
}

.site-footer .footer-social-menu li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-align: center;
  border: 1px solid rgba(1, 208, 216, 0.5);
  border-radius: 100%;
}

.site-footer .footer-social-menu li a:hover, .site-footer .footer-social-menu li a:focus {
  border-color: #01d0d8;
  background: #01D0D8;
}

.site-footer .footer-social-menu li a:focus {
  outline: 1px dashed #fff;
}

.site-footer .footer-social-menu li a img {
  display: inline-block;
  width: 18px;
  margin-top: 9px;
}

@media (max-width: 850px) {
  .site-footer .container > .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .site-footer .branding {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    margin-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .site-footer .branding a {
    margin: 0 10%;
    margin-right: 10% !important;
  }
  .site-footer .branding .logo-airforce {
    margin-top: 0;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  .site-footer nav {
    max-width: 100%;
    margin: 30px 0 50px;
  }
  .site-footer .footer-menu ul li {
    text-align: center;
  }
  .site-footer .footer-social-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 540px) {
  .site-footer .footer-menu ul li {
    width: 100%;
  }
}

.site-header {
  position: relative;
  z-index: 20;
  max-width: 1920px;
  margin: 0 auto;
}

.site-header .container {
  position: relative;
  width: 100%;
  max-width: calc(1280px + 4rem);
  margin: 0 auto;
  padding: 0 2rem;
}

@media (max-width: 850px) {
  .site-header .container {
    padding: 0 1rem;
  }
}

.site-header .header-top-area {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: #333;
}

.site-header .header-top-area .flexbox {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-header .header-top-area .flexbox li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-header .header-top-area .flexbox li:last-child a {
  border-left: 0px solid #000;
}

.site-header .header-top-area .flexbox li a,
.site-header .header-top-area .flexbox li button {
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  z-index: 10;
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  border: 0;
  background: none;
}

.site-header .header-top-area .flexbox li a:hover, .site-header .header-top-area .flexbox li a:focus,
.site-header .header-top-area .flexbox li button:hover,
.site-header .header-top-area .flexbox li button:focus {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.site-header .header-top-area .flexbox li a.current,
.site-header .header-top-area .flexbox li button.current {
  -webkit-box-shadow: inset 0 -1px 0 #01D0D8;
  box-shadow: inset 0 -1px 0 #01D0D8;
}

.site-header .header-top-area form {
  position: absolute;
  z-index: 0;
  right: 0;
  width: 150px;
  padding-right: 10px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  pointer-events: none;
  opacity: 0;
}

.site-header .header-top-area form input {
  font-size: 0.7rem;
  height: 20px;
  margin-top: 5px;
  margin-right: 2px;
  padding: 0 5px;
  border: 0;
}

.site-header .header-top-area form .button {
  width: 24px;
  height: 24px !important;
  margin-top: 3px;
  padding: 2px !important;
}

.site-header .header-top-area form .button span {
  width: 20px;
  height: 20px;
  padding: 0;
  text-align: center;
}

.site-header .header-top-area form .button:hover {
  background: none !important;
}

.site-header .header-top-area form .button:hover svg path {
  fill: #fff;
}

.site-header .header-top-area form .button svg {
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.site-header .main-header {
  padding-top: 0px;
  padding-bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}

.site-header .main-header .logo {
  width: 20%;
  -webkit-transition: -webkit-transform 100ms cubic-bezier(0, 0.86, 0.46, 20);
  transition: -webkit-transform 100ms cubic-bezier(0, 0.86, 0.46, 20);
  transition: transform 100ms cubic-bezier(0, 0.86, 0.46, 20);
  transition: transform 100ms cubic-bezier(0, 0.86, 0.46, 20), -webkit-transform 100ms cubic-bezier(0, 0.86, 0.46, 20);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

@media (min-width: 1141px) {
  .site-header .main-header .logo {
    max-width: 300px;
  }
}

@media (max-width: 850px) {
  .site-header .main-header .logo {
    max-width: auto;
  }
}

.site-header .main-header .logo img {
  width: 100%;
  height: auto;
}

.site-header .main-header .logo:hover {
  -webkit-transform: scale3d(1.01, 1.01, 1);
  transform: scale3d(1.01, 1.01, 1);
  text-decoration: none;
  border: 0;
}

.site-header .main-header .header-menu {
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  text-align: right;
}

@media (max-width: 1190px) {
  .site-header .main-header .header-menu {
    margin-top: 0;
  }
}

.site-header .main-header .header-menu > ul {
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-header .main-header .header-menu > ul > li {
  position: relative;
  display: inline-block;
  margin-left: 40px;
  text-align: center;
}

@media (max-width: 1280px) {
  .site-header .main-header .header-menu > ul > li {
    margin-left: 3vw;
  }
}

@media (max-width: 1060px) {
  .site-header .main-header .header-menu > ul > li {
    margin-left: 2vw;
  }
}

@media (max-width: 915px) {
  .site-header .main-header .header-menu > ul > li {
    margin-left: 1vw;
  }
}

.site-header .main-header .header-menu > ul > li:first-child {
  margin-left: 0;
}

.site-header .main-header .header-menu > ul > li.current::before, .site-header .main-header .header-menu > ul > li.current::after, .site-header .main-header .header-menu > ul > li.current-trail::before, .site-header .main-header .header-menu > ul > li.current-trail::after {
  position: absolute;
  z-index: 10;
  top: -5px;
  left: calc(50% - 10px);
  display: block;
  width: 24px;
  height: 2px;
  content: '';
  background: #D50000;
}

.site-header .main-header .header-menu > ul > li.current::after, .site-header .main-header .header-menu > ul > li.current-trail::after {
  top: auto;
  bottom: -7px;
}

.site-header .main-header .header-menu > ul > li.has-children > a:hover,
.site-header .main-header .header-menu > ul > li.active > a {
  /*cursor: default;*/
  text-decoration: none;
  color: #000;
}

.site-header .main-header .header-menu > ul > li.active {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

.site-header .main-header .header-menu > ul > li > a {
  font-weight: 700;
  position: relative;
  z-index: 10;
  color: #fff;
}

@media (max-width: 1280px) {
  .site-header .main-header .header-menu > ul > li > a {
    font-size: 1.1rem;
  }
}

@media (max-width: 990px) {
  .site-header .main-header .header-menu > ul > li > a {
    font-size: 1rem;
  }
}

.site-header .main-header .header-menu > ul > li > a.noLink {
  cursor: default;
}

.site-header .main-header .header-menu > ul > li > a:hover, .site-header .main-header .header-menu > ul > li > a:focus {
  text-decoration: underline;
}

.site-header .main-header .header-menu > ul > li:hover > ul {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  opacity: 1;
}

.site-header .main-header .header-menu > ul > li.active > a {
  color: #000;
}

.site-header .main-header .header-menu > ul > li.active > a + ul {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  opacity: 1;
}

.site-header .main-header .header-menu > ul > li > ul {
  position: absolute;
  top: -43px;
  left: -20px;
  display: block;
  width: calc(100% + 40px);
  padding-top: 90px;
  padding-bottom: 25px;
  -webkit-transition: opacity 150ms linear, -webkit-transform 150ms ease-out;
  transition: opacity 150ms linear, -webkit-transform 150ms ease-out;
  transition: opacity 150ms linear, transform 150ms ease-out;
  transition: opacity 150ms linear, transform 150ms ease-out, -webkit-transform 150ms ease-out;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  pointer-events: none;
  opacity: 0;
  background: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 90%, 85% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 90%, 85% 100%, 0 100%, 0 0);
}

@media (max-width: 1280px) {
  .site-header .main-header .header-menu > ul > li > ul {
    left: -1.5vw;
    width: calc(100% + 3vw);
  }
}

@media (max-width: 1060px) {
  .site-header .main-header .header-menu > ul > li > ul {
    left: -1vw;
    width: calc(100% + 2vw);
  }
}

@media (max-width: 915px) {
  .site-header .main-header .header-menu > ul > li > ul {
    left: -.5vw;
    width: calc(100% + 1vw);
  }
}

@media screen and (max-width: 850px) {
  .site-header .main-header .header-menu > ul > li > ul {
    display: none;
  }
}

.site-header .main-header .header-menu > ul > li > ul li {
  text-align: left;
}

.site-header .main-header .header-menu > ul > li > ul li.cloneLink {
  display: none;
}

.site-header .main-header .header-menu > ul > li > ul a:link, .site-header .main-header .header-menu > ul > li > ul a:visited {
  font-size: 1rem;
  display: inline-block;
  width: 100%;
  padding: 8px 20px;
  text-decoration: none;
  color: #000;
}

@media (max-width: 1280px) {
  .site-header .main-header .header-menu > ul > li > ul a:link, .site-header .main-header .header-menu > ul > li > ul a:visited {
    padding-right: 1.5vw;
    padding-left: 1.5vw;
  }
}

@media (max-width: 1060px) {
  .site-header .main-header .header-menu > ul > li > ul a:link, .site-header .main-header .header-menu > ul > li > ul a:visited {
    padding-right: 1vw;
    padding-left: 1vw;
  }
}

@media (max-width: 915px) {
  .site-header .main-header .header-menu > ul > li > ul a:link, .site-header .main-header .header-menu > ul > li > ul a:visited {
    padding-right: .5vw;
    padding-left: .5vw;
  }
}

.site-header .main-header .header-menu > ul > li > ul a:hover, .site-header .main-header .header-menu > ul > li > ul a.current {
  background: #EBF4FE;
}

.site-header .main-header button {
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  display: none;
  margin-top: 5px;
  padding-right: 60px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background: none;
}

.site-header .main-header button:hover {
  cursor: pointer;
}

.site-header .main-header button .icon {
  position: absolute;
  top: -12px;
  right: 0;
}

.site-header .main-header button .icon .line {
  display: block;
  width: 46px;
  height: 4px;
  background: #fff;
}

.site-header .main-header button .icon .line:nth-child(2) {
  margin-top: 27px;
}

.site-header .main-header button .icon .line:nth-child(3) {
  margin-top: 27px;
}

html:not(.nav-is-open) .site-header .main-header .header-menu > ul > li.active > a:focus + ul {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  opacity: 1;
}

@media (max-width: 850px) {
  body:not(.frontpage) .site-header {
    background: #000;
  }
  .site-header {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
  }
  .site-header .header-top-area {
    display: none;
    overflow: visible;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .site-header .header-top-area .menu {
    width: 100vw;
    max-width: 1920px;
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
  }
}

@media (max-width: 850px) and (min-width: 1921px) {
  .site-header .header-top-area .menu {
    margin-right: calc(-960px + 50%);
    margin-left: calc(-960px + 50%);
  }
}

@media (max-width: 850px) {
  .scrollbar-5 .site-header .header-top-area .menu {
    margin-right: calc((-50vw - 2.5px) + 50%);
    margin-left: calc((-50vw - 2.5px) + 50%);
  }
  .scrollbar-12 .site-header .header-top-area .menu {
    margin-right: calc((-50vw - 6px) + 50%);
    margin-left: calc((-50vw - 6px) + 50%);
  }
  .scrollbar-15 .site-header .header-top-area .menu {
    margin-right: calc((-50vw - 7.5px) + 50%);
    margin-left: calc((-50vw - 7.5px) + 50%);
  }
  .scrollbar-17 .site-header .header-top-area .menu {
    margin-right: calc((-50vw - 8.5px) + 50%);
    margin-left: calc((-50vw - 8.5px) + 50%);
  }
  .site-header .header-top-area .menu > .flexbox {
    padding: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-header .header-top-area .menu > .flexbox > li {
    width: 50%;
  }
  .site-header .header-top-area .menu > .flexbox > li:first-child {
    width: 100%;
    margin-bottom: 35px;
  }
  .site-header .header-top-area .menu > .flexbox > li:last-child {
    width: 100%;
  }
  .site-header .header-top-area .flexbox {
    padding-bottom: 0 !important;
  }
  .site-header .header-top-area .flexbox li:not(:first-child) a {
    font-size: 1.75rem;
    width: 100%;
    height: auto !important;
    padding: 35px 0;
  }
  .site-header .header-top-area .flexbox li:not(:first-child) a:hover {
    background: none;
  }
  .site-header .header-top-area .flexbox li:last-child a {
    position: relative;
    margin-top: 35px;
    padding: 50px 0;
    border-left: 0;
  }
  .site-header .header-top-area .flexbox li:last-child a:before {
    position: absolute;
    top: 0;
    left: -2rem;
    display: block;
    width: calc(100% + 4rem);
    height: 2px;
    content: '';
    background: #000;
  }
  .site-header .header-top-area #search-toggle {
    display: none;
  }
  .site-header .header-top-area form {
    position: relative;
    width: 100%;
    padding: 0;
    pointer-events: auto;
    opacity: 1;
  }
  .site-header .header-top-area form input {
    font-size: 30px;
    font-weight: 300;
    width: calc(100% - 84px);
    height: 80px;
    margin-top: 2px;
    padding: 0 2rem;
  }
  .site-header .header-top-area form .button {
    width: 84px;
    height: 84px !important;
    margin-top: 0;
  }
  .site-header .header-top-area form .button span {
    width: 80px;
    height: 80px;
  }
  .site-header .header-top-area form .button svg {
    width: 35px;
    height: 35px;
    -webkit-transform: translateY(21px);
    transform: translateY(21px);
  }
  .site-header .main-header .flexbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-header .main-header .logo {
    width: 50%;
  }
  .site-header .main-header .header-menu {
    display: none;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100vw;
    max-width: 1920px;
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
  }
}

@media (max-width: 850px) and (min-width: 1921px) {
  .site-header .main-header .header-menu {
    margin-right: calc(-960px + 50%);
    margin-left: calc(-960px + 50%);
  }
}

@media (max-width: 850px) {
  .scrollbar-5 .site-header .main-header .header-menu {
    margin-right: calc((-50vw - 2.5px) + 50%);
    margin-left: calc((-50vw - 2.5px) + 50%);
  }
  .scrollbar-12 .site-header .main-header .header-menu {
    margin-right: calc((-50vw - 6px) + 50%);
    margin-left: calc((-50vw - 6px) + 50%);
  }
  .scrollbar-15 .site-header .main-header .header-menu {
    margin-right: calc((-50vw - 7.5px) + 50%);
    margin-left: calc((-50vw - 7.5px) + 50%);
  }
  .scrollbar-17 .site-header .main-header .header-menu {
    margin-right: calc((-50vw - 8.5px) + 50%);
    margin-left: calc((-50vw - 8.5px) + 50%);
  }
  .site-header .main-header button {
    display: block;
    margin-bottom: auto;
    margin-left: auto;
  }
  html.nav-is-open {
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  html.nav-is-open .site-header {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
  }
  html.nav-is-open .site-header .header-top-area,
  html.nav-is-open .site-header .header-menu {
    display: block;
  }
  html.nav-is-open .site-header .main-header {
    padding-bottom: 0;
    background: #000;
  }
  html.nav-is-open .site-header .main-header button .icon {
    right: 5px;
  }
  html.nav-is-open .site-header .main-header button .icon .line {
    width: 40px;
  }
  html.nav-is-open .site-header .main-header button .icon .line:nth-child(1) {
    display: none;
  }
  html.nav-is-open .site-header .main-header button .icon .line:nth-child(2) {
    margin-top: 28px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  html.nav-is-open .site-header .main-header button .icon .line:nth-child(3) {
    margin-top: -4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  html.nav-is-open .site-header .header-menu {
    margin-top: 37px;
    background: #fff;
  }
  html.nav-is-open .site-header .header-menu .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  html.nav-is-open .site-header .header-menu > ul > li {
    margin-left: 0;
    text-align: left;
  }
  html.nav-is-open .site-header .header-menu > ul > li.current::before, html.nav-is-open .site-header .header-menu > ul > li.current::after, html.nav-is-open .site-header .header-menu > ul > li.current-trail::before, html.nav-is-open .site-header .header-menu > ul > li.current-trail::after {
    content: none;
  }
  html.nav-is-open .site-header .header-menu > ul > li > a {
    font-size: 55px;
    font-weight: 100;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px 2rem;
    cursor: default;
    color: #000;
  }
  html.nav-is-open .site-header .header-menu > ul > li > a:hover {
    text-decoration: none;
    background: #EBF4FE;
  }
  html.nav-is-open .site-header .header-menu > ul > li > a::before, html.nav-is-open .site-header .header-menu > ul > li > a::after {
    position: absolute;
    right: 2.25rem;
    display: block;
    width: 25px;
    height: 3px;
    content: '';
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #000;
  }
  html.nav-is-open .site-header .header-menu > ul > li > a::before {
    top: 48px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  html.nav-is-open .site-header .header-menu > ul > li > a::after {
    top: 64px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  html.nav-is-open .site-header .header-menu > ul > li > ul {
    position: relative;
    top: 0;
    padding-top: 0;
    padding-bottom: 30px;
    background: #EBF4FE;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  }
}

@media (max-width: 850px) and (max-width: 850px) {
  html.nav-is-open .site-header .header-menu > ul > li > ul {
    left: 0;
    width: 100%;
  }
}

@media (max-width: 850px) {
  html.nav-is-open .site-header .header-menu > ul > li > ul li.cloneLink {
    display: block;
  }
  html.nav-is-open .site-header .header-menu > ul > li > ul a:link {
    font-size: 2.25rem;
    padding: 10px 2rem;
  }
  html.nav-is-open .site-header .header-menu > ul > li > ul a:hover {
    background: rgba(0, 113, 188, 0.1) !important;
  }
  html.nav-is-open .site-header .header-menu > ul > li.has-children > a::before, html.nav-is-open .site-header .header-menu > ul > li.has-children > a::after {
    top: calc(50% - 1.5px);
    right: 2rem;
    width: 35px;
  }
  html.nav-is-open .site-header .header-menu > ul > li.has-children > a::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  html.nav-is-open .site-header .header-menu > ul > li.has-children > a::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  html.nav-is-open .site-header .header-menu > ul > li.has-children > a:hover {
    background: #EBF4FE;
  }
  html.nav-is-open .site-header .header-menu > ul > li.has-children > a.expanded {
    background: #EBF4FE;
  }
  html.nav-is-open .site-header .header-menu > ul > li.has-children > a.expanded::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  html.nav-is-open .site-header .header-menu > ul > li.has-children > a.expanded::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  html.nav-is-open .site-header .header-menu > ul > li.has-children > a.expanded + ul {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
    opacity: 1;
  }
  html.nav-is-open .site-header .header-menu > ul > li.active {
    -webkit-filter: none;
    filter: none;
  }
  html.nav-is-open .site-header .header-menu > ul > li:hover > ul {
    display: none;
  }
}

@media (max-width: 620px) {
  .site-header .main-header button {
    font-size: 1.3rem;
    margin-top: 1%;
    padding-right: 52px;
  }
  .site-header .main-header button .icon {
    top: -21px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  html.nav-is-open .site-header .header-top-area .menu > .flexbox {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  html.nav-is-open .site-header .header-top-area .flexbox li:first-child {
    margin-bottom: 20px;
  }
  html.nav-is-open .site-header .header-top-area .flexbox li:not(:first-child) a {
    font-size: 1.5rem;
    padding: 27px 0;
  }
  html.nav-is-open .site-header .header-top-area .flexbox li:last-child a {
    margin-top: 20px;
  }
  html.nav-is-open .site-header .header-top-area .flexbox li a:hover, html.nav-is-open .site-header .header-top-area .flexbox li a:focus,
  html.nav-is-open .site-header .header-top-area .flexbox li button:hover,
  html.nav-is-open .site-header .header-top-area .flexbox li button:focus {
    background: none;
  }
  html.nav-is-open .site-header .header-top-area form input {
    font-size: 1.15rem;
    width: calc(100% - 62px);
    height: 60px;
    padding: 0 1rem;
  }
  html.nav-is-open .site-header .header-top-area form .button {
    width: 62px;
    height: 62px !important;
  }
  html.nav-is-open .site-header .header-top-area form .button span {
    width: 60px;
    height: 60px;
  }
  html.nav-is-open .site-header .header-top-area form .button svg {
    width: 28px;
    height: 28px;
    -webkit-transform: translateY(17px);
    transform: translateY(17px);
  }
  html.nav-is-open .site-header .main-header button .icon {
    top: -14px;
  }
  html.nav-is-open .site-header .header-menu > ul > li > a {
    font-size: 2rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  html.nav-is-open .site-header .header-menu > ul > li > a::before, html.nav-is-open .site-header .header-menu > ul > li > a::after {
    width: 18px;
  }
  html.nav-is-open .site-header .header-menu > ul > li > a::before {
    top: 37px;
  }
  html.nav-is-open .site-header .header-menu > ul > li > a::after {
    top: 48px;
  }
  html.nav-is-open .site-header .header-menu > ul > li.has-children > a::before, html.nav-is-open .site-header .header-menu > ul > li.has-children > a::after {
    right: 2.2rem;
    width: 25px;
  }
  html.nav-is-open .site-header .header-menu > ul > li > ul a:link {
    font-size: 1.4rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (max-width: 500px) {
  .site-header .main-header button {
    margin-top: 0;
  }
}

.browser-ie .site-header .main-header {
  height: 85px;
}

@media (max-width: 850px) {
  .browser-ie .site-header .main-header {
    height: 130px;
  }
}

@media (max-width: 768px) {
  .browser-ie .site-header .main-header {
    height: 110px;
  }
}

@media (max-width: 500px) {
  .browser-ie .site-header .main-header {
    height: 90px;
  }
}

html.nav-is-open .browser-ie .site-header .main-header {
  height: auto;
  margin-bottom: 59px;
}

@media (max-width: 850px) {
  html.nav-is-open .browser-ie .site-header .main-header {
    height: auto;
  }
}

@media (max-width: 768px) {
  html.nav-is-open .browser-ie .site-header .main-header {
    height: auto;
    margin-bottom: 39px;
  }
}

@media (max-width: 500px) {
  html.nav-is-open .browser-ie .site-header .main-header {
    height: auto;
  }
}

.single .site-header .main-header {
  padding-bottom: 30px !important;
}

html.nav-is-open .single .site-header .main-header {
  padding-bottom: 0 !important;
}

html.nav-is-open .single .site-header .header-menu {
  margin-top: 30px !important;
}

.user-is-tabbing .site-header .main-header .logo:focus {
  outline: dashed 1px #fff !important;
}

.section-hero {
  margin-top: -115px;
}

.section-hero .hero {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 400px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  width: 100vw;
  max-width: 1920px;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (min-width: 1921px) {
  .section-hero .hero {
    margin-right: calc(-960px + 50%);
    margin-left: calc(-960px + 50%);
  }
}

.scrollbar-5 .section-hero .hero {
  margin-right: calc((-50vw - 2.5px) + 50%);
  margin-left: calc((-50vw - 2.5px) + 50%);
}

.scrollbar-12 .section-hero .hero {
  margin-right: calc((-50vw - 6px) + 50%);
  margin-left: calc((-50vw - 6px) + 50%);
}

.scrollbar-15 .section-hero .hero {
  margin-right: calc((-50vw - 7.5px) + 50%);
  margin-left: calc((-50vw - 7.5px) + 50%);
}

.scrollbar-17 .section-hero .hero {
  margin-right: calc((-50vw - 8.5px) + 50%);
  margin-left: calc((-50vw - 8.5px) + 50%);
}

@media (max-width: 850px) {
  .section-hero .hero {
    background-position: center -100px;
    background-size: auto;
  }
}

.section-hero .hero-text {
  width: 50%;
  margin-bottom: 70px;
}

@media (max-width: 1280px) {
  .section-hero .hero-text {
    width: 60%;
  }
  .section-hero .hero-text .subtle-title {
    font-size: 200px;
    line-height: 200px;
    bottom: -30px;
  }
}

@media (max-width: 1024px) {
  .section-hero .hero-text {
    width: 75%;
  }
  .section-hero .hero-text h1 {
    font-size: 3rem;
  }
  .section-hero .hero-text .subtle-title {
    font-size: 150px;
    line-height: 150px;
    bottom: -20px;
  }
}

@media (max-width: 768px) {
  .section-hero .hero-text {
    width: 95%;
  }
  .section-hero .hero-text h1 {
    font-size: 2.5rem;
  }
}

.section-hero .hero-text h1 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.25), 0 0 45px rgba(0, 0, 0, 0.25), 0 0 40px rgba(0, 0, 0, 0.25), 0 0 35px rgba(0, 0, 0, 0.25), 0 0 30px rgba(0, 0, 0, 0.25), 0 0 20px rgba(0, 0, 0, 0.25), 0 0 12px rgba(0, 0, 0, 0.25), 0 0 42px rgba(0, 0, 0, 0.25);
}

.section-hero .hero-text h1::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: attr(data-shadow-text);
  color: #000;
  -webkit-filter: url(#taoti-blur-filter);
  filter: url(#taoti-blur-filter);
}

.section-hero .hero-text h1 span {
  position: relative;
  z-index: 2;
}

.section-hero .hero-text .subtle-title {
  font-size: 250px;
  line-height: 250px;
  position: absolute;
  bottom: -40px;
  left: -125px;
  color: rgba(250, 250, 250, 0.1);
}

.frontpage .section-hero {
  margin-top: -115px;
}

.frontpage .section-hero .hero {
  height: 65vh;
  min-height: 400px;
}

.frontpage .section-hero .hero::before {
  height: 100vh;
  min-height: 400px;
}

@media (max-width: 850px) {
  body:not(.frontpage) .section-hero .hero {
    height: 500px;
  }
  .page-contact-us .hero {
    background-position: 40% -100px;
  }
  .section-hero {
    margin-top: 0;
  }
  .section-hero .hero {
    min-height: 400px;
  }
  .frontpage .section-hero .hero {
    margin-top: 0;
  }
}

.browser-safari.device .section-hero .hero {
  background-position: center -100px;
  background-size: auto;
}

.browser-safari.device .page-contact-us .hero {
  background-position: 40% -100px;
}

#taoti-blur-svg {
  display: none;
}

.section-join {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  width: 100vw;
  max-width: 1920px;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
}

@media (min-width: 1921px) {
  .section-join {
    margin-right: calc(-960px + 50%);
    margin-left: calc(-960px + 50%);
  }
}

.scrollbar-5 .section-join {
  margin-right: calc((-50vw - 2.5px) + 50%);
  margin-left: calc((-50vw - 2.5px) + 50%);
}

.scrollbar-12 .section-join {
  margin-right: calc((-50vw - 6px) + 50%);
  margin-left: calc((-50vw - 6px) + 50%);
}

.scrollbar-15 .section-join {
  margin-right: calc((-50vw - 7.5px) + 50%);
  margin-left: calc((-50vw - 7.5px) + 50%);
}

.scrollbar-17 .section-join {
  margin-right: calc((-50vw - 8.5px) + 50%);
  margin-left: calc((-50vw - 8.5px) + 50%);
}

.section-join .inner-content {
  position: relative;
  width: 100%;
  max-width: calc(1280px + 4rem);
  margin: 0 auto;
  padding: 0 2rem;
}

@media (max-width: 850px) {
  .section-join .inner-content {
    padding: 0 1rem;
  }
}

.section-join .join-text {
  padding: 110px;
  padding-right: 0;
  padding-left: calc(50% + 95px);
}

@media (max-width: 900px) {
  .section-join .join-text {
    padding-left: 50%;
  }
}

@media (max-width: 500px) {
  .section-join .join-text {
    padding-left: 0;
  }
}

.section-join .join-text h2 {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}

.section-join .join-text p {
  font-size: 1.75rem;
  line-height: 1.4;
  color: #fff;
}

.section-join .join-text .button {
  margin-top: 20px;
}

.browser-safari.device .section-join {
  background-position: center 50px;
  background-size: auto;
}

@media (max-width: 768px) {
  .browser-safari.device .section-join {
    background-position: -300px 410px;
  }
}

.join-aside .join-text {
  padding: 60px 35px;
  padding-bottom: 200px;
  color: #fff;
  background: url(../img/join.jpg) no-repeat center;
  background-size: cover;
}

@media (max-width: 1024px) {
  .join-aside .join-text p {
    font-size: 1.2rem;
  }
}

@media (max-width: 920px) {
  .join-aside .join-text {
    padding: 40px 25px;
  }
  .join-aside .join-text h3 {
    font-size: 1.75rem;
  }
  .join-aside .join-text p {
    font-size: 1.1rem;
  }
}

.join-aside .join-text h3 {
  margin-top: 0;
  color: #fff;
}

.join-aside .join-text p {
  font-size: 1.3rem;
}

.join-aside .join-text .button {
  margin-top: 10px;
  margin-left: -5px;
}

.join-aside .join-text .button:focus {
  outline-color: #fff;
}

.modal {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  background: rgba(0, 0, 0, 0.75);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal .modal-content {
  width: 90%;
  max-width: 900px;
  height: auto;
  padding: 10px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  background: #fff url(../img/spinner.svg) no-repeat center;
  background-size: 10%;
}

.modal .modal-content .embed-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.modal .modal-content .embed-container iframe,
.modal .modal-content .embed-container object,
.modal .modal-content .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal .modal-content .button-wrapper {
  position: absolute;
  top: -40px;
  right: 0;
}

.modal .modal-content .button-wrapper button {
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  position: relative;
  padding: 0;
  padding-right: 20px;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background: none;
}

.modal .modal-content .button-wrapper button::before, .modal .modal-content .button-wrapper button::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 5px;
  display: block;
  width: 2px;
  height: 12px;
  content: '';
  background: #fff;
}

.modal .modal-content .button-wrapper button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal .modal-content .button-wrapper button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.component-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.component-icon-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 570px) {
  .component-icon .icon-roundArea {
    width: 80px;
    height: 80px;
  }
  .component-icon .icon-roundArea img {
    width: 40px;
    margin-top: 0px;
  }
}

.component-icon .icon-roundArea {
  position: relative;
  width: 104px;
  height: 104px;
  text-align: center;
  border-radius: 100%;
  background: #fff;
}

.component-icon img {
  width: 75px;
  margin-top: 15px;
}

.component-icon-logo img {
  width: 200px;
  margin-top: 0px;
}

.section-wideBand {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #EBF4FE;
  width: 100vw;
  max-width: 1920px;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
}

@media (min-width: 1921px) {
  .section-wideBand {
    margin-right: calc(-960px + 50%);
    margin-left: calc(-960px + 50%);
  }
}

.scrollbar-5 .section-wideBand {
  margin-right: calc((-50vw - 2.5px) + 50%);
  margin-left: calc((-50vw - 2.5px) + 50%);
}

.scrollbar-12 .section-wideBand {
  margin-right: calc((-50vw - 6px) + 50%);
  margin-left: calc((-50vw - 6px) + 50%);
}

.scrollbar-15 .section-wideBand {
  margin-right: calc((-50vw - 7.5px) + 50%);
  margin-left: calc((-50vw - 7.5px) + 50%);
}

.scrollbar-17 .section-wideBand {
  margin-right: calc((-50vw - 8.5px) + 50%);
  margin-left: calc((-50vw - 8.5px) + 50%);
}

.section-wideBand h2 {
  margin-top: 0;
}

.component-cardEvent {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.component-cardEvent a {
  color: #0071BC;
  font-weight: 400;
  -webkit-transition: color 100ms linear;
  transition: color 100ms linear;
}

.component-cardEvent a:hover {
  color: #01D0D8;
}

.component-cardEvent span {
  position: relative;
  z-index: 10;
  font-weight: 700;
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
}

.component-cardEvent span.month {
  font-size: 1rem;
  line-height: 1rem;
}

.component-cardEvent span.start-day, .component-cardEvent span.end-day {
  color: #324C6C;
  font-size: 3rem;
  line-height: 3rem;
}

.component-cardEvent span.end-day:before {
  content: '-';
  margin-left: 2px;
}

.component-cardEvent .time span,
.component-cardEvent .location span {
  color: #9B9A99;
  font-size: 1.1rem;
  line-height: 1.1rem;
}

.component-cardEvent .time {
  position: relative;
  padding-right: 5px;
  margin-right: 5px !important;
}

.component-cardEvent .time::after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  top: 5px;
  width: 1px;
  height: 20px;
  background: #9B9A99;
}

.component-cardEvent .location {
  margin-left: 0 !important;
}

.component-cardEvent .date {
  position: relative;
  padding: 10px 8px;
  padding-right: 15px;
  margin-right: 20px;
  border-right: 4px solid #01D0D8;
}

.component-cardEvent .date::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/diagonal-line.png);
  opacity: 0.7;
  z-index: 0;
}

.component-cardEvent p {
  margin-top: 5px;
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  .component-cardEvent .information .flexbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 500px) {
  .component-cardEvent .information .flexbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .component-cardEvent .information .flexbox .time {
    margin-bottom: 0;
  }
  .component-cardEvent .information .flexbox .time::after {
    content: none;
  }
}

@media (max-width: 500px) {
  .component-cardEvent {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    margin-bottom: 50px !important;
  }
  .component-cardEvent .date {
    margin-bottom: 10px;
  }
}

.component-cardSimple {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

.component-cardSimple .cardSimple-content {
  background: #fff;
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 0);
}

.component-cardSimple .card-image {
  height: 170px;
  width: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}

.component-cardSimple .component-card-text {
  padding-bottom: 35px;
}

.component-cardSimple h6 {
  padding: 0 10%;
  margin-top: 25px;
  color: #0071BC;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.2;
}

.component-cardSimple p {
  font-size: 1rem;
  padding: 0 10%;
}

.cardSimple-top {
  display: block;
}

.cardSimple-top h6 {
  -webkit-transition: color 100ms linear;
  transition: color 100ms linear;
}

.cardSimple-top:hover, .cardSimple-top:focus {
  text-decoration: none;
}

.cardSimple-top:hover .card-image, .cardSimple-top:focus .card-image {
  opacity: .8;
}

.cardSimple-top:hover h6, .cardSimple-top:focus h6 {
  color: #5D8AA8;
}

.browser-ie .component-cardSimple,
.browser-edge .component-cardSimple {
  -webkit-filter: none;
  filter: none;
}

.browser-ie .component-cardSimple .cardSimple-content,
.browser-edge .component-cardSimple .cardSimple-content {
  -webkit-box-shadow: -4px -4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: -4px -4px 10px rgba(0, 0, 0, 0.2);
  background: url(../img/bg-cards.png) no-repeat bottom right;
}

.browser-ie .component-cardSimple .card-image,
.browser-edge .component-cardSimple .card-image {
  width: calc(100% - 9px);
}

.component-cardsPair {
  margin: 0 auto;
  max-width: 1144px;
}

.component-cardsPair .component-card-image-box {
  width: 26%;
  z-index: 10;
}

.component-cardsPair .component-card-image-box .card-image-content {
  position: relative;
}

.component-cardsPair .component-card-image-box .card-image-shadow {
  background-image: url(../img/diagonal-line.png);
  height: 100%;
  opacity: .5;
  position: absolute;
  width: 100%;
}

.component-cardsPair .component-card-image-box .card-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 10;
}

.component-cardsPair .component-card-image-box .card-image-background {
  padding-top: 56%;
}

.component-cardsPair .component-card-image-box .lines {
  position: absolute;
  z-index: 10;
}

.component-cardsPair .component-card-image-box .lines div {
  width: 35px;
  height: 3px;
  background: #D50000;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-top: 25px;
}

.component-cardsPair .component-card-image-box .lines div:first-child {
  margin-top: -50px;
}

.component-cardsPair .component-card-image-box .lines div.animateDown {
  -webkit-animation: scaleDown 0.5s linear;
  animation: scaleDown 0.5s linear;
}

.component-cardsPair .component-card-image-box .lines div.animateUp {
  -webkit-animation: scaleUp 0.5s linear;
  animation: scaleUp 0.5s linear;
}

.component-cardsPair .component-card-text {
  width: 74%;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

.component-cardsPair .component-card-text .card-text-content {
  padding: 75px 85px;
  background: #fff;
}

.component-cardsPair .component-card-text .card-text-content blockquote {
  margin-bottom: 0;
  padding-left: 0;
}

.component-cardsPair h2, .component-cardsPair h3 {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .component-cardsPair h3 {
    font-size: 3.25vw;
  }
}

@media screen and (max-width: 768px) {
  .component-cardsPair h3 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 640px) {
  .component-cardsPair h3 {
    font-size: 1.75rem;
  }
}

.component-cardsPair.imgLeft .component-card-image-box {
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
}

.component-cardsPair.imgLeft .component-card-image-box .card-image-shadow {
  left: -24px;
}

.component-cardsPair.imgLeft .component-card-image-box .lines {
  right: -18px;
}

.component-cardsPair.imgLeft .component-card-text {
  -webkit-transform: translateX(-42px);
  transform: translateX(-42px);
  z-index: 98
}

.component-cardsPair.imgLeft .component-card-text .card-text-content {
  padding-left: 150px;
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 90px), calc(100% - 90px) 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% calc(100% - 90px), calc(100% - 90px) 100%, 0 100%, 0 0);

}

.component-cardsPair.imgRight .component-card-image-box {
  -webkit-transform: translateX(-42px);
  transform: translateX(-42px);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.component-cardsPair.imgRight .component-card-image-box .card-image-shadow {
  right: -24px;
}

.component-cardsPair.imgRight .component-card-image-box .lines {
  left: -18px;
}

.component-cardsPair.imgRight .component-card-text {
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
}

.component-cardsPair.imgRight .component-card-text .card-text-content {
  padding-right: 150px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 90px 100%, 0 calc(100% - 90px), 0 0);
  clip-path: polygon(100% 0, 100% 100%, 90px 100%, 0 calc(100% - 90px), 0 0);
}

.component-cardsPair.imgTop .component-card-image-box {
  margin-top: -75px;
  margin-bottom: auto;
}

.component-cardsPair.imgTop .component-card-image-box .card-image-shadow {
  bottom: -24px;
}

.component-cardsPair.imgTop .component-card-image-box .lines {
  bottom: 30px;
}

.component-cardsPair.imgBottom .component-card-image-box {
  margin-top: auto;
  margin-bottom: -75px;
}

.component-cardsPair.imgBottom .component-card-image-box .card-image-shadow {
  top: -24px;
}

.component-cardsPair.imgBottom .component-card-image-box .lines {
  top: 74px;
}

@media (max-width: 1024px) {
  .component-cardsPair {
    /*		&.imgTop .component-card-image-box,
		&.imgBottom .component-card-text{
			margin-top: -32px;
		}*/
  }
  .component-cardsPair .component-card-image-box {
    width: 30%;
  }
  .component-cardsPair .component-card-text {
    margin-left: auto;
    width: 70%;
  }
  .component-cardsPair.imgLeft .component-card-image-box {
    -webkit-transform: translateX(21px);
    transform: translateX(21px);
  }
  .component-cardsPair.imgLeft .component-card-text {
    -webkit-transform: translateX(-21px);
    transform: translateX(-21px);
  }
  .component-cardsPair.imgLeft .component-card-text .card-text-content {
    padding-left: 100px;
  }
  .component-cardsPair.imgRight .component-card-image-box {
    -webkit-transform: translateX(-21px);
    transform: translateX(-21px);
  }
  .component-cardsPair.imgRight .component-card-text {
    -webkit-transform: translateX(21px);
    transform: translateX(21px);
  }
  .component-cardsPair.imgRight .component-card-text .card-text-content {
    padding-right: 100px;
  }
}

@media (max-width: 768px) {
  .component-cardsPair {
    width: calc( 100% + 4rem);
    margin-left: -2rem;
    /*		&.imgTop .component-card-image-box,
		&.imgBottom .component-card-text{
			margin-top: -16px;
		}*/
  }
  .component-cardsPair .component-card-image-box {
    margin-bottom: -50px;
    width: 50%;
  }
  .component-cardsPair .component-card-image-box .card-image-background {
    min-height: 300px;
  }
  .component-cardsPair .component-card-text {
    width: 90%;
  }
  .component-cardsPair.imgLeft .component-card-image-box {
    -webkit-transform: none;
    transform: none;
  }
  .component-cardsPair.imgLeft .component-card-text {
    -webkit-transform: none;
    transform: none;
  }
  .component-cardsPair.imgLeft .component-card-text .card-text-content {
    padding-left: 50px;
  }
  .component-cardsPair.imgRight .component-card-image-box {
    -webkit-transform: none;
    transform: none;
    margin-left: auto;
  }
  .component-cardsPair.imgRight .component-card-text {
    -webkit-transform: none;
    transform: none;
    margin-right: auto;
    margin-left: inherit;
  }
  .component-cardsPair.imgRight .component-card-text .card-text-content {
    padding-right: 50px;
  }
  .component-cardsPair.imgTop .component-card-image-box {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .component-cardsPair.imgTop .component-card-image-box .lines {
    bottom: 34px;
  }
  .component-cardsPair.imgTop .component-card-text {
    margin-top: -64px;
  }
  .component-cardsPair.imgTop .component-card-text .card-text-content {
    padding-top: 110px;
  }
  .component-cardsPair.imgBottom .component-card-image-box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .component-cardsPair.imgBottom .component-card-image-box .lines {
    top: 84px;
  }
  .component-cardsPair.imgBottom .component-card-text {
    margin-bottom: -64px;
  }
  .component-cardsPair.imgBottom .component-card-text .card-text-content {
    padding-bottom: 110px;
  }
}

.browser-ie .component-cardsPair .component-card-text,
.browser-edge .component-cardsPair .component-card-text {
  -webkit-filter: none;
  filter: none;
}

.browser-ie .component-cardsPair .component-card-text .card-text-content,
.browser-edge .component-cardsPair .component-card-text .card-text-content {
  -webkit-box-shadow: -4px -4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: -4px -4px 10px rgba(0, 0, 0, 0.2);
  background: url(../img/bg-cards.png) no-repeat bottom right;
}

.browser-ie .component-cardsPair.imgRight .component-card-text .card-text-content,
.browser-edge .component-cardsPair.imgRight .component-card-text .card-text-content {
  -webkit-box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  background: none;
}

.browser-ie .component-cardsPair.imgRight .component-card-text .card-text-content::before,
.browser-edge .component-cardsPair.imgRight .component-card-text .card-text-content::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/bg-cards.png) no-repeat bottom right;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.browser-ie .component-cardsPair.imgBottom .component-card-image-box {
  -webkit-transform: translate3d(42px, 75px, 0);
  transform: translate3d(42px, 75px, 0);
}

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scaleDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.card-image-shadow {
  pointer-events: none;
}

.component-whiteCard {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
  position: relative;
}

.component-whiteCard::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #01D0D8;
  opacity: 0;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
  z-index: 1;
}

.component-whiteCard .whiteCard-content {
  padding: 30px 10%;
  background: #fff;
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 0);
}

.component-whiteCard h6 {
  padding: 0;
  margin-top: 0;
  color: #0071BC;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.2;
  -webkit-transition: color 100ms linear;
  transition: color 100ms linear;
}

.component-whiteCard p {
  font-size: 1rem;
  padding: 0;
}

.component-whiteCard:hover {
  text-decoration: none;
}

.component-whiteCard:hover h6 {
  color: #01D0D8;
}

.component-whiteCard:hover::before {
  opacity: 1;
}

.component-whiteCard:link, .component-whiteCard:visited {
  color: #000;
}

input[type="text"],
input[type="email"] {
  padding: 0 15px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: #fff;
  border: 0;
  font-size: 1rem;
  color: #9B9A99;
}

textarea {
  padding: 15px;
  width: 100%;
  height: 150px;
  background: #fff;
  color: #9B9A99;
  border: 0;
  font-size: 1rem;
}

.submit-wrapper {
  display: inline-block;
  position: relative;
  padding: 5px;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.submit-wrapper .accessibility-hint {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.submit-wrapper .accessibility-hint.hasFocus {
  outline: dashed 1px #000 !important;
}

input[type="submit"] {
  position: relative;
  margin-top: 0;
  padding: 0 30px;
  height: 48px;
  line-height: 48px;
  background: #01D0D8;
  border: 0;
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  cursor: pointer;
  z-index: 10;
  -webkit-appearance: none;
}

input[type="submit"]:focus {
  outline: none !important;
}

input[type="submit"]:hover {
  background: #0071BC;
  color: #fff;
}

.field-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.field-item label {
  width: 100%;
  font-size: 1.1rem;
  font-weight: bold;
  color: #324C6C;
}

.styledSelect {
  position: relative;
  padding: 0 15px;
  padding-right: 50px;
  width: 100%;
  height: 48px;
  max-width: 320px;
  line-height: 48px;
  border: 0;
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-size: 1rem;
  color: #9B9A99 !important;
  cursor: pointer;
}

.styledSelect:before, .styledSelect:after {
  content: '';
  display: block;
  position: absolute;
  top: 23px;
  width: 10px;
  height: 1px;
  background: #01D0D8;
}

.styledSelect:before {
  right: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.styledSelect:after {
  right: 23px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.styledSelect.active:before {
  right: 23px;
}

.styledSelect.active:after {
  right: 30px;
}

.styledSelect.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 20;
}

.styledSelect + .options {
  padding-left: 0;
  margin-top: 0;
  background: #fff;
}

.styledSelect + .options li {
  padding: 10px 15px;
  font-size: 1rem;
  cursor: pointer;
}

.styledSelect + .options li::before {
  content: none;
}

.styledSelect + .options li:hover {
  background: rgba(0, 113, 188, 0.25);
}

.options {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 48px;
  z-index: 10;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.select-wrapper {
  position: relative;
  width: 100%;
}

.page-collaborate-with-us .page-content {
  margin-top: 200px;
}

.page-collaborate-with-us .page-content .card-image-shadow {
  height: 100%;
}

.page-collaborate-with-us .page-content .inner > .component-cardsPair {
  max-width: 100%;
  margin-bottom: 280px;
}

.page-collaborate-with-us .page-content .inner > .component-cardsPair:last-child {
  margin-bottom: 200px;
}

.page-collaborate-with-us .page-content .inner > .component-cardsPair .component-card-image-box {
  width: 50%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.page-collaborate-with-us .page-content .inner > .component-cardsPair .component-card-image-box .component-icon {
  position: absolute;
  top: 50px;
  z-index: 20;
}

.page-collaborate-with-us .page-content .inner > .component-cardsPair .component-card-image-box .component-icon .icon-roundArea {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.page-collaborate-with-us .page-content .inner > .component-cardsPair .component-card-text {
  width: 39%;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.page-collaborate-with-us .page-content .inner > .component-cardsPair .component-card-text .card-text-content {
  padding: 0;
}

.page-collaborate-with-us .page-content .inner > .component-cardsPair.imgRight .component-card-image-box {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.page-collaborate-with-us .page-content .inner > .component-cardsPair.imgRight .component-card-image-box .component-icon {
  left: -52px;
}

.page-collaborate-with-us .page-content .inner > .component-cardsPair.imgRight .component-card-image-box .subtle-title {
  right: -4vw;
}

.page-collaborate-with-us .page-content .inner > .component-cardsPair.imgRight .component-card-text {
  margin-right: 7%;
  margin-left: 0;
}

.page-collaborate-with-us .page-content .inner > .component-cardsPair.imgRight .component-card-text .card-text-content {
  -webkit-clip-path: none;
  clip-path: none;
}

.page-collaborate-with-us .page-content .inner > .component-cardsPair.imgLeft .component-card-image-box {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.page-collaborate-with-us .page-content .inner > .component-cardsPair.imgLeft .component-card-image-box .component-icon {
  right: -52px;
}

.page-collaborate-with-us .page-content .inner > .component-cardsPair.imgLeft .component-card-image-box .subtle-title {
  left: -9vw;
  width: 100vw;
}

.page-collaborate-with-us .page-content .inner > .component-cardsPair.imgLeft .component-card-text {
  margin-right: 0;
  margin-left: 7%;
}

.page-collaborate-with-us .page-content .inner > .component-cardsPair.imgLeft .component-card-text .card-text-content {
  -webkit-clip-path: none;
  clip-path: none;
}

.page-collaborate-with-us .page-content .inner > .component-cardsPair ul {
  padding-left: 0;
}

.page-collaborate-with-us .page-content .inner > .component-cardsPair ul li {
  padding-right: 7px;
  margin-right: 7px;
  margin-bottom: 5px;
  height: 12px;
  line-height: 14px;
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  border-right: 1px solid #000;
}

.page-collaborate-with-us .page-content .inner > .component-cardsPair ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.page-collaborate-with-us .page-content .inner > .component-cardsPair ul li::before {
  content: none;
}

.page-collaborate-with-us .page-content .inner > .component-cardsPair .subtle-title {
  position: absolute;
  bottom: -6vw;
  line-height: 10vw;
  color: rgba(0, 0, 0, 0.1);
  font-size: 10vw;
}

@media (max-width: 768px) {
  .page-collaborate-with-us .page-content .inner > .component-cardsPair {
    width: 100%;
    margin-left: 0;
    margin-bottom: 120px;
  }
  .page-collaborate-with-us .page-content .inner > .component-cardsPair .component-card-image-box {
    margin-top: 0;
    width: calc(100% - 52px);
  }
  .page-collaborate-with-us .page-content .inner > .component-cardsPair .component-card-text {
    margin-top: 64px;
    width: 100%;
  }
  .page-collaborate-with-us .page-content .inner > .component-cardsPair.imgRight .component-card-image-box .card-image-shadow {
    right: auto;
    left: -24px;
  }
  .page-collaborate-with-us .page-content .inner > .component-cardsPair.imgRight .component-card-image-box .subtle-title {
    left: -9vw;
  }
  .page-collaborate-with-us .page-content .inner > .component-cardsPair.imgLeft .component-card-image-box .card-image-shadow {
    left: auto;
    right: -24px;
  }
  .page-collaborate-with-us .page-content .inner > .component-cardsPair.imgLeft .component-card-image-box .subtle-title {
    right: auto;
    left: -2vw;
    width: 150vw;
  }
  .page-collaborate-with-us .page-content .inner > .component-cardsPair.imgLeft .component-card-text {
    margin-left: 0;
  }
  .page-collaborate-with-us .page-content .inner > .component-cardsPair .subtle-title {
    bottom: -10vw;
    font-size: 18vw;
    line-height: 18vw;
  }
}

@media (max-width: 570px) {
  .page-collaborate-with-us .page-content .inner > .component-cardsPair .component-card-image-box {
    width: calc(100% - 40px);
  }
  .page-collaborate-with-us .page-content .inner > .component-cardsPair.imgRight .component-card-image-box .component-icon {
    left: -40px;
  }
  .page-collaborate-with-us .page-content .inner > .component-cardsPair.imgLeft .component-card-image-box .component-icon {
    right: -40px;
  }
}

.page-collaborate-with-us .last-item form {
  -webkit-transform: translate3d(3.25rem, -100px, 0);
  transform: translate3d(3.25rem, -100px, 0);
  width: 50%;
  max-width: 380px;
}

@media (max-width: 768px) {
  .page-collaborate-with-us .last-item form {
    -webkit-transform: translate3d(2rem, -100px, 0);
    transform: translate3d(2rem, -100px, 0);
    width: 80%;
  }
}

@media (max-width: 500px) {
  .page-collaborate-with-us .last-item form {
    -webkit-transform: translate3d(0.25rem, -100px, 0);
    transform: translate3d(0.25rem, -100px, 0);
  }
}

.page-collaborate-with-us .last-item form .field-item {
  width: 320px;
  margin-bottom: 0;
}

.page-collaborate-with-us .last-item form .button {
  margin-top: -5px;
}

.page-collaborate-with-us .last-item form .button:focus {
  outline: 1px dashed #000 !important;
}

.page-collaborate-with-us .last-item form .button span {
  padding: 0;
  height: 48px;
  width: 48px;
  text-align: center;
}

.page-collaborate-with-us .last-item form .button svg {
  margin-top: 13px;
  width: 20px;
  height: 20px;
}

.page-collaborate-with-us .last-item form .button:hover svg path {
  fill: #fff;
}

@media (max-width: 850px) {
  .page-collaborate-with-us .last-item form .field-item {
    width: calc(100% - 58px);
  }
  .page-collaborate-with-us .last-item form .button {
    width: 58px;
    height: 58px;
  }
}

.page-collaborate-with-us .last-item > .component-cardsPair {
  max-width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-collaborate-with-us .last-item > .component-cardsPair .component-card-image-box {
  margin-top: auto;
  margin-bottom: -200px;
  margin-left: auto;
  width: 50%;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-transform: none;
  transform: none;
}

.page-collaborate-with-us .last-item > .component-cardsPair .component-card-image-box .component-icon {
  position: absolute;
  bottom: -52px;
  left: -52px;
  z-index: 10;
}

.page-collaborate-with-us .last-item > .component-cardsPair .component-card-image-box .component-icon .icon-roundArea {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.page-collaborate-with-us .last-item > .component-cardsPair .component-card-text {
  width: 65%;
  -webkit-transform: none;
  transform: none;
}

.page-collaborate-with-us .last-item > .component-cardsPair .component-card-text .card-text-content {
  padding: 50px;
  padding-right: 300px;
  padding-bottom: 120px;
}

.page-collaborate-with-us .last-item > .component-cardsPair .component-card-text .card-text-content p {
  font-size: 1.2rem;
}

@media (max-width: 1024px) {
  .page-collaborate-with-us .last-item > .component-cardsPair .component-card-text {
    margin-left: 0;
  }
  .page-collaborate-with-us .last-item > .component-cardsPair .component-card-text .card-text-content {
    padding-right: 220px;
  }
}

@media (max-width: 768px) {
  .page-collaborate-with-us .page-content {
    margin-top: 75px;
  }
  .page-collaborate-with-us .last-item > .component-cardsPair {
    width: 100%;
    margin-left: 0;
  }
  .page-collaborate-with-us .last-item > .component-cardsPair .component-card-image-box {
    width: calc(80% - 52px);
    margin-right: -1rem;
    margin-bottom: 0;
  }
  .page-collaborate-with-us .last-item > .component-cardsPair .component-card-text {
    width: 100%;
    margin-left: -1rem;
  }
  .page-collaborate-with-us .last-item > .component-cardsPair .component-card-text .card-text-content {
    padding-top: 150px;
    padding-right: 50px;
  }
  .page-collaborate-with-us .last-item > .component-cardsPair.imgTop {
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  .page-collaborate-with-us .page-content .inner > .component-cardsPair:last-child {
    margin-bottom: 120px;
  }
  .page-collaborate-with-us .last-item > .component-cardsPair .component-card-image-box {
    width: calc(100% - 52px);
  }
  .page-collaborate-with-us .last-item > .component-cardsPair .component-card-text {
    width: 100%;
    margin-left: -1rem;
  }
  .page-collaborate-with-us .last-item > .component-cardsPair .component-card-text .card-text-content {
    padding: 50px 1rem;
    padding-top: 150px;
    padding-right: 2rem;
    padding-bottom: 120px;
  }
  .page-collaborate-with-us .last-item > .component-cardsPair.imgTop {
    margin-top: 0;
  }
}

.page-contact-us .site-content {
  padding-bottom: 0;
  margin-bottom: 0;
}

.page-contact-us .section-decor-background {
  width: 100vw;
  max-width: 1920px;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  background-image: url("../img/bg-contact-us.svg");
  background-position: 50% calc(50% - 100px);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}

@media (min-width: 1921px) {
  .page-contact-us .section-decor-background {
    margin-right: calc(-960px + 50%);
    margin-left: calc(-960px + 50%);
  }
}

.scrollbar-5 .page-contact-us .section-decor-background {
  margin-right: calc((-50vw - 2.5px) + 50%);
  margin-left: calc((-50vw - 2.5px) + 50%);
}

.scrollbar-12 .page-contact-us .section-decor-background {
  margin-right: calc((-50vw - 6px) + 50%);
  margin-left: calc((-50vw - 6px) + 50%);
}

.scrollbar-15 .page-contact-us .section-decor-background {
  margin-right: calc((-50vw - 7.5px) + 50%);
  margin-left: calc((-50vw - 7.5px) + 50%);
}

.scrollbar-17 .page-contact-us .section-decor-background {
  margin-right: calc((-50vw - 8.5px) + 50%);
  margin-left: calc((-50vw - 8.5px) + 50%);
}

.page-contact-us .section-decor-background > section {
  position: relative;
  width: 100%;
  max-width: calc(1280px + 4rem);
  margin: 0 auto;
  padding: 0 2rem;
  max-width: calc(1280px + 5rem);
  padding: 0 2.5rem;
}

@media (max-width: 850px) {
  .page-contact-us .section-decor-background > section {
    padding: 0 1rem;
  }
}

@media (max-width: 850px) {
  .page-contact-us .section-decor-background > section {
    padding: 0 1.5rem;
  }
}

.page-contact-us .section-touch h2 {
  margin-top: 0;
  margin-bottom: 45px;
}

.page-contact-us .section-touch > .flexbox {
  padding-bottom: 70px;
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.page-contact-us .section-touch > .flexbox .touch-item {
  width: 33.3%;
  padding: 0 2%;
}

.page-contact-us .section-touch > .flexbox .touch-item .component-icon .icon-roundArea {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.page-contact-us .section-touch > .flexbox .touch-item h5 {
  margin-top: 20px;
}

.page-contact-us .section-touch > .flexbox .touch-item p {
  font-size: 1.25rem;
}

@media (max-width: 850px) {
  .page-contact-us .section-touch > .flexbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-contact-us .section-touch > .flexbox .touch-item {
    padding: 0;
    padding-bottom: 70px;
    width: 100%;
  }
}

.page-contact-us .section-find .centered-content {
  padding-top: 70px;
  margin: 0 auto;
  max-width: 960px;
}

.page-contact-us .section-find h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.page-contact-us .section-find h4 {
  margin-top: 25px;
}

.page-contact-us .section-find .labels {
  padding-left: 0;
}

.page-contact-us .section-find .labels li {
  display: inline-block;
}

.page-contact-us .section-find .labels li:first-child {
  padding-right: 10px;
}

.page-contact-us .section-find .labels li:last-child {
  padding-left: 10px;
}

.page-contact-us .section-find .labels li::before {
  content: none;
}

.page-contact-us .section-find .labels li svg {
  height: 30px;
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.page-contact-us .section-find .select-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 378px;
  z-index: 10;
}

.page-contact-us .section-find .select-wrapper .field-item {
  margin-bottom: 0;
  width: 100%;
  max-width: 320px;
}

.page-contact-us .section-find .select-wrapper .field-item .styledSelect + .options {
  text-align: left;
}

.page-contact-us .section-find .select-wrapper .button {
  margin-top: -5px;
}

.page-contact-us .section-find .select-wrapper .button:focus {
  outline: 1px dashed #000 !important;
}

.page-contact-us .section-find .select-wrapper .button span {
  padding: 0;
  height: 48px;
  width: 48px;
  text-align: center;
}

.page-contact-us .section-find .select-wrapper .button svg {
  margin-top: 13px;
  width: 20px;
  height: 20px;
}

.page-contact-us .section-find .select-wrapper .button:hover svg path {
  fill: #fff;
}

.page-contact-us .section-find .noscrollbar {
  line-height: 1.35;
  overflow: hidden;
  white-space: nowrap;
}

.page-contact-us .section-find .map-canvas {
  width: 100vw;
  max-width: 1920px;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  position: relative;
  margin-top: -28px;
  min-height: 800px;
}

@media (min-width: 1921px) {
  .page-contact-us .section-find .map-canvas {
    margin-right: calc(-960px + 50%);
    margin-left: calc(-960px + 50%);
  }
}

.scrollbar-5 .page-contact-us .section-find .map-canvas {
  margin-right: calc((-50vw - 2.5px) + 50%);
  margin-left: calc((-50vw - 2.5px) + 50%);
}

.scrollbar-12 .page-contact-us .section-find .map-canvas {
  margin-right: calc((-50vw - 6px) + 50%);
  margin-left: calc((-50vw - 6px) + 50%);
}

.scrollbar-15 .page-contact-us .section-find .map-canvas {
  margin-right: calc((-50vw - 7.5px) + 50%);
  margin-left: calc((-50vw - 7.5px) + 50%);
}

.scrollbar-17 .page-contact-us .section-find .map-canvas {
  margin-right: calc((-50vw - 8.5px) + 50%);
  margin-left: calc((-50vw - 8.5px) + 50%);
}

.page-contact-us .section-find .map-canvas .placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1024px) {
  .page-contact-us .section-find .map-canvas {
    min-height: 600px;
  }
}

@media (max-width: 768px) {
  .page-contact-us .section-find .map-canvas {
    min-height: 400px;
  }
}

.page-contact-us .section-message {
  width: 100vw;
  max-width: 1920px;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  background: #EBF4FE;
  overflow: hidden;
}

@media (min-width: 1921px) {
  .page-contact-us .section-message {
    margin-right: calc(-960px + 50%);
    margin-left: calc(-960px + 50%);
  }
}

.scrollbar-5 .page-contact-us .section-message {
  margin-right: calc((-50vw - 2.5px) + 50%);
  margin-left: calc((-50vw - 2.5px) + 50%);
}

.scrollbar-12 .page-contact-us .section-message {
  margin-right: calc((-50vw - 6px) + 50%);
  margin-left: calc((-50vw - 6px) + 50%);
}

.scrollbar-15 .page-contact-us .section-message {
  margin-right: calc((-50vw - 7.5px) + 50%);
  margin-left: calc((-50vw - 7.5px) + 50%);
}

.scrollbar-17 .page-contact-us .section-message {
  margin-right: calc((-50vw - 8.5px) + 50%);
  margin-left: calc((-50vw - 8.5px) + 50%);
}

.page-contact-us .section-message .inner-content > div {
  padding: 150px 0;
  width: 50%;
}

.page-contact-us .section-message .inner-content .message-left {
  position: relative;
  padding-right: 10%;
}

.page-contact-us .section-message .inner-content .message-left::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 200vw;
  background: #324C6C;
}

.page-contact-us .section-message .inner-content .message-left .message-title {
  position: relative;
}

.page-contact-us .section-message .inner-content .message-left .message-title .subtle-title {
  position: absolute;
  top: -8vw;
  right: -2vw;
  color: rgba(255, 255, 255, 0.075);
  font-size: 8vw;
  text-align: right;
  width: 100vw;
}

@media (max-width: 1024px) {
  .page-contact-us .section-message .inner-content .message-left .message-title .subtle-title {
    top: -6vw;
    font-size: 7vw;
  }
}

@media (max-width: 768px) {
  .page-contact-us .section-message .inner-content .message-left .message-title .subtle-title {
    top: -13vw;
    right: auto;
    left: 0;
    font-size: 14vw;
    text-align: left;
  }
}

.page-contact-us .section-message .inner-content .message-left .message-title h2 {
  color: #fff;
}

.page-contact-us .section-message .inner-content .message-left .message-title p {
  color: #fff;
  font-size: 1.5rem;
}

.page-contact-us .section-message .inner-content .message-right {
  padding-left: 10%;
}

@media (max-width: 768px) {
  .page-contact-us .section-message .inner-content .message-left,
  .page-contact-us .section-message .inner-content .message-right {
    padding: 75px 0;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .page-contact-us .section-message .inner-content .message-left::before {
    right: -2rem;
  }
}

.page-contact-us .section-message form .styledSelect {
  max-width: 100%;
}

.page-contact-us .section-message form > fieldset {
  width: 100%;
}

.page-contact-us .section-message form > fieldset > div {
  width: 100%;
}

.page-contact-us .section-message form > fieldset > fieldset {
  display: inline-block;
  width: 100%;
}

.page-contact-us .section-message form > fieldset > fieldset > div {
  float: left;
  width: 50%;
}

.page-contact-us .section-message form > fieldset > fieldset > div:first-child {
  padding-right: 12px;
  margin-right: 0;
}

.page-contact-us .section-message form > fieldset > fieldset > div:last-child {
  padding-left: 12px;
  margin-left: 0;
}

.page-contact-us .section-join {
  background-image: url(../content-images/cta-join.jpg);
}

.tooltip-heading {
  color: #fff;
  margin-bottom: .2em;
  margin-top: 0;
}

.tooltip-address {
  color: #fff;
  font-size: 1rem;
}

.js-info-bubble-close {
  display: block;
  height: 24px;
  position: absolute;
  right: 6px !important;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
  top: 6px !important;
  width: 24px;
}

.js-info-bubble-close:hover {
  opacity: .8;
}

.page-events .section-categories {
  width: 100vw;
  max-width: 1920px;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  background: #0071BC;
  margin-bottom: 90px;
}

@media (min-width: 1921px) {
  .page-events .section-categories {
    margin-right: calc(-960px + 50%);
    margin-left: calc(-960px + 50%);
  }
}

.scrollbar-5 .page-events .section-categories {
  margin-right: calc((-50vw - 2.5px) + 50%);
  margin-left: calc((-50vw - 2.5px) + 50%);
}

.scrollbar-12 .page-events .section-categories {
  margin-right: calc((-50vw - 6px) + 50%);
  margin-left: calc((-50vw - 6px) + 50%);
}

.scrollbar-15 .page-events .section-categories {
  margin-right: calc((-50vw - 7.5px) + 50%);
  margin-left: calc((-50vw - 7.5px) + 50%);
}

.scrollbar-17 .page-events .section-categories {
  margin-right: calc((-50vw - 8.5px) + 50%);
  margin-left: calc((-50vw - 8.5px) + 50%);
}

.page-events .section-categories ul {
  margin-top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 2rem;
}

.page-events .section-categories ul li {
  display: inline-block;
  padding: 15px 0;
  margin: 0 2%;
}

.page-events .section-categories ul li:first-child {
  margin-left: 0;
}

.page-events .section-categories ul li:last-child {
  margin-right: 2%;
}

.page-events .section-categories ul li::before {
  content: none;
}

.page-events .section-categories ul li span {
  color: #fff;
}

.page-events .section-categories ul li a {
  display: inline-block;
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 620px) {
  .page-events .section-categories ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page-events .sticky-replacement {
  width: 100%;
  margin-bottom: 90px;
}

.page-events .fourths-content .threeFourths-content {
  padding-right: 5%;
}

.page-events .fourths-content .threeFourths-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.page-events .fourths-content .threeFourths-content ul li {
  margin-bottom: 30px;
}

.page-events .fourths-content .threeFourths-content ul li::before {
  content: none;
}

.page-events .fourths-content .oneFourth-content {
  padding-left: 5%;
  margin-left: auto;
  border-left: 1px solid rgba(0, 0, 0, 0.075);
}

.page-events .fourths-content .oneFourth-content .hubs-aside {
  padding: 40px 35px;
  margin-top: 70px;
  background: #EBF4FE;
}

.page-events .fourths-content .oneFourth-content .hubs-aside h4 {
  margin-top: 0;
}

.page-events .fourths-content .oneFourth-content .hubs-aside p {
  font-size: 1.3rem;
}

.page-events .fourths-content .oneFourth-content .hubs-aside form {
  margin-top: 15px;
}

.page-events .fourths-content .oneFourth-content .hubs-aside form .field-item {
  margin-bottom: 0;
  width: calc(100% - 58px);
}

.page-events .fourths-content .oneFourth-content .hubs-aside form .styledSelect {
  line-height: 1.2rem;
}

@media (max-width: 850px) {
  .page-events .fourths-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-events .fourths-content .threeFourths-content {
    width: 100%;
  }
  .page-events .fourths-content .oneFourth-content {
    display: none;
  }
}

.frontpage .section-hero .hero .hero-text {
  margin-bottom: 20vh;
}

.frontpage .section-hero .hero .hero-text h1 {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .frontpage .section-hero .hero .hero-text {
    margin-bottom: 50px;
  }
  .frontpage .section-hero .hero .hero-text h1 {
    font-weight: 300;
    font-size: 2.25rem;
  }
}

.frontpage .section-hero .hero .hero-text .button span .icon {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 100%;
  -webkit-transform: translate3d(5px, 3px, 0);
  transform: translate3d(5px, 3px, 0);
}

.frontpage .section-hero .hero .hero-text .button span .icon .line {
  position: absolute;
  display: block;
  width: 8px;
  height: 1px;
  background: #000;
}

.frontpage .section-hero .hero .hero-text .button span .icon .line:first-child {
  top: 5px;
  left: 5px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.frontpage .section-hero .hero .hero-text .button span .icon .line:nth-child(2) {
  top: 10px;
  left: 5px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.frontpage .section-hero .hero .hero-text .button span .icon .line:nth-child(3) {
  width: 10px;
  top: 7px;
  left: 1px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.frontpage .section-hero .hero .hero-text .button:hover span .icon {
  border-color: #fff;
}

.frontpage .section-hero .hero .hero-text .button:hover span .icon .line {
  background-color: #fff;
}

.frontpage .featured-link {
  margin-top: -90px;
}

@media (max-width: 1024px) {
  .frontpage .featured-link {
    margin-top: -45px;
  }
}

@media (max-width: 768px) {
  .frontpage .featured-link {
    margin-top: 55px;
  }
}

.frontpage .featured-link .component-cardsPair .component-card-image-box {
  position: relative;
  width: 50%;
}

@media (max-width: 1024px) {
  .frontpage .featured-link .component-cardsPair .component-card-image-box {
    width: 85%;
  }
}

@media (max-width: 768px) {
  .frontpage .featured-link .component-cardsPair .component-card-image-box {
    width: 90%;
  }
}

.frontpage .featured-link .component-cardsPair .component-card-image-box .card-image-shadow {
  top: -24px;
  right: -24px;
  bottom: auto;
  left: auto;
  opacity: .1;
}

@media (max-width: 768px) {
  .frontpage .featured-link .component-cardsPair .component-card-image-box .card-image-shadow {
    display: none;
  }
}

.frontpage .featured-link .component-cardsPair .component-card-image-box .lines {
  right: -47px;
  bottom: 110px;
  z-index: 10;
}

.frontpage .featured-link .component-cardsPair .component-card-image-box .lines div {
  height: 6px;
  width: 47px;
  background: #0071BC;
  opacity: .1;
}

.frontpage .featured-link .component-card-text {
  width: 50%;
  z-index: 1;
}

@media (max-width: 1024px) {
  .frontpage .featured-link .component-card-text {
    width: 85%;
  }
}

.frontpage .featured-link .component-card-text .link-arrow {
  background-position: 100% calc(100% - 8px);
  padding-right: 30px;
  position: relative;
  -webkit-transition: color 100ms linear;
  transition: color 100ms linear;
}

.frontpage .featured-link .component-card-text .link-arrow:hover {
  color: #01D0D8;
  text-decoration: none;
}

.frontpage .featured-link .component-card-text .link-arrow:hover::before {
  opacity: 1;
}

.frontpage .featured-link .component-card-text .link-arrow::before {
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  bottom: -10px;
  width: 100%;
  background-color: #01D0D8;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}

.frontpage .section-about-afwerx .about-afwerx-content {
  margin-top: 60px;
  padding-bottom: 155px;
}

.frontpage .section-about-afwerx .about-afwerx-content .title-decor {
  margin-top: 0;
}

.frontpage .section-about-afwerx .about-afwerx-content .flex-twoColumnPadding {
  margin-bottom: 60px;
}

.frontpage .section-about-afwerx .about-afwerx-content .stories {
  padding: 2rem;
  margin-left: -2rem;
  width: calc(100% + 4rem);
}

.frontpage .section-about-afwerx .about-afwerx-content .stories .component-cardSimple {
  width: 25%;
}

@media (max-width: 975px) {
  .frontpage .section-about-afwerx .about-afwerx-content .stories {
    overflow-x: auto;
    cursor: grab;
    cursor: -webkit-grab;
  }
  .frontpage .section-about-afwerx .about-afwerx-content .stories:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
  }
  .frontpage .section-about-afwerx .about-afwerx-content .stories .draggable {
    min-width: 1150px;
    padding-right: 2rem;
  }
}

.frontpage .section-about-afwerx .center {
  position: relative;
  margin-top: -20px;
  margin-left: -2rem;
  padding-top: 60px;
  width: calc(100% + 4rem);
}

.frontpage .section-collaborate {
  width: 100vw;
  max-width: 1920px;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  background: rgba(0, 113, 188, 0.1);
  overflow: hidden;
}

@media (min-width: 1921px) {
  .frontpage .section-collaborate {
    margin-right: calc(-960px + 50%);
    margin-left: calc(-960px + 50%);
  }
}

.scrollbar-5 .frontpage .section-collaborate {
  margin-right: calc((-50vw - 2.5px) + 50%);
  margin-left: calc((-50vw - 2.5px) + 50%);
}

.scrollbar-12 .frontpage .section-collaborate {
  margin-right: calc((-50vw - 6px) + 50%);
  margin-left: calc((-50vw - 6px) + 50%);
}

.scrollbar-15 .frontpage .section-collaborate {
  margin-right: calc((-50vw - 7.5px) + 50%);
  margin-left: calc((-50vw - 7.5px) + 50%);
}

.scrollbar-17 .frontpage .section-collaborate {
  margin-right: calc((-50vw - 8.5px) + 50%);
  margin-left: calc((-50vw - 8.5px) + 50%);
}

.frontpage .section-collaborate > div {
  position: relative;
  width: 100%;
  max-width: calc(1280px + 4rem);
  margin: 0 auto;
  padding: 0 2rem;
}

@media (max-width: 850px) {
  .frontpage .section-collaborate > div {
    padding: 0 1rem;
  }
}

.frontpage .section-collaborate .collaborate-left {
  position: relative;
  padding-top: 155px;
  width: 50%;
}

@media (max-width: 768px) {
  .frontpage .section-collaborate .collaborate-left {
    margin-left: -2rem;
    padding-bottom: 155px;
    width: calc(100% + 4rem);
    background: url(../img/bg-collaborate.jpg) no-repeat 60% bottom;
  }
}

.frontpage .section-collaborate .collaborate-left .collaborate-image {
  background-position: calc(100% - 220px) bottom;
  background-size: cover;
  background-image: url(../img/bg-collaborate.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 200%;
}

@media (max-width: 768px) {
  .frontpage .section-collaborate .collaborate-left .collaborate-image {
    display: none;
  }
}

.frontpage .section-collaborate .collaborate-left .collaborate-left-content {
  position: relative;
  padding-right: 12vw;
}

@media (max-width: 768px) {
  .frontpage .section-collaborate .collaborate-left .collaborate-left-content {
    padding: 0 2rem;
  }
}

.frontpage .section-collaborate .collaborate-left .collaborate-left-content .collaborate-title {
  position: relative;
}

.frontpage .section-collaborate .collaborate-left .collaborate-left-content .subtle-title {
  position: absolute;
  top: -5vw;
  right: -2vw;
  color: rgba(255, 255, 255, 0.075);
  font-size: 6vw;
}

@media (max-width: 768px) {
  .frontpage .section-collaborate .collaborate-left .collaborate-left-content .subtle-title {
    top: -13vw;
    right: -5vw;
    font-size: 14vw;
  }
}

.frontpage .section-collaborate .collaborate-left .collaborate-left-content h2 {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}

.frontpage .section-collaborate .collaborate-left .collaborate-left-content p {
  font-size: 1.75rem;
  color: #fff;
}

.frontpage .section-collaborate .collaborate-left .collaborate-left-content .button {
  margin-top: 30px;
}

.frontpage .section-collaborate .collaborate-right {
  padding-top: 140px;
  padding-bottom: 110px;
  width: 50%;
}

@media (max-width: 768px) {
  .frontpage .section-collaborate .collaborate-right {
    padding-top: 60px;
    width: 100%;
  }
}

.frontpage .section-collaborate .collaborate-right form {
  margin-top: 15px;
}

.frontpage .section-collaborate .collaborate-right form .field-item {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  max-width: 320px;
}

.frontpage .section-collaborate .collaborate-right .collaborate-item {
  position: relative;
  padding-left: 95px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .frontpage .section-collaborate .collaborate-right .collaborate-item {
    padding-left: 125px;
  }
}

@media (max-width: 570px) {
  .frontpage .section-collaborate .collaborate-right .collaborate-item {
    padding-left: 90px;
  }
}

.frontpage .section-collaborate .collaborate-right .collaborate-item:first-child {
  position: relative;
  padding-bottom: 42px;
}

.frontpage .section-collaborate .collaborate-right .collaborate-item:first-child:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  background: #fff;
}

@media (max-width: 768px) {
  .frontpage .section-collaborate .collaborate-right .collaborate-item:first-child:after {
    left: -2rem;
  }
}

.frontpage .section-collaborate .collaborate-right .collaborate-item:first-child .component-icon .icon-roundArea:after {
  content: none;
}

.frontpage .section-collaborate .collaborate-right .collaborate-item .component-icon {
  position: absolute;
  left: -52px;
  top: 0;
}

.frontpage .section-collaborate .collaborate-right .collaborate-item .component-icon .icon-roundArea:after {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: -75px;
  width: 75px;
  height: 4px;
  background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 768px) {
  .frontpage .section-collaborate .collaborate-right .collaborate-item .component-icon {
    left: -10px;
  }
  .frontpage .section-collaborate .collaborate-right .collaborate-item .component-icon .icon-roundArea:after {
    content: none;
  }
}

.frontpage .section-collaborate .collaborate-right .collaborate-item h5 {
  margin-top: 0;
  margin-bottom: -10px;
}

.frontpage .section-collaborate .collaborate-right .collaborate-item p {
  line-height: 1.4;
}

.frontpage .section-join {
  background-image: url(../img/bg-join3.jpg);
}

@media (max-width: 850px) {
  .frontpage .section-join {
    background-position: -450px -100px;
    background-size: auto;
  }
}

.frontpage .section-cards {
  margin-top: 230px;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .frontpage .section-cards {
    margin-top: 180px;
  }
}

.frontpage .section-cards span {
  margin-right: 20px;
  font-weight: 700;
}

.frontpage .section-cards .blockquote {
  position: relative;
}

.frontpage .section-cards .blockquote .quotes {
  position: absolute;
  top: 3rem;
  left: 2rem;
  font-size: 300px;
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 350px;
  color: rgba(0, 113, 188, 0.15);
  z-index: 10;
}

@media (max-width: 1300px) {
  .frontpage .section-cards .blockquote .quotes {
    left: -1rem;
  }
}

@media (max-width: 768px) {
  .frontpage .section-cards .blockquote .quotes {
    display: none;
  }
}

@media (max-width: 500px) {
  .frontpage .section-cards .blockquote .component-card-text {
    width: 95%;
  }
}

@media (max-width: 768px) {
  .frontpage .section-cards .blockquote .card-text-content {
    padding-left: 120px;
  }
}

@media (max-width: 500px) {
  .frontpage .section-cards .blockquote .card-text-content {
    padding-right: 30px;
  }
}

.frontpage .section-cards .blockquote blockquote {
  margin-top: 20px;
  color: #000;
  font-size: 2rem;
}

.frontpage .section-cards .blockquote blockquote::before {
  content: none;
}

@media (max-width: 768px) {
  .frontpage .section-cards .blockquote blockquote::before {
    content: '“';
    left: -80px;
  }
}

@media (max-width: 500px) {
  .frontpage .section-cards .blockquote blockquote {
    font-size: 1.65rem;
  }
  .frontpage .section-cards .blockquote blockquote::before {
    left: -70px;
  }
}

.frontpage .section-cards .slider {
  margin-top: -40px;
}

.frontpage .section-cards .slider .slider-canvas {
  position: relative;
}

.frontpage .section-cards .slider .slider-canvas .slider-runway {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.frontpage .section-cards .slider .slider-canvas img {
  height: auto;
  width: 100%;
  display: block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.frontpage .section-cards .slider .slider-text {
  margin-top: 20px;
}

.frontpage .section-cards .slider .slider-text h4 {
  margin-top: 0;
  font-size: 2.1rem;
  color: #000;
}

.frontpage .section-cards .slider .slider-text span {
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  color: #9B9A99;
}

.frontpage .section-cards .slider .slider-text p {
  font-size: 1rem;
}

.frontpage .section-cards .slider-actions {
  margin-top: 10px;
}

.frontpage .section-cards .slider-actions .round-button {
  margin-left: -5px;
}

.frontpage .site-footer {
  margin-top: 50px;
}

.stories-container {
  position: relative;
  z-index: 10;
}

.stories-container::before, .stories-container::after {
  content: '';
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 2;
}

.stories-container::before {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  left: -2rem;
}

@media screen and (max-width: 850px) {
  .stories-container::before {
    left: -1rem;
  }
}

.stories-container::after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  right: -2rem;
}

@media screen and (max-width: 850px) {
  .stories-container::after {
    right: -1rem;
  }
}

.section-about-afwerx {
  position: relative;
}

.section-about-afwerx::before {
  content: '';
  display: block;
  background-image: url("../img/bg-about-us-section.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  position: absolute;
  bottom: -6rem;
  left: 0;
  width: 100%;
  height: 100%;
  /*// The about us section gets another background at this point, so hide this one.
		@media screen and ( max-width: $smWidth ) {
    		display: none;
		}*/
}

@media (max-width: 1280px) {
  .section-about-afwerx::before {
    width: calc(100% + 4rem);
    left: -2rem;
    background-size: cover;
  }
}

.frontpage.browser-safari.device .section-join {
  background-position: -450px -450px;
}

@media (max-width: 768px) {
  .frontpage.browser-safari.device .section-join {
    background-position: -450px 250px;
  }
}

.page-hub-detail .page-content {
  margin-top: 90px;
}

.page-hub-detail .site-content {
  padding-bottom: 0;
}

.page-hub-detail .section-wideBand {
  margin-top: 100px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.page-hub-detail .section-wideBand::before {
  background-image: url("../img/bg-line-x.svg");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 160%;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: .2;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 1150px) {
  .page-hub-detail .section-wideBand::before {
    background-position: 0 33%;
  }
}

@media screen and (max-width: 900px) {
  .page-hub-detail .section-wideBand::before {
    width: 130%;
  }
}

@media screen and (max-width: 768px) {
  .page-hub-detail .section-wideBand::before {
    width: 200%;
    left: -15%;
    opacity: .2;
  }
}

.page-hub-detail .section-wideBand-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

@media screen and (max-width: 1150px) {
  .page-hub-detail .section-wideBand-inner {
    display: block;
  }
}

.page-hub-detail .detail-content-left {
  border-right: 1px solid #eee;
  padding-right: 5%;
}

@media screen and (max-width: 768px) {
  .page-hub-detail .detail-content-left {
    border-right: none;
  }
}

.page-hub-detail .detail-content-left *:first-child {
  margin-top: 0;
}

.page-hub-detail .detail-content-right {
  padding-left: 40px;
  position: relative;
}

@media screen and (max-width: 850px) {
  .page-hub-detail .detail-content-right {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-left: 0;
  }
}

.page-hub-detail .component-cardSimple {
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  max-width: 300px;
  width: 100%;
}

.page-work-detail .component-cardSimple {
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  max-width: 300px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page-hub-detail .component-cardSimple {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .page-work-detail .component-cardSimple {
    display: none;
  }
}

.page-hub-detail .component-card-text {
  padding-bottom: 73px;
  padding-top: 29px;
}

.page-work-detail .component-card-text {
  padding-bottom: 73px;
  padding-top: 29px;
}

.page-hub-detail .component-card-list {
  padding-left: 40px;
}

@media screen and (max-width: 930px) {
  .page-hub-detail .component-card-list {
    padding-left: 20px;
  }
}

.page-work-detail .component-card-list {
  padding-left: 40px;
}

@media screen and (max-width: 930px) {
  .
   {
    padding-left: 20px;
  }
}

.page-hub-detail .component-card-item + .component-card-item {
  margin-top: 20px;
}

.page-hub-detail .component-card-item::before {
  display: none;
}

.page-work-detail .component-card-item + .component-card-item {
  margin-top: 20px;
}

.page-work-detail .component-card-item::before {
  display: none;
}

.page-hub-detail .component-card-link.is-active {
  color: #000;
}

.page-work-detail .component-card-link.is-active {
  color: #000;
}

.wideBand-cta {
  background-color: #324C6C;
  color: #fff;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 350px;
  padding-bottom: 150px;
  padding-left: 2rem;
  padding-right: 60px;
  padding-top: 150px;
  position: relative;
}

.wideBand-cta .title-decor {
  color: #fff;
  white-space: nowrap;
}

.wideBand-cta::before {
  background-color: inherit;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 0;
  width: 100vw;
}

.wideBand-cta::after {
  color: rgba(255, 255, 255, 0.05);
  content: attr(data-bg-text);
  display: block;
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 9rem;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 180px;
  text-transform: uppercase;
  top: 70px;
  white-space: nowrap;
}

@media screen and (max-width: 1150px) {
  .wideBand-cta::after {
    top: -50px;
  }
}

@media screen and (max-width: 1080px) {
  .wideBand-cta {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media screen and (max-width: 1150px) {
  .wideBand-cta {
    max-width: none;
    padding-bottom: 60px;
    padding-right: 360px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .wideBand-cta {
    padding-right: 2rem;
  }
}

.wideBand-content {
  padding-bottom: 150px;
  padding-left: 60px;
  padding-top: 150px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .wideBand-content {
    width: 50%;
  }
}

@media screen and (max-width: 1150px) {
  .wideBand-content {
    width: 100%;
    padding-bottom: 60px;
    padding-left: 2rem;
    padding-top: 60px;
  }
}

.wideBand-heading {
  max-width: 470px;
  padding-right: 140px;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .wideBand-heading {
    max-width: 380px;
  }
}

.wideBand-heading-link {
  background-image: url(../img/link-arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1em;
  bottom: 6px;
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding-right: 25px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  text-transform: uppercase;
  -webkit-transition: color 100ms linear;
  transition: color 100ms linear;
}

.wideBand-events-container {
  max-width: 470px;
}

.wideBand-events-container .slider-actions {
  margin-top: 40px;
}

@media screen and (max-width: 1280px) {
  .wideBand-events-container {
    max-width: 380px;
  }
}

.main .wideBand-events {
  margin-top: 40px;
  padding-left: 0;
}

.main .wideBand-events .component-cardEvent::before {
  display: none;
}

.main .wideBand-events .component-cardEvent + .component-cardEvent {
  margin-top: 40px;
}

.section-meet-the-team {
  padding-bottom: 120px;
  padding-top: 60px;
}

.team-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 800px;
}

@media screen and (max-width: 1150px) {
  .team-grid {
    display: block;
    max-width: 64vw;
  }
}

.main .team-grid {
  margin-top: 0;
  padding-left: 0;
}

.team-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  width: 400px;
}

.team-grid-item::before {
  display: none !important;
}

@media screen and (max-width: 1150px) {
  .team-grid-item {
    width: 100%;
  }
}

.team-grid-photo {
  display: block;
  height: 150px;
  min-width: 150px;
  width: 150px;
  object-fit: cover;
}

@media screen and (max-width: 420px) {
  .team-grid-photo {
    height: 75px;
    min-width: 75px;
    width: 75px;
  }
}

.team-grid-text {
  padding-left: 20px;
  padding-right: 20px;
}

.team-grid-name {
  font-size: 1.6rem;
  margin-top: 0;
}

.team-grid-role,
.team-grid-email {
  font-size: .9rem;
}

.team-grid-role {
  color: #9B9A99;
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-weight: 600;
}

.section-contact-information {
  background-color: #EBF4FE;
  padding-bottom: 190px;
  padding-top: 60px;
}

.contact-information-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

@media screen and (max-width: 1150px) {
  .contact-information-columns {
    display: block;
  }
}

.contact-information-column {
  max-width: 400px;
  padding-right: 30px;
  width: 100%;
}

@media screen and (max-width: 1150px) {
  .contact-information-column + .contact-information-column {
    padding-right: 0;
    padding-top: 30px;
  }
}

.contact-information-column p {
  margin-top: 10px;
}

.single .site-header .main-header {
  padding-bottom: 35px;
  background: #000;
}

.single .site-content:after {
  display: table;
  clear: both;
  content: '';
}

.single .site-content .container {
  max-width: 874px;
  padding-top: 90px;
}

.single .site-content .single-header {
  margin-bottom: 50px;
}

.single .site-content .single-header .type {
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-weight: 700;
  color: #9B9A99;
}

.single .site-content .single-header h1 {
  margin-top: 0;
  margin-bottom: 8px;
}

.single .site-content .single-header .date-time {
  /*				.date {
					@include media('<=xs') {
						flex-direction: column;
					}
				}*/
}

.single .site-content .single-header .date-time span {
  font-size: 1.8rem;
  color: #324C6C;
}

.single .site-content .single-header .date-time span.end-day {
  position: relative;
  padding-left: 15px;
  margin-left: 5px;
}

.single .site-content .single-header .date-time span.end-day::before {
  content: '-';
  position: absolute;
  left: 0;
  top: -2px;
}

@media (max-width: 550px) {
  .single .site-content .single-header .date-time span {
    font-size: 1.5rem;
  }
  .single .site-content .single-header .date-time span.end-day {
    margin-left: 8px;
  }
}

@media (max-width: 500px) {
  .single .site-content .single-header .date-time span {
    font-size: 1.3rem;
  }
}

@media (min-width: 769px) {
  .single .site-content .single-header .date-time .time {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
  }
  .single .site-content .single-header .date-time .time::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 2px;
    height: 30px;
    background: rgba(50, 76, 108, 0.8);
  }
}

.single .site-content .single-header .date-time .end-time {
  margin-left: 5px;
}

.single .site-content .single-header .location {
  display: inline-block;
  margin-top: 5px;
  width: 100%;
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-weight: 700;
  color: #9B9A99;
  text-transform: uppercase;
}

.single .site-content .single-header .button {
  margin-top: 25px;
  margin-left: -5px;
}

.single .site-content .single-hero img {
  width: 100%;
}

.single .site-content .paragraph-text-image figure {
  margin-top: 55px;
  margin-bottom: 20px;
  min-width: 250px;
}

.single .site-content .paragraph-text-image figure.align-right {
  margin-left: 30px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  /*float: right;*/
}

.single .site-content .paragraph-text-image figure.align-left {
  margin-right: 30px;
  /*float: left;*/
}

.single .site-content .paragraph-text-image figure img {
  width: 100%;
}

@media (max-width: 650px) {
  .single .site-content .paragraph-text-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single .site-content .paragraph-text-image figure {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .single .site-content .paragraph-text-image figure.align-right {
    margin-left: 0;
  }
  .single .site-content .paragraph-text-image figure.align-left {
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 850px) {
  .single .site-header .main-header {
    padding-bottom: 0;
  }
  .single .site-content .container {
    padding-top: 30vw;
  }
  .single .site-content .container .single-header {
    margin-top: 0 !important;
  }
}

@media (max-width: 768px) {
  .single .site-content .container {
    padding-top: 32vw;
  }
  .single .site-content .single-header .date-time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single .site-content .single-header .date-time .time {
    padding-left: 0;
  }
  .single .site-content figure {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .single .site-content .single-header {
    margin-top: 40vw;
  }
  .single .site-content figure {
    margin-top: 55px;
    width: 100%;
  }
  .single .site-content figure.align-right {
    margin-left: 0;
    float: none;
  }
  .single .site-content figure.align-left {
    margin-right: 0;
    float: none;
  }
}

.page-stories .section-wideBand {
  position: relative;
  padding-bottom: 0;
}

.page-stories .section-wideBand::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/bg-line-x.svg);
  background-position: calc(1% + 25vw) center;
  background-repeat: no-repeat;
  background-size: 2000px;
  opacity: 0.25;
}

@media (max-width: 1500px) {
  .page-stories .section-wideBand::after {
    background-position: calc(1% + 20vw) center;
  }
}

@media (max-width: 1280px) {
  .page-stories .section-wideBand::after {
    background-position: calc(1% + 10vw) center;
  }
}

.page-stories .section-wideBand .inner-content {
  position: relative;
  z-index: 10;
}

.page-stories .section-wideBand h2 {
  margin-bottom: 25px;
}

.page-stories .section-wideBand .stories {
  padding: 2rem;
  margin-left: -2rem;
  width: calc(100% + 4rem);
}

.page-stories .section-wideBand .stories .draggable {
  width: 846px;
  padding-bottom: 70px;
}

.page-stories .section-wideBand .stories .draggable > div {
  margin-right: 24px;
  width: 33.3%;
}

.page-stories .section-wideBand .stories .draggable > div:last-child {
  margin-right: 0;
}

@media (max-width: 975px) {
  .page-stories .section-wideBand .stories {
    overflow-x: auto;
    cursor: grab;
    cursor: -webkit-grab;
  }
  .page-stories .section-wideBand .stories:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
  }
  .page-stories .section-wideBand .stories .draggable {
    padding-right: 2rem;
  }
}

@media (max-width: 500px) {
  .page-stories .section-wideBand {
    padding-top: 50px;
  }
  .page-stories .section-wideBand .stories .draggable {
    padding-bottom: 50px;
  }
}

.page-stories .fourths-content .threeFourths-content {
  margin-right: 0;
}

.page-stories .fourths-content .section-category {
  position: relative;
  padding-bottom: 50px;
}

.page-stories .fourths-content .section-category::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 80px;
  height: 4px;
  background: #D50000;
}

.page-stories .fourths-content .section-category .category-top {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 45px;
  padding-bottom: 25px;
}

.page-stories .fourths-content .section-category .category-top h3 {
  padding-top: 45px;
  margin-top: 0;
}

.page-stories .fourths-content .section-category .category-top a {
  margin-left: auto;
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 500px) {
  .page-stories .fourths-content .section-category .category-top {
    margin-top: 30px;
  }
  .page-stories .fourths-content .section-category .category-top h3 {
    font-size: 1.75rem;
  }
  .page-stories .fourths-content .section-category .category-top a {
    font-size: 0.85rem;
  }
}

.page-stories .fourths-content .section-category .category-items > .component-cardSimple {
  width: 31.4%;
  margin-right: 2.8%;
  margin-bottom: 34px;
}

.page-stories .fourths-content .section-category .category-items > .component-cardSimple:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .page-stories .fourths-content .section-category .category-items > .component-cardSimple {
    width: 48.6%;
  }
  .page-stories .fourths-content .section-category .category-items > .component-cardSimple:nth-child(3n) {
    margin-right: 2.8%;
  }
  .page-stories .fourths-content .section-category .category-items > .component-cardSimple:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .page-stories .fourths-content .section-category .category-items > .component-cardSimple {
    width: 100%;
    margin-right: 0;
  }
  .page-stories .fourths-content .section-category .category-items > .component-cardSimple:nth-child(3n) {
    margin-right: 0;
  }
  .page-stories .fourths-content .section-category .category-items > .component-cardSimple:nth-child(2n) {
    margin-right: 0;
  }
}

.page-stories .fourths-content .oneFourth-content {
  padding-left: 5%;
  margin-left: auto;
  margin-top: 90px;
  border-left: 1px solid rgba(0, 0, 0, 0.075);
  position: relative;
}

.page-stories .fourths-content .oneFourth-content ul {
  margin-top: 0;
  padding-left: 0;
}

.page-stories .fourths-content .oneFourth-content ul li {
  margin-bottom: 20px;
}

.page-stories .fourths-content .oneFourth-content ul li::before {
  content: none;
}

.page-stories .fourths-content .oneFourth-content ul li a {
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

@media (max-width: 850px) {
  .page-stories .fourths-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-stories .fourths-content .threeFourths-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .page-stories .fourths-content .threeFourths-content .section-category .category-top h3 {
    padding-top: 50px;
  }
  .page-stories .fourths-content .oneFourth-content {
    width: 100vw;
    max-width: 1920px;
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    padding-left: 0;
    margin-top: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    border-left: 0;
    background: #0071BC;
  }
}

@media (max-width: 850px) and (min-width: 1921px) {
  .page-stories .fourths-content .oneFourth-content {
    margin-right: calc(-960px + 50%);
    margin-left: calc(-960px + 50%);
  }
}

@media (max-width: 850px) {
  .scrollbar-5 .page-stories .fourths-content .oneFourth-content {
    margin-right: calc((-50vw - 2.5px) + 50%);
    margin-left: calc((-50vw - 2.5px) + 50%);
  }
  .scrollbar-12 .page-stories .fourths-content .oneFourth-content {
    margin-right: calc((-50vw - 6px) + 50%);
    margin-left: calc((-50vw - 6px) + 50%);
  }
  .scrollbar-15 .page-stories .fourths-content .oneFourth-content {
    margin-right: calc((-50vw - 7.5px) + 50%);
    margin-left: calc((-50vw - 7.5px) + 50%);
  }
  .scrollbar-17 .page-stories .fourths-content .oneFourth-content {
    margin-right: calc((-50vw - 8.5px) + 50%);
    margin-left: calc((-50vw - 8.5px) + 50%);
  }
  .page-stories .fourths-content .oneFourth-content ul {
    position: relative;
    width: 100%;
    max-width: calc(1280px + 4rem);
    margin: 0 auto;
    padding: 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1.5rem !important;
  }
}

@media (max-width: 850px) and (max-width: 850px) {
  .page-stories .fourths-content .oneFourth-content ul {
    padding: 0 1rem;
  }
}

@media (max-width: 850px) {
  .page-stories .fourths-content .oneFourth-content ul li {
    padding: 10px 0;
    margin-right: 3%;
    margin-bottom: 0;
  }
  .page-stories .fourths-content .oneFourth-content ul li:last-child {
    margin-right: 0;
  }
  .page-stories .fourths-content .oneFourth-content ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .page-stories .fourths-content > *:last-child {
    margin-left: calc(-50vw + 50%) !important;
  }
}

#sticky {
  position: relative;
  z-index: 50;
}

#sticky.is-sticky {
  position: fixed;
  top: 10px;
}

.page-work-detail .section-work-detail-info {
  width: 100vw;
  max-width: 1920px;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  background-color: #324C6C;
  position: relative;
}

@media (min-width: 1921px) {
  .page-work-detail .section-work-detail-info {
    margin-right: calc(-960px + 50%);
    margin-left: calc(-960px + 50%);
  }
}

.scrollbar-5 .page-work-detail .section-work-detail-info {
  margin-right: calc((-50vw - 2.5px) + 50%);
  margin-left: calc((-50vw - 2.5px) + 50%);
}

.scrollbar-12 .page-work-detail .section-work-detail-info {
  margin-right: calc((-50vw - 6px) + 50%);
  margin-left: calc((-50vw - 6px) + 50%);
}

.scrollbar-15 .page-work-detail .section-work-detail-info {
  margin-right: calc((-50vw - 7.5px) + 50%);
  margin-left: calc((-50vw - 7.5px) + 50%);
}

.scrollbar-17 .page-work-detail .section-work-detail-info {
  margin-right: calc((-50vw - 8.5px) + 50%);
  margin-left: calc((-50vw - 8.5px) + 50%);
}

.page-work-detail .section-work-detail-info::before {
  content: '';
  background-image: url(../img/bg-line-x-black.svg);
  background-position: 150% 25%;
  background-repeat: no-repeat;
  background-size: 130%;
  height: 100%;
  left: 0;
  opacity: .25;
  position: absolute;
  top: 0;
  width: 100%;
}

.page-work-detail .section-work-detail-info h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}

.page-work-detail .section-work-detail-info .inner-content > div:not(.component-icon) {
  padding: 60px 0;
}

.page-work-detail .section-work-detail-info .inner-content > div:not(.component-icon):first-child {
  padding-right: 2rem;
  width: 60%;
}

.page-work-detail .section-work-detail-info .inner-content > div:not(.component-icon):nth-child(2) {
  padding-left: 2rem;
  width: 40%;
}

.page-work-detail .section-work-detail-info .inner-content .component-icon {
  position: absolute;
  right: 2.5rem;
  top: -75px;
}

.page-work-detail .section-work-detail-info .inner-content .component-icon .icon-roundArea {
  width: 200px;
  height: 200px;
}

.page-work-detail .section-work-detail-info .inner-content .component-icon .icon-roundArea img {
  margin-top: 10px;
  width: 175px;
  height: auto;
}

@media (max-width: 920px) {
  .page-work-detail .section-work-detail-info .inner-content > div:not(.component-icon):first-child, .page-work-detail .section-work-detail-info .inner-content > div:not(.component-icon):nth-child(2) {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .page-work-detail .section-work-detail-info .inner-content > div:not(.component-icon) {
    margin-bottom: 0;
  }
  .page-work-detail .section-work-detail-info .inner-content > div:not(.component-icon):first-child {
    padding-right: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .page-work-detail .section-work-detail-info .inner-content > div:not(.component-icon):nth-child(2) {
    padding-left: 0;
    width: 100%;
  }
  .page-work-detail .section-work-detail-info .inner-content .component-icon {
    position: absolute;
    right: 2.5rem;
    top: -52px;
  }
  .page-work-detail .section-work-detail-info .inner-content .component-icon .icon-roundArea {
    width: 104px;
    height: 104px;
  }
  .page-work-detail .section-work-detail-info .inner-content .component-icon .icon-roundArea img {
    margin-top: 22px;
    width: 60px;
  }
}

@media (max-width: 570px) {
  .page-work-detail .section-work-detail-info .inner-content .component-icon {
    top: -40px;
  }
  .page-work-detail .section-work-detail-info .inner-content .component-icon .icon-roundArea {
    width: 80px;
    height: 80px;
  }
  .page-work-detail .section-work-detail-info .inner-content .component-icon .icon-roundArea img {
    margin-top: 20px;
    width: 40px;
  }
}

.page-work-detail .section-work-detail-info ul {
  padding-left: 0;
}

.page-work-detail .section-work-detail-info ul li {
  padding-left: 15px;
  width: 50%;
  color: #fff;
}

.page-work-detail .section-work-detail-info ul li::before {
  left: 0;
  background: #fff;
}

@media (max-width: 920px) {
  .page-work-detail .section-work-detail-info ul li {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .page-work-detail .section-work-detail-info ul li {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .page-work-detail .section-work-detail-info ul li {
    width: 100%;
  }
}

.page-work-detail .section-work-detail-info p {
  margin-top: 10px;
  width: 80%;
  font-size: 1.3rem;
  color: #fff;
}

@media (max-width: 990px) {
  .page-work-detail .section-work-detail-info p {
    width: 100%;
  }
}

.page-work-detail .section-work-detail-info p a {
  color: #01D0D8;
}

.page-work-detail .section-work-detail-info p a:focus {
  outline: dashed 1px #fff;
}

.page-work-detail .section-work-detail-info p img {
  margin-left: 5px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  width: 20px;
}

.page-work-detail .page-content {
  padding-top: 90px;
}

.page-work-detail .page-content .detail-content-left {
  margin-right: 0;
}

.page-work-detail .page-content .detail-content-left h2 {
  margin-top: 0;
}

.page-work-detail .page-content .detail-content-left p {
  font-size: 1.3rem;
}

.page-work-detail .page-content .detail-content-left .stories h4 {
  margin-bottom: 30px;
}

.page-work-detail .page-content .detail-content-right {
  padding-left: 5%;
  margin-left: auto;
  border-left: 1px solid rgba(0, 0, 0, 0.075);
}

.page-work-detail .page-content .detail-content-right .coordinator-box .profile-picture {
  position: relative;
}

.page-work-detail .page-content .detail-content-right .coordinator-box .profile-picture .card-image-shadow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(100% - 28px);
  background-image: url(../img/diagonal-line.png);
  -webkit-transform: translateY(-28px);
  transform: translateY(-28px);
}

.page-work-detail .page-content .detail-content-right .coordinator-box .profile-picture .card-image {
  position: relative;
  width: calc(100% - 28px);
  z-index: 10;
}

.page-work-detail .page-content .detail-content-right .coordinator-box h3 {
  margin-top: 15px;
  word-wrap: break-word;
}

@media (max-width: 920px) {
  .page-work-detail .page-content .detail-content-right .coordinator-box h3 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}

.page-work-detail .page-content .detail-content-right .coordinator-box span {
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #9B9A99;
}

.page-work-detail .page-content .detail-content-right .join-aside {
  margin-top: 70px;
}

@media (max-width: 850px) {
  .page-work-detail .page-content .flex-mobileStack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-work-detail .page-content .flex-mobileStack .detail-content-right {
    display: none;
  }
}

.page-work-detail .section-wideBand {
  margin-top: 80px;
  background-color: #EBF4FE;
  position: relative;
  overflow: hidden;
}

.page-work-detail .section-wideBand::before {
  background-image: url("../img/bg-line-x.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 100%;
  left: 33%;
  opacity: .4;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .page-work-detail .section-wideBand::before {
    width: 130%;
  }
}

@media screen and (max-width: 768px) {
  .page-work-detail .section-wideBand::before {
    width: 200%;
    left: -15%;
    opacity: .2;
  }
}

.page-work-detail .section-wideBand h2 {
  margin-top: 0;
}

.page-work-detail .section-wideBand h4 {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .page-work-detail .section-wideBand .component-whiteCard {
    margin-bottom: 30px !important;
  }
  .page-work-detail .section-wideBand .component-whiteCard:last-child {
    margin-bottom: 0 !important;
  }
  .page-work-detail .section-wideBand .component-whiteCard .whiteCard-content {
    padding: 30px;
  }
}

.page-work-detail .section-events {
  padding: 30px 0;
  padding-bottom: 0;
}

.page-work-detail .section-events h2 {
  margin-bottom: 40px;
}

.page-work-detail .section-events ul {
  padding-left: 0;
  margin-top: 0;
}

.page-work-detail .section-events ul li {
  margin-bottom: 40px;
  width: 50%;
}

.page-work-detail .section-events ul li::before {
  content: none;
}

.page-work-detail .section-events ul li:nth-child(odd) {
  padding-right: 30px;
}

.page-work-detail .section-events ul li:nth-child(even) {
  padding-left: 30px;
}

@media (max-width: 768px) {
  .page-work-detail .section-events ul li {
    width: 100%;
  }
  .page-work-detail .section-events ul li:nth-child(odd) {
    padding-right: 0;
  }
  .page-work-detail .section-events ul li:nth-child(even) {
    padding-left: 0;
  }
}

.slider-innovation-stories-container {
  padding: 25px 0;
  position: relative;
}

.slider-innovation-stories-container .round-button {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 3;
}

.slider-innovation-stories-container .round-button svg {
  height: 15px;
}

.slider-innovation-stories-container .round-button span {
  height: 40px;
  width: 40px;
}

.slider-innovation-stories-container .prev {
  left: -30px;
}

.slider-innovation-stories-container .next {
  right: -30px;
}

.slider-innovation-stories-container .component-cardSimple {
  padding-right: 24px;
}

.slider-innovation-stories-container::before, .slider-innovation-stories-container::after {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.slider-innovation-stories-container::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), color-stop(2%, rgba(0, 0, 0, 0)), color-stop(98%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
}

.slider-innovation-stories-container::after {
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(5%, rgba(255, 255, 255, 0)), color-stop(95%, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 95%, white 100%);
  z-index: 2;
}

.slider-innovation-stories {
  padding: 20px 30px;
}

.column {
  float: left;
  width: 45%;
  padding: 70px
}

/*# sourceMappingURL=sourcemaps/main.css.map */

.responsive {
  width: 100%;
  height: auto;
}
