/* Normalize.css
----------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}html,button,input,select,textarea{font-family:sans-serif;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}h2{font-size:1.5em;margin:0.83em 0;}h3{font-size:1.17em;margin:1em 0;}h4{font-size:1em;margin:1.33em 0;}h5{font-size:0.83em;margin:1.67em 0;}h6{font-size:0.75em;margin:2.33em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}blockquote{margin:1em 40px;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}p,pre{margin:1em 0;}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em;}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;}q{quotes:none;}q:before,q:after{content:'';content:none;}small{font-size:75%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}dl,menu,ol,ul{margin:1em 0;}dd{margin:0 0 0 40px;}menu,ol,ul{padding:0 0 0 40px;}nav ul,nav ol{list-style:none;list-style-image:none;}img{border:0;-ms-interpolation-mode:bicubic;}svg:not(:root){overflow:hidden;}figure{margin:0;}form{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;white-space:normal;*margin-left:-7px;}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}button,input{line-height:normal;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible;}button[disabled],input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px;}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;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}

/* Main.css
----------------------------------------------- */
* {
  box-sizing: border-box;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
.balance-text {
  text-wrap: balance;
}
body {
  font-family: 'IBM Plex Sans', arial, sans-serif;
  font-size: 15px;
  line-height: 28px;
  color: #131313;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}

h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 300;
}

h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin: 16px 0 8px;
}
h4 {
  font-weight: 500;
  font-size: 21px;
  line-height: 32px;
  margin: 16px 0 8px;
}
p {
  font-size: 16px;
  line-height: 28px;
}
a {
  transition: .2s;
}
.subhead, .subhead-body {
  font-weight: 400;
  font-size: 21px;
  line-height: 32px;
}
#bottom-cta .subhead {
  font-weight: 400;
  margin-bottom: 24px;
}

.center {
  text-align: center;
}
.white {
  color: #fff;
}
.blue {
  color: #3D80B4;
}
.dark-grey {
  color: #131313;
}
.bg-blue {
  position: relative;
  overflow: hidden;
}
.bg-blue::before {
  content: '';
  background: #3D80B4;
  background: url(../images/gradient.png) no-repeat #3D80B4;
  background-size: 100% 100%;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  position: absolute;
  z-index: -1;
  filter: blur(5px)
}
.bg-grey {
  background: #FAFAFA;
  border: 1px solid rgba(0,0,0,.12);
  border-left: none;
  border-right: none;
}
.border-bottom {
  border-bottom: 1px solid rgba(0,0,0,.12);
}
.maxwidth-container {
  width: 100%;
  max-width: 1280px;
  padding: 0 50px;
  margin: auto;
}
.maxwidth-960 {
  width: 100%;
  max-width: 960px;
  margin: auto;
}


/*Footer*/
footer {
  background: #131313;
  color: #fff;
  padding: 56px 60px 32px;
  display: flex;
  justify-content: space-between;
}
footer .btn-orange-sm {
  margin-top: 36px;
}

.logo-footer {
  display: block;
  float: right;
  margin-bottom: 8px;
}
.footer-right {
  text-align: right;
}
.footer-text {
  float: right;
  text-align: right;
  width: 100%;
}

nav ul, #sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  display: inline-block;
}
nav ul li a, #sidebar ul li a {
  font-size: 16px;
  line-height: 14px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  margin-right: 24px;
  text-transform: uppercase;
  padding: 8px 4px;
}
#sidebar ul li a {
  color: #000;
}
nav ul li a:hover{
  color: #fafafa;
  text-decoration: underline;
}
#sidebar ul li a:hover {
  color: #3D80B4;
  text-decoration: underline;
}

/*Buttons*/
.btn-white-lg {
  background: #fff;
  border-radius: 4px;
  font-size: 24px;
  color: #3D80B4;
  text-align: center;
  line-height: 32px;
  padding: 12px 40px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto;
  font-weight: 400;
  min-width: 240px;
  text-align:center;
}
.btn-white-lg:hover {
  background: #fafafa;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.12), 0 8px 8px 0 rgba(0,0,0,0.24);
}
.btn-white-sm {
  background: #fff;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #3D80B4;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.btn-white-sm:hover {
  background: #fafafa;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.12), 0 8px 8px 0 rgba(0,0,0,0.24);
}
.btn-orange {
  background: #F67E1E;
  border-radius: 100px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.btn-orange:hover {
  background: #DE711A;
  background: #FF8A2C;
  background: #C95100;
}
.btn-orange-sm {
  background: #F67E1E;
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.btn-orange-sm:hover {
  background: #DE711A;
  background: #FF8A2C;
  background: #C95100;
}
.btn-orange-outline {
  background: #fff;
  border: 1px solid #F67E1E;
  border-radius: 100px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #F67E1E;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: 260px;
  text-align: center;
  margin: 0 auto;
}
.btn-orange-outline:hover {
  background: rgba(246,126,30,0.05);
  border: 1px solid #C95100;
  color: #C95100;
}
.arrow-right {
  height: 16px;
  position: relative;
  top: 2px;
  padding-left: 6px;
}
.arrow-down {
  height: 16px;
  position: relative;
  padding-left: 6px;
  transform: rotateZ(90deg);
}

/*Slider*/
.tns-nav {
  position: absolute;
  bottom: 11%;
  left: 55%;
}
.tns-nav > [aria-controls] {
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0 18px 0 0;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
}
.tns-nav > .tns-nav-active {
  background: #fff;
}

#solutions-interior .tns-nav {
  position: relative;
  bottom: 0%;
  left: 0%;
  transform: translateX(0%);
  width: 100%;
  text-align: center;
}
#solutions-interior .tns-nav > [aria-controls] {
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0 8px 0;
  border-radius: 50%;
  border: 1px solid #3D80B4;
  background: transparent;
}
#solutions-interior .tns-nav > .tns-nav-active {
  background: #3D80B4;
}


/* Tablet landscapes */
@media only screen and (max-width: 1200px) {

}
/* Tablet portraits */
@media only screen and (max-width: 900px) {
  .btn-white-lg {
    font-size: 21px;
  }
  footer {
    padding: 32px 24px 32px;
  }
  .footer-text {
    font-size: 12px;
  }
  .tns-nav {
    position: absolute;
    bottom: 40px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 732px) {
  footer {
    flex-direction: column;
    text-align: center;
  }
  .footer-right {
    text-align: left;
    display: flex;
    justify-content: center;
  }
  .logo-footer {
    float: none;
    height: 20px;
  }
  .footer-text {
    float: none;
    text-align: right;
    align-self: center;
    padding-left: 16px;
    width: auto;
  }
  footer .btn-orange-sm {
    margin: 24px auto;
    text-align: center;
  }
  footer nav ul {
    text-align: center;
  }
  footer nav ul li a {
    margin-right: 16px;
  }
  footer nav ul li:last-of-type a {
    margin: 0;
  }
}
/* Phones */
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
  }
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
  .subhead, .subhead-body {
    line-height: 24px;
  }
  .main-cta .subhead {
    font-size: 18px;
    line-height: 22px;
  }
  .btn-white-lg {
    font-size: 18px;
    min-width: 180px;
    padding: 6px 0;
  }
  #clients .btn-white-lg {
    min-width: 300px;
  }
  .btn-orange-outline, .interior-page .btn-orange-outline {
    padding: 12px;
  }
}


#mobile-nav {
  display: none;
  color: var(--dark-grey);
  position: absolute;

  cursor: pointer;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  padding: 6px;
  z-index: 9998;
  top: 12px;
  left: 12px;
}
#mobile-nav:hover {
  background: #3D80B4;
}

#sidebar {
  height: 100vh;
  background: #fff;
  padding: 32px 32px 72px;
  display: none;
  position: fixed;
  background: #fff;
  z-index: 99999;
  top: 0;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.12), 0 8px 8px 0 rgba(0,0,0,0.24);
  min-width: 256px;
}

#sidebar.active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}
#sidebar li {
  margin-bottom: 16px;
}
#sidebar .bottom-nav {
  display: flex;
  flex-direction: column;
}
#sidebar .bottom-nav-social {
  display: flex;
}
#sidebar .social-first {
  margin: 0;
}
#sidebar .nav-social-icon {
  width: 32px;
  height: 32px;
  margin: 16px 16px 0 0;
}
#sidebar .click-to-call {
  text-decoration: none;
  color: #000;
  margin-top: 16px;
}
#sidebar .btn-orange-sm {
  text-align: center;
}
#sidebar .logo-header {
  height: 45px;
  margin: 0 auto;
  margin-bottom: 24px;
  display: block;
}

/***********

 Homepage

*************/
#page-home {
  overflow: hidden;
}
#page-home header {
  padding: 32px 60px 0;
  position: relative;
  overflow: hidden;
}
.desktop-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 9999;
  width: 100%;
  padding: 24px;
}
.desktop-nav ul{
  margin-top: 4px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(0,0,0,.4);
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
  border: 1px solid #3D80B4;
  z-index: 1;
  padding: 8px 0;
}
.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  width: 100%;
}
.dropdown-content a:hover {
  background-color: #ddd;
  color: #000;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.nav-right {
  color: #fff;
  display: flex;
  align-items: center;
}
.nav-social-icon {
  height: 24px;
  width: 24px;
  display: block;
  margin: 0 6px;
  opacity: .9;
}
.nav-social-icon:hover {
  opacity: 1;
}
.social-first {
  margin-left: 12px;
}
.social-last {
  margin-right: 12px;
}
#mobile-request-demo {
  display: none;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 9999;
}
.main-cta {
  max-width: 660px;
  margin: 0 auto;
  padding-bottom: 132px;
  padding-top: 64px;
}
.main-cta h1 {
  margin: 24px auto;
}
.main-cta .subhead {
  text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}
.main-cta .btn-white-lg {
  margin: 40px auto;
}
.main-cta {
  animation-name: fadeIn;
  animation-duration: 500ms;
  opacity: 0;
  animation-timing-function:  cubic-bezier(0.4, 0.0, 1, 1);
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#page-home .logo-header {
  height: 100px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.50);
  margin-top: 32px;
}
#cover {
  width: 100vw;
  margin: 0 -60px;
  position: absolute;
  bottom: 0;
  z-index: 9999;
}
#myVideo {
  position: absolute;
  min-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
}
#myPhoto {
  position: absolute;
  top: -5px;
  left: -5px;
  mix-blend-mode: hard-light;
  z-index: 2;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  filter: blur(5px);
}
#page-home section {
  padding: 60px 0;
}
#page-home section#solutions {
  padding: 0;
}
#benefits {
  margin-bottom: 64px;
}
#benefits article {
  max-width: 33%;
  margin: 0 24px;
}
#benefits article img {
  width: 112px;
  height: 112px;
}
.inner-content {
  max-width: 960px;
  margin: 0 auto;
}
#page-home #solutions .tns-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
#solutions.bg-blue {
  overflow-x: hidden;
  overflow: visible;
}
#solutions.bg-blue:before {
  clip: rect(10px,100000px,100000px,0px);
}
.solutions-left {
  width: 55%;
  margin: -3% 0;
  min-width: 540px;
}
.solutions-left img{
  width: 100%;
}
.solutions-left {
  opacity: 1 !important;
}
.solutions-left .solutions-carousel-image {
  position: absolute;
  width: 43.8%;
  top: -2px;
  left: 0;
  border-radius: 6px;
  min-width: 431px;
}
.solutions-right {
  width: 45%;
  padding-bottom: 32px;
}
.solutions-right .subhead {
  max-width: 480px;
}
.solutions-right .btn-white-sm {
  margin-top: 24px;
}
.solutions-right h3 {
  margin-top: 0;
}
.solutions-right h2 strong {
  font-weight: 500;
}
#page-home #case-studies {
  padding: 0;
  min-height: 400px;
}
#page-home #case-studies .tns-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#page-home #case-studies .tns-ovh {
  overflow: visible;
  overflow-x: hidden;
}
#page-home #case-studies .tns-outer {
  margin-bottom: -100px;
  position: relative;
}
#page-home #case-studies .tns-controls {
  z-index: 9999;
}
#page-home #case-studies .tns-controls button {
  z-index: 9999;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: none;
  height: 48px;
  width: 48px;
  position: absolute;
  left: 8px;
  background: url(../images/baseline-arrow_back_ios-24px.svg) 68% 48% no-repeat white;
  display: block;
  top: 45%;
  border-radius: 100%;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.12), 0 8px 8px 0 rgba(0,0,0,0.24);
  outline:0 !important
}
#page-home #case-studies .tns-controls button + button {
  background: url(../images/baseline-arrow_forward_ios-24px.svg) 56% 48% no-repeat white;
  right: 8px;
  left: auto;
}

#page-home #case-studies .tns-controls button:hover {
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.12), 0 4px 4px 0 rgba(0,0,0,0.24);
}

.case-studies-left {
  width: 50%;
  padding-left: 200px;
  position: relative;
  top: -56px;
  padding-top: 0;
}
.case-studies-left .subhead {
  max-width: 480px;
}
.case-studies-right {
  width: 50%;
}
.case-studies-right img {
  width: 100%;
  margin-top: 12px;
  padding-right: 32px;
}

.latest-hits-shark-week {
  width: 80%;
  padding-top: 80%;
  margin: 40px auto 12px;

  background-image: url('../images/latest-hits-shark-week.jpg');
  background-size: 100%, 400%;
  background-position: top;
  background-repeat:no-repeat;

  animation-name: shark-animate;
  animation-duration: 1.3s;
  animation-timing-function: steps(3);
  animation-iteration-count: infinite;
}
@keyframes shark-animate {
  from {
    background-position: top;
  }
  to {
    background-position: bottom;
  }
}

#testimonials .btn-orange-outline,
#benefits .btn-orange-outline {
  margin-top: 64px;
}
#testimonials h2, #benefits h2 {
  margin-bottom: 64px;
}
.card-container {
  display: flex;
  justify-content: center;
}
.card {
  background: #FAFAFA;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.12), 0 8px 8px 0 rgba(0,0,0,0.24);
  width: 33%;
  margin: 0 16px;
  padding-bottom: 20px;
}
.testimonial-card-header {
  width: 100%;
}
.testimonial-card-avatar {
  width: 68px;
  height: 68px;
  border-radius: 100%;
  border: 4px solid #fff;
  margin: -40px auto 4px;
  display: block;
  position: relative;
}
.card .testimonial {
  margin: 0 16px;
  padding: 8px 8px 0;
  font-size: 14px;
  line-height: 22px;
  background: url("../images/quote.svg") no-repeat;
}
.card .byline {
  font-size: 12px;
  line-height: 16px;
  margin-top: 16px;
  font-weight: 500;
  text-align: right;
  text-transform: uppercase;
  padding: 0 32px;
}

#benefits .card-container article {
  animation-name: slideInUp;
  animation-duration: 250ms;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
  animation-fill-mode: forwards;
}
#benefits .card-container article + article {
  animation-delay: 100ms;
}
#benefits .card-container article + article + article {
  animation-delay: 200ms;
}
.client-logo-container {
  width: 80%;
  margin: 40px auto;
  position: relative;
  height: 0;
  padding-bottom: 32%;
}
.client-logo {
  position: absolute;
  transform: translate3d(-50%,-50%,0);
  border-radius: 100%;
}
.client-logo.large {
  width: 13%;
}
.client-logo.medium {
  width: 9%;
}
.client-logo.small {
  width: 6%;
}

.large.a {
  top: 20%;
  left: 18%;
}
.large.b {
  top: 62%;
  left: 50%;
}
.large.c {
  top: 22%;
  left: 71%;
}
.large.d {
  top: 58%;
  left: 92%;
  width: 11%;
}
.large.e {
  top: 40%;
  left: 34%;
}
.large.f {
  top: 74%;
  left: 13%;
  width: 10%;
}

.medium.g {
  top: 43%;
  left: 6%;
}
.medium.h {
  top: 20%;
  left: 45%;
}
.medium.i {
  top: 40%;
  left: 59%;
}
.medium.j {
  top: 70%;
  left: 70%;
}
.medium.k {
  top: 26%;
  left: 95%;
}
.medium.l {
  top: 83%;
  left: 36%;
}

.small.m {
  top: 17%;
  left: 3%;
}
.small.n {
  top: 50%;
  left: 20%;
}
.small.o {
  top: 8%;
  left: 56%;
}
.small.p {
  top: 50%;
  left: 78%;
  width: 7%;
}
.small.q {
  top: 8%;
  left: 85%;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.client-logo-container.animated {
  animation-duration: 5s;
  animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
  /*animation-name: bounceIn;
  opacity: 0;
  transform: scale(0);*/
}
@keyframes bounceIn{
  0% {
    opacity: 0;
    transform: scale(0);
    visibility: visible;
  }
  70% {
    transform: scale(1.2);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Tablet landscapes */
@media only screen and (max-width: 1200px) {
  .case-studies-left {
    padding-left: 72px;
  }
}
@media only screen and (max-width:980px) and (min-width:900px) {
  .tns-nav {
    bottom: 4%;
    left: 540px;
  }
  .case-studies-left {
    top: -15px;
  }
  #page-home #case-studies .tns-outer {
    margin-bottom: 0;
  }
}
/* Tablet portraits */
@media only screen and (max-width: 900px) {
  #page-home header {
    padding: 24px 24px 0
  }
  .main-cta {
    padding-bottom: 64px;
  }
  #page-home section {
    padding: 80px 0;
  }
  .case-studies-left {
    padding-left: 80px;
  }
  #cover {
    width: 101vw;
    margin: 0 -24px;
  }
  .case-studies-left .subhead, .solutions-right .subhead {
    font-size: 16px;
    line-height: 24px;
  }
  #page-home h2 {
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 8px;
  }
  #page-home #solutions .tns-item {
    flex-direction: column;
    align-items: start;
  }
  .solutions-left {
    width: 80%;
  }
  .solutions-left img {
    margin-bottom: 16px;
  }
  .solutions-right {
    width: 100%;
    padding: 20px 64px 80px;
  }
  .solutions-left .solutions-carousel-image {
    width: 64.6%;
    top: 1%;
  }
  .solutions-right .subhead {
    max-width: 100%;
  }
  .tns-nav {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Phones */
@media only screen and (max-width: 790px) {
  .desktop-nav, .interior-header-nav.desktop-nav {
    display: none;
  }

  #mobile-nav {
    display: inline-block;
  }
  #mobile-request-demo {
    display: inline-block;
  }
  #page-home section {
    padding: 64px 0;
  }
  .case-studies-right {
    width: 60%;
  }
  .case-studies-left {
    width: 100%;
    padding: 0 32px;
    margin-bottom: 64px;
    margin-top: 40px;
  }
  #page-home #case-studies .tns-item {
    flex-direction: column-reverse;
  }
  .case-studies-left .subhead {
    max-width: 100%;
  }
  #clients h2 {
    padding: 0 32px;
  }

}

/*Small height Phones*/
@media screen and (max-width: 790px) and (max-height: 700px) {
  #sidebar li {
    margin-bottom: 8px;
  }
  #sidebar .logo-header {
    height: 28px;
    margin: 0 auto;
    margin-bottom: 16px;
    display: block;
  }
  #sidebar .click-to-call {
    margin-top: 8px;
  }
  #sidebar .nav-social-icon {
    margin-top: 8px;
  }
}

/* Phones */
@media only screen and (max-width: 600px) {
  .card {
    width: 90%;
    margin: 16px auto;
  }
  #testimonials h2 {
    margin-bottom: 32px;
    padding: 0 16px;
  }
  #testimonials .btn-orange-outline {
    margin-top: 32px;
  }
  #page-home #case-studies .tns-controls button {
    top: 25%;
  }
  .solutions-right {
    padding: 0 32px 80px;
  }
  .solutions-left {
    width: 95%;
    min-width: 0;
  }
  .solutions-left .solutions-carousel-image {
    width: 75.6%;
    top: 1.5%;
    min-width: 0;
  }
  .case-studies-right {
    width: 80%;
  }
  #page-home h2 {
    font-size: 32px;
    line-height: 40px;
  }
  #mobile-request-demo {
    top: 16px;
    right: 16px;
  }
  .client-logo-container {
    padding-bottom: 85%;
    margin-bottom: 0;
  }
  .client-logo.large {
    width: 20%;
  }
  .client-logo.medium {
    width: 16%;
  }
  .client-logo.small {
    width: 12%;
  }
  .large.f {
    width: 18%;
  }
  .medium.l {
    top: 80%;
  }
  .small.m {
    top: 5%;
    left: 5%;
  }
  .small.n {
    top: 55%;
  }
  .small.p {
    width: 11%;
    left: 75%;
  }
}


/*************

INTERIOR PAGE

*************/
.interior-page header {
  height: 326px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
}
.interior-page .btn-orange-outline {
  margin: 0;
  display: inline-block;
  width: auto;
  padding: 12px 20px;
}
.interior-page .subhead {
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  max-width: 880px;
  margin: 0 auto;
}
.interior-header-nav {
  height: 64px;
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(0,0,0,0.18), 0 16px 16px 0 rgba(0,0,0,0.24);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.interior-header-nav + header h1 {
  font-weight: 300;
  font-size: 52px;
}
.interior-header-nav + header h1 strong {
  font-weight: 500;
}
.interior-header-nav .logo-header {
  height: 20px;
  position: relative;
  top: 3px;
}
.interior-header-nav ul {
  display: inline-flex;
  align-items: center;
}
.interior-header-nav ul a {
  color: #131313;
  font-weight: 500;
}
.interior-header-nav ul .dropdown-content a {
  color: #fff;
}
.interior-header-nav ul .dropdown-content {
  background-color: rgba(0,0,0,.8);
}
.interior-header-nav ul a:hover {
  color: #000;
}
.interior-header-nav ul a.active {
  color: #3D80B4;
}
.interior-page #bottom-cta {
  max-width: 640px;
}
.interior-page #bottom-cta .btn-orange-outline {
  margin-top: 24px;
}
.logo-mobile-header {
  display: none;
}


/*************

SOLUTIONS-HOME PAGE

*************/
.solutions-horizontal-nav {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 40px;
}
.solutions-horizontal-nav a {
  color: #3D80B4;
  text-decoration: none;
  margin: 0 8px;
}
.solutions-horizontal-nav a:hover {
  text-decoration: underline;
}
#solutions-home section:first-of-type {
  margin: 40px auto 100px;
}
#solutions-home section:last-of-type {
  margin: 100px auto;
}
#solutions-home article {
  border-top: 1px solid #E0E0E0;
  /*padding: 144px 0;*/
}
#solutions-home article:last-of-type {
  border-bottom: 1px solid #E0E0E0;
}
#solutions-home article .text .btn-orange-outline {
  margin-top: 24px;
}
#solutions-home .image {
  width: 55%;
}
#solutions-home .text {
  /*width: 45%;*/
  max-width: 530px;
  margin: 0 auto;
  padding: 0 32px;
}
#solutions-home .article-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#solutions-home .article-flex .image img {
  width: 100%;
  display: block;
  object-fit: contain;
  max-height: 540px;
}
#solutions-home.interior-page header {
  height: 246px;
}
#solutions-home .article-flex h3 {
  font-weight: 400;
  font-size: 36px;
}
#solutions-home .article-flex h3 strong {
  font-weight: 500;
}

/*************

SOLUTIONS-INTERIOR PAGE

*************/
#solutions-interior.interior-page header {
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 64px 0 216px;
}
#solutions-interior section {
  margin: 0 auto;
  padding: 100px 0;
}
#solutions-interior section:first-of-type {
  margin: -220px auto 100px;
  padding: 0;
}
#solutions-interior .article-flex {
  display: flex;
  justify-content: space-between;
}
#solutions-interior .text-left {
  width: 50%;
  padding: 0 11.6% 0 0;
}
#solutions-interior .right {
  width: 50%;
  padding-left: 20px;
  display: flex;
  align-content: center;
  align-items: center;
}
#solutions-interior .right img {
  width: 100%;
}
#solutions-interior article .text .btn-orange-outline {
  margin-top: 24px;
}
.solutions-interior-video-container {
  margin-bottom: 40px;
}
.solutions-interior-thumbnails {
  display: flex;
  justify-content: space-around;
  margin-bottom: 56px;
}
.solutions-interior-thumbnails img {
  max-width: 320px;
  padding: 0 15px;
  align-self: center;
}
.solutions-interior-features {
  display: flex;
  justify-content: space-around;
  margin: 40px auto 56px;
}
.solutions-interior-features ul {
  margin: 8px 0;
}
.solutions-interior-features + .btn-orange {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}
#solutions-interior .subhead-body + h4 {
  margin-top: 32px;
}
#solutions-interior .btn-orange-outline {
  margin-top: 24px;
}
.howitworks li {
  margin-bottom: 16px;
}

/*************

OUR-WORK/TESTIMONIALS PAGE

*************/
#our-work header,
#testimonials header {
  height: 246px;
}
#our-work section:first-of-type {
  margin: 40px auto 100px;
}
#our-work section:last-of-type,
#testimonials section:last-of-type {
  margin: 100px auto;
}
#our-work section:first-of-type .subhead,
#testimonials section:first-of-type .subhead {
  margin-bottom: 32px;
}

#our-work article,
#testimonials article {
  border-top: 1px solid #E0E0E0;
}
#our-work article:last-of-type,
#testimonials article:last-of-type {
  border-bottom: 1px solid #E0E0E0;
}
#our-work article .text .btn-orange-outline,
#testimonials article .text .btn-orange-outline  {
  margin-top: 24px;
}
#our-work .image,
#testimonials .image {
  width: 55%;
  display: flex;
  justify-content: center;
}
#our-work .text,
#testimonials .text {
  width: 45%;
  max-width: 530px;
  margin: 0 auto;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#our-work .article-flex,
#testimonials .article-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;

}
#our-work .article-flex img,
#testimonials .article-flex img {
  width: 100%;
  display: block;
  object-fit: cover;
  /*max-height: 540px;*/
  align-self: center;
}

/*************

ABOUT PAGE

*************/

#about section:first-of-type {
  margin: 60px auto 100px;
  max-width: 760px;
}
#about section:last-of-type {
  margin: 100px auto;
  padding-top: 100px;
  border-top: 1px solid #E0E0E0;
  max-width: 960px;
}

#about header {
  height: 246px;
}

/*************

CONTACT

*************/

#contact iframe {
  min-height: 640px !important;
  
}
#contact .jfProgress-info {
  display: none !important;
}
.formFooter {
  display: none !important;
}
.interior-page .subhead.contact-text {
  margin-top: 50px;
}
#contact header {
  height: 246px;
}

/**********

Slider and Animations

**********/

.invisible {
  opacity: 0 !important;
  transition: opacity .2s ease-in-out; }

.visible {
  opacity: 1 !important;
}

@keyframes slideInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp2 {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
  transform: translate3d(0, 10%, 0);
  animation-name: slideInUp2;
}
.animated {
  animation-duration: .3s;
  animation-fill-mode: forwards;
}
.displayNone {
  display: none !important;
}

/**********

Tablet and Mobile

**********/

/* Tablet landscapes */
@media only screen and (max-width: 1200px) {

}
/* Tablet portraits */
@media only screen and (max-width: 900px) {
  .desktop-nav .nav-social-icon {
    display: none;
  }
  #solutions-interior .article-flex {
    flex-direction: column-reverse;
  }
  #solutions-interior .right, #solutions-interior .text-left {
    padding: 0;
    width: 100%;
  }
  #solutions-home section:first-of-type .subhead {
    padding: 0 24px;
  }
  .interior-page .subhead.contact-text {
    margin: 50px  20px 0;

  }
}
/* Phones */
@media only screen and (max-width: 790px) {
  .logo-mobile-header {
    display: inline-block;
    position: absolute;
    height: 22px;
    left: 60px;
    top: 26px;
  }
  #solutions-home.interior-page header, #our-work header, #testimonials header, #about header, #contact header {
    height: 180px;
    padding-top: 52px;
  }
  #solutions-interior.interior-page header {
    height: 384px
  }
  #solutions-interior section {
    padding: 64px 32px;
  }
  #solutions-home section:first-of-type {
    padding: 0 32px;
    margin-bottom: 64px;
  }
  #solutions-home section:last-of-type {
    margin: 64px auto;
    padding: 0 32px;
  }
  #solutions-home .article-flex h3 {
    font-size: 30px;
  }
  #solutions-interior section:first-of-type {
    margin-bottom: 64px;
    padding: 0 32px;
  }
  .solutions-interior-features {
    flex-direction: column;
    margin: 16px auto 32px;
  }
  .solutions-interior-thumbnails {
    margin-bottom: 32px;
  }
  .maxwidth-container {
    padding: 0;
  }
  #about section:first-of-type {
    margin: 32px 32px 48px;
  }
  #about section:last-of-type {
    margin: 48px auto;
    padding-top: 48px;
  }
  #about #bottom-cta .subhead {
    padding: 0 32px;
  }
  #our-work .article-flex,
  #testimonials .article-flex {
    flex-direction: column;
  }
  #our-work .article-flex:nth-child(odd),
  #testimonials .article-flex:nth-child(odd) {
    flex-direction: column-reverse;
  }
  #our-work .text,
  #testimonials .text {
    width: 100%;
    max-width: 100%;
  }
  #our-work .image,
  #testimonials .image {
    padding-top: 32px;
    width: 80%;
    margin: 0 auto;
  }
  #our-work section:first-of-type {
    margin: 40px 32px 64px;
  }
  #our-work section:last-of-type,
  #testimonials section:last-of-type {
    margin: 64px auto;
  }
  .solutions-interior-thumbnails img {
    padding: 0;
    max-width: 30%;

  }
}

@media only screen and (max-width: 700px) {
  #solutions-home .article-flex {
    flex-direction: column;
  }
  #solutions-home #prime-mobile.article-flex,
  #solutions-home #prime-online.article-flex  {
    flex-direction: column-reverse;
  }
  #solutions-home .text {
    width: 100%;
    max-width: 100%;
    padding-bottom: 32px;
  }
  #solutions-home section:first-of-type .subhead {
    padding: 0;
  }
}

/* Phones */
@media only screen and (max-width: 600px) {
  .interior-header-nav + header h1 {
    font-size: 44px;
  }
  .interior-page article .subhead, #our-work.interior-page header+section .subhead, #testimonials.interior-page header+section .subhead {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
  }
  #solutions-home section:first-of-type .subhead {
    font-size: 21px;
    line-height: 30px;
    text-align: center;
  }
  #solutions-interior.interior-page header {
    height: 300px;
    padding: 110px 0 196px;
  }
  #solutions-interior section:first-of-type {
    margin-top: -140px;
  }

  .interior-page #bottom-cta .btn-orange-outline {
    margin: 0 auto;
  }
  .solutions-horizontal-nav {
    line-height: 28px;
    margin-top: 24px;
  }
  #page-home .logo-header {
    height: 50px;
  }
  .card-container {
    flex-direction: column;
  }
  #benefits article {
    max-width: 100%;
    text-align: left;
    margin-bottom: 16px;
  }
  #benefits article img {
    float: left;
    height: 80px;
    width: 80px;
    margin: 0 16px 24px;
  }
  .card-container h3 {
    margin: 0px;
  }
  #benefits h2 {
    margin-bottom: 32px;
  }
  #benefits .btn-orange-outline {
    margin-top: 16px;
  }
  .interior-page .btn-orange-outline {
    padding: 8px 16px;
    font-size: 16px;
  }
  .interior-page .btn-orange-outline .arrow-right {
    height: 14px;
  }
  .interior-page .subhead.contact-text {
    font-size: 18px;
    line-height: 28px;
  }
}
