section {
  box-sizing: border-box;
  /* border-top: 1px solid red; */
}
/*
#chatTab {
  cursor: pointer;
}
#inside_liveChatTab {
  visibility: hidden;
}
*/
/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.clearfix {
  float: none;
  clear: both;
}

#superContainer {
  height: 100%;
  position: relative;

  /* Touch detection for Windows 8 */
  -ms-touch-action: none;

  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  /*vertical-align: middle;*/
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/*	fullpage css END	*/

/** general styles **/

/* font-family: 'Nunito Sans', sans-serif; */

body {
  width: 100vw;
  overflow-x: hidden;
  font-family: 'Nunito Sans', sans-serif;
  color: #666;
}

header {
  box-sizing: border-box;
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
}

.white-logos {
  padding: 1vw 1.5vw 0.7vw;
}

.blue-logos {
  padding: 1vw 1.5vw 0.7vw;
  background: #fff;
}

header a>img {
  height: 28px;
}

video.bg-video {
  min-width: 100%;
  position: absolute;
  min-height: 100%;
  background: url(../files/home-video-bg.jpg) no-repeat center #000;
  background-size: cover;
  width: initial;
}

div.fg-video {
  min-width: 100vw;
  /*position: absolute;*/
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  /* inside live chat has 200000 z-index */
  display: none;
  top: 0 !important;
  left: 0;
  right: 0;
  text-align: center;
}

.fg-video>iframe {
  height: 100vh;
  margin: 0 auto;
  width: 100vw;
}

.close-video {
  position: absolute;
  top: 70px;
  right: 30px;
  width: 25px;
  height: 25px;
  z-index: 300001;
  display: none;
  cursor: pointer;
  opacity: 0.85;
}

.container,
section {
  position: relative;
}

body {
  background: #f7f7f7;
}

video {
  width: 101%;
}

.video-wrap {
  overflow: hidden;
}

.video-wrap img {
  width: 96%;
}

.image-wrap img {
  width: 96%;
}

.image-wrap > iframe {
    width: 50vw;
    height: calc(50vw / 1.7778);
    max-width: 600px;
    max-height: 373px;
}


section {
  clear: both;
  overflow: hidden;
}

h1 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  color: #333;
  line-height: 1.35em;
  font-size: 40px;
}

h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 500;
  color: #666;
  line-height: 1.44em;
  font-size: 18px;
}

p,
.articleContainer p,
.articleContainer li {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  color: #666;
  line-height: 1.45em;
  font-size: 23px;
}

footer {
  box-sizing: border-box;
  background: #1bb9da;
}

footer .container {
  background: url(../files/join-us-avatar-hearts.jpg) no-repeat bottom left #1bb9da;
  background-size: 30vw;
  height: 100%;
  padding-top: 6vh;
  box-sizing: border-box;
  min-height: 100vh;
}

footer h1,
footer p {
  text-align: center;
  display: block;
  width: 50%;
  margin: 1em auto;
  color: #fff;
  max-width: 550px;
}

footer p.copyright {
  opacity: 0.5;
  font-size: 13px;
  margin-bottom: 0px;
  padding-bottom: 90px;
  margin-top: 30px;
}

footer .copyright a { color: #fff;}

footer a.button {
  width: 270px;
  margin: 50px auto 50px;
  border: 1px solid #fff;
  border-radius: 60px;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  padding: 16px 20px;
}

footer .social {
  margin: 0 auto;
  width: 37.5%;
  text-align: center;
}

footer .social a {
  display: inline-block;
  margin: 0px 12px;
}

.social img {
  height: 18px;
}


.holder {
  max-width: 1200px;
  margin: 0 auto;
}

#s01 {
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  overflow: hidden;
  background: url(../files/home-video-bg.jpg) no-repeat center #000;
  background-size: cover;
}

#s01 h1 {
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 35vh 0 0;
  box-sizing: border-box;
  max-width: 1280px;
  width: 90%;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 80px;
  letter-spacing: -0.1px;
}

#s01 h2 {
  color: #fff;
  font-weight: 100;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: -0.3px;
}

#s01 .container {
  width: 100vw;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}

#s01 .button {
  max-width: 90%;
  text-align: center;
  display: inline-block;
  margin: 30px auto 0px;
  padding: 0px;
  width: 100%;
  font-size: 20px;
  font-weight: 100;
}

#s01 .button img {
  height: 70px;
  display: block;
  margin: 0 auto 20px;
  border-radius: 40px;
  box-shadow: -6px 6px 8px RGBA(0, 0, 0, 0.2);
}


#s01b {
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  overflow: hidden;
  background: #1b1b1b;
  background: -moz-linear-gradient(top, #1b1b1b 0%, #1b1b1b 70%, #000000 100%);
  background: -webkit-linear-gradient(top, #1b1b1b 0%, #1b1b1b 70%, #000000 100%);
  background: linear-gradient(to bottom, #1b1b1b 0%, #1b1b1b 70%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b1b1b', endColorstr='#000000', GradientType=0);
  text-align: center;
  padding: 22vh 0 0;
}

#s01b h2 {
  font-size: 41px;
  color: #fff;
  font-weight: 200;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 1em;
}

#s01b .logo {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 0px;
    padding: 3vw 3vw;
}

.logoContainer {
  width: 80%;
  margin: 20vh auto;
  text-align: center;
}

.logoContainer .logo:nth-child(even) {
  border-left: 2px solid #333;
  border-right: 2px solid #333;
}

#s01b .logo img {
  height: 2vw;
  min-height: 26px;
}

#s01a h3 {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  top: 10vh;
  font-size: 30px;
  font-weight: 200;
  color: #fff;
}

.client {
  float: left;
  height: 100vh;
  width: 33.3333333333%;
  color: #fff;
  padding-top: 20vh;
  box-sizing: border-box;
  text-align: center;
}

.client p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  width: 60%;
  margin: 0 auto;
}

span.logoHolder {
  min-height: 80px;
  display: inline-block;
  margin: 0 auto;
  width: 60%;
  text-align: center;
}

.client img {
  width: 90%;
  font-size: 0;
  line-height: 0;
  display: block;
  margin: 0 auto;
}

.client blockquote {
  font-weight: 200;
  width: 60%;
  margin: 50px auto;
  font-size: 20px;
  min-height: 120px;
}

.client a {
  display: block;
  margin: 70px auto 0;
  text-align: center;
  width: 60px;
  color: transparent;
  font-size: 13px;
}

a.video {
  background: url(../files/play-lrg.png) no-repeat center center;
  background-size: contain;
  color: transparent;
  width: 66px;
  height: 66px;
}

a.pdf {
    background: url(../files/casestudy-pdf-icon.png) no-repeat center;
    background-size: contain;
    height: 60px;
}

.client.c01 {
  background: #ce0000;
  background: -moz-linear-gradient(top, #a40000 0%, #ce0000 20%, #ce0000 80%, #a50000 100%);
  background: -webkit-linear-gradient(top, #a40000 0%, #ce0000 20%, #ce0000 80%, #a50000 100%);
  background: linear-gradient(to bottom, #a40000 0%, #ce0000 20%, #ce0000 80%, #a50000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0000', endColorstr='#a50000', GradientType=0);
}

.client.c02 {
  background: #000;
}

.client.c03 {
  background: #3c59a8;
  background: -moz-linear-gradient(top, #304786 0%, #3c59a8 20%, #3c59a8 80%, #304787 100%);
  background: -webkit-linear-gradient(top, #304786 0%, #3c59a8 20%, #3c59a8 80%, #304787 100%);
  background: linear-gradient(to bottom, #304786 0%, #3c59a8 20%, #3c59a8 80%, #304787 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c59a8', endColorstr='#304787', GradientType=0);
}

.client.mobile {
  display: none;
}


#s02 {
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  padding: 0vh 0vw 0;
}



img.clientLogo {
  margin-top: 15px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 340px;
}

blockquote {
  margin: 0;
}

blockquote p {
  color: #fff;
  font-size: 30px;
  line-height: 44px;
  margin: 0 0 30px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 100;
  margin-top: 0px;
}

blockquote footer {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 14px;

  font-weight: bold;
}

#s02 .button {
  margin-top: 40px;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  text-align: left;
}

#s02 .button img {
  height: 20px;
  margin-right: 12px;
  vertical-align: text-bottom;
}

#s03 {
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  padding: 15vh 10vw 0;
}

#s03 .container {
  width: 45%;
  float: left;
  z-index: 5;
  padding-top: 8vh;
}

#s03 .video-wrap {
  width: 55%;
  float: right;
}

#s03 .video-wrap video {
  position: relative;
  float: right;
}


#s03b {
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  padding: 22vh 10vw 0;
}

#s03b .container {
  width: 40%;
  float: left;
}

#s03b .image-wrap {
  float: right;
  font-size: 0px;
  width: 45%;
  padding-top: 40px;
  text-align: center;
}

#s03b .video-wrap {
  width: 50%;
  float: right;
}


img.right {
  float: right;
}

img.full {
  clear: both;
  width: 92%;
  margin: 2vw auto 0;
  display: block;
}

#s04 {
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  padding: 15vh 10vw 0;
  position: relative;
}

.s04-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.s04-video-bg video {
  height: 100%;
}

#s04 .container {
  float: right;
  width: 40%;
  right: 8%;
  padding-top: 8vh;
}


#s04 .holder {
  position: relative;
  z-index: 5;
}

#s04 .video-wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
}

#s04 .video-wrap video {
  position: relative;
}

#s04 .holder>img {
  width: 45%;
}

#s04b .container {
  float: left;
  width: 50%;
}

#s05,
#s05b {
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  padding: 20vh 10vw 0vw;
}

#s05 .container {
  float: left;
  width: 55%;
}

#s05 .video-wrap {
  float: right;
  width: 45%;
}

#s05b .container {
  float: right;
  width: 50%;
  padding-top: 4vh;
}

#s05b .video-wrap {
  float: left;
  width: 45%;
}


.results {
  text-align: center;
}

span.graph {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 1.5% 30px;
}

span.graph:nth-child(1) {
  width: 25%;
}

span.graph:nth-child(2) {
  width: 19%;
}

span.graph:nth-child(3) {
  width: 20%;
}

span.graph:nth-child(4) {
  width: 20%;
}

.results img {
  width: auto;
  max-width: 100%;
  margin: 0;
  vertical-align: bottom;
}

#s06 {
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  padding: 11vh 10vh 0;
}


#s06 .video-wrap {
  position: relative;
  width: 42%;
  z-index: 2;
  float: left;
}

#s06 .holder {
  position: relative;
}

#s06 .container {
  float: right;
  width: 48%;
  right: 8%;
}

#s06 .video-wrap+.container {
  float: left;
  right: 0;
  clear: both;
  width: 46%;
  left: 8%;
}

#s06 .image-wrap {
  float: left;
  width: 40%;
  font-size: 0px;
  margin-left: 6%;
}


#s06b {
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  padding: 20vh 10vw 0;
}

#s06b .video-wrap {
  position: relative;
  top: 0px;
  float: left;
  width: 35%;
  overflow: hidden;
}

#s06b .video-wrap video {
  top: 10px;
  position: relative;
}

#s06b .container {
  float: right;
  width: 55%;
  right: 5%;
  padding-top: 6vh;
}

#s07 {
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  padding: 20vh 10vw 0vw;
}

#s07 .container {
  float: left;
  width: 40%;
}

#s07 .video-wrap {
  width: 40%;
  margin: 0 auto 20px;
  display: block;
  float: right;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 15px;
  height: calc(1200px * 0.4);
/*  background: white; */
}


.imgContainer {
  text-align: center;
  position: relative;
}

.imgContainer img {
  width: 32%;
  display: inline-block;
  vertical-align: middle;
}

#s08 {
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  padding: 15vh 10vw 0vh;
}

#s08 .container {
  float: right;
  width: 45%;
  z-index: 5;
  right: 10%;
  padding-top: 6vh;
}


#s08 .container img {
  height: 40px;
  margin-right: 40px;
}


#s09 {
  width: 100vw;
  box-sizing: border-box;
  padding: 20vh 10vw 0px;
  min-height: 100vh;
}

#s09 .container {
  float: left;
  width: 40%;
}

#s09 .video-wrap {

  width: 45%;
  position: relative;
  overflow: hidden;
  float: right;
}

.button {
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 1em;
  cursor: pointer;
  display: block;
  text-align: center;
}

.blue-logos {
  display: none;
}

.scroll {
  position: relative;
  font-size: 1.3em;
  margin: 0px auto;
  display: inline-block;
  height: 80px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  transition: bottom ease-in-out 400ms;

}

.scroll.privacyOpen {
  bottom: 60px;
}

.scroll span {
  width: 100%;
  display: block;
  font-size: 18px;
  text-align: center;
  color: #b4b4b4;
  margin-bottom: 20px;
}

.scroll.back span {
  /* color: #fff; */
  opacity: 0.66;
}

.scroll:hover {
  text-decoration: none;
}

.scroll:after {
  border-right: 3px solid #d8d8d8;
  border-bottom: 3px solid #d8d8d8;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1.0;
  transition: transform ease-in-out 400ms;
}

.scroll.back:after {
  border-right: 3px solid #d8d8d8;
  border-bottom: 3px solid #d8d8d8;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0.66;
  transition: transform ease-in-out 400ms;
}

.scroll.back:after {
  transform: rotate(-135deg);
}

.scroll:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  margin: auto;
  top: 30px;
  right: 0;
  left: 0;
}

.graph-video {
  width: 100%;
  /*24%;*/
  display: inline-block;
  vertical-align: top;
  z-index: 1;
  min-width: 140px;
}


.app-video-wrap {
  width: 32%;
  margin-top: -4vh;
  overflow: hidden;
  z-index: 1;
  text-align: right;
  float: left;
}


.app-video {
  width: 101%;
  position: relative;
  left: -0.5%;
  top: 5px;
}

.chart_left {
  /*width: 960px;height: 510px;*/
  width: 480px;
  height: 255px;
  display: inline-block;
  background-size: cover;
  background-image: url(../files/left_all.png);
  /*transform:scale(0.5);*/
  /*background-position-x: 0;
	background-position-y: 0;*/
}

.chart_right {
  /*width: 960px;height: 510px;*/
  width: 480px;
  height: 255px;
  display: inline-block;
  margin-left: 90px;
  background-size: cover;
  background-image: url(../files/right_all.png);
  /*transform:scale(0.5);*/
  /*background-position-x: 0;
	background-position-y: 0;*/
}

.canvas-container {
  margin: 0 auto;
}


.bg-video img,
.video-wrap img,
body.ios9 .bg-video video,
body.ios9 .video-wrap video {
  display: none;
}

body.ios9 .bg-video img,
body.ios9 .video-wrap img {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

/** small desktop **/

@media screen and (max-width: 1280px) {

  h3 {
    font-weight: 700;
    font-size: 18px;
  }

  h1 {
    font-weight: 800;
    font-size: 36px;
  }

  p {
    font-size: 20px;
  }

  .client blockquote {
    width: 64%;
    margin: 30px auto;
    font-size: 18px;
    min-height: 170px;
  }

  #s06 .video-wrap+.container {
    width: 50%;
    left: 0%;
  }

}


/** vertical **/

@media screen and (max-width: 800px) {

  #s01 {
    background: url(../files/bg-s01-mobile.jpg) no-repeat center #000;
    background-size: cover; }

  #s01b, #s01a {background: #000;}

  #s01 video.bg-video {min-width: 100vw; min-height: 100vh; right: -65%; width: initial;}

  #s03 .container,
  #s03 .video-wrap,
  #s04 .container,
  #s04 .video-wrap,
  #s06 .container,
  #s06 .video-wrap,
  #s06 .image-wrap,
  #s06b .container,
  #s06b .video-wrap,
  #s07 .container,
  #s07 .video-wrap,
  #s03b .container,
  #s03b .video-wrap,
  #s05 .container,
  #s05 .video-wrap,
  #s05b .container,
  #s05b .video-wrap,
  #s08 .container,
  #s08 .video-wrap,
  #s09 .container,
  #s09 .video-wrap,
  #s06 .video-wrap+.container,
  #s03b .image-wrap {
    float: none;
    width: 100%;
    right: initial;
    left: initial;
  }


  h3 {
    font-weight: 700;
    font-size: 16px;
  }

  h1 {
    font-weight: 800;
    font-size: 28px;
  }

  p {
    font-size: 16px;
  }

  header {
    padding: 0vw;
    position: fixed;
    text-align: center;
    z-index: 9999;
  }

  .white-logos { padding: 4vw 0vw 0vw;}
  .blue-logos { padding: 4vw 0.7vw 0.4vw;}

  header a>img {
    width: 44%;
    max-width: 160px;
    height: auto;
  }

  #s01 h1 {
    padding: 24vh 0 0;
    width: 96%;
    font-size: 38px;
    letter-spacing: 0px;
  }

  #s01 h2 {
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    margin-top: 36px;
  }

  #s01 .button img {
    height: 50px;
    display: block;
    margin: 0 auto 20px;
    border-radius: 40px;
    box-shadow: -6px 6px 8px RGBA(0, 0, 0, 0.2);
  }

  #s01 .button {
    max-width: 50%;
    font-size: 16px;
    line-height: 1.3em;
  }

  #s01b h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 200;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 1.3em;
    width: 80%;
    margin: auto;
  }

  #s01b {
    padding: 14vh 0 0;
  }

  .logoContainer {
    width: 90%;
    margin: 6vh auto;
  }

  #s01b .logo {
    width: 100%;
    border: 0;
    margin: 8vw auto;
  }

  #s01a h3 {
    font-size: 18px;
    position: relative;
    top: initial;
    padding: 18vw 0 5vw;
  }

  .client.mobile {
    display: block;
  }

  .client.desktop {
    display: none;
  }

  .client.c02.mobile {
    float: none;
    width: 80vw;
    height: 50vw;
    padding-top: 8vw;
    background: #000;
    border-radius: 30px;
    margin: 0 auto 8vw;
  }

  .client.c01.mobile,
  .client.c03.mobile {
    width: 50vw;
    height: 45vw;
    padding-top: 5vw;
    box-sizing: border-box;
  }

  span.logoHolder {
    min-height: 48px;
    margin-bottom: 8px;
  }

  .scroll {height: 50px;}
  .scroll span {font-size: 14px;}
  .scroll:after { top: 24px;}

  .client a {
    margin: 0px auto 0;
    width: 40px;
    font-size: 13px;
  }

  a.video {
    width: 42px;
    height: 42px;
  }

  #s03 .container, #s03b .container, #s04 .container, #s05 .container, #s06b .container, #s08 .container, #s09 .container { padding-top: 4vh;}

  footer .container { padding-top: 8vh;}

  #s06 .container, #s07 .container { padding-top: 2vh;}

  footer .container {  background: #1BB9DB;}

  #s08 video { display: none;}
  #s08 .video-wrap img { display: block; width: 78%; margin: 0 auto;}

  #s06 .image-wrap { margin-top: 0px; margin-left: 3%;}

  #s04 .holder { text-align: center; }

  #s04 .holder .container { text-align: left;}

  #s04 .holder>img { width: 90%; }

  #s03,
  #s03b,
  #s04,
  #s05,
  #s05b,
  #s06,
  #s06b,
  #s07,
  #s08,
  #s09 {
    padding: 5vh 5vw 0;
  }

  .video-wrap,
  #s06 .image-wrap {
    text-align: center;
  }

  #s08 .container img {
    height: 36px;
    margin-right: 16px;
  }

  #s07 .video-wrap {
    padding: 0 0px;
    border-radius: 0;
    height: initial;
  }  

  .holder .video-wrap { width: 84%!important; margin: 0 auto;}

  footer {
    background: #1bb9da;
    padding-top: 6vh;
  }

  footer h1 {
    width: 90%;
    font-size: 21px;
    margin-bottom: 40px;
  }

  footer p {
    width: 90%;
    font-size: 16px;
  }

  footer a.button {
    width: 240px;
    margin: 30px auto 30px;
    font-size: 20px;
  }

  footer .social {
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  footer p.copyright {
    margin-top: 20px;
    padding-bottom: 80px;
    opacity: 1;
    width: 90%;
  }

  section {
    border-top: 0px;
  }

  #privacy p { font-size: 13px;}
  #privacy a.btnAccept {margin-left: 10px;}

   #s06 .video-wrap + .container { padding-top: 0vh;}

  #s04:before, #s06:before, #s06b:before, #s07:before, #s03b:before, #s05:before, #s05b:before, #s09:before, #s08:before {
    content: '';
    display: block;
    background: #000;
    height: 10px;
    width: 100%;
    margin: 0 auto;
    background: url(../files/wavy-divider3x.png) no-repeat center center;
    background-size: contain;
}

}

@media screen and (max-width: 400px) {

  footer a.button { width: 220px;  margin: 24px auto 24px; font-size: 16px; padding: 13px;}
  #s03, #s03b, #s04, #s05, #s05b, #s06, #s06b, #s07, #s08, #s09 { padding: 4vh 4vw 0;}
  #s08 .video-wrap img { width: 73%; line-height: 0em;}
}


@media screen and (min-width: 2400px) {

  #s01 h1 {font-size: 100px;}
  #s01 h2 {font-size: 40px}
  #s01 .button {font-size: 25px;}
  #s01 .button img {height: 90px;}
  .scroll span {font-size: 22px;line-height: 1em;}
  .holder {max-width: 1600px;}
  .client blockquote {font-size: 32px; min-height: 240px;}
  .client p {font-size: 22px; }
  h3 {font-size: 28px;}
  h1 {font-size: 56px;}
  p, .articleContainer p, .articleContainer li { font-size: 32px;}
  #s04 .holder>img { margin-top: 5vh;}
  footer .container { padding-top: 12vh;}
  footer h1, footer p { max-width: 870px;}
  footer a.button { width: 410px; border-radius: 80px; font-size: 32px; padding: 24px 20px;}
  .social img { height: 32px;}
  footer .social a { margin: 0px 20px;}
  .image-wrap > iframe { max-width: 720px; max-height: 448px;}

}

@media screen and (max-width: 1440px) {
  .image-wrap > iframe { max-width: 518px; max-height: 320px;}
}

@media screen and (max-width: 1280px) {
  .image-wrap > iframe { max-width: 460px; max-height: 284px;}
}

@media screen and (max-width: 1024px) {
  h1 {font-size: 28px;}
  h3 {font-size: 16px;}
  p {font-size: 18px;}
  .image-wrap > iframe { max-width: 368px; max-height: 228px;}
}

@media screen and (max-width: 800px) {
  .image-wrap > iframe { max-width: initial; max-height: initial; width: 90vw; height: calc(90vw / 1.7778); }
}