/* Imports */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i&display=swap');
@import url("//cdn2.hubspot.net/hub/1868764/hub_generated/template_assets/10905581247/1569620213404/S2/assets/css/animate.min.css");



  /* Fonts */
  @font-face {
    font-family: 'modern_pictograms_proregular';
    src: url('https://cdn2.hubspot.net/hubfs/1868764/Assets%20-%20S2/fonts/modernpictogramspro_2-webfont.eot');
    src: url('https://cdn2.hubspot.net/hubfs/1868764/Assets%20-%20S2/fonts/modernpictogramspro_2-webfont.eot?#iefix') format('embedded-opentype'),
      url('https://cdn2.hubspot.net/hubfs/1868764/Assets%20-%20S2/fonts/modernpictogramspro_2-webfont.woff') format('woff'),
      url('https://cdn2.hubspot.net/hubfs/1868764/Assets%20-%20S2/fonts/modernpictogramspro_2-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* Base Structure */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid [class*="span"] {
  min-height: 0;
}
html,
body {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4em;
  color: #000000;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  
}
button,
select {
  text-transform: none;
}
button {
  cursor: pointer;
}
input, button:focus {
  outline: none;
}
a {
  color: #00afef;
}
h1,h2,h3,h4,h5,h6,p {
  margin-top: 0;
}

.animated-wrapper {
  overflow: hidden;
}
.animated, .cta-animated{
  -webkit-animation-delay:.5s;
  animation-delay:.5s;
}

/* Container
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-center {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .page-center{
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .page-center {
    max-width: 1815px !important;
  }
}
.clearfix:after{
  display: block;
  content: "";
  clear: both;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.d-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex--wrapped {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.align-items-center{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-end{
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.justify-content-center{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-between{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-end{
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .d-md-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .align-items-md-center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-md-end{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .justify-content-md-center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-md-between{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-md-end{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .d-lg-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .align-items-lg-center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-lg-end{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .justify-content-lg-center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-lg-between{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-lg-end{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .d-xl-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .align-items-xl-center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-xl-end{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .justify-content-xl-center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-xl-between{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-xl-end{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}


.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-top {
  padding-top: 30px;
}
.section-bottom {
  padding-bottom: 60px;
}
@media (min-width: 992px){
  .section{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-top {
    padding-top: 80px;
  }
  .section-bottom {
    padding-bottom: 80px;
  }
}


h1,
.h--1 {
  font-size: 40px;
  line-height: 1.185em;
}
h2,
.h--2 {
  font-size: 30px;
  line-height: 1.2em;
}
h3,
.h--3 {
  font-size: 24px;
  line-height: normal;
}
h4,
.h--4 {
  font-size: 22px;
  line-height: 1.06667em;
}
h5,
.h--5 {
  font-size: 18px;
  line-height: 1.833333;
}

h6,
.h--6 {
  font-size: 16px;
  line-height: 1.833333;
}

.h--1,
h1,
.h--2,
h2 {
  font-weight: 400;
  margin-bottom: 0.57em;
}
.h--1 strong,
.h--2 strong {
  font-weight: 400;
  color: #00AFEF;
}
.h--1 a,
.h--2 a,
.h--3 a {
  color: inherit;
  text-decoration: inherit;
}
.h--4 {
  font-weight: 400;
  margin-bottom: 0;
}
.h--tag {
  font-size: 20px;
  font-weight: 700;
  color: #00AFEF;
  line-height: 1.333333em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  h1,
  .h--1 {
    font-size: 60px;
  }
  h2,
  .h--2 {
    font-size: 50px;
  }
  h3,
  .h--3 {
    font-size: 40px;
  }
  h4,
  .h--4 {
    font-size: 30px;
  }
  h5,
  .h--5,
  .h--tag {
    font-size: 20px;
  }
}

a.cta_button.cta-btn {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.cta-btn {
  font-weight: 700;
  font-size: 16px;
  color: #00AFEF;
  line-height: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.cta-btn--button-blue {
  border-color: #00AFEF;
  color: #000;
}

.cta-btn--button {
  border-color: transparent !important;
  background-color: transparent;
  color: #000;
  padding: 12px 15px;
/*   display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.cta-btn--button:hover {
  color: #00AFEF;
}
.cta-btn--button::after {
  content: '';
  background-image: url(https://cdn2.hubspot.net/hubfs/1868764/Assets%20-%20S2/icons/a-arrow-blue.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 20px;
  margin-left: 0 !important;
  position: absolute;
  top: 60px;
  opacity: 1;
  transform: rotate(90deg);
  -webkit-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
}
.cta-btn--button:hover::after {
  opacity: 1;
  position: absolute;
  width: 35px;
  top: 70px;
}

/* Seems like code duplication but it is easier to track styles than when styles are applied inside of CTA configuration  */

.cta-btn--button-lets-talk {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 15px;
  position: relative;
/*   display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
 
.cta-btn--button-lets-talk:hover {
  background-color: #00AFEF;
  border: 2px solid #00AFEF;
  color: #fff;
}
.cta-btn--button-lets-talk::after {
  content: '';
  background-image: url(https://cdn2.hubspot.net/hubfs/1868764/Assets%20-%20S2/icons/a-arrow-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 20px;
  margin-left: -35px;
  opacity: 0;
  -webkit-transition: margin-left 0.5s ease;
  -o-transition: margin-left 0.5s ease;
  transition: margin-left 0.5s ease;
}
.cta-btn--button-lets-talk:hover::after {
  opacity: 1;
  width: 35px;
  margin-left: 15px;
}
/* Ends here */

.cta-arrow {
  position: relative;
  padding-right: 65px;
}

.cta-arrow::after {
  content: '';
  background-image: url(https://cdn2.hubspot.net/hubfs/1868764/Assets%20-%20S2/icons/a-arrow-blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.cta-arrow-black {
  position: relative;
  padding-right: 65px;
}

.cta-arrow-black::after {
  content: '';
  background-image: url(https://cdn2.hubspot.net/hubfs/1868764/Assets%20-%20S2/icons/a-arrow-black.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.cta-anim-init::before {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
/* .cta-anim-init::after {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
} */
.cta-anim-init.cta-animated::after {
  opacity: 1;
/*   -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); */
}
/* .cta-btn.cta-arrow:not(.cta-arrow--down):hover::after{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
} */

.cta-blue-hover{
  box-shadow:0rem 1rem 12rem 0 rgba(0,0,0,0.1);
  background-color:#000;
  border:2px solid #000;
  border-radius:0rem;
  color:#fff !important;
  cursor:pointer;
  display:inline-block;
  font-family:"Poppins";
  font-weight:bold;
  padding: 12px 15px;
  transition:0.1s ease-in;
  text-align: center;
  text-decoration:none;
  text-transform:uppercase;
 
  -webkit-transition:0.1s ease-in; 
  -webkit-box-shadow:0rem 1rem 12rem 0 rgba(0,0,0,0.1);
}
.cta-blue-hover:hover{
    background-color:#00AFEF;
    border:2px solid #00AFEF;
    color:#fff;
}

.hero__text-cta .cta_button.cta-blue-hover{
  color: #fff;
  font-size: 1rem !important;
  text-transform: none;
}



/* SINGLE */
@-webkit-keyframes slideBackToList {
  from {
    -webkit-transform: translate3d(100%,0,0) rotate(180deg);
    transform: translate3d(100%,0,0) rotate(180deg);
  }
  to {
    -webkit-transform: translate3d(0,0,0) rotate(180deg);
    transform: translate3d(0,0,0) rotate(180deg);
  }
}
@keyframes slideBackToList {
  from {
    -webkit-transform: translate3d(100%,0,0) rotate(180deg);
    transform: translate3d(100%,0,0) rotate(180deg);
  }
  to {
    -webkit-transform: translate3d(0,0,0) rotate(180deg);
    transform: translate3d(0,0,0) rotate(180deg);
  }
}

.cta-arrow--left {
  font-weight: 600;
  color: #00afef;
  position: relative;
  font-size:16px;
  font-weight:700;
  padding-left: 65px;
  text-decoration: none;
  display: inline-block;
}
.cta-arrow--left::before {
  content: '';
  background-image: url(https://cdn2.hubspot.net/hubfs/1868764/Assets%20-%20S2/icons/a-arrow-blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 20px;
  position: absolute;
  top : 50%; 
  left: 0;
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
/* .cta-arrow--left:hover::before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideBackToList;
  animation-name: slideBackToList;
} */

.cta-arrow--white::after {
  background-image: url(https://cdn2.hubspot.net/hubfs/1868764/Assets%20-%20S2/icons/a-arrow-white.png);
}
.cta-arrow--black::after {
  background-image: url(https://cdn2.hubspot.net/hubfs/1868764/Assets%20-%20S2/icons/a-arrow-black.png);
}
.cta-arrow--black-left::before {
  background-image: url(https://cdn2.hubspot.net/hubfs/1868764/Assets%20-%20S2/icons/a-arrow-black.png);
}
.ccta::after {
  background-image: url(https://cdn2.hubspot.net/hubfs/1868764/Assets%20-%20S2/icons/a-arrow-blue.png);
}

.cta-arrow--flexed {
  display: block;
}
.cta-arrow--down::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}



.cta-btn--white {
  color: #fff;
}
.cta-btn--black {
  color: #000;
}
@media (min-width: 768px) {
  .cta-btn--button {
    min-width: 220px;
  }
}


.c-white {
  color: #fff;
}
.c-black {
  color: #000;
}
.c-primary {
  color: #00afef;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
@media (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
}

/* GDPR Popup
–––––––––––––––––––––––––––––––––––––––––––––––––– */
div#hs-eu-cookie-confirmation {
  background-color: rgba(255,255,255,0.9)!important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  background-color: transparent!important;
}

/* Mobiquity Clock
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mbqty-clock {
  border-radius: 50%;
  background: #fff;
  position: relative;
  background-color: #fff;
  background-image: url(https://cdn2.hubspot.net/hubfs/1868764/Assets%20-%20S2/station_clock.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 95%;
  width: 100%;
  padding-top: 100%;
}
.mbqty-clock::after {
  background: red;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4%;
  height: 4%;
  z-index: 10;
}
.mbqty-clock__hours,
.mbqty-clock__minutes,
.mbqty-clock__seconds {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mbqty-clock__hours {
  -webkit-animation: rotate 43200s infinite linear;
  animation: rotate 43200s infinite linear;
}
.mbqty-clock__hours-inner {
  background: #000;
  width: 3.5%;
  height: 40%;
  position: absolute;
  left: 48.25%;
  top: 22%;
  -webkit-transform-origin: 50% 71%;
  -ms-transform-origin: 50% 71%;
  transform-origin: 50% 71%;
}
.mbqty-clock__minutes {
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 2.08, 0.55, 0.44);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 2.08, 0.55, 0.44);
  -o-transition: transform 0.3s cubic-bezier(0.4, 2.08, 0.55, 0.44);
  transition: transform 0.3s cubic-bezier(0.4, 2.08, 0.55, 0.44);
  transition: transform 0.3s cubic-bezier(0.4, 2.08, 0.55, 0.44), -webkit-transform 0.3s cubic-bezier(0.4, 2.08, 0.55, 0.44);
}
.mbqty-clock__minutes-inner {
  background: #000;
  width: 3.5%;
  height: 55%;
  position: absolute;
  left: 48.25%;
  top: 7%;
  -webkit-transform-origin: 50% 78.5%;
  -ms-transform-origin: 50% 78.5%;
  transform-origin: 50% 78.5%;
  -webkit-transform: rotateZ(40deg);
  -ms-transform: rotate(40deg);
  transform: rotateZ(40deg);
}
.mbqty-clock__seconds {
  transition: -webkit-transform 0.2s cubic-bezier(0.4, 2.08, 0.55, 0.44);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.4, 2.08, 0.55, 0.44);
  -o-transition: transform 0.2s cubic-bezier(0.4, 2.08, 0.55, 0.44);
  transition: transform 0.2s cubic-bezier(0.4, 2.08, 0.55, 0.44);
  transition: transform 0.2s cubic-bezier(0.4, 2.08, 0.55, 0.44), -webkit-transform 0.2s cubic-bezier(0.4, 2.08, 0.55, 0.44);
}
.mbqty-clock__seconds-inner {
  background: red;
  width: 1.5%;
  height: 42%;
  position: absolute;
  left: 49.25%;
  top: 20%;
  -webkit-transform-origin: 50% 71%;
  -ms-transform-origin: 50% 71%;
  transform-origin: 50% 71%;
  z-index: 8;
}
.mbqty-clock__seconds-inner::before {
  background: red;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -9%;
  left: -200%;
  height: 18%;
  width: 500%;
}


/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mbqty-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.mbqty-header--dark.open-mega {
  background-color: #000;
}
.mbqty-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;Careers Section S2

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mbqty-header__logo {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.mbqty-header__trigger {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.mbqty-header__logo a {
  background-color: #00AFEF;
  padding: 25px 20px 19px;
  display: inline-block;
  line-height: 1;
}
.theme--dark .mbqty-header__logo a {
  background-color: #000000;
}
.theme--blue-menu .mbqty-header__logo a {
  background-color: #000;
}
.mbqty-header__logo-main,
.mbqty-header__logo-alt {
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mbqty-header__logo-main {
  opacity: 1;
}
.mbqty-header__logo-alt {
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden; 
  position: absolute;
  width: 1px;
  white-space: nowrap;
  opacity: 0;
  height: 100%;
}

.mbqty-header__logo-alt a img {
  max-width: 30px;
}
.mbqty-header__menu,
.mbqty-header__mega {
  position: relative;
  width: 100%;
  color: #fff;
}
.mbqty-header__menu {
  display: none;
}
.mbqty-header__menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mbqty-header__menu ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: normal;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: block;
}
.mbqty-header__menu .hs-menu-wrapper>ul>li>a{
  padding: 17px 24px;
}
.mbqty-header__menu.m-dark .hs-menu-wrapper>ul>li>a{
  color:#000;
}

.mbqty-header__trigger .animated{
  height: 100%;
}

.mbqty-header__trigger .animated,
.mbqty-header__menu .animated {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.mbqty-header__trigger-btn { 
  border: none;
  background-color: #00AFEF;
  padding: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: normal;
  display: inline-block;
  cursor: pointer;
}
.theme--default .mbqty-header__trigger-btn {
  background-color: #000;
}
.theme--dark .mbqty-header__trigger-btn {
  background-color: #00AFEF;
}
.theme--blue-menu .mbqty-header__trigger-btn {
  background-color: #000; 
}
.mbqty-header__trigger-btn>span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 10px;
  margin-right: 7px;
}
.mbqty-header__trigger-btn>span::before,
.mbqty-header__trigger-btn>span::after {
  content: '';
  display: block;
  height: 2px;
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
}
.mbqty-header__trigger-btn>span::before {
  margin-bottom: 7px;
  top: 0;
}
.mbqty-header__trigger-btn>span::after {
  background-color: #fff;
  top: calc(100% - 2px);
}
.open-mega .mbqty-header__trigger-btn>span::before,
.open-mega .mbqty-header__trigger-btn>span::after {
  top: 50%;
}
.open-mega .mbqty-header__trigger-btn>span::before{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open-mega .mbqty-header__trigger-btn>span::after{
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width:376px){
  .mbqty-header__logo-main a img {
    max-width: 157px;
  }
}


@media (min-width: 768px) {
  .mbqty-header__menu {
    display: block;
  }
  .mbqty-header__logo a {
    padding: 28px 45px 20px;
  }
  .open-mega .mbqty-header__logo a {
    background-color: #00AFEF;
  }
  .theme--dark.open-mega .mbqty-header__logo a {
    background-color: #00AFEF;
  }
  .mbqty-header__menu,
  .mbqty-header__trigger,
  .mbqty-header__menu .hs-menu-wrapper>ul>li{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;

  }
  .mbqty-header__menu .hs-menu-wrapper>ul>li>a {
    padding-top:24px;
    padding-bottom:24px;
  }
  .mbqty-header__mega {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .mbqty-header__trigger {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .mbqty-header__inner-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mbqty-header__menu .hs-menu-wrapper>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .theme--default .mbqty-header__trigger-btn {
    background-color: #00AFEF;
  }
  .theme--dark .mbqty-header__trigger-btn {
    background-color: #000000;
  }
  .theme--default.open-mega .mbqty-header__trigger-btn {
    background-color: #000000;
  }
  .theme--dark.open-mega .mbqty-header__trigger-btn {
    background-color: #00AFEF;
  }
  .theme--blue-menu.open-mega .mbqty-header__trigger-btn {
    background-color: #00AFEF;
  }
}
@media (max-width: 767px) {
  .mbqty-header .page-center {
    padding: 0;
  }
  .mbqty-header__logo .animated-wrapper,
  .mbqty-header__logo div[data-animation],
  div[class*=mbqty-header__logo-],
  .mbqty-header__trigger .animated-wrapper,
  .mbqty-header__trigger div[data-animation] {
    height: 100%;
  }
  .mbqty-header__logo a,
  .mbqty-header__trigger-btn {
    min-height: 100%;
    display: block;
  }
  .mbqty-header__menu {
    background-color: #00afef;
  }
  .theme--dark .mbqty-header__menu {
    background-color: #000;
  }
}

/* On Scroll */
.mbqty-header.w-is-scrolling {
  position: fixed;
}
.mbqty-header.w-is-scrolling:not(.popvid-open) {
  background-color: #fff;
}
.w-is-scrolling:not(.open-mega) .mbqty-header__logo-main {
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden; 
  position: absolute;
  width: 1px;
  white-space: nowrap;
  opacity: 0;
}
.w-is-scrolling:not(.open-mega)  .mbqty-header__logo-alt {
  display: block;
  opacity: 1;
  clip: auto;
  margin: 0;
  width: auto;
  position: relative;
  white-space: normal;
}
.mbqty-header__logo-alt div,
.mbqty-header__logo-alt .hs_cos_wrapper_type_logo,
.mbqty-header__logo-alt a {
  height: 100%;
}
.mbqty-header__logo-alt .hs_cos_wrapper_type_logo {
  display: inline-block;
}

@media (min-width: 768px) {
  .w-is-scrolling .mbqty-header__menu ul li a {
    color: #000;
  }
}

/* Mega menu */
.mbqty-header.open-mega {
  overflow: scroll;
  height: 100vh;
}
.mbqty-header::before {
  content: '';
  width: 0;
  height: 100vh;
  background-color: #00afef;  
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: width 1s ease;
  -o-transition: width 1s ease;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
}
.mbqty-header.theme--dark::before {
  background-color: #000;  
}
.mbqty-header.open-mega::before {
  position: fixed;
  width:100%
}
.mbqty-header__mega {
  -webkit-transition: width 1s ease;
  -o-transition: width 1s ease;
  transition: width 1s ease;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden; 
  position: absolute;
  width: 100%;
  white-space: nowrap;
  opacity: 0;
}
.open-mega .mbqty-header__mega {
  opacity: 1;
  clip: auto;
  margin: 0;
  position: relative;
  white-space: normal;
}
.anim-init .mbqty-header__mega-inner {
  opacity: 0;
}
.anim-start .mbqty-header__mega-inner {
  opacity: 1;
}
.mbqty-header__mega-inner {
  padding: 40px 30px 0;
}
.mbqty-header__mega-cta,
.mbqty-header__mega-loc {
  margin-bottom: 40px;
}
.mbqty-header__mega-head {
  font-weight: 700;
  margin-bottom: 10px;
}
.mbqty-header__mega-cta h4 {
  line-height: normal;
  margin-top: 30px;
  margin-top: 10px;
  color: #000000;
}
.theme--dark .mbqty-header__mega-cta h4 {
  color: #fff;
}
.mbqty-header__mega-cta p {
  margin: 0 0 30px;
  margin: 0 0 15px;
}
.mbqty-header__mega-loc .animated-wrapper {
  height: 100%;
}
.mbqty-header__mega-loc{
  position:relative;
  z-index:1;
}
.mbqty-header__mega-loc-inner:before{
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgba(255,255,255,0.28);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.mbqty-header__mega-loc-inner {
  padding: 28px 35px 42px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mbqty-header__mega-loc-img {
  padding-bottom: 30px;
}
.mbqty-header__mega-loc-img img {
  max-height: 131px;
}
.mbqty-header__mega-loc-title {
  font-weight: 700;
  color: #000;
}
.theme--dark .mbqty-header__mega-loc-title {
  color: #fff;
}
.mbqty-header__mega-loc-title,
.mbqty-header__mega-loc-rt {
  margin-bottom: 20px;
}
.mbqty-header__mega-loc-img.mbqty-header-clock {
  max-width: 50%;
}
.mbqty-recent-post .mbqty-header__mega-loc-img{
  height:168px;
}
.mbqty-recent-post .mbqty-header__mega-loc-img img{
  -o-object-fit:cover;
  object-fit:cover;
  -os-object-fit:cover;
  width:100%;
  height:168px;
}

.mbqty-header__mega-menus {
  padding: 50px 0 40px 0;
}
.mbqty-header__mega-menus .hs-menu-wrapper>ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  line-height: 1em;
}
.mbqty-header__mega-menus-main {
  padding-bottom: 50px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.mbqty-header__mega-menus-main .hs-menu-wrapper>ul li {
  padding-left: 0;
  -webkit-transition: padding-left 0.3s ease;
  -o-transition: padding-left 0.3s ease;
  transition: padding-left 0.3s ease;
}
.mbqty-header__mega-menus-main .hs-menu-wrapper>ul li a {
  font-weight: 700;
  font-size: 33px;
  color: #FFFFFF;
  line-height: normal;
  text-decoration: none;
  padding: 0 18px;
  display: block;
  position: relative;
  z-index: 1;
}
.mbqty-header__mega-menus-main .hs-menu-wrapper>ul li a:before {
  content: '';
  width: 0;
  height: 0.2241em;
  background-color: #000;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.theme--dark .mbqty-header__mega-menus-main .hs-menu-wrapper>ul li a:before {
  background-color: #00afef;
}
.mbqty-header__mega-menus-main .hs-menu-wrapper>ul li:hover {
  padding-left: 30px;
}
.mbqty-header__mega-menus-main .hs-menu-wrapper>ul li:hover>a:before {
  width: 100%
}
.mbqty-header__mega-menus-bottom .hs-menu-wrapper>ul li,
.mbqty-header__mega-menus-socials .hs-menu-wrapper>ul li{
  display: inline-block;
}
.mbqty-header__mega-menus-bottom .hs-menu-wrapper>ul li a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 0 10px 20px;
  display: inline-block;
}
.mbqty-header__mega-menus-socials .hs-menu-wrapper>ul li img {
  max-height: 25px;
}
.mbqty-header__mega-menus-socials .hs-menu-wrapper>ul li a {
  padding: 0 10px 20px;
  display: inline-block;
}

@media (min-width: 768px) {
  .mbqty-header__mega-inner {
    padding: 0;
  }
  .open-mega .mbqty-header__menu {
    display: none;
  }
  .mbqty-header__mega-custom {
    padding-top: 50px;
  }
  .mbqty-header__mega-menus {
    padding-bottom: 70px;
  }
  .mbqty-header__mega-menus-main {
    max-width: 91.66667%;
  }
  /*   .mbqty-header__mega-cta,
  .mbqty-header__mega-loc {
  margin-bottom: 70px;
} */
  /*   .mbqty-header__mega-menus-main .hs-menu-wrapper>ul li a {
  font-size: 60px;
} */
  .mbqty-header__mega-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
   .mbqty-header__mega-row--cta {
    margin-right: -15px;
    margin-left: -15px;
  }
  .mbqty-header__mega-cta {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mbqty-header__mega-row--loc {
    margin-right: -15px;
    margin-left: -15px;
  }
  .mbqty-header__mega-loc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .mbqty-header__mega-loc-title,
  .mbqty-header__mega-loc-rt {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .mbqty-header__mega-menus {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;   
    padding-right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mbqty-header__mega-custom {
    padding-left: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; 
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .mbqty-header__mega-custom [data-mega-animation] {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }

  /*  set font-size base on device height  */
  .mbqty-header__mega-inner {
    font-size: 2vh;
  }
  .mbqty-header__mega-head {
    font-size: 6vh;
  }
  .mbqty-header__mega-cta h4 {
    font-size: 3vh;
  }
  .mbqty-header__mega-loc-title {
    font-size: 3vh;
  }
  .mbqty-header__mega-menus-main .hs-menu-wrapper>ul li a {
    font-size: 6vh;
  }
  .mbqty-header__mega-menus-socials .hs-menu-wrapper>ul li img {
    max-height: 2.5vh;
  }
}

@media (min-width: 1440px) {
  .mbqty-header__mega-custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (max-width: 767px) {
  .mbqty-header__mega-menus-bottom {
    padding-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .open-mega .mbqty-header__trigger{
    position:fixed;
    top:0;
    right:0;
    z-index:10;
  }
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mbqty-footer {
  background-color: #0A0A0A;
}
.mbqty-footer .hs-menu-wrapper>ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
.mbqty-footer__top,
.mbqty-footer__bottom {
  overflow: hidden;
}
.mbqty-footer__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 48px;
  padding: 23px 10px;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  text-decoration: none;
}
.mbqty-footer__location-copy {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  /*   -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; */ 
}
.mbqty-footer__location-img {
  -webkit-box-flex: 0;
  -ms-flex: 76px;
  flex: 0 0 76px;
  max-width: 76px;
}
.mbqty-footer__location-copy {
  padding-left: 24px;
}
.mbqty-footer__location-copy>label {
  font-weight: 700;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 1.066667;
  display: block;
  margin-bottom: 17px;
}
.mbqty-footer__location-copy>.cta-btn {
  font-weight: 600;
}
.mbqty-footer__menu {
  margin-top: 40px;
  margin-bottom: 25px;
}
.mbqty-footer__menu .hs-menu-wrapper>ul>li>a {
  font-weight: 700;
  font-size: 20px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: normal;
  padding: 12px 15px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.mbqty-footer__menu .hs-menu-wrapper>ul>li>a:hover,
.mbqty-footer__menu .hs-menu-wrapper>ul>li>a:focus {
  color: #00afef;
}
.mbqty-footer__menu .cta_button {
  font-size: 20px;
  font-size: 18px;
  min-width: 180px;
}
.mbqty-footer__copyright {
  font-weight: 500;
  font-size: 16px;
  color: #9FACB7;
  line-height: normal;
  margin: 48px 0 30px;
}
.mbqty-footer__socials {
  margin: 30px 0;
}
.mbqty-footer__socials .hs-menu-wrapper>ul>li>a {
  font-weight: 400;
  font-size: 16px;
  color: #9FACB7;
  line-height: normal;
  text-decoration: none;
  padding: 0 21px;
  display: inline-block;
}
.mbqty-footer__socials .hs-menu-wrapper>ul>li>a i {
  font-size: 1.5em;
  color: #fff;
}
.mbqty-footer__socials .hs-menu-wrapper>ul>li>a:hover,
.mbqty-footer__socials .hs-menu-wrapper>ul>li>a:focus,
.mbqty-footer__socials .hs-menu-wrapper>ul>li>a:hover i,
.mbqty-footer__socials .hs-menu-wrapper>ul>li>a:focus i {
  color: #00afef;
}
.mbqty-footer__socials .hs-menu-wrapper ul li a img {
  max-height: 25px;
}

@media (min-width: 1200px) {
  .mbqty-footer__top,
  .mbqty-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mbqty-footer__bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .mbqty-footer__location,
  .mbqty-footer__menu,
  .mbqty-footer__copyright,
  .mbqty-footer__socials {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .mbqty-footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mbqty-footer__location,
  .mbqty-footer__copyright {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .mbqty-footer__location {
    border-top: 0;
    border-bottom: 0;
    padding: 0;
  }
  .mbqty-footer .hs-menu-wrapper>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mbqty-footer__socials .hs-menu-wrapper>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .mbqty-footer .hs-menu-wrapper>ul {
    overflow: hidden;
/*     margin-left: -21px;
    margin-right: -21px; */
  }
  .mbqty-footer__menu .hs-menu-wrapper ul li {
    display: block;
    float: left;
    width: 33.333333%;
    padding-bottom: 10px;
  }
  .mbqty-footer__socials .hs-menu-wrapper ul li {
    display: inline-block;
    padding-bottom: 10px;
  }
  .mbqty-footer__socials .hs-menu-wrapper ul li:first-child {
    display: block;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .mbqty-footer__menu .hs-menu-wrapper ul li {
    width: 50%;
  }
}
@media (max-width:575px){

  .mbqty-footer__menu .hs-menu-wrapper ul li{
    width:100%;
  }
  .mbqty-footer__location-copy{
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    padding-left:20px;
  }
  .mbqty-footer__location{
    padding-left:0;
    padding-right:0;
  }
  .mbqty-footer__location-copy > label{
    font-size:24px;
  }
}


/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  min-height: calc(100vh - 73px);
}
.hero__bg-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.hero__inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 100px;
  position: relative;
}
.hero-disable-fit{
  min-height:auto!important;
}
.hero__text-inner {
  padding: 75px 0;
}
.hero__text-cta .cta_button,
.hero__ctas-block .cta_button {
  color: inherit;
}
.hero__ctas-block .cta_button {
  display: block;
}
/* .hero__ctas-block .cta_button:hover{
  opacity:.6;
} */
.hero__text-head {
  margin: 0;
}
.hero__text-copy {
  margin-top: 33px;
}
.hero__text-cta {
  text-align: right;
}
/* .hero__ctas-inner {
border-top: 1px solid #000000;
} */
.hero__ctas-block {
  padding: 0 0 35px;
  vertical-align: top;
  font-size: 15px;
}
.hero__ctas-block-copy {
  padding-bottom: 30px;
}
.hero__ctas-list{
  align-items:start;
}
@media (min-width: 576px) {
  .hero__bg-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .hero {
    min-height: 100vh;
  }
  .hero__text-inner {
    /*     padding: 180px 30px 100px; */
    max-width: 40%;
  }
  .hero__ctas-list {
    margin-right: -30px;
    margin-left: -30px;
  }
  .hero__ctas-block {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 30px 30px 3.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .hero__ctas-block {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1500px) {
  .hero__ctas-block {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width:575px){
  .hero{
    background-position: top right 40%;
  }
  .hero.has-mobile-bg {
    background-image: none!important;
  }
}

/* Intro Text
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.intro-text {
  overflow: hidden;
}
.intro-text.section-top {
  margin-top: 30px;
}
.intro-text.section-bottom {
  margin-bottom: 30px;
}
.intro-text__copy-title {
  position: relative;
}
.intro-text__copy-title.show-line::after {
  content: '';
  width: 100vw;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-align--left .intro-text__copy-title.show-line::after {
  left: auto;
  margin-left: 30px;
}
.c-align--right .intro-text__copy-title.show-line::after {
  right: 100%;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .intro-text.section-top {
    margin-top: 80px;
  }
  .intro-text.section-bottom {
    margin-bottom: 75px;
  }
  .intro-text__inner {
    max-width: 83.333333%;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-text__copy {
    max-width: 41.666667%;
  }
  .intro-text--wider .intro-text__copy {
    max-width: 58.3333333%;
  }
  .c-align--right .intro-text__copy {
    margin-left: auto;
  }
  .c-align--left .intro-text__copy-title.show-line::after {
    margin-left: 50px;
  }
  .c-align--right .intro-text__copy-title.show-line::after {
    margin-right: 50px;
  }

  .c-align--center .intro-text__copy{
    margin:0 auto;
    text-align:center;
  }
}


/* Video Popup
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.video-popup__video,
.video-popup__video-img {
  position: relative;
}
.video-popup__video-img {
  padding-top: 56.25%;
}
.video-popup__video-img,
.video-popup__video-img-bgmobile {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.video-popup__video-img-bgmobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-popup__video-img-bgmobile::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1)
}
.video-popup__video-img-play {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 48px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: block;
  line-height: 1;
}
.video-popup__video-img-play:hover,
.video-popup__video-img-play:focus {
  background-color: rgba(0,0,0,0.4);
}
.video-popup__video-img-play img {
  display: block;
  line-height: 1;
}
.video-popup__video-copy {
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 45px 25px;
}

.mbqty-header.popvid-open {
  width: auto;
}
.popvid-open .mbqty-header__trigger,
.popvid-open .mbqty-header__menu {
  display: none;
}
.featherlight.mbqty-vidpopup {
  z-index: 99;
}
.featherlight-loading.mbqty-vidpopup .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: rgba(255,255,255,.8);
  z-index: 999;
  font-size: 60px;
}
.featherlight.mbqty-vidpopup .featherlight-content {
  border: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  width: 100%;
  padding-top: 56.25%;
  max-height: 100vh;
  position: relative;
  background-color: rgba(0,0,0,.8);
}
.featherlight.mbqty-vidpopup .featherlight-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.featherlight.mbqty-vidpopup .featherlight-close-icon {
  color: #fff;
  background: rgba(255,255,255,.5);
}
@media (min-width: 1200px) {
  .featherlight.mbqty-vidpopup .featherlight-content {
    padding-top: 0;
    height: 100%;
  }
  .video-popup__video-copy {
    padding: 80px;
  }
}

@media (min-width: 768px) {
  .video-popup__inner {
    max-width: 83.333333%;
    margin-left: auto;
    margin-right: auto;
  }
  .video-popup__video-img {
    padding-top: 49.06664%;
  }
  .video-popup__video-img-bgmobile {
    display: none;
  }
  .video-popup__video-img-play {
    top: 50%;
    max-width: 91px;
  }
  .video-popup__video-copy {
    max-width: 30%;
  } 
  .video-fullwidth{
    max-width:100%;
  }
/*   .video-fullwidth .video-popup__video-img{
    padding-top: 27.467%;
  } */
  .featherlight.mbqty-vidpopup .featherlight-close-icon {
    font-size: 25px;
    line-height: 45px;
    width: 45px;
  }
}
 
@media (max-width: 767px) {
  .video-popup__video-img {
    background-image: none !important;
  }  
  .video-popup__video-img.show-copy {
    padding-top: 156.53333%;
  }
/*   .video-popup .page-center {
    padding-right: 0;
    padding-left: 0;
  } */
  .video-popup__video-img,
  .video-popup__video-img-bgmobile{
    background-position:center;
  }
}

/* Featured Slider
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.featured-slider__slide-image {
  padding-bottom: 30px;
}
.featured-slider__slide-image-wrapper {
  padding-top: 113.75%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.featured-slider__slide-copy-top {
  margin-bottom: 6px;
}
.featured-slider__slide-copy-cta {
  padding: 50px 0 24px;
  border-bottom: 1px solid #000000;
}
.featured-slider__slider .slick-arrow {
  background-color: transparent;
  border: none;
  max-width: 45px;
  position: absolute;
  top: 0;
  right: 30px;
  padding: 0;
  z-index: 4;
}
.featured-slider__slider .slick-prev {
  -webkit-transform: rotate(180deg) translate(calc(100% + 20px), 8px);
  -ms-transform: rotate(180deg) translate(calc(100% + 20px), 8px);
  transform: rotate(180deg) translate(calc(100% + 20px), 8px);
}
.featured-slider__slider .slick-dots {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: calc((100vw - 60px)*1.1375);
  left: 0;
  text-align: right;
  width: 100%;
}
.featured-slider__slider .slick-dots li {
  display: inline-block;
  padding-left: 10px;
}
.featured-slider__slider .slick-dots li button {
  font-size: 0;
  padding: 0;
  border: none;
  height: 12px;
  width: 12px;
  background-color: rgba(193,207,218,0.37);
}
.featured-slider__slider .slick-dots .slick-active button {
  background-color: rgba(193,207,218,1);
}

@media (min-width: 768px) {
  .featured-slider__slide-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .featured-slider__slide-image,
  .featured-slider__slide-copy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .featured-slider__slide-image {
    padding-right: 30px;
    padding-bottom: 0;
  }
  .featured-slider__slide-copy {
    padding-left: 30px;
    padding-bottom: 8%;
    padding-top: 8%;
  }
  .featured-slider__slide-copy-top {
    margin-bottom: 32px;
  }
}




/* Logo Slider
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.logo-slider {
  background-color: rgba(243,243,243,0.74);
}
.logo-slider__inner {
  padding-top: 20px;
  padding-bottom: 85px;
}
.logo-slider__heading {
  margin-bottom: 50px;
}
.logo-slider__slider .slick-arrow {
  background-color: transparent;
  border: none;
  max-width: 45px;
  position: absolute;
  top: 50%;
  padding: 0;
  line-height: 1;
}
.logo-slider__slider .slick-prev {
  left: 0;
  -webkit-transform: translate(-100%, -50%) rotate(180deg);
  -ms-transform: translate(-100%, -50%) rotate(180deg);
  transform: translate(-100%, -50%) rotate(180deg);
}
.logo-slider__slider .slick-next {
  right: 0;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.logo-slider__slider .slick-dots {
  display: block;
  list-style: none;
  padding: 60px 0 0;
  margin: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}
.logo-slider__slider .slick-dots li {
  display: inline-block;
  padding-left: 10px;
}
.logo-slider__slider .slick-dots li button {
  font-size: 0;
  padding: 0;
  border: none;
  height: 12px;
  width: 12px;
  background-color: rgba(193,207,218,0.37);
}
.logo-slider__slider .slick-dots .slick-active button {
  background-color: rgba(193,207,218,1);
}

.logo-slider__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo-slider__slider .slick-slide:focus,
.logo-slider__slide:focus,
.logo-slider__slide-logo:focus {
  outline: none;
}
.logo-slider__slide {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
.logo-slider__slide-logo {
  display: inline-block;
}
.logo-slider__slide-logo img {
  max-height:100px;
  width:100%;
}

@media (min-width: 768px) {
  .logo-slider__inner {
    max-width: 91.666667%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
/*     padding-bottom: 155px; */
  }
  .logo-slider__heading {
    max-width: 66.666667%;
    margin-bottom: 80px;
  }
  .logo-slider__slider {
    max-width: 91.666667%;
    margin-left: auto;
    margin-right: auto;
  }
}


/* Related Articles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.related-articles__list {
  margin-top: 40px;
}
.related-articles__item {
  margin-bottom: 40px;
  padding-bottom: 65px;
  position: relative;
}
.related-articles__item-thmb {
  margin-bottom: 35px;
}
.related-articles__item-thmb-wrapper {
  padding-top: 56.25%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
}
.related-articles__item-title{
  font-weight:400;
  margin-bottom: 0;
}
.related-articles__item-tag {
  margin-bottom: 15px;
}
/* .related-articles__item-link {
  position: absolute;
  bottom: 8px;
  right: 0;
} */

@media (min-width: 768px) {
  .related-articles__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .related-articles__list {
    margin-left: -50px;
    margin-right: -50px;
    margin-top: 75px;
  }
  .related-articles__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 40px;
  }
  .related-articles__item-thmb-wrapper {
    padding-top: 41.25%;
  }
/*   .related-articles__item-title {
    padding-bottom: 36px;
  } */
  .related-articles__item-link {
    margin-top: 10px;
    right: 50px;
  }
}




/* StatistiHero Banner
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.statistics__item {
  margin-bottom: 32px;
  text-align: center;
}
.statistics__item-value {
  font-size: 70px;
  color: #00AFEF;
  line-height: 1em;
}
@media (min-width: 768px) {
  .statistics__inner {
    max-width: 83.333333%;
    margin-left: auto;
    margin-right: auto;
  }
  .statistics__list {
    margin-left: -30px;
    margin-right: -30px;
  }
  .statistics__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
  }
  .statistics__item-value {
    font-size: 150px;
  }
}




/* Rich Text - 2 Cols
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.richtext-2cols.section-top {
  margin-top: 30px;
}
.richtext-2cols.section-bottom {
  margin-bottom: 30px;
}
.richtext-2cols__inner {
  padding: 30px 0;
}
.richtext-2cols__inner.t-color--white {
  color: #fff;
}
.richtext-2cols__inner.t-color--black {
  color: #000;
}
.richtext-2cols__heading *, 
.richtext-2cols__rt-wrapper *{ 
  color: inherit;
  word-break: break-word;
}
.richtext-2cols__heading {
  margin-top: 30px;
  margin-bottom: 32px;
}
.t-color--black .richtext-2cols__heading strong {
  color: #ccc;
}
.t-color--white .richtext-2cols__heading strong {
  color: #1A214E;
}
.richtext-2cols__rt-wrapper ul {
  list-style: none;
  padding-left: 0;
}
.richtext-2cols__rt-wrapper ul li {
  padding-left: 25px;
  position: relative;
}
.richtext-2cols__rt-wrapper ul li::before {
  content: '•';
  position: absolute;
  top: 0.1em;
  left: 0;
}
@media (min-width: 768px) {
  .richtext-2cols.section-top {
    margin-top: 80px;
  }
  .richtext-2cols.section-bottom {
    margin-bottom: 80px;
  }
  .richtext-2cols__inner {
    max-width: 83.333333%;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0;
  }
  .richtext-2cols__row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .richtext-2cols__heading,
  .richtext-2cols__rt {
    padding-left: 30px;
    padding-right: 30px;
  }
  .richtext-2cols__heading {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .richtext-2cols__rt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}




/* Leadership Slider
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.leadership-slider {
  overflow: hidden;
}
.leadership-slider__filter ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  display: block;
}
.leadership-slider__filter ul li {
  display: block;
  padding: 0 25px 15px;
}
.leadership-slider__filter ul li button {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  line-height: 1.6em;
  border: none;
  background-color: transparent;
}
.leadership-slider__filter ul li button.active {
  color: #00AFEF;
}
.leadership-slider__slider .slick-list {
  overflow: visible;
  margin: 0 -30px;
}
.leadership-slider__slide-inner {
  padding: 0 30px;
}
.leadership-slider__slide-photo {
  background-color: #eee;
}
.leadership-slider__slide-photo-wrap {
  padding-top: 127%;
  background-size: cover;
  background-position: center top;
}
.leadership-slider__slide-copy {
  padding-top: 20px;
}
.leadership-slider__slide-name {
  font-weight: 700;
}
.leadership-slider__slider .slick-arrow {
  background-color: transparent;
  border: 0;
  max-width: 45px;
  position: absolute;
  top: calc(100% + 10px);
  right: calc(100% + -70px);
  padding: 0;
  z-index: 4;
  line-height: 1;
}
.leadership-slider__slider .slick-prev {
  -webkit-transform: rotate(180deg) translate(calc(100% + 20px), -1px);
  -ms-transform: rotate(180deg) translate(calc(100% + 20px), -1px);
  transform: rotate(180deg) translate(calc(100% + 20px), -1px);
}
.leadership-slider__slider .slick-arrow img {
  max-height: 13px;
  max-width: 25px;
}

@media (min-width: 768px) {
  .leadership-slider__inner {
    max-width: 83.333333%;
  }
  .leadership-slider__filter ul {
    margin: 0 -25px 0;
  }
  .leadership-slider__filter ul li {
    display: inline-block;
    padding: 25px;
  }
  .leadership-slider__slide-copy {
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  .leadership-slider__inner {
    padding-left: 60px;
  }
}




/* Locations List
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.locations-list.section-top {
  margin-top: 30px;
  padding-top: 0;
}
.locations-list.section-bottom {
  margin-bottom: 30px;
  padding-top: 0;
}
.locations-list__copy {
  padding-bottom: 40px;
}
.locations-list__list {
  overflow: hidden;
}
.locations-list__list-group {
  margin-bottom: 20px;
}
.locations-list__list-head {
  font-weight: 700;
  font-size: 36px;
  line-height:1;
  padding-bottom: 25px;
}
.locations-list__list-group h4 {
  margin: 0;
}
.locations-list__list-group ul {
  margin: 7px 0 0;
  padding: 0;
  list-style: none;
  display: block;
}
.locations-list__list-group ul li a {
  font-weight: 600;
  font-size: 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
  /*   white-space: nowrap; */
}
/* .locations-list__list-group ul li a:hover{
  opacity:.8;
} */
.locations-list__inner.c-black .locations-list__list-group ul li a::after {
  background-image: url(https://cdn2.hubspot.net/hubfs/1868764/Assets%20-%20S2/icons/a-arrow-black.png);
}
.locations-list__list-group ul li a:hover::after, 
.locations-list__list-group ul li a:focus::after {
  opacity: 1;
  width: 35px;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .locations-list.section-top {
    margin-top: 80px;
  }
  .locations-list.section-bottom {
    margin-bottom: 80px;
  }
  .locations-list__inner {
    max-width: 83.333333%;
    margin-left: auto;
    margin-right: auto;
  }
  .locations-list__list-head {
    padding-bottom: 40px;
  }
  .locations-list__list-groups {
    margin-left: -30px;
    margin-right: -30px;
  }
  .locations-list__list-group {
    display: block;
    float: left;
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .locations-list__copy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .locations-list__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}




/* Careers Listing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.careers-listings {
  position: relative;
}
.careers-listings.section-top {
  margin-top: 30px;
  padding-top: 0;
}
.careers-listings.section-bottom {
  margin-bottom: 30px;
  padding-bottom: 0;
}
.careers-listings__loading {
  display: none;
  background-color: rgba(255,255,255,0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.careers-listings__loading i {
  color: #fff;
  position: absolute; 
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}
.careers-listings__filter-group label {
  display: block;
  color: rgba(255,255,255,0.69);
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
  cursor: pointer;
}
.careers-listings__filter-group label span {
  display: block;
}
.careers-listings__filter-group ul {
  list-style: none;
  padding: 20px 0;
  margin: 0;
  display: none;
}
.careers-listings__filter-group ul li a {
  font-size: 22px;
  line-height: 1.433333em;
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 2px solid rgba(255,255,255,0.20);
  display: block;
  padding: 10px 0;
}
.careers-listings__filter-group ul li a:hover{
  color:#000;
}
.careers-listings__filter-group ul li a.selected {
  border-bottom: 2px solid rgba(255,255,255,0.05);
  color:#000;
}
.careers-listings__listing {
  padding-top: 50px;
}
.careers-listings__listing-item {
  padding: 20px 0;
  border-top: 2px solid rgba(255,255,255,0.3);
}
.careers-listings__listing-item:last-child {
  border-bottom: 2px solid rgba(255,255,255,0.3);
}
.careers-listings__listing-item-top span {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  display: inline-block;
}
/* .careers-listings__listing-item a:hover{
  opacity:.7;
} */
.careers-listings__listing-item-top span:first-child {
  text-transform: uppercase;
  margin-right: 23px;
}
.careers-listings__listing-item-title {
  font-weight: 700;
}

.careers-listings__listing-ctas {
  padding-top: 20px;
}
.careers-listings__listing-ctas span {
  display: block;
}

@media (min-width: 768px) {
  .careers-listings__filter {
    margin-left: -30px;
    margin-right: -30px;
  }
  .careers-listings__filter-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .careers-listings__listing-item {
    padding: 36px 0;
  }
  .careers-listings.section-top {
    margin-top: 80px;
  }
  .careers-listings.section-bottom {
    margin-bottom: 80px;
  }
  .careers-listings__listing-ctas {
    padding-top: 40px;
  }
  .careers-listings__listing-ctas span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

@media (min-width: 992px) {
  .careers-listings__heading,
  .careers-listings__listing {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin-right: 8.333333%; 
  }
  .careers-listings__listing {
    padding-top: 100px;
  }
}

/* Blog List
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mbqty-blog {
  padding-bottom: 100px;
}
.blog-list .widget-type-header {
  max-width: 1811px;
  padding: 0 58px;
  margin: 0 auto 46px;
}
.blog-list .widget-type-header .hs_cos_wrapper_type_header > *,
.mbqty-blog-list-heading h2 {
  margin: 0;
  color: #000;
  font-size: 70px;
  line-height: 1.16;
  font-weight: 400;
  max-width: 782px;
}
.mbqty-blog .post-listing {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mbqty-blog .post-item {
  float: left;
  width: calc(50% - 66px);
  margin: 60px 33px;
  position: relative;
}
.mbqty-blog .type-tag p {
  color: #00AFEF;
  font-size: 24px;
  line-height: 1.33;
  font-weight: 700;
  text-transform: uppercase;
  margin: 24px 0 12px;
}
.mbqty-blog .post-header__title {
  margin: 0 0 47px;
}
.mbqty-blog .post-item .post-header__title a {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
}
.mbqty-blog .post-item .cta-btn {
  position: absolute;
/*   bottom: 0; */
  right: 0;
}
.mbqty-blog .featured-image-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items :center;
  overflow:hidden;
  height:331px;
}
.mbqty-blog .featured-image-wrapper img {
  width: 100%;
  min-height:331px;
  -o-object-fit: cover;
  object-fit: cover;
}
.mbqty-blog .lm-wrapper {
  text-align: center;
  margin: 55px 0 0;
}
.lm-wrapper .cta-btn {
  border: 2px solid #00afef;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0 auto;
  width: 100%;
}
.mbqty-posts p.no-match {
  display: block;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .lm-wrapper .cta-btn {
    Careers Section S2
  }
}

@media (max-width: 1199px) {
  .blog-list .widget-type-header {
    margin: 0 auto 20px;
  }
  .blog-list .widget-type-header .hs_cos_wrapper_type_header > * {
    font-size: 50px;
    max-width: 100%;
  }
  .mbqty-blog .post-item {
    width: calc(50% - 30px);
    margin: 40px 15px;
  }
  .mbqty-blog .type-tag p {
    font-size: 18px;
    margin: 14px 0 0;
  }
}
@media (max-width: 991px) {
  .blog-list .widget-type-header {
    padding: 0 38px;
  }
}
@media (max-width: 767px) {
  .blog-list .widget-type-header {
    padding: 0 30px;
    margin-bottom: 70px;
  }
  .blog-list .widget-type-header .hs_cos_wrapper_type_header > *,
  .mbqty-blog-list-heading h2 {
    font-size: 50px;
    margin-bottom: 50px;
  }
  .blog-list .widget-type-header .hs_cos_wrapper_type_header > * {
    font-size: 35px;
  }
  .mbqty-blog .featured-image-wrapper{
    height:auto;
  }
  .mbqty-blog .post-item {
    width: 100%;
    margin: 0 0 70px;
    float: none;
  }
  .mbqty-blog .featured-image-wrapper img {
    min-height: 200px;
  }
  .mbqty-blog .type-tag p {
    font-size: 16px;
  }
  .mbqty-blog .post-item h2 a {
    font-size: 32px;
  }
  .mbqty-blog {
    padding-bottom: 100px;
  }
  .mbqty-blog .lm-wrapper {
    margin: 30px 0 20px;
  }
}

/* Blog Post
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.blog-post-view .related-articles__head{
  font-weight:700;
}
.blog-section .section{
  padding:75px 0!important;
}

.blog-comments{
  padding:75px 0;
}
.blog-comments .section{
  padding-top:0;
}
.blog-comments .new-comments{
  margin-bottom:50px;
}
.blog-comments .comment-from h4{
  margin-bottom:15px;
}
.blog-comments .comment-reply-to{
  opacity:.4;
}

.blog-comments .comment.depth-0{
  border:0;
  padding:0 0 35px;
  border-bottom:2px solid #979797;
}

.blog-comments input[type="email"], 
.blog-comments input[type="number"], 
.blog-comments input[type="search"], 
.blog-comments input[type="text"], 
.blog-comments input[type="tel"], 
.blog-comments input[type="url"], 
.blog-comments input[type="password"], 
.blog-comments textarea {
  border:2px solid #979797;
  width:100%;
  height:60px;
  padding: 0 20px;
}
.blog-comments textarea{
  height:250px;
  padding:15px;
}
.blog-comments .hs-button.primary{
  width: 230px;
  text-align: left;
  background: 0;
  border: 0;
  color: #00AFEF;
  font-size: 16px;
  font-weight: 700;
  background: url(https://cdn2.hubspot.net/hubfs/1868764/Mobiquityinc_June2016/images/small-right-arrow.svg) no-repeat center right;
  display: inline-block;
  margin-top: 50px;
  cursor: pointer;
  float: right;
}

.blog-comments .hs-firstname,
.blog-comments .hs_lastname,
.blog-comments .hs_email,
.blog-comments .hs_website{
  vertical-align:top;
  display:inline-block;
  margin-bottom: 20px;
  width: 100%;
  font-size:18px;
}

.blog-comments .hs-comment{
  margin-bottom:20px;
}
@media (min-width:768px){
  .blog-comments .hs-firstname,
  .blog-comments .hs_lastname,
  .blog-comments .hs_email,
  .blog-comments .hs_website{
    width: 37%;
    padding-left: 0;
    padding-right: 40px;
  }
  .blog-comments .hs-comment{
    padding: 0;
  }
  .blog-comments .hs-button.primary{
    margin-top: -40px;
  }
}

@media (min-width:1200px){
  .blog-comments-section .page-center{
    max-width:1500px!important;
  }
}

/***** NB BLOG AUTHOR *****/
/*------------------------*/

body:not(.hs-content-id-61901343516) .blog-section .author{

/*   display: none; */

}

div.author {
	 max-width: 1500px;
   margin: 0 auto 40px;
	 display: flex;
	 padding-left: 30px;
	 padding-right: 30px;
	 align-items: flex-start;
}

div.author div.meta {
	 flex: 0 0 170px;
	 text-align: center;
}

div.author div.meta div.avatar {
	 width: 190px;
	 height: 190px;
	 background-size: cover;
	 background-position: 50%;
   margin: 5px 40px 0 0;
}
 
div.author div.bio h2 {
  font-size: 28px;
  font-weight: bold;
}

div.author div.bio p {
  line-height:1.8;
}

div.author div.bio h2 a {
  text-decoration: none;
}

div.author div.bio h2 a:hover {
  text-decoration: underline;
}

div.author div.bio .social span.label {
  font-weight: bold;
  font-size: 18px;
}

div.author div.bio .social a {
	 font-size: 20px;
	 margin-left: 10px;
  text-decoration: none;
  transition: .2s ease all;  
}
div.author div.bio .social a:hover {
  color: black;
}

div.author div.bio .social a .fas, div.author div.bio .social a .fab {
  font-family: 'FontAwesome';
}

/*///////// Mobile ///////////*/

@media (min-width: 1200px) {
  .author.page-center {
    max-width: 1500px !important;
  }
}

@media (max-width: 991px) {
  div.author div.bio p {
    font-size: 18px;
    line-height: 1.83;
  }
}

@media (max-width: 767px) {
  div.author {
		 display: block;
  }
  div.author div.meta div.avatar {
    margin-bottom: 30px;
  }
}
@media (max-width: 580px) {
  
  div.author div.bio .social span.label {
    display: block;
    margin-bottom: 8px;
  }
  
  div.author div.bio .social a:not(a.linkedin) {
    font-size: 18px;
    margin-left: 8px;
  }
  
  div.author div.bio .social a.linkedin {
    font-size: 18px;
    margin-left: 0;
  }
}
 



/* Contact Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.contact-us .mbqty-header.w-is-scrolling:not(.popvid-open){
  background-color:#efefef;
}
.contact-us .mbqty-header__menu .hs-menu-wrapper > ul > li > a{
  color:#000;
}
.contact-us .mbqty-banner{
  padding: 140px 0 70px;
}
.contact-us .mbqty-banner h1,
.contact-us .mbqty-banner p{
  max-width:700px;
}

.contact-us .hero-v2__copy{
  max-width:700px;
}
.contact-us .hero-v2__cta-float{
  max-width: 350px;
}

.contact-us .m-form .actions .hs-button{
  margin-top: -100px;
  vertical-align:top;
}
.contact-us .ft-form .form-columns-1 {
  max-width:50%;
}

@media (max-width:767px){
  .contact-us .m-form .actions .hs-button{
    margin-top:30px;
  }
}

@media (max-width:480px){
  .contact-us .ft-form .form-columns-1{
    max-width:100%;
  }
}

@media (min-width:992px){
  .contact-us .location-slider{
    padding:70px 0!important;
  }
  .contact-us .hero-v2__cta-float{
    bottom:30px;
  }
}

/* Location Slider
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.location-slider {
  overflow: hidden;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
}
.location-slider__filter ul {
  list-style: none;
  margin: 0 -30px 45px;
  padding: 0;
  display: block;
}
.location-slider__filter ul li {
  display: block;
  padding: 0 25px 15px;
}
.location-slider__filter ul li button {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  line-height: 1.6em;
  border: none;
  background-color: transparent;
}
.location-slider__filter ul li button.active {
  color: #00AFEF;
}
.location-slider__slider .slick-list {
  overflow: visible;
  margin: 0 -30px;
}
.location-slider__slide-inner {
  padding: 0 30px;
}
.location-slider__slide-img-link {
  display: block;
}
.location-slider__slide-photo {
  background-color: #eee;
}
.location-slider__slide-photo-wrap {
  background-size: cover;
  background-position: center;
  position:relative;
  height:50vh;
}
.location-slider__slide-photo-wrap:after{
  content:"";
  width:100%;
  height:66%;
  top:0;
  left:0;
  position:absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.7)), to(rgba(255,255,255, 0)));
  background-image: -o-linear-gradient(rgba(0,0,0,.7), rgba(255,255,255, 0));
  background-image: linear-gradient(rgba(0,0,0,.7), rgba(255,255,255, 0));
}
.location-slider__slide-city{
  font-weight: 700;
  position: absolute;
  top: 25px;
  margin-left: 25px;
  z-index:2;
}
.location-slider__slide-copy{
  position:relative;
  background-color: #fff;
  padding: 35px 15px 70px;
  padding-left:100px;
  font-size: 15px;
}
.location-slider__slide-clock {
  position:absolute;
  left:15px;
  top:45px;
  width:70px;
  height:70px;
}
.location-slider__slide-address p{
  margin:0;
}
.location-slider__slide-contact{
  color:#000;
  text-decoration:none;
}
.location-slider__slide-contact:hover{
  text-decoration:underline;
}
.location-slider__slide-cta{
  display:block;
  margin-top:20px;
  max-width: 122px;
  position: absolute;
  bottom: 30px;
}
.location-slider__slide-cta:after{
  width: 27px;
  height: 15px;
  top:3px;
}

.location-slider__slider .slick-arrow {
  background-color: transparent;
  border: 0;
  max-width: 45px;
  position: absolute;
  bottom: calc(100% + 45px);
  right: 0;
  padding: 0;
  z-index: 4;
}
.location-slider__slider .slick-prev {
  -webkit-transform: rotate(180deg) translate(calc(100% + 20px), -1px);
  -ms-transform: rotate(180deg) translate(calc(100% + 20px), -1px);
  transform: rotate(180deg) translate(calc(100% + 20px), -1px);
}
.location-slider__slider .slick-arrow img {
  max-width: 25px;
}

@media (min-width: 768px) {
  .location-slider__inner {
    max-width: 83.333333%;
    padding-left:0;
  }
  .leadership-slider__filter ul {
    margin: 0 -25px 0;
  }
  .location-slider__filter ul li {
    display: inline-block;
    padding: 0 25px;
  }
  .location-slider__slider .slick-slide>div,
  .location-slider__slide {
    height: 100%;
  }
  .location-slider__slide-inner {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .location-slider__slide-img-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: auto;
    max-height: 100%;
  }
  .location-slider__slide-copy {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-height: 100%;
  }
  .location-slider__slide-clock {
    right:25px;
    top:30px;
    left:auto;
  }
  .location-slider__slide-copy {
    padding-right:145px;
    padding-left:25px;
    min-height:200px;
  }
}

@media (min-width: 992px) {
  .location-slider__inner {
    padding-left: 15%;
  }
  .location-slider__slide-clock {
    width:85px;
    height:85px;
    top:45px;
  }
}

@media (min-width: 1600px) {
  .location-slider__inner {
    padding-left: 30%;
  }
  .location-slider__slide-clock {
    width:115px;
    height:115px;
  }
  .location-slider__slide-copy{
    font-size:17px;
  }
}

/* Locations Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.locations .hero-v2__cta-float a{
  display:block;
}
@media (max-width:767px){
  .locations .video-popup__inner{
    max-width:100%;
  }
  .locations .section-top{
    padding-top:70px;
  }
  .locations .section-bottom{
    padding-bottom:70px;
  }
  .video-popup__video-img-play{
    top:50%;
  }
}

@media (max-width:575px){
  .locations .image-copy .page-center{
    padding:0;
  }
  .locations [class^="image-copy__copy"]{
    padding:0 25px;
  }
}
@media (max-width:376px){
  .locations .hero-v2__cta-float{
    float:none;
  }
}

.locations .video-popup{
  padding-bottom:50px;
}

@media (min-width:1200px){
  .locations .image-copy,
  .employee-slider{
    max-width:1718px;
    margin:0 auto;
  }

}

/* Copy - Image S2
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.copy-image__copy {
  padding-bottom: 30px;
}
.copy-image__image img {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .copy-image__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .copy-image__copy,
  .copy-image__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .copy-image__copy {
    padding-right: 30px;
    padding-bottom: 0;
  }
  .copy-image__image {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .copy-image__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .copy-image__copy-inner {
    padding-top: 60px;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .copy-image__image {
    padding-right: 60px;
  }
  .copy-image__image img {
    max-width: 83.33333333%;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .copy-image.section-bottom {
    padding-bottom: 0;
  }
  .copy-image .page-center {
    padding: 0;
  }
  .copy-image__copy-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* Copy - CTAs S2
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.copy-ctas.section-top {
  margin-top: 30px;
}
.copy-ctas.section-bottom {
  margin-bottom: 30px;
}
.copy-ctas__copy-inner {
  padding-bottom: 30px;
}
.copy-ctas__ctas-item:not(:last-child) {
  margin-bottom: 30px;
}
.copy-ctas__ctas-item h5 {
  font-weight: normal;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .copy-ctas__ctas-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -18px;
    margin-right: -18px;
  }
  .copy-ctas__ctas-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .copy-ctas.section-top {
    margin-top: 80px;
  }
  .copy-ctas.section-bottom {
    margin-bottom: 75px;
  }
  .copy-ctas__copy-rtext {
    max-width: 66.666667%;
  }
}
@media (min-width: 1200px) {
  .copy-ctas__inner {
    max-width: 83.333333%;
    margin-right: auto;
    margin-left: auto;
  }
  .copy-ctas__copy-inner {
    max-width: 58.333333%;
    padding-bottom: 0;
  }
  .copy-ctas__ctas-inner {
    max-width: 41.666667%;
    margin-left: auto;
  }
}

/* Case Studies
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.case-studies .m-form .actions .hs-button{
  margin-top: -35px;
  vertical-align:top;
}


@media (max-width:767px){
  .case-studies .m-form .actions .hs-button{
    margin-top:30px;
  }
}

/* Password page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.password-section {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

.password-section .row-fluid-wrapper { 
  width: 100%;     
  padding-right: 30px;     
  padding-left: 30px;     
  margin-right: auto;     
  margin-left: auto; 
  max-width: 1556px !important; 
}

.password-section__content .row-fluid-wrapper{
  padding: 0;
}

.password-input .cell-wrapper form {
  display: flex;
  align-items: center;
}

.password-input .cell-wrapper input[type="password"]{
  border: none;
  border-bottom: 1px solid grey;
  padding: 15px;
}

.password-input .cell-wrapper input[type="submit"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid #00AFEF;
  line-height: normal;
  cursor: pointer;
  padding: 10px 80px 10px 25px;
  margin-left: 130px;
  background: url(https://cdn2.hubspot.net/hubfs/1868764/Assets%20-%20S2/icons/a-arrow-blue.png)no-repeat;
  background-size: 30px;
  background-position: right 15px center;
}

@media (max-width: 630px) {
  .password-input .cell-wrapper form {
    flex-direction: column;
    align-items: flex-start;
  }
  .password-input .cell-wrapper input[type="submit"] {
    margin-left: 0;
    margin-top: 50px;
  }
}

/* LP Multi-use
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body.lp-multiuse .statistics.section-top {
  padding-top: 161px;
}
body.lp-multiuse .statistics.section-bottom {
  padding-bottom: 202px;
}
.hw-content {
  margin-bottom: 120px;
}
.hw-content .page-center {
  max-width: 1560px !important;
}
.hw-content__wrapper {
  max-width: 981px;
  margin: 0 0 0 auto;
}
.hw-content__wrapper p {
  color: #000000;
  font-size: 24px;
  line-height: 1.83;
  margin: 0 0 44px;
}
.hw-content__sub h5 {
  font-size: 24px;
  margin: 0 0 21px;
}
.hw-content__sub-content {
  padding-left: 100px;
}

@media (max-width: 1199px) {
  body.lp-multiuse .statistics.section-bottom {
    padding-bottom: 70px;
  }
  body.lp-multiuse .statistics.section-top {
    padding-top: 50px;
  }
  .hw-content__wrapper p {
    font-size: 18px;
  }
  .hw-content__sub-content {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  body.lp-multiuse .video-popup__video-img {
    padding-top: 100%;
  }
  .hw-content {
    margin-bottom: 50px;
  }
}