/* These includes are optional, but helpful. */
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;} 

@font-face {
  font-family: 'Century Gothic';
  src: url('https://2661279.fs1.hubspotusercontent-na1.net/hubfs/2661279/Care%20Assessors/CenturyGothic.eot');
  src: url('https://2661279.fs1.hubspotusercontent-na1.net/hubfs/2661279/Care%20Assessors/CenturyGothic.eot#iefix') format('embedded-opentype'),
    url('https://2661279.fs1.hubspotusercontent-na1.net/hubfs/2661279/Care%20Assessors/CenturyGothic.woff2') format('woff2'),
    url('https://2661279.fs1.hubspotusercontent-na1.net/hubfs/2661279/Care%20Assessors/CenturyGothic.woff') format('woff'),
    url('https://2661279.fs1.hubspotusercontent-na1.net/hubfs/2661279/Care%20Assessors/CenturyGothic.ttf') format('truetype'),
    url('https://2661279.fs1.hubspotusercontent-na1.net/hubfs/2661279/Care%20Assessors/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Century Gothic';
  src: url('https://2661279.fs1.hubspotusercontent-na1.net/hubfs/2661279/Care%20Assessors/CenturyGothic-Bold.eot');
  src: url('https://2661279.fs1.hubspotusercontent-na1.net/hubfs/2661279/Care%20Assessors/CenturyGothic-Bold.eot#iefix') format('embedded-opentype'),
    url('https://2661279.fs1.hubspotusercontent-na1.net/hubfs/2661279/Care%20Assessors/CenturyGothic-Bold.woff2') format('woff2'),
    url('https://2661279.fs1.hubspotusercontent-na1.net/hubfs/2661279/Care%20Assessors/CenturyGothic-Bold.woff') format('woff'),
    url('https://2661279.fs1.hubspotusercontent-na1.net/hubfs/2661279/Care%20Assessors/CenturyGothic-Bold.ttf') format('truetype'),
    url('https://2661279.fs1.hubspotusercontent-na1.net/hubfs/2661279/Care%20Assessors/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}




/* Colors */





















/* 1d. Buttons */

/* 1e. Forms */


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


/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */

/* ==========================================================================
Macros                                                  
========================================================================== */


 


/* ==========================================================================
Base                                                    
========================================================================== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  font-family: 'Century Gothic' !important;
  background: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
}

/**
* Page Center
* Apply .page-center to full-width modules.
*/

a, button, input[type="submit"]{
  transition: .3s ease-in-out;
  transition-property: opacity,background,color, visibility;
}
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}
body ul{
  padding-left: 20px;
  font-weight: 400;
}
body ul li{
  margin-bottom: 5px;
}
/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #1b7ec2;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #1b7ec2;
  text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
  max-width: initial;
}



/* ==========================================================================
Typography
========================================================================== */


/* Basic text */
p {
  margin: 0 0 35px;
} 

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Century Gothic' !important;
  margin: 0 0 20px;
  /*font-weight: 500;*/
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color:inherit;
}
.top-heading { 
  font-weight: 200;
  display: block;
  color: #1b7ec2;
  font-size: 24px;
}

h1 {
  line-height: 1.29;
  margin: 0 0 18px;
}

h2 {
  line-height: 1.14;
  margin: 0 0 18px;
}

h3 {
  line-height: 1.14;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

.heading_area {
  max-width: 768px;
  text-align: center;
  margin: 0 auto 40px;
}

.heading_area p {
  line-height: 30px;
}
/* ==========================================================================
Header
========================================================================== */

.header-container-wrapper {
  transition: .3s ease-in-out !important;
  padding: 31px 0px 27px;
}
.header-container-wrapper .page-center {
  margin: 0 auto !important;
  float: none !important;
  overflow: visible;
}

.header-right .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-right .row-fluid:after,
.header-right .row-fluid:before {
  display: none;
}

.header-right .span10,
.header-right .span1 {
  min-height: inherit;
  width: auto;
}
.search-btn .hs-search-field {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease all;
  z-index: 10;
  width: 500px;
  height: 50px;
  background: #fff;
  border-radius: 25px;
}
.search-btn .hs-search-field input[type="text"] {
  width: 100%;
  height: 50px;
  border: 0;
  -webkit-appearance: none;
  font-size: 18px;
  line-height: 24px;
  padding: 13px 60px 13px 20px;
  outline: none;
  border-radius: 25px;
  font-weight: 400;
}
.search-btn .hs-search-field button {
  position: absolute;
  right: 20px;
  top: 14px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  border-radius: 0;
  -webkit-appearance: none;
}
.hs-search-field__bar button svg {
  width: 20px;
  height: 20px;
}
.hs-search-field__bar button svg path {
  fill: #333333;
}
.header-right ul.hs-search-field__suggestions {
  display: none;
}
.custom-menu-primary {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.header .custom-menu-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: 18px;
  line-height: 22px;
}
.header .custom-menu-primary ul li {
  text-transform: capitalize;
  padding:0px;
  margin: 0px 20px;
}
.header .custom-menu-primary ul li a {
  text-decoration: none;
  /*   color: #263238; */
  color:#263238;
  font-size: 18px;
  line-height: 22px;
  font-weight:bold;
  letter-spacing: 1px;
  padding: 0 5px 13px 5px;
  border-bottom: 2px solid transparent;
}
.header .custom-menu-primary ul li:hover a, 
.header .custom-menu-primary ul li a:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.submenu.level-1 > .has-submenu > .menu-arrow {
  border-top: 4px solid #263238;
}
.search-btn {
  position: relative;
  z-index: 1000;
}
.search-btn:before {
  display: block;
  content: '';
  /*   content: '\e900'; */
  content: "\f002";
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 10px;
  color:#263238;
  font: normal normal normal 18px/1 FontAwesome;
}
.search-btn:after{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 4000px;
  height: 4000px;
  background: #333333;
  content: '';
  border-radius: 100%;
  transition: 0.9s ease all;
}

.header-v2 .header-container-wrapper{
  position: fixed;
  left: 0;
  right: 0;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
}
.header.transparent-header{
  background-color: transparent;
  box-shadow: none;
}
.header.transparent-header .header-container-wrapper{
  transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
}
.header.transparent-header .header-container-wrapper.fixed-top{
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.header.transparent-header .header-container-wrapper{
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
}
.header-v2 .header-container-wrapper.fixed-top,
.header.transparent-header .header-container-wrapper.fixed-top {
  background-color: #fff;
}
/* after click  */
.header-v2 .header-container-wrapper.active,
.header.transparent-header .header-container-wrapper.active {
  background-color: #fff;
}
.header.transparent-header .header-container-wrapper.active .search-btn:before {
  color:#263238;
}
.active .header__navigation--toggle i,
.active .header__navigation--toggle:after,
.active .header__navigation--toggle:before {
  background: #263238;
}
/* end after click  */
.header-v2 .submenu.level-1>.has-submenu>.menu-arrow,
.header.transparent-header .submenu.level-1>.has-submenu>.menu-arrow{
  border-top: 4px solid #fff;
}
.header-v2 .header-container-wrapper.fixed-top .submenu.level-1>.has-submenu>.menu-arrow,
.header.transparent-header .header-container-wrapper.fixed-top .submenu.level-1>.has-submenu>.menu-arrow{
  border-top: 4px solid #263238;
}
.header.header-v2 .custom-menu-primary ul li a,
.header.transparent-header .custom-menu-primary ul li a,
.header-v2 .search-btn:before,
.header.transparent-header .search-btn:before{
  color: #fff;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
}
.header.header-v2 .custom-menu-primary ul.submenu.level-2 li a,
.header.transparent-header .custom-menu-primary ul.submenu.level-2 li a{
  color: #263238;
}
.header.header-v2 .custom-menu-primary ul li a:hover,
.header.transparent-header .custom-menu-primary ul li a:hover,
.header.header-v2 .custom-menu-primary ul.submenu.level-2 li a:hover,
.header.transparent-header .custom-menu-primary ul.submenu.level-2 li a:hover{
  color: #fff;
} 
.header-v2 .header-container-wrapper.fixed-top .custom-menu-primary ul li a,
.header.transparent-header .header-container-wrapper.fixed-top .custom-menu-primary ul li a, 
.header-v2 .header-container-wrapper.fixed-top .search-btn:before, 
.header.transparent-header .header-container-wrapper.fixed-top .search-btn:before{
  color: #263238;
}

.header-container-wrapper.fixed-top .custom-menu-primary ul li a:hover {
  border-bottom: 2px solid #263238;
}

.header.transparent-header .header-container-wrapper.fixed-top .custom-menu-primary ul li a.active-item {
  color: #f77f43;
}
.header-container-wrapper a.menu-link.active-item {
    color: #ffffff !important;
    border-color: #fff;
}
.header-container-wrapper.fixed-top a.menu-link.active-item {
    color: #263238 !important;
    border-color: #263238;
}


body.h-search-active, body.f-search-active {
  overflow: hidden;
  height: 100%;
}
body.h-search-active .header-container-wrapper .hs-search-field {
  opacity: 1;
  visibility: visible;
}
body.h-search-active .header-container-wrapper .search-btn:after {
  transform: translate(-50%, -50%) scale(1);
}
body.f-search-active .footer-container-wrapper .hs-search-field {
  opacity: 1;
  visibility: visible;
}
body.f-search-active .footer-container-wrapper .search-btn:after {
  transform: translate(-50%, -50%) scale(1);
}
.footer-container-wrapper .search-btn {
  z-index: 999;
}
body.f-search-active .header-container-wrapper .search-btn {
  z-index: 998;
}

.header-container-wrapper.fixed-top {
  padding: 15px 0px;
  transition: .3s ease-in-out;
}
.header .page-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo {
  float: left;
  width: 14%;
  min-width: 210px;
}
.header-logo .color-logo {
  display: none;
  transition: .3s ease-in-out;
}
.fixed-top .header-logo .color-logo {
  display: block;
}
.fixed-top .header-logo .white-logo {
  display: none;
}
.fixed-top .color-logo img {
  max-width: 140px;
}
.header-right {
  float: right;
  width: 86%;

  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-cta .cta_button:hover {
  background: #fff !important;
  color: #000 !important;
}
.header-container-wrapper.fixed-top .header-cta .cta_button:hover {
  background: #1b7ec2 !important;
  color: #fff !important;
}
.search-btn.h-search-btn,
.header-cta {
  margin-left:22px;
}
.header-cta{
  flex: 0 0 auto;
}
.header-container-wrapper .header-cta .cta_button  {
  font-family: 'Century Gothic' !important;
  font-weight:bold !important;
}



/* ==========================================================================
Footer
========================================================================== */


footer.ftr_bg {
  background: #FFFFFF;
  padding: 60px 0px 60px 0px;
  border-top: solid 1px #e8e8e8;
}
.footer-container-wrapper {
  background: #FFFFFF;
  position: relative;
  color: #333333;
  font-size: 14px;
  line-height: 28px;
}
.footer-container-wrapper .page-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.footer-container-wrapper .widget-type-logo {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 5;
  transform: translate(-50%,-50%);
}
.footer-container-wrapper .widget-type-logo a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  max-height: 38px;
}
.footer-container-wrapper .widget-type-logo a img {
  display: block;
}
.footer-container-wrapper .page-center {
  margin: 0 auto !important;
  float: none !important;
  padding-top: 70px;
  padding-bottom: 28px;
}

.footer-right .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-right .row-fluid:after,
.footer-right .row-fluid:before {
  display: none;
}

.footer-right .span10,
.footer-right .span1 {
  min-height: inherit;
  width: auto;
}
.custom-menu-secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: 18px;
  line-height: 22px;
}
.footer-right .custom-menu-secondary ul li {
  text-transform: capitalize;
  padding:0px;
  margin: 0 0 0 30px;
}
.footer-right .custom-menu-secondary ul li a {
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  color: #333333;
}
.custom-menu-secondary ul li a:hover {
  color: #333333;
}
.footer-container-wrapper .search-btn:before{
  background-image: url(https://digitalmarketing.computan.com/hubfs/icon-search-white.svg);
}

.footer-container-wrapper .page-center .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-container-wrapper .page-center > div > .row-fluid >  .span1 {
  width: auto;
  margin:0;
}
.footer-container-wrapper .page-center > div > .row-fluid > .span2 {
  width: 40%;
  margin:0;
}
.footer-container-wrapper .page-center > div > .row-fluid > .span9 {
  width: 60%;
  margin:0;
}

.footer-container-wrapper p,
.footer-text p {
  margin: 0;
}
.footer-container-wrapper p a,
.footer-text a {
  text-decoration: none;
}
.footer-container-wrapper p a:hover,
.footer-text a:hover {
  color: #fff;
}

.footer-text {
  width: 40%;
}
.footer-right {
  width: 60%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin:0px;
}
.search-btn.f-search-btn {
  margin-left: 22px;
}

/* ==========================================================================
Custom Menu Primary
========================================================================== */
 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
}

/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */

.mobile-trigger, .child-trigger{
  display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){
  .heading_area h2 {
    font-size: 30px;
  }

  .heading_area p {
    font-size: 16px;
    line-height: 1.5;
  }
  footer.ftr_bg{
    padding: 41px 0px 30px 0px !important;
  }

  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }

  /* Toggle Button
  ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Toggle Button Icon
  ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #ffffff; /* Icon color */
  }

  /* Child Toggle Button
  ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  main.body-container-wrapper.sp_main_content .simple-banner {
    text-align: left;
    padding:75px 0;
  }
  main.body-container-wrapper.sp_main_content .simple-banner h1 {
    font-size: 40px;
    line-height: 1.18;
  }
  main.body-container-wrapper.sp_main_content .systems-page .page-header h2 {
    line-height: 1.1;
    font-size: 26px;
  }
  main.body-container-wrapper.sp_main_content .systems-page .page-header > br{
    display:none;
  }
  main.body-container-wrapper.sp_main_content .preferences-page .item .checkbox-row {
    padding-left: 0px;
    position: relative;
  }
  main.body-container-wrapper.sp_main_content .preferences-page .item [type="checkbox"]+span {
    font-size: 15px;
    padding-left: 0px;
    position: relative;
  }
  main.body-container-wrapper.sp_main_content .preferences-page .item .fakelabel>span {
    padding-left: 60px;
    position: relative;
    display: block;
    width: 100%;
  }
  main.body-container-wrapper.sp_main_content .preferences-page .item [type="checkbox"]+span:before {
    left: 15px;
  }
  main.body-container-wrapper.sp_main_content .preferences-page .item [type="checkbox"]:not(:checked), main.body-container-wrapper.sp_main_content .preferences-page .item [type="checkbox"]:checked {
    left: 15px;
    top: 5px;
  }
  main.body-container-wrapper.sp_main_content .preferences-page .item [type="checkbox"]:checked+span:after, main.body-container-wrapper.sp_main_content .preferences-page .item [type="checkbox"]:not(:checked)+span:after {
    left: 23px;
  }
  main.body-container-wrapper.sp_main_content .preferences-page .item .item-inner p {
    font-size:14px;
    margin: 15px 0px 10px 15px;
  }
  main.body-container-wrapper.sp_main_content .preferences-page .item .item-inner p:before {
    display:none !important;
  }
  main.body-container-wrapper.sp_main_content .subscribe-options label > span {
    display: block;
    font-size: 15px !important;
  }
}

/* ==========================================================================
Blog                                         
========================================================================== */

/* Blog Post and Listing Body Class */
body.blog {}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* Blog Content Column
========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/** 
* Blog Social Sharing icons
*
* Overrides defaults to better align icons and prevent overlapping 
*/

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/** 
* Blog Commments 
*
* Custom styles are listed below, as the COS does not provide default styles.
*/

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }


/* All Global Forms
========================================================================== */

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: {font=Nunito Sans, font_set=GOOGLE, styles={font-family='Nunito Sans', font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#333333, variant=null, fallback=null, style=font-family: 'Nunito Sans'; font-style: normal; font-weight: normal; text-decoration: none, css=color: #333333;font-family: 'Nunito Sans';};
  font-size: 22px;
}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
  /* color: #555;
  opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
  /* color: #555;
  opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
  /* color: #555;
  opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
  /* color: #555;
  opacity: 1; */
}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* Multi Column Form
========================================================================== */

/*blog listing v2 Styles*/
.body-wrapper.hs-blog-listing{
  overflow: visible; 
}
.hs-blog-listing .cstm-blog-container .blog-section{
  padding-top: 30px;
}
.hs-blog-listing .cstm-blog-container .blog-section .post-listing .cstm-heading{
  font-size: 23px;
}
.hs-blog-listing .cstm-blog-container .blog-section .post-listing .post-item h2{
  font-size: 18px;
  line-height: 19px;
}
.hs-blog-listing .cstm-blog-container .blog-section .post-listing .post-item h2 a{
  background: none;
}
.hs-blog-listing .cstm-blog-container .blog-section .post-listing .post-item .hs-featured-image{
  width: 100%;
  object-fit: cover;
}

body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field { padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}

/* All Global Buttons (Excluding CTAs)
========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: {font=Nunito Sans, font_set=GOOGLE, styles={font-family='Nunito Sans', font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#333333, variant=null, fallback=null, style=font-family: 'Nunito Sans'; font-style: normal; font-weight: normal; text-decoration: none, css=color: #333333;font-family: 'Nunito Sans';};
  font-size: 22px;
  text-decoration: none !important;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  list-style: none;
  margin:0;
  padding:0;
}

.slick-dots li {
  padding: 0 3px;
}

.slick-dots li button {
  min-width: inherit;
  border: 0;
  background: none;
  font-size: 0;
  line-height: 0;
  width: 12px;
  height: 12px;
  min-height: inherit;
  border-radius: 100%;
  background: #263238;
  border: solid 1px #263238;
  -webkit-transition: background linear .3s;
  transition: background linear .3s;
  padding: 0;
  display: block;
  outline: none;
}

.slick-dots li button:hover {
  background: #333333;
  border-color: #333333;
}

.slick-dots li.slick-active button {
  background: #333333;
  border-color: #333333;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
  cursor: pointer;
  z-index: 10;
  color: #2a2f69;
  line-height: 1;
  width: 40px;
  height: 40px;
  font-size: 26px;
  left: -15px;
}

.slick-prev i,
.slick-next i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick-next {
  left: auto;
  right: -15px;
}
.slick-slide{
  outline: none !important;
}

/* split words animations */
.splitting .word,
.splitting .char {
  display: inline-block;
}
.splitting .char {
  position: relative;
}
.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  user-select: none;
}
.splitting {
  --word-center: calc((var(--word-total) - 1) / 2);
  --char-center: calc((var(--char-total) - 1) / 2);
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  --char-percent: calc(var(--char-index) / var(--char-total));
  --char-offset: calc(var(--char-index) - var(--char-center));
  --distance: calc(
    (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

.splitting .char {
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: opacity 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear;
  transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition-delay: calc( 20ms * var(--char-index) );
  transition-delay: calc( 20ms * var(--char-index) );
}
.splitting[data-scroll="out"] .char {
  opacity: 0.1;
  -webkit-transform: translateY(0.25em);
  transform: translateY(0.25em);
}

/* Blog Style  */
.blog-header__title {margin-top:18px;}
.blog-recent-posts__title {line-height: 34px;}
.blog-banner-post {
  position: relative;
}
.blog-banner-post:before {
  content: "";
  display: block;
  background-color: #152940;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: .4;
}
.blog-banner-post-content {
  position: relative;
  width: 100%;
  padding-bottom: 130px;
  text-align: center;
}
.blog-banner-post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: end;
  height:500px;
}
.blog-banner-post h2,
.blog-banner-post h2 a {
  color: #fff;
  font-weight: 600;
  font-size: 48px;
  position: relative;
  margin-bottom: 30px;
}
.blog-banner-post h2 a:hover,
.blog-banner-post h2 a:focus {
  color: #333333;
  text-decoration: none;
}
.blog-banner-post h2:after {
  content: '';
  width: 50px;
  height: 2px;
  background: #f77f43;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}
.post-date-box {
  font-weight: 400;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.post-read-more {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  border-radius: 0;
  padding: 10px 45px;
}
.post-read-more:hover,
.post-read-more:focus {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  text-decoration: none;
}

.blog-post-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.blog-post-small {
  width: calc(100% / 3 - 20px);
  position: relative;
  z-index: 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  transition: .4s ease;
  border-radius:5px;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 10px 20px;
}
.blog-post-small .blog-post-image-small {
  display: block;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  padding-bottom: 60%;
}
.blog-post-content-small {
  padding: 30px;
}
.post-author-date { 
  margin-bottom: 20px;
}
.post-author-date * { 
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding-right:10px;
  margin-right:10px;
}
.blog-post-small .topic-button {
  display: inline-block;
  text-transform: capitalize;
  border-right: 1px solid #d1d6dc;
}
.blog-post-small .topic-button:hover,
.blog-post-small .topic-button:focus {
  color: #0b1e48;
  text-decoration: none;
}

.blog-post-content-small h4 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 15px;
}
.blog-post-content-small h4 a:hover,
.blog-post-content-small h4 a:focus {
  color: #f77f43;
  text-decoration: none;
}
.blog-post-small .post-date-box {
  color: #555555;
  margin-bottom: 0px;
}
.cstm-blog-post .hs-topics a{
  color: #f77f43 !important;
}
.blog-post-small .post-date-box .post-date {
  font-weight: 400 !important;
  font-size: 14px !important;
}
.blog-post-small .post-btn {
  color: #f77f43;
  font-weight: 700;
  font-size: 13px;
}
.blog-post-small .post-btn i {
  font-size: 10px;
  margin-left: 1px;
}
.blog-post-small .post-btn:hover,
.blog-post-small .post-btn:focus {
  color: #0b1e48;
  text-decoration: none;
}
/* First Blog Pagination  */
.blog-index .blog-pagination {
  display: block;
  text-align: center;
  width: 100%;
  padding-top: 30px;
  margin-bottom: 0px;
}
.blog-index .blog-pagination>div {
  display: inline-block;
}
.blog-index .blog-pagination-left {
  text-align: right;
}
.blog-index .blog-pagination-right {
  text-align: left;
}
.blog-index .blog-pagination a {
  text-decoration: none;
  border-radius: 123px !important;
  min-height: 40px;
  min-width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background: #f5f5f5;
  color: #333;
  font-weight: bold;
}
.blog-index .blog-pagination a:hover,
.blog-index .blog-pagination a:focus {
  background-color: #f77f43;
  text-decoration: none;
  color: #fff;
}
.blog-index .blog-pagination a.elipses {
  border: 0;
}
.blog-index .blog-pagination a.active {
  background-color: #f77f43;
  color: #fff;
  pointer-events: none;
  cursor: default;
}
.blog-index .blog-pagination a.next-link,
.blog-index .blog-pagination a.prev-link {
  background-color: #f5f5f5;
  color: #333;
}
.blog-index .blog-pagination a.next-link:hover,
.blog-index .blog-pagination a.prev-link:hover {
  background-color: #f77f43;
  color: #fff;
}


/* 
==========================================================================
System Page Style
========================================================================== 
*/

.error-box {
  padding: 70px 20px 70px;
  max-width: 700px;
  margin: 0 auto;
  text-align:center;
}
.error-wrapper {
  padding-top: 90px;
}
.simple-banner {
  background: #0b1e48;
  text-align:center;
  padding: 100px 0px 70px;
}
.simple-banner * {
  color:#fff;
}
.unsubscribe-page .content-wrapper {
  min-height: inherit;
}
.unsubscribe-page .systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 70px 0px 100px;
}
.unsubscribe-page .page-header h1 {
  display:none;
}
.unsubscribe-page h3,
.unsubscribe-page.confirmation .page-header h3 {
  text-transform: capitalize;
  font-weight: 500 !important;
}
.unsubscribe-page .email-edit.hs-input,
.password-page #hs-pwd-widget-password {
  font-size: 16px !important;
  width: 100% !important;
  border: 0px;
  border-bottom: 2px solid #0b1e48;
  border-radius: 0px;
  outline: none;
  padding: 20px 0 !important;
}
.unsubscribe-page .email-edit.hs-input::-webkit-input-placeholder,
.password-page #hs-pwd-widget-password::-webkit-input-placeholder { /* Edge */
  font-size: 16px !important;
}
.unsubscribe-page .email-edit.hs-input:-ms-input-placeholder,
.password-page #hs-pwd-widget-password:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 16px !important;
}
.unsubscribe-page .email-edit.hs-input::placeholder,
.password-page #hs-pwd-widget-password::placeholder {
  font-size: 16px !important;
}
.unsubscribe-page form input[type=submit], 
.unsubscribe-page form .hs-button {
  background-color: rgba(247,127,67,1.0);
  border: 0px solid #f77f43;
  font-size: 16px !important;
  border-radius: 0px;
  color: #fff;
  padding: 13px 20px;
}
.unsubscribe-page form input[type=submit]:hover, 
.unsubscribe-page form .hs-button:hover {
  background: rgb(255,139,73);
}
.unsubscribe-page.confirmation .page-header {
  font-size: 16px;
  font-weight: 400;
}
.unsubscribe-page.confirmation .systems-page #content {
  background-color: inherit;
  border: 0px;
  border-radius: 0px;
  color: #f77f43;
  font-weight: 500;
  font-size: 25px;
  margin: 50px 0px 0px;
  padding: 0;
}
.sp-body-cover {
  height: 100vh;
  overflow: initial !important;
  display: flex;
  flex-direction: column;
}
.password-page h1 {
  display: none;
}
.password-page p {
  font-size: 32px;
  font-weight: 500;
}
.systems-page .email-prefs .header {
  position: static;
}
.preferences-page .page-header {
  margin-bottom: 20px;
}
.preferences-page .item {
  position: relative;
}
.preferences-page .item .item-inner {
  background-color: #e9e9e9;
  border-radius: 6px;
  border: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  margin-bottom:20px;
}
.preferences-page [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.preferences-page input {
  position: relative;
  top: 3px;
}
.preferences-page input {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  float: left;
}
.preferences-page .item .checkbox-row {
  padding-left: 80px;
}
.preferences-page .item .item-inner * {
  color: #171b25;
  margin-bottom: 1px;
  margin-top: 7px;
  padding-top: 1px;
}
.preferences-page .item .item-inner p {
  margin: 0 20px 20px 160px;
}
.preferences-page .item .item-inner p:before {
  background-color: #171b25;
  content: '';
  height: 83px;
  left: 126px;
  opacity: .1;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 1px;
}
.preferences-page .item [type="checkbox"]+span:before {
  left: 50px;
}
.preferences-page .item [type="checkbox"]+span {
  font-size: 19px;
  font-weight: 700;
  padding-left: 80px;
}
.preferences-page [type="checkbox"]+span:before {
  background-color: rgba(23,27,37,.05) !important;
  border-radius: 6px;
  content: '';
  height: 28px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
}
.preferences-page .item [type="checkbox"]:checked+span:after, 
.preferences-page .item [type="checkbox"]:not(:checked)+span:after {
  left: 57px;
}
.preferences-page [type="checkbox"]:checked+span:after {
  background-color: #3e35f1;
  border-radius: 6px;
  content: '';
  height: 14px;
  left: 7px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
}


.preferences-page-content h2{
  font-size: 34px;
  font-weight: 400;
  line-height: 25px;
  color: #171b25;
}
.preferences-page-content .page-header{
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: 'Inter';
  color: #171b25;
}
.preferences-page-content .item .item-inner {
  background-color: rgba(244, 246, 250, 1.0);
  padding-top: 20px;
}
.preferences-page-content .item .item-inner p {
  margin: 10px 20px 20px 160px;
}

.preferences-page-content .subscribe-options .header {
  box-shadow: none;
  margin-bottom: 20px;
}
/* .preferences-page-content .subscribe-options [type="checkbox"]:not(:checked) {
position: inherit; 
left: -9999px; 
} */
.subscribe-options label {
  position: relative;
}

.subscribe-options label input {
  max-width: 100%;
  display: none;
}
.preferences-page-content .fakelabel {

}
.subscribe-options span  {
  padding-left: 50px;
  font-size: 19px;
  font-weight: 700;
}

.preferences-page-content .subscribe-options [type="checkbox"]+span:before {
  background-color: rgba(23,27,37,.05) !important;
  border-radius: 6px;
  content: '';
  height: 28px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
}

.preferences-page-content [type="checkbox"]:checked+span:after {
  background-color: #f77f43;
}
main.body-container-wrapper.sp_main_content .preferences-page .item input {
  display:inline-block;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  opacity:0;
}
.preferences-page-content .item [type="checkbox"]:not(:checked) {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 111;
  opacity: 0;
  cursor: pointer;
}
.preferences-page-content .item [type="checkbox"]:checked{
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 111;
  opacity: 0;
  cursor: pointer;
}
.search-page-area .hs-search-field__input {
  font-size: 16px !important;
  width: 100% !important;
  border: 0px;
  border-bottom: 2px solid #0b1e48;
  border-radius: 0px;
  outline: 0;
  padding: 20px 30px 20px 0 !important;
}
.search-page-area .hs-search-field__bar button {
  padding: 0px;
  background: none;
  margin: 0;
  border: 0;
  position: absolute;
  right: 0;
  top: 22px;
}
.search-page-area .hs-search-field__bar button svg {
  height: 20px !important;
}
.search-page-area ul.hs-search-results__listing li a {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #f77f43;
  text-decoration: none !important;
  display: block;
  margin: 0;
}
.search-page-area ul.hs-search-results__listing li a:hover{
  color:#263238 !important;
}
.search-page-area .hs-search-results__description {
  font-size: 16px;
  line-height: 1.6;
  margin: 3px 0 15px 0;
  padding: 0;
}
.search-page-area .hs-search-results__pagination a {
  color: #f77f43;
  font-weight:600;
  text-decoration: none !important;
}
.search-page-area .hs-search-results__pagination a:hover{
  color: #0b1e48;
}
/* subscription end */


/* Heading Style  */

.heading-option2 {
  margin-bottom: 50px;
}
.heading-option2.center {
  text-align:center;
}
.heading-option2 h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0px 0px 15px;
  color:rgb(247,127,67);
  text-transform:uppercase;
}
.heading-option2 h2 {
  font-weight: 600;
  margin: 0px;
  line-height: 1.1;
  word-wrap: break-word;
  position: relative;
  color:#263238;
  padding:0 0 20px;
  text-transform:uppercase;
}
.heading-option2 h2:after{
  position:absolute;
  content:'';
  width:77px;
  margin: 0px;
  transform-origin: left center 0;
  background: rgb(247,127,67);
  height:3px;
  left:0;
  right:0;
  bottom:0;
}
.heading-option2.center h2:after {
  margin:0 auto;
}
.heading-option2.center p {
  margin:20px 0px 0px;
}

/* System pages Footer  */
.sp-body-cover .lp-footer-cover {
  margin-top: auto;
}
.sp-body-cover .flex_copy_right {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #0b1e48;
}



/* ==========================================================================
7. MOBILE MEDIA QUERIES                              
========================================================================== */


@media (max-width: 1023px) {
  .dnd_area-row-0-background-image.dnd_area-row-0-force-full-width-section{
    background-size: cover !important;
    background-position: 50% 30% !important;
  }
}


/* Screen sizes smaller than site maxWidth (.page-center)
========================================================================== */

@media (max-width: 1460px) {}


/* Landscape tablet and smaller devices
========================================================================== */

@media (max-width: 991px) {

  .blog-post-small {width: calc(100% / 2 - 20px);}
  .blog-post-row {
    margin: 0px;
  }
  .about-author-sec.author-page-section {
    padding: 0px 15px;
  }

}


@media (max-width: 620px) {

  .blog-post-small {width: calc(100% / 1 - 20px);}


}


/* Landscape phones and smaller devices
========================================================================== */
@media (max-width: 575px) {
  .blog-post-small {width: calc(100% / 1 - 20px);}
  .blog-cta-box {width: calc(100% / 1 - 20px);}
}

@media (max-width: 479px) {
  .lp-header a#cta_button_482618_3c62f6bc-aaeb-4dec-bceb-e5e2843ae323{
    padding: 14px;
  }
}

.body-wrapper{
  overflow: hidden;
  width:100%;
  position: relative;
}
.content-wrapper{
  min-height: calc(100vh - 244px);
}
#email-prefs-form .header{
  box-shadow: none !important;
}





/*13-01-2021*/
.team-left-sidebar ul li:hover,
.team-left-sidebar ul li:focus,
.team-left-sidebar ul li.active, .team-tab h4, .fancybox-content h4{
  color: #333333;
}
.footer-container-wrapper .widget-type-logo, .popup-img-color-box, .contact-form .hs-button{
  background-color: #333333;
}
.team-social-media a{
  color: #333333;
  border: solid 1px #333333;
}
.popup-img-box:before{
  border: 2px solid #333333;
}
ul.tabs li:hover {
  background-color: #333333;
  border-color: #333333;
}

ul.tabs li.active {
  background-color: #333333;
  border-color: #333333;
}
.contact-form .hs-form-field.input-focused {
  border-color: #333333;
}
.contact-form .hs-button:hover{
  background-color: #333333;
}
.form-left-text h2:after {
  background: #333333;
}
.form-left-text a{
  color: #333333;
}
.right-contact-form .hs-input:focus{
  border: 1px solid #333333;
}
.right-contact-form form input[type="checkbox"]:checked+span:before{
  background-color: #333333;
  border-color: #333333;
}
.navigation-primary .submenu.level-1 > li > a.active-item{
  color: #333333;
}
.right-contact-form .primary.large{
  border: 1px solid #333333;
  color: #333333;
}
.right-contact-form .primary.large:hover,
.right-contact-form .primary.large:focus {
  background: #333333;
}
.stem-wrapper .stem-background {
  background: #333333;
}
.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus{
  color: #333333;
}
body .submenu.level-2 .menu-item .menu-link {
  line-height: 1.3 !important;
  white-space: normal;
  font-weight: 400;
  font-size: 15px;
  color: #263238;
}

.submenu.level-2{
  /*   width: auto !important; */
  /*box-shadow: 0 0 10px rgb(0 0 0 / 25%);*/
}
.products-slider .slick-prev,
.products-slider .slick-next {
  background: #333333;
}
.products-slider .tab-item:before {
  background: #333333;
}
.hero-content{
  background-color: #333333;
}
.testimonials-slider .slide-header{
  color: #333333;
}

.blog-comments .hs-button {
  border: 2px solid #333333;
  color: #333333;
}

.blog-comments .hs-button:hover {
  background-color: #333333;
}


.blog-comments .comment-reply-to:hover {
  color: #333333;
}

.cloud9-item.active .title {
  color: #333333;
}
.featured-item .tag, .post-box { 
  background-color: #333333;
}
.cta-section .cta-holder{
  border: solid 1px #333333;
}
.getin-tocuh {
  background: #333333;
}
.pricing-cols .price-info {
  background: rgba(51, 51, 51, .2);
}
.pricing-cols .best-selling {
  background: rgba(51, 51, 51, .2);
}
.products-slider .dropdown-col{
  background: #333333;
}
.slider-bottom-wrap .bottom-dropdown ul{
  background: #333333;
}
.image-text-slider .slide {
  background: #333333;
}
.tabs-block .accordion-opener{
  background: #333333;
}
.tablinks.active p,
.tablinks.active:hover p {
  color: #333333;
}
.tablinks:before {
  background: #333333;
}
.tabs-list {
  background: rgba(51, 51, 51, .8);
}
.testimonials-area q:after,
.testimonials-area q:before {
  color: #333333;
}
.customer-slider-holder{
  background-color: #333333; 
}
.customer-slider-holder h6 {
  color: #333333;
}
.section-holder {
  background-color: #1b7ec2;
}
.slider_nav .left,
.slider_nav .right{
  border: solid 2px #1b7ec2;
}
.pricing-cols ul li:before{
  border: solid 2px #1b7ec2;
  border-width: 0 2px 2px 0;
}
.tabsarea {
  background: #1b7ec2;
}
.team-tab, .team-left-sidebar ul li, .fancybox-content, .fancybox-content h6, .fancybox-content p {
  color: #1b7ec2;
}
.testimonials-block, .testimonials-block:before {
  background-color: #1b7ec2;
}
@media (min-width: 1024px) {
  .blurry-menu ul.submenu.level-1 li a:before {
    background: #333333;
  }
}
@media (max-width: 1023px) {
  .header__navigation{
    background-color: #f5f5f5 !important;
  }
  .submenu.level-2 .menu-item .menu-link{
    /*     color: #333333!important; */
  }
  .team-left-sidebar ul li{
    background: #333333;
  }
  .lp-header .header-container-wrapper .page-center{
    padding-top: 0;
    padding-bottom: 0;
  }
  .lp-header .header-cta{
    display: block;
  }
  .header .custom-menu-primary .header__navigation ul li a {
    color: #161f4a !important;
    border: 1px solid #187ec2 !important;
    margin: 10px 10px;
    width: calc(100% - 20px);
  }
  .header .custom-menu-primary .header__navigation ul li a:hover,
  .header .custom-menu-primary .header__navigation ul li a:focus {
    background:#187ec2;
    color: #fff !important;
    border: 1px solid #187ec2 !important;
  }

}



/* footer style start */

footer.ftr_bg .page-center {
  max-width: 1350px;
}
.flex_footer {
  display: flex;
  justify-content: center;
}
.flex_ftr_1 {
  flex-basis: 37%;
  padding: 0px 20px 0px 0px ;
}
.flex_ftr_2 {
  flex-basis: 35%;
  padding: 0px 20px;
}
.flex_ftr_3 {
  flex-basis: 28%;
  padding: 0px 0px 0px 20px ;
}

.footer-v2 .flex_ftr_1 {
  flex-basis: 36.3%;
  padding: 0px 85px 0px 0px ;
}
.footer-v2 .flex_ftr_2 {
  flex-basis: 27.5%;
  border-left:1px solid #d7d7d7;
  border-right:1px solid #d7d7d7;
  padding: 0px 50px 0px 110px;
  padding-left: 5vw;
}
.footer-v2 .flex_ftr_3 {
  flex-basis: 23%;
  padding: 0px 0px 0px 20px ;
}
.footer-v2 .flex_ftr_4 {
  flex-basis: 36.3%;
  padding-left: 6.5vw;
}
.footer-v2 .flex_ftr_4 .flex_social {
  align-items: unset !important;
  align-self: unset !important;
  padding-top: 0;
  flex-direction: column;
}
.footer-v2 .flex_ftr_4 .email_sub_module {
  margin-top: 0;
}
.footer-v2 .discription_ftr span {
  font-size: 15px;
  color: #a9a9a9;
  line-height: 25px;
}
.quick-links-area ul li,.services-area ul li{
  display: block;
  width: 100%;
}
.quick-links-area ul li:not(:last-child),.services-area ul li:not(:last-child){
  margin-bottom: 16px;
}
.quick-links-area ul li a,.services-area ul li a{
  color: #263238;
  font-weight: 400;
  text-decoration: none;
}
.quick-links-area ul li a:hover,
.services-area ul li a:hover {
  color: #1b7ec2;
}
.email_sub_module .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field > label {
  display: none;
}
.footer-v2 .flex_ftr_4 .email_sub_module input[type=email] {
  height: 40px;
}
.footer-v2 .flex_ftr_4 .email_sub_module input[type=submit] {
  top: 0px;
  height: 40px;
  font-weight:bold;
}
.footer-v2 .flex_ftr_4 .email_sub_module .submitted-message {
	color: #333333;
	margin-bottom: 26px;
	text-align: left;
}
@media (max-width: 767px){
  .footer-v2 .flex_ftr_1 {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .footer-v2 .flex_ftr_2 {
    flex-basis: 50%;
    padding: 0 0;
  }
  .footer-v2 .flex_ftr_3 {
    flex-basis: 50%;
    padding: 20px 0;
  }
  .footer-v2 .flex_ftr_4 {
    flex-basis: 100%;
    padding: 0;
  }
}
@media (max-width: 575px){
  .footer-v2 .flex_ftr_2 {
    flex-basis: 100%;
  }
  .footer-v2 .flex_ftr_3 {
    flex-basis: 100%;
    padding: 20px 0;
  }
  .footer-v2 .flex_ftr_4 {
    margin-top: 20px;
  }
}
.discription_ftr span {
  font-size: 15px;  
  color: #333333;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 0px;
  line-height: 0px;
}
.discription_ftr div {
  margin-top: 38px;
  margin-bottom: 0px;
  line-height: 20px;
}
.follower_Counter a span:first-child {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  margin-right: 4px;
}
.follower_Counter a span:nth-child(2) {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  /* margin-right: 4px; */
}

.para_social span {
  color: #a9a9a9;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
}
.follower_Counter {
  margin-top: 55px;
  border-bottom: solid 1px #e8e8e8;
  padding-bottom: 20px;
}
.para_social {
  /* padding-top: 7px; */
  padding-right: 15px;
  width: 100%;
}
.follower_Counter a:hover {
  text-decoration: none;
}
.flex_social {
  display: flex;
  align-items: center;
  align-self: center;
  padding-top: 20px;
}
.flex_social .hs_cos_wrapper{
  width: 100%;
}
.hs-error-msg{
  color: red !important;
}
.social_icons .fa {
  color: #94e1d3;
  padding: 0px 10px;
}
.email_sub_module input[type=email] {
  width: calc(100% - 126px) !important;
  border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #d1d6dc;
  padding: 0px 10px 0px 10px;
  height: 40px;
  font-size: 13px;
}

input[type=email]::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 3;
}
.email_sub_module .hs-form-field {
  margin-bottom: 0px;

}
.email_sub_module {
  margin-top: 40px;
  position: relative
}

.email_sub_module input[type=submit] {
  background-color: #161f4a;
  font-size: 12px;
  padding: 0px;
  line-height: 0px;
  height: 40px;
  border: 0;
  padding: 0px 20px;
  border-radius: 0px;
  width: 128px;
  font-weight: 500;
  position: absolute;
  top: 0px;
  right: 0; 
}
.email_sub_module .input{
  margin-bottom: 12px;
}
.email_sub_module ul li label {
  font-size: 12px;
  line-height: 10px;
  margin-bottom: 0px;
}

.email_sub_module .hs-input.invalid.error {
  border-color: #ef6b51;
}
.email_sub_module form input[type=submit]:hover, form input[type=submit]:focus, form .hs-button:hover, form .hs-button:focus {
  background-color: #1b7ec2;
  border-color: #1b7ec2;
  /*     color: #fff; */
}

.email_sub_module h3.form-title {
  background-color: rgba(247,127,67,1.0);
  color: #263238;
  display: none;
}

label#label-email-10973513-be9b-42ea-9d18-fbc255d2f604_2440 {
  display: none;
}

.email_sub_module input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=file]:focus, select:focus, textarea:focus {
  border-color: #94e1d3;
}
.follower_Counter a {
  display: flex;
  align-items: center;
}
.d-flex{
  display: flex;
}
.Social_anchor a {
  padding: 0px 5px;
}
.Social_anchor {
  display: flex;
  justify-content: start;
}

.blog-block {
  display: flex;
  justify-content: start;
}
.featured_post_image img {
  width: 100%;
  height: 100%;
}

.featured_post_image {
  max-width: 120px;
  max-height: 98px;
  overflow: hidden;
}
.post-text  {
  padding-left: 18px;

}
.post-text h3 {
  margin-bottom: 0px;
  line-height: 0px;
}

.post-text h3 a {
  font-size: 13px;
  color: #5b5b5b;
  line-height: 16px;
  font-weight: 600;

}
.post-text p {
  color: #a9a9a9;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0px;
}
.vertical_Align{
  align-self: center;    
  align-items: center;   
}
.Heading_Blg1 {
  color: #5c5c5c;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 600;
}
.blog-block.vertical_Align {
  padding-bottom: 20px;
}
.blog-block.vertical_Align img{
  -webkit-transition: .3s;
}
.blog-block.vertical_Align:hover img {
  -webkit-transform: scale(1.1);
  -webkit-transition: .3s;
}
.blog-block.vertical_Align:last-child {
  padding-bottom: 0px;
}
.social_icons svg {
  width: 20px;
  height: 20px;
  fill: #f77f43;
  font-size: 20px;
}
.social_icons svg:hover{
  fill: #000;
}
.post-text a:hover {
  color: #5b5b5b;
}
/* footer style end */
.flex_s_ftr_gallery {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.max_w_gallery iframe {
  height:300px;
}
.flex_s_ftr_gallery img {
  width: 100%;
  height: 105px;
  object-fit: cover;
  overflow: hidden;
  display:bloclk;
  -webkit-transition: .3s;
}
.flex_s_ftr_gallery img:hover {
  -webkit-transition: .3s;
  -webkit-transform: scale(1.1);
}
.flex_s_ftr_gallery a {
  width: 110px;
  overflow: hidden;
  display: inline-block;
  height: 105px;
}
.flex_s_ftr_gallery a:hover{
  color: transparent;
}
a.v_more_ftr {
  color: #9f9f9f;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  cursor: pointer;
}
span.brat_text {
  color: #f77f43;
}
.flex_copy_right {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  border-top: solid 1px #e8e8e8;
}

.flex_copy_right .inner_copy_right {
  padding: 20px 0px 20px 0px;
}
.lp-copyright.flex_copy_right .inner_copy_right{
  padding: 20px 0px;
}
.submitted-message {
  color: #fff;
  text-align: center;
}
.hs_error_rollup {
  display: none;
}
.backtoTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #161f4a;
  color: #fff;
  box-sizing: border-box;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.backtoTop:hover,.backtoTop:active,.backtoTop:focus{
  text-decoration: none;
  color: #fff;
}
.backtoTop i{
  transform: rotateZ(
    270deg);
  position: relative;
  left: -1px;
}

/* responsive 767px start */

@media screen and (max-width: 1023px) {
  .top-heading { 
    font-size: 20px;
  }
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {font-size: 22px;}
  h5 {font-size: 20px;}
  h6 {font-size: 18px;}
  p{ margin: 0 0 25px;}

  .flex_footer {
    flex-wrap: wrap;
  }
  .flex_footer.footer-v2 {
    justify-content: space-between;
  }
  .footer-v2 .flex_ftr_1 {
    flex-basis: 100%;
    padding: 0px;
    margin-bottom:40px;
  }
  .footer-v2 .flex_ftr_2 {
    flex-basis: 40%;
    padding-left: 0;
    border-left: 0px;
  }
  .footer-v2 .flex_ftr_4 {
    flex-basis: 60%;
  }
  .post-text h3 {
    font-size: 12px;
    line-height: 12px;
  }
  .featured_post_image {
    min-width: 100px;
    height: 70px;
    width: 100px;
  }
}

@media screen and (max-width: 850px) {

  .flex_ftr_1 {
    flex-basis: 100%;
    padding: 0;
  }
  .flex_ftr_2 {
    flex-basis: 100%;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer-v2 .flex_ftr_2 {
    margin-top: 0px;
  }
  .flex_ftr_3 {
    flex-basis: 100%;
    padding: 0;
  }
  .max_w_gallery {
    max-width: 100%;
  }
  div#content input[type=email] {
    width: 100% !important;
  }
}
/* responsive 767px end */

@media (min-width: 1023.98px){
  .header-container-wrapper .page-center{
    padding-top: 0;
    padding-bottom: 0;
  }
  nav > ul > li.has-submenu .submenu{
    display: block !important;
    -webkit-transform: rotateX(-90deg) !important;
    transform: rotateX(-90deg) !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    -webkit-transform-origin: top !important;
    -ms-transform-origin: top !important;
    transform-origin: top !important;
    -webkit-transition: all 300ms linear 0s !important;
    transition: all 300ms linear 0s !important;
    -webkit-box-shadow: 0px 1px 5px -2px rgb(50 50 50 / 75%);
    -moz-box-shadow: 0px 1px 5px -2px rgb(50 50 50 / 75%);
    box-shadow: 0px 1px 5px -2px rgb(50 50 50 / 75%);
    background: #fff !important;
  }
  .submenu.level-1 > li.has-submenu {
    position: relative;
    margin: 0 18px 0 0;
    -webkit-perspective: 200;
    perspective: 200;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  ul > li.has-submenu:hover .submenu{
    -webkit-transform: rotateX(0) !important;
    transform: rotateX(0) !important;
  }
  .submenu.level-2{
    opacity: 1;
    visibility: visible;
  }
  .submenu.level-1>li{
    padding:0px !important;
  }
  .submenu.level-1 > .has-submenu > .menu-arrow{
    top: 50% !important;
  }
  body .submenu.level-2{
    margin-top: 0 !important;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 1050px){
  .header-logo{
    min-width: 215px;
  }
}


@media (max-width: 1023px){
  .header-container-wrapper {
    padding: 15px 0px;
  }
  .white-logo {
    max-width: 140px;
  }
  .header-container-wrapper.active .white-logo {
    display:none;
  }
  .header-container-wrapper.active .color-logo {
    display:block;
  }
  .header-container-wrapper.active .color-logo img {
    max-width: 140px;
  }
}

@media (max-width: 767px) {

  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  .team-left-sidebar ul li:hover,
  .team-left-sidebar ul li:focus,
  .team-left-sidebar ul li.active {
    color: #212121 !important;
  }

  .team-left-sidebar {
    padding: 15px;
    margin: 0 auto;
  }
  .team-right-content .team-tab{
    position: relative !important;
    top: 0px !important
  }
  .footer-v2 .flex_ftr_2 {
    flex-basis: 100%;
    border-right: 0px solid #d7d7d7;
  }
  .footer-v2 .flex_ftr_4 {
    flex-basis: 100%;
    margin-top: 20px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px)
  and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation:portrait)
{
  .footer-v2 .flex_ftr_4 .email_sub_module input[type=submit] {
    top: 0px;
  }
  .backtoTop i {
    -webkit-transform: rotateZ(270deg);
    position: relative;
    left: 12px;
    top: 9px;
  }
}
@media only screen and (max-width: 480px) {
  a#cta_button_482618_edb0e7b3-708c-4be0-bafd-551b986e635c {
    padding: 10px 10px;
    font-size: 14px;

  }
  .ftr_logo img {
    max-width: 250px
  }

}
@media only screen and (min-width: 415px) and (max-width: 5800px) {

  .gallery-section .content-block-hover h5, .gallery-section .content-block-hover h5 a {
    font-size: 16px;
    line-height: 20px;
    margin: 0px;
  }
  .gallery-section .content-block-hover span {
    font-size: 12px;
    line-height: 15px;
  }
  .gallery-section .content-block-hover span a {
    padding-right: 0px;
    padding-left: 0px;
  }
}


@media only screen and (max-width: 400px) {

  .email_sub_module input[type=email] {
    width: calc(100%) !important;
  }
  .email_sub_module input[type=submit] {
    width: 100%;
    position: static;
  }
}