/* -------------------------------------------------------------------------------- */
/* -----------------Global */
/* -------------------------------------------------------------------------------- */

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@font-face {
  font-family: "ArgentCF";
  src: url(/wp-content/fonts/Argent/ArgentCF-Light.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "ArgentCF";
  src: url(/wp-content/fonts/Argent/ArgentCF-LightItalic.otf) format("opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "ArgentCF";
  src: url(/wp-content/fonts/Argent/ArgentCF-Regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url(/wp-content/fonts/HelveticaNeue/HelveticaNeueLTStd-Roman.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

body a {
  transition: all 0.5s;
  color: #05C6F2;
}

a:hover {
    color: #2286B7;
}

a, a:hover {
  text-decoration: none !important;
}

body h1 {
  font-family: 'ArgentCF';
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 10px !important;
}

body h1.fl-heading span.fl-heading-text {
  margin-bottom: 10px;
}

h2 {
  font-family: 'ArgentCF';
  font-size: 56px;
  font-weight: 300;
}

h3 {
  font-family: 'ArgentCF';
  font-size: 48px;
  font-weight: 300;
}

h4 {
  font-family: 'ArgentCF';
  font-size: 36px;
  font-weight: 300;
}

h5 {
  font-family: 'Lato';
  font-size: 36px;
  font-weight: 400;
}

h6 {
  font-family: 'Lato';
  font-size: 22px;
  font-weight: 400;
}

p {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 400;
}

body span#blue {
    color: #2286B7 !important;
}

input#user_pass {
    width: 100%;
    border: 1px solid #AAAAAA;
    border-radius: 24px;
    padding: 10px 20px;
    margin-top: 5px;
    color: #aaaaaa;
    max-width: 100% !important;
}

.inline-block {
  display: inline-block;
}

.fl-heading {
    line-height: 1;
}

p.login-remember label {
    color: #999999;
}

body a.underline-link {
  text-decoration: underline !important;
}

.product-list-header-container {
    text-align: center;
    padding: 100px 36px 0;
}

h3.trendingnow {
    font-family: 'Lato' !important;
    font-weight: 800 !important;
    font-size: 14px;
    letter-spacing: 2.8px !important;
    text-transform: uppercase;
    color: #05C6F2;
    line-height: 30px !important;
    margin: 0;
}

h2.product-list-header {
    font-weight: 300 !important;
    font-size: 52px !important;
    line-height: 1;
    color: #0D2336;
}

a.underline {
    text-decoration: underline !important;
}

a.bright-blue {
  color: #05C6F2 !important;
}

h1.title.gray {
    display: none;
}

article#post-not-found {
    padding: 36px;
    text-align: center;
}

body header.header {
  display: block !important;
}

/* -------------------------------------------------------------------------------- */
/* -----------------Main Navigation */
/* -------------------------------------------------------------------------------- */

body header.header {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

div#container {
  padding: 0px;
}

.nav>li>a:hover {
  text-decoration: none;
  background-color: transparent;
}

div#top-header {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    background: #0D2336;
    height: 50px;
    align-items: center;
}

a.translate {
  font-family: Helvetica Neue;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 19px;
}

.login a {
    display: inline-block;
    font-family: Helvetica Neue;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1;
    margin: auto;
    height: 50%;
}

.divider {
    display: inline-block;
    background-color: #555555;
    width: 2px;
    height: 16px;
    margin: 0px 12px;
}

.login {
    display: flex;
    align-items: center;
    height: 24px;
}

div#inner-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px 36px;
  height: 100px;
  align-items: center;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px #00000029;
  z-index: 10;
  position: relative;
}

a.home-button {
  width: 140px;
}

a.home-button img {
  width: 140px;
}

header nav.main-navigation {
    height: 100%;
    display: flex;
    align-items: center;
}

header .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  height: 100%;
  align-items: center;
}

nav.main-navigation {
    height: 100%;
}



.menu-item a {
  font-family: Helvetica Neue;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  padding: 0 15px;
  height: 100%;
  display: flex;
  align-items: center;
}

a.assessment-nav-button {
  font-family: Helvetica Neue;
  font-weight: 600;
  color: #0D2336;
  font-size: 16px;
  line-height: 30px;
  background-color: #FFCD29;
  padding: 10px 34px 5px;
  border-radius: 24px;
}

a.assessment-nav-button:hover {
    text-decoration: none;
    background-color: #FAC000;
}

header li.menu-item.current-menu-item {
    display: flex;
    height: 100%;
    align-items: center;
    border-bottom: solid 3px #FFCD29;
}

header li.menu-item {
    display: flex;
    height: 100%;
    align-items: center;
    border-bottom: solid 3px #FFFFFF;
    transition: all 0.5s;
}

header li.menu-item:hover {
    display: flex;
    height: 100%;
    align-items: center;
    border-bottom: solid 3px #FFCD29;
}

#mobmenuright .current-menu-item a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    color: #FFCD29;
    margin-left: 10px;
}

li.menu-item-68 {
    border-bottom: solid 1px #333333;
}

body a.nturl.notranslate.Spanish.single-language.flag, body a.nturl.notranslate.en.united-states.single-language.flag {
    color: #333333 !important;
    font-family: 'Helvetica Neue' !important;
    font-size: inherit;
    font-weight: 400 !important;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: normal;
    text-transform: none;
    font-size: 14px !important;
}

.skiptranslate.goog-te-gadget {
    padding: 6px 12px;
}

span.flag {
    display: none !important;
}

body #google_language_translator select.goog-te-combo {
    width: 152px !important;
    margin: auto;
}

.goog-te-combo, .goog-te-banner *, .goog-te-ftab *, .goog-te-menu *, .goog-te-menu2 *, .goog-te-balloon * {
    font-family: 'Helvetica Neue' !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.translate-div {
    display: flex;
    flex-direction: row;
    /* height: 26px; */
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-835 {
    border-top: solid 1px #AAAAAA;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    height: 100%;
}

li.menu-item {
    border-bottom: solid #FFF 3px;
    transition: all 0.3s;
}

li.menu-item:hover {
    border-bottom: solid #FFCD29 3px;
}



/* -------------------------------------------------------------------------------- */
/* -----------------Homepage */
/* -------------------------------------------------------------------------------- */

body #homepage-h1 div h1.fl-heading span.fl-heading-text span.blue {
    color: #2286B7;
}

body .z-index-1 {
  z-index: 1 !important;
  position: relative;
}

body .z-index-99 {
  z-index: 99 !important;
  position: relative;
}

.fl-node-6048e3c56524d {
    z-index: 1;
    position: relative;
}

.fl-node-6047ca304678e .fl-row-content {
    max-width: 1563px;
    z-index: 99;
    position: relative;
}

.fl-col-group.fl-node-604fc36f4bd08 {
    position: relative;
    z-index: 10;
}

body .fl-col.fl-node-604fc36f4bd0a {
  width: 40%;
    position: relative;
}

/* .fl-node-6047ca3049f2f {
    width: 631px !important;
    float: right;
    top: -190px;
} */

/* .fl-col.fl-node-6047ca3049f2f {
    width: 631px !important;
    position: absolute;
    z-index: 99;
    right: 8%;
    top: -190px;
} */


/* -------------------------------------------------------------------------------- */
/* -----------------Common Pain Points */
/* -------------------------------------------------------------------------------- */

a.cpp-link {
    text-align: center;
    text-decoration: none;
    padding: 0;
}

img.cpp-img {
    width: 100%;
    padding: 25px 30px 20px;
}

h3.cpp-header {
    font-family: 'Lato';
    color: #0D2336;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    opacity: 1;
    transition: opacity 0.5s;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.cpp-text-container {
    position: relative;
    padding: 0 2px;
    user-select: none;
}

p.cpp-text {
    color: #555555;
    font-size: 14px;
    margin-bottom: 6px;
    opacity: 0;
    transition: opacity 0.5s;
}

.cpp-tile {
    width: 190px;
    height: 210px; 
    transition: 0.5s ease;
    padding-bottom: 15px;
    text-align: center;
}

.cpp-tile:hover {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 5px;
}

.cpp-tile:hover h3.cpp-header {
    opacity: 0;
}

.cpp-tile:hover p.cpp-text {
    opacity: 1;
}

/* -------------------------------------------------------------------------------- */
/* -----------------CEO Stories Slider */
/* -------------------------------------------------------------------------------- */

div#cs-stories-main-container {
    max-width: 1920px;
    margin: auto;
}

.cs-stories-wrapper {
  padding: 0;
}

.swiper-slide.cs-stories-slide {
    height: 630px;
    position: relative;
    background-color: #FFFFFF;
}

.cs-image-container {
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: right;
    /* background-repeat: no-repeat; */
}

.cs-slider-tag {
    position: absolute;
    bottom: 175px;
    left: 50%;
    transform: translateX(-180%);
}

p.cs-tag-title {
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.cs-dividing-line {
    height: 2px;
    width: 38px;
    background-color: #FFCD29;
    margin-bottom: 14px;
}

p.cs-tag-descriptor {
    font-size: 18px;
    font-style: italic;
    color: #FFFFFF;
}

h6.cs-sub-header {
    font-size: 18px;
    color: #2286B7;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 40px;
    text-transform: uppercase;
}

h3.cs-header {
    font-size: 44px;
    font-weight: 300;
    font-style: italic;
    color: #05C6F2;
    margin-bottom: 13px;
    line-height: 40px;
}

a.cs-url {
    font-family: 'Lato';
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}

button.cs-button {
    background-color: #05C6F2;
    border: none;
    border-radius: 24px;
    padding: 8px 22px;
    transition: all 0.5s;
}

button.cs-button:hover {
    background-color: #2286B7;
}

.cs-text-container {
    position: relative;
}

.cs-text-wrapper {
    position: absolute;
    bottom: 15%;
    max-width: 515px;
    left: 164px;
    margin-right: 100px;
}

.cs-hidden-container {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 0;
    padding-left: 164px;
    /* background-color: blueviolet; */
    height: 100%;
}

.swiper-pagination.cs-slider-pagination {
    position: relative;
    /* right: 50%; */
    /* bottom: 0; */
    /* left: 164px; */
}

  .cs-slider-pagination .swiper-pagination-bullet {
    width: 89px;
    height: 3px;
    display: inline-block;
    margin-right: 12px;
    border-radius: 0;
    background: #000;
    opacity: .2;
  }

  .cs-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFCD29;
    opacity: 1;
  }

  .cs-sub-header {
    font-family: 'Lato';
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #2286B7;
    line-height: 40px;
    margin: 0;
}

.cs-header {
    font-weight: 300;
    font-style: italic;
    color: #05C6F2;
    font-size: 44px;
    line-height: 40px;
}

/* -------------------------------------------------------------------------------- */
/* -----------------Success Stories Slider */
/* -------------------------------------------------------------------------------- */
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 640px;
    position: relative;
    transition-property: transform;
}

.success-slider-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    padding: 30px 36px;
}

h3.success-slider-h3 {
    color: #2286B7;
    margin-bottom: 9.5px;
}

p.succes-slider-p {
    margin-bottom: 0px;
}

div#slider-main-container {
    max-width: 1364px;
    position: relative;
}

#slider-main-container .swiper-wrapper {
    height: auto !important;
    margin-top: 20px;
}

.success-slider-img-container {
    background-position: center;
    width: calc(60% - 25px);
    height: 81%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin-left: 25px;
    border-radius: 20px;
    background-size: cover;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}

/* img.success-slider-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
} */

.blue-shadow-div {
    position: absolute;
    width: calc(60%);
    background-color: #B4F1FF;
    height: 509px;
    margin: 55px 0px 0px 55px;
    border-radius: 40px;
    opacity: 0.2;
    z-index: 1;
    top: 0;
    left: 0;
}

.success-slider-content {
    width: calc(50% - 25px);
    height: 65%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    position: absolute;
    background-color: #FFFFFF;
    z-index: 3;
    bottom: 0;
    right: 0;
    margin-right: 25px;
    margin-bottom: 25px;
    padding: 88px 65px 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

img.quote-img {
    position: absolute;
    bottom: 35px;
    left: 35px;
}

p.success-slider-content-p {
    color: #555555;
}

p.tag-title {
    color: #2286B7;
    margin-bottom: 4px;
    font-size: 18px;
}

.dividing-line {
    width: 18px;
    height: 1px;
    background: #FFCD29;
    margin-bottom: 4px;
}

p.tag-descriptor {
    font-size: 14px;
    font-style: italic;
    color: #555555;
}

.hidden-container {
    position: absolute;
    width: calc(40% - 80px);
    height: calc(30% - 5px);
    right: 0;
    margin-right: 25px;
    z-index: 4;
}

.arrow-holder {
    position: absolute;
    width: 75px;
    top: calc(100% - 12px);
    right: calc(25px);
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    top: 86%;
    left: 10px;
}

.swiper-pagination {
    position: absolute;
    text-align: left;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    top: 74%;
    left: 10px;
    font-family: 'ArgentCF';
    color: #0D233615;
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
}

.swiper-pagination span.swiper-pagination-current {
    font-size: 40px;
    color: #FFCD29;
}

span.swiper-pagination-current:before {
    content: '0';
}

span.swiper-pagination-total:before {
    content: '0';
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 16px;
    color: #AAAAAA;
}


/* -------------------------------------------------------------------------------- */
/* -----------------What We Do Page */
/* -------------------------------------------------------------------------------- */

.wwd-container {
    padding: 0;
}

.wwd-img-container {
    padding: 0px 60px 16px;
}

.wwd-text-container {
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wwd-tile {
    padding: 0;
    text-align: center;
    margin-bottom: 60px;
}

h3.wwd-sub-header {
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
}

.wwd-number {
    margin: 0;
    width: 24px;
    border-radius: 50%;
    height: 24px;
    padding: 3px;
    background: #fff;
    border: 1px solid #AAAAAA;
    color: #AAAAAA;
    text-align: center;
    font-size: 12px;
}

.assessment-card {
  z-index: 99;
  position: relative;
}

/* -------------------------------------------------------------------------------- */
/* -----------------Case Studies Page */
/* -------------------------------------------------------------------------------- */

.case-study-text-container {
  position: relative;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  padding: 25px 40px;
  width: 80%;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
  border-radius: 10px;
  min-height: 168px;
  display: flex;
  flex-direction: column;
}

.case-study-container {
  position: relative;
  padding: 15px;
  margin: 0;
}

img.case-study-image {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

p.case-study-category {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #05C6F2;
    line-height: 30px;
}

p.case-study-tagline {
    font-size: 24px;
    line-height: 30px;
    color: #0D2336;
}

.case-study-text-container span.material-icons {
    font-size: 16px;
    color: #0D2336;
    margin-top: auto;
    transition: all 0.5s;
    width: 18px;
}

.case-study-link:hover span.material-icons {
    margin-left: 12px;
    /* font-size: 18px; */
}

.cs-heading-img-col {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.cs-heading-content-col {
    padding: 91px 100px 76px 100px;
    background-color: #0D2336;
}

.cs-heading-content-row {
    max-width: 640px;
}

h1.cs-heading-header {
    font-family: 'Lato';
    color: #FFFFFF;
    font-weight: 400;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 14px;
}

h1.cs-heading-header span.blue-italic {
    font-family: 'ArgentCF';
    font-weight: 300;
    font-style: italic;
    color: #05C6F2;
    font-size: 40px;
    line-height: 50px;
}

p.cs-heading-p {
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 45px;
}

h4.cs-heading-header {
    font-family: 'Lato';
    font-size: 18px;
    line-height: 50px;
    color: #05C6F2;
    font-weight: 600;
}

p.cs-categories-p {
    font-family: 'Lato';
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 0px;
}

.case-study-col {
    padding: 0 60px;
}

h3.cs-col-header {
    font-family: 'Lato';
    color: #2286B7;
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 12px;
}

p.cs-col-p {
    font-family: 'Helvetica Neue';
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 30px;
}

img.case-study-col {
    padding: 0;
    margin-bottom: 30px;
    object-fit: contain;
    height: -webkit-fill-available;
    border-radius: 20px;
}

.case-study-row {
    padding: 100px;
}

.cs-nav-buttons {
    padding: 0 60px;
}

.cs-nav-buttons button {
    border-radius: 24px;
    min-width: 190px;
    padding: 8px 25px;
    position: relative;
    margin: 0 16px 16px 0;
}

.cs-prev-btn i.fas.fa-chevron-left {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.cs-prev-btn i.fas.fa-chevron-left::before {
    color: #05C6F2;
}

.cs-prev-btn:hover i.fas.fa-chevron-left::before {
    color: #FFFFFF;
}

button.cs-prev-btn {
    border: solid 2px #05C6F2;
    background-color: #FFFFFF;
    transition: all 0.5s;
}

button.cs-prev-btn:hover {
    border: solid 2px #05C6F2;
    background-color: #05C6F2;
}

button.cs-prev-btn a {
    font-family: 'Lato';
    font-weight: 600;
    color: #05C6F2;
    font-size: 16px;
    /* padding: 15px 60px; */
}

button.cs-prev-btn:hover a {
    color: #FFFFFF;
}

button.cs-next-btn {
    border: solid 2px #05C6F2;
    background-color: #05C6F2;
    transition: all 0.5s;
}

button.cs-next-btn:hover {
    border: solid 2px #2286B7;
    background-color: #2286B7;
}

.cs-next-btn a {
    font-family: 'Lato';
    color: #FFFFFF;
    font-weight: 600;
}

.cs-next-btn i.fas.fa-chevron-right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/* -------------------------------------------------------------------------------- */
/* ----------------- Testimonials Page */
/* -------------------------------------------------------------------------------- */

a .testimonial-slide-subheader {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #05C6F2;
    line-height: 30px;
    margin-bottom: 0;
}

a .testimonial-slide-header {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 22px;
    color: #0D2336;
    line-height: 28px;
    margin-bottom: 16px;
}

div#test-slider-main-container {
  padding: 0px 45px 60px;
}

div.video-container iframe {
    width: 100%;
}

.testimonial-slide-featured-image {
    width: 100%;
    height: 315px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-bottom: 15px;
    position: relative;
}

img.yellow-play-btn {
    position: absolute;
    width: 15%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-slide.testimonial-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

#player .ytp-gradient-top, #player .ytp-title, #player .ytp-chrome-top-buttons, #player .ytp-title-channel  {
    display: none !important;
}

.swiper-pagination.testimonials-pagination {
    width: auto;
    position: absolute;
    top: 450px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonials-pagination span.swiper-pagination-bullet {
    height: 3px;
    width: 45px;
    border-radius: 0;
    margin: 0 4px;
    /* color: #EEEEEE; */
}

.testimonials-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #05C6F2 !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px;
    color: #000;
    opacity: 0.4;
}

.swiper-button-prev.testimonials-prev {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 45px;
    height: 100%;
    padding-bottom: 10%;
    background-color: #FFFFFF;
}

.swiper-button-next.testimonials-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    width: 45px;
    height: 100%;
    padding-bottom: 10%;
    background-color: #FFFFFF;
}

.fl-node-6061f2dbbb0e7 .swiper-button-prev.testimonials-prev {
    background-color: #f2fcff;
}

.fl-node-6061f2dbbb0e7 .swiper-button-next.testimonials-next {
    background-color: #f2fcff;
}

.video-container {
    margin-bottom: 10px;
}

/* -------------------------------------------------------------------------------- */
/* ----------------- Testimonial Interior */
/* -------------------------------------------------------------------------------- */

.testimonial-heading-row {
    background-image: url(/wp-content/uploads/testimonialbg.png);
    padding: 80px 36px 0px;
}

.testimonial-heading-image-container {
    position: relative;
    height: 600px;
}

.testimonial-heading-image {
    width: 70%;
    height: 90%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.testimonial-heading-image-shadow {
    background-color: #B4F1FF;
    opacity: 0.2;
    width: 70%;
    height: 90%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    background-position: top center;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
}

h1.testimonial-h1 {
    color: #0D2336;
    font-size: 48px;
    margin-bottom: 16px;
}

h1.testimonial-h1 span.blue {
    color: #2286B7;
}

p.testimonial-heading-p {
    color: #333333;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 40px;
}

.testimonial-heading-text {
    margin-right: 60px;
}

a.testimonial-button {
    color: #0D2336;
    font-family: 'Lato';
    font-weight: 600;
    line-height: 30px;
    border: 2px solid #FDC73F;
    border-radius: 24px;
    padding: 10px 32px;
}

a.testimonial-button:hover {
    background-color: #FDC73F;
}

#testimonial.case-study-row {
    padding: 150px 100px 0px;
}

.testimonial-video-container {
    display: flex;
    justify-content: center;
    margin: 30px;
}

/* -------------------------------------------------------------------------------- */
/* ----------------- About Us Page */
/* -------------------------------------------------------------------------------- */


.fl-col-group.fl-node-6050ba77276e7 {
    position: relative;
    z-index: 10;
}

.team-member-container {
    position: relative;
    margin-bottom: 30px;
}

.team-member-tag {
    position: absolute;
    bottom: 0px;
    left: 30px;
    width: 75%;
    transition: all 0.5s;
}

p.team-member-name {
    font-size: 28px;
    color: #FFFFFF;
    line-height: 35px;
    margin-bottom: 5px;
    transition: all 0.5s;
}

.team-member-dividing-line {
    width: 30px;
    height: 1px;
    background-color: #FFCD29;
    margin-bottom: 5px;
    transition: all 0.5s;
}

p.team-member-title {
    font-size: 18px;
    font-style: italic;
    color: #FFFFFF;
    transition: all 0.5s;
}


.board-member-container {
    position: relative;
    margin-bottom: 30px;
}

.board-member-tag {
    position: absolute;
    bottom: 0px;
    left: 30px;
    width: 75%;
    transition: all 0.5s;
}

p.board-member-name {
    font-size: 28px;
    color: #FFFFFF;
    line-height: 35px;
    margin-bottom: 5px;
    transition: all 0.5s;
}

.board-member-dividing-line {
    width: 30px;
    height: 1px;
    background-color: #FFCD29;
    margin-bottom: 5px;
    transition: all 0.5s;
}

p.board-member-title {
    font-size: 18px;
    font-style: italic;
    color: #FFFFFF;
    transition: all 0.5s;
}

img.team-member-image, img.board-member-image {
    transition: all 0.5s;
}

a.interior-post-link:hover img.team-member-image, a.interior-post-link:hover img.board-member-image {
    transform: scale(.95);
}

a.interior-post-link:hover .team-member-tag, a.interior-post-link:hover .board-member-tag {
    transform: scale(0.95);
}

/* -------------------------------------------------------------------------------- */
/* ----------------- BIO PAGE INTERIOR */
/* -------------------------------------------------------------------------------- */

h1.bio-name {
    color: #0D2336;
    font-size: 48px;
    line-height: 50px;
}

h3.bio-title {
    font-size: 22px;
    color: #2286B7;
    font-family: 'Lato';
    font-weight: 400;
    font-style: italic;
}

.bio-left-col p {
    font-size: 18px;
}

.bio-right-col {
    position: relative;
    padding-left: 100px;
    height: 617px;
}

.bio-img {
    width: 75%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
}

.bio-img-shadow {
    position: absolute;
    background-color: #B4F1FF;
    height: 100%;
    width: 63%;
    border-radius: 20px;
    opacity: 0.2;
    z-index: 1;
    top: 35px;
    left: 138px;
}

.bio-left-col p {
    font-size: 20px;
    line-height: 40px;
}

.fa-chevron-left:before {
    content: "\f053";
    color: #FECC3F;
    font-size: 18px;
}

div.bio-social-icons {
    margin: 60px 0 0;
}

i.bio-social-icon {
    margin-right: 24px;
    color: #999999;
    font-size: 18px;
}

i.bio-social-icon:hover {
    color: #05C6F2;
}

/* -------------------------------------------------------------------------------- */
/* ----------------- Common Questions Page */
/* -------------------------------------------------------------------------------- */

h3.ea-header {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 22px;
    color: #666666;
    line-height: 40px;
}

.ea-expand #sp-ea-684.sp-easy-accordion>.sp-ea-single>.ea-header a {
    color: #0D2336;
}

.ea-body h3 {
    font-family: 'Lato';
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    color: #2286B7;
    line-height: 28px;
    margin-bottom: 0;
}

.ea-body p {
    font-family: 'Lato';
    font-size: 16px;
    color: #555555;
    line-height: 28px;
    margin-bottom: 0;
}

.ea-body h3:not(:first-child) {
    margin-top: 32px;
}

#sp-ea-684.sp-easy-accordion>.sp-ea-single {
    border: 1px solid #e2e2e2;
    border-right: none;
    border-left: none;
    border-bottom: none;
    margin: 0;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    padding: 15px 20px;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    padding: 15px;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 22px;
    color: #666666;
    line-height: 40px;
}

#frm_form_3_container fieldset legend.frm_screen_reader {
    display: none;
}

#frm_form_3_container .frm_fields_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#frm_form_3_container .frm_forms form .frm_submit {
    text-align: center;
}

#frm_form_3_container #field_po7s2 {
    border-radius: 24px;
    min-height: 48px;
}

#frm_form_3_container input#field_mb0vq {
    max-height: 48px;
    border-radius: 24px;
}

#frm_form_3_container .frm_submit {
    position: relative;
    margin: 0;
    padding: 0 10px !important;
    width: 100%;
    text-align: center;
}

.frm_forms form input.form-submit {
    font-weight: 600;
    font-size: 16px;
}


/* -------------------------------------------------------------------------------- */
/* ----------------- Resources Page */
/* -------------------------------------------------------------------------------- */

input#field_1at98 {
    max-height: 48px;
    border-radius: 24px;
    padding-right: 120px !important;
}

div#frm_field_9_container {
    width: 100%;
    max-width: 613px;
    padding: 0 !important;
}

#frm_form_4_container .frm_fields_container {
    width: 100%;
    position: relative;
    max-width: 613px;
    left: 50%;
    transform: translateX(-50%);
}

#frm_form_4_container .frm_submit {
    position: absolute;
    width: 23%;
    max-width: 613px;
    top: 14px;
    right: 0;
    text-align: right;
    padding: 0 !important;
}

#frm_form_4_container button.frm_button_submit.frm_final_submit, #frm_form_6_container button.frm_button_submit.frm_final_submit {
    width: 100%;
    height: 48px;
    padding: 10px 30px !important;
    font-weight: 600;
    font-size: 16px;
}

.frm_forms form button.frm_button_submit {
    padding: 10px 30px !important;
    font-weight: 600;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 16px;
}

.podcast-container {
    position: relative;
    height: 600px;
}

.podcast-text-tile {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 20px;
    width: 55%;
    padding: 43px 68px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.podcast-header {
    font-size: 42px;
    color: #2286B7;
    line-height: 50px;
    margin-bottom: 12px;
}

p.podcast-p {
    line-height: 28px;
    color: #555555;
    margin-bottom: 30px;
}

button.podcast-listen-btn {
    border: none;
    background-color: #FFCD29;
    padding: 10px 15px;
    border-radius: 24px;
    transition: all 0.5s;
    width: 180px;
    height: 48px;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}

button.podcast-listen-btn:hover {
    background-color: #FAC000;
}

a.podcast-link {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 16px;
    color: #0D2336;
    line-height: 30px;
    padding: 15px 19px;
    width: 180px;
    /* height: auto; */
}

.podcast-image-tile {
    width: 60%;
    height: 75%;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 20px;
    background-size: cover;
    z-index: 2;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.podcast-shadow-tile {
    width: 60%;
    height: 75%;
    background-color: #B4F1FF;
    opacity: 0.2;
    border-radius: 40px;
    position: absolute;
    z-index: 1;
    top: 45px;
    right: 50px;
}

input#field_1at984753eaea8a {
    max-height: 48px;
    border-radius: 24px;
    padding-right: 120px !important;
}

div#frm_field_12_container {
    padding: 0 !important;
    width: 100%;
}

#frm_form_6_container .frm_fields_container {
    position: relative;
}

#frm_form_6_container .frm_submit {
    position: absolute;
    width: 30%;
    padding: 0 !important;
    top: 14px;
    right: 0px;
}

#frm_form_6_container button.frm_button_submit.frm_final_submit {
    width: 100%;
    height: 48px;
}

/* -------------------------------------------------------------------------------- */
/* ----------------- Articles (Blogs/Posts) Landing Page */
/* -------------------------------------------------------------------------------- */

.articles-page-heading {
    padding: 100px 300px;
    text-align: center;
    position: relative;
}

.articles-page-heading-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #B4F1FF;
    opacity: 0.2;
    top: 0;
    left: 0;
    z-index: 1;
}

div.articles-page-heading-text {
    position: relative;
    z-index: 2;
}

h1.articles-page-heading-h1 {
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 12px;
}

p.articles-page-heading-p {
    font-size: 18px;
    line-height: 40px;
    /* max-width: 650px; */
}

nav.articles-navigation {
    min-height: 65px;
}

.category-links.cf {
    min-height: 65px;
}

ul#menu-article-categories-menu {
    display: flex;
    height: 65px;
    align-items: flex-end;
    /* padding-bottom: 13px; */
    padding: 0 190px;
    border-bottom: solid 1px #EEEEEE;
}

#menu-article-categories-menu li.current-menu-item a {
    color: #2286B7;
}

#menu-article-categories-menu li.menu-item.current-menu-item a {
    border-bottom: solid 2px #FFC400;
    color: #2286B7;
}

.articles-nav li.menu-item {
    margin-right: 80px;
}

#menu-article-categories-menu li.menu-item a {
    border-bottom: solid 2px #FFFFFF;
}

#menu-article-categories-menu li.menu-item a:hover {
    border-bottom: solid 2px #FFC400;
}

#menu-article-categories-menu li.menu-item a {
    font-family: 'Lato';
    font-weight: 600;
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    padding: 0;
    padding-bottom: 4px;
}

.article-grid-container {
    padding: 100px 100px;
}

.article-grid-tile {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 10px;
    height: 219px;
    min-height: 200px;
    padding: 26px 40px 26px;
    margin: 24px;
    max-width: 475px;
    position: relative;
    text-align: start;
}

h3.tile-category {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 14px;
    color: #05C6F2;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 0px;
}

h2.tile-title {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 24px;
    color: #0D2336;
    line-height: 30px;
    margin-bottom: 8px;
}

p.tile-author {
    font-weight: 600;
    color: #999999;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 16px;
}

a.article-grid-tile-link {
    position: absolute;
    bottom: 26px;
    font-family: 'Lato';
    font-weight: 400;
    color: #0D2336;
    font-size: 14px;
    align-items: center;
    display: flex;
    transition: all 0.5s;
}

span.tile-arrow.material-icons {
    font-size: 14px;
    margin-left: 6px;
    transition: all 0.5s;
}

a.article-grid-tile-link:hover span.tile-arrow {
    margin-left: 12px;
}

.articles-pagination {
    display: flex;
    justify-content: center;
}

ul.articles-pagination-ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
}

a.ap-link {
    color: #555555;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    margin: 2px;
    padding: 0px 8px;
}

.articles-pagination-ul li.active a.ap-link {
    color: #05C6F2;
}

li.next-article-page a span {
    color: #555555;
    line-height: 40px;
    margin: 0 8px;
    font-size: 20px;
}

li.prev-article-page a span {
    color: #555555;
    line-height: 40px;
    margin: 0 8px;
    font-size: 20px;
}

.fl-col.fl-node-604fca973e30c {
    display: flex;
    justify-content: center;
    text-align: center;
}

.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited {
    background: #FFFFFF;
    border: 2px solid #FFCD29;
    color: #0D2336;
    border-radius: 48px;
}

.fl-builder-content a.fl-button:hover {
    background: #FFCD29;
    border: 2px solid #FFCD29;
    color: #0D2336;
    border-radius: 48px;
}

/* -------------------------------------------------------------------------------- */
/* ----------------- Article Interior */
/* -------------------------------------------------------------------------------- */

p.int-post-author {
    font-weight: 600;
    color: #999999;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 0px;
}

.article-content-row {
    padding: 60px 36px;
}

.article-content-col {
    max-width: 950px;
    padding: 0;
}

.article-section-header {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 26px;
    color: #2286B7;
    line-height: 40px;
    padding: 0 60px;
}

.article-content-col p {
    font-family: 'Helvetica Neue';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    padding: 0 60px;
}

img.article-thumbnail {
    margin: 45px 0;
    width: 100%;
    border-radius: 20px;
}

.article-quote-container {
    position: relative;
    padding: 0 60px;
    margin: 100px 0;
}

.article-quote-text {
    font-family: 'ArgentCF';
    font-weight: 400;
    font-style: italic;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    color: #999999;
    padding: 0 30px;
}

img.open-quote-img {
    position: absolute;
    width: 111px;
    top: -155px;
    left: 65px;
}

img.close-quote-img {
    position: absolute;
    width: 111px;
    bottom: -270px;
    right: 65px;
}

.additional-articles-container {
    text-align: center;
    margin-bottom: 60px;
    padding: 0 36px;
}

.additional-header {
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    line-height: 43px;
    text-transform: capitalize;
}

p.additional-header-p {
    font-family: 'Lato';
    color: #555555;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 60px;
}

a.all-articles-link {
    align-items: center;
    display: flex;
    justify-content: center;
    color: #2286B7;
    font-size: 16px;
    transition: all 0.5s;
    margin-top: 30px;
}

/* -------------------------------------------------------------------------------- */
/* ----------------- Contact Page */
/* -------------------------------------------------------------------------------- */

#frm_form_9_container legend.frm_screen_reader {
    display: none;
}

div#frm_form_9_container input {
    border-radius: 24px;
    height: 48px !important;
}

div#frm_form_9_container select {
    border-radius: 24px;
    height: 48px !important;
    padding: 10px 20px !important;
}

select#field_pdv46 {
    opacity: 1 !important;
}

select#field_yqllc {
    opacity: 1 !important;
}

textarea#field_9jv0r12 {
    border-radius: 15px;
}

#frm_form_9_container .frm_submit {
    display: flex;
    flex-direction: row;
    align-items: center;
}

p.call-us {
    margin: 20px;
}

#frm_form_9_container button.frm_button_submit.frm_final_submit {
    width: 139px;
}

/* -------------------------------------------------------------------------------- */
/* ----------------- Footer */
/* -------------------------------------------------------------------------------- */

footer.footer {
    padding: 38px 0;
    background-color: #F1F1F1;
}

div#inner-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0px 36px;
    align-items: center;
}

.footer-nav .menu-item a {
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 28px;
    /* padding: 0 15px; */
}

div.footer-contact-info p {
    font-family: 'Lato';
    font-weight: 400;
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

p.phone-m-bottom {
    margin-bottom: 20px !important;
}

div.footer-contact-info p.bold {
  font-weight: bold;
}

a.coaches-link {
    font-family: 'Lato';
    font-weight: 400;
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.footer-copyright-container {
    margin-bottom: 18px;
}

a.no-link-attr {
    color: #999999;
}

div.footer-contact-info p.lightblue-link {
    color: #05C6F2;
}

.lightblue-link {
    color: #05C6F2;
}

.lightblue-link:hover {
    color: #05C6F2;
}

a.social-icon-footer {
    color: #999999;
    margin-right: 12px;
    font-size: 16px;
}




/* -------------------------------------------------------------------------------- */
/* -----------------Breakpoints */
/* -------------------------------------------------------------------------------- */


/* ----------------- 1400px Min --------------------------------------------------- */
@media screen and (min-width: 1400px) {
  .mobile-only {
    display: none;
  }

  body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
    display: none;
  }

  div#mega-menu-wrap-max_mega_menu_1 {
    display: none;
  }
}
/* ----------------- 1400px Min --------------------------------------------------- */



/* ----------------- 1399px Max --------------------------------------------------- */

@media screen and (max-width: 1399px) {
  .mobile-only {
    display: none;
  }

  .language_holder {
    padding: 0 24px;
    height: 60px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    margin-top: 16px;
}

  div#top-header {
    display: none;
  }

  div#top-header {
    height: 28px;
  }

  .login {
    display: none;
    align-items: center;
  }

  header nav.main-navigation, .assessment-nav-button {
    display: none;
  }

  body .mobmenur-container i {
    color: #AAAAAA;
  }

  body .mobmenur-container {
    top: 10px;
    margin-right: 5px;
    margin-top: 5px;
  }

  body .mobmenu-content {
    margin-top: 0px;
    padding-bottom: 120px;
    z-index: 1;
    height: 100%;
    overflow: auto;
    padding-top: 0px;
  }

  body li.mobile-menu-home-btn a {
    content: url(/wp-content/uploads/HWAW-badge@2x.png);
    height: 60px;
  }

  body .show-panel .mob-cancel-button {
    display: block;
    content: url(/wp-content/uploads/close-icon@2x.png);
    height: 18px;
    margin: 20px 20px 0 0;
  }

  li.menu-item-72 {
    border-top: solid 1px #AAAAAA;
  }

  body #mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu-content h2, #mobmenuright .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name {
    font-family: 'Helvetica Neue';
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: normal;
    text-transform: none;
    font-size: 14px;
  }

  div#inner-header {
    display: none;
    /* display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 60px;
    align-items: center;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029; */
  }

  a.home-button {
    width: auto;
    height: 48px;
  }

  a.home-button img {
    width: auto;
    height: 48px;
  }

  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 {
    background: #fff;
    padding: 16px 16px 16px 16px;
  }

  div#inner-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0px 36px;
    align-items: start;
  }

  #inner-footer a.home-button {
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
    width: 100%;
    height: 80px;
  }

  #inner-footer a.home-button img {
    width: auto;
    height: 80px;
  }

  .footer-contact-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: start;
  }

  nav.footer-navigation {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 60px;
  }

  .footer-copyright-container, .social-icons-container {
    text-align: right;
  }

  a.social-icon-footer {
    color: #999999;
    margin-left: 12px;
    margin-right: 0px;
  }

  p.source-org.copyright {
    margin-bottom: 0px;
  }

  .swiper-slide.cs-stories-slide {
    /* height: 900px; */
    position: relative;
  }

  .cs-image-container {
    height: 50%;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .cs-text-container {
    position: relative;
    height: 50%;
  }

  .cs-text-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 580px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 16px;
    padding: 0 36px;
  }

  .cs-slider-tag {
    position: absolute;
    bottom: 260px;
    left: 50%;
    top: 50%;
    transform: translateX(-110%);
  }

  .swiper-pagination.cs-slider-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    margin-top: 60px;
}

  .cs-hidden-container {
    position: absolute;
    width: 100%;
    height: 25px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    margin-top: 30px;
    height: 100%;
  }

  .article-grid-container {
    padding: 100px 36px;
  }

  ul#menu-article-categories-menu {
    padding: 0 100px;
  }

  body .mobmenur-container img {
    max-height: 34px !important;
    float: right;
    margin-right: 6px !important;
  }

  .goog-te-gadget .goog-te-combo {
    margin: 1px 0 0px 0px !important;
  }

  .mobmenu-right-alignment.mobmenu-panel.mobmenu-right-panel.show-panel {
    margin-top: 0;
  }

  .mob-menu-slideout .mobmenu-panel, .mob-menu-slideout-over .mobmenu-panel, .mob-menu-slideout .mobmenu-cart-panel, .mob-menu-slideout-over .mobmenu-cart-panel {
    margin-top: 29px;
  }

  /* li.menu-item {
    border-bottom: none;
  }

  li.menu-item:hover {
      border-bottom: none;
  } */
}
/* ----------------- 1399px Max --------------------------------------------------- */



/* ----------------- 1200px Max --------------------------------------------------- */

@media screen and (max-width: 1200px) {
  .bio-img {
    width: 100%;
  }

  .bio-img-shadow {
    height: 100%;
  }

  ul#menu-article-categories-menu {
    padding: 0 36px;
    justify-content: center;
  }

  .articles-nav li.menu-item {
    margin: 0 25px;
  }

  .article-grid-tile {
    height: auto;
  }

  .articles-page-heading {
    padding: 100px 200px;
  }


}
/* ----------------- 1200px Max --------------------------------------------------- */



/* ----------------- 992px Max --------------------------------------------------- */

@media screen and (max-width: 992px) {
  .mobile-only {
    display: block;
  }

  #slider-main-container .swiper-wrapper {
    margin-top: 0px;
  }

  #inner-footer a.home-button {
    display: flex;
    margin-bottom: 40px;
    justify-content: start;
    width: 100%;
    height: 80px;
  }

  nav.footer-navigation {
    justify-content: start;
  }

  ul#menu-footer-menu {
    display: flex;
    flex-direction: column;
    /* justify-content: start; */
    /* width: 100%; */
  }

  #menu-footer-menu li.menu-item {
    margin: 12px 0;
  }

  .footer-nav .menu-item a {
    padding: 0px;
  }

  .footer-contact-info {
    flex-direction: column;
  }

  .footer-copyright-container, .social-icons-container {
    text-align: left;
  }

  .footer-copyright-container {
    margin-bottom: 20px;
  }

  a.social-icon-footer {
    margin-left: 0px;
    margin-right: 12px;
  }

  nav.footer-navigation {
    display: flex;
    justify-content: start;
    width: 100%;
    margin-bottom: 40px;
  }

  /* Success Stories Slider */
  div#slider-main-container {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
  }

  .success-slider-img-container {
    position: relative;
    background-position: center;
    width: 100%;
    height: 50%;
    z-index: 2;
    background-size: cover;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    margin-left: 0px;
    border-radius: 0px;
  }

  .blue-shadow-div {
    display: none;
  }

  .success-slider-content {
    position: relative;
    width: 100%;
    height: 50%;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    background-color: #FFFFFF;
    padding: 60px 36px 60px;
    margin-right: 0px;
    border-radius: 0px;
  }

  img.quote-img {
    position: absolute;
    top: -95px;
    left: 10px;
  }

  .hidden-container {
    position: absolute;
    width: calc(100%);
    height: 50%;
    margin-right: 0px;
    z-index: 4;
  }

  .swiper-pagination {
    position: absolute;
    padding-left: 8px;
    padding-right: 15px;
    text-align: left;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    top: 80%;
    left: 10;
    font-family: 'ArgentCF';
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
    text-shadow: 0px 0px 8px black;
  }

  .arrow-holder {
    position: absolute;
    width: 100%;
    right: 0px;
    top: calc(50%);
  }

  #slider-main-container .swiper-button-next:after, #slider-main-container .swiper-button-prev:after {
      font-family: swiper-icons;
      font-size: 35px;
      color: #FFFFFF;
      text-shadow: 2px 2px 5px black;
  }

  .bio-right-col {
    order: 1;
    position: relative;
    padding: 0;
    height: 500px;
    display: flex;
    justify-content: start;
    margin-bottom: 30px;
}

  .bio-left-col {
    order: 2;
    padding: 0;
  }

  .bio-img-shadow {
    display: none;
  }

  .bio-img {
    width: 60%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    border-radius: 20px;
    z-index: 10;
  }

  .cs-heading-img-col {
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    background-position: top center;
  }

  .cs-heading-content-col {
    padding: 60px 36px;
  }

  .case-study-row {
    padding: 60px 0;
  }

  .case-study-col {
    padding: 0 36px;
  }

  .cs-nav-buttons {
    padding: 0 36px;
  }

  ul#menu-article-categories-menu {
    display: flex;
    height: auto;
    align-items: flex-end;
    /* padding-bottom: 13px; */
    padding: 16px 36px;
    border-bottom: solid 1px #EEEEEE;
    justify-content: center;
  }

  .articles-page-heading {
    padding: 60px 36px;
  }

  .article-grid-container {
    padding: 60px 36px;
  }

  .articles-nav li.menu-item {
    margin: 0 25px 10px;
  }

  ul#menu-article-categories-menu {
    padding: 16px 36px 0px;
  }

  .podcast-text-tile {
    border-radius: 0;
    width: 100%;
    height: 55%;
  }

  .podcast-image-tile {
    width: 100%;
    height: 45%;
    border-radius:0;
  }

  .podcast-container {
    position: unset;
    min-height: 600px;
    height: 100%;
    /* max-height: 600px; */
  }

  .testimonial-heading-text {
    padding: 0;
    margin-right: 0px;
    order: 2;
  }

  .testimonial-heading-image-container {
    position: relative;
    padding: 0;
    height: 500px;
    order: 1;
  }

  .testimonial-heading-row {
    padding: 60px 36px 0px;
  }

  #testimonial.case-study-row {
    padding: 85px 0px 0px;
  }

  .fl-col.fl-node-6064d70b4a029.fl-col-small {
    order: 2;
  }

  .fl-col.fl-node-6064d70b4a02d.fl-col-small {
    order: 1;
  }

  .swiper-pagination.testimonials-pagination {
    width: auto;
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translateX(-50%);
  }


}
/* ----------------- 992px Max --------------------------------------------------- */



/* ----------------- 576px Max --------------------------------------------------- */

@media screen and (max-width: 576px) {
  .cs-image-container {
    height: 50%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .cs-slider-tag {
    position: absolute;
    bottom: 260px;
    left: 190px;
    top: 48%;
    transform: translateX(-113%);
  }

  p.cs-tag-title {
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 8px;
  }

  p.cs-tag-descriptor {
    font-size: 14px;
    font-style: italic;
    color: #FFFFFF;
  }

  .bio-img {
    width: 100%;
  }

  p.cs-categories-p {
    margin-bottom: 12px;
  }

  h1.cs-heading-header {
    font-size: 40px;
  }

  .cs-nav-buttons button {
    border-radius: 24px;
    width: 100%;
    padding: 8px 0;
    position: relative;
    margin: 0 0px 16px 0;
  }

  .articles-page-heading {
    text-align: start;
  }

  ul#menu-article-categories-menu {
    justify-content: start;
  }

  .articles-nav li.menu-item {
    margin: 0 25px 10px 0;
  }

  .article-grid-tile {
    margin: 12px;
  }

  .articles-nav li.menu-item {
    margin: 0 20px 10px 0;
  }

  #menu-article-categories-menu li.menu-item a {
    font-size: 14px;
    letter-spacing: 2px;
  }

  p.tile-author {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .article-grid-tile {
    padding: 15px 30px 36px;
  }

  a.article-grid-tile-link {
    bottom: 15px;
  }

  .article-content-row {
    padding: 60px 0;
  }

  .article-section-header {
    padding: 0 36px;
  }

  .article-content-col p {
    padding: 0 36px;
  }

  h1.articles-page-heading-h1 {
    font-size: 48px;
  }

  img.article-thumbnail {
    margin: 30px 0;
    width: 100%;
    border-radius: 0px;
  }

  .article-quote-container {
    padding: 0 36px;
    margin: 60px 0;
  }

  .article-quote-text {
    padding: 0;
  }

  img.close-quote-img {
    bottom: -270px;
    right: 36px;
  }

  img.open-quote-img {
    left: 25px;
  }

  .additional-articles-container {
    text-align: start;
  }

  .podcast-text-tile {
    padding: 30px 36px;
  }

  .podcast-text-tile {
    height: 70%;
  }

  .podcast-image-tile {
    height: 30%;
  }

  #frm_form_4_container .frm_submit {
    position: relative;
    width: 100%;
  }

  button.podcast-listen-btn {
    position: relative;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }

  #frm_form_6_container .frm_submit {
    position: relative;
    width: 100%;
    padding: 0 !important;
    top: 6px;
    right: 0px;
  }

  .testimonial-heading-image {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .testimonial-heading-image-container {
    position: relative;
    height: 400px;
    order: 1;
    margin-bottom: 30px;
  }

  .testimonial-heading-image-shadow {
    display: none;
  }

  #frm_form_9_container .frm_submit {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  #frm_form_9_container button.frm_button_submit.frm_final_submit {
    width: 100%;
  }

  div#test-slider-main-container {
    padding: 0px 0px 60px;
  }

  .swiper-button-prev.testimonials-prev {
    position: absolute;
    left: 10px;
    top: 95%;
    z-index: 99;
    width: 20px;
    height: 30px;
    padding-bottom: 0;
  }

  .swiper-button-next.testimonials-next {
    position: absolute;
    right: 10px;
    top: 95%;
    z-index: 99;
    width: 20px;
    height: 30px;
    padding-bottom: 0;
  }

  .swiper-pagination.testimonials-pagination {
    width: fit-content;
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
  }

  a.testimonial-link .testimonial-slide-subheader {
    padding: 0 36px;
  }

  a.testimonial-link .testimonial-slide-header {
    padding: 0 36px;
  }

  .testimonials-pagination span.swiper-pagination-bullet {
    height: 3px;
    width: 20px;
  }

  .case-study-text-container {
    position: relative;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF;
    padding: 25px 40px;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    border-radius: 0 0 10px 10px;
    min-height: 168px;
    display: flex;
    flex-direction: column;
  }

  .cpp-tile {
    width: 100%;
    height: auto;
  }

  .cpp-img-container {
    width: 65%;
  }

  .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    padding: 15px 16px;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 22px;
    color: #666666;
    line-height: 1.5;
  }

  #sp-ea-684.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon.fa {
    float: right;
    color: #05c6f2;
    font-size: 16px;
    margin-left: 10px;
  }

  h2.product-list-header {
    font-size: 40px !important;
  }

  div#intro-banner-column.store-header-padding {
    padding: 0 67px;
  }

  .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce button.button, .woocommerce input.button, .woocommerce input#submit, .woocommerce a.button {
    width: 100%;
    font-size: 16px;
    text-transform: capitalize;
  }
}
/* ----------------- 576px Max --------------------------------------------------- */


/* ----------------- 400px Max --------------------------------------------------- */

@media screen and (max-width: 400px) {
  .podcast-container {
    position: unset;
    min-height: 600px;
    height: 900px;
  }
}

/* ----------------- 400px Max --------------------------------------------------- */
