/* @import url('http://example.com/example_style.css'); */
@import url('fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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


 
 
 
 
 
 
 
 
 
 
 
 


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

body { margin: 0; padding: 0; font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 16px; font-weight: 400; line-height: 26px; color: #002835; background: #EFF1F5; }

img { border: 0; vertical-align: top; height: auto; max-width: 100%; }

hr { border: none; outline: none; float: left; width: 100%; height: 1px; background: #f2f2f2; clear: both; margin: 30px 0; } 

.clear { clear: both }

p { padding: 15px 0; margin: 0; }

h1 { color: #002835; font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 72px; margin: 0; padding: 15px 0 15px; line-height: 74px; font-weight: 700; clear: both }
h2 { font-weight: 700; color: #002835; font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 56px; line-height: 58px; margin: 0; padding: 10px 0 10px; clear: both }
h3 { font-weight: 700; color: #002835; font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 40px; line-height: 42px; margin: 0; padding: 10px 0 10px; clear: both }
h4 { font-weight: 700; color: #002835; font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 20px; line-height: 30px; margin: 0; padding: 10px 0 10px; clear: both }
h5 { font-weight: 600; color: #002835; font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 20px; line-height: 30px; margin: 0; padding: 10px 0 10px; clear: both; }
h6 { font-weight: 600; color: #002835; font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 16px; margin: 0; padding: 10px 0; line-height: 24px; clear: both }

.title-black h1, .title-black h2, .title-black h3, .title-black h4, .title-black h5, .title-black h6 { color: #000; }

@media (min-width: 768px) and (max-width: 1200px) {	
	h1 { font-size: 42px; line-height: 46px; }
	h2 { font-size: 38px; line-height: 40px; }
	h3 { font-size: 34px; line-height: 38px; }  
}


@media (max-width: 767px) { 
	h1 { font-size: 38px; line-height: 40px; }
	h2 { font-size: 36px; line-height: 38px; }
	h3 { font-size: 32px; line-height: 36px; } 
}


a { text-decoration: none; outline: none; color: #2b5597; transition: all .4s ease-in-out; }
a:hover { color: #326DBA; }

input , button , textarea, select , input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { outline: none; border: 1px solid #ccc; background: #fff; height: 50px; padding: 0 20px; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 16px; width: 100%; }
input[type=checkbox] , input[type=radio] { width: auto; height: auto; } 
textarea { padding: 15px 20px; height: 100px; }
input[type=submit] , button { height: auto; width: auto; border: none; cursor: pointer; background: #3777cb; font-size: 17px; border-radius: 6px; line-height: 24px; font-weight: 700; padding: 8px 20px; color: #fff; display: inline-block; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; }
input[type=submit]:hover , button:hover { background-color: #0078a0; }

ul.hs-error-msgs { margin: 0; padding: 0; list-style: none; float: left; width: 100%; }
.hs-form .input { margin: 0; }
.hs-form .hs-form-field { padding: 0 0 15px; }
body .hs-form fieldset.form-columns-2 .input , body .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right: 0 }
body .hs-form fieldset.form-columns-2 .field { padding: 0 0 10px 10px }
body .hs-form fieldset.form-columns-2 .field:first-child { padding: 0 10px 10px 0; }
body .hs-form fieldset.form-columns-3 .field { padding: 0 0 10px 10px }
body .hs-form fieldset.form-columns-3 .field:first-child { padding: 0 10px 10px 0; }
body .hs-form fieldset.form-columns-3 .field:first-child + .field { padding: 0 5px 10px; }
body .hs-form fieldset .hs-input { width: 100% !important; }
body .hs-form fieldset { max-width: none; }
body .hs-form fieldset input[type="checkbox"], body  .hs-form fieldset input[type="radio"] { width: auto !important; }
ul.inputs-list { margin: 0; padding: 5px 0; list-style: none; }

body .inputs-list .hs-form-checkbox-display , body .inputs-list .hs-form-booleancheckbox , body .inputs-list li.hs-form-radio { display: block; padding: 0 0 8px 25px; position: relative; }
body .inputs-list input[type="checkbox"] , body .inputs-list input[type="radio"] { position: absolute; left: 0; margin: 0; top: 0; opacity: 0; width: 20px; height: 20px; }
body .inputs-list input[type="radio"] { top: 3px; }
body .inputs-list input[type="checkbox"] + span { line-height: 22px; position: relative; display: block; }
body .inputs-list input[type="checkbox"] + span:before  { position: absolute; left: -25px; top: 0;  content: ''; width: 20px; height: 20px; border: 1px solid #dadada; color: #fafafa; background: #fafafa; }
body .inputs-list input[type="checkbox"]:checked + span:before { background: #000; color: #fff; border-color: #000; }
body .inputs-list input[type="checkbox"]:checked + span:after { text-align: center; color: #fff; position: absolute; left: -25px; top: 0;  content: "\f00c"; font-family: 'FontAwesome'; width: 20px; line-height: 20px; }
 
body .inputs-list input[type="radio"] + span:before { position: absolute; left: -2px; top: 2px;  content: ''; width: 20px; height: 20px; border: 1px solid #dadada;  background: #fafafa; border-radius: 100%; }
body .inputs-list input[type="radio"]:checked + span:after { position: absolute; left: 2px; top: 6px;  content: ''; width: 12px; height: 12px; border-color: #000; background: #fff;  border-radius: 100%; }

body .inputs-list .hs-form-checkbox-display , body .inputs-list .hs-form-booleancheckbox , body .inputs-list li.hs-form-radio  { display: block; padding: 5px 0 8px 35px; position: relative; color: #565656; font-size: 14px; font-weight: 700; text-transform: uppercase; }
body .inputs-list input[type="checkbox"] , .gfield_radio input[type="radio"] { position: absolute; left: 0; margin: 0; top: 0; opacity: 0; width: 20px; height: 20px; }
body .inputs-list input[type="checkbox"] + label { line-height: 22px; position: relative; display: block; }
body .inputs-list input[type="checkbox"] + label:before  { position: absolute; left: -35px; top: -2px;  content: ''; width: 24px; height: 24px; border: 2px solid #565656; color: #fafafa; background: #F0F3FA; border-radius: 6px; } 
body .inputs-list input[type="checkbox"]:checked + label:after { text-align: center; color: #fff; position: absolute; left: -30px; top: 3px;  content: "\f00c"; font-family: 'FontAwesome'; width: 14px; line-height: 14px; height: 14px; background: #007FA9; border-radius: 3px; font-size: 12px; } 
body .inputs-list input[type="radio"] { top: 3px; }
body .inputs-list input[type="radio"] + label:before { position: absolute; left: -2px; top: 3px;  content: ''; width: 24px; height: 24px; border: 2px solid #565656;  background: #F0F3FA; border-radius: 100%; }
body .inputs-list input[type="radio"]:checked + label:after { position: absolute; left: 3px; top: 8px;  content: ''; width: 14px; height: 14px; background: #007FA9;  border-radius: 100%; }

@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    
  body .hs-form fieldset.form-columns-2 .field { padding: 0 0 10px 0 }
  body .hs-form fieldset.form-columns-2 .field:first-child { padding: 0 0 10px 0 }
  body .hs-form fieldset.form-columns-3 .field { padding: 0 0 10px  }
  body .hs-form fieldset.form-columns-3 .field:first-child { padding: 0 0 10px 0; }
  body .hs-form fieldset.form-columns-3 .field:first-child + .field { padding: 0 0 10px; }
  
}

body a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a: link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a: visited , body .hs-menu-wrapper.hs-menu-flow-vertical li a { max-width: none !important; text-overflow: inherit !important; vertical-align: top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a  , body .hs-menu-wrapper.hs-menu-flow-vertical li a  { width: 100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align: top; }
body .hs-menu-wrapper.hs-menu-flow-vertical li a { white-space: normal; }

body [class*="span"] { min-height: 1px; }
.header-container-wrapper body [class*="span"] { min-height: 0; }

body .hide { display: none; }

body .bgimg-main { background-size: cover; background-repeat: no-repeat; background-position: center center; }
body .bg-img { display: none; }

/*Text Option*/
body .text-uppercase , body .title-uppercase h1 , body .title-uppercase h2 , body .title-uppercase h3 , body .title-uppercase h4 , body .title-uppercase h5 , body .title-uppercase h6 { text-transform: uppercase; }
body .text-center { text-align: center; }
body .text-left { text-align: left; }
body .text-right { text-align: right; }
body .text-white , body .text-white h1 , body .text-white h2 , body .text-white h3 , body .text-white h4 , body .text-white h5 , body .text-white h6 { color: #fff; }
body .text-italic { font-style: italic; }
body .text-white a:not(.link-style) { color: #fff; text-decoration: underline }  
body .text-white a:not(.link-style):hover { color: #fff; text-decoration: none; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline: none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline: none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { border-radius: 0; cursor: pointer; z-index: 5; position: absolute; top: 50%; transform: translateY(-50%); display: inline-block; color: #002835; background: none !important; width: 35px; height: 35px; font-size: 0; cursor: pointer; }
.slick-arrow:before { font-family: 'FontAwesome'; font-size: 24px; }
.slick-arrow:hover { color: #000;  }
.slick-arrow.slick-prev { left: 5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right: 5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display: none; }

ul.slick-dots { line-height: 0; margin: 0; padding: 0; list-style: none; position: absolute; bottom: 0; left: 0; width: 100%; }
ul.slick-dots { text-align: center; padding: 10px 0 0; }
ul.slick-dots li { display: inline-block; padding: 0 5px; }
ul.slick-dots li button { display: inline-block; background: #ced0d7;  width: 8px; height: 8px; border-radius: 100%; font-size: 0; padding: 0; cursor: pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background: #002835; transform: scale(1.1); }

a.link-style, .link-style a, a.hs-button { display: inline-block; padding: 10px 35px; border: 2px solid #002835; color: #fff; background: #002835; position: relative; font-size: 16px; line-height: 22px; font-weight: 600; text-align: center; cursor: pointer; border-radius: 60px; }
a.link-style:hover, .link-style a:hover, a.hs-button:hover { background: none; color: #002835; }

a.link-style.link-transparent, .link-style.link-transparent a { border-color: #002835; background: none; color: #002835; } 
a.link-style.link-transparent:hover, .link-style.link-transparent a:hover { background: #002835 color: #fff; }

a.link-style.link-white, .link-style.link-white a { border-color: #fff; background: #fff; color: #002835; } 
a.link-style.link-white:hover, .link-style.link-white a:hover { background: none; color: #fff; }

a.link-style.link-white.link-transparent, .link-style.link-white.link-transparent a { border-color: #fff; background: none; color: #fff; } 
a.link-style.link-white.link-transparent:hover, .link-style.link-white.link-transparent a:hover { border-color: #fff; background: #fff; color: #f0c40f; }

a.link-green, .link-green a, a.hs-button  { border-color: #70D44B; background: #70D44B; color: #000; } 
a.link-green:hover, .link-green a:hover, a.hs-button:hover { background: none; color: #002835; }

.arrow-link a { color: #002835; font-weight: 600; display: flex; align-items: center; }
.arrow-link a svg { fill: #002835; margin-left: 10px; }
.arrow-link a:hover { text-decoration: underline; }

@media (min-width: 992px) { 
	a.link-style, .link-style a { }
}

@media (min-width: 768px) { 
	a.link-style + a, .link-style a + a { }
}

@media (max-width: 767px) { 
 
}
 
 
body .wrapper, body .wrapper-small, body .wrapper-small2, body .dnd-section:not([class*="-force-full-width-section"]) > .row-fluid { margin: 0 auto !important; max-width: 1440px; float: none !important; width: 100%; } 
 
body .wrapper-small { max-width: 700px; }
body .wrapper-small2 { max-width: 950px; }
 
@media (min-width: 1200px) and (max-width: 1500px){	
	body .wrapper, body .dnd-section:not([class*="-force-full-width-section"]) > .row-fluid {  width: 1140px; }	
}


@media (min-width: 992px) and (max-width: 1200px){	
	body .wrapper, body .dnd-section:not([class*="-force-full-width-section"]) > .row-fluid {  max-width: 920px; padding: 0 15px; }	 
  body .wrapper-small { max-width: 600px; }	
  body .wrapper-small2 { max-width: 850px; }
}

@media (min-width: 768px) and (max-width: 991px){ 
	body .wrapper, body .dnd-section:not([class*="-force-full-width-section"]) > .row-fluid {  max-width: 720px; padding: 0 15px;  }	
  body .wrapper-small { max-width: 600px; }	 
  body .wrapper-small2 { max-width: 700px; }
} 

@media (max-width: 767px){ 
	body .wrapper, body .wrapper-small, body .wrapper-small2 { max-width: 100% !important; padding: 0 20px; }	
  body .dnd-section:not([class*="-force-full-width-section"]) > .row-fluid { max-width: 100% !important; }	
}

body [class*= "-force-full-width-section"] > .row-fluid {  max-width: none !important; }

:root { --column-gap: 2.13%; --column-width-multiplier: 8.333; }

.row-fluid { display: flex; flex-wrap: wrap; width: 100%; }


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{ min-height: 1px; width: 100%; }

@media (min-width: 768px) {
  .row-fluid { flex-wrap: nowrap; justify-content: space-between; }
  
    .row-fluid .span1 { width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100)); }
  
    .row-fluid .span2 { width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100)); }
  
    .row-fluid .span3 { width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100)); }
  
    .row-fluid .span4 { width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100)); }
  
    .row-fluid .span5 { width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100)); }
  
    .row-fluid .span6 { width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100)); }
  
    .row-fluid .span7 { width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100)); }
  
    .row-fluid .span8 { width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100)); }
  
    .row-fluid .span9 { width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100)); }
  
    .row-fluid .span10 { width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100)); }
  
    .row-fluid .span11 { width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100)); }
  
} 

.row { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; }
 

  .col-1 { 
    width: calc((100%/12) * 1);  
  }

  .col-2 { 
    width: calc((100%/12) * 2);  
  }

  .col-3 { 
    width: calc((100%/12) * 3);  
  }

  .col-4 { 
    width: calc((100%/12) * 4);  
  }

  .col-5 { 
    width: calc((100%/12) * 5);  
  }

  .col-6 { 
    width: calc((100%/12) * 6);  
  }

  .col-7 { 
    width: calc((100%/12) * 7);  
  }

  .col-8 { 
    width: calc((100%/12) * 8);  
  }

  .col-9 { 
    width: calc((100%/12) * 9);  
  }

  .col-10 { 
    width: calc((100%/12) * 10);  
  }

  .col-11 { 
    width: calc((100%/12) * 11);  
  }
 

@media (max-width: 767px) {  
  
    .col-s-1 {
      width: calc((100%/12) * 1); 
    }
  
    .col-s-2 {
      width: calc((100%/12) * 2); 
    }
  
    .col-s-3 {
      width: calc((100%/12) * 3); 
    }
  
    .col-s-4 {
      width: calc((100%/12) * 4); 
    }
  
    .col-s-5 {
      width: calc((100%/12) * 5); 
    }
  
    .col-s-6 {
      width: calc((100%/12) * 6); 
    }
  
    .col-s-7 {
      width: calc((100%/12) * 7); 
    }
  
    .col-s-8 {
      width: calc((100%/12) * 8); 
    }
  
    .col-s-9 {
      width: calc((100%/12) * 9); 
    }
  
    .col-s-10 {
      width: calc((100%/12) * 10); 
    }
  
    .col-s-11 {
      width: calc((100%/12) * 11); 
    }
   
}

@media (min-width: 576px) {   
  
    .col-sm-1 {
      width: calc((100%/12) * 1); 
    }
  
    .col-sm-2 {
      width: calc((100%/12) * 2); 
    }
  
    .col-sm-3 {
      width: calc((100%/12) * 3); 
    }
  
    .col-sm-4 {
      width: calc((100%/12) * 4); 
    }
  
    .col-sm-5 {
      width: calc((100%/12) * 5); 
    }
  
    .col-sm-6 {
      width: calc((100%/12) * 6); 
    }
  
    .col-sm-7 {
      width: calc((100%/12) * 7); 
    }
  
    .col-sm-8 {
      width: calc((100%/12) * 8); 
    }
  
    .col-sm-9 {
      width: calc((100%/12) * 9); 
    }
  
    .col-sm-10 {
      width: calc((100%/12) * 10); 
    }
  
    .col-sm-11 {
      width: calc((100%/12) * 11); 
    }
   
}

@media (min-width: 768px) {  
  
    .col-md-1 {
      width: calc((100%/12) * 1); 
    }
  
    .col-md-2 {
      width: calc((100%/12) * 2); 
    }
  
    .col-md-3 {
      width: calc((100%/12) * 3); 
    }
  
    .col-md-4 {
      width: calc((100%/12) * 4); 
    }
  
    .col-md-5 {
      width: calc((100%/12) * 5); 
    }
  
    .col-md-6 {
      width: calc((100%/12) * 6); 
    }
  
    .col-md-7 {
      width: calc((100%/12) * 7); 
    }
  
    .col-md-8 {
      width: calc((100%/12) * 8); 
    }
  
    .col-md-9 {
      width: calc((100%/12) * 9); 
    }
  
    .col-md-10 {
      width: calc((100%/12) * 10); 
    }
  
    .col-md-11 {
      width: calc((100%/12) * 11); 
    }
   
}

@media (min-width: 992px) {  
  
    .col-lg-1 {
      width: calc((100%/12) * 1); 
    }
  
    .col-lg-2 {
      width: calc((100%/12) * 2); 
    }
  
    .col-lg-3 {
      width: calc((100%/12) * 3); 
    }
  
    .col-lg-4 {
      width: calc((100%/12) * 4); 
    }
  
    .col-lg-5 {
      width: calc((100%/12) * 5); 
    }
  
    .col-lg-6 {
      width: calc((100%/12) * 6); 
    }
  
    .col-lg-7 {
      width: calc((100%/12) * 7); 
    }
  
    .col-lg-8 {
      width: calc((100%/12) * 8); 
    }
  
    .col-lg-9 {
      width: calc((100%/12) * 9); 
    }
  
    .col-lg-10 {
      width: calc((100%/12) * 10); 
    }
  
    .col-lg-11 {
      width: calc((100%/12) * 11); 
    }
   
}

@media (min-width: 1200px) {  
  
    .col-xl-1 {
      width: calc((100%/12) * 1); 
    }
  
    .col-xl-2 {
      width: calc((100%/12) * 2); 
    }
  
    .col-xl-3 {
      width: calc((100%/12) * 3); 
    }
  
    .col-xl-4 {
      width: calc((100%/12) * 4); 
    }
  
    .col-xl-5 {
      width: calc((100%/12) * 5); 
    }
  
    .col-xl-6 {
      width: calc((100%/12) * 6); 
    }
  
    .col-xl-7 {
      width: calc((100%/12) * 7); 
    }
  
    .col-xl-8 {
      width: calc((100%/12) * 8); 
    }
  
    .col-xl-9 {
      width: calc((100%/12) * 9); 
    }
  
    .col-xl-10 {
      width: calc((100%/12) * 10); 
    }
  
    .col-xl-11 {
      width: calc((100%/12) * 11); 
    }
   
}

.w-100 { width: 100%; }
.display-block { display: block !important; }
.display-inline-block { display: inline-block !important; }
.v-align-middle { vertical-align: middle; }
.v-align-top { vertical-align: top; }

.d-flex { display: flex !important; } 
.d-inline-flex { display: inline-flex !important; }
.d-none { display: none !important; }

.position-relative { position: relative !important; }
.position-absolute { position: absolute !important; }
.position-fixed { position: fixed !important; }
.position-sticky { position: -webkit-sticky !important; position: sticky !important; }

.top-0 { top: 0; }
.right-0 { right: 0; }
.left-0 { left: 0; }
.bottom-0 { bottom: 0; }

.top-10 { top: 10px; }
.right-10 { right: 10px; }
.left-10 { left: 10px; }
.bottom-10 { bottom: 10px; }

.flex-wrap { flex-wrap: wrap !important; }
.flex-nowrap { flex-wrap: nowrap !important; }
.flex-wrap-reverse { flex-wrap: wrap-reverse !important; }

.flex-fill { flex: 1 1 auto!important; }
.flex-eq-width { flex-grow: 1; flex-basis: 0; }

.justify-content-start { justify-content: flex-start !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-around { justify-content: space-around !important; }
.justify-content-evenly { justify-content: space-evenly !important; }
.align-items-start { align-items: flex-start !important; }
.align-items-end { align-items: flex-end !important; }
.align-items-center { align-items: center !important; }
.align-items-baseline { align-items: baseline !important; }
.align-items-stretch { align-items: stretch !important; }

.align-content-start { align-content: flex-start !important; }
.align-content-end { align-content: flex-end !important; }
.align-content-center { align-content: center !important; }
.align-content-between { align-content: space-between !important; }
.align-content-around { align-content: space-around !important; }
.align-content-stretch { align-content: stretch !important; }

.align-self-auto { align-self: auto !important; }
.align-self-start { align-self: flex-start !important; }
.align-self-end { align-self: flex-end !important; }
.align-self-center { align-self: center !important; }
.align-self-baseline { align-self: baseline !important; }
.align-self-stretch { align-self: stretch !important; }

.flex-column { flex-direction: column !important; }

.me-auto { margin-right: auto!important; }
.ms-auto { margin-left: auto !important; }

.order-first { order: -1 !important; }
.order-0 { order: 0 !important; }
.order-1 { order: 1 !important; }
.order-2 { order: 2 !important; }
.order-3 { order: 3 !important; }
.order-4 { order: 4 !important; }
.order-5 { order: 5 !important; }
.order-last { order: 6 !important; }

.overflow-hidden { overflow: hidden; }

.float-left { float: left !important; }
.float-right { float: right !important; }
.float-none { float: none !important; }

@media (min-width: 768px) { 
	.md-d-flex { display: flex; }

	.md-flex-wrap { flex-wrap: wrap; }
	.md-flex-nowrap { flex-wrap: nowrap; }
	.md-flex-wrap-reverse { flex-wrap: wrap-reverse; }

	.md-justify-content-start { justify-content: flex-start; }
	.md-justify-content-end { justify-content: flex-end; }
	.md-justify-content-center { justify-content: center; }
	.md-justify-content-between { justify-content: space-between; }
	.md-justify-content-around { justify-content: space-around; }
	.md-justify-content-evenly { justify-content: space-evenly; }
	.md-align-items-start { align-items: flex-start; }
	.md-align-items-end { align-items: flex-end; }
	.md-align-items-center { align-items: center; }
	.md-align-items-baseline { align-items: baseline; }
	.md-align-items-stretch { align-items: stretch; }

	.md-align-content-start { align-content: flex-start; }
	.md-align-content-end { align-content: flex-end; }
	.md-align-content-center { align-content: center; }
	.md-align-content-between { align-content: space-between; }
	.md-align-content-around { align-content: space-around; }
	.md-align-content-stretch { align-content: stretch; }

	.md-align-self-auto { align-self: auto; }
	.md-align-self-start { align-self: flex-start; }
	.md-align-self-end { align-self: flex-end; }
	.md-align-self-center { align-self: center; }
	.md-align-self-baseline { align-self: baseline; }
	.md-align-self-stretch { align-self: stretch; } 
  
  .order-md-first { order: -1 !important; }
  .order-md-0 { order: 0 !important; }
  .order-md-1 { order: 1 !important; }
  .order-md-2 { order: 2 !important; }
  .order-md-3 { order: 3 !important; }
  .order-md-4 { order: 4 !important; }
  .order-md-5 { order: 5 !important; }
  .order-md-last { order: 6 !important; }
}

 
@media (min-width: 576px) {
  .float-sm-left { float: left !important; }
  .float-sm-right { float: right !important; }
  .float-sm-none { float: none !important; }
}

@media (min-width: 768px) {
  .float-md-left { float: left !important; }
  .float-md-right { float: right !important; }
  .float-md-none { float: none !important; }
}

@media (min-width: 992px) {
  .float-lg-left { float: left !important; }
  .float-lg-right { float: right !important; }
  .float-lg-none { float: none !important; }
}

@media (min-width: 1200px) {
  .float-xl-left { float: left !important; }
  .float-xl-right { float: right !important; }
  .float-xl-none { float: none !important; }
}

@media (max-width: 767px) {
  .flex-m-wrap { flex-wrap: wrap !important; }
  .flex-m-nowrap { flex-wrap: nowrap !important; }
  .flex-wrap-reverse { flex-wrap: wrap-reverse !important; }
  .order-m-first { order: -1 !important; }
  .order-m-0 { order: 0 !important; }
  .order-m-1 { order: 1 !important; }
  .order-m-2 { order: 2 !important; }
  .order-m-3 { order: 3 !important; }
  .order-m-4 { order: 4 !important; }
  .order-m-5 { order: 5 !important; }
  .order-m-last { order: 6 !important; }
  
	.m-d-flex { display: flex; }

	.m-flex-wrap { flex-wrap: wrap; }
	.m-flex-nowrap { flex-wrap: nowrap; }
	.m-flex-wrap-reverse { flex-wrap: wrap-reverse; }

	.m-justify-content-start { justify-content: flex-start; }
	.m-justify-content-end { justify-content: flex-end; }
	.m-justify-content-center { justify-content: center; }
	.m-justify-content-between { justify-content: space-between; }
	.m-justify-content-around { justify-content: space-around; }
	.m-justify-content-evenly { justify-content: space-evenly; }
	.m-align-items-start { align-items: flex-start; }
	.m-align-items-end { align-items: flex-end; }
	.m-align-items-center { align-items: center; }
	.m-align-items-baseline { align-items: baseline; }
	.m-align-items-stretch { align-items: stretch; }

	.m-align-content-start { align-content: flex-start; }
	.m-align-content-end { align-content: flex-end; }
	.m-align-content-center { align-content: center; }
	.m-align-content-between { align-content: space-between; }
	.m-align-content-around { align-content: space-around; }
	.m-align-content-stretch { align-content: stretch; }

	.m-align-self-auto { align-self: auto; }
	.m-align-self-start { align-self: flex-start; }
	.m-align-self-end { align-self: flex-end; }
	.m-align-self-center { align-self: center; }
	.m-align-self-baseline { align-self: baseline; }
	.m-align-self-stretch { align-self: stretch; }
}

.bottom-space-0 { padding-bottom: 0 !important; } 
.bottom-space { padding-bottom: 10px; } 
.bottom-space2 { padding-bottom: 20px; } 
.bottom-space3 { padding-bottom: 30px; } 
.bottom-space4 { padding-bottom: 40px; } 
.top-space-0 { padding-top: 0 !important; } 
.top-space { padding-top: 10px; } 
.top-space2 { padding-top: 20px; } 
.top-space3 { padding-top: 30px; } 
.top-space4 { padding-top: 40px; } 

@media (max-width: 767px) {
  .bottom-space-m  { padding-bottom: 10px; }
  .bottom-space2-m  { padding-bottom: 20px; }
  .bottom-space3-m  { padding-bottom: 30px; }
  .bottom-space4-m  { padding-bottom: 40px; }
  .top-space-m  { padding-top: 10px; }
  .top-space2-m  { padding-top: 20px; }
  .top-space3-m  { padding-top: 30px; }
  .top-space4-m  { padding-top: 40px; }
}
 
.list-style ul { margin: 0; padding: 15px 0 0; list-style: none; }
.list-style ul li { padding: 5px 0 15px 25px; position: relative; }
.list-style ul li:before { content: ''; position: absolute; top: 12px; left: 0; background: url(//43636825.fs1.hubspotusercontent-na1.net/hubfs/43636825/FitBodies/images/check-icon.svg) no-repeat left top; width: 18px; height: 13px; }
.text-white .list-style ul li:before, .text-white.list-style ul li:before  { background-image: url(//43636825.fs1.hubspotusercontent-na1.net/hubfs/43636825/FitBodies/images/check-icon-white.svg); }

.list-style ul ul { margin: 0; padding: 10px 0 0 20px; }

.light-gry-bg { background: #F1F0ED; }

body .hs-menu-wrapper ul { margin: 0; padding: 0; list-style: none; }
body .hs-menu-wrapper ul li { margin: 0; position: relative; } 

.list-style ul { margin: 0; padding: 15px 0; list-style: none; }
.list-style ul li { padding: 0 0 0 20px; margin: 10px 0; position: relative; }
.list-style ul li:before { content: ''; position: absolute; top: 10px; left: 0; width: 8px; height: 8px; background: #70D44B; border-radius: 100%; }


body .content-section { padding: 120px 0; }  
body .content-section2 { padding: 80px 0; }  

@media (min-width: 768px) and (max-width: 1200px) { 
  body .content-section { padding: 80px 0; }  
  body .content-section2 { padding: 60px 0; }  
}

@media (max-width: 767px){
  body .content-section { padding: 55px 0; } 
  body .content-section2 { padding: 40px 0; }  
}

body .top-main { padding: 32px 0; z-index: 9; background: #eff1f5; position: sticky; top: 0; }
body .logo img { width: 100px !important; }

.blog-main { padding: 80px 0; display: flex; flex-wrap: wrap; width: 100%; }
.hs-blog-post .blog-main { padding-top: 40px; }
.post-box { padding: 15px 0; }
.post-b { background: #fff; border-radius: 32px; color: #041F25; }
.post-content { padding: 20px; }
.post-img { width: 100%; height: 300px; border-radius: 32px 32px 0 0; background: url(https://web-files.nonstopwellness.com/hubfs/2022-nonstop/images/blog-post-placeholder.jpg) no-repeat center center; background-size: auto 100%; }
.post-img img { border-radius: 32px 32px 0 0; height: 300px; width: 100%; object-fit: cover; }
.post-content h4 a { color: #041F25; }
.post-content h4 a:hover { color: #70D44B; }
a.read-more { color: #041F25; font-weight: 600; font-size: 16px; margin-top: 10px; display: inline-block; } 
a.read-more svg { width: 30px; display: inline-block; vertical-align: middle; transition: all .4s ease-in-out; margin-left: 8px; }
a.read-more svg path { fill: #041F25; }
a.read-more:hover svg { transform: translateX(10px); }
.post-byline { padding: 0 0 10px; font-size: 15px; }
.post-date { padding: 0 0 10px; font-size: 15px; }

.hs-blog-post .blog-main .wrapper, .resource-section .wrapper { max-width: 960px; }
.blog-topic span { display: block; padding: 0 0 8px; }
.blog-topic { padding: 0 0 30px; font-size: 14px; }
.blog-topic a { display: inline-block; margin: 5px 5px 5px 0;  font-weight: 600; color: #041F25; padding: 5px 20px; border-radius: 6px; }
.blog-topic a:hover, .blog-topic a.active { background-color: rgb(112 212 75 / 0.1); }

@media (min-width: 768px) {
  .post-boxes:not(.resource-boxes) { margin: 0 -15px; display: flex; flex-wrap: wrap; }
  .post-box { padding: 15px; width: 33.33%; display: flex; }
  .resource-boxes { float: left; width: 100%; display: block; flex-wrap: unset; margin: 0 -15px; }
  .resource-boxes .post-box { float: left; width: 33.33%; display: block; }
  .resource-boxes .post-box:nth-child(3n) { clear: right; }
  .resource-boxes .post-box:nth-child(3n+1) { clear: left; }
  .post-content { padding: 30px; }
  .post-boxes:not(.resource-boxes) .post-b { display: flex; flex-wrap: wrap; align-content: flex-start; width: 100%; }
  .post-content h4 { font-size: 30px; line-height: 34px; }
  .resource-boxes .post-b { float: left; width: 100%; }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .post-content h4 { font-size: 22px; line-height: 28px; }
  .post-content { padding: 20px; }
  .post-img img, .post-img { height: 300px; }
} 

@media (max-width: 767px){ 
  .blog-main { padding: 40px 0; }
  .post-img img, .post-img { height: 250px; }
}

.blog-detail-content h6 { font-weight: 700; font-size: 20px; line-height: 28px; padding: 20px 0 0; }
.blog-date { font-size: 16px; padding: 0 0 25px; font-weight: 500; }
.blog-img { padding: 0 0 25px; }
.hs-pagination { padding: 40px 0 0; justify-content: center; align-items: center; display: flex; } 
.hs-pagination a { color: #041F25; margin: 8px; display: flex; justify-content: center; align-items: center; }
.hs-pagination a.hs-pagination__link--active { font-weight: 700; }
.hs-pagination a:hover { color: #70D44B; }
.hs-pagination svg { width: 12px; height: auto; margin: 0 8px; }
.hs-pagination a:hover .hs-pagination__link-icon  svg path { fill: #70D44B; } 

@media (min-width: 1200px) {
  .blog-detail h1, .resource-main-title h1 { font-size: 40px; line-height: 42px; }
}


.footer { background: #fff; border-radius: 32px 32px 0 0; font-size: 14px; line-height: 20px; color: #494C54; padding: 80px 0; font-weight: 500; }
.hasCTA .footer { padding: 130px 0 80px; }
.footer-logo { padding: 0 0 65px; } 
.footer a { color: #494C54; }
.footer a:hover { color: #70D44B; }
.footer-contact { word-break: break-word; }
.footer-contact p, .footer-links li { margin: 0; padding: 0 0 10px; }
.footer-badge { padding-top: 20px; } 

.footer-social { padding: 30px 0 30px; }
.footer-social a { display: inline-block; margin: 10px; width: 30px; height: 30px; font-size: 18px; line-height: 30px; background: #041F25; border-radius: 100%; color: #fff; }
.footer-copyright a { color: #041F25; font-weight: 600; margin-left: 5px; position: relative; }
.footer-copyright a + a { padding-left: 12px; }
.footer-copyright a + a:before { content: ''; position: absolute; top: 6px; left: 0; background: #041F25; width: 3px; height: 3px; border-radius: 100%; }
.footer-copyright a + a:before:hover { background: #70D44B; }
.footer-copyright { font-size: 12px; line-height: 18px; }
noscript + img { display: none; }

@media (max-width: 767px){ 
  .footer-logo { padding: 0 0 20px; } 
  .footer-social { padding: 20px 0; }
}