




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Typographic Settings                      
/* Set font families here in the order:
/* ideal, fallback, generic
/* Font families that are not Browser generic should include an @import declaration from Google Fonts 
/* @import for Google Fonts should be done once including all the font families and sizes to avoid a second call
/* If there is the option to put the Google Font declaration in the Hubspot Head settings, it is best to do that here to allow 
/* this css file to load seperately and faster 
/****************************************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');





/****************************************/
/* Size Settings                      
/* Set the maximum content width and mobile switch points.
/* Include measurement in px, em, or rem.
/* 20px left and right padding will be
/* added in the global wrapper.
/****************************************/













/****************************************/
/* Colour Settings                      
/* These inherit HubSpot settings by
/* default. If you'd prefer to hardcode
/* colour settings, swap the HubL code
/* for a hex value. Create new colours
/* as required for your theme.
/* NOTE: Once you know the client's
/* brand colours, convert these to
/* hex values so they play nice with
/* convert_rgb/opacity settings.
#f2f2f2
#333333
#777777
#1b75bb
#019fd1
/****************************************/

/* Brand Colors */
/* uncomment when moved to client portal */


  
  
  
   /* site_settings.secondary_font_color */
   
  
   
  

  
/*** HEADER MENU ***/










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


/*** FOOTER ***/





@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

/*****************************************/
/* Global Styling                        */
/*****************************************/
  
html,
body {
    background: #ffffff;
}

.colored-background {
    background: #f2f2f2;
}

.row-fluid [class*="span"].global-wrapper, 
.billboard-wrapper .billboard-content .span12,
.billboard-wrapper > .container-fluid > .row-fluid [class*="span"] {
    max-width: 1368px;
	padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin: 0 auto;
    margin-left: auto !important;
    float: none;
}

hr,
.hs-horizontal-spacer {
	margin: 4em 0; 
    border: 0px;
    border-top: 1px solid rgba(204,204,204,.16);
    background: rgb(242,242,242);
    background: linear-gradient(90deg, rgba(242,242,242,.5) 0%, rgba(1,159,209,.5) 35%, rgba(242,242,242,.51) 100%);
    height: 1px;
    clear:both;
}

a,
a:active {
    color: #1b75bb;
    text-decoration: none;
}

.productinfo a.cta_button {
  color: #333;
  text-decoration: none !important;
  border-color: #333;
  background-color: transparent; /* rgba(27,117,187,20%); */
  border: 1.5px solid #333 !important;
    font-size: 20px;
    border-radius: 4px;
    padding: 10px 20px!important;
    transition: background .2s ease;
}
.checkmark .cta_button {
   margin-bottom: 10px; 
}
.checkmark .cta_button span span {
   line-height: 40px; 
}

.productinfo a.cta_button:hover,
.productinfo a.cta_button:active {
  color: #ffffff !important;
  background-color: #1b75bb;
  border: 1.5px solid #1b75bb !important;
  
}

.global-wrapper:not(.header-wrapper) a, 
.global-wrapper:not(.header-wrapper) a:active {
 /*   border-bottom: 4px solid transparent; */
}

.global-wrapper .resultssection a,
.global-wrapper .resultssection a:active, 
.footer-container-wrapper a, 
.footer-container-wrapper a:active,
.persona-repeater-content-section a,
.persona-repeater-content-section a:active,
#documents a,
#documents a:active,
.relatedproduct a,
.relatedproduct a:active {
    border-bottom: none !important; 
}

.bluebgnd a,
.bluebgnd a:active{
    color: #cccccc;
    text-decoration: none;
}

.topmenuitem a {
  color: #ffffff;
  font-weight: 400;
  line-height: 1.85;
}

.topmenuitem a:hover {
  color: #eeeeee;
}

a:hover,
.arrow-button:hover i,
.persona-block:hover .arrow-button i,
.persona-block:hover a.arrow-button {
    color: #000;
    text-decoration: none;
}

.global-wrapper:not(.header-wrapper) a,
.span12:not(.header-wrapper) a {
    text-decoration: none;
    border-bottom: 4px solid transparent;
} 
.global-wrapper:not(.header-wrapper) a:hover,
.span12:not(.header-wrapper) a:hover {
    text-decoration: none;
    border-bottom: 4px solid #abd0ec;
} 
.global-wrapper.header-wrapper) a,
.span12.header-wrapper) a {
    text-decoration: none;
} 
.global-wrapper.header-wrapper a:hover,
.span12.header-wrapper a:hover,
.social-menu a:hover {
    text-decoration: none !important;
    border-bottom: none !important; 
} 
.social-menu a:hover {
    text-decoration: none !important;
    border-bottom: 4px solid transparent !important; 
}

.persona-repeater-content-section a,
.persona-repeater-content-section .persona-text,
.persona-repeater-content-section .persona-heading h3 {
    border-bottom: none; 
    color: #ffffff !important;
}

.relatedproduct a {
    border-bottom: none; 
    color: #bbbbbb !important;
}

.resultssection a:hover,
.persona-repeater-content-section a:hover,
.persona-repeater-content-section .persona-wrapper:hover .persona-text,
.persona-repeater-content-section .persona-wrapper:hover .persona-heading h3,
.relatedproduct a:hover {
    border-bottom: none; 
    color: #a1c0e4 !important;
}

#documents a:hover {
  border-bottom: none; 
}

.footer-container-wrapper a:hover {
    color: #ccc !important;
    text-decoration: none;
    border-bottom: none !important;
}

/* Tag Cloud on blog */

ul.cloud a {
  color: #1b75bb;
}

/* Column Group */

.column-group [class*="span"].column-group-item {
    margin: 0;
    padding: 20px 2%;
    border-left: 1px solid #1b75bb;
}

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

html,
body {
    font: 400 17px/1.85 Montserrat;
	color: #333;
}

h1,
h2,
h3,
h4 {
    font-family: Montserrat;
	  font-weight: 400;
    letter-spacing: -1px;
    color: #333333;
  	line-height: 1.45em;
    margin-top: 0.5em;
    margin-bottom: 1em;
}
h1,
.billboard-content h1 {
   font-size: 52px;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 20px -5px;
    text-shadow: 1px 1px 6px rgba(0,0,0,.55);
}
.template-home .billboard-content h1 {
   font-size: 52px;
}

h2 {
   font-size: 30px;
   font-weight:500;
}
 
.billboard-content .secondary-header {
   font-size: 24px;
  -webkit-margin-after: 0.5em;
    font-size: 24px;
    line-height: 160%;
    margin: 0 0 20px;
    padding: 0 20px;
    text-shadow: 1px 1px 3px #000;
    width: 100%;
  letter-spacing: -1px;
}

.familylabel {
    color: hsla(0,0%,100%,.2);
    font-size: 16px;
    padding-top: 0;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

h3 {
   font-size: 22px;
   font-weight:500;
}

h4 {
   font-size: 17px;
}

p {
   margin-top: 0;
   margin-bottom: 1.85em;
}

pre,
code,
kbd {
    font: 0.9em/1 "Source Code Pro", Monaco, "Courier New", monospaced;
}

blockquote p {
  clear:none !important; 
}

blockquote, div.testimonial blockquote {
    margin: 1em 2em 1em 1em;
    border-left: 12px solid rgba(1,159,209,.5) !important;
    border-top: 12px solid rgba(1,159,209,.5) !important;
    padding: 20px;
    display: inline-block;
    border-radius: 30px 20px 0 20px;
    margin: 60px 0 30px;
}

div.testimonial {
    width: 100%;
    display: block;
    position: relative;
}
  
.testimonial cite strong,
div.testimonial cite strong {
    font-size: 1.2em;
    display: inline-flex;
    width: 100%;
}

.testimonial cite img, 
div.testimonial cite img {
  	width: 80px;
  	height: 80px;
    margin-right: 40px;
    margin-bottom: 1em;
	  border-radius: 40px;
}

 .testimonial blockquote {
    border-left: 12px solid rgba(123, 181, 195, .0) ;
}
.testimonial blockquote {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 73%;
	margin: 0px 0px 0px 150px;
	padding: 20px 0;
	background: transparent;
	border-radius: 8px;
}

.testimonial blockquote h5 {
	margin: 0;
	font-size: 1.2em;
	font-weight: 400;
}

.testimonial blockquote p {
	font-size: 1em;
}

.testimonial:nth-child(odd) cite {
	margin-left: 510px;
	text-align: right;
}

.testimonial:nth-child(odd) cite img {
    margin-right: 0;
	  margin-left: 40px;
}

.testimonial:nth-child(odd) blockquote,
.blog-section .testimonial:nth-child(even) blockquote{
	margin-left: 0px;
}

.testimonial:nth-child(odd) blockquote,
.page-section-sub-hero .testimonial:nth-child(even) blockquote{
	margin-left: 0px;
}

.testimonial:nth-child(odd) blockquote:after {
	left: 100%;
	border-right-color: #1b75bb;
	border-left-color: #1b75bb;
}

.row-alternate .testimonial blockquote{
    background: #1b75bb;
}

.row-alternate .testimonial blockquote:after{
    border-right-color: #1b75bb;
}

.row-alternate .testimonial:nth-child(even) blockquote:after{
    border-right-color: transparent;
    border-left-color: #1b75bb;
}

.testimonial cite {
    font-size: 12px;
    max-width: 14%;
}

@media screen and (max-width: 960px){
  .testimonial cite {
      position: absolute;
      display: contents;
      width: auto; 
      font-style: normal;
      font-size: .7em;
      line-height: 135%;
  }
  
  .testimonial blockquote {
      position: relative;
      display: table-cell;
      box-sizing: border-box;
      width: 75%; 
      margin: 0px 0px 0px 150px; 
      padding: 20px 0;
      background: transparent;
      border-radius: 8px;
  }
  .mobile-open .mobile-trigger i {
    background-color: transparent !important;
    transition: all 1s;
  }
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
    color: #ffffff;
    transition: all 1s;
  }
  .mobile-open .mobile-trigger i:after {
    transform: rotate(-45deg) translatey(-1.5px) translatex(7.5px);
    transition: all 1s;
    transform-origin: top center;
  }
}


.social-sharing__share-text {
   font-size: ; 
}


/* H1 in billboard hero scales down responsively to avoid sizing issues with mobile*/
/* https://css-tricks.com/linearly-scale-font-size-with-css-clamp-based-on-the-viewport/ */
/* adjust as needed */
@media (max-width: 1367px) and (min-width: 768px) {
   .billboard-content h1 {
     font-size: clamp(2rem, 0.6445rem + 3.0005vw, 3.059rem);
  }

  .template-home .billboard-content h1 {
     font-size: clamp(2rem, -0.9363rem + 6.4997vw, 4.294rem);
  }
  
/*  .billboard-content .secondary-header {
     font-size: clamp(1.3529rem, 1.1303rem + 0.7884vw, 1.7647rem);
  }
  
  .homepage-template .billboard-content .secondary-header {
     font-size: clamp(1.3529rem, 1.1303rem + 0.7884vw, 1.7647rem);
  } */
}

@media (max-width: 768px) {
   .billboard-content h1 {
     font-size: 34px;
         line-height: 1.125em;
  }

  .template-home .billboard-content h1 {
     font-size: 34px;
        line-height: 1.125em;
  }
  
  .billboard-content .secondary-header {
     font-size: 24px;
  }
  
   .homepage-template .billboard-content .secondary-header {
     font-size: 24px;
  }
  .billboard-content .button-cta a, .parallax-cta-content .button-cta a {
    font-size: 4.75vw !important;
  }
}
/*****************************************/
/* Forms and Form Elements               */
/*****************************************/

.hs-form-field label,
.hs-form-field .hs-field-desc{
  font-size: 0.85em;
  color: #333333;
}

.hs-form-field .hs-field-desc{
    font-style: italic;
    font-size: small;
}

input,
select,
textarea,
button,
.more-link,
.button-cta a {
    color: #333333;
    border: 1px solid #333333;
	border-radius: 4px;
}

fieldset,
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #ffffff;
	border: 1px solid #ccc;
    outline: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    box-shadow: 0px 0px 5px #1b75bb;
}

select {
    background: right 10px center no-repeat;
    background-size: 10px 10px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMpJREFUeNpi+P//PwMBwAvEPVDMi08hyCwmIgxrBmJ1KG4mZCgTEYYpI4kpEzKUiQTDiDKUiUTDkA1twWYoExmGwYASNkMZQTHDyMgIYnMAcQeRhiGDe0BcDsQ/0GNZEmorqUARqheRdqgFiEmHJIPBbyALWuD2AzEziWb8BeJCIL6P7sLnQPyADEc9BOIX2Lz8A4hrgfguiWmwBoi/4wrDzyQYCjPsM6FIIcbQu9gMwxfL+Ay9C5X7TGqywWYoXsOIzXokVQEAAQYA7gZCidvn93EAAAAASUVORK5CYII=');
}

.inputs-list,
.inputs-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

button,
input[type="submit"],
input[type="reset"],
.more-link,
.button-cta a {
   -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: .5em .8em;
    background: none;
    color: #ffffff;
    background: #1b75bb;
    border-color: #1b75bb;
    transition: all 300ms ease;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
.more-link:hover,
.button-cta a:hover{
   color: #1b75bb;
    text-decoration: none;
    border-color: #1b75bb;
    background: rgba(255,255,255,0);
}

button:active,
input[type="submit"]:active,
input[type="reset"]:active,
.more-link:active,
.button-cta a:active{
    color: #ffffff;
    background: #1b75bb;
    border-color: #1b75bb;
}

input[type="search"] {
	border: 1px solid #dedede;
    border-radius: 2px;
    width: 100%;
    padding: 0;
}

/* Form Errors */
.form-no-title .form-title {
    display: none !important;
}
input.hs-button.primary.large {
    border-radius: 4px;
    padding: 0.8em 0.8em;
}
.hs-form-field {
    box-sizing: border-box;
    position: rela  tive;
    bottom: 100%;
    display: block;
    width: 100%;
    max-width: 320px;
    padding: .5em;
    text-align: left;
    background: transparent;
    color: #ffffff;
    border-radius: 4px;
}

.hs-form-field .hs-error-msgs {
    background: #1b75bb;
    color: #ffffff;
}

.hs-form-field .hs-error-msgs:before {
  	border: solid transparent;
  	border-color: rgba(255, 255, 255, 0.01);
  	border-top-color: #1b75bb;
  	border-width: 6px;
  	pointer-events: none;
}

/* Slick Carousel Buttons/Dots/Arrows */
.slick-dots li button {
    width: 20px;
    height: 20px;
    padding: 5px;
    color: #1b75bb;
    border: 1px solid #019fd1;
    background: #1b75bb;
    border-radius: 50%;
}

.slick-arrow {display:none !important;}

.slick-dots li button:before {
    font-size: 20px !important;
    line-height: 5px;
}

.slick-prev:before, .slick-next:before {
    font-size: 30px;
    opacity: .75;
    color: #1b75bb;
}

.slick-dots {
    bottom: 15px !important;
}

.slick-dots button:hover,.slick-dots button:focus {
    background-color: transparent  !important;
    border-color: transparent  !important;
    color: hsla(45,17%,95%,.5 )!important;
}

/*******************************/
/* bow styles                  */
/*******************************/

.row-fluid-wrapper .row-fluid {
  position:relative !important;
}

.logo-vertical-align {
  display: flex !important;
  align-items: center;
  justify-content: center;
  /*min-height:300px !important;*/
}

.sinewavetop, .sinewavebottom {
  overflow:hidden;
  position:relative;
}
.sinewavetop::before, .sinewavebottom::after {
  content:'';
  position: absolute;
  z-index: 300;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -1px;
  left: -0.1vw;
  right: -0.1vw;
  top: calc(100% - 30px);
  background-size: 100% 32px;
  background-position: 100% 0%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='971.8' height='39.1' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M-.7 39.1V0l.2.4H115c32 0 123 35.5 371.1 35.5C734.3 35.9 818.1.4 846 .4h126.9l-.5-.4v38.7l-.4.4H-1.7'/%3E%3C/svg%3E"); 
}
.blue.sinewavebottom:after, .blue.sinewavetop:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='971.8' height='39.1' preserveAspectRatio='none'%3E%3Cpath fill='%231B75BB' d='M-.7 39.1V0l.2.4H115c32 0 123 35.5 371.1 35.5C734.3 35.9 818.1.4 846 .4h126.9l-.5-.4v38.7l-.4.4H-1.7'/%3E%3C/svg%3E");
}
.black.sinewavebottom:after, .black.sinewavetop:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='971.8' height='39.1' preserveAspectRatio='none'%3E%3Cpath fill='%23000000' d='M-.7 39.1V0l.2.4H115c32 0 123 35.5 371.1 35.5C734.3 35.9 818.1.4 846 .4h126.9l-.5-.4v38.7l-.4.4H-1.7'/%3E%3C/svg%3E");
}

.shape-fill {
   background-color: #1b75bb; /*rgb(27 117 187 / 90%); */
}
.sinewavetop:before {
    transform: rotate(180deg);
    top: 0%;
  bottom: calc(100% - 32px);
  
}
.sinewavebottom:after {
  transform: rotateX(0deg) rotateY(0deg) !important;
}
.row-fluid-wrapper .row-fluid {
  position:relative !important;
}

.tech-spec .slick-track {
    margin-left: 0;
}

/*****************************************/
/* Tables                                */
/*****************************************/

th,
td {
	margin: 0;
    padding: 10px;
}

th {
    color: #ffffff;
    background: #1b75bb;
}

tr td {
    border-bottom: 1px solid #1b75bb;
}

/*****************************************/
/* Header + Main Navigation              */
/*****************************************/
.header-container-wrapper { 
    z-index: 101;
	  background: transparent;
}


.relative-header .header-container-wrapper,
.relative-hero.header-container-wrapper { 
	  position: relative;
	  background: #1b75bb;
}

.header-container-wrapper .widget-span .widget-type-logo img.hs-image-widget {
    height: 73px;
    width: 240px !important;
}

.absolute-header .header-container-wrapper,
.absolute-hero.header-container-wrapper {
    background: transparent;
}

.header-container-wrapper .custom-logo {
 max-height: 200px !important;
 min-height: 10px !important;
}

.body-container-wrapper {
    background: #ffffff;
}

.main-nav {
    text-align: right;
}
.main-nav.js-enabled {
    padding-top: 5px; 
}

.row-fluid [class*='span'].headersubtitle {
    font-family: Montserrat;
    color: #ffffff;
    height: ;
}

.row-fluid [class*="span"].global-wrapper.header-nav-wrapper {
    padding: 41px 30px 30px 30px;
}

.top-menu-repeater {
  text-align: left; 
}

.top-menu-repeater .layout-widget-wrapper {
  padding: 20px 0px; 
}

.top-menu-repeater li {
  float:none !important;
  display:inline-block;
}

/* =============== Custom Menu Primary =============== */
/* requires .custom-desktop class */

/* Parent List */
.main-nav.custom-desktop .hs-menu-wrapper > ul {
	  float: right !important;
    color: #808080;
    line-height: 1.2em;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 300;
    text-transform: none;
    box-shadow: none !important;
    position: relative;
}

.megamenu-wrapper .main-nav.custom-desktop .hs-menu-wrapper > ul {
    background-color: #ffffff;
}

.main-nav.custom-desktop .hs-menu-wrapper > ul > li > a {
    margin-right: 0;
    margin-left: 0;
    outline: 0;
    display: inline-block;
    float: left;
    position: relative;
    color: #ffffff;
    line-height: 1.2em;
    letter-spacing: 1px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.main-nav.custom-desktop .hs-menu-wrapper > ul > li:hover > a {
    background: transparent;
    color: #dedede !important;
}

.megamenu-wrapper .main-nav.custom-desktop .hs-menu-wrapper > ul > li:hover > a {
    background: transparent;
    color: #333 !important;
}


.error-template .main-nav.custom-desktop .hs-menu-wrapper > ul > li > a,
.error-template .main-nav.custom-desktop .hs-menu-wrapper > ul > li > a:hover,
.search-template .main-nav.custom-desktop .hs-menu-wrapper > ul > li > a,
.search-template .main-nav.custom-desktop .hs-menu-wrapper > ul > li > a:hover{
    color: #333333;
}

.megamenu-wrapper .main-nav.custom-desktop .hs-menu-wrapper > ul > li > a:after {
    content: ""; /* "\f078" down chevron */
    bottom: 0;
    height: 1px;
    left: 50%;
    position: absolute;
    width: 0;
    background: #1b75bb;
    -webkit-transition: all 200ms ease 0s;
         -o-transition: all 200ms ease 0s;
        -ms-transition: all 200ms ease 0s;
            transition: all 200ms ease 0s;
} 
.megamenu-wrapper #megamenu .hs-menu-wrapper > ul > li > a:after {
    left: 0%;
 }

/* Hover Style */

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li > a:hover {
    color: #ffffff;
} 

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li.hs-menu-show-active-branch > a,
.social-sharing__share-text {
	  color: #1b75bb;
}

/* 2nd level */

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li {
    color: #1b75bb;
    background: rgba(255, 255, 255, .99);
    margin-bottom: 0;
    -webkit-transition: all 300ms ease 0s;
         -o-transition: all 300ms ease 0s;
            transition: all 300ms ease 0s;
}

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > a {
    color: #1b75bb;
    font-size: 17px;
}

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li:hover > a,
.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li.parent.hover > a,
.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li.current-menu-item > a {
    background: rgba(1, 159, 209, .5);
}


/* 3rd level */

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul > li {
    background: rgba(255, 255, 255, .94);
}


.main-nav.custom-mobile .hs-menu-wrapper > ul li > ul {
    background: rgba(0,0,0,.5);
    padding-left: 10px;    
}

.main-nav.custom-mobile .hs-menu-wrapper > ul li > ul li {
	padding: 20px 5px;
    border-bottom: 1px solid rgba(0,0,0,.5);
}

.main-nav.custom-mobile .hs-menu-wrapper > ul li > ul li:last-child {
    border-bottom: none;
}

.main-nav.custom-mobile .hs-menu-wrapper > ul li > ul li a {
  color: #1f1f1f;
}
  
.main-nav.custom-mobile .hs-menu-wrapper > ul li > ul li a:hover {
  color: #019fd1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover {
  background-color: #1b75bb;
  border-top-right-radius:6px;
  border-top-left-radius:6px;
  -webkit-transition: all 300ms ease 0.00ms;
  -o-transition: all 300ms ease 0.00ms;
  transition: all 300ms ease 0.00ms;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    max-width: fit-content;
}
.custom-menu-primary .row-fluid .span2 {
   width:11%;
    padding-top:5px;
}
@media only screen and (min-width: 1368px){
	.custom-menu-primary{
		text-align: left;
	}
	
	.custom-menu-primary .row-fluid .span8 {
	width:74%; 
	}

	/* =============== Custom Menu Primary =============== */
	/* Parent List */

	.custom-menu-primary .hs-menu-wrapper > ul {
	float: right !important;
	color: #808080;
	line-height: 1.2em;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 300;
	text-transform: none;
	box-shadow: none !important;
	border-radius:6px;
	}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    margin-right: 0;
    margin-left: 0;
    outline: 0;
    display: inline-block;
    float: left;
    position: relative;
    color: #ffffff;
    line-height: 1.2em;
    letter-spacing: 1px;
    -webkit-transition: all 300ms ease 0.00ms;
    -o-transition: all 300ms ease 0.00ms;
    transition: all 300ms ease 0.00ms;
    
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
  /*  background: #019fd1; */
    color: #ffffff;
  }

  .error-template .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .error-template .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
  .search-template .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .search-template .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #333333;
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li.hs-menu-show-active-branch > a {
      color: #1b75bb;
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul {
     margin-left:20px; 
    }
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul > li {
      color: #efeeea;
        background: #ffffff;
        background: rgba(123,181,195,0.7);

    }

    .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul > li:last-child {
      color: #efeeea;
        background: #ffffff;
        background: rgba(123,181,195,0.7);
        margin-bottom: 0;
          padding-bottom: 13px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        -webkit-transition: all 300ms ease 0.00ms;
        -o-transition: all 300ms ease 0.00ms;
        transition: all 300ms ease 0.00ms;
    }
	.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; */
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start;
 }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 1367px) and (min-width: ) {
  .widget-type-post_filter .widget-module ul {
    width:768px !important; /* three columns */
  }  
}

@media only screen and (max-width: ) and (min-width: 576px) {
  .widget-type-post_filter .widget-module ul {
    width:512px !important; /* two columns */
  }  
}

@media only screen and (max-width: 575px) {
  .widget-type-post_filter .widget-module ul {
    width:auto !important; /* one columns */
  }  
  .custom-menu-primary .row-fluid .span7 {
    width: auto;
}
  .widget-type-post_filter .widget-module ul li {
     width: auto;
    min-width:90%;
  }
  .widget-type-logo.custom-logo {
    max-width:calc( 100% - 60px) !important;
    width:100vw !important;
  }
}


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

.mobile-trigger, .child-trigger { display: none; }

@media (max-width: 1367px ){
	  /* Menu Reset */
  .main-nav,
  .main-nav .hs-menu-wrapper > ul,
  .main-nav .hs-menu-wrapper > ul li,
  .main-nav .hs-menu-wrapper > ul li a{
    background-color: transparent;
  }
 
	.mobile-open .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover {
		background-color: #1b75bb;
	} 
  
  /* Mobile Menu Styles */
  .mobile-trigger i {
    color: #ffffff;
  }

  .main-nav.custom-desktop {
    display: ;
  }

  .main-nav.custom-mobile.js-enabled {
    background: #333333;
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.18);
    position: fixed;
    z-index: 998;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    width: 80%;
    min-width: 140px;
    max-width: 300px;
    overflow: hidden;
    left: -440px;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(51,51,51,0.95);
    background-image: url(https://4475760.fs1.hubspotusercontent-na1.net/hubfs/4475760/resources/Images/download.gif?t=1522922263732);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    -webkit-transition: all 300ms ease 0.00ms;
         -o-transition: all 300ms ease 0.00ms;
            transition: all 300ms ease 0.00ms;
  }

  .main-nav .hs-menu-wrapper > ul > li > a {
    padding: ;
    color: ;
  }

  .main-nav .hs-menu-wrapper > ul > li > a:after {
    border-bottom: ;
  }

  .mobile-menu-socials a {
    color: #ffffff;
  }
  
   .topmenuitem a {
    color: #333!important
  
  }
  /* ===== Mobile Toggle Button ===== */
  #hs_cos_wrapper_module_145288786264468231 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
      max-width: initial;
  }
  
  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    width: auto;
    float: right;
    text-align: right;
    padding-top: 20px;
    margin-right: 2%;
    margin-top: 15px;
    z-index:100000000000000;
  }
  
  .mobile-trigger:hover{
    text-decoration: none;
  }

  .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"; /* Burger menu bars */
  }
  
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1;
    font-size: inherit;
	font-weight: 700;
	font-family: ;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .mobile-trigger i {
    font-size: 28px;
    line-height: 28px;
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
  }
    .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 solid rgba(255, 255, 255, .20);
    cursor: pointer;
  }
  
  .child-trigger:hover{
    text-decoration: none;
  }
  
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  .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: #fff; /* Icon color */
    display: block;
  }
  
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  
  .child-trigger.child-open i{}
  
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }  
  
  
/* uncomment to allow site body to slide left when mobile menu opens */
/*  
  #site-wrapper {
    position: relative;
    left: 0;
    transition: all 300ms;
  }

  .mobile-open #site-wrapper {
    left: 440px;
    transition: all 300ms;
  }

  body {
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    transition: all 300ms;
  }

  body.mobile-open {
    left: 440px;
  }
*/
   .close-trigger {
    text-align: center;
    line-height: 20px;
    height: 41px;
    padding: 0 40px;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.6);
  }

  .close-trigger a.mm-title {
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 10px 0;
  }
  
  /* Parent Menu List */

  .custom-menu-primary .hs-menu-wrapper > ul {
    color: #ffffff;
    line-height: 1.2em;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 300;
    text-transform: none;
    box-shadow: ;
    border-radius: ;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    margin-left: 0;
    color: #ffffff;
    line-height: 1.2em;
    letter-spacing: 1px;    
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    background: #019fd1; 
    color: #ffffff;
  }

  .error-template .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .error-template .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
  .search-template .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .search-template .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #333333;
  }
  
	.search-template .absolute-header {position:absolute;z-index:400;width:100%} 
	.search-template .billboard-wrapper, .billboard-content{height: 480px;}
	.search-template .custom-menu-primary .hs-menu-wrapper > ul > li > a, .search-template .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color:#ffffff;
  }

  /* Current Menu Item */
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li.hs-menu-show-active-branch > a {
    color: #1b75bb;
  }

  /* Menu Seperators */
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li.menu-seperator a:after {
    content: '';
    display: ;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li.menu-seperator a:hover {
    color: ;
  }
  
  .main-nav.custom-desktop .hs-menu-wrapper > ul > li:hover > a{
      background: rgba(27, 117, 187,.2);
      color: #1b75bb;
  }
  /* 2nd Level */
   .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li {
    color: #1b75bb;
    background: #1b75bb;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > a {
    color: #1b75bb;
    background: rgba(27, 117, 187,.1);
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li:hover > a,
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li.parent.hover > a,
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li.current-menu-item > a {
     background: rgba(27, 117, 187,.2);
     color: rgba(255, 255, 255, .8);
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul > li {
    color: ;
    background: ;

  }
    .main-nav .hs-menu-wrapper > ul {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 0px !important;
    height: 70vh;
    overflow: auto;
    min-height: fit-content;
  }

  .main-nav .hs-menu-wrapper > ul > li {
    position: relative;
  }

  .main-nav .hs-menu-wrapper > ul > li > a {
    padding: 15px 10px 15px 20px;
    outline: none;
    color: rgba(255, 255, 255, 0.6);
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-decoration: none;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 22px;
  }

  .main-nav .hs-menu-wrapper > ul > li:first-child > a {
    padding-top: 14px;
  }

  .main-nav .hs-menu-wrapper > ul > li > a:after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    left: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }

  .mobile-mm-navbar {
    height: 42px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    line-height: 20px;
    left: 0;
    right: 0;
    margin: 0;
    position: absolute;
    top: auto;
    bottom: 0px;
    z-index: 999999;
    background: #333333;
  }

  .mobile-menu-socials {
    display: block;
    padding: 10px 0;
  }

  .mobile-menu-socials a {
    font-size: 16px;
    color: #ffffff;
    margin: 0 8px;
    text-decoration: none;
    line-height: 20px;
  }
  
  .search-trigger{
    width: auto !important;
    float: right !important;
    margin-right: 2%;
    padding-top: 16px !important;
  }

  .main-nav .hs-menu-wrapper > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
  }

  #site-wrapper {
    position: relative;
    left: 0;
    transition: all 300ms;
  }

  .mobile-open #site-wrapper {
    left: 440px;
    transition: all 300ms;
  }

  body {
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    transition: all 300ms;
    
  }

  body.mobile-open {
    left: 440px;
  }

  .overlay {
    background: transparent;
    position: fixed;
    width: 100%;
    /* width: calc(100% - 440px) !important; TODO */
    float: right;
    top: 0;
    left: auto;
    z-index: 101;
    display: none !important;
    height: 100%;
  }

  .mobile-open .overlay {
    display: block !important;
  }
}

  .billboard-content .button-cta a, .parallax-cta-content .button-cta a {
      background-color: rgba(27,117,187,20%) !important;
	  border-radius: 4px !important;
      word-break: keep-all;
      white-space: nowrap;
      font-size: 20px !important;
      letter-spacing: -0.25px;
	  padding: 10px 20px !important;
	  border: 1.5px solid #fff !important;
	  font-weight: 400;
  }
  
  
  .billboard-content .button-cta:hover a, .parallax-cta-content .button-cta:hover a {
      background-color: rgba(27,117,187,100%) !important;
	  border-radius: 4px !important;
      word-break: keep-all;
      white-space: nowrap;
      font-size: 20px !important;
      letter-spacing: -0.25px;
	  padding: 10px 20px !important;
	  border: 1.5px solid #fff !important;
	  font-weight: 400;
	  color: #ffffff !important;
  }
  
@media (max-width: 479px ){
  .billboard-content .button-cta a, .parallax-cta-content .button-cta a {
     font-size: 4.75vw;
  }
}

@media all and (max-width: ) {
  .search-template .hs-search-field form {
    width:100%;
    margin-top:-30px;
    margin-bottom: 20px;
  }
  .footerflexgroup .row-fluid  {
    display:flex;
    flex-direction:column-reverse;
    text-align: center;
  }
}

@media all and (max-width: 1368px) {
  
  .search-template .search-trigger {
    display:none;
  }
  .search-template .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(5), .search-template .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(5) a {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  #search-form-wrapper input[type="text"] {
    font-size: 1.5em;
  }
  .footer-container .text-right {
    text-align: center;
  }
}

@media (max-width: 1368px){
  /* Menu Reset
   * Remove styling from desktop version of custom-menu-primary. */

  .row-fluid [class*="span"].global-wrapper.header-nav-wrapper {
    padding: ;
  }
  
  .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 {
    color:#1b75bb;
  }
  
  /* adjust border radius when rounded pill like menu wanted */
  .custom-menu-primary .hs-menu-wrapper > ul li a, .custom-menu-primary .hs-menu-wrapper > ul li {
    background-color: #1b75bb;
    border-radius: ;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child, .custom-menu-primary .hs-menu-wrapper > ul li:first-child a {
     border-top-left-radius: ;
     border-top-right-radius: ;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li:last-child, .custom-menu-primary .hs-menu-wrapper > ul li:last-child a {
     border-bottom-left-radius: ;
     border-bottom-right-radius: ;
  }
  
  /* ensure no rounded corners on inner 2nd and 3rd level of menu */
  .custom-menu-primary .hs-menu-wrapper > ul li ul li, .custom-menu-primary .hs-menu-wrapper > ul li ul li a {
     border-radius: ;
  }
  
   /* Toggle Button
     ========================================================================== */

  .mobile-trigger {
    top: ;          
    right: ; 
    padding: ;
    background: ;
    font-size: ;
    color: #ffffff; 
  }
  
  /* Removes link text underline on button */
  .mobile-trigger:hover{
    color:#ffffff;
  }

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


  /* Toggle Button Icon */

  .mobile-trigger i{
    top: -4px;
	  font-size: 28px;
    line-height: 28px;
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
  }
  
  .mobile-trigger i:before {
    top: -7px;
  }
  .mobile-trigger i:after {
    top: 7px;
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 23px;
    height: 3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #ffffff;
    display: inline-block;
  }

  .mobile-trigger i:before, .mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: ; /* Icon line width */
    height: ; /* Icon line height */
    -webkit-border-radius: ;
    -moz-border-radius: ;
    border-radius: ;
    background-color: #ffffff; /* Icon color */
  }
  
  .mobile-trigger i:before{
    top: ; /* Position top line */
  }
  
  .mobile-trigger i:after{
    top: ; /* 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{
      color: #1b75bb; /* Icon color */
  }


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

  .child-trigger{
    border-left: ;
  }
  
  .child-trigger i, 
  .child-trigger i:after{
    background-color:#1b75bb; /* Icon color */

  }
    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
   .custom-menu-primary.js-enabled {
     padding-top: ; /* Makes room for button */
     margin: ;
   }  


  /* Mobile Menu Styles */ 
  /**************************************************************/
  /* Positions the menu to drop from the very top of the screen */
  /**************************************************************/
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    padding: ;
    top: ;
    right: ;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#1b75bb; 
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li:not(:first-child) {
    border-top: 1px solid #1b75bb /* Adds transparent dark highlights to top of top level list items */
  }
  
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: ;
    color:#1b75bb; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#1b75bb; /* link hover color set by global mobile-aColorHover variable */
    background-color:#019fd1; /* 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: ;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: ; /* Indent Child lists */
    font-size: ; /* 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: ; /* Indent Child lists */
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: ; /* Indent Child lists */
  }
    body.mobile-open .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
      min-width:     
    }
  
    body.mobile-open .custom-menu-primary #menutwoitem .dropdownitem,
    body.mobile-open .custom-menu-primary #menutwoitem .hs_cos_wrapper,
	  body.mobile-open .custom-menu-primary #menutwoitem .hs-menu-wrapper,  
	  body.mobile-open .custom-menu-primary #menutwoitem .hs-menu-wrapper > ul,
    body.mobile-open .custom-menu-primary #menutwoitem .hs-menu-wrapper > ul li
    body.mobile-open .custom-menu-primary #menuthreeitem .dropdownitem,
    body.mobile-open .custom-menu-primary #menuthreeitem .hs_cos_wrapper,
	  body.mobile-open .custom-menu-primary #menuthreeitem .hs-menu-wrapper,  
	  body.mobile-open .custom-menu-primary #menuthreeitem .hs-menu-wrapper > ul,
    body.mobile-open .custom-menu-primary #menuthreeitem .hs-menu-wrapper > ul li {
      min-height: fit-content;
      overflow: hidden;
      max-height: max-content;
      height: auto;
      width: 100%;
      padding: 0;
      margin: 0;
    } 
  
    body.mobile-open .custom-menu-primary #menutwoitem .dropdownitem a,
    body.mobile-open .custom-menu-primary #menuthreeitem .dropdownitem a {
      padding-top: 0;
      border-bottom: none;
    }
  
    body.mobile-open .custom-menu-primary #menutwoitem .dropdownitem a:after,
    body.mobile-open .custom-menu-primary #menuthreeitem .dropdownitem a:after {
      display: none;
    }
  
    body.mobile-open .custom-menu-primary .hs-menu-wrapper > ul li:not(:first-child) {
      border: none;
    }
    
    body.mobile-open .topmenuitem #megamenu-wrapper .dropdown-title ul li,
    body.mobile-open .topmenuitem #megamenu-wrapper .dropdown-title ul li a,
    body.mobile-open .custom-menu-primary .hs-menu-wrapper ul li a {
      color: #333 !important;
      font-weight: 400;
      line-height: 42px !important;
      font-size: 17px;
      padding-top: 0;
      padding-bottom: 0;
    }
}

/* Search */
.search-trigger {
    display: inline;
    cursor: pointer;
    width: 20px;
    float: right;
  	margin-top: -39px;
}

.megamenu-wrapper .search-trigger {
    display: inline;
    cursor: pointer;
    width: 20px;
    float: left;
  	margin: 10px 0 14px 20px;
}

@media screen  and (max-width: 1368px) {
  .search-trigger {
	  width: auto;
    float: right;
    padding: 20px 0;
  }
   .hs-search-field--open {
      border: 1px solid rgba(255, 255, 255,.85);
  }
}

#search-toggle {
	color: #ffffff;
    top: 2px;
    margin-left: 0;
}

#search-toggle:hover,
#search-toggle:active {
    color: #ccc; 
}

#search-toggle:after {
    content: ' ';
    position: absolute;
    top: -20px;
    right: -30%;
    display: block;
    width: 160%;
    height: 60px;
}

#search-form-wrapper{
    color: #ffffff;
  	height: 120px;
    padding: 11px 20px 0;
    font-size: .8em;
    color: #ffffff;
    text-align: center;
    background: rgba(255,255,255,.95);
    z-index: 999;
  display: none;
}

#search-form-wrapper input[type="text"]{
    font-size: ;
    padding: 0 0 0 70px;
    font-size: 3em;
    font-weight: 300;
    text-align: left;
    color: #333;
    border-bottom: 1px solid rgba(255, 255, 255,.6);
	background: url('https://www.kayakmarketing.com/hubfs/images/k4/global-images/icon-search-large.png') left 20px center no-repeat transparent;
	background-size: 30px 30px;
}

#search-form-wrapper input[type="text"]:focus{
    border-color: #ffffff;
	box-shadow: none;
}

.custom-logo a {
  display:block; 
  width: 240px;
}

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

@media (max-width: 1368px) {
  .search-trigger {
    display:block;
    visibility: visible;
  }
  
  #search-toggle{
    top: 16px;
  }
  #embed-container, .embed-container  {
    margin-bottom:60px; 
  }
  .custom-logo{
   /* width: auto !important; */
    float: left !important;
  }
  
 /* .widget-type-logo img.hs-image-widget{
    max-height: 67px;
    max-width: 220px !important;
  }
  */
  .button-cta.primary, .button-cta.secondary {
       padding-bottom: 20px;
  }
  
  .search-trigger {
      display: block;
      background-color: rgba(#ffffff,.85);
      cursor: pointer;
      height: 52px;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      width: 30px !important;
      margin:0px auto!important;
      text-align: center !important;
      padding: 0px !important;
      border-top: 1px solid #efeeea;
  }
  
  #search-toggle {
      margin-left:0px;
  }
  
  .row-fluid [class*="span"].global-wrapper.header-nav-wrapper {
    padding: 30px 30px 30px 20px;
  }
  
  .hs-search-field--open {
      border: 1px solid rgba(#ffffff,.85) !important;
      border-bottom-right-radius:6px;
      border-bottom-left-radius:6px;
  }
  
  .hs-search-field--open .hs-search-field__suggestions {
      background-color:#fff !important;
      border: 0px solid #000 !important;
      padding: 2% !important;
  }

  .hs-search-field--open .hs-search-field__suggestions li {
      border-bottom: 1px solid #ddd !important;
      padding: 2px 0 !important;
  }
  
  .hs-search-field--open .hs-search-field__suggestions li:first-child, .hs-search-field--open .hs-search-field__suggestions li:last-child {
      border-bottom: 0px solid #ddd !important;
      padding: 0px 0 2px !important;
  }
}

/*****************************************/
/* Footer                                */
/*****************************************/

.footer-container-wrapper{
    background-color: #000000;
}

.row-fluid [class*="span"].footer-wrapper{
    padding-top: 30px;
    padding-bottom: 0px;
    background:#000;
}

.footer-container-wrapper .widget-type-logo img.hs-image-widget{
  width: 240px;
  max-width: 240px;
}
.footer-wrapper .text-area {
  padding-top: 53px !important; /* too align text with bottom of logo image */ 
}
.footer-wrapper p, 
.footer-wrapper address,
.footer-wrapper ul{
    font-size: 16px;
}

.footer-wrapper a {
    color: #ffffff;
    text-decoration: none;
}

.footer-wrapper a:hover{
    color: #777777;
    text-decoration: underline;
}

.footer-wrapper .copyright * {
    color: ;
    font-size: 16px;
    
}


.footer-wrapper .hs-menu-wrapper.hs-menu-flow-vertical > ul li, 
.footer-wrapper .hs-menu-wrapper.hs-menu-flow-vertical > a,
.footer-wrapper .hs-menu-wrapper.hs-menu-flow-vertical > p, 
.footer-wrapper .hs-menu-wrapper.hs-menu-flow-vertical > ul li a,
.footer-wrapper p, .footer-wrapper address, .footer-wrapper ul, .footer-wrapper ul li {
    padding: 0;
	line-height: 1.85em !important;
	margin: 0 !important;
}

.footer-wrapper h4.widget-title{
    font-size: 18px;
    margin: 0;
}
.footer-wrapper .social-sharing__share-text, 
.footer-socials {
    margin-left: 0;
    margin-bottom: 10px;
}

.footer-wrapper h4.widget-title .widget
    margin-bottom: 15px;-span{
    color: #019fd1;
}

/* Footer and Sharing Social Icons Color */
.hs_cos_wrapper_type_social_sharing a{
    color: #1b75bb;
    text-decoration: none;
    background: #ffffff;
}

.social-follow .social-follow__link:hover i, .social-follow .social-follow__link:focus i, .social-follow .social-follow__link i:hover, .social-follow .social-follow__link i:focus {
    color: #cccccc;
}

/* hex value to minimize color of Kayak svg icon and/or link */
#k-icon path { 
    fill: #717171;
}

.made-by-kayak, 
.made-by-kayak a {
    color: #eaeaea;
}

.footer-container-wrapper .hs_cos_wrapper_type_social_sharing a {
     margin-bottom: 19px !important;
     background: transparent; 
     color: #ffffff;
}

.footer-container-wrapper .hs_cos_wrapper_type_social_sharing a:hover {
     margin-bottom: 19px !important;
     background: rgba(255,255,255,1);
     color: #1b75bb;
}
.sidebar-item #hs_cos_wrapper_social_sharing {
    margin-left: 15px;
}
.social-menu {
    vertical-align: bottom;
    padding:0 0 0 20px; 
}

@media only screen and (max-width: ){
  .footer-wrapper h4.widget-title .widget-span{
    margin-top: 10px;
  }
  .hs_cos_gallery_main .slick-slide img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height:auto;
    width:600px;
    aspect-ratio:1/1;
   }
  .hs_cos_gallery_thumbnails .slick-slide img {
    height:auto;
    width:100px;
    aspect-ratio:1/1; 
    
  }

  .slick-dots li button:before {
      font-size: 13px !important;
      line-height:5px;
  }
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul,
  .footer-pull-right *{
    text-align: center;
  }
  #hs_cos_wrapper_social_sharing {
    justify-content: space-evenly;
    display: flex;
    flex-direction: row;
  }
}

@media only screen and (max-width: 1200px) and (min-width:768px) {
  img#vidthumbnail {
    object-fit: contain;
    margin-top: -9.5%;
  }
}
@media only screen and (max-width: 768px) and (min-width:533px) {
  img#vidthumbnail {
    object-fit: cover;
    margin-top: calc(5vw + -64px);
  }
}
@media only screen and (max-width: 532px) {
  img#vidthumbnail {
    object-fit: contain;
    margin-top: -9.5%;
  }
}

/*****************************************/
/* Home                                  */
/*****************************************/

.service-group .fa {
    color: #1b75bb;
}

/*****************************************/
/* Internal Page                         */
/*****************************************/

/* Breadcrumbs */

.breadcrumbs {
    color: #333333;
    margin: 0;
	  font-size: 14px;
}

.breadcrumbs li.hs-breadcrumb-menu-item {
    margin: 0;
}

/* Sidebar */

.sidebar-nav .hs-menu-wrapper.hs-menu-flow-vertical li a:hover {
  	color: #1b75bb;
}

.contextual-sidebar-nav ul li a {
  padding-left:0 !important;
}

.subscription-blog .form-columns-2 {
  column-count: 2;
}

.sidebar-nav .hs-menu-wrapper.hs-menu-flow-vertical li a:hover {
  	color: #1b75bb;
    margin-bottom: 0; 
    display:inline-block;
}

.bluebgnd .hs-menu-wrapper.hs-menu-flow-vertical li a {
    white-space: normal;
    text-overflow: unset;
    display:inline-flex;
}
.side-bar input.hs-submit {
    padding: 0.9em 0 0.5em !important;
    font-weight: 400 !important;
   
}
ul.downloads {
  text-align:left; 
}
.downloadthumbnail {
  display:inline-flex; 
  width:18px;
  margin:0 10px 0 0;
}
@media all and (max-width: ) {
   .downloadthumbnail {
     display:none;
  }

  ul.downloads {
    text-align:center; 
  }
 }
 
.sidebar-news .hs-form>fieldset,
.sidebar-news .hs-form fieldset .hs-form-field,
.sidebar-news .hs-form .actions {
  margin:0;
  padding:0;
}

/*****************************************/
/* Blog                                  */
/*****************************************/

.blog-quick-links-wrapper {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 10px 0 0;
    margin-top: 30px;
}

.blog-quick-links .hs-menu-wrapper,
.blog-quick-links .hs-menu-wrapper ul {
    border-bottom: none;
    border-top: none;
    margin: 0 auto;
    padding: 0;
}

.blog-quick-links {
    font-size: 16px;
}

.blog-quick-links span:before {
    color: #1b75bb;
}

.hs-author-social-section {
    padding-bottom: 60px;
}


/* Listing */

.post-item { 
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid #1b75bb;
}

.post-item .span8 p {
    margin: 0 0 1em;
}

.hs-featured-image {
    max-width: 100%;
    margin: 20px 0;
    width: 100%;
    float: unset;
}

.more-link {
    margin-top: 1em;
    font-size: 15px;
}

.blog-pagination a {
margin: 0 1em 0 0;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.actions {
    padding-top: 20px;
}

/* Tag Filters */
.widget-type-post_filter .widget-module{
  margin: 30px 0;
}  

.widget-type-post_filter .widget-module ul li a {
    color: #333;
    border: 1px solid #333;
    color: #333;
    border: 1.5px solid #333;
    padding: 3px 14px;
    border-radius: 4px;
    font-size: 17px;
    transition: all 200ms ease;
    min-width: 323px !important;
    display: block;
    margin: auto;
    text-decoration: none !important;
    background-color: transparent;
}

.widget-type-post_filter .widget-module ul {
  width:2368px;  /* four columns */

}

.widget-type-post_filter .widget-module ul li a:hover {
	background: #1b75bb;
    color: #333333;
    border: 1.5px solid #333333;
    padding: 3px 14px;
    border-radius: 4px;
    font-size: 17px;
    transition: all 200ms ease;
    min-width: 323px !important;
    display: block;
    margin: auto;
    text-decoration: none !important;
    background-color: transparent; /* rgba(27,117,187,20%); */
}

.widget-type-post_filter .widget-module ul li a:hover {
  background: #1b75bb;
    color: #ffffff;
  
    border: 1.5px solid #1b75bb;
    text-decoration: none !important;
}

a.more-link {
    background: #1b75bb;
    color: #333333;
    border: 1.5px solid #333333 !important;
    padding: 3px 14px;
    border-radius: 4px;
    font-size: 17px;
    transition: all 200ms ease;
    min-width: 100px !important;
    width: 133px;
    display: block;
    margin: auto;
    text-decoration: none !important;
    background-color: transparent; /* rgba(27,117,187,20%); */
}

a.more-link:hover {
     background: #1b75bb;
    color: #ffffff !important;
  
    border: 1.5px solid #1b75bb !important;
    text-decoration: none !important;
}

@media only screen and (max-width: 848px){
  .template-blog-grid .blog-content, .template-blog-grid .blog-sidebar {
    width: 100% !important;
    margin-left: 0 !important;
  } 
  
  .sidebar-subscription input:not([type="submit"]) {
    max-width: 500px;
  }
}

@media only screen and (max-width: 767px){
  .blog-grid .post-item, .grid-4-cols .blog-grid .post-item {
    width: 48%;
    margin-right: 3%;
  }
  
  .blog-grid .post-item:nth-child(3n), .grid-4-cols .blog-grid .post-item:nth-child(4n) {
    margin-right: 3%;
  }
  
  .blog-grid .post-item:nth-child(even) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px){
  .blog-grid .post-item, .grid-4-cols .blog-grid .post-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    float: none;
    display: block;
  }
  
  .hs-author-avatar img {
    max-width: 150px;
  }
  .widget-type-post_filter .widget-module ul li a {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 15px;
    min-width: 80% !important;
  }

}


/* blog subscription */
.billboard-content .hero-blog-subscription {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.billboard-content .hero-blog-subscription h4, 
.billboard-content fieldset,
.billboard-content input[type="text"],
.billboard-content input[type="email"],
.billboard-content textarea,
.billboard-content select  {
  color: #ffffff;
  background-color: transparent;
} 

.hero-blog-subscription .hs-form-field {
  color: #ffffff;
  display: table-cell;
  width: 55%;
}
input[type="text"], input[type="tel"], input[type="email"], select, textarea
.billboard-content .hero-blog-subscription {
  background: rgba(255, 255, 255, 0.1) !important;
  display: inline;
}

/* Billboard: photo page header/hero */
.billboard-content,
.billboard-content h1,
.billboard-content h2,
.billboard-content h4,
.billboard-content p,
.billboard-content ul,
.billboard-content ol,
.billboard-content li,
.billboard-content .button-cta a, 
.parallax-cta-content .button-cta a{
  color: #ffffff;
}
.billboard-content .button-cta a, .parallax-cta-content .button-cta a{
    border-color: #ffffff;
    background-color: rgba(27,117,187,20%);
}

.billboard-content .button-cta a:hover,
.billboard-content .button-cta a:focus, .parallax-cta-content .button-cta a:hover, .parallax-cta-content .button-cta a:focus{
    border-color: #1b75bb;
    background-color: #1b75bb;
}

.billboard-content .button-cta a:active, .parallax-cta-content .button-cta a:active{
    color: #ffffff;
    border-color: #ffffff;
 /*   background-color: #ffffff; */
}

.hero-blog-subscription .hs-form-field, .hero-blog-subscription input[type="submit"] {
    height: 42px;
    line-height: 27px;
}
.hs-button {
    font-weight: 400 !important; 
}

/* Testimonials */

.testimonial p {
    font-family: Montserrat;
    font-size: ;
}

/* Error Templates */

.error-template .hs-form .hs-button {
 padding: 0.5em 1em;
    color: #ffffff;
    background: #1b75bb;
    border: 1px solid #1b75bb;
    transition: all 200ms ease;
    margin: 0.9em 0 0.5em;
    display: inline-block;
    border-radius: 4px;
}

.error-template .hs-form .hs-button:hover {
    background: rgba(255,255,255,0);
    color: #1b75bb;
    text-decoration: none;
    cursor: pointer;
}

.column h3 {font-size: 20px;}
.column li {font-size:16px;margin: 0 0 1em;}
.column p {font-size:16px;}

.column {
  border-radius: ;
}

.column ul {
  list-style: none !important;
  margin-left: -35px
}

.column ul li:before {
  content: '\2713';
  padding-right: 10px;
}

.column3 {
  border-radius: ;
  background-color: ;
}

.column-pod {
  background-color: ;
  border-radius:;
  border: ;
}

/*****************************************/
/* Responsive                            */
/*****************************************/
@media (max-width: 768px) {
  figure {
   width: 100%; 
    margin: auto;
    clear: both;
    display: inline-block;
  }
  figure img {
    margin: 10px 20px !important;
    float: none !important;
    width: calc(100vw - 80px) !important;
  } 
  .hs-logo-carousel__inner figure img {
    margin: auto !important;
    float: none !important;
    width: auto !important;
  }
  p {
    clear:both; 
  }
  .testimonial blockquote, .testimonial-block blockquote, .testimonial-slider blockquote {
    margin-left: calc( 1.5% - 15px);
    margin-right: calc( 1.5% - 15px);
    max-width: calc( 97% - 30px);
    padding: 80px 15px 40px;
    width: 97.5%;
  }
}

[id^='hs_form_target_form_'] form {
    display: table;
}

figure {
  display: contents;
}

figure figcaption {
  float:right !important;
  width:fit-content;
  padding-left:10%;
}

figure figcaption p {
  font-size:smaller !important;
} 

.arrow-button:hover i, .persona-block:hover .arrow-button i, .persona-block:hover a.arrow-button {
	color: #1b75bb !important;
}
.persona-repeater-content-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 34px;
    grid-row-gap: 60px; 
     
}
.persona-repeater-content-section .persona-block[class*="span"] {
  display:flex;
  position:relative;
    margin-left: auto !important;
    max-width:600px;
/*  background-color: #fff; /*transparent; */
/*  border-top-right-radius:25% 35%;
  border-top-left-radius:25% 35%;
  border-bottom-right-radius:25% 35%;
  border-bottom-left-radius:25% 35%; 
  overflow:hidden;*/
  -webkit-background-clip: padding-box; 
  -moz-background-clip:    padding; 
  background-clip:         padding-box;
 -webkit-mask-box-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' viewBox='0 0 297 213'%3E%3Cdefs%3E%3Cpath id='a' d='M-165.8-145.7h612v792h-612z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath fill='%23FFF' d='M275.5 425.5H21.7a15 15 0 0 1-15-15s-6-102-6-197.5c0-95.6 6-197.4 6-197.4A15 15 0 0 1 21.6.5h253.8a15 15 0 0 1 15 15s6 102.7 6 197.1c0 94.4-6 197.8-6 197.8a15 15 0 0 1-15 15.1' clip-path='url(%23b)'/%3E%3Cdefs%3E%3Cpath id='c' d='M-165.8-145.7h612v792h-612z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='m.6 213 296-.4m-6 197.8s6-103.4 6-197.8-6-197-6-197A15 15 0 0 0 275.4.5H21.7a15 15 0 0 0-15 15s-6 102-6 197.5c0 95.6 6 197.4 6 197.4a15 15 0 0 0 15 15.1h253.8a15 15 0 0 0 15-15z' clip-path='url(%23d)'/%3E%3C/svg%3E") 100;
/* mask-border:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' viewBox='0 0 297 213'%3E%3Cdefs%3E%3Cpath id='a' d='M-165.8-145.7h612v792h-612z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath fill='%23FFF' d='M275.5 425.5H21.7a15 15 0 0 1-15-15s-6-102-6-197.5c0-95.6 6-197.4 6-197.4A15 15 0 0 1 21.6.5h253.8a15 15 0 0 1 15 15s6 102.7 6 197.1c0 94.4-6 197.8-6 197.8a15 15 0 0 1-15 15.1' clip-path='url(%23b)'/%3E%3Cdefs%3E%3Cpath id='c' d='M-165.8-145.7h612v792h-612z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='m.6 213 296-.4m-6 197.8s6-103.4 6-197.8-6-197-6-197A15 15 0 0 0 275.4.5H21.7a15 15 0 0 0-15 15s-6 102-6 197.5c0 95.6 6 197.4 6 197.4a15 15 0 0 0 15 15.1h253.8a15 15 0 0 0 15-15z' clip-path='url(%23d)'/%3E%3C/svg%3E") 100;
*/
    background-color: transparent!important;
  flex-direction: column;
}
.persona-repeater-content-section .persona-block .persona-content-section {
  -webkit-background-clip: padding-box; 
  -moz-background-clip:    padding; 
  background-clip:         padding-box;
 -webkit-mask-box-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' viewBox='0 0 297 213'%3E%3Cdefs%3E%3Cpath id='a' d='M-149.3-433.7h612v792h-612z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath fill='%23FFF' d='M21.5-212.8h253.8a15 15 0 0 1 15 15s6 102 6 197.5-6 197.4-6 197.4a15 15 0 0 1-15 15H21.5a15 15 0 0 1-15-15S.5 94.4.5.1c0-94.4 6-197.9 6-197.9a15 15 0 0 1 15-15' clip-path='url(%23b)'/%3E%3Cdefs%3E%3Cpath id='c' d='M-149.3-433.7h612v792h-612z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='M296.4-.3.4 0m6-197.9S.5-94.3.5.1c0 94.3 6 197 6 197a15 15 0 0 0 15.1 15h253.8a15 15 0 0 0 15-15s6-101.9 6-197.4c0-95.6-6-197.5-6-197.5a15 15 0 0 0-15-15H21.5a15 15 0 0 0-15 15z' clip-path='url(%23d)'/%3E%3C/svg%3E") 100;
/* mask-border: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' viewBox='0 0 297 213'%3E%3Cdefs%3E%3Cpath id='a' d='M-149.3-433.7h612v792h-612z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath fill='%23FFF' d='M21.5-212.8h253.8a15 15 0 0 1 15 15s6 102 6 197.5-6 197.4-6 197.4a15 15 0 0 1-15 15H21.5a15 15 0 0 1-15-15S.5 94.4.5.1c0-94.4 6-197.9 6-197.9a15 15 0 0 1 15-15' clip-path='url(%23b)'/%3E%3Cdefs%3E%3Cpath id='c' d='M-149.3-433.7h612v792h-612z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='M296.4-.3.4 0m6-197.9S.5-94.3.5.1c0 94.3 6 197 6 197a15 15 0 0 0 15.1 15h253.8a15 15 0 0 0 15-15s6-101.9 6-197.4c0-95.6-6-197.5-6-197.5a15 15 0 0 0-15-15H21.5a15 15 0 0 0-15 15z' clip-path='url(%23d)'/%3E%3C/svg%3E") 100;
*/
  flex-direction: column;
  display:flex;
  content:"";
    height: -webkit-fill-available;
   height: 100%;
}

/* .persona-block a::before {
  content: '';
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' viewBox='0 0 297 213'%3E%3Cdefs%3E%3Cpath id='a' d='M-165.8-145.7h612v792h-612z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath fill='%23FFF' d='M275.5 425.5H21.7a15 15 0 0 1-15-15s-6-102-6-197.5c0-95.6 6-197.4 6-197.4A15 15 0 0 1 21.6.5h253.8a15 15 0 0 1 15 15s6 102.7 6 197.1c0 94.4-6 197.8-6 197.8a15 15 0 0 1-15 15.1' clip-path='url(%23b)'/%3E%3Cdefs%3E%3Cpath id='c' d='M-165.8-145.7h612v792h-612z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='m.6 213 296-.4m-6 197.8s6-103.4 6-197.8-6-197-6-197A15 15 0 0 0 275.4.5H21.7a15 15 0 0 0-15 15s-6 102-6 197.5c0 95.6 6 197.4 6 197.4a15 15 0 0 0 15 15.1h253.8a15 15 0 0 0 15-15z' clip-path='url(%23d)'/%3E%3C/svg%3E");
  width: 300px;
  height: 300px;
  position:absolute;
  top: 0;
  left: 0;
} */
.persona-block {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 297 213'%3E%3CclipPath id='a'/%3E%3Cpath fill='%23FFF' d='M275.5 425.5H21.7a15 15 0 0 1-15-15s-6-102-6-197.5c0-95.6 6-197.4 6-197.4A15 15 0 0 1 21.6.5h253.8a15 15 0 0 1 15 15s6 102.7 6 197.1-6 197.8-6 197.8a15 15 0 0 1-15 15.1' clip-path='url(%23a)'/%3E%3Cpath fill='none' d='M275.5 425.5H21.7a15 15 0 0 1-15-15s-6-102-6-197.5c0-95.6 6-197.4 6-197.4A15 15 0 0 1 21.6.5h253.8a15 15 0 0 1 15 15s6 102.7 6 197.1-6 197.8-6 197.8a15 15 0 0 1-15 15.1z' clip-path='url(%23a)'/%3E%3C/svg%3E");
}
/* Persona Blocks */
.persona-block{
/*   -webkit-box-shadow: 0px 0px 7px rgba(183, 183, 183, 0.19);
  -moz-box-shadow: 0px 0px 7px rgba(183, 183, 183, 0.19);
  box-shadow: 0px 0px 7px rgba(183, 183, 183, 0.19); */
}
.persona-content-section {
    padding: 30px 35px 60px;
    background: #333;
    display: flex;
    height: 100%;
    flex-direction: column;
  justify-content: space-between;
    cursor: pointer;
}
.persona-heading h3{
  margin-top: 0;
}
.persona-button{
  margin-top: 40px;
}
 
.persona-image a {
  display: block;
    height: 100%;
    width: 100%;
}
.persona-wrapper:hover span img {
  mix-blend-mode: multiply;
}
.persona-wrapper:hover span {
  background-color: rgba(27,117,187,20%);
  display:block;
  height:100%;
  width:100%;
}
/* Arrow Button */
.persona-wrapper .arrow-button div, .persona-wrapper .arrow-button i{
  display: inline-block;
}
.persona-wrapper .arrow-button i {
  font-size: 18px;
  margin-left: 4px;
  transition: transform 0.2s ease;
}
.persona-wrapper:hover .arrow-button,
.persona-wrapper .arrow-button:hover{
  text-decoration: none;
  color: #a1c0e4;
}
.persona-wrapper:hover .arrow-button i,
.persona-wrapper .arrow-button:hover i {
  transform: translateX(4px);
}

@media only screen and (max-width: 968px){
.persona-repeater-content-section {
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px){
  .persona-repeater-content-section {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 17px;
    grid-row-gap: 20px;
    grid-column: 1;
  }
  .persona-repeater-content-section .persona-block[class*="span"] {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  .persona-block{
    margin-bottom: 40px;
  }
  .persona-block .persona-image img{
    width: 100%;
  }
}
@media only screen and (max-width: ) {
    /* Global Styling */
    
    .column-group > .row-fluid-wrapper > .row-fluid > [class*="span"]{
        border-bottom: 1px solid #1b75bb;
	    margin-bottom: 20px;
        border-left: 0;
    }    
	
	.column-item {
      text-align: center;
      padding: 0 0 30px;
    }
  
    .column3-pod {
      flex: calc( 100% - 70px);
    } 
  
  	.persona-block:not(:last-child) {
      padding-bottom: 45px;
    /*  border-bottom: 1px solid #f1f0f0; */
      margin-bottom: 30px;
    }    

    .featured-post-title {
      font-size: 18px;
      line-height: 32px;
      padding: 5px 0;
    }
	.featured-post-content p {
        max-height: 225px;
    }
    
    /* Footer */
    
    .footer-wrapper .text-left{
        text-align: center;
    }

    .row-fluid [class*="span"] {
        width: 100% !important;
      }
	  
  	body .custom-menu-primary .hs-menu-wrapper {
      display:block;
      visibility:hidden;
      opacity:0;
      -webkit-transition: all 300ms ease 0.00ms;
      -o-transition: all 300ms ease 0.00ms;
      transition: all 300ms ease 0.00ms;
      border-radius:0;
	  }
  
	  body.mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
      display:block;
      visibility:visible;
      opacity:1;
      -webkit-transition: all 300ms ease 0.00ms;
      -o-transition: all 300ms ease 0.00ms;
      transition: all 300ms ease 0.00ms;
      border-radius:8px;
      max-width: 320px;
      float: right;
      margin-right: 59px;
	  }
  
    body.mobile-open .custom-menu-primary .dropdownitem,
    body.mobile-open .custom-menu-primary .hs_cos_wrapper,
	  body.mobile-open .custom-menu-primary .hs-menu-wrapper,  
	  body.mobile-open .custom-menu-primary .hs-menu-wrapper > ul,
    body.mobile-open .custom-menu-primary .hs-menu-wrapper > ul li ul {
      display:block !important; 
      min-height: fit-content;
      overflow: hidden;
      max-height: max-content;
      height: auto;
    
    }
	  .row-fluid .span7 {
      width: calc( 100% - 200px ) !important;
      min-width:280px;
      max-width:480px;
    }
	
}
@media screen and (max-width: 575px) {
    .background-img.right-align img{
        left: -50%;
        max-width: none !important;
        width: auto !important;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 479px) {
  .column3-pod {
	  flex: calc(100% - 20px);
	  margin: 10px;
	}
   .column3-pod img{ 
    max-width: 100%;
	  margin: 10px auto;
	}
  .column3-pod figcaption {
    font-size:14px !important;
    zoom:0.75;
  }
}
@media only screen and (max-width: 320px) {

	.persona-repeater-content-section .persona-block[class*="span"],
	.persona-repeater-content-section .persona-block .persona-content-section {
		-webkit-mask-box-image: none !important;
		mask-border: none !important;
	}
}

/* Logo Carousel */
.hs-logo-carousel__inner{
  filter: grayscale(1);
  transition: filter 300ms ease;
}
.hs-logo-carousel__inner:hover{
  filter: none;
}

.hs-logo-carousel__inner figure {
    margin: 0;
}

.fb_iframe_widget span {
    height: 31px !important;
}
/* Fixed Header */

body.fixed-header{
    /* Set this value to the 
       height of the header */
    padding-top: 80px;
}

body.fixed-header .header-container-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

@media (max-width: 640px) {
  .mobile-trigger {
    margin-top: 10px; 
  }
  .headersubtitle {
     padding-top: 5px; 
  }
  body.mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
    margin-right: 0px;
    margin-top: 10px;
  }

	.billboard-wrapper>.container-fluid>.row-fluid [class*=span] {
		display: flex;
		flex-direction: column;
		height: 100%;
		margin: 0 auto;
		width: calc( 100% ) !important;
		padding-left: 0;
		padding-right: 0;
	}
}
.bluebgnd {
  background-color: #1b75bb; /*rgb(27 117 187 / 90%);*/
  color:#fff;
  margin-bottom:20px;
  position:relative;
}
/* .bluebgnd:after { 
  position:relative;
  left:auto;
  top:auto;
  border-bottom-left-radius: 40% 15%;
  border-bottom-right-radius: 40% 15%;
  content:"";
  width:60%;
  left:20%;
  right:20%;
  background-color:rgb(27 117 187 / 90%);
}
*/
.bluebgnd .cell-wrapper {
  padding:20px;
}
.bluebgnd h2, .bluebgnd h3,.bluebgnd h4 {
  color:#fff;
}

.bluebgnd .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  color: #fff;
}

.bluebgnd .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a:hover {
  color: #fff;
  text-decoration: underline;
}

.blackbgrnd {
  background-color: #000; /*rgb(27 117 187 / 90%);*/
  color:#fff;
  margin-bottom:60px;
  position:relative;
}
.blackbgrnd:after { 
  position:relative;
  left:auto;
  top:auto;
  border-bottom-left-radius: 40% 15%;
  border-bottom-right-radius: 40% 15%;
  content:"";
  width:60%;
  left:20%;
  right:20%;
  background-color:rgb(27 117 187 / 90%);
}

.blackbgrnd .cell-wrapper {
  padding:20px;
}
.blackbgrnd h2, .blackbgrnd h3,.blackbgrnd h4 {
  color:#fff;
}

.blackbgrnd .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  color: #fff;
}

.blackbgrnd .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a:hover {
  color: #fff;
  text-decoration: underline;
}

ul.checkmark, .checkmark ul {
  list-style: none;
  padding-left: 5px;
}
ul.checkmark li, .checkmark ul li {
  position: relative;
  padding-left: 1.75em;  
}
ul.checkmark li:before, .checkmark ul li:before{
  content: '';  
  position: absolute;
  left: 0;  
  top:5px;
  width: 1.25em;
  height: 1.25em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%231b75bb' d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
}
.bluebgnd ul.checkmark li:before, .bluebgnd .checkmark ul li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23fff' d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
}
/* Content Columns */

.contentcolumn2 .bluebgnd {
  border-radius: 9px;
}
.contentcolumns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom:40px;
}

.contentcolumns h3 {font-size: 20px;}
.contentcolumns li {font-size:16px;margin: 0 0 1em;}
.contentcolumns p {font-size:16px;}

.contentcolumn2 .row-fluid {
  display:flex
}
.contentcolumn4 {
  flex: 24%;
  margin: 15px;
  display:flex;
  flex-direction: column;
}

.contentcolumn3 {
  flex: 30%;
  margin: 15px;
  display:flex;
  flex-direction: column;  
}
.contentcolumn3 p {
  margin-bottom:2.5em; 
}
.contentcolumn2 {
  flex: 46%;
  margin: 15px;
  display:flex;  
  flex-direction: column;
}

.contentcolumn2 .row-fluid,
.contentcolumn3 .row-fluid,
.contentcolumn4 .row-fluid {
  flex:1; 
  flex-direction:row;
}


@media screen and (max-width: 575px) {
  .column {
    width: 100%;
  }
  .contentcolumns .bluebgnd {
    margin-bottom:60px;
  }
  .contentcolumn2 .row-fluid, .contentcolumn3 .row-fluid, .contentcolumn4 .row-fluid {
    flex: 1;
    flex-direction: column;
  }
  
  .contentcolumn2 .row-fluid, .contentcolumn3 .row-fluid, .contentcolumn4 .row-fluid {
    flex: 1;
    flex-direction: column;
    width: 100%;
  } 
}

.colorblock {
  padding: 15px;
  border: 2px solid #ccc;
  border-radius: 12px;
}

/* optional 3 columns */

.column3 {
	  flex: 31.33%;
	  height: 320px;
	  margin: 5px;
	  text-align: center;
    padding: 20px;
    border-radius: 12px;
    background-color: rgb(116 174 188 / .1);
}

.column-pod {
	  flex: calc(33.33% - 30px);
	  margin: 15px;
	  text-align: center;
    border-radius: 12px;
	  margin: 15px;
	  text-align: center;
    padding: 20px;
    background-color: rgb(116 174 188 / .1);
    border: 1px solid #eee;
}

.container {
	  display: flex;
}	

/***************************/
/* Mega Menu               */
/***************************/
@media (max-width: 1368px){
#megamenu button {
    background-color: hsla(0,0%,100%,0)!important;
    border: 1px solid #333!important;
    border-radius: 4px!important;
    box-sizing: content-box!important;
    color: #333!important;
  }
  .fa-search:before {
    color:#333;
  }
  .custom-mega-menu {
    /* width: calc( 100% - 480px ) !important; */
    width: 80vw;
    position: absolute;
    right: 0;
    top: 55px;
    max-width: 400px;
   }
   .custom-mega-menu #megamenu, .custom-mega-menu #megamenu #menubutton, .custom-mega-menu #megamenu .search-trigger {
     background-color: #ffffff;
  }
   .custom-mega-menu #megamenu {
     display:none; 
     background-color: #ffffff;
     height: max-content;
     color: #333;
     max-width: 360px;
  }
  .search-trigger {
    border-top: 10px solid #ffffff;
    border-bottom: 10px solid #ffffff;
  }
  #megamenu #menubutton {
    float: none;
    text-align: center;
    margin-top:20px;
  }
  .topmenuitem, .topmenuitem .dropdown-title {
    float: none;
    position: relative;
  }
  .topmenuitem:hover .dropdown-title:after {
    display: none;
  }
  .topmenuitem .dropdownitem {
    display: none;
    position: relative;
    top:0;
    overflow:hidden;
  }
  .custom-menu-primary #megamenu-wrapper .hs-menu-wrapper > ul {
    margin-left: 10px;
  }
  .topmenuitem #megamenu-wrapper {
    width: calc( 100% - 10px);
    height: fit-content;
   }
  .topmenuitem .dropdown-title span.hs_cos_wrapper_type_menu {
    display:none; 
  }
  .topmenuitem #megamenu-wrapper .dropdown-title {
   width: auto;
    height: fit-content;
    font-weight: 400;
    color: #000 !important;
    padding: 10px 10px 0px;
    display: flow-root;
    grid-template-rows: none;
    margin-top: 0;
    margin-bottom: 0px;
    break-inside: avoid;
    max-width: 100%;
    text-align:center;
    /* border-bottom: 1px solid #333333; */
  }
  .topmenuitem #megamenu-wrapper .dropdown-title div {
    margin: 0 0 10px 20px;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;
  
  }
  .custom-menu-primary .hs-menu-wrapper, .custom-menu-primary .hs-menu-wrapper > ul li a,
  .custom-menu-primary .hs-menu-wrapper > ul li {
    background-color: rgba(240,240,240,0.025) !important;
    width: 100%;
    border: 0;
    line-height:26px;
    font-size:15px;
  
  }
  .topmenuitem .dropdownitem li a, 
  #megamenu-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    color: #333333 !important;
    line-height: 26px;
    font-size:15px;
  
  }
  #megamenu-wrapper ul li, #megamenu-wrapper ul li a {
    border:0 !important;
  }
  
  body.mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
    display: block;
    position:relative;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 300ms ease .00ms;
    -o-transition: all 300ms ease .00ms;
    transition: all 300ms ease .00ms;
    border-radius: 0px;
    max-width: 100%;
    float: none;
    margin-right: 0;
    }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
        font-size: 17px !important;
        line-height: 36px !important;
        text-align: left!important;
    }

  .custom-menu-primary .hs-menu-wrapper > ul li a, .custom-menu-primary .hs-menu-wrapper > ul li {
    background-color: #1b75bb;
    border-radius: 0px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child, .custom-menu-primary .hs-menu-wrapper > ul li:first-child a {
     border-top-left-radius: 6px;
     border-top-right-radius: 6px;
  }
  /* changed bottom radius when search icon is visible */
  .custom-menu-primary .hs-menu-wrapper > ul li:last-child, .custom-menu-primary .hs-menu-wrapper > ul li:last-child a {
     border-bottom-left-radius: 0px;
     border-bottom-right-radius: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li ul li, .custom-menu-primary .hs-menu-wrapper > ul li ul li a {
     border-radius: 0px !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul {
   display:none; 
  }
  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer;
    position: absolute;
    top: 0px;          
    right: 0px;
    width: auto;
    height: auto;    
    padding: 5px 0 8px 10px;
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #1b75bb; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#1b75bb;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#1b75bb;
  }


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
    transition: all 1s;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 23px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #ffffff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -7px; /* Position top line */
    transition: all 1s;
  }
  .mobile-trigger i:after{
    top: 7px; /* Position bottom line */
    transition: all 1s;
  }
  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      color: #ffffff; /* Icon color */
      transition: all 1s;
  }
  .mobile-open .mobile-trigger i {
      background-color: transparent !important;
      transition: all 1s;
  }
  .mobile-open .mobile-trigger i:after {
      transform: rotate(-45deg) translatey(-1.5px) translatex(7.5px);
      transition: all 1s;
    transform-origin: top center;
  }
  .mobile-open .mobile-trigger i:before {
      transform: rotate(45deg) translatey(1.5px) translatex(7.5px);
      transition: all 1s;
      transform-origin: bottom center;
  }

  /* 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 solid 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;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .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:#1b75bb; /* 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{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
   .custom-menu-primary.js-enabled{
     position: relative;
     /* padding-top: 20px; /* Makes room for button */
     margin: 0;
   }   
   .span9.custom-menu-primary.js-enabled{
     z-index:900 !important;
     
   }   
   .span3.custom-logo {
     z-index:1000 !important;
     width: auto !important;
  }
   .custom-menu-primary.js-enabled{
       position: relative;
       margin: 0 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: absolute; /**************************************************************/
    top: 0px;             /* Positions the menu to drop from the very top of the screen */
    right: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#1b75bb; /* 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: 18px; /* Font size of top level list items */
    line-height: 55px;
    text-align:center;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li:not(:first-child) {
   /* border-top: 1px solid #1b75bb /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px 0 20px;
    color:#1b75bb; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#1b75bb; /* link hover color set by global mobile-aColorHover variable */
    background-color:#019fd1; /* 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, .15);
  }
  .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 */
  }
}

@media (max-width: 576px) {
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left; 
  }
}


.ba-slider {
    position: relative;
    overflow: hidden;
    background-color:#000;
    margin-bottom: 40px;
}
 
.ba-slider img {
    width: 100%;
    min-width:100%;
    display:block;
    overflow:hidden;
    height: auto; 
}
 
.ba-slider .resize {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 60%;
    overflow: hidden;
}


.ba-slider .handle { /* Thin line seperator */
  position:absolute; 
  left:60%;
  top:0;
  bottom:0;
  width:1px;
  margin-left:0px;
  margin-right:2px;
  background:#fff;
  cursor: ew-resize;
}
 
.ba-slider .handle:after {  /* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    content:'\25D1';
    color:#fff;
    font-weight:700;
    font-size:22px;
    text-align:center;
    line-height:31p;
    padding-left:0;
    background:;
    border:1px solid #cccccc; /* darken(@orange, 5%) */
    border-radius: 50%;
    transition:all 0.3s ease;
}

.ba-slider .handle.ba-draggable:after {
    width: 36px;
    height: 36px;
    margin: -18px 0 0 -18px;
    line-height:32px;
    font-size:28px;
}

.ba-slider {
  color: #ffffff;
  opacity: 1;
  font-size: 17px;
}
.bottomtext {
  position:absolute;
  bottom: 40px;
  right: 50px;
}
.toptext {
  position:absolute;
  bottom: 40px;
  left: 50px;
}
@media all and (max-width:768px) {
  .bottomtext {
    bottom: 30px;
    right: 40px;
  }
  .toptext {
    bottom: 30px;
    left: 40px;
  }
  .social-menu {
    padding: 0;
  }
}
@media all and (max-width:480px) {
  .bottomtext {
    bottom: 20px;
    right: 25px;
  }
  .toptext {
    bottom: 20px;
    left: 25px;
  }

}

@media all and (max-width:414px) {
  .hs_cos_wrapper_type_rich_text img {
      width: 90vw !important;
      margin: 0 auto !important;
      padding-bottom: 30px;
      float: none;
    clear:both;
  }
}

@media all and (max-width:360px) {
  .bottomtext {
    bottom: 10px;
    right: 15px;
  }
  .toptext {
    top: 10px;
    left: 15px;
  }
}


.hs_cos_wrapper_type_social_sharing a {
    border-radius: 3px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 2px 20px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-indent: -9999em;
    vertical-align: middle;
    width: 30px!important
}

.hs_cos_wrapper_type_social_sharing a img {
    height: 30px;
    opacity: 0;
    width: 30px
}

.hs_cos_wrapper_type_social_sharing a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    border-radius: 3px;
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    font-family: Font Awesome\ 5 Free,Font Awesome\ 5 Brands,FontAwesome,Font Awesome;
    height: 29px;
    left: 0;
    line-height: 30px;
    padding-top: 1px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-rendering: auto;
    top: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%
}

.hs_cos_wrapper_type_social_sharing a:hover,.hs_cos_wrapper_type_social_sharing a:hover:before {
    color: #fff
}

.hs_cos_wrapper_type_social_sharing a[href^="http://fa"]:before,.hs_cos_wrapper_type_social_sharing a[href^="http://www.fa"]:before,.hs_cos_wrapper_type_social_sharing a[href^="https://fa"]:before,.hs_cos_wrapper_type_social_sharing a[href^="https://www.fa"]:before {
    content: "\f09a"
}

.hs_cos_wrapper_type_social_sharing a[href^="http://fa"]:hover:before,.hs_cos_wrapper_type_social_sharing a[href^="http://www.fa"]:hover:before,.hs_cos_wrapper_type_social_sharing a[href^="https://fa"]:hover:before,.hs_cos_wrapper_type_social_sharing a[href^="https://www.fa"]:hover:before {
    background: #3b5998
}

.hs_cos_wrapper_type_social_sharing a[href^="http://li"]:before,.hs_cos_wrapper_type_social_sharing a[href^="http://www.li"]:before,.hs_cos_wrapper_type_social_sharing a[href^="https://li"]:before,.hs_cos_wrapper_type_social_sharing a[href^="https://www.li"]:before {
    content: "\f0e1"
}

.hs_cos_wrapper_type_social_sharing a[href^="http://li"]:hover:before,.hs_cos_wrapper_type_social_sharing a[href^="http://www.li"]:hover:before,.hs_cos_wrapper_type_social_sharing a[href^="https://li"]:hover:before,.hs_cos_wrapper_type_social_sharing a[href^="https://www.li"]:hover:before {
    background: #0077b5
}

.hs_cos_wrapper_type_social_sharing a[href^="http://in"]:before,.hs_cos_wrapper_type_social_sharing a[href^="http://www.in"]:before,.hs_cos_wrapper_type_social_sharing a[href^="https://in"]:before,.hs_cos_wrapper_type_social_sharing a[href^="https://www.in"]:before {
    content: "\f16d"
}

.hs_cos_wrapper_type_social_sharing a[href^="http://in"]:hover:before,.hs_cos_wrapper_type_social_sharing a[href^="http://www.in"]:hover:before,.hs_cos_wrapper_type_social_sharing a[href^="https://in"]:hover:before,.hs_cos_wrapper_type_social_sharing a[href^="https://www.in"]:hover:before {
    background: #8a3ab9
}

.hs_cos_wrapper_type_social_sharing a[href^="http://pi"]:before,.hs_cos_wrapper_type_social_sharing a[href^="https://pi"]:before {
    content: "\f0d2"
}

.hs_cos_wrapper_type_social_sharing a[href^="http://pi"]:hover:before,.hs_cos_wrapper_type_social_sharing a[href^="https://pi"]:hover:before {
    background: #bd081c
}

.hs_cos_wrapper_type_social_sharing a[href^="http://pl"]:before,.hs_cos_wrapper_type_social_sharing a[href^="https://pl"] {
    content: "\f0d5";
    font-size: 17px
}

.hs_cos_wrapper_type_social_sharing a[href^="http://pl"]:hover:before,.hs_cos_wrapper_type_social_sharing a[href^="https://pl"]:hover:before {
    background: #dc4e41
}

.hs_cos_wrapper_type_social_sharing a[href^="http://tw"]:before,.hs_cos_wrapper_type_social_sharing a[href^="https://tw"]:before {
    content: "\f099"
}

.hs_cos_wrapper_type_social_sharing a[href^="http://tw"]:hover:before,.hs_cos_wrapper_type_social_sharing a[href^="https://tw"]:hover:before {
    background: #55acee
}

.hs_cos_wrapper_type_social_sharing a[href^=mailto]:before {
    content: "\f0e0";
    font-size: 17px;
    padding: 0 0 1px
}

.hs_cos_wrapper_type_social_sharing a[href^=mailto]:hover:before {
    background: #66afe9
}