@import url('https://fonts.googleapis.com/css?family=Montserrat');
html{
  font-family:sans-serif;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}
body{
  margin:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{
  display:block;
}
audio, canvas, progress, video{
  display:inline-block;
  vertical-align:baseline;
}
audio:not([controls]){
  display:none;
  height:0;
}
[hidden], template{
  display:none;
}
a{
  background-color:transparent;
}
a:active, a:hover{
  outline:0;
}
abbr[title]{
  border-bottom:1px dotted;
}
b, strong{
  font-weight:bold;
}
dfn{
  font-style:italic;
}
h1{
  font-size:2em;
  margin:0.67em 0;
}
mark{
  background:#ff0;
  color:#000;
}
small{
  font-size:80%;
}
sub, sup{
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
}
sup{
  top:-0.5em;
}
sub{
  bottom:-0.25em;
}
img{
  border:0;
}
svg:not(:root){
  overflow:hidden;
}
figure{
  margin:1em 40px;
}
hr{
  -moz-box-sizing:content-box;
  box-sizing:content-box;
  height:0;
}
pre{
  overflow:auto;
}
code, kbd, pre, samp{
  font-family:monospace, monospace;
  font-size:1em;
}
button, input, optgroup, select, textarea{
  color:inherit;
  font:inherit;
  margin:0;
}
button{
  overflow:visible;
}
button, select{
  text-transform:none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"]{
  -webkit-appearance:button;
  cursor:pointer;
}
button[disabled], html input[disabled]{
  cursor:default;
}
button::-moz-focus-inner, input::-moz-focus-inner{
  border:0;
  padding:0;
}
input{
  line-height:normal;
}
input[type="checkbox"], input[type="radio"]{
  box-sizing:border-box;
  padding:0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button{
  height:auto;
}
input[type="search"]{
  -webkit-appearance:textfield;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration{
  -webkit-appearance:none;
}
fieldset{
  border:1px solid #c0c0c0;
  margin:0 2px;
  padding:0.35em 0.625em 0.75em;
}
legend{
  border:0;
  padding:0;
}
textarea{
  overflow:auto;
}
optgroup{
  font-weight:bold;
}
table{
  border-collapse:collapse;
  border-spacing:0;
}
td, th{
  padding:0;
}
/* ~~~ End of reset ~~~ */
@font-face{
  font-family:'League Spartan';
  src:url('/fonts/leaguespartan-bold.eot');
  src:url('/fonts/leaguespartan-bold.eot?#iefix') format('embedded-opentype'), url('/fonts/leaguespartan-bold.woff2') format('woff2'), url('/fonts/leaguespartan-bold.woff') format('woff'), url('/fonts/leaguespartan-bold.ttf') format('truetype'), url('/fonts/leaguespartan-bold.svg#league_spartanbold') format('svg');
  font-weight:bold;
  font-style:normal;
}
.animate--fade-down{
  animation-name:fade-down;
  animation-duration:1.5s;
  animation-timing-function:cubic-bezier(0.41, 0.02, 1, 1);
  animation-iteration-count:infinite;
  animation-direction:normal;
  -webkit-animation-name:fade-down;
  -webkit-animation-duration:1.5s;
  -webkit-animation-timing-function:cubic-bezier(0.41, 0.02, 1, 1);
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:normal;
  -moz-animation-name:fade-down;
  -moz-animation-duration:1.5s;
  -moz-animation-timing-function:cubic-bezier(0.41, 0.02, 1, 1);
  -moz-animation-iteration-count:infinite;
  -moz-animation-direction:normal;
  -ms-animation-name:fade-down;
  -ms-animation-duration:1.5s;
  -ms-animation-timing-function:cubic-bezier(0.41, 0.02, 1, 1);
  -ms-animation-iteration-count:infinite;
  -ms-animation-direction:normal;
}
@-webkit-keyframes fade-down{
  0%{
    transform-style:preserve-3d;
    transform:translateZ(0) translateY(0) rotateX(0);
    -webkit-transform-style:preserve-3d;
    -webkit-transform:translateZ(0) translateY(0) rotateX(0);
    -moz-transform-style:preserve-3d;
    -moz-transform:translateZ(0) translateY(0) rotateX(0);
    -ms-transform-style:preserve-3d;
    -ms-transform:translateZ(0) translateY(0) rotateX(0);
  }
  50%{
    transform-style:preserve-3d;
    transform:translateZ(0) translateY(15px) rotateX(0);
    -webkit-transform-style:preserve-3d;
    -webkit-transform:translateZ(0) translateY(15px) rotateX(0);
    -moz-transform-style:preserve-3d;
    -moz-transform:translateZ(0) translateY(15px) rotateX(0);
    -ms-transform-style:preserve-3d;
    -ms-transform:translateZ(0) translateY(15px) rotateX(0);
  }
}
@-moz-keyframes fade-down{
  0%{
    transform-style:preserve-3d;
    transform:translateZ(0) translateY(0) rotateX(0);
    -webkit-transform-style:preserve-3d;
    -webkit-transform:translateZ(0) translateY(0) rotateX(0);
    -moz-transform-style:preserve-3d;
    -moz-transform:translateZ(0) translateY(0) rotateX(0);
    -ms-transform-style:preserve-3d;
    -ms-transform:translateZ(0) translateY(0) rotateX(0);
  }
  50%{
    transform-style:preserve-3d;
    transform:translateZ(0) translateY(15px) rotateX(0);
    -webkit-transform-style:preserve-3d;
    -webkit-transform:translateZ(0) translateY(15px) rotateX(0);
    -moz-transform-style:preserve-3d;
    -moz-transform:translateZ(0) translateY(15px) rotateX(0);
    -ms-transform-style:preserve-3d;
    -ms-transform:translateZ(0) translateY(15px) rotateX(0);
  }
}
@-ms-keyframes fade-down{
  0%{
    transform-style:preserve-3d;
    transform:translateZ(0) translateY(0) rotateX(0);
    -webkit-transform-style:preserve-3d;
    -webkit-transform:translateZ(0) translateY(0) rotateX(0);
    -moz-transform-style:preserve-3d;
    -moz-transform:translateZ(0) translateY(0) rotateX(0);
    -ms-transform-style:preserve-3d;
    -ms-transform:translateZ(0) translateY(0) rotateX(0);
  }
  50%{
    transform-style:preserve-3d;
    transform:translateZ(0) translateY(15px) rotateX(0);
    -webkit-transform-style:preserve-3d;
    -webkit-transform:translateZ(0) translateY(15px) rotateX(0);
    -moz-transform-style:preserve-3d;
    -moz-transform:translateZ(0) translateY(15px) rotateX(0);
    -ms-transform-style:preserve-3d;
    -ms-transform:translateZ(0) translateY(15px) rotateX(0);
  }
}
@keyframes fade-down{
  0%{
    transform-style:preserve-3d;
    transform:translateZ(0) translateY(0) rotateX(0);
    -webkit-transform-style:preserve-3d;
    -webkit-transform:translateZ(0) translateY(0) rotateX(0);
    -moz-transform-style:preserve-3d;
    -moz-transform:translateZ(0) translateY(0) rotateX(0);
    -ms-transform-style:preserve-3d;
    -ms-transform:translateZ(0) translateY(0) rotateX(0);
  }
  50%{
    transform-style:preserve-3d;
    transform:translateZ(0) translateY(15px) rotateX(0);
    -webkit-transform-style:preserve-3d;
    -webkit-transform:translateZ(0) translateY(15px) rotateX(0);
    -moz-transform-style:preserve-3d;
    -moz-transform:translateZ(0) translateY(15px) rotateX(0);
    -ms-transform-style:preserve-3d;
    -ms-transform:translateZ(0) translateY(15px) rotateX(0);
  }
}
.animate--move-right-left,
.section-fullscreen .fixed-container .full-screen-wrapper:hover .message:after{
  animation-name:move-right-left;
  animation-duration:1.5s;
  animation-timing-function:cubic-bezier(0.41, 0.02, 1, 1);
  animation-iteration-count:infinite;
  animation-direction:normal;
  -webkit-animation-name:move-right-left;
  -webkit-animation-duration:1.5s;
  -webkit-animation-timing-function:cubic-bezier(0.41, 0.02, 1, 1);
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:normal;
  -moz-animation-name:move-right-left;
  -moz-animation-duration:1.5s;
  -moz-animation-timing-function:cubic-bezier(0.41, 0.02, 1, 1);
  -moz-animation-iteration-count:infinite;
  -moz-animation-direction:normal;
  -ms-animation-name:move-right-left;
  -ms-animation-duration:1.5s;
  -ms-animation-timing-function:cubic-bezier(0.41, 0.02, 1, 1);
  -ms-animation-iteration-count:infinite;
  -ms-animation-direction:normal;
}
@-webkit-keyframes move-right-left{
  0%{
    transform-style:preserve-3d;
    transform:translateZ(0) translateY(0) translateX(0) rotateX(0);
    -webkit-transform-style:preserve-3d;
    -webkit-transform:translateZ(0) translateY(0) translateX(0) rotateX(0);
    -moz-transform-style:preserve-3d;
    -moz-transform:translateZ(0) translateY(0) translateX(0) rotateX(0);
    -ms-transform-style:preserve-3d;
    -ms-transform:translateZ(0) translateY(0) translateX(0) rotateX(0);
  }
  50%{
    transform-style:preserve-3d;
    transform:translateZ(0) translateY(0) translateX(15px) rotateX(0);
    -webkit-transform-style:preserve-3d;
    -webkit-transform:translateZ(0) translateY(0) translateX(15px) rotateX(0);
    -moz-transform-style:preserve-3d;
    -moz-transform:translateZ(0) translateY(0) translateX(15px) rotateX(0);
    -ms-transform-style:preserve-3d;
    -ms-transform:translateZ(0) translateY(0) translateX(15px) rotateX(0);
  }
}
@-moz-keyframes move-right-left{
  0%{
    transform-style:preserve-3d;
    transform:translateZ(0) translateY(0) translateX(0) rotateX(0);
    -webkit-transform-style:preserve-3d;
    -webkit-transform:translateZ(0) translateY(0) translateX(0) rotateX(0);
    -moz-transform-style:preserve-3d;
    -moz-transform:translateZ(0) translateY(0) translateX(0) rotateX(0);
    -ms-transform-style:preserve-3d;
    -ms-transform:translateZ(0) translateY(0) translateX(0) rotateX(0);
  }
  50%{
    transform-style:preserve-3d;
    transform:translateZ(0) translateY(0) translateX(15px) rotateX(0);
    -webkit-transform-style:preserve-3d;
    -webkit-transform:translateZ(0) translateY(0) translateX(15px) rotateX(0);
    -moz-transform-style:preserve-3d;
    -moz-transform:translateZ(0) translateY(0) translateX(15px) rotateX(0);
    -ms-transform-style:preserve-3d;
    -ms-transform:translateZ(0) translateY(0) translateX(15px) rotateX(0);
  }
}
@-ms-keyframes move-right-left{
  0%{
    transform-style:preserve-3d;
    transform:translateZ(0) translateY(0) translateX(0) rotateX(0);
    -webkit-transform-style:preserve-3d;
    -webkit-transform:translateZ(0) translateY(0) translateX(0) rotateX(0);
    -moz-transform-style:preserve-3d;
    -moz-transform:translateZ(0) translateY(0) translateX(0) rotateX(0);
    -ms-transform-style:preserve-3d;
    -ms-transform:translateZ(0) translateY(0) translateX(0) rotateX(0);
  }
  50%{
    transform-style:preserve-3d;
    transform:translateZ(0) translateY(0) translateX(15px) rotateX(0);
    -webkit-transform-style:preserve-3d;
    -webkit-transform:translateZ(0) translateY(0) translateX(15px) rotateX(0);
    -moz-transform-style:preserve-3d;
    -moz-transform:translateZ(0) translateY(0) translateX(15px) rotateX(0);
    -ms-transform-style:preserve-3d;
    -ms-transform:translateZ(0) translateY(0) translateX(15px) rotateX(0);
  }
}
@keyframes move-right-left{
  0%{
    transform-style:preserve-3d;
    transform:translateZ(0) translateY(0) translateX(0) rotateX(0);
    -webkit-transform-style:preserve-3d;
    -webkit-transform:translateZ(0) translateY(0) translateX(0) rotateX(0);
    -moz-transform-style:preserve-3d;
    -moz-transform:translateZ(0) translateY(0) translateX(0) rotateX(0);
    -ms-transform-style:preserve-3d;
    -ms-transform:translateZ(0) translateY(0) translateX(0) rotateX(0);
  }
  50%{
    transform-style:preserve-3d;
    transform:translateZ(0) translateY(0) translateX(15px) rotateX(0);
    -webkit-transform-style:preserve-3d;
    -webkit-transform:translateZ(0) translateY(0) translateX(15px) rotateX(0);
    -moz-transform-style:preserve-3d;
    -moz-transform:translateZ(0) translateY(0) translateX(15px) rotateX(0);
    -ms-transform-style:preserve-3d;
    -ms-transform:translateZ(0) translateY(0) translateX(15px) rotateX(0);
  }
}
.site-header{
  -webkit-transition:width 0.3s, height 0.3s, -webkit-transform 0.3s;
  transition:all 0.3s;
  position:relative;
  z-index:100;
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:1000;
  padding:20px 70px;
  margin:0 auto;
}
.site-header .nav-width{
  max-width:1452px;
  margin:0 auto;
}
@media screen and (max-width:768px){
  .site-header{
    padding:20px 50px 0;
  }
}
@media screen and (max-width:400px){
  .site-header{
    padding:0 20px 0;
  }
}
.site-header.navStageTwo{
  padding-top:0;
  padding-bottom:0;
}
@media screen and (max-width:768px){
  .site-header.mobile-nav--show{
    background-color:rgba(0, 0, 0, 0.8) !important;
    height:100%;
  }
}
.site-logo{
  float:left;
  margin:0;
  line-height:100px;
  position:relative;
  z-index:100;
}
.site-logo a{
  display:inline-block;
  background-repeat:no-repeat;
  background-position:center center;
  text-indent:-9999px;
  width:182px;
  height: 100%;
  vertical-align:middle;
  background-size:contain;
  -webkit-transition:width 0.3s, height 0.3s, -webkit-transform 0.3s;
  transition:all 0.3s;
}
.mobile-nav--show .site-logo a, .navStageTwo .site-logo a{
  width:122px;
}
@media screen and (max-width:768px){
  .mobile-nav--show .site-logo a, .navStageTwo .site-logo a{
    width:0 !important;
  }
}
.site-navigation{
  margin-left:182px;
  display:block;
}
@media screen and (max-width:768px){
  .site-navigation{
    position:fixed;
    left:0;
    right:0;
    margin:auto;
    height:500px;
    padding:0;
    opacity:0;
    top:-150%;
    transition:all 0.3s;
  }
}
.site-navigation ul{
  display:inline-block;
  text-align:right;
  width:100%;
  padding:0;
  margin:0 auto;
}
.site-navigation li{
  font-family:"Montserrat";
  font-weight:600;
  display:inline-block;
  margin:0 20px;
  font-size:17px;
  letter-spacing:1px;
  transition:opacity 0.2s ease-in-out;
  position:relative;
}
.site-navigation li:last-child{
  margin-right:0;
}
@media screen and (max-width:768px){
  .site-navigation li{
    display:block;
    float:none;
    width:100%;
    text-align:center;
    margin:0;
  }
  .site-navigation li:active{
    opacity:0.5;
  }
}
@media screen and (max-width:768px){
  .mobile-nav--show .site-navigation{
    top:130px;
    opacity:1;
  }
}
.site-navigation__link{
  transition:0.2s ease-in-out;
  display:block;
  padding:30px 0;
  color:#0F1131;
}
@media screen and (max-width:768px){
  .mobile-nav--show .site-navigation__link{
    color:white !important;
  }
}
@media screen and (max-width:768px){
  .site-navigation__link{
    font-family:'League Spartan';
    color:white;
    font-size:3.000em;
    line-height:1.4;
  }
}
@media screen and (max-width:640px){
  .site-navigation__link{
    font-size:1.800em;
  }
}
.site-navigation__link:before{
  content:"";
  width:0;
  position:absolute;
  bottom:1em;
  left:0;
  right:0;
  margin:auto;
  height:3px;
  background-color:#0F1131;
  transition:0.2s ease-in-out;
}
.site-navigation__link:hover:before{
  width:100%;
}
.pageActive .site-navigation__link:before{
  width:100%;
}
@media screen and (max-width:768px){
  .pageActive .site-navigation__link:before{
    width:0;
  }
}
.mobile-burger-nav{
  position:absolute;
  display:none;
  padding:10px 0;
  height:24px;
  width:30px;
  margin-right:0;
  cursor:pointer;
  top:26px;
  right:50px;
  z-index:201;
  -webkit-transition:top 0.3s, -webkit-transform 0.3s;
  transition:top 0.3s;
}
.site-header.navStageTwo .mobile-burger-nav{
  top:10px;
}
@media screen and (max-width:768px){
  .mobile-burger-nav{
    display:block;
  }
}
@media screen and (max-width:400px){
  .mobile-burger-nav{
    top:10px;
    right:20px;
  }
}
.mobile-burger-nav .lines{
  position:relative;
  display:inline-block;
  width:100%;
  height:4px;
  background:#0F1131;
  border-radius:2px;
  transition:0.3s;
}
.mobile-burger-nav .lines:before, .mobile-burger-nav .lines:after{
  content:'';
  display:inline-block;
  width:100%;
  height:4px;
  background:#0F1131;
  border-radius:2px;
  transition:0.3s;
  position:absolute;
  left:0;
}
.mobile-burger-nav .lines:before{
  top:10px;
}
.mobile-burger-nav .lines:after{
  top:-10px;
}
.mobile-burger-nav--close-icon .lines{
  background:transparent !important;
}
.mobile-burger-nav--close-icon .lines:before,
.mobile-burger-nav--close-icon .lines:after{
  background-color:#27a26f !important;
  transform-origin:50% 50%;
  -ms-transform-origin:50% 50%;
  -webkit-transform-origin:50% 50%;
  top:0;
  width:30px;
}
.mobile-burger-nav--close-icon .lines:before{
  transform:rotate3d(0, 0, 1, 45deg);
  -ms-transform:rotate3d(0, 0, 1, 45deg);
  -webkit-transform:rotate3d(0, 0, 1, 45deg);
}
.mobile-burger-nav--close-icon .lines:after{
  transform:rotate3d(0, 0, 1, -45deg);
  -ms-transform:rotate3d(0, 0, 1, -45deg);
  -webkit-transform:rotate3d(0, 0, 1, -45deg);
}
.mobile-burger-nav--close-icon:hover .lines:before, .mobile-burger-nav--close-icon:hover .lines:after{
  background:white;
}
@media only screen and (min-device-width:375px) and (max-device-width:736px) and (orientation:landscape){
  .site .mobile-nav--show .site-navigation{
    top:80px;
  }
  .site .mobile-nav--show .site-navigation .site-navigation__link{
    font-size:2em;
    padding:10px 0;
  }
  .site .mobile-nav--show .site-nav-social{
    bottom:5px !important;
  }
  .section-fullscreen .fixed-container h1{
    font-size:40px;
  }
  .section-fullscreen.text-only .fixed-container h1{
    margin-bottom:0;
  }
  .section-fullscreen .fixed-container .message{
    font-size:16px;
    margin-bottom:30px;
  }
}
@media only screen and (max-device-height:600px) and (max-device-width:1000px){
  html.isAndroidDevice .section-fullscreen.text-only .fixed-container h1{
    font-size:48px !important;
    margin-top:100px;
    margin-bottom:180px;
  }
  html.isAndroidDevice .section-fullscreen .fixed-container .pop-image{
    width:50% !important;
  }
  html.isAndroidDevice .section-fullscreen .fixed-container .message{
    font-size:16px;
    margin-bottom:30px;
  }
}
@media only screen and (min-width:320px) and (max-width:667px) and (orientation:landscape){
  .site .mobile-nav--show .site-navigation{
    top:90px !important;
  }
  .site .mobile-nav--show .site-navigation .site-navigation__link{
    font-size:2em;
    padding:0;
  }
  .site .mobile-nav--show .site-nav-social{
    bottom:-20px !important;
  }
}
 /* section - embedded-video */
 .section-embedded-video{
  position:relative;
  margin-right:auto;
  margin-left:auto;
  max-width:960px;
}
.section-embedded-video .wrapper{
  position:relative;
  width:100%;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}
.section-embedded-video iframe{
  position:absolute;
  top:0;
  left:0;
  border:0;
  width:100%;
  height:100%;
}
.embedded-video-frame {
 margin-bottom: 0rem!important;
 background: #261937!important;
}

 /* section - footer */
footer{
  width:100%;
  height:125px;
  background-color:#303030;
  padding:40px 0;
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  z-index:0;
}
html.isIE footer,
html.isiOS footer,
html.isSafari footer,
html.isAndroidDevice footer,
html.isChrome footer{
  position:relative;
}
@media screen and (max-width:768px){
  footer{
    padding:30px 0;
    height:155px;
  }
}
@media screen and (max-width:640px){
  footer{
    position:relative !important;
  }
}
footer .footer-container{
  max-width:1090px;
  width:100%;
  margin:0 auto;
  text-align:center;
  font-size:16px;
}
footer .footer-container a{
  font-family:"Montserrat";
  font-weight:600;
  color:#cdcdcd;
}
footer .footer-container a:hover{
  color:#cdcdcd;
  text-decoration:underline;
}
footer .footer-container .footerLogo{
  background-size:100%;
  text-indent:-9999px;
  display:block;
  margin:0 auto;
  width:44px;
  height:44px;
}
footer .footer-container .footerAdditionalLinks{
  color:#cdcdcd;
  margin:0 auto;
  font-size:0.8rem;
}
footer .footer-container .footerAdditionalLinks span{
  padding:0 0.5rem;
}
footer .footer-container .column3{
  margin-top:40px;
  display:inline-block;
  width:30%;
}
@media screen and (max-width:768px){
  footer .footer-container .column3{
    width:100%;
    margin-top:10px;
    display:none;
  }
}
footer .footer-container .column3.sNav{
  margin-top:0;
  vertical-align:middle;
}
@media screen and (max-width:768px){
  footer .footer-container .column3.sNav{
    width:100%;
    margin-top:10px;
    display:block;
  }
  footer .footer-container .column3.sNav li{
    width:auto;
  }
}
footer .footer-container .column3.sNav .f1{
  background-image:url("/assets/share-icons/f1.png");
}
footer .footer-container .column3.sNav .f1:hover{
  background-color:#3b5999;
}
footer .footer-container .column3.sNav .t1{
  background-image:url("/assets/share-icons/t1.png");
}
footer .footer-container .column3.sNav .t1:hover{
  background-color:#00bdf4;
}
footer .footer-container .column3.sNav .l1{
  background-image:url("/assets/share-icons/l1.png");
}
footer .footer-container .column3.sNav .l1:hover{
  background-color:#1385c3;
}
footer .footer-container .column3.sNav .i1{
  background-image:url("/assets/share-icons/i1.png");
}
footer .footer-container .column3.sNav .i1:hover{
  background-color:#c8232c;
}
footer .footer-container .column3.sNav .v1{
  background-image:url("/assets/share-icons/v1.png");
}
footer .footer-container .column3.sNav .v1:hover{
  background-color:#1bb7ea;
}
footer .footer-container .column3.sNav .p1{
  background-image:url("/assets/share-icons/p1.png");
}
footer .footer-container .column3.sNav .p1:hover{
  background-color:#c8232c;
}
footer .footer-container .column3.sNav .y1{
  background-image:url("/assets/share-icons/y1.png");
}
footer .footer-container .column3.sNav .y1:hover{
  background-color:#c8232c;
}
footer .footer-container .column3.sNav .s1{
  background-image:url("/assets/Footer-ICON-49x49.png");
}
footer .footer-container .column3.sNav .s1:hover{
  background-color:#fff;
}
footer .footer-container .column3 ul{
  margin:0;
  padding:0;
}
footer .footer-container .column3 ul li{
  display:inline-block;
  width:15%;
}
footer .footer-container .column3 ul li a{
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  text-indent:-9999px;
  height:48px;
  width:48px;
  display:inline-block;
  margin:0 auto;
  overflow:hidden;
  outline:0;
  border:0;
  -ms-transform:scale(.5);
  -webkit-transform:scale(.5);
  transform:scale(.5);
  -moz-transform:scale(.5);
  -o-transform:scale(.5);
  transition:all 0.2s, background-color 0.2s ease, transform 0.2s;
  -webkit-transition:all 0.2s, background-color 0.2s ease, -webkit-transform 0.2s;
  -moz-transition:all 0.2s, background-color 0.2s ease, -moz-transform 0.2s;
  -ms-transition:all 0.2s, background-color 0.2s ease, -ms-transform 0.2s;
}
footer .footer-container .column3 ul li a:hover{
  -ms-transform:scale(.75);
  -webkit-transform:scale(.75);
  transform:scale(.75);
  -moz-transform:scale(.75);
  -o-transform:scale(.75);
  outline:0;
  border:0;
}
.btn-next-down{
  background:url("/assets/arrow_down_white.png") no-repeat center center transparent;
  width:60px;
  height:60px;
  display:block;
}
.content{
  width:100%;
  clear:both;
  display:block;
}
.innerContent{
  max-width:1452px;
  width:100%;
  margin:0 auto;
  position:relative;
}
.main-content{
  position:relative;
  z-index:10;
  margin-bottom:205px;
  background-color:white;
}
html.isIE .main-content, html.isiOS .main-content, html.isSafari .main-content, html.isAndroidDevice .main-content, html.isChrome .main-content{
  margin-bottom:0;
}
@media screen and (max-width:640px){
  .main-content{
    margin-bottom:0;
  }
}
.section-fullscreen .main-content{
  padding-top:0;
}
.titleSection{
  margin:0 126px;
  padding-bottom:97px;
  padding-top:158px;
  height:298px;
  display:table;
}
.titleSection .block{
  display:table-cell;
  vertical-align:middle;
  height:246px;
}
.titleSection.alignCenter,
.titleSection.alignRight{
  display:block;
}
.titleSection.alignCenter .block,
.titleSection.alignRight .block{
  display:block;
}
.titleSection.alignCenter .block{
  text-align:center;
}
.titleSection.alignRight .block{
  text-align:right;
}
.titleSection.alignCenter .block .anchorDown{
  left:50%;
}
.titleSection.alignRight .block .anchorDown{
  left:auto;
  right:0;
}
@media screen and (max-width:768px){
  .titleSection{
    margin:0 50px;
  }
}
@media screen and (max-width:400px){
  .titleSection{
    padding-top:98px;
  }
}
.titleSection h1{
  display:inline-block;
  position:relative;
  margin:0;
}
@media screen and (max-width:1200px){
  .titleSection h1 br{
    display:none;
  }
}
.fullContent{
  max-width:100%;
}
.fullContent .mediaModule .block img{
  margin:0 auto;
  width:100%;
}
.mobileVersion{
  display:none;
}
.textModule{
  clear:both;
  display:inline-block;
  padding:0 120px 52px;
}
@media screen and (max-width:768px){
  .textModule{
    padding:0 70px 97px;
  }
}
@media screen and (max-width:640px){
  .textModule{
    padding:0 50px 97px;
  }
}
@media screen and (max-width:400px){
  .textModule{
    padding:0 20px 57px;
    width:100%;
    box-sizing:border-box;
  }
}
.textModule .block img{
  display:block;
  margin:0 auto;
  width:100%;
}
.textModule .block img.mobileVersion{
  display:none;
}
.textModule.alignCenter{
  max-width:820px;
  display:block;
  margin-left:auto;
  margin-right:auto;
}
@media screen and (max-width:768px){
  .textModule.alignCenter{
    max-width:500px;
  }
}
.textModule p:last-child{
  margin-bottom:0;
}
.textModule h1:first-child, .textModule h2:first-child, .textModule h3:first-child{
  margin-top:0;
  margin-bottom:30px;
}
.textGridModule{
  overflow:hidden;
  padding:0 120px 52px;
}
@media screen and (max-width:768px){
  .textGridModule{
    padding:0 70px 97px;
  }
}
@media screen and (max-width:640px){
  .textGridModule{
    padding:0 50px 97px;
  }
}
.textGridModule.alignLeft .block{
  text-align:left;
}
.textGridModule.alignRight .block{
  text-align:right;
}
.textGridModule .block{
  width:50%;
  float:left;
  text-align:center;
  padding:0;
}
.textGridModule .block img{
  display:block;
  margin:0 auto;
  width:100%;
}
.textGridModule .block img.mobileVersion{
  display:none;
}
.blockQuoteModule{
  clear:both;
  width:100%;
  display:inline-block;
}
.blockQuoteModule .block{
  width:40%;
  overflow:hidden;
  margin-left:6%;
}
.blockQuoteModule .block .qmContainer{
  margin-right:5px;
  vertical-align:top;
  width:auto;
  display:inline-block;
}
.blockQuoteModule .block .quoteMark{
  float:left;
  text-indent:9999px;
  margin-right:15px;
  overflow:hidden;
  width:55px;
  height:43px;
  background-image:url("/assets/quote_marks.png");
  background-repeat:no-repeat;
  -ms-transform:scale(.5);
  -webkit-transform:scale(.5);
  transform:scale(.5);
  -moz-transform:scale(.5);
  -o-transform:scale(.5);
}
.blockQuoteModule .block .quoteContainer{
  display:inline-block;
  width:85%;
}
.blockQuoteModule .block .quote{
  margin:0;
  font-size:1.867em;
  line-height:1.5em;
  font-family:"Montserrat";
  font-style:italic;
}
.blockQuoteModule .block .quoteStyle{
  font-family:Georgia;
}
.blockQuoteModule .block .author{
  font-size:1.067em;
}
.blockQuoteModule .block .author strong{
  font-family:"Montserrat";
}
.blockQuoteModule.alignCenter .block{
  width:50%;
  text-align:center;
  clear:both;
  float:none;
  margin:0 auto;
}
.blockQuoteModule.alignCenter .block .qmContainer{
  width:100%;
}
.blockQuoteModule.alignCenter .block .quoteMark{
  margin:0 auto 5px;
  float:none;
  display:block;
}
.blockQuoteModule.alignCenter .block .quoteContainer{
  width:100%;
}
.blockQuoteModule.alignLeft .block{
  float:left;
}
.blockQuoteModule.alignRight .block{
  float:right;
}
.statsModule{
  font-family:'League Spartan';
  text-align:center;
  max-width:1200px;
  margin:0 auto;
  margin-bottom:97px;
}
.statsModule .statsRow{
  padding:20px 0;
  clear:both;
  display:inline-block;
  width:100%;
}
.statsModule .statsRow.Stats4 .stat{
  width:24%;
}
.statsModule .statsRow.Stats3 .stat{
  width:33%;
}
.statsModule .statsRow.Stats2 .stat{
  width:49%;
  float:none;
  display:inline-block;
}
.statsModule .statsRow.Stats1 .stat{
  width:49%;
  float:none;
  display:inline-block;
}
.statsModule .statsRow.Stats1 .stat .statBorder{
  border-bottom:2px solid #e5e5e5;
  width:100px;
  margin:0 auto;
  display:inline-block;
}
.statsModule .statsRow .stat{
  float:left;
  border-right:3px solid #e5e5e5;
  overflow:auto;
}
@media screen and (max-width:768px){
  .statsModule .statsRow .stat{
    float:none;
    border-right:0;
    border-bottom:3px solid #e5e5e5;
    padding:0 0 30px 0;
    width:100% !important;
    box-sizing:border-box;
    margin:auto auto 30px;
    display:block !important;
  }
  .statsModule .statsRow .stat .number{
    font-size:42px !important;
  }
}
.statsModule .statsRow .stat .number{
  font-size:47px;
  margin:15px 0 5px 0;
  line-height:1.2;
}
.statsModule .statsRow .stat .text{
  font-family:"Montserrat";
  font-weight:bold;
  font-size:24px;
  margin-top:0;
  margin-bottom:15px;
}
.statsModule .statsRow .stat .statBorder{
  display:none;
}
.statsModule .statsRow .stat:last-child{
  border:none;
}
.statsModule .statsModule_extra-copy{
  font-family:"Montserrat";
}
@media screen and (max-width:768px){
  .statsModule .statsModule_extra-copy{
    display:none;
  }
}
.mediaModule{
  text-align:center;
  padding-bottom:97px;
}
.mediaModule .block{
  width:100%;
}
.mediaModule .block img{
  width:100%;
}
.relatedModule{
  text-align:center;
  width:100%;
  margin:5px auto 0;
}
.relatedModule .block{
  width:100%;
}
.relatedModule .relatedContainer{
  display:inline-block;
  margin-top:2%;
}
.relatedModule .related{
  position:relative;
  float:left;
  width:33.3%;
  overflow:hidden;
}
.relatedModule .related img{
  width:100%;
  float:left;
  transition:all 1s, background-color 0.5s ease, transform 1s;
}
.relatedModule .related a:hover img{
  -ms-transform:scale(1.1);
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
  -moz-transform:scale(1.1);
  -o-transform:scale(1.1);
}
.relatedModule .related a:hover .overlay{
  visibility:visible;
  opacity:0.9;
  transition-delay:0s;
}
.relatedModule .related a:hover .overlay h3, .relatedModule .related a:hover .overlay p{
  opacity:0.95;
  visibility:visible;
}
@media screen and (max-width:960px){
  .relatedModule .related{
    width:100%;
    clear:both;
  }
  .relatedModule .related:first-child{
    display:none;
  }
}
.relatedModule .overlay{
  opacity:0;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  visibility:hidden;
  transition:visibility 0s ease-in-out 0.1s, opacity 0.3s ease-in-out;
  color:#fff;
}
.relatedModule .overlay p{
  margin:25% 0 0 0;
}
.relatedModule .overlay h3{
  margin:0;
}
.toutModule{
  position:relative;
  clear:both;
  width:100%;
  display:inline-block;
  background-size:cover;
  background-repeat:no-repeat;
  margin-bottom:97px;
}
.toutModule.largeHeight{
  height:701px;
}
.toutModule.mediumHeight{
  height:551px;
}
.toutModule.smallHeight{
  height:401px;
}
.toutModule .block{
  width:500px;
  height:350px;
  margin:auto;
  top:0;
  bottom:0;
  position:absolute;
  color:#ffffff;
}
.toutModule .block.toutCenter{
  right:0;
  left:0;
}
.toutModule .block.toutLeft{
  left:10%;
}
.toutModule .block.toutRight{
  right:10%;
}
@media screen and (max-width:960px){
  .toutModule .block{
    width:90%;
    margin:auto;
  }
  .toutModule .block.toutLeft{
    left:0;
    right:0;
  }
  .toutModule .block.toutRight{
    left:0;
    right:0;
  }
}
.textOverlayModule{
  position:relative;
  clear:both;
  width:100%;
  height:1078px;
  display:inline-block;
  background-size:cover;
  background-repeat:no-repeat;
  margin-bottom:97px;
}
.textOverlayModule .block{
  width:40%;
  margin:auto;
  top:0;
  bottom:0;
  left:0;
  right:0;
  position:absolute;
}
@media screen and (max-width:1200px){
  .textOverlayModule .block{
    width:90%;
  }
}
@media screen and (max-width:1200px){
  .textOverlayModule{
    height:auto;
    background-image:none !important;
  }
  .textOverlayModule .block{
    width:90%;
    margin:auto;
    position:relative;
  }
}
.two-col .block{
  width:50%;
  box-sizing:border-box;
}
@media screen and (max-width:768px){
  .two-col .block{
    width:100%;
    padding:0 !important;
  }
}
.two-col .alignRight .block{
  float:right;
}
@media screen and (max-width:960px){
  .two-col .alignRight .block{
    width:100% !important;
    float:none !important;
    padding:0 !important;
  }
  .two-col .alignRight .block.block-one{
    margin-bottom:52px;
  }
}
.two-col .alignRight .block-one{
  padding-left:40px;
}
.two-col .alignRight .block-two{
  padding-right:40px;
}
.two-col .alignLeft .block{
  float:left;
  padding:0;
}
@media screen and (max-width:960px){
  .two-col .alignLeft .block{
    width:100% !important;
    float:none !important;
    padding:0 !important;
  }
  .two-col .alignLeft .block.block-one{
    margin-bottom:52px;
  }
}
.two-col .alignLeft .block-one{
  padding-right:40px;
}
.two-col .alignLeft .block-two{
  padding-left:40px;
}
.two-col .alignCenter{
  text-align:center;
}
.two-col .alignCenter .block{
  float:none;
}
.two-col .alignCenter .block{
  width:50%;
  text-align:center;
  clear:both;
  float:none;
  margin:0 auto;
}
.two-col .alignCenter .block h1{
  width:100%;
  margin:0 auto;
  color:#fff;
}
.two-col .alignRight .block{
  float:right;
}
body{
  font-size:18px;
  line-height:1.5;
  font-family:"Montserrat";
}
h1{
  font-family:'League Spartan';
  font-size:72px;
  line-height:1.144;
  margin-top:0;
}
@media screen and (max-width:960px){
  h1{
    font-size:55px;
  }
}
@media screen and (max-width:640px){
  h1{
    font-size:45px;
  }
}
@media screen and (max-width:400px){
  h1{
    font-size:35px;
  }
}
h2{
  font-family:'League Spartan';
  font-size:47px;
  line-height:1.25;
}
@media screen and (max-width:1200px){
  h2{
    font-size:36px;
  }
}
@media screen and (max-width:960px){
  h2{
    font-size:34px;
  }
}
@media screen and (max-width:400px){
  h2{
    font-size:30px;
  }
}
h3{
  font-family:'League Spartan';
  font-size:2.000em;
  line-height:1em;
}
h4{
  font-family:'League Spartan';
  font-size:23px;
}
h5{
  font-family:'League Spartan';
  font-size:1.125em;
}
a{
  text-decoration:none;
}
p{
  margin-top:0;
}
li{
  font-size:1.200em;
  list-style-type:none;
}
.secondaryBg{
  background-color:#ffffff;
  color:#0F1131;
}
.clear-both{
  clear:both;
}
.anchorDown{
  background:url("/assets/arrow_down_white.png") no-repeat center center;
  position:absolute;
  left:50%;
  width:30px;
  bottom:-75px;
  height:32px;
  cursor:pointer;
}
.border-divider{
  width:244px;
  height:15px;
  margin:0 auto 50px;
}
.keyline-divider--short{
  border-bottom:3px solid #e5e5e5;
  width:72px;
  margin:0 auto 52px;
}
.videoWrapper{
  position:relative;
  padding-bottom:39.25%;
  padding-top:0;
  height:0;
  width:70%;
  margin:0 auto;
}
.videoWrapper iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.alignCenter{
  text-align:center;
}
.button{
  display:inline-block;
  border:2px solid;
  padding:10px 20px;
  margin-right:3%;
  border-radius:5px;
  font-family:'League Spartan';
}
.button.lightgreen{
  border-color:#27a06e;
  color:#27a06e;
  margin-bottom:10px;
}
.button.lightblue{
  border-color:#007ab9;
  color:#007ab9;
  margin-bottom:10px;
}
.button.white{
  border-color:#ffffff;
  color:#ffffff;
  margin-bottom:10px;
}
.button.grey{
  border-color:#0F1131;
  color:#0F1131;
  margin-bottom:10px;
}
.visuallyhidden{
  border:0;
  clip:rect(0 0 0 0);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px;
}
.spacing-separator{
  margin-bottom:97px;
}
.site.error .infoSection{
  padding-bottom:52px;
}
.site.error .infoSection a{
  font-size:47px;
  font-weight:bold;
  line-height:1.2;
  color:#f1644c;
}
.site.error .infoSection p{
  margin:0;
}
/* section-fullscreen */
.section-fullscreen{
  position:relative;
  overflow:hidden;
  background-size:cover;
}
.section-fullscreen video{
  object-fit:cover;
  width:100%;
  height:100%;
}
.section-fullscreen .innerContent{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  clip:rect(0, auto, auto, 0);
  z-index:99999;
}
.section-fullscreen .fixed-container{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  max-width:700px;
  width:100%;
  margin:auto;
  display:table;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  backface-visibility:hidden;
}
.section-fullscreen .fixed-container.fixedToRelative{
  position:relative;
  z-index:100;
}
@media screen and (max-width:768px){
  .section-fullscreen .fixed-container{
    position:relative;
    max-width:680px;
  }
}
@media screen and (max-width:640px){
  .section-fullscreen .fixed-container{
    max-width:550px;
  }
}
@media screen and (max-width:400px){
  .section-fullscreen .fixed-container{
    max-width:353px;
  }
}
html.isIE .section-fullscreen .fixed-container,
html.isiOS .section-fullscreen .fixed-container,
html.isSafari .section-fullscreen .fixed-container,
html.isAndroidDevice .section-fullscreen .fixed-container{
  position:relative;
  z-index:10000;
  padding:20px 0;
}
.section-fullscreen .fixed-container .full-screen-wrapper{
  display:table-cell;
  height:800px;
  margin:auto;
  vertical-align:middle;
  width:100%;
  text-align:center;
}
.section-fullscreen .fixed-container h1{
  text-align:center;
  color:white;
  font-size:72px;
  font-family:'League Spartan';
  margin:0 auto;
}
.section-fullscreen .fixed-container h1.alignLeft{
  display:block;
}
.section-fullscreen .fixed-container h1.alignLeft{
  text-align:left;
  padding:1rem;
}
.section-fullscreen .fixed-container .message{
  color:white;
  font-size:24px;
  font-family:'Montserrat';
  text-align:center;
  display:inline-block;
  margin:auto;
  width:100%;
  max-width:600px;
}
@media screen and (max-width:640px){
  .section-fullscreen .fixed-container .message{
    font-size:18px;
  }
}
.section-fullscreen .fixed-container .message:after{
  content:"";
  display:inline-block;
  width:19px;
  height:16px;
  background:url("/assets/arrow_right_white_small.png") no-repeat center right transparent;
  vertical-align:baseline;
}
.section-fullscreen .fixed-container .pop-image{
  top:-27px;
  left:0;
  bottom:0;
  display:block;
  right:0;
  margin:auto auto;
  max-width:100%;
}
.section-fullscreen .fixed-container .btn-next-down{
  position:absolute;
  bottom:10%;
  left:0;
  right:0;
  margin:0 auto;
}
.section-fullscreen.text-only .fixed-container{
  max-width:970px;
}
.section-fullscreen.text-only h1{
  margin-bottom:0;
}
@media only screen and (min-device-width:375px) and (max-device-width:736px) and (orientation:landscape){
  .section-fullscreen .innerContent .fixed-container .pop-image{
    width:60%;
  }
}
@media screen and (max-width:960px){
  .section-fullscreen.text-only .fixed-container{
    max-width:700px;
  }
  .section-fullscreen .fixed-container h1{
    font-size:60px;
  }
  .section-fullscreen .fixed-container .pop-image{
    top:-67px;
  }
}
@media screen and (max-width:768px){
  .section-fullscreen .fixed-container .pop-image{
    top:-17px;
  }
  .section-fullscreen.text-only .fixed-container{
    max-width:680px;
  }
}
@media screen and (max-width:640px){
  .section-fullscreen .fixed-container h1{
    font-size:34px;
  }
  .section-fullscreen .fixed-container .pop-image{
    top:-27px;
    width:80%;
  }
  .section-fullscreen.text-only .fixed-container{
    max-width:550px;
  }
}
@media screen and (max-width:400px){
  .section-fullscreen .fixed-container h1{
    font-size:30px;
  }
  .section-fullscreen .fixed-container .pop-image{
    top:-27px;
  }
  .section-fullscreen.text-only .fixed-container{
    max-width:353px;
  }
}
/* top-menu-white */
.top-menu-white .site-navigation__link{
  color:white;
}
.top-menu-white .site-navigation__link:before{
  background-color:white;
}
.top-menu-white .mobile-burger-nav .lines{
  background-color:white;
}
.top-menu-white .mobile-burger-nav .lines:before,
.top-menu-white .mobile-burger-nav .lines:after{
  background-color:white;
}
/* section-services */
.section-services .servicesModule h2{
  margin-bottom:52px;
}
.section-services .servicesModule .service{
  display:inline-block;
  width:33%;
}
.section-services .servicesModule .service h4{
  color:#969696;
  margin:0 0 52px 0;
}
@media screen and (max-width:960px){
  .section-services .servicesModule{
    margin-bottom:52px;
  }
}
@media only screen and (max-width:959px){
  .section-services .servicesModule{
    margin-bottom:0;
  }
  .section-services .servicesModule .service{
    width:100%;
  }
}
/* section-partners */
.section-partners .clientsModule h2{
  width:60%;
  margin:0 auto 97px;
}
.section-partners .clientsModule .client{
  display:inline-block;
  width:19%;
  margin-bottom:97px;
}
@media only screen and (max-width:959px){
  .section-partners .clientsModule h2{
    width:100%;
  }
  .section-partners .clientsModule .client{
    width:48%;
  }
}
@media only screen and (max-width:400px){
  .section-partners .clientsModule .client{
    width:100%;
    margin-bottom:26px;
  }
}
/* section-title */
.section-title .primaryBg{
  background-color:#ffffff;
  color:#0F1131;
}
.section-title .anchorDown{
  background:url("/assets/arrow_down_grey.png") no-repeat center center;
  left:0;
}
/* section-simple-title-and-text */
.section-simple-title-and-text{
  margin:0 auto;
  padding:0 1rem 2rem 1rem;
}
@media screen and (min-width: 1024px){
  .section-simple-title-and-text{
    max-width:66%;
  }
}
.section-simple-title-and-text:first-child{
  padding-top:158px;
}
.section-simple-title-and-text h1{
  font-size:4rem;
  margin-top:2rem;
}
.section-simple-title-and-text h2,
.section-simple-title-and-text h3,
.section-simple-title-and-text h4,
.section-simple-title-and-text h5,
.section-simple-title-and-text h6{
  margin-top:0.5rem;
  margin-bottom:1.5rem;
}
.section-simple-title-and-text h2{
  font-size:2rem;
}
.section-simple-title-and-text h3{
  font-size:1.8rem;
}
.section-simple-title-and-text h4{
  font-size:1.6rem;
}
.section-simple-title-and-text h5{
  font-size:1.4rem;
}
.section-simple-title-and-text h6{
  font-size:1.2rem;
}
/* section-link */
.section-link .contactSection{
  padding-bottom:52px;
}
.section-link .contactSection a{
  line-height:1em;
  word-wrap:break-word;
  font-size:47px;
  font-family:'League Spartan';
  color:#f1644c;
}
.section-link .contactSection a:hover{
  text-decoration:underline;
}
.section-link .contactSection p{
  font-size:24px;
  margin-bottom:10px;
}
.section-link .contactSectionBorder{
  border-bottom:3px solid #e5e5e5;
  width:80px;
  margin:52px auto 0;
}
@media screen and (max-width:640px){
  .section-link .contactSection a{
    font-size:25px;
  }
}
/* section-portfolio */
.section-portfolio .md-showreel{
  text-align:left;
  width:100%;
  padding-bottom:52px;
  overflow:hidden;
}
.section-portfolio .md-showreel.alignCenter{
  text-align:center;
}
.section-portfolio .md-showreel_item{
  position:relative;
  float:left;
  width:50%;
  height:375px;
  overflow:hidden;
  display:table;
  box-sizing:border-box;
}
.section-portfolio .md-showreel_item a{
  color:#fff !important;
  display:table-cell;
  width:100%;
  height:100%;
  vertical-align:middle;
  opacity:1;
}
.section-portfolio .md-showreel_item a:hover{
  color:white !important;
}
.section-portfolio .md-showreel_item a p{
  padding-top:30px;
  margin:0 30px;
}
.section-portfolio .md-showreel_item a h2{
  position:relative;
  margin:0 270px 0 30px;
}
.section-portfolio .md-showreel_item a .md-showreel_border{
  transition:opacity 0.4s ease-in-out;
  opacity:0;
  height:6px;
  width:60px;
  background-color:white;
  position:absolute;
  left:30px;
  bottom:50px;
}
.section-portfolio .md-showreel_item a:hover .showreel_client-image{
  opacity:0.2;
  z-index:5;
}
.section-portfolio .md-showreel_item a:hover p,
.section-portfolio .md-showreel_item a:hover h2{
  z-index:10;
}
.section-portfolio .md-showreel_item a:hover .md-showreel_border{
  opacity:1;
  visibility:visible;
}
.section-portfolio .md-showreel_item--third{
  width:33.333333%;
  text-align:center;
  height:435px;
}
.section-portfolio .md-showreel_item--third a{
  vertical-align:top;
}
.section-portfolio .md-showreel_item--third a h2{
  position:relative;
  margin:0 30px;
  font-size:39px;
}
.section-portfolio .md-showreel_item--third a p{
  left:0;
  right:0;
  margin:0 30px;
  bottom:30px;
}
.section-portfolio .md-showreel_item--third a .md-showreel_border{
  right:0;
  margin:auto;
}
.section-portfolio .md-showreel_client-image{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  transition:opacity 0.4s ease-in-out;
  opacity:1;
  background-repeat:no-repeat;
  background-position:right center;
}
.section-portfolio .md-showreel_item--third .md-showreel_client-image{
  background-position:center bottom;
}
.section-portfolio a:hover .md-showreel_client-image{
  opacity:0.2;
  z-index:5;
}
@media screen and (max-width: 1200px){
  .section-portfolio .md-showreel_item{
    width:50%;
    text-align:left;
  }
  .section-portfolio .md-showreel_item a{
    background-position:center bottom !important;
    background-size:65% !important;
    vertical-align:top;
    text-align:center;
    max-width:321px;
    max-height:351px;
  }
  .section-portfolio .md-showreel_item a h2{
    font-size:40px;
  }
  .section-portfolio .md-showreel_item a .md-showreel_border{
    left:0;
    right:0;
    margin:0 auto;
    bottom:30px;
  }
  .section-portfolio .md-showreel_item--third{
    width:50%;
    text-align:center;
    height:375px;
  }
  .section-portfolio .md-showreel_item--third a{
    vertical-align:top;
  }
  .section-portfolio .md-showreel_item--third a h2{
    font-size:46px;
  }
  .section-portfolio .md-showreel_client-image{
    background-position:center bottom;
    background-size:300px;
    width:361px;
    height:331px !important;
    margin:0 auto;
    bottom:0;
    top:auto;
    right:0;
    left:0;
  }
}
@media screen and (max-width: 1200px){
  .section-portfolio .md-showreel_item a h2{
    margin-right:30px;
  }
}
@media screen and (max-width: 960px){
  .section-portfolio .md-showreel_item a h2,
  .section-portfolio .md-showreel_item--third a h2{
    font-size:32px;
  }
  .section-portfolio .md-showreel_client-image{
    background-position:center bottom;
    background-size:300px;
    width:90%;
    height:331px;
    margin:0 auto;
  }
}
@media screen and (max-width: 768px){
  .section-portfolio .md-showreel_item,
  .section-portfolio .md-showreel_item--third{
    float:none;
    width:100%;
  }
  .section-portfolio .md-showreel_client-image{
    background-size:300px;
    top:7%;
  }
}

/* section - portfolio-alternate */
.section-portfolio-alternate .inner-wrapper{
  display:flex;
  flex-direction:column;
}
.section-portfolio-alternate .inner-wrapper .item{
  flex:1 1;
}
.section-portfolio-alternate .inner-wrapper .item .item-wrapper{
  padding:1rem;
  display:flex;
  flex-direction:column;
  position:relative;
  justify-content:center;
  align-items:center;
  overflow:hidden;
}
.section-portfolio-alternate .inner-wrapper .item .item-wrapper img{
  order:1;
  width:100%;
  height:100%;
  object-fit:cover;
}
.section-portfolio-alternate .inner-wrapper .item .item-wrapper:after{
  opacity:0;
  content:'';
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background-color:#000;
  transition:opacity .3s;
}
.section-portfolio-alternate .inner-wrapper .item .item-wrapper .title{
  order:0;
  font-size:39px;
  text-align:center;
  color:#fff;
  font-weight:700;
  z-index:1;
  margin:1rem 0 2rem 0;
}

@media screen and (min-width: 768px){
  .section-portfolio-alternate .inner-wrapper .item .item-wrapper img{
    max-width:450px;
  }
}

@media screen and (min-width: 1025px){
  .section-portfolio-alternate .inner-wrapper{
    flex-direction:row;
  }
  .section-portfolio-alternate .inner-wrapper .item .item-wrapper{
    align-items:center;
  }
  .section-portfolio-alternate .inner-wrapper .item .item-wrapper img{
    position:absolute;
    max-width:100%;
  }
  .section-portfolio-alternate .inner-wrapper .item:hover .item-wrapper:after{
    opacity:.6;
  }
  .section-portfolio-alternate .inner-wrapper .item .item-wrapper .title{
    height:450px;
    opacity:0;
    transition:opacity .5s;
    margin-bottom:0;
    display:flex;
    justify-content:center;
    align-items:center;
  }
  .section-portfolio-alternate .inner-wrapper .item:hover .item-wrapper .title{
    opacity:1;
  }
}

/* section-address */
.section-address .button.grey{
  background-color:#ffffff;
  margin:32px auto 52px;
  padding:7px 35px;
  width:100px;
  transition:all 0.3s, background-color 0.3s ease, transform 1s;
}
.section-address .button.grey:hover{
  background-color:#0F1131;
  color:#ffffff;
}
.section-address .locationsModule{
  text-align:center;
  width:100%;
}
.section-address .locationsModule .locationsContainer{
  display:inline-block;
  width:100%;
}
.section-address .locationsModule .location{
  background-repeat:no-repeat;
  background-size:100%;
  position:relative;
  display:inline-block;
  width:480px;
  height:100%;
  margin:0 52px 52px;
  vertical-align:top;
}
.section-address .address{
  min-height:9rem;
  margin:-1rem 0;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.section-address .locationsModule .location h2{
  margin-bottom:15px;
  margin-top:0;
}
.section-address .locationsModule .location p{
  margin:0;
}
.section-address .locationsModule .location .overlay{
  float:left;
  width:100%;
  height:100%;
}
@media screen and (max-width:1200px){
  .section-address .locationsModule .location{
    clear:both;
    display:inline-block;
    float:none;
    width:450px;
  }
  .section-address .locationsModule .location h2{
    margin-bottom:5px;
  }
}
@media screen and (max-width:960px){
  .section-address .locationsModule .location{
    clear:both;
    display:inline-block;
    float:none;
    margin-bottom:52px;
  }
}
@media screen and (max-width:640px){
  .section-address .locationsModule .location{
    width:300px;
    margin:0;
  }
  .section-address .locationsModule .location h2{
    margin-bottom:0;
    font-size:35px;
  }
  .section-address .locationsModule .location p{
    font-size:13px;
  }
  .section-address .locationsModule .location .button.grey{
    margin:10px auto 52px;
    padding:4px 10px;
  }
}
/* section-announcement */
.section-announcement .grayed{
  text-align:left;
  color:#cdcdcd;
  font-size:16px;
}
/* section-business-case-title */
.section-business-case-title *{
  box-sizing:border-box;
}
.section-business-case-title .hero-feature{
  background-color:#303030;
  color:#fff;
  display:table;
  height:200px;
  padding-top:100px;
  position:relative;
  width:100%
}
.section-business-case-title .hero-feature__table-cell{
  display:table-cell;
  vertical-align:bottom
}
.section-business-case-title .row{
  max-width:1700px;
  margin-right:auto;
  margin-left:auto;
}
.section-business-case-title .column,
.section-business-case-title .columns,
.section-business-case-title .row.gutter-small>.column,
.section-business-case-title .row.gutter-small>.columns{
  padding-right:.625rem;
  padding-left:.625rem;
}
.section-business-case-title .row>.column,
.section-business-case-title .row>.columns{
  padding:0 1.2rem;
}
.section-business-case-title .column,
.section-business-case-title .columns{
  min-height:.1px;
  width:100%;
  float:left;
}
.section-business-case-title .spacer-none{
  clear:both;
}
.section-business-case-title .spacer-s{
  margin-bottom:18px;
}
.section-business-case-title .hero-feature__image-fg{
  display:none;
  height:100%;
  margin-bottom:18px;
  position:relative
}
.section-business-case-title .hero-feature__image-fg img{
  display:block
}
.section-business-case-title .hero-feature__back-button{
  font-size:.88889rem;
  margin-bottom:2.22222rem;
  text-decoration:none
}
.section-business-case-title .hero-feature__back-button__icon{
  font-size:.88889rem
}
.section-business-case-title .hero-feature__wrapper{
  left:0;
  position:relative;
  width:100%
}
.section-business-case-title .hero-feature__wrapper::after{
  clear:both
}
.section-business-case-title .hero-feature__wrapper::after,
.section-business-case-title .hero-feature__wrapper::before{
  content:' ';
  display:table
}
.section-business-case-title .hero-feature__headline,
.section-business-case-title .image-default img{
  width:100%
}
.section-business-case-title .heading00,
.section-business-case-title .heading01,
.section-business-case-title .richtext h1 {
  font-size:2rem;
  line-height:1.2;
  margin-bottom:2rem;
  margin-top:2rem;
}
@media screen and (min-width: 375px){
  .section-business-case-title .spacer-s{
    margin-bottom:2rem;
  }
}
@media screen and (min-width: 640px){
  .section-business-case-title .hero-feature{
    height:400px
  }
}
@media print, screen and (min-width: 40em){
  .section-business-case-title .column,
  .section-business-case-title .columns{
    padding-right:.9375rem;
    padding-left:.9375rem;
  }
  .section-business-case-title .medium-1{
    width:8.33333%;
  }
  .section-business-case-title .medium-pull-5,
  .section-business-case-title .medium-push-5{
    position:relative;
    left:41.66667%;
  }
  .section-business-case-title .medium-5{
    width:41.66667%;
  }
}
@media screen and (min-width: 768px){
  .section-business-case-title .hero-feature__image-fg{
    display:block;
    margin-bottom:0
  }
  .section-business-case-title .hero-feature__wrapper{
    left:-41.66667%;
    width:41.66667%
  }
}
@media screen and (min-width: 1024px){
  .section-business-case-title .row>.column,
  .section-business-case-title .row>.columns{
    padding:0 2.5rem;
  }
  .section-business-case-title .hero-feature{
    height:617px
  }
  .section-business-case-title .heading00,
  .section-business-case-title .heading01,
  .section-business-case-title .richtext h1{
    font-size:4rem
  }
}
/* section-business-case-picture */
.section-business-case-picture{
  overflow:hidden;
}
.section-business-case-picture *{
  box-sizing:border-box;
}
.section-business-case-picture .row[dir="rtl"] .columns{
  float:right;
}
.section-business-case-picture .richtext{
  direction:ltr;
}
.section-business-case-picture .richtext p{
  margin:0 0 1rem;
}
.section-business-case-picture .richtext p:last-of-type{
  margin-bottom:36px;
}
.section-business-case-picture .umbraco-row{
  margin-bottom:18px;
}
.section-business-case-picture .row{
  max-width:1700px;
  margin-right:auto;
  margin-left:auto;
}
.section-business-case-picture .row>.column,
.section-business-case-picture .row>.columns{
  padding:0 1.2rem;
}
.section-business-case-picture .column,
.section-business-case-picture .columns{
  min-height:.1px;
  width:100%;
  float:left;
}
.section-business-case-picture .spacer-none{
  clear:both;
}
.section-business-case-picture .spacer-s{
  margin-bottom:18px;
}
.section-business-case-picture .image-default img{
  width:100%
}
.section-business-case-picture .richtext h2 {
  font-size:1.77778rem;
  line-height:1.2;
  margin-bottom:1.55556rem;
  margin-top:2rem;
}
@media screen and (min-width: 375px){
  .section-business-case-picture .spacer-s{
    margin-bottom:2rem;
  }
}
@media print, screen and (min-width: 40em){
  .section-business-case-picture .column,
  .section-business-case-picture .columns{
    padding-right:.9375rem;
    padding-left:.9375rem;
  }
  .section-business-case-picture .medium-1{
    width:8.33333%;
  }
  .section-business-case-picture .medium-pull-5,
  .section-business-case-picture .medium-push-5{
    position:relative;
    left:41.66667%;
  }
  .section-business-case-picture .medium-5{
    width:41.66667%;
  }
}
@media screen and (min-width: 1024px){
  .section-business-case-picture .row>.column,
  .section-business-case-picture .row>.columns{
    padding:0 2.5rem;
  }
  .section-business-case-picture .richtext h2{
    font-size:2.61111rem;
  }
}

.section-illustration-stripe{
  display:block;
}
.section-illustration-stripe .inner-content{
  height:60vh;
  background-repeat:no-repeat;
  background-position:50%;
  background-size:cover;
  position:relative;
  overflow:hidden;
}
.section-illustration-stripe .inner-content video{
  width:100%;
  height:100%;
  object-fit:cover;
}
.section-illustration-stripe .inner-content .video-overlay-play-button{
  cursor:pointer;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:5;
  transition:opacity .5s;
}
.section-illustration-stripe .inner-content .video-overlay-play-button.hide{
  opacity:0;
  pointer-events:none;
}
.section-illustration-stripe .inner-content .video-overlay-play-button svg{
  width:40%;
  height:40%;
}

.section-fancy-list-of-text{

}
.section-fancy-list-of-text .inner-content{
  text-align:center;
  font-weight:700;
  font-size:2rem;
  padding:2rem 0;
}
.section-fancy-list-of-text .inner-content a{
  color:inherit;
  text-decoration:none;
}
.section-fancy-list-of-text .inner-content ul{
  padding:0;
  list-style:none;
}
.section-fancy-list-of-text .inner-content li{
  line-height:3rem;
}
