@import url("https://use.typekit.net/dti6orz.css");
/***********************************************/

/* Images */
img {
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  /* Suppress the space beneath the baseline */
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.hs-responsive-embed iframe,
.hs-responsive-embed object,
.hs-responsive-embed embed {
  width: 100%;
  height: 100%;
  border: 0;
}
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
  padding-bottom: 2%;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */
textarea,
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"],
select {
  padding: 6px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Menus */
.header-container .hs-menu-wrapper ul {
  padding: 0;
}
.header-container .hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
}
.header-container .hs-menu-wrapper>ul {
  display: inline-block;
  margin-bottom: 20px;
}
.header-container .hs-menu-wrapper>ul:before {
  content: " ";
  display: table;
}
.header-container .hs-menu-wrapper>ul:after {
  content: " ";
  display: table;
  clear: both;
}
.header-container .hs-menu-wrapper>ul li.hs-menu-depth-1 {
  float: left;
}
.header-container .hs-menu-wrapper>ul li a {
  display: inline-block;
  padding: 10px 20px;
  white-space: nowrap;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.header-container .hs-menu-wrapper>ul li.hs-item-has-children {
  position: relative;
}
.header-container .hs-menu-wrapper>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.header-container .hs-menu-wrapper>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-container .hs-menu-wrapper>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 180px;
  top: 0;
}
.header-container .hs-menu-wrapper>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.header-container .row-fluid-wrapper:last-child .hs-menu-wrapper>ul {
  margin-bottom: 0;
}
.header-container .hs-menu-wrapper.hs-menu-show-active-branch {
  position: relative;
  margin-bottom: 20px;
  min-height: 7em;
}
.header-container .hs-menu-wrapper.hs-menu-show-active-branch>ul {
  margin-bottom: 0;
}
.header-container .hs-menu-wrapper.hs-menu-show-active-branch>ul li.hs-item-has-children {
  position: static;
}
.header-container .hs-menu-wrapper.hs-menu-show-active-branch>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.header-container .hs-menu-wrapper.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.header-container .hs-menu-wrapper.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.header-container .hs-menu-wrapper.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.header-container .hs-menu-wrapper.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li {
  float: left;
}
.header-container .hs-menu-wrapper.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
  display: inline-block;
  padding: 10px 20px;
  white-space: nowrap;
  max-width: 140px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}


.header-container .hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
  .header-container .hs-menu-wrapper,
  .header-container .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .header-container .hs-menu-wrapper ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .header-container .hs-menu-wrapper>ul {
    display: block;
  }
  .header-container .hs-menu-wrapper>ul li.hs-menu-depth-1 {
    float: none;
  }
  .header-container .hs-menu-wrapper>ul li a,
  .header-container .hs-menu-wrapper>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .header-container .hs-menu-wrapper.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}
.header-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.header-container .hs-menu-wrapper.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}

/* Space Module */
.widget-type-space {
  visibility: hidden;
}

/* Blog Author Section */
.hs-author-listing-header {
  margin: 0 0 .75em 0;
}
.hs-author-social-links {
  display: inline-block;
}
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus {
  outline: none;
}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {
  margin: 0;
  padding: 0;
}
.hs_cos_flex-slider .hs_cos_flex-slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {
  width: 100%;
  display: block;
  border-radius: 0px;
}
.hs_cos_flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .hs_cos_flex-slides {
  display: block;
}
* html .hs_cos_flex-slides {
  height: 1%;
}

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {
  margin: 0 0 60px;
  background: #fff;
  border: 0;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  zoom: 1;
}
.hs_cos_flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .hs_cos_flex-viewport {
  max-height: 300px;
}
.hs_cos_flex-slider .hs_cos_flex-slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px
}
/* Direction Nav */
.hs_cos_flex-direction-nav {
  *height: 0;
}
.hs_cos_flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
.hs_cos_flex-direction-nav .hs_cos_flex-next {
  background-position: 100% 0;
  right: -36px;
}
.hs_cos_flex-direction-nav .hs_cos_flex-prev {
  left: -36px;
}
.hs_cos_flex-slider:hover .hs_cos_flex-next {
  opacity: 0.8;
  right: 5px;
}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {
  opacity: 0.8;
  left: 5px;
}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover,
.hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {
  opacity: 1;
}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {
  *height: 0;
}
.hs_cos_flex_thumbnavs-direction-nav a {
  width: 30px;
  height: 140px;
  margin: -60px 0 0;
  display: block;
  background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  -webkit-transition: all .3s ease;
}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {
  background-position: 100% 40%;
  right: 0px;
}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
  left: 0px;
}
.hs-cos-flex-slider-control-panel img {
  cursor: pointer;
}
.hs-cos-flex-slider-control-panel img:hover {
  opacity: .8;
}
.hs-cos-flex-slider-control-panel {
  margin-top: -30px;
}
/* Control Nav */
.hs_cos_flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.hs_cos_flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.hs_cos_flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.hs_cos_flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.hs_cos_flex-control-paging li a.hs_cos_flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.hs_cos_flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.hs_cos_flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.hs_cos_flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.hs_cos_flex-control-thumbs img:hover {
  opacity: 1;
}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {
    opacity: 1;
    left: 0;
  }
  .hs_cos_flex-direction-nav .hs_cos_flex-next {
    opacity: 1;
    right: 0;
  }
}
.hs_cos_flex-slider .caption {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}
@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #recaptcha_area table#recaptcha_table {
    width: 300px !important;
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: 300px !important;
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 {
    width: 67px !important;
  }
  #recaptcha_area table#recaptcha_table #recaptcha_image {
    width: 280px !important;
  }
}
.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right: -4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}
/* responsive pre elements */
pre {
  overflow-x: auto;
}
/* responsive pre tables */
table pre {
  white-space: pre-wrap;
}
/* adding minimal spacing for blog comments */
.comment {
  margin: 10px 0 10px 0;
}
/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}
/* HTML 5 Reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}
.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}
/* Responsive Google Maps */
#map_canvas img,
.google-maps img {
  max-width: none;
}
/* line height fix for reCaptcha theme */
#recaptcha_table td {
  line-height: 0;
}
.recaptchatable #recaptcha_response_field {
  min-height: 0;
  line-height: 12px;
}

/* =====================================
   Index:         
  1. BASE STYLES   
    1a. Hubl Variables
    1b. Hubl Macros
    1c. CSS Resets
    1d. Base
    1e. Typography
    1f. Buttons
    1g. Forms
  2. FLUID FRAMEWORK
  3. CONTENT
    3b. Homepage
  4. HEADER
    4a. Header Structure
    4b. Main Navigation
    4c. Mobile Menu
    4d. Sticky Header
  5. FOOTER
    4a. Footer Structure
  6. BLOG
    5a. Blog Structure
    5b. Blog Listing
    5c. Blog Post
    5d. Blog Subscribe Form
  7. MISCELLANOUS
    7a. CTA Overrides
   ===================================== */

/* ==========================================================================
   1. BASE STYLES                                             
   ========================================================================== */

/* =====================================
   1a. Hubl Variables                                               
   ===================================== */

/*** Base Font Settings (applies to body and non-heading tags)***/




 /* Keep value unitless for easy responsiveness */
 /* This will also be the minimum spacing for headings */




/*** Heading Font Settings ***/






/* Heading sizes in pixels */






/* Super */








/* h1 */






/* h2 */






/* h3 */






/* h4 */






/* h5 */






/*** Extra Font Settings ***/












/*** Base Site Settings ***/





/*** Color Palette ***/








/*** Site Width Containers ***/


   

/* =====================================
   1b. Hubl Macros                                             
   ===================================== */

/* Border Radius  */


/* Box Shadow  */


/* Transition  */


/* Transform  */


/* Heading Tags  */


/* Text Tags  */


/* Text Tags  */


/** Shorthand Compatibality-Minded Flex Box Styles **/















/* =====================================
   1c. CSS Resets (If Needed)                                       
   ===================================== */

/* =====================================
   1d. Base                                          
   ===================================== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
body {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
  font-weight: 400;
  color: #333333;
  font-family: 'mr-eaves-xl-modern', sans-serif;
  font-size: 18px;
  line-height: 1.475;
  letter-spacing: normal;
}
a { 
  color: #00A4FF;
}
a:hover, a:focus { 
  color: #00A4FF;
}
hr {
  color: #C4C4C4;
  background-color: #C4C4C4;
  height: 1px;
  border: none;
}

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

/*** Highlighted Text ***/
::-moz-selection {}
::selection {}

/*** Website Width ***/
.row-fluid .page-center,
.page-center {
  max-width: 1406px;
  float: none;
  margin: 0 auto !important;
  padding: 0 20px;
}
.row-fluid .page-center.wide,
.page-center.wide {
  max-width: 1486px;
}
.row-fluid .page-center.lean,
.page-center.lean {
  max-width: 1246px;
}
.row-fluid .page-center.pinch,
.page-center.pinch {
  max-width: 1316px;
}
.marketplace .row-fluid .page-center,
.marketplace .page-center {
  max-width: 1320px;
}

@media (min-width: 1025px) {
  .row-fluid .page-center,
  .page-center {
    max-width: 1446px;
    padding: 0 40px;
  }
  .row-fluid .page-center.wide,
  .page-center.wide {
    max-width: 1526px;
  }
	.marketplace .row-fluid .page-center,
	.marketplace .page-center {
		max-width: 1360px;
	}
}

@media (max-width: 767px) {
  .row-fluid [class*="span"] {
    width: 100%; 
  }
  /** Add margin to divs after HubSpot wrap **/
  .page-center > .row-fluid-wrapper > .row-fluid > div + div {
    margin-top: 50px;
  }
  .page-center > .row-fluid-wrapper > .row-fluid > div.section-title {
    margin-top: 0;
  }
  /** Don't add margin to divs after HubSpot wrap **/
  .page-center.noMbMargin > .row-fluid-wrapper > .row-fluid > div + div,
  .block-divide .page-center > .row-fluid-wrapper > .row-fluid > div + div {
    margin-top: 0 !important;
  }
  /** Finesse image modules after HubSpot wrap **/
  .page-center .widget-type-linked_image {
    text-align: center; 
  }
  .page-center .widget-type-linked_image img {
    max-width: 85% !important;
  }
  .page-center .imgWidth {
    margin-top: 40px; 
  }
  .page-center .imgWidth .widget-type-linked_image img {
    max-width: 100%;
    width: 275px !important;
    height: auto !important;
  }
}

/* =====================================
   1e. Typography                                          
   ===================================== */

/*** Headings ***/
h1, h2, h3, h4, h5, h6 {
  font-family: 'montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  letter-spacing: max(normal, normal);
  margin: 0 0 1em;
  color: #2F2E41;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {

}
/* Super */
.super h1, h1.super,
.super h2, h2.super,
.super h3, h3.super,
.super h4, h4.super,
.super h5, h5.super,
.super h6, h6.super,
p.super,
ol.super li,
ul.super li,
span.super {
  font-size: 60px;
  line-height: 1.25;
  margin: 0;
}
p.super,
ol.super li,
ul.super li,
span.super {
  line-height: 1.475; 
}
/* h1 */
h1,
.h1 h1, h1.h1,
.h1 h2, h2.h1,
.h1 h3, h3.h1,
.h1 h4, h4.h1,
.h1 h5, h5.h1,
.h1 h6, h6.h1,
p.h1,
ol.h1 li,
ul.h1 li,
span.h1 {
  font-size: 56px;
  line-height: 1.25;
  margin: 0;
}
/* h2 */
h2,
.post-body h1,
.h2 h1, h1.h2,
.h2 h2, h2.h2,
.h2 h3, h3.h2,
.h2 h4, h4.h2,
.h2 h5, h5.h2,
.h2 h6, h6.h2,
p.h2,
ol.h2 li,
ul.h2 li,
span.h2 {
  font-size: 42px;
  line-height: 1.25;
  margin-bottom: .55em;
}
/* h3 */
h3,
.post-body h3.h2,
.post-body h2, 
.h3 h1, h1.h3,
.h3 h2, h2.h3,
.h3 h3, h3.h3,
.h3 h4, h4.h3,
.h3 h5, h5.h3,
.h3 h6, h6.h3,
p.h3,
ol.h3 li,
ul.h3 li,
span.h3,
p.h3Size,
ol.h3Size li,
ul.h3Size li,
span.h3Size,
.h3Size p,
.h3Size li,
.h3Size span {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: .75em;
}
/* h4 */
h4,
.post-body h3, 
.h4 h1, h1.h4,
.h4 h2, h2.h4,
.h4 h3, h3.h4,
.h4 h4, h4.h4,
.h4 h5, h5.h4,
.h4 h6, h6.h4,
p.h4,
ol.h4 li,
ul.h4 li,
span.h4,
.h4 p,
.h4 li,
.h4 span {
  font-size: 24px;
  line-height: 1.25;
}
/* h5 */
h5,
.post-body h4, 
.h5 h1, h1.h5,
.h5 h2, h2.h5,
.h5 h3, h3.h5,
.h5 h4, h4.h5,
.h5 h5, h5.h5,
.h5 h6, h6.h5,
p.h5,
ol.h5 li,
ul.h5 li,
span.h5,
.h5 p,
.h5 li,
.h5 span {
  font-size: 21px;
  line-height: 1.475;
}
/* h6 */
h6,
.h6 h1, h1.h6,
.h6 h2, h2.h6,
.h6 h3, h3.h6,
.h6 h4, h4.h6,
.h6 h5, h5.h6,
.h6 h6, h6.h6 {
  font-size: 18px;
  line-height: 1.475;
}
/* Small */
p.small,
ol.small li,
ul.small li,
span.small,
.small p,
.small li,
.small span{
  font-size: 14px;
}
/* Mini */
p.pint,
ol.pint li,
ul.pint li,
span.pint,
.pint p,
.pint li,
.pint span {
  font-size: .75em;
}
@media (max-width: 1536px) and (min-width: 1367px) {
  .super h1, h1.super,
.super h2, h2.super,
.super h3, h3.super,
.super h4, h4.super,
.super h5, h5.super,
.super h6, h6.super,
  p.super,
ol.super li,
ul.super li,
span.super {
    font-size: 54.0px;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .super h1, h1.super,
.super h2, h2.super,
.super h3, h3.super,
.super h4, h4.super,
.super h5, h5.super,
.super h6, h6.super,
  p.super,
ol.super li,
ul.super li,
span.super {
    font-size: 51.0px;
  }
  h1,
  .h1 h1, h1.h1,
.h1 h2, h2.h1,
.h1 h3, h3.h1,
.h1 h4, h4.h1,
.h1 h5, h5.h1,
.h1 h6, h6.h1,
  p.h1,
ol.h1 li,
ul.h1 li,
span.h1 {
    font-size: 50.4px;
  }
  h2,
	.post-body h1,
  .h2 h1, h1.h2,
.h2 h2, h2.h2,
.h2 h3, h3.h2,
.h2 h4, h4.h2,
.h2 h5, h5.h2,
.h2 h6, h6.h2,
  p.h2,
ol.h2 li,
ul.h2 li,
span.h2 {
    font-size: 37.800000000000004px;
  }
  h3,
  .post-body h3.h2,
  .post-body h2, 
  .h3 h1, h1.h3,
.h3 h2, h2.h3,
.h3 h3, h3.h3,
.h3 h4, h4.h3,
.h3 h5, h5.h3,
.h3 h6, h6.h3,
  p.h3,
ol.h3 li,
ul.h3 li,
span.h3,
  p.h3Size,
ol.h3Size li,
ul.h3Size li,
span.h3Size,
.h3Size p,
.h3Size li,
.h3Size span {
    font-size: 30.4px;
  }
  h4,
  .post-body h3, 
  .h4 h1, h1.h4,
.h4 h2, h2.h4,
.h4 h3, h3.h4,
.h4 h4, h4.h4,
.h4 h5, h5.h4,
.h4 h6, h6.h4,
  p.h4,
ol.h4 li,
ul.h4 li,
span.h4,
.h4 p,
.h4 li,
.h4 span {
    font-size: 24px;
  }
  h5,
  .post-body h4, 
  .h5 h1, h1.h5,
.h5 h2, h2.h5,
.h5 h3, h3.h5,
.h5 h4, h4.h5,
.h5 h5, h5.h5,
.h5 h6, h6.h5,
  p.h5,
ol.h5 li,
ul.h5 li,
span.h5,
.h5 p,
.h5 li,
.h5 span {
    font-size: 21px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .super h1, h1.super,
.super h2, h2.super,
.super h3, h3.super,
.super h4, h4.super,
.super h5, h5.super,
.super h6, h6.super,
  p.super,
ol.super li,
ul.super li,
span.super {
    font-size: 45.0px;
  }
  h1,
  .h1 h1, h1.h1,
.h1 h2, h2.h1,
.h1 h3, h3.h1,
.h1 h4, h4.h1,
.h1 h5, h5.h1,
.h1 h6, h6.h1,
  p.h1,
ol.h1 li,
ul.h1 li,
span.h1 {
    font-size: 47.6px;
  }
  h2,
	.post-body h1,
  .h2 h1, h1.h2,
.h2 h2, h2.h2,
.h2 h3, h3.h2,
.h2 h4, h4.h2,
.h2 h5, h5.h2,
.h2 h6, h6.h2,
  p.h2,
ol.h2 li,
ul.h2 li,
span.h2 {
    font-size: 35.699999999999996px;
  }
  h3,
  .post-body h3.h2,
  .post-body h2, 
  .h3 h1, h1.h3,
.h3 h2, h2.h3,
.h3 h3, h3.h3,
.h3 h4, h4.h3,
.h3 h5, h5.h3,
.h3 h6, h6.h3,
  p.h3,
ol.h3 li,
ul.h3 li,
span.h3,
  p.h3Size,
ol.h3Size li,
ul.h3Size li,
span.h3Size,
.h3Size p,
.h3Size li,
.h3Size span {
    font-size: 28.8px;
  }
  h4,
  .post-body h3, 
  .h4 h1, h1.h4,
.h4 h2, h2.h4,
.h4 h3, h3.h4,
.h4 h4, h4.h4,
.h4 h5, h5.h4,
.h4 h6, h6.h4,
  p.h4,
ol.h4 li,
ul.h4 li,
span.h4,
.h4 p,
.h4 li,
.h4 span {
    font-size: 22.799999999999997px;
  }
  h5,
  .post-body h4, 
  .h5 h1, h1.h5,
.h5 h2, h2.h5,
.h5 h3, h3.h5,
.h5 h4, h4.h5,
.h5 h5, h5.h5,
.h5 h6, h6.h5,
  p.h5,
ol.h5 li,
ul.h5 li,
span.h5,
.h5 p,
.h5 li,
.h5 span {
    font-size: 19.95px;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .super h1, h1.super,
.super h2, h2.super,
.super h3, h3.super,
.super h4, h4.super,
.super h5, h5.super,
.super h6, h6.super,
  p.super,
ol.super li,
ul.super li,
span.super {
    font-size: 42.0px;
  }
  h1,
  .h1 h1, h1.h1,
.h1 h2, h2.h1,
.h1 h3, h3.h1,
.h1 h4, h4.h1,
.h1 h5, h5.h1,
.h1 h6, h6.h1,
  p.h1,
ol.h1 li,
ul.h1 li,
span.h1 {
    font-size: 42.0px;
  }
  h2,
	.post-body h1,
  .h2 h1, h1.h2,
.h2 h2, h2.h2,
.h2 h3, h3.h2,
.h2 h4, h4.h2,
.h2 h5, h5.h2,
.h2 h6, h6.h2,
  p.h2,
ol.h2 li,
ul.h2 li,
span.h2 {
    font-size: 31.5px;
  }
  h3,
  .post-body h3.h2,
  .post-body h2, 
  .h3 h1, h1.h3,
.h3 h2, h2.h3,
.h3 h3, h3.h3,
.h3 h4, h4.h3,
.h3 h5, h5.h3,
.h3 h6, h6.h3,
  p.h3,
ol.h3 li,
ul.h3 li,
span.h3,
  p.h3Size,
ol.h3Size li,
ul.h3Size li,
span.h3Size,
.h3Size p,
.h3Size li,
.h3Size span {
    font-size: 27.2px;
  }
  h4,
  .post-body h3, 
  .h4 h1, h1.h4,
.h4 h2, h2.h4,
.h4 h3, h3.h4,
.h4 h4, h4.h4,
.h4 h5, h5.h4,
.h4 h6, h6.h4,
  p.h4,
ol.h4 li,
ul.h4 li,
span.h4,
.h4 p,
.h4 li,
.h4 span {
    font-size: 21.6px;
  }
  h5,
  .post-body h4, 
  .h5 h1, h1.h5,
.h5 h2, h2.h5,
.h5 h3, h3.h5,
.h5 h4, h4.h5,
.h5 h5, h5.h5,
.h5 h6, h6.h5,
  p.h5,
ol.h5 li,
ul.h5 li,
span.h5,
.h5 p,
.h5 li,
.h5 span {
    font-size: 18.900000000000002px;
  }
}
@media (max-width: 479px) and (min-width: 375px) {
  .super h1, h1.super,
.super h2, h2.super,
.super h3, h3.super,
.super h4, h4.super,
.super h5, h5.super,
.super h6, h6.super,
  p.super,
ol.super li,
ul.super li,
span.super {
    font-size: 39.0px;
  }
  h1,
  .h1 h1, h1.h1,
.h1 h2, h2.h1,
.h1 h3, h3.h1,
.h1 h4, h4.h1,
.h1 h5, h5.h1,
.h1 h6, h6.h1,
  p.h1,
ol.h1 li,
ul.h1 li,
span.h1 {
    font-size: 36.4px;
  }
  h2,
	.post-body h1,
  .h2 h1, h1.h2,
.h2 h2, h2.h2,
.h2 h3, h3.h2,
.h2 h4, h4.h2,
.h2 h5, h5.h2,
.h2 h6, h6.h2,
  p.h2,
ol.h2 li,
ul.h2 li,
span.h2 {
    font-size: 29.4px;
  }
  h3,
  .post-body h3.h2,
  .post-body h2, 
  .h3 h1, h1.h3,
.h3 h2, h2.h3,
.h3 h3, h3.h3,
.h3 h4, h4.h3,
.h3 h5, h5.h3,
.h3 h6, h6.h3,
  p.h3,
ol.h3 li,
ul.h3 li,
span.h3,
  p.h3Size,
ol.h3Size li,
ul.h3Size li,
span.h3Size,
.h3Size p,
.h3Size li,
.h3Size span {
    font-size: 25.6px;
  }
  h4,
  .post-body h3, 
  .h4 h1, h1.h4,
.h4 h2, h2.h4,
.h4 h3, h3.h4,
.h4 h4, h4.h4,
.h4 h5, h5.h4,
.h4 h6, h6.h4,
  p.h4,
ol.h4 li,
ul.h4 li,
span.h4,
.h4 p,
.h4 li,
.h4 span {
    font-size: 20.4px;
  }
  h5,
  .post-body h4, 
  .h5 h1, h1.h5,
.h5 h2, h2.h5,
.h5 h3, h3.h5,
.h5 h4, h4.h5,
.h5 h5, h5.h5,
.h5 h6, h6.h5,
  p.h5,
ol.h5 li,
ul.h5 li,
span.h5,
.h5 p,
.h5 li,
.h5 span {
    font-size: 17.849999999999998px;
  }
}
@media (max-width: 374px) {
  .super h1, h1.super,
.super h2, h2.super,
.super h3, h3.super,
.super h4, h4.super,
.super h5, h5.super,
.super h6, h6.super,
  p.super,
ol.super li,
ul.super li,
span.super {
    font-size: 36.0px;
  }
  h1,
  .h1 h1, h1.h1,
.h1 h2, h2.h1,
.h1 h3, h3.h1,
.h1 h4, h4.h1,
.h1 h5, h5.h1,
.h1 h6, h6.h1,
  p.h1,
ol.h1 li,
ul.h1 li,
span.h1 {
    font-size: 33.6px;
  }
  h2,
	.post-body h1,
  .h2 h1, h1.h2,
.h2 h2, h2.h2,
.h2 h3, h3.h2,
.h2 h4, h4.h2,
.h2 h5, h5.h2,
.h2 h6, h6.h2,
  p.h2,
ol.h2 li,
ul.h2 li,
span.h2 {
    font-size: 27.3px;
  }
  h3,
  .post-body h2, 
  .h3 h1, h1.h3,
.h3 h2, h2.h3,
.h3 h3, h3.h3,
.h3 h4, h4.h3,
.h3 h5, h5.h3,
.h3 h6, h6.h3,
  p.h3,
ol.h3 li,
ul.h3 li,
span.h3,
  p.h3Size,
ol.h3Size li,
ul.h3Size li,
span.h3Size,
.h3Size p,
.h3Size li,
.h3Size span {
    font-size: 24.0px;
  }
  h4,
  .post-body h3.h2,
  .post-body h3, 
  .h4 h1, h1.h4,
.h4 h2, h2.h4,
.h4 h3, h3.h4,
.h4 h4, h4.h4,
.h4 h5, h5.h4,
.h4 h6, h6.h4,
  p.h4,
ol.h4 li,
ul.h4 li,
span.h4,
.h4 p,
.h4 li,
.h4 span {
    font-size: 19.200000000000003px;
  }
  h5,
  .post-body h4, 
  .h5 h1, h1.h5,
.h5 h2, h2.h5,
.h5 h3, h3.h5,
.h5 h4, h4.h5,
.h5 h5, h5.h5,
.h5 h6, h6.h5,
  p.h5,
ol.h5 li,
ul.h5 li,
span.h5,
.h5 p,
.h5 li,
.h5 span {
    font-size: 16.8px;
  }
}

/** Strong tag in Heading **/
h1 strong, h2 strong, h3 strong {
  font-weight: ;
}

/** Use heading font instead */
p.headingFont,
ol.headingFont li,
ul.headingFont li,
span.headingFont,
.headingFont p,
.headingFont li,
.headingFont span,
.headingFont {
  font-family: 'montserrat', sans-serif; 
}

/*** Section Titles ***/
.section-title h1, h1.section-title,
.section-title h2, h2.section-title,
.section-title h3, h3.section-title,
.section-title h4, h4.section-title {
  position: relative;
  padding-bottom: 30px;
}
.section-title h1:after, h1.section-title:after,
.section-title h2:after, h2.section-title:after,
.section-title h3:after, h3.section-title:after,
.section-title h4:after, h4.section-title:after {
  content: " ";
  position: absolute;
  height: 10px;
  left: 0;
  width: 70px;
  bottom: 0;
  border-radius: 0;
  background: #00A4FF;
}
@media (max-width: 767px) {
  .section-title h1, h1.section-title,
  .section-title h2, h2.section-title,
  .section-title h3, h3.section-title,
  .section-title h4, h4.section-title {
    padding-bottom: 25px;
  }  
}
/* Style when aligned center */
.textCenter .section-title h1:after, .textCenter h1.section-title:after, .section-title.textCenter h1:after, h1.section-title.textCenter:after, 
.textCenter .section-title h2:after, .textCenter h2.section-title:after, .section-title.textCenter h2:after, h2.section-title.textCenter:after,
.textCenter .section-title h3:after, .textCenter h3.section-title:after, .section-title.textCenter h3:after, h3.section-title.textCenter:after,
.textCenter .section-title h4:after, .textCenter h4.section-title:after, .section-title.textCenter h4:after, h4.section-title.textCenter:after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
/* Style when aligned right */
.textRight .section-title h1:after, .textRight h1.section-title:after, .section-title.textRight h1:after, h1.section-title.textRight:after, 
.textRight .section-title h2:after, .textRight h2.section-title:after, .section-title.textRight h2:after, h2.section-title.textRight:after,
.textRight .section-title h3:after, .textRight h3.section-title:after, .section-title.textRight h3:after, h3.section-title.textRight:after,
.textRight .section-title h4:after, .textRight h4.section-title:after, .section-title.textRight h4:after, h4.section-title.textRight:after {
  left: initial;
  right: 0;
}
/* Alternate style */
.section-title.alt h1:after, h1.section-title:.altafter,
.section-title.alt h2:after, h2.section-title.alt:after,
.section-title.alt h3:after, h3.section-title.alt:after,
.section-title.alt h4:after, h4.section-title.alt:after { }

/*** Advanced Header Module Styles ***/
span.headline-preface {
  font-family: 'montserrat', sans-serif;
  font-size: 21px;
  font-weight: 700;
  display: block;
  line-height: normal;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: .05em;
}
span.headline-subhead {
  font-family: 'mr-eaves-xl-modern', sans-serif;
  font-weight: 400;
  font-size: 21px;
  font-size: max(21px, .40em);
  letter-spacing: normal;
  letter-spacing: max(normal, normal);
  display: block;
  width: 100%;
  padding-top: 1em;
  padding-bottom: .20em;
  line-height: 1.675;
}
.noMargin span.headline-subhead {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  span.headline-preface {
    font-size: 18.900000000000002px;
  }
  span.headline-subhead {
    font-size: 18.900000000000002px;
    font-size: max(18.900000000000002px, .40em);
  }
}

/*** Paragraphs and Related Styles ***/
p {
  margin: 0;
}
.textBold p, .textBold span, .textBold li, strong, b, .textBold a {
  font-weight: 700;
}
.textNormal * {
	font-weight: 400;
}
.textUppercase h1, h1.textUppercase,
.textUppercase h2, h2.textUppercase,
.textUppercase h3, h3.textUppercase,
.textUppercase h4, h4.textUppercase,
.textUppercase h5, h5.textUppercase,
.textUppercase h6, h6.textUppercase,
p.textUppercase,
ol.textUppercase li,
ul.textUppercase li,
span.textUppercase,
.textUppercase p,
.textUppercase li,
.textUppercase span {
  text-transform: uppercase; 
}
/** Add letter spacing **/
.letterSpacing h1, h1.letterSpacing,
.letterSpacing h2, h2.letterSpacing,
.letterSpacing h3, h3.letterSpacing,
.letterSpacing h4, h4.letterSpacing,
.letterSpacing h5, h5.letterSpacing,
.letterSpacing h6, h6.letterSpacing,
p.letterSpacing,
ol.letterSpacing li,
ul.letterSpacing li,
span.letterSpacing,
.letterSpacing p,
.letterSpacing li,
.letterSpacing span,
.letterSpacing a, a.letterSpacing {
  letter-spacing: .05em;
}
@media (max-width: 768px) {
  .letterSpacing h1, h1.letterSpacing,
.letterSpacing h2, h2.letterSpacing,
.letterSpacing h3, h3.letterSpacing,
.letterSpacing h4, h4.letterSpacing,
.letterSpacing h5, h5.letterSpacing,
.letterSpacing h6, h6.letterSpacing,
  p.letterSpacing,
ol.letterSpacing li,
ul.letterSpacing li,
span.letterSpacing,
.letterSpacing p,
.letterSpacing li,
.letterSpacing span,
  .letterSpacing a, a.letterSpacing {
    letter-spacing: .035em; 
  }
}

/** Preface **/
.preface h1, h1.preface,
.preface h2, h2.preface,
.preface h3, h3.preface,
.preface h4, h4.preface,
.preface h5, h5.preface,
.preface h6, h6.preface,
p.preface,
ol.preface li,
ul.preface li,
span.preface,
.preface p,
.preface li,
.preface span {
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

/*** Font Highlights ***/
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b,
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
  color: #00A4FF; 
}
.post-body h1 strong, .post-body h2 strong, .post-body h3 strong, .post-body h4 strong, .post-body h5 strong, .post-body h6 strong {
  color: #333333; 
}

.bgDark h1 b, .bgDark h2 b, .bgDark h3 b, .bgDark h4 b, .bgDark h5 b, .bgDark h6 b {
  color: #04A464; 
}
.bgBlue h1 b, .bgBlue h2 b, .bgBlue h3 b, .bgBlue h4 b, .bgBlue h5 b, .bgBlue h6 b {

}

/*** Context Dependent Margins ***/
p:last-child {
  margin-bottom: 0; 
}
h1 + h2, h2 + h2, h3 + h2, h4 + h2, h5 + h2, h6 + h2, ul + h2, ol + h2, h2 + h2, a + h2, span + h2, p + h2 {
  margin-top: .67em; 
}
span.headline-preface + h2 {
  margin-top: 0;
}
h1 + h3, h2 + h3, h3 + h3, h4 + h3, h5 + h3, h6 + h3, ul + h3, ol + h3, h3 + h3, a + h3, span + h3, p + h3 {
  margin-top: .83em; 
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, ul + p, p + p, a + p, span + p,
h1 + h4, h2 + h4, h3 + h4, h4 + h4, h5 + h4, h6 + h4, ul + h4, ol + h4, h4 + h4, a + h4, span + h4, p + h4,
h1 + h5, h2 + h5, h3 + h5, h4 + h5, h5 + h5, h6 + h5, ul + h5, ol + h5, h4 + h5, a + h5, span + h5, p + h5,
h1 + h6, h2 + h6, h3 + h6, h4 + h6, h5 + h6, h6 + h6, ul + h6, ol + h6, h4 + h6, a + h6, span + h6, p + h6 {
  margin-top: 1em;
}
ol + h1, ol + h2, ol + h3, ol + h4,
ul + h1, ul + h2, ul + h3, ul + h4 {
  margin-top: 0;
}
h2 + ol, h3 + ol, h4 + ol,
h2 + ul, h3 + ul, h4 + ul {
  margin-top: 0;
}
.tightMargins h3 + p, .tightMargins h4 + p, .tightMargins h5 + p, .tightMargins h6 + p {
	margin-top: 0;
}
.tightMargins h3, .tightMargins h4, .tightMargins h5, .tightMargins h6 {
	margin-bottom: 0;
}

/*** Lists ***/
.hs_cos_wrapper_type_rich_text > *:first-child {
	margin-top: 0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}
.page-center .widget-type-rich_text ul,
.page-center .widget-type-rich_text ol {
  display: inline-block;
}
.page-center .widget-type-rich_text ul li, 
.page-center .widget-type-rich_text ol li {
  margin-bottom: .75em;
}
.page-center p+ ul li:last-of-type, 
.page-center p+ ol li:last-of-type {
  margin-bottom: 0;
}
.page-center p + ul,  
.page-center p + ol {
  margin-top: 1.5em;
}
ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
/** Two column list **/
@media (min-width: 601px) {
  .two-column-list ul,
  ul.two-column-list {
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
    -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
  }
  .two-column-list ul li,
  ul.two-column-list li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
/** Checkmark List **/
.checkmark-list ul,
ul.checkmark-list {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  text-align: left;
}
.checkmark-list ul li,
ul.checkmark-list li {
  margin-bottom: 1.15em;
  position: relative;
  padding-left: 1.8em;
}
.checkmark-list ul li:last-of-type,
ul.checkmark-list li:last-of-type {
  margin-bottom: 0 !important;  
}
.checkmark-list ul li:before,
ul.checkmark-list li:before {
  content: "";
  left: 0;
  top: 4px;
  position: absolute;
  vertical-align: middle;
  background-image: url('https://9304889.fs1.hubspotusercontent-na1.net/hubfs/9304889/checkmark-for-lists-blue.svg');
  background-size: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  height: 1.15em;
  width: 1.15em;
}

/** Styled List **/
.styledList ul,
ul.styledList {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding-left: 20px;
  text-align: left;
}
.styledList ul li,
ul.styledList li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 1em;
}
.styledList ul li:before,
ul.styledList ul li:before {
  content: "";
  left: 0;
  top: .58em;
	border-radius: 3px;
  position: absolute;
  vertical-align: middle;
  background-color: #00A4FF;
  background-size: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  height: .5em;
  width: .5em;
}
.bgBlue .styledList ul li:before,
.bgBlue ul.styledList ul li:before {
	background-color: #FFFFFF;
}
.closeKnit ul,
.closeKnit ol {
	margin-bottom: 0;
}
.closeKnit ul li,
.closeKnit ol li {
	margin-bottom: 4px;
}
.closeKnit ul li:last-of-type,
.closeKnit ol li:last-of-type {
	margin-bottom: 0;
}
.closeKnit p+ul,
.closeKnit p+ol {
	margin-top: .5em;
}

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

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


/* =====================================
   1f. Buttons                                        
   ===================================== */

/* Default margin */
.btnSolid,
.btnFill {
   margin-top: 25px;
}

/* General Button Styles */
.hs-button.primary,
input[type="submit"],
input[type="button"],
.btnSolid a.cta_button,
.btnFill a.cta_button,
.btnSolid a,
.btnFill a,
a.btnSolid,
a.btnFill,
.btnSolid .read-more {
  font-family: 'montserrat', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  cursor: pointer;
  -webkit-appearance: none;
  font-style: normal;
  display: inline-block;
  text-decoration: none !important;
  min-width: 200px;
  padding: 15px 25px;
  text-align: center;
  vertical-align: middle;
}

.hs-button .hs_cos_wrapper_type_icon svg {
  font-size: inherit;
  line-height: inherit;
  fill: inherit;
  vertical-align: middle;
  width: .8em;
  margin-left: 5px;
}

/*** Solid Button Styles ***/
.hs-button.primary,
input[type="submit"],
.btnSolid a.cta_button,
.btnSolid a,
a.btnSolid,
.btnSolid .read-more {
  -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    transition: transform .3s ease;;
  background: #C7116B;
  border: 2px solid #C7116B;
  /*text-shadow: 1px 1px 1px rgba(0,0,0,.25);*/
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  border-radius: 4px;
  fill: #fff;
  color: #fff;
}
.hs-button.primary:hover,
input[type="submit"]:hover,
.btnSolid a.cta_button:hover,
.btnSolid a:hover,
a.btnSolid:hover,
.btnSolid .read-more:hover {
  -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -o-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}
/** Alternate Colors **/
.btnSolid.colorWhite a.cta_button,
.btnSolid.colorWhite a,
a.btnSolid.colorWhite {
  background: #ffffff !important;
  border: 2px solid #ffffff;
  fill: #00A4FF;
  color: #00A4FF;
}

.btnSolid.colorBlue a.cta_button,
.btnSolid.colorBlue a,
a.btnSolid.colorBlue {
  background: #00A4FF !important;
  border: 2px solid #00A4FF;
  fill: #fff;
  color: #fff;
}


/*** Fill Button Styles ***/
.btnFill a.cta_button,
.btnFill a,
a.btnFill {
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
  fill: #333333;
  color: #333333;
  border: 2px solid #333333;
  background: transparent;
  border-radius: 4px;
}
.btnFill a.cta_button:hover, .btnFill a.cta_button:focus,
.btnFill a:hover, .btnFill a:focus,
a.btnFill:hover, a.btnFill:focus {
  background: #333333;
  fill: #fff;
  color: #fff; 
  text-shadow: 1px 1px 1px rgba(0,0,0,.25);
}
/* Alternate Colors */
.btnFill.colorPurple a.cta_button,
.btnFill.colorPurple a,
a.btnFill.colorPurple {
  fill: #C7116B;
  color: #C7116B;
  border: 2px solid #C7116B;
}
.btnFill.colorPurple a.cta_button:hover, .btnFill.colorPurple a.cta_button:focus,
.btnFill.colorPurple a:hover, .btnFill.colorPurple a:focus,
a.btnFill.colorPurple:hover, a.btnFill.colorPurple:focus {
  background: #C7116B;
  fill: #fff;
  color: #fff; 
}

/* Center buttons on mobile */
@media (max-width: 600px) {
  .btnSolid, .btnFill {
    text-align: center; 
  }
}

/*** Form Specific Button Styles ***/
.hs-button.primary,
  input[type="submit"] {
  margin: 5px auto 20px;
  display: block;
  max-width: 310px;
  white-space: normal;
  box-shadow: none !important;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}

/** Other **/


/*** Double CTA Wrapper ***/
.double-cta-wrapper .btnSolid a,
.double-cta-wrapper a.btnSolid {
  margin-top: 0;
  box-shadow: none;
}
@media (min-width: 901px) {
  .double-cta-wrapper .btnSolid a {
    min-width: 0;
  }
  .double-cta-wrapper > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
    -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  }
	.double-cta-wrapper.justifyEnd > .row-fluid-wrapper > .row-fluid {
		-webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end
	}
  .double-cta-wrapper.textCenter > .row-fluid-wrapper > .row-fluid {
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; 
  }
}
@media (min-width: 769px) {
  .double-cta-wrapper > .row-fluid-wrapper > .row-fluid {
    display: inline-block;
    width: auto;
  }
  .double-cta-wrapper div.span6 {
    margin-top: 20px;
    display: inline-block;
    width: auto !important;
  }
  .double-cta-wrapper div.span6 > div {
    display: inline-block;
    margin: 15px 0;
  }
  .double-cta-wrapper div.span6:first-of-type {
    margin-right: 20px !important;
  }
  .double-cta-wrapper div.span6:last-of-type {
    margin-left: 0 !important; 
  }
}
@media (max-width: 768px) {
  .double-cta-wrapper {
    margin-top: 25px;
    text-align: center; 
  }
  .double-cta-wrapper div.span6:first-of-type {
    margin-bottom: 20px; 
  }
  .double-cta-wrapper .btnSolid a,
  .double-cta-wrapper a.btnSolid {
    width: 100% !important;
    max-width: 300px !important;
  }
}

/* =====================================
   1g. Forms                                    
   ===================================== */


/* Remove style from ul on forms */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

form {
  text-align: left; 
}

.hideTitle .widget-type-form h3 {
  visibility: hidden;
  height: 0;
  width: 0;
  line-height: 0;
}

/*** Form Wrapper Styling ***/
.widget-type-form {
  max-width: 1150px;
  margin: 0 auto;
  border-radius: 8px;
  padding: 60px 30px;
  box-shadow: 0px 3px 27px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.form-wrapper {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  max-width: 1150px;
  border-radius: 8px;
  padding: 60px 30px;
  box-shadow: 0px 3px 27px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.lessPadding .widget-type-form,
.lessPadding.form-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}
.form-wrapper > div,
.widget-type-form form {
  max-width: 770px;
  margin: 0 auto;
}
.form-wrapper .widget-type-form,
.wrapperless .widget-type-form {
  background: transparent;
  box-shadow: none;
  padding: initial !important;
  border-radius: 0;
  max-width: initial;
}
.wrapperless .widget-type-form {
  max-width: 1150px;
  width: 100%;
  background-color: transparent !important;
}
.wrapperless .widget-type-form form {
  max-width: 100%; 
}
@media (max-width: 767px) {
  .widget-type-form,
  .form-wrapper {
    padding: 30px;
  }
}
/* Alternate Form BG */
.bgAlt .widget-type-form,
.form-wrapper.bgAlt {
  background-color: #fff;
}

.widget-type-form p,
.form-wrapper p {
  color: #333333 !important;
}

/** Full width form **/
.fullWidthForm {
  padding: 30px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  background-color: rgba(246,246,246,0.5);
}
.fullWidthForm .widget-type-form {
  max-width: 800px;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background-color: none !important;
}
.fullWidthForm h3, .fullWidthForm p {
  text-align: center; 
}

/*** Form Field Label Styling ***/
.hs-form .hs-form-field {
  position: relative;
  padding-bottom: 10px;
}
.hs-form-field > label {
 position: relative;
 color: #333333;
}
.hs-form-field > label > span:first-of-type {
  font-size: 14px;
  font-family: 'montserrat', sans-serif;
  color: #333333;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
  line-height: normal;
  padding-right: 12px;
}
.hs-form .hs-field-desc {
  display: none;
}
.hs-form span.hs-form-required {
  background: #00A4FF;
  position: absolute;
  color: transparent;
  width: 6px;
  right: 0;
  margin-left: 0;
  top: 6px;
  border-radius: 50%;
  height: 6px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.hs-form .hs-richtext {
  margin: 20px 0 30px; 
}
/*
.hs-form input,
.hs-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
*/

/*** Form Inputs Styling  ***/
.hs-form input.hs-input,
.hs-form textarea,
.hs-form select,
.widget-type-password_prompt input[type="password"] {
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
  font-size: 14px;
  color: #333333;
  line-height: normal;
  margin-top: 2px;
  border-radius: 4px;
  margin-bottom: 15px;
  background-color: #ffffff;
  border: 0;
  border: 1px solid #8c8c8c;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  margin-right: 0 !important;
  padding: 12px 12px 12px 18px;
}
.hs-form input.hs-input:focus,
.hs-form textarea:focus,
.hs-form select:focus,
.widget-type-password_prompt input[type="password"]:focus {
  background-color: #fff;
}

/** Large Fields **/
.largeFields .hs-form-field > label > span:first-of-type {
  font-size: 18px;
}
.largeFields .hs-form input.hs-input,
.largeFields .hs-form textarea,
.largeFields .hs-form select,
.largeFields .widget-type-password_prompt input[type="password"] {
  font-size: 16px;
  padding: 17px 20px 17px 20px;
}

::placeholder {
  color: #333333;
}
:-ms-input-placeholder {
  color: #333333;
}
::-ms-input-placeholder {
  color: #333333;
}
::-moz-placeholder {
  color: #333333;
}

/** Checkbox fix **/
.hs-form input[type="checkbox"] {
  width: auto !important;
  margin-bottom: 0;
  position: relative;
  top: 2px;
  display: inline-block;
}
.hs-form .inputs-list {
  margin-top: 0; 
}
.hs-form .inputs-list span {
  vertical-align: middle; 
}
.hs-form ul li, .hs-form ol li {
  margin-bottom: initial; 
}
.hs-form ul li.hs-form-checkbox:first-child {
  margin-top: 5px; 
}
.hs-form ul li.hs-form-checkbox {
  margin-bottom: 20px;
}

/* reCaptcha */
.hs-form .grecaptcha-badge {
  margin: 0 auto 20px; 
}

/* Upload file fix */
.hs-form input[type="file"] {
  border: 0;
  padding: 0;
  background: transparent;
}

/* Multi-line inputs */
.hs-form textarea {
  min-width: 100%;
  max-height: 300px;
  min-height: 100px;
  max-width: 100%;
}

/** Dropdowns **/
.hs-form select {
  cursor: pointer;
  -webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none; 
  background: url('https://3836852.fs1.hubspotusercontent-na1.net/hubfs/3836852/nav-down-arrow-darksvg.svg') 99% 52% no-repeat #fff;
  background-size: 12px;
}
.hs-form select::-ms-expand { 
  display: none; /* hide the default arrow in ie10 and ie11 */
}
@media screen and (min-width:0\0) {
  .hs-form select {
    background: none !important;
  }
}
.hs-form .input {
  margin-right: 0 !important; 
}

/** Multi-select (selectors for multi-select fields) **/
.hs-form form.hs-form .hs-form-field ul.inputs-list {}

.hs-form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs-form input[type="radio"] {}
.hs-form input[type="checkbox"] {}

.hs-form .inputs-list span {
  margin-left: 10px; 
}

/** Required (selectors for fields, when they do not pass validation) **/
.hs-form input.invalid, 
.hs-form textarea.invalid, 
.hs-form select.invalid {
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
  border: 1px solid red;
  background: #fff;
}
.hs-form input.invalid ::placeholder,
.hs-form textarea.invalid ::placeholder, 
.hs-form select.invalid ::placeholder {
  color: red;
}
.hs-form input.invalid :-ms-input-placeholder,
.hs-form textarea.invalid :-ms-input-placeholder, 
.hs-form select.invalid :-ms-input-placeholder {
  color: red;
}
.hs-form input.invalid ::-ms-input-placeholder
.hs-form textarea.invalid ::-ms-input-placeholder, 
.hs-form select.invalid ::-ms-input-placeholder {
  color: red;
}
.hs-form input.invalid ::-moz-placeholder,
.hs-form textarea.invalid ::-moz-placeholder, 
.hs-form select.invalid ::-moz-placeholder {
  color: red;
}

/** Error message (selector for validation messages) **/
.hs-form .hs-error-msgs label{
  color: red !important;
}
.hs-form ul.hs-error-msgs.inputs-list {
  line-height: normal;
  color: red;
  font-size: 12px;
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.hs-form .hs_error_rollup {
    display: none !important;
}

.pd-checks .hs-fieldtype-checkbox ul {
	padding-top: 10px !important;
	padding-left: 30px !important;
}

/*** Multi Column Form (selectors for fieldsets and field wrappers) ***/
.hs-form fieldset {
    max-width: none !important;
}
.hs-form .hs-input {
    width: 100% !important;
}
.hs-form .hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {
    padding: 0 0 10px !important;
    width: 100%;
}
.hs-form .hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {
    padding: 0 0 5px;
    width: 49% !important;
    margin-right: 1%;
}
.hs-form fieldset.form-columns-2 .hs-form-field:last-of-type {
    margin-right: 0;
    margin-left: 1%;
}
.hs-form .hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {
    padding: 0 0 5px !important;
    width: 32.33% !important;
    margin-right: .5%;
    margin-left: .5%;
}
.hs-form fieldset.form-columns-3 .hs-form-field:first-of-type {
    margin-right: 1%;
    margin-left: 0;
}
.hs-form fieldset.form-columns-3 .hs-form-field:last-of-type {
    margin-left: 1%;
    margin-right: 0;
}
@media (max-width: 600px) {
    .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .hs-form fieldset.form-columns-3 .hs-form-field {
        width: 100% !important;
        margin-right: 0% !important;
        margin-left: 0% !important;
    }
}

/*** Recaptcha ***/
@media (min-width: 1025px) {
  .hs-recaptcha {
    float: right;
    width: 50%;
  }
  .hs-form .grecaptcha-badge {
    margin-top: 4px; 
  }
  .hs-recaptcha +  .hs-submit {
    width: 50%;
  }
}

/*** Forms Without Labels  ***/
.noLabels .hs-form-field > label {
  float: left;
  width: 100%;
}
.noLabels .hs-form span.hs-form-required {
  left: initial;
  right: 10px;
  top: 15px;
}
.noLabels.largeFields .hs-form span.hs-form-required {
  right: 15px;
  top: 24px; 
}
.noLabels .hs-form-field > label > span:first-of-type {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

/*** Single Field Forms ***/
@media (min-width: 701px) {
  .singleField h3 {
    margin-bottom: 50px; 
  }
  .singleField .hs-form {
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
      -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  }
  .singleField .hs-form > div {
    width: 100%;
    margin-bottom: 40px;
  }
  .singleField .hs-form div p:first-of-type {
    width: 100%;
    margin-top: 0; 
  }
  .singleField .hs-form .hs-form-field {
    flex: 1 1 55%;
    width: 55%;
    position: relative;
    margin-right: 5%;
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
  }
  .singleField .hs-form .hs-form-field > label {
    position: absolute;
    left: 0;
  }
  .singleField .hs-form .hs-form-field input {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .singleField .hs-form .hs-submit {
    flex: 0 1 200px;
    width: 40%;
    margin: 0 !important;
  }
  .singleField .hs-form .hs-submit * {
    margin: 0 !important; 
  }
  .singleField .hs-form .hs-submit .hs-button {
    width: 100%;
    max-width: 0;
  }
  /** Specific Stylings **/
  .home-update.singleField h3 {
    margin-bottom: 40px !important; 
  }
}
.home-update.singleField h3 {
  margin-bottom: 30px; 
}

/* Ticket Form */
#serivce-ticket-wrapper * {
  font-family: 'montserrat', sans-serif !important;
}
#serivce-ticket-wrapper .hs-form-field > label > span:first-of-type {
  font-weight: 600;
}
#serivce-ticket-wrapper input.hs-input,
#serivce-ticket-wrapper textarea,
#serivce-ticket-wrapper select {
  font-size: 12px !important;
  border-radius: 0;
  padding: 10px 10px 10px 18px !important;
}
#serivce-ticket-wrapper input[type="submit"],
#serivce-ticket-wrapper .hs-button.primary { 
  background-color: #00A4FF;
  font-weight: normal;
  cursor: pointer;
  min-width: 0;
  display: inline-block;
  margin: 0 !important;
  padding: 16px 20px;
  font-size: 12px;
  border-radius: 4px;
  color: #ffffff;
  border: 0;
  background-color: #00c4cb;
}

/* ==========================================================================
   2. FLUID FRAMEWORK (Easy to use classes to keep the amount of specific code needed for templates minimal)                                 
   ========================================================================== */

.legibleShadow {
  text-shadow: 0 2px 5px rgb(0 0 0 / 20%); 
}

/*** Text Alignment Styles ***/
.textCenter {
  text-align: center; 
}
.textCenter li{
  text-align: left; 
}
.textCenter .hs-button.primary {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.textRight {
  text-align: right; 
}
.textLeft {
  text-align: left !important; 
}
@media (max-width: 1024px) {
  .tbTextCenter {
    text-align: center; 
  }
}
@media (max-width: 767px) {
  .mbTextCenter {
    text-align: center; 
  }
  .mbTextLeft {
    text-align: left !important; 
  }
}

/* Device Height */
.minHeightDevice {
  min-height: calc(100vh - 67px) !important;
}
.minHeightDeviceFull {
  min-height: 100vh !important; 
}
.deviceHeight {
  /*min-height: calc(100vh - 67px) !important;*/
}
.deviceHeightCenter {
 /* min-height: 100vh !important;*/
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
}
.deviceHeightCenter > * {
   width: 100%;
}
@media (max-width: 768px) {
  .deviceHeight,
  .deviceHeightCenter {
    min-height: initial !important; 
  }
}


/** Relative Positioning **/
.pRel {
  position: relative; 
  z-index: 1;
}
.zIndex {
  position: relative;
  z-index: 2;
}

/* No Margins */
.noMargin,
.noMargin * {
  margin: 0 !important;
}

/* Set a max-width on an individual element */
.maxWidth {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

/* Set a temp max-width that disables */
@media (max-width: 1024px) and (min-width: 768px) {
  .hs-flex.wrap1024 .page-center>.row-fluid-wrapper:last-of-type>.row-fluid>div.tempMaxWidth {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .hs-flex.wrap1024 .page-center>.row-fluid-wrapper:last-of-type>.row-fluid>div.tempMaxWidth.wrapFullWidth {
    max-width: 90% !important;
  }
}
@media (max-width: 900px) and (min-width: 768px) {
  .hs-flex.wrap900 .page-center>.row-fluid-wrapper:last-of-type>.row-fluid>div.tempMaxWidth {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .hs-flex.wrap900 .page-center>.row-fluid-wrapper:last-of-type>.row-fluid>div.tempMaxWidth.wrapFullWidth {
    max-width: 95% !important;
  }
}
@media (max-width: 767px) {
  .tempMaxWidth {
    max-width: 100% !important; 
  }
}

/** Flex auto **/
@media (min-width: 768px) {
  .flexAuto {
    flex: 0 1 auto;
    width: auto !important;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .hs-flex.wrap1024 .page-center>.row-fluid-wrapper:last-of-type>.row-fluid>div.flexAuto {
    flex: 0 1 100%;
    width: 100% !important;
  }
}
@media (max-width: 900px) and (min-width: 768px) {
  .hs-flex.wrap900 .page-center>.row-fluid-wrapper:last-of-type>.row-fluid>div.flexAuto {
    flex: 0 1 100%;
    width: 100% !important;
  }
}

/* Set border radius on module */
.borderRadius {
  border-radius: 12px;
	overflow: hidden;
}
.borderRadiusImg img {
  border-radius: 12px;
}

/* Shadows */
.addBoxShadow img {
  box-shadow: 0 3px 20px 8px rgba(0,0,0,.16); 
}
.bgAlt .addBoxShadow img {
  box-shadow: 0 3px 20px 5px rgba(0,0,0,.32); 
}

/*** Hide or Show Content ***/
@media (min-width: 1025px) {
  .showTablet {
    display: none !important 
  }
}
@media (max-width: 1024px) {
  .hideTablet {
    display: none !important 
  }
}
@media (min-width: 901px) {
  .show900 {
    display: none !important; 
  }
}
@media (max-width: 900px) {
  .hide900 {
    display: none !important; 
  }
}
@media (min-width: 768px) {
  .showMobile {
    display: none !important 
  }
}
@media (max-width: 767px) {
  .hideMobile {
    display: none !important 
  }
}

/* =====================================
   2a. Wrapper Background Classes                                    
   ===================================== */

.bgBlue {
  background-color: #00A4FF; 
}
.bgForestGreen {
  background-color: #198300; 
}
.bgAlt {
  background-color: #F1EFEF;
}
.bgAlt.lighter {
  background-color: #F5F5F7; 
}
.bgGray,
.bgForestGreen {
  background-color: ;
  color: #fff;
}
.bgForestGreen, .bgForestGreen h1, .bgForestGreen h2, .bgForestGreen h3, .bgForestGreen h4, .bgForestGreen h5, .bgForestGreen p, .bgForestGreen li, .bgForestGreen span,
.bgGray, .bgGray h1, .bgGray h2, .bgGray h3, .bgGray h4, .bgGray h5, .bgGray p, .bgGray li, .bgGray span,
.bgBlue, .bgBlue h1, .bgBlue h2, .bgBlue h3, .bgBlue h4, .bgBlue h5, .bgBlue p, .bgBlue li, .bgBlue span,
.bgLtBlue, .bgLtBlue h1, .bgLtBlue h2, .bgLtBlue h3, .bgLtBlue h4, .bgLtBlue h5, .bgLtBlue p, .bgLtBlue li, .bgLtBlue span,
.textWhite, .textWhite h1, .textWhite h2, .textWhite h3, .textWhite h4, .textWhite h5, .textWhite p, .textWhite li, .textWhite span {
  color: #fff;
}
.bgShadowBox {
  box-shadow: 0 3px 30px rgba(0,0,0,.11);
  background-color: #ffffff;
  padding-left: 30px !important;
  padding-right: 30px !important;
  border-radius: 18px;
}
@media (max-width: 768px) {
  .bgShadowBox {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}


/* =====================================
   2b. Flex Box Classes                                  
   ===================================== */

/** Enable flex on a HubSpot row (use class within a template on an outermost wrapper) **/
.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
}
/** No wrapping until mobile (fixes Safari flex bug) **/
@media (min-width: 768px) {
  .hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  }
 .hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
   margin-top: 0 !important;
  }
  .hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 50px !important;
  }
  .hs-flex .page-center.noMbMargin > .row-fluid-wrapper:last-of-type > .row-fluid > div + div {
    margin-top: 0 !important; 
  }
}
/** Wrap on 1024px wide **/
@media (max-width: 1024px) and (min-width: 768px) {
  .hs-flex.wrap1024 .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  }
  .hs-flex.wrap1024 .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .hs-flex.wrap1024 .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div + div {
    margin-top: 50px !important
  }
  .hs-flex.wrap1024 .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 50px !important;
  }
  .hs-flex.wrap1024 .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0 !important;
  }
}
/** Wrap on 900px wide **/
@media (max-width: 900px) and (min-width: 768px) {
  .hs-flex.wrap900 .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  }
  .hs-flex.wrap900 .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .hs-flex.wrap900 .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div + div {
    margin-top: 50px !important 
  }
  .hs-flex.wrap900 .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0 !important;
  }
  .hs-flex.wrap900 .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 50px !important;
  }
}
/* Shorthand to reference for specific styling  */


/** Enable flex (use within a template on an inner wrapper) **/
.simple-flex > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
}
/* Shorthand to reference for specific styling */


/** Specific single style classes to quickly fine-tune .hs-flex and .simple-flex **/
.flexNoWrap.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexNoWrap.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
}
.flexAlignStart.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexAlignStart.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
}
.flexAlignEnd.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexAlignEnd.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end;
}
.flexAlignCenter.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexAlignCenter.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
}
.flexAlignStretch.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexAlignStretch.simple-flex > .row-fluid-wrapper > .row-fluid {
    -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch
}
.flexJustifyCenter.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexJustifyCenter.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}
.flexJustifyEvenly.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexJustifyEvenly.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-pack: space-evenly; -webkit-justify-content: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly;
}
.flexJustifyBetween.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexJustifyBetween.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
}
.flexJustifyStart.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexJustifyStart.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
}
.flexJustifyEnd.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexJustifyEnd.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end;
}
.flexWidthAuto.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div,
.flexWidthAuto.simple-flex > .row-fluid-wrapper > .row-fluid > div {
  width: auto !important;
}

@media (min-width: 981px) {
  .four-column.simple-flex > .row-fluid-wrapper > .row-fluid {
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; 
  }
  .four-column.flexWrap.simple-flex > .row-fluid-wrapper > .row-fluid {
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
  }
  .five-column.simple-flex > .row-fluid-wrapper > .row-fluid {
    -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  }
  .five-column.simple-flex > .row-fluid-wrapper > .row-fluid > div {
    width: 18% !important;
    margin: 0 1% 40px !important;
  }
  .four-column.flexWrap.simple-flex > .row-fluid-wrapper > .row-fluid > div {
    width: 23% !important;
    margin: 0 1% 40px !important;
  }
}
@media (max-width: 980px) and (min-width: 414px) {
  .five-column.simple-flex > .row-fluid-wrapper > .row-fluid > div {
    width: 31.33% !important;
    margin: 0 1% 40px !important
  }
  .four-column.simple-flex > .row-fluid-wrapper > .row-fluid > div {
    width: 47% !important;
    margin: 0 1% 40px !important
  }
}
@media (max-width: 413px) {
  .four-column.simple-flex > .row-fluid-wrapper > .row-fluid > div {
    width: 100% !important;
    margin: 0 0 40px !important;
  }
}


/* =====================================
   2c. Margin Quick Classes                                  
   ===================================== */

/*** Top Margins ***/
.mgTop-120 { margin-top: -120px!important; }
.mgTop-110 { margin-top: -110px!important; }
.mgTop-100 { margin-top: -100px!important; }
.mgTop-90 {  margin-top: -90px!important; }
.mgTop-80 {  margin-top: -80px!important; }
.mgTop-70 {  margin-top: -70px!important; }
.mgTop-60 {  margin-top: -60px!important; }
.mgTop-50 {  margin-top: -50px!important; }
.mgTop-40 {  margin-top: -40px!important; }
.mgTop-30 {  margin-top: -30px!important; }
.mgTop-25 {  margin-top: -25px!important; }
.mgTop-20 {  margin-top: -20px!important; }
.mgTop-15 {  margin-top: -15px!important; }
.mgTop-10 {  margin-top: -10px!important; }
.mgTop0 {  margin-top: 0!important; }
.mgTop10 {  margin-top: 10px!important; }
.mgTop15 {  margin-top: 15px!important; }
.mgTop20 {  margin-top: 20px!important; }
.mgTop25 {  margin-top: 25px!important; }
.mgTop30 {  margin-top: 30px!important; }
.mgTop40 {  margin-top: 40px!important; }
.mgTop50 {  margin-top: 50px!important; }
.mgTop60 {  margin-top: 60px!important; }
.mgTop70 {  margin-top: 70px!important; }
.mgTop80 {  margin-top: 80px!important; }
.mgTop90 {  margin-top: 90px!important; }
.mgTop100 { margin-top: 100px!important; }
.mgTop110 { margin-top: 110px!important; }
.mgTop120 { margin-top: 120px!important; }

@media (max-width: 1024px) and (min-width: 769px) {
  .mgTop-120 { margin-top: -102.0px!important; }
  .mgTop-110 { margin-top: -93.5px!important; }
  .mgTop-100 { margin-top: -85.0px!important; }
  .mgTop-90 {  margin-top: -76.5px!important; }
  .mgTop-80 {  margin-top: -68.0px!important; }
  .mgTop-70 {  margin-top: -59.5px!important; }
  .mgTop-60 {  margin-top: -51.0px!important; }
  .mgTop60 {  margin-top: 51.0px!important; }
  .mgTop70 {  margin-top: 59.5px!important; }
  .mgTop80 {  margin-top: 68.0px!important; }
  .mgTop90 {  margin-top: 76.5px!important; }
  .mgTop100 { margin-top: 85.0px!important; }
  .mgTop110 { margin-top: 93.5px!important; }
  .mgTop120 { margin-top: 102.0px!important; }
}
@media (max-width: 768px) and (min-width: 481px) {
  .mgTop-120 { margin-top: -90.0px!important; }
  .mgTop-110 { margin-top: -82.5px!important; }
  .mgTop-100 { margin-top: -75.0px!important; }
  .mgTop-90 {  margin-top: -67.5px!important; }
  .mgTop-80 {  margin-top: -60.0px!important; }
  .mgTop-70 {  margin-top: -52.5px!important; }
  .mgTop-60 {  margin-top: -48.0px!important; }
  .mgTop-50 {  margin-top: -42.5px!important; }
  .mgTop-40 {  margin-top: -38.0px!important; }
  .mgTop-30 {  margin-top: -28.5px!important; }
  .mgTop30 {  margin-top: 28.5px!important; }
  .mgTop40 {  margin-top: 38.0px!important; }
  .mgTop50 {  margin-top: 42.5px!important; }
  .mgTop60 {  margin-top: 48.0px!important; }
  .mgTop70 {  margin-top: 52.5px!important; }
  .mgTop80 {  margin-top: 60.0px!important; }
  .mgTop90 {  margin-top: 67.5px!important; }
  .mgTop100 { margin-top: 75.0px!important; }
  .mgTop110 { margin-top: 82.5px!important; }
  .mgTop120 { margin-top: 90.0px!important; }
}
@media (max-width: 480px) {
  .mgTop-120 { margin-top: -78.0px!important; }
  .mgTop-110 { margin-top: -71.5px!important; }
  .mgTop-100 { margin-top: -68.0px!important; }
  .mgTop-90 {  margin-top: -62.99999999999999px!important; }
  .mgTop-80 {  margin-top: -56.0px!important; }
  .mgTop-70 {  margin-top: -49.0px!important; }
  .mgTop-60 {  margin-top: -45.0px!important; }
  .mgTop-50 {  margin-top: -42.5px!important; }
  .mgTop-40 {  margin-top: -38.0px!important; }
  .mgTop-30 {  margin-top: -28.5px!important; }
  .mgTop30 {  margin-top: 28.5px!important; }
  .mgTop40 {  margin-top: 38.0px!important; }
  .mgTop50 {  margin-top: 42.5px!important; }
  .mgTop60 {  margin-top: 45.0px!important; }
  .mgTop70 {  margin-top: 49.0px!important; }
  .mgTop80 {  margin-top: 56.0px!important; }
  .mgTop90 {  margin-top: 62.99999999999999px!important; }
  .mgTop100 { margin-top: 68.0px!important; }
  .mgTop110 { margin-top: 71.5px!important; }
  .mgTop120 { margin-top: 78.0px!important; }
}

/*** Bottom Margins ***/
.mgBottom-120 { margin-bottom: -120px !important; }
.mgBottom-110 { margin-bottom: -110px!important; }
.mgBottom-100 { margin-bottom: -100px!important; }
.mgBottom-90 {  margin-bottom: -90px!important; }
.mgBottom-80 {  margin-bottom: -80px!important; }
.mgBottom-70 {  margin-bottom: -70px!important; }
.mgBottom-60 {  margin-bottom: -60px!important; }
.mgBottom-50 {  margin-bottom: -50px!important; }
.mgBottom-40 {  margin-bottom: -40px!important; }
.mgBottom-30 {  margin-bottom: -30px!important; }
.mgBottom-25 {  margin-bottom: -25px!important; }
.mgBottom-20 {  margin-bottom: -20px!important; }
.mgBottom-15 {  margin-bottom: -15px!important; }
.mgBottom-10 {  margin-bottom: -10px!important; }
.mgBottom0 {  margin-bottom: 0!important; }
.mgBottom10 {  margin-bottom: 10px!important; }
.mgBottom15 {  margin-bottom: 15px!important; }
.mgBottom20 {  margin-bottom: 20px!important; }
.mgBottom25 {  margin-bottom: 25px!important; }
.mgBottom30 {  margin-bottom: 30px!important; }
.mgBottom40 {  margin-bottom: 40px!important; }
.mgBottom50 {  margin-bottom: 50px!important; }
.mgBottom60 {  margin-bottom: 60px!important; }
.mgBottom70 {  margin-bottom: 70px!important; }
.mgBottom80 {  margin-bottom: 80px!important; }
.mgBottom90 {  margin-bottom: 90px!important; }
.mgBottom100 { margin-bottom: 100px!important; }
.mgBottom110 { margin-bottom: 110px!important; }
.mgBottom120 { margin-bottom: 120px!important; }

@media (max-width: 1024px) and (min-width: 769px) {
  .mgBottom-120 { margin-bottom: -102.0px!important; }
  .mgBottom-110 { margin-bottom: -93.5px!important; }
  .mgBottom-100 { margin-bottom: -85.0px!important; }
  .mgBottom-90 {  margin-bottom: -76.5px!important; }
  .mgBottom-80 {  margin-bottom: -68.0px!important; }
  .mgBottom-70 {  margin-bottom: -59.5px!important; }
  .mgBottom-60 {  margin-bottom: -51.0px!important; }
  .mgBottom60 {  margin-bottom: 51.0px!important; }
  .mgBottom70 {  margin-bottom: 59.5px!important; }
  .mgBottom80 {  margin-bottom: 68.0px!important; }
  .mgBottom90 {  margin-bottom: 76.5px!important; }
  .mgBottom100 { margin-bottom: 85.0px!important; }
  .mgBottom110 { margin-bottom: 93.5px!important; }
  .mgBottom120 { margin-bottom: 102.0px!important; }
}
@media (max-width: 768px) and (min-width: 481px) {
  .mgBottom-120 { margin-bottom: -90.0px!important; }
  .mgBottom-110 { margin-bottom: -82.5px!important; }
  .mgBottom-100 { margin-bottom: -75.0px!important; }
  .mgBottom-90 {  margin-bottom: -67.5px!important; }
  .mgBottom-80 {  margin-bottom: -60.0px!important; }
  .mgBottom-70 {  margin-bottom: -52.5px!important; }
  .mgBottom-60 {  margin-bottom: -48.0px!important; }
  .mgBottom-50 {  margin-bottom: -42.5px!important; }
  .mgBottom-40 {  margin-bottom: -38.0px!important; }
  .mgBottom-30 {  margin-bottom: -28.5px!important; }
  .mgBottom30 {  margin-bottom: 28.5px!important; }
  .mgBottom40 {  margin-bottom: 38.0px!important; }
  .mgBottom50 {  margin-bottom: 42.5px!important; }
  .mgBottom60 {  margin-bottom: 48.0px!important; }
  .mgBottom70 {  margin-bottom: 52.5px!important; }
  .mgBottom80 {  margin-bottom: 60.0px!important; }
  .mgBottom90 {  margin-bottom: 67.5px!important; }
  .mgBottom100 { margin-bottom: 75.0px!important; }
  .mgBottom110 { margin-bottom: 82.5px!important; }
  .mgBottom120 { margin-bottom: 90.0px!important; }
}
@media (max-width: 480px) {
  .mgBottom-120 { margin-bottom: -78.0px!important; }
  .mgBottom-110 { margin-bottom: -71.5px!important; }
  .mgBottom-100 { margin-bottom: -68.0px!important; }
  .mgBottom-90 {  margin-bottom: -62.99999999999999px!important; }
  .mgBottom-80 {  margin-bottom: -56.0px!important; }
  .mgBottom-70 {  margin-bottom: -49.0px!important; }
  .mgBottom-60 {  margin-bottom: -45.0px!important; }
  .mgBottom-50 {  margin-bottom: -42.5px!important; }
  .mgBottom-40 {  margin-bottom: -38.0px!important; }
  .mgBottom-30 {  margin-bottom: -28.5px!important; }
  .mgBottom30 {  margin-bottom: 28.5px!important; }
  .mgBottom40 {  margin-bottom: 38.0px!important; }
  .mgBottom50 {  margin-bottom: 42.5px!important; }
  .mgBottom60 {  margin-bottom: 45.0px!important; }
  .mgBottom70 {  margin-bottom: 49.0px!important; }
  .mgBottom80 {  margin-bottom: 56.0px!important; }
  .mgBottom90 {  margin-bottom: 62.99999999999999px!important; }
  .mgBottom100 { margin-bottom: 68.0px!important; }
  .mgBottom110 { margin-bottom: 71.5px!important; }
  .mgBottom120 { margin-bottom: 78.0px!important; }
}


/* =====================================
   2d. Padding Quick Classes                                  
   ===================================== */

.pd10 {  padding: 10px 0; }
.pd20 {  padding: 20px 0; }
.pd30 {  padding: 30px 0; }
.pd40 {  padding: 40px 0; }
.pd50 {  padding: 50px 0; }
.pd60 {  padding: 60px 0; }
.pd70 {  padding: 70px 0; }
.pd80 {  padding: 80px 0; }
.pd90 {  padding: 90px 0; }
.pd100 { padding: 100px 0; }
.pd110 { padding: 110px 0; }
.pd120 { padding: 120px 0; }
.pd130 { padding: 130px 0; }
.pd140 { padding: 140px 0; }
.pd150 { padding: 150px 0; }
.pd160 { padding: 160px 0; }
.pd170 { padding: 170px 0; }
.pd180 { padding: 180px 0; }
.pd190 { padding: 190px 0; }
.pd200 { padding: 200px 0; }
.pd210 { padding: 210px 0; }
.pd220 { padding: 220px 0; }

@media (max-width: 1024px) and (min-width: 769px) {
  .pd60 {  padding: 51.0px 0; }
  .pd70 {  padding: 59.5px 0; }
  .pd80 {  padding: 68.0px 0; }
  .pd90 {  padding: 76.5px 0; }
  .pd100 { padding: 85.0px 0; }
  .pd110 { padding: 93.5px 0; }
  .pd120 { padding: 102.0px 0; }
  .pd130 { padding: 110.5px 0; }
  .pd140 { padding: 119.0px 0; }
  .pd150 { padding: 127.5px 0; }
  .pd160 { padding: 136.0px 0; }
  .pd170 { padding: 144.5px 0; }
  .pd180 { padding: 153.0px 0; }
  .pd190 { padding: 161.5px 0; }
  .pd200 { padding: 170.0px 0; }
  .pd210 { padding: 178.5px 0; }
  .pd220 { padding: 187.0px 0; }
}
@media (max-width: 768px) and (min-width: 481px) {
  .pd30 {  padding: 28.5px 0; }
  .pd40 {  padding: 38.0px 0; }
  .pd50 {  padding: 42.5px 0; }
  .pd60 {  padding: 48.0px 0; }
  .pd70 {  padding: 52.5px 0; }
  .pd80 {  padding: 60.0px 0; }
  .pd90 {  padding: 67.5px 0; }
  .pd100 { padding: 75.0px 0; }
  .pd110 { padding: 82.5px 0; }
  .pd120 { padding: 90.0px 0; }
  .pd130 { padding: 97.5px 0; }
  .pd140 { padding: 105.0px 0; }
  .pd150 { padding: 112.5px 0; }
  .pd160 { padding: 120.0px 0; }
  .pd170 { padding: 127.5px 0; }
  .pd180 { padding: 135.0px 0; }
  .pd190 { padding: 142.5px 0; }
  .pd200 { padding: 150.0px 0; }
  .pd210 { padding: 157.5px 0; }
  .pd220 { padding: 165.0px 0; }
}
@media (max-width: 480px) {
  .pd30 {  padding: 28.5px 0; }
  .pd40 {  padding: 38.0px 0; }
  .pd50 {  padding: 42.5px 0; }
  .pd60 {  padding: 45.0px 0; }
  .pd70 {  padding: 49.0px 0; }
  .pd80 {  padding: 56.0px 0; }
  .pd90 {  padding: 62.99999999999999px 0; }
  .pd100 { padding: 68.0px 0; }
  .pd110 { padding: 71.5px 0; }
  .pd120 { padding: 78.0px 0; }
  .pd130 { padding: 84.5px 0; }
  .pd140 { padding: 91.0px 0; }
  .pd150 { padding: 97.5px 0; }
  .pd160 { padding: 104.0px 0; }
  .pd170 { padding: 110.5px 0; }
  .pd180 { padding: 117.0px 0; }
  .pd190 { padding: 123.5px 0; }
  .pd200 { padding: 130.0px 0; }
  .pd210 { padding: 126.0px 0; }
  .pd220 { padding: 132.0px 0; }
}

/*** Padding Top Override (Set regular pd class first [ex: pd200] then override with these to fine-tune) ***/
.pdTop0 { padding-top: 0; }
.pdTop10 {  padding-top: 10px; }
.pdTop20 {  padding-top: 20px; }
.pdTop30 {  padding-top: 30px; }
.pdTop40 {  padding-top: 40px; }
.pdTop50 {  padding-top: 50px; }
.pdTop60 {  padding-top: 60px; }
.pdTop70 {  padding-top: 70px; }
.pdTop80 {  padding-top: 80px; }
.pdTop90 {  padding-top: 90px; }
.pdTop100 { padding-top: 100px; }
.pdTop110 { padding-top: 110px; }
.pdTop120 { padding-top: 120px; }

@media (max-width: 1024px) and (min-width: 769px) {
  .pdTop60 {  padding-top: 51.0px; }
  .pdTop70 {  padding-top: 59.5px; }
  .pdTop80 {  padding-top: 68.0px; }
  .pdTop90 {  padding-top: 76.5px; }
  .pdTop100 { padding-top: 85.0px; }
  .pdTop110 { padding-top: 93.5px; }
  .pdTop120 { padding-top: 102.0px; }
}
@media (max-width: 768px) and (min-width: 481px) {
  .pdTop30 {  padding-top: 28.5px; }
  .pdTop40 {  padding-top: 38.0px; }
  .pdTop50 {  padding-top: 42.5px; }
  .pdTop60 {  padding-top: 48.0px; }
  .pdTop70 {  padding-top: 52.5px; }
  .pdTop80 {  padding-top: 60.0px; }
  .pdTop90 {  padding-top: 67.5px; }
  .pdTop100 { padding-top: 75.0px; }
  .pdTop110 { padding-top: 82.5px; }
  .pdTop120 { padding-top: 90.0px; }
}
@media (max-width: 480px) {
  .pdTop30 {  padding-top: 28.5px; }
  .pdTop40 {  padding-top: 38.0px; }
  .pdTop50 {  padding-top: 42.5px; }
  .pdTop60 {  padding-top: 45.0px; }
  .pdTop70 {  padding-top: 49.0px; }
  .pdTop80 {  padding-top: 56.0px; }
  .pdTop90 {  padding-top: 62.99999999999999px; }
  .pdTop100 { padding-top: 68.0px; }
  .pdTop110 { padding-top: 71.5px; }
  .pdTop120 { padding-top: 78.0px; }
}

/*** Padding Bottom Override (Set regular pd class first [ex: pd200] then override with these to fine-tune) ***/
.pdBottom0 { padding-bottom: 0; }
.pdBottom10 {  padding-bottom: 10px; }
.pdBottom20 {  padding-bottom: 20px; }
.pdBottom30 {  padding-bottom: 30px; }
.pdBottom40 {  padding-bottom: 40px; }
.pdBottom50 {  padding-bottom: 50px; }
.pdBottom60 {  padding-bottom: 60px; }
.pdBottom70 {  padding-bottom: 70px; }
.pdBottom80 {  padding-bottom: 80px; }
.pdBottom90 {  padding-bottom: 90px; }
.pdBottom100 { padding-bottom: 100px; }
.pdBottom110 { padding-bottom: 110px; }
.pdBottom120 { padding-bottom: 120px; }

@media (max-width: 1024px) and (min-width: 769px) {
  .pdBottom60 {  padding-bottom: 51.0px; }
  .pdBottom70 {  padding-bottom: 59.5px; }
  .pdBottom80 {  padding-bottom: 68.0px; }
  .pdBottom90 {  padding-bottom: 76.5px; }
  .pdBottom100 { padding-bottom: 85.0px; }
  .pdBottom110 { padding-bottom: 93.5px; }
  .pdBottom120 { padding-bottom: 102.0px; }
}
@media (max-width: 768px) and (min-width: 481px) {
  .pdBottom30 {  padding-bottom: 28.5px; }
  .pdBottom40 {  padding-bottom: 38.0px; }
  .pdBottom50 {  padding-bottom: 42.5px; }
  .pdBottom60 {  padding-bottom: 48.0px; }
  .pdBottom70 {  padding-bottom: 52.5px; }
  .pdBottom80 {  padding-bottom: 60.0px; }
  .pdBottom90 {  padding-bottom: 67.5px; }
  .pdBottom100 { padding-bottom: 75.0px; }
  .pdBottom110 { padding-bottom: 82.5px; }
  .pdBottom120 { padding-bottom: 90.0px; }
}
@media (max-width: 480px) {
  .pdBottom30 {  padding-bottom: 28.5px; }
  .pdBottom40 {  padding-bottom: 38.0px; }
  .pdBottom50 {  padding-bottom: 42.5px; }
  .pdBottom60 {  padding-bottom: 45.0px; }
  .pdBottom70 {  padding-bottom: 49.0px; }
  .pdBottom80 {  padding-bottom: 56.0px; }
  .pdBottom90 {  padding-bottom: 62.99999999999999px; }
  .pdBottom100 { padding-bottom: 68.0px; }
  .pdBottom110 { padding-bottom: 71.5px; }
  .pdBottom120 { padding-bottom: 78.0px; }
}

/*** Left-Right Desktop Padding ***/
@media (min-width: 769px) {
  .pdRight10 { padding-right: 10px; }
  .pdRight20 { padding-right: 20px; }
  .pdRight30 { padding-right: 30px; }
  .pdRight40 { padding-right: 40px; }
  .pdRight50 { padding-right: 50px; }
  .pdLeft10 { padding-left: 10px; }
  .pdLeft20 { padding-left: 20px; }
  .pdLeft30 { padding-left: 30px; }
  .pdLeft40 { padding-left: 40px; }
  .pdLeft50 { padding-left: 50px; }
}
@media (max-width: 1024px) {
  .pdLeftDesktop {
    padding-left: initial !important;
  }
  .pdRightDesktop {
    padding-right: initial !important;
  }
}


/* =====================================
   2e. Block Divide Sections                               
   ===================================== */

.block-divide {
  position: relative; 
}
@media (min-width: 901px) {
  /* 50% and 50% */
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.span6 {
    width: 50% !important;
  }
  /* 60% and 40% */ 
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.span7 {
    width: 60% !important;
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.span5 {
    width: 40% !important;
  }
  /* 66.66% and 33.33% */ 
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.span8 {
    width: 66.66% !important;
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.span4 {
    width: 33.33% !important;
  }
  /* 75% and 25% */ 
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.span9 {
    width: 75% !important;
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.span3 {
    width: 25% !important;
  }
}
@media (min-width: 901px) {
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
      -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; 
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-img {
    overflow: hidden; 
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-img > div {
    position: absolute;
    height: 100%;
    width: inherit;
    background: inherit;
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-img:first-of-type > div {
    left: 0;
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-img:last-of-type > div {
    right: 0;
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-img img {
    object-fit: cover;
    object-position: 70% 0%;
    height: 100% !important;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .block-divide .block-text .tempMaxWidth,
  .block-divide .block-text.tempMaxWidth {
    max-width: 100% !important; 
  }
  .block-divide .block-text {
    text-align: center; 
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; 
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-text {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-text {
    padding: 70px 0 !important;
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-img {
    height: 300px;
    width: 100% !important;
    overflow: hidden;
    margin: 0 -20px !important;
  }
  .block-divide.altOrder.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-text {
-webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
        order: 2;
  }
  .block-divide.altOrder.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-img {
-webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
        order: 1;
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-img > div {
    position: absolute;
    width: inherit;
    height: inherit;
    background: inherit;
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-img img {
    max-width: 100%;
    width: 100% !important;
    height: 100% !important;
    object-position: 50% 50%;
    object-fit: cover;    
  }
}
@media (max-width: 767px) {
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-text {
    padding: 60px 0 !important;
  } 
}
@media (max-width: 480px) {
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-img {
    height: 250px; 
  }
}

/* =====================================
   2f. Block Grid Sections                               
   ===================================== */

.block-center {
  max-width: 1406px;
  float: none;
  margin: 0 auto !important;
  padding: 0 20px;
}
@media (min-width: 1025px) {
  .block-grid .block-item.vh100 {
    height: 100vh; 
  }
  .block-grid > .row-fluid-wrapper:last-of-type > .row-fluid {
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
      -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
  }
  .block-grid .block-item  > .row-fluid-wrapper {
    height: 100%; 
  }
  .block-grid .block-item  > .row-fluid-wrapper > .row-fluid {
    height: 100%;
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  }
  .block-grid .block-item {
    margin: 0 !important; 
  }
  /* 50% and 50% */
  .block-grid .block-item.span6 {
    width: 50% !important;
  }
  /* 60% and 40% */ 
  .block-grid .block-item.span7 {
    width: 60% !important;
  }
  .block-grid .block-item.span5 {
    width: 40% !important;
  }
  /* 66.66% and 33.33% */ 
  .block-grid .block-item.span8 {
    width: 66.66% !important;
  }
  .block-grid .block-item.span4 {
    width: 33.33% !important;
  }
  /* 75% and 25% */ 
  .block-grid .block-item.span9 {
    width: 75% !important;
  }
  .block-grid .block-item.span3 {
    width: 25% !important;
  }
}
@media (max-width: 1024px) {
  .block-grid > .row-fluid-wrapper:last-of-type > .row-fluid  {
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; 
  }
  .block-grid .block-item {
    width: 100% !important;
    margin: 0 !important;
  }
  .block-grid .block-item.tempMinHeight {
    min-height: inherit !important; 
  }
  .block-grid .block-item.tempMaxWidth,
  .block-grid .block-item .tempMaxWidth {
    max-width: 100% !important; 
  }
}

/*** Form Offer ***/
.offer-form {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  max-width: 1323px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.offer-form .offer-form-image {
  position: relative; 
}
.offer-form .offer-form-image img {
  width: 100%;
  position: relative;
  z-index: 2;
  height: auto;
}
.offer-form .offer-form-inner {
  position: relative;
  background: #F2F2F2;
  width: 70%;
  margin-left: -7%;
  padding: 30px 30px 20px 7%;
}
.offer-form h3,
.offer-form .hs-form .hs-richtext {
  margin-bottom: 0;
}
.offer-form.singleField .hs-form > div {
  margin-bottom: 20px;
}
.offer-form.singleField .hs-form .hs-form-field>label {
  visibility: hidden;
  z-index: -1;
}
@media (max-width: 1024px) {
  .offer-form.singleField .hs-form .hs-form-field {
    width: 100%;
    flex: 1 1 100%;
  }
  .offer-form.singleField .hs-form .hs-submit {
    max-width: 100%;
    width: 100%;
    flex: 1 1 100%;
  }
}
@media (max-width: 768px) {
  .offer-form .offer-form-image {
    display: none !important;
  }
  .offer-form .offer-form-inner {
    width: 100%;
    margin-left: 0%;
    padding: 30px 30px 20px 30px;
  }
}

/* ==========================================================================
   3. CONTENT                                            
   ========================================================================== */

.body-container-wrapper {
  overflow-x: hidden; 
}
.overflowVisible .body-container-wrapper {
  overflow-x: initial; 
}

.overflowXHidden {
	overflow-x: hidden;
}

@media (min-width: 768px) {
	.sticky-scroll {
		position: relative;
	}
	.sticky-scroll > * {
		position: -webkit-sticky;
		position: sticky;
		display: block;
		top: 106px;
	}
}

/* =====================================
   3a. Home                                        
   ===================================== */

#home-banner-section .page-center.lean {
	max-width: 1316px !important;
}
@media (min-width: 1025px) {
  #home-banner-section.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
    -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
  }
  #home-banner-section p {
    font-size: 24px; 
  }
  #product-tabs-section .h3Size p {
    font-size: 24px; 
  }
  #home-banner-section .banner-text {
    flex: 0 1 700px;
  }
}
@media (max-width: 1024px) {
  #home-banner-section.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  #home-banner-section .banner-text .banner-subtext {
    max-width: 100% !important;
  }
  #home-banner-section {
    text-align: center;
  }
}

#home-tree-count .trees-planted span {
  font-size: 60px;
  font-weight: 500;
  margin: 15px 0;
  line-height: normal;
}
@media (min-width: 768px) {
  #home-tree-count .trees-planted span {
    font-size: 90px;
    margin: 10px 0;
  }
}
@media (min-width: 1025px) {
  #home-tree-count .trees-planted span {
    font-size: 110px;
  }
}
@media (max-width: 374px) {
  #home-tree-count .trees-planted span {
    font-size: 54px;
  }
}

#home-partnership-section h2 {
  margin: 0; 
}
#home-partnership-section h2 span {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: .72em;
  padding-right: 13%;
}
#home-partnership-section h2 span.huge {
  font-size: 2.8em;
  margin: 15px 0;
  text-transform: uppercase;
  padding-right: 0;
  font-weight: 700;
}
@media (max-width: 1400px) and (min-width: 1201px) {
  #home-partnership-section h2 {
    font-size: 45px; 
  }
}
@media (max-width: 1200px) and (min-width: 901px) {
  #home-partnership-section h2 {
    font-size: 36px; 
  }
}
@media (min-width: 901px) {
  #home-partnership-section p {
    margin-right: 5%;
  }
  #home-partnership-section p:nth-of-type(2) {
    margin-right: 7.5%;
  }
  #home-partnership-section p:nth-of-type(n+3) {
    margin-right: 12%;
  }
}
@media (max-width: 900px) {
  #home-partnership-section .spacer {
    display: none !important 
  }
  #home-partnership-section .span6 {
    width: 100% !important;
  }
  #home-partnership-section h2 span {
    padding-right: 0; 
  }
  #home-partnership-section h2 span.huge {
    font-size: 2em;
  }
}
@media (max-width: 479px) {
  #home-partnership-section h2 span.huge {
    font-size: 1.7em;
  }
}

#home-offer-section.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}

.co-stats-module {
  padding: 35px 20px;
  background: #ffffff;
  border-radius: 36px;
  box-shadow: 0 20px 40px rgba(0,0,0,.15);
}
.co-stats-module.wrapperless {
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.co-stats-module,
.co-stats-module * {
  color: #333333 !important; 
}
.co-stats-module .co-stats {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: space-evenly; -webkit-justify-content: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly;
}
.co-stats-module .stat-wrapper {
  text-align: center;
  padding: 10px;
}
.co-stats-module .stat-wrapper h4 {
  margin: 0;
  font-size: 60px;
}
.co-stats-module .stat-wrapper .stat-desc {
  font-weight: normal;
  display: block;
  font-size: 21px;
}
@media (max-width: 1366px) {
  .co-stats-module .stat-wrapper h4 {
    font-size: 54px;
  }
  .co-stats-module .stat-wrapper .stat-desc {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .co-stats-module .stat-wrapper h4 {
    font-size: 48px;
  }
  .co-stats-module .stat-wrapper .stat-desc {
    font-size: 21px;
  }
}
@media (min-width: 901px) {
  .co-stats-module .co-stats {
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .co-stats-module .stat-wrapper h4 {
    font-size: 35px;
  }
  .co-stats-module .stat-wrapper .stat-desc {
    font-size: 17px;
  }
  .co-stats-module {
    padding: 15px 10px;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,.08);
  }
}

#home-goal-section h2 {
  margin: 0; 
}
#home-goal-section h2 span {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: .9em;
}
#home-goal-section h2 span.huge {
  font-size: 2em;
  font-weight: 700;
}
@media (min-width: 1401px) {
  #home-goal-section h2 {
    font-size: 70px;
  }
}
@media (max-width: 1400px) and (min-width: 1201px) {
  #home-goal-section h2 {
    font-size: 56px; 
  }
}
@media (max-width: 1200px) and (min-width: 901px) {
  #home-goal-section h2 {
    font-size: 48px; 
  }
}
@media (max-width: 900px) and (min-width: 768px) {
  #home-goal-section h2 span.huge {
    font-size: 1.75em;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  #home-goal-section h2 span.huge {
    font-size: 1.35em;
  }
}
@media (max-width: 413px) {
  #home-goal-section h2 span.huge {
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  #home-goal-section.deviceHeight {
    min-height: calc(100vh - 67px) !important; 
  }
}


.products-tabber .hs-tabs__nav {
  text-align: center;
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  margin-bottom: -1px;
}
.products-tabber .hs-tabs__nav li {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
.products-tabber .hs-tabs__nav li:first-of-type {
  padding-left: 0;
}
.products-tabber .hs-tabs__nav li:last-of-type {
  padding-right: 0; 
}
.products-tabber .hs-tabs__nav li:last-of-type:after {
  display: none; 
}
.products-tabber .hs-tabs__navitem {
  -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;;
  position: relative;
  text-decoration: none;
  display: block;
  padding: 20px 10px;
}
.products-tabber .hs-tabs__navitem .tab-desc {
  font-size: 20px;
  margin-left: -10px;
  margin-right: -10px;
  line-height: 1.2em;
}

.products-tabber .hs-tabs__nav li:nth-of-type(n+2) a {
  color: #00A4FF;
}

.products-tabber .hs-tabs__nav li:first-of-type a {
  color: #e5592e;
}

.products-tabber .hs-tabs__nav li:nth-of-type(4) a {
  color: #04A464;
}

.products-tabber .hs-tabs__nav li:last-of-type a {
  color: #A817A3;
}

.products-tabber .hs-tabs__navitem img {
  height: 55px !important;
  max-width: 100%;
  object-fit: contain;
  object-position: 50%;
} 
.products-tabber .hs-tabs__navitem:after {
  display: inline-block;
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;;
  -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);;
  content: "";
  width: 0;
  z-index: -1;
  height: 0;
  border-style: solid;
  border-width: 0 48px 44px 48px;
  border-color: transparent transparent #e5f6ff transparent;
  opacity: 0;
}
.products-tabber .hs-tabs__navitem--active:after {
  bottom: -45px;
  opacity: 1;
  z-index: 1;
}
/* fix for hubspot injected div */
.products-tabber .hs-tabs__navitem *{
  pointer-events: none;
}
@media (min-width: 1025px) {
  .products-tabber .hs-tabs__nav li:after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);;
  } 
}
@media (max-width: 1366px) {
  .products-tabber .hs-tabs__navitem .tab-desc {
    font-size: inherit; 
  }
}
@media (max-width: 1280px) {
  .products-tabber .hs-tabs__navitem .tab-desc {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .products-tabber .hs-tabs__nav li {
    padding: 0 10px;
  }
  .products-tabber .hs-tabs__navitem {
    padding: 10px 10px 20px; 
  }
  .products-tabber a.hs-tabs__navitem .tab-desc {
    display: none !important; 
  }
}
@media (max-width: 900px) {
  .products-tabber .hs-tabs__nav {
    padding-bottom: 5px; 
  }
  .products-tabber .hs-tabs__navitem:after {
    bottom: -80px;
    border-width: 0 38px 34px 38px;
  }
  .products-tabber .hs-tabs__navitem--active:after {
    bottom: -20px;
  }
}
@media (max-width: 767px) {
  .products-tabber .hs-tabs__nav {
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  }
  .products-tabber .hs-tabs__nav li {
    padding: 0;
    width: 33.33% !important;
  }
  .products-tabber .hs-tabs__navitem {
    padding: 5px 10px 5px; 
  }
  .products-tabber .hs-tabs__navitem:after {
    content: none;
    display: none;
  }
}
@media (max-width: 600px) {
  .products-tabber .hs-tabs__navitem img {
    width: 100% !important;
    max-width: 100px !important;
    height: auto !important;
  } 
}


.products-tabber .hs-tabs__item {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  float: left;
  width: 100%;
}
.products-tabber .hs-tabs__item--active {
  pointer-events: initial;
  position: initial;
  opacity: 1;
  z-index: 1;
}
.products-tabber .hs-tabs__item .tab-content-wrapper {
  background: #e5f6ff;
}
.products-tabber .hs-tabs__item .tab-content-wrapper > div {
  -webkit-transition: opacity .75s ease;
    -moz-transition: opacity .75s ease;
    -o-transition: opacity .75s ease;
    -ms-transition: opacity .75s ease;
    transition: opacity .75s ease;;
  opacity: 0;
}
.products-tabber .hs-tabs__item--active .tab-content-wrapper > div {
  opacity: 1;
}
.products-tabber .hs-tabs__item img { 
 	/* Protect images from overflowing the tab */ 
  max-width: 100%;
  height: auto;
}
.products-tabber .hs-tabs__item .hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
  -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; 
}
.products-tabber .double-cta-wrapper {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
  margin-top: 20px;
}
.products-tabber .double-cta-wrapper .btnSolid a {
  min-width: 225px;
}
.products-tabber .double-cta-wrapper .btnSolid:last-of-type a {
  margin-left: 30px;
}

.products-tabber #tab-5 .btnSolid a {
  background-color: #A817A3;
  border: 2px solid #A817A3;
}
.products-tabber #tab-5 .btnSolid:last-of-type a {
  border: 2px solid #A817A3;
  color: #A817A3;
}

.products-tabber #tab-4 .btnSolid:first-of-type a {
  background-color: #04A464;
  border: 2px solid #04A464;
}
.products-tabber #tab-4 .btnSolid:last-of-type a {
  border: 2px solid #04A464;
  color: #04A464;
}

.products-tabber #tab-2 .btnSolid:first-of-type a,
.products-tabber #tab-3 .btnSolid:first-of-type a {
  background-color: #00A4FF;
  border: 2px solid #00A4FF;
}
.products-tabber #tab-2 .btnSolid:last-of-type a,
.products-tabber #tab-3 .btnSolid:last-of-type a {
  border: 2px solid #00A4FF;
  color: #00A4FF;
}

.products-tabber #tab-1 .btnSolid:first-of-type a {
  background-color: #e5592e;
  border: 2px solid #e5592e;
}
.products-tabber #tab-1 .btnSolid:last-of-type a {
  border: 2px solid #e5592e;
  color: #e5592e;
}
@media (max-width: 1100px) and (min-width: 1025px) {
  .products-tabber .double-cta-wrapper .btnSolid a {
    min-width: 0;
  }
  .products-tabber .double-cta-wrapper .btnSolid:last-of-type a {
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  .products-tabber .double-cta-wrapper {
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  }
  .products-tabber .double-cta-wrapper .btnSolid {
    margin-top: 25px;
    margin: 25px 15px 0;
  }
  .products-tabber .double-cta-wrapper .btnSolid a {
    margin: 0 !important;
  }
}


/* =====================================
   3b. Landing page                                     
   ===================================== */

.secondary-img {
	padding: 40px 40px 20px 20px;
}
.secondary-img img {
  box-shadow: 0 2px 10px 4px rgba(0,0,0,.16);
}

@media (max-width: 767px) {
  #lp-footer-cta {
    text-align: center; 
  }
  #lp-footer-cta .btnSolid {
    margin-top: 30px !important;
  }
}

.card-layout-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
}
.span6.card-layout-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid > div {
  width: 46%;
  margin: 0 2% 30px;
  -webkit-transition: transform .25s ease;
    -moz-transition: transform .25s ease;
    -o-transition: transform .25s ease;
    -ms-transition: transform .25s ease;
    transition: transform .25s ease;;
}
.span12.card-layout-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid > div {
  width: 23%;
  margin: 0 1% 30px;
  -webkit-transition: transform .25s ease;
    -moz-transition: transform .25s ease;
    -o-transition: transform .25s ease;
    -ms-transition: transform .25s ease;
    transition: transform .25s ease;;
}
.span12.card-layout-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid > div.span4 {
  width: 31.33%;
  margin: 0 1% 30px;
  -webkit-transition: transform .25s ease;
    -moz-transition: transform .25s ease;
    -o-transition: transform .25s ease;
    -ms-transition: transform .25s ease;
    transition: transform .25s ease;;
}
.card-layout-wrapper.with-links.simple-flex > .row-fluid-wrapper > .row-fluid > div:hover {
  -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -o-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);;
}
.card-layout-wrapper .card-item {
  background: #fff;
  box-shadow: 0 3px 14px rgba(0,0,0,.16);
  border-radius: 7px;
  padding: 30px 20px;
  text-align: center;
}
.card-layout-wrapper .card-item h3 {
  margin-top: 0;
}
.card-layout-wrapper .card-item a,
.card-layout-wrapper .card-item a *,
.card-layout-wrapper .card-item * {
  color: #333333;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .threeCards.card-layout-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid {
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  }
 .span12.card-layout-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid > div,
 .span12.card-layout-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid > div.span4 {
    width: 46%;
    margin: 0 2% 30px;
  }
}
@media (max-width: 414px) {
  .span12.card-layout-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid > div,
  .span6.card-layout-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid > div,
  .span12.card-layout-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid > div.span4 {
    width: 100%;
    margin: 0 0 30px;
  }
}

/* =====================================
   3c. About/Mission/Story                                     
   ===================================== */

#mission-win-section .co-stats-module {
  padding: 15px 20px; 
}
.core-value {
  padding: 30px 20px 20px;
  border-radius: 8px;
  background-color: #B7E4E4;
}
.textCard {
	padding: 30px;
	background-color: rgba(255,255,255,.75);
	border-radius: 36px;
}

#story-opp-section .statement-card {
	position: relative;
	z-index: 2;
	border-radius: 13px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgb(0, 0, 0, .15);
}
#story-opp-section .simple-flex > .row-fluid-wrapper > .row-fluid > div:first-child {
	background: #00A4FF;
	padding: 50px;
}
#story-opp-section .statement-card .committed-wrapper {
	padding: 50px;
	text-align: center;
	background: transparent;
	border: 8px solid #00A4FF;
	color: #1E3250;
	font-weight: bold;
}
#story-opp-section .statement-card .committed-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#story-opp-section .statement-card .committed-wrapper span {
	color: #1E3250;
}
#story-opp-section .statement-card .committed-wrapper img {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	#story-opp-section .simple-flex > .row-fluid-wrapper > .row-fluid {
		align-items: stretch;
	}
	#story-opp-section .simple-flex > .row-fluid-wrapper > .row-fluid > div {
		width: 50% !important;
		margin-left: 0 !important;
	}
}
@media (max-width: 479px) {
	#story-opp-section .simple-flex > .row-fluid-wrapper > .row-fluid > div:first-child {
		padding: 25px;
	}
	#story-opp-section .statement-card .committed-wrapper {
		padding: 25px;
	}
}

#story-goal-section .co-stats-module {  
	box-shadow: none;
	padding: 20px;
	display: inline-block;
}
#story-goal-section .co-stats-module .stat-wrapper {
  text-align: center;
  padding: 10px;
}
#story-goal-section .co-stats-module .stat-wrapper h4 {
  margin: 0;
	font-size: 42px;
}
#story-goal-section .co-stats-module .stat-wrapper .stat-desc {
  font-weight: normal;
  display: block;
  font-size: 24px;
}
#story-goal-section .co-stats-module .stat-wrapper h4 span#trees-funded {
	color: #00A4FF !important;
}
@media (max-width: 1024px) {
  #story-goal-section .co-stats-module .stat-wrapper h4 {
		font-size: 37.800000000000004;
  }
}
@media (min-width: 901px) {
  #story-goal-section .co-stats-module .co-stats {
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  #story-goal-section {
		min-height: 1000px !important;
	}
  .partners #story-goal-section {
		min-height: 800px !important;
	}
}
@media (max-width: 767px) {
  #story-goal-section .co-stats-module .stat-wrapper h4 {
		font-size: 29.4px;
  }
  #story-goal-section .co-stats-module .stat-wrapper .stat-desc {
		font-size: 20.4px;
  }
  #story-goal-section .co-stats-module {
    box-shadow: none;
  }
  #story-goal-section {
		min-height: 700px !important;
	}
  .partners #story-goal-section {
		min-height: 500px !important;
	}
}
@media (max-width: 479px) {
  #story-goal-section {
		min-height: 795px !important;
	}
  .partners #story-goal-section {
		min-height: 595px !important;
	}
}

.three-column.simple-flex > .row-fluid-wrapper > .row-fluid {
	  -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
}
.three-column.simple-flex > .row-fluid-wrapper > .row-fluid > div {
	margin: 0 !important;
	width: 33.33% !important;
	min-height: 550px !important;
}
.three-column.simple-flex > .row-fluid-wrapper > .row-fluid > div:not(.img-block) {
	padding: 70px 40px;
}
.three-column.simple-flex > .row-fluid-wrapper > .row-fluid .img-block * {
	height: 100%;
}
.three-column.simple-flex > .row-fluid-wrapper > .row-fluid .img-block {
	position: relative;
	overflow: hidden;
}
.three-column.simple-flex > .row-fluid-wrapper > .row-fluid .img-block img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: 50%;
}
.three-column.simple-flex > .row-fluid-wrapper > .row-fluid > div.flex-center > div {
	height: 100%;
	display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
	-webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
	-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
	-webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}
.three-column.simple-flex > .row-fluid-wrapper > .row-fluid .img-block img {
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width: 1920px) and (min-width: 1025px) {
  .three-column.simple-flex > .row-fluid-wrapper > .row-fluid > div {
	  min-height: 28vw !important;
	}
}
@media (max-width: 1024px) and (min-width: 768px) {
	.three-column.simple-flex > .row-fluid-wrapper > .row-fluid > div {
		width: 50% !important;
	}
  .three-column.simple-flex > .row-fluid-wrapper > .row-fluid > div {
	  min-height: 50vw !important;
	}
	.order1 {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
  .order2 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.order3 {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.order4 {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}
	.order5 {
		-webkit-box-ordinal-group: 6;
		    -ms-flex-order: 5;
		        order: 5;
	}
	.order6 {
		-webkit-box-ordinal-group: 7;
		    -ms-flex-order: 6;
		        order: 6;
	}
}
@media (max-width: 767px) {
	.three-column.simple-flex > .row-fluid-wrapper > .row-fluid > div {
		width: 100% !important;
	}
  .three-column.simple-flex > .row-fluid-wrapper > .row-fluid > div {
	  min-height: 70vw !important;
	}
}

.mission1, .mission2, .mission3 {
	padding: 40px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 3px 6px rgba(0,0,0,1);
}
@media (max-width: 767px) {
	.mission1, .mission2, .mission3 {
		padding: 40px;
		color: #fff;
		font-weight: bold;
		text-shadow: 0 2px 4px rgba(0,0,0,1);
	}
}

.spacer {
	height: 28px !important;
}
#story-purpose-section .page-center > .row-fluid-wrapper > .row-fluid > div {
	margin-top: 0 !important;
}

/* =====================================
   3d. Resource Center                
   ===================================== */

.resource-center .resource-grid {
	display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
	-webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
	  -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
}
.resource-center .resource-item-wrapper {
  width: 33.33%;
  padding: 2%;
}
.resource-center .resource-item {
  display: block;
	height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
}
.resource-center .resource-item .item-img {
	background-color: #00A4FF;
}
.resource-center .resource-item .item-img img {
	object-fit: cover;
	object-position: 50%;
	width: 100%;
	height: 100%;
	max-height: 275px;
}
.resource-center .resource-item-wrapper a h3 {
  -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;;
}
.resource-center .resource-item .item-content {
  padding: 30px 20px; 
}
.resource-center .resource-item a {
  text-decoration: none; 
}
.resource-center .resource-item h3 {
  margin: 0 0 20px;
	color: #333333;
}
.resource-center .resource-item .item-format {
  color: #333333;
	font-size: 16px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.resource-center .resource-item .item-links a {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.resource-center .item-links a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.resource-center .resource-item .item-links img {
  height: 37px !important;
  width: auto !important;
}

@media (max-width: 768px) {
  .resource-center .resource-item-wrapper {
    width: 50%;
    padding: 20px 15px;
  }
}
@media (max-width: 600px) {
  .resource-center .filters .button-group button {
    margin: 0 20px 0 0; 
  }
}
@media (max-width: 480px) {
  .resource-center .resource-item-wrapper {
    width: 100%;
  }
}

.resource-center .resource-grid {
	display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
	-webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
	  -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
}
.resource-center .resource-item-wrapper {
  width: 33.33%;
  padding: 2%;
}
.resource-center .resource-item {
  display: block;
	height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
}
.resource-center .resource-item .item-img {
	background-color: #00A4FF;
}
.resource-center .resource-item .item-img img {
	object-fit: cover;
	object-position: 50%;
	width: 100%;
	height: 100%;
  -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;;
	max-height: 275px;
}
.resource-center .resource-item .item-img:hover img {
	opacity: .75;
}
.resource-center .resource-item-wrapper a h3 {
  -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;;
}
.resource-center .resource-item .item-content {
  padding: 30px 20px; 
}
.resource-center .resource-item a {
  text-decoration: none; 
}
.resource-center .resource-item h3 {
  margin: 0 0 20px;
	color: #333333;
}
.resource-center .resource-item h3:hover {
	color: #00A4FF;
}
.resource-center .resource-item .item-format {
  color: #333333;
	font-size: 16px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.resource-center .resource-item .item-links a {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.resource-center .item-links a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.resource-center .resource-item .item-links img {
  height: 37px !important;
  width: auto !important;
}

@media (max-width: 768px) {
  .resource-center .resource-item-wrapper {
    width: 50%;
    padding: 20px 15px;
  }
}
@media (max-width: 480px) {
  .resource-center .resource-item-wrapper {
    width: 100%;
  }
  .resource-center .resource-item {
    min-height: 300px; 
  }
}

.resource-center .filters .persona-group {
	box-shadow: 0 3px 15px rgba(0,0,0,.16);
	background: #ffffff;
	padding: 0;
}
.resource-center .filters .persona-group .button-group,
.resource-center .filters .format-group .button-group {
	display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
	-webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
	-webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end;
	-webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}
.resource-center .filters .persona-group .button-group > button {
	width: 25%;
	flex: 1 1 25%;
	padding: 40px 20px;
	border: 0;
	font-size: 18px;
	font-weight: bold;
	background: transparent;
	border-radius: 0;
}
.resource-center .filters .format-group {
  text-align: center;
}
.resource-center .filters .format-group button {
    cursor: pointer;
    /*outline: none !important;*/
    background: none;
    border: none;
    position: relative;
    padding: 0 4px 2px;
    font-size: 13px;
    text-align: center;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-transform: uppercase;
    margin: 0 16px 5px;
    -webkit-transition-property: font-weight;
    transition-property: font-weight;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.resource-center .filters .persona-group button {
	position: relative;
	cursor: pointer;
}
.resource-center .filters .format-group button.is-checked,
.resource-center .filters .persona-group button.is-checked {
    font-weight: 600;
    pointer-events: none;
}
.resource-center .filters .format-group button:after,
.resource-center .filters .persona-group button:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #00A4FF;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.resource-center .filters .persona-group button:after {
	height: 6px;
}
.resource-center .filters .format-group button.is-checked:after,
.resource-center .filters .persona-group button.is-checked:after {
  left: 0;
  right: 0;
}

@media (max-width: 480px) {
	.resource-center .filters .persona-group .button-group > button {
		padding: 25px 5px;
		font-size: 14px;
	}
	.resource-center .filters .persona-group button:after {
		height: 4px;
	}
	.resource-center .filters .format-group button:after {
		height: 2px;
	}
	.resource-center .filters .format-group button {
		font-size: 12px;
		padding: 0 2px 0;
	}
}

/* =====================================
   3e. Careers         
   ===================================== */

#careers-logo-section .simple-flex > .row-fluid-wrapper > .row-fluid img {
	text-align: center;
	height: 68px !important;
	width: auto !important;
	max-width: 100%;
}
#careers-logo-section .simple-flex > .row-fluid-wrapper > .row-fluid > div {
	text-align: center;
}
@media (min-width: 1080px) {
	#careers-logo-section .five-column.simple-flex > .row-fluid-wrapper > .row-fluid {
		-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap !important;
		-webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
	}
	#careers-logo-section .five-column.simple-flex > .row-fluid-wrapper > .row-fluid > div {
		width: auto !important;
	}
}
@media (max-width: 1079px) {
	#careers-logo-section .five-column.simple-flex > .row-fluid-wrapper > .row-fluid {
		-webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center !important;
	}
}
@media (max-width: 768px) {
	#fitzii_widget {
		height: 450px !important;
	}
}

/* =====================================
   3f. Partners      
   ===================================== */

.product-box {
	padding: 30px 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 15px rgba(0,0,0,.16)
}
.product-box,
.product-box * {
	color: #333333 !important;
}
.product-box img {
	object-fit: contain;
	object-position: center bottom;
	height: 66px !important;
	width: 218px;
	margin-bottom: 30px;
}


/* =====================================
   3f. Developers      
   ===================================== */

body.developers {
  font-family: 'montserrat', sans-serif;
  font-size: 16px;
}
body.developers .header-container-wrapper {
  padding: 15px 0 !important;
}
body.developers h1 {
	font-size: 1.333rem;
	font-weight: 700;
	line-height: 1.416em
}
@media (min-width:768px) {
	body.developers h1 {
		font-size: 1.777rem;
		line-height: 1.3125em
	}
}
body.developers h2 {
	font-size: 1.333rem;
	font-weight: 500;
	line-height: 1.416em
}
body.developers h3 {
	font-size: 1.222rem;
	font-weight: 600;
	line-height: 1.3636
}
body.developers h4 {
	font-size: 1.111rem;
	font-weight: 700;
	line-height: 1.4
}
body.developers h5 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.375
}
body.developers p {
	font-size: 16px;
	line-height: 26px;
}
body.developers [data-hs-cos-type="rich_text"] {
    padding: 0 !important;
    word-break: break-word
}
body.developers ol li {
	color: #33475b;
	margin-left: 20px
}

.inline-code, :not(pre)>code {
	-webkit-font-smoothing: auto;
	text-shadow: transparent 0px 0px 1px;
	background-color: #eaf0f6;
	border-radius: 3px;
	padding: 2px 4px;
	color: #33475b;
	font-family: "source-code-pro",Consolas,Monaco,"Courier New",monospace;
	font-weight: 500;
	font-size: 1em;
}
.dev-doc td,
.dev-doc th {
	display: table-cell;
	vertical-align: inherit;
}
.dev-doc tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}
.dev-doc th,
.dev-doc td.thStyle {
	font-family: 'montserrat', sans-serif;
	font-weight: 600;
	font-size: 12px;
	background-color: rgba(0, 77, 128, .0392157);
	color: #425162;
	height: 44px;
	padding: 8px 24px 4px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
	border-color: #dfe3eb;
	border-style: solid;
	border-width: 1px 0 0;
	line-height: normal;
}
.dev-doc tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}
.dev-doc tbody td {
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	height: 72px;
	overflow-wrap: break-word;
	padding: 16px 24px;
	vertical-align: middle;
	border-color: #dfe3eb;
	border-style: solid;
	border-width: 1px 0 0;
	line-height: normal;
}
.dev-doc tbody tr {
	transition: all .15s ease-out;
}
.dev-doc tbody tr:hover {
	background-color: rgba(0, 77, 128, .0392157);
}
.dev-doc table .inline-code,
.dev-doc table .requires {
	vertical-align: middle;
}
.dev-doc .breadcrumb-wrapper {
	display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
	-webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
	-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
	-webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
	font-size: 12px;
}
.dev-doc .breadcrumb-wrapper > * {
	display: block;
}
.dev-doc .breadcrumb-wrapper span.hs-breadcrumb-menu-item {
	padding-left: 0;
}
.dev-doc .breadcrumb-wrapper .hs-breadcrumb-menu-item {
	margin: 0 !important;
}
.dev-doc .breadcrumb-wrapper ul {
	display: block;
}
.dev-doc .breadcrumb-wrapper a {
	text-decoration: none;
}
.dev-doc .breadcrumb-wrapper a:hover,
.dev-doc .breadcrumb-wrapper a:focus {
	text-decoration: underline;
}
.dev-doc .breadcrumb-wrapper a[href="javascript:;"] {
	pointer-events: none;
	color: #333333;
}

.dev-docs-wrapper .page-center {
	max-width: 1370px;
	display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
	-webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
	-webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
	-webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
	-webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
}

.dev-doc {
	width: 75%;
	flex: 1 1 75%;
}
.dev-sidebar {
	padding-right: 50px;
	width: 25%;
	flex: 0 0 25%;
}

@media (min-width: 1025px) {
	.dev-doc,
	.dev-sidebar {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (max-width: 1024.98px) {
	.dev-docs-wrapper .page-center {
		-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
	}
	.dev-doc {
		width: 100%;
		flex: 1 1 100%;
		margin-top: 25px;
	}
	.dev-sidebar {
		padding-right: 0;
		width: 100%;
		flex: 0 0 100%;
	}
}

.dev-doc .post-layout {
  padding-bottom: 40px;
}

.dev-docs-wrapper .hs-menu-wrapper {
  width: 100%;
}
.dev-docs-wrapper .hs-menu-wrapper ul {
	width: 100%;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.dev-docs-wrapper .hs-menu-wrapper li li:last-child {
	margin-bottom: 0;
}
.dev-docs-wrapper .hs-menu-wrapper li {
	position: relative;
	margin-bottom: 0;
}
.dev-docs-wrapper .hs-menu-wrapper li a {
  display: block;
  -webkit-font-smoothing: auto;
  text-shadow: transparent 0px 0px 1px;
  font-size: 14px;
  font-weight: 400;
  color: #33475b;
  line-height: 16px;
  position: relative;
  padding: 12px 22px 12px 12px;
  text-decoration: none;
  cursor: pointer;
  transition: all .15s ease-out 0s;
	width: 100%;
}
.dev-docs-wrapper .hs-menu-wrapper a:hover,
.dev-docs-wrapper .hs-menu-wrapper .active a,
.dev-docs-wrapper .hs-menu-wrapper a:focus {
  background-color: #eaf0f6;
  color: #33475b;
  cursor: pointer;
  text-decoration: none;
  border-radius: 3px;
  outline: 0
}
.dev-docs-wrapper .hs-menu-wrapper li.hs-menu-depth-1 > a {
	pointer-events: none;
}
.dev-docs-wrapper .hs-menu-wrapper li.hs-menu-depth-1 > a {
	font-weight: bold;
}
.dev-docs-wrapper .hs-menu-wrapper li.hs-menu-depth-1:not(:first-child) {
	margin-top: 18px;
  padding-top: 18px;
	border-top: 1px solid #eaf0f6;
}
.dev-docs-wrapper .hs-menu-wrapper li.hs-menu-depth-2 > ul > li > a {
	padding-left: 24px;
}
.dev-docs-wrapper .hs-menu-wrapper li.hs-menu-depth-3 > ul > li > a {
	padding-left: 36px;
}
.dev-docs-wrapper .hs-menu-wrapper li.hs-menu-depth-4 > ul > li > a {
	padding-left: 48px;
}
.dev-docs-wrapper .hs-menu-wrapper li.hs-item-has-children:not(.hs-menu-depth-1) > a:after {
	content: "";
	background-image: url("https://9304889.fs1.hubspotusercontent-na1.net/hubfs/9304889/caret-down.svg");
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	border: 0;
	box-shadow: none;
	position: absolute;
	top: 13px;
	height: 10px;
	width: 8px;
	height: 14px;
	right: 10px;
	width: 9px;
	pointer-events: none;
	-webkit-transition: transform .2s ease;
    -moz-transition: transform .2s ease;
    -o-transition: transform .2s ease;
    -ms-transition: transform .2s ease;
    transition: transform .2s ease;;
}
.dev-docs-wrapper .hs-menu-wrapper li.hs-item-has-children:not(.hs-menu-depth-1) > a.is-open:after {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);;
}
.dev-docs-wrapper .hs-menu-wrapper .hs-menu-depth-1 .hs-item-has-children > ul {
	display: none;
}

.dev-docs-wrapper .hamburger--slider .hamburger-inner {
	top: 0;
}
.dev-docs-wrapper .hamburger-inner,
.dev-docs-wrapper .hamburger-inner::before,
.dev-docs-wrapper .hamburger-inner::after {
	width: 25px;
	height: 2px;
}
.dev-docs-wrapper .hamburger {
	line-height: 0;
	padding: 12px 20px;
	border-right: 1px solid #cbd6e2;
}
.sidr-open .dev-docs-wrapper .hamburger {
	position: relative;
	top: -1px;
}
.dev-docs-wrapper .hamburger-box {
	width: 25px;
	height: 16px;
}

body:not(.sidr-open) .dev-docs-wrapper .hamburger--slider .hamburger-inner::before {
	top: 7.5px;
}
body:not(.sidr-open) .dev-docs-wrapper .hamburger--slider .hamburger-inner::after {
	top: 15px;
}
@media (min-width: 1025px) {
	.dev-docs-wrapper .mobile-nav-wrapper {
		display: none !important;
	}
}
@media (max-width: 1024.98px) {
	.dev-docs-wrapper .desktop-nav-wrapper {
		display: none !important;
	}
	.dev-docs-wrapper .hs-menu-wrapper li a {
		font-size: 12px;
		padding: 10px 20px 10px 10px;
	}
	.dev-docs-wrapper .hs-menu-wrapper li.hs-item-has-children:not(.hs-menu-depth-1) > a:after {
		height: 11px;
		top: 12px;
	}
	.dev-docs-wrapper .hs-menu-wrapper li.hs-item-has-children:not(.hs-menu-depth-1) > a.is-open:after {
		top: 14px;
	}
	.dev-docs-wrapper .hs-menu-wrapper li.hs-menu-depth-1:not(:first-child) {
    margin-top: 14px;
    padding-top: 14px; 
	}
}
@media (max-width: 767.98px) {
	.dev-docs-wrapper .hs-breadcrumb-menu li:not(:last-child) {
		display: none !important;
	}
}
.dev-docs-wrapper .mobile-nav-wrapper { 
	width: 100%;
	width: 100vw;
	background-color: #F1EFEF;
	border-top: 1px solid #cbd6e2;
	border-bottom: 1px solid #cbd6e2;
	margin: 0 -20px;
}

/* =====================================
   3g. Products     
   ===================================== */

ol.numbered-list { 
	counter-reset: item;
	list-style-type: none;
	padding: 1em 0;
}
ol.numbered-list li:before { 
	content: counter(item);
	vertical-align: middle;
	counter-increment: item;
	padding-right: .2em;
	font-size: 2em;
	font-weight: bold;
}
@media (min-width: 768px) {
	ol.numbered-list {
		width: 100%;
		display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
		-webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
		-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
		-webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
	}
	ol.numbered-list li {
		display: block;
		float: left;
		padding: 0 1.25em;
	}
}

.fontNormal * {
	font-weight: 400;
}
.product-count-icon .co-stats-module {
	position: relative;
	padding-top: 50px;
}
.product-count-icon .co-stats-module:before {
	content: "";
	width: 90px;
	height: 90px;
	background-image: url('https://9304889.fs1.hubspotusercontent-na1.net/hubfs/9304889/trees-planted-icon-green.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	border-radius: 50%;
	box-shadow: 0px 12px 26px rgb(0 0 0 / 23%);
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -45px;
}
@media (max-width: 767px) {
	.product-count-icon .co-stats-module:before {
		width: 80px;
		height: 80px;
		top: -40px;
		box-shadow: 0px 6px 13px rgb(0 0 0 / 23%);
	}
}


@media (min-width: 1601px) {
	.grs-main {
		position: relative;
	}
	.grs-main .banner-hero {
		text-align: right;
	}
	.grs-main .banner-hero img {
		position: absolute;
		right: -90px;
		top: 50%;
		-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);;
		max-width: 52.5% !important;
	}
}
@media (max-width: 1600px) and (min-width: 1025px) {
	.grs-main .banner-hero {
		position: relative;
		text-align: right;
	}
	.grs-main .banner-hero img {
		position: absolute;
		right: -40%;
		top: 50%;
		-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);;
		max-width: 140% !important;
	}
}
@media (min-width: 1025px) {
	.grs-main .banner-text h1 span {
		font-size: .85em;
	}
	.grs-main.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
		  -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
	}
}
@media (max-width: 1024px) and (min-width: 768px) {
	.grs-main.tbTextCenter .tempMaxWidth {
		margin-left: auto !important;
		margin-right: auto !important;
		float: none;
	}
	.grs-main.tbTextCenter .double-cta-wrapper > .row-fluid-wrapper > .row-fluid {
		-webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
	}
	.grs-main .banner-hero {
		text-align: right;
		margin-bottom: -40px;
	}
	.grs-main .banner-hero img {
		position: relative;
		right: -40px;
		max-width: 85% !important;
	}
}
@media (max-width: 767.98px) {
	.grs-main .banner-hero {
		display: none !important;
	}
}

.p2m-features {
	font-weight: bold;
}
.p2m-features.simple-flex > .row-fluid-wrapper > .row-fluid > div > * {
  max-width: 175px;
	margin-left: auto;
	margin-right: auto;
}
.p2m-features img {
	object-fit: contain;
	object-position: 50%;
	width: 75px !important;
	height: 65px !important;
}

.gcodes-features.simple-flex > .row-fluid-wrapper > .row-fluid > div > * {
  max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}
.gcodes .bgBlue .checkmark-list li:before {
	background-image: url ('https://f.hubspotusercontent30.net/hubfs/9304889/Icon%20awesome-check.svg')
}

.eg-features.simple-flex > .row-fluid-wrapper > .row-fluid > div > * {
  max-width: 340px;
	margin-left: auto;
	margin-right: auto;
}

/** P2M Styles **/

.p2m .bgBlue {
	background-color: #E5592E;
}
.p2m .btnSolid a,
.p2m a.btnSolid {
	background-color: #E5592E;
	border: 2px solid #E5592E;
}
.p2m .btnSolid.colorWhite a,
.p2m a.btnSolid.colorWhite {
	color: #E5592E;
	border: 2px solid #FFFFFF;
}
.p2m .btnFill a:not(:hover),
.p2m a.btnFill:not(:hover) {
	border: 2px solid #E5592E;
	color: #E5592E;
}
.p2m .btnFill a:not(:hover) svg,
.p2m a.btnFill:not(:hover) svg {
	fill: #E5592E;
}
.p2m .btnFill a:hover,
.p2m a.btnFill:hover {
	border: 2px solid #E5592E;
	background-color: #E5592E;
}
.p2m .styledList ul li:before,
.p2m ul.styledList ul li:before {
	background-color: #E5592E;
}
.p2m .bgBlue .styledList ul li:before,
.p2m .bgBlue ul.styledList ul li:before {
	background-color: #FFFFFF;
}
.p2m h1 b, .p2m h2 b, .p2m h3 b, .p2m h4 b, .p2m h5 b, .p2m h6 b, .p2m h1 strong, .p2m h2 strong, .p2m h3 strong, .p2m h4 strong, .p2m h5 strong, .p2m h6 strong {
	color: #E5592E
}

/** Evergrow Styles **/

.evergrow .bgBlue {
	background-color: #04a464;
}
.evergrow .btnSolid a,
.evergrow a.btnSolid {
	background-color: #04a464;
	border: 2px solid #04a464;
}
.evergrow .btnSolid.colorWhite a,
.evergrow a.btnSolid.colorWhite {
	color: #04a464;
	border: 2px solid #FFFFFF;
}
.evergrow .btnFill a:not(:hover),
.evergrow a.btnFill:not(:hover) {
	border: 2px solid #04a464;
	color: #04a464;
}
.evergrow .btnFill a:not(:hover) svg,
.evergrow a.btnFill:not(:hover) svg {
	fill: #04a464;
}
.evergrow .btnFill a:hover,
.evergrow a.btnFill:hover {
	border: 2px solid #04a464;
	background-color: #04a464;
}
.evergrow .styledList ul li:before,
.evergrow ul.styledList ul li:before {
	background-color: #04a464;
}
.evergrow .bgBlue .styledList ul li:before,
.evergrow .bgBlue ul.styledList ul li:before {
	background-color: #FFFFFF;
}
.evergrow h1 b, .evergrow h2 b, .evergrow h3 b, .evergrow h4 b, .evergrow h5 b, .evergrow h6 b, .evergrow h1 strong, .evergrow h2 strong, .evergrow h3 strong, .evergrow h4 strong, .evergrow h5 strong, .evergrow h6 strong {
	color: #04a464
}

/* =====================================
   3h. Kart Product 
   ===================================== */
/** Kart Styles **/

.kart .bgBlue {
	background-color: #a817a3;
}
.kart .btnSolid a,
.kart a.btnSolid {
	background-color: #a817a3;
	border: 2px solid #a817a3;
}
.kart .btnSolid.colorWhite a,
.kart a.btnSolid.colorWhite {
	color: #a817a3;
	border: 2px solid #FFFFFF;
}
.kart .btnFill a:not(:hover),
.kart a.btnFill:not(:hover) {
	border: 2px solid #a817a3;
	color: #a817a3;
}
.kart .btnFill a:not(:hover) svg,
.kart a.btnFill:not(:hover) svg {
	fill: #a817a3;
}
.kart .btnFill a:hover,
.kart a.btnFill:hover {
	border: 2px solid #a817a3;
	background-color: #a817a3;
}
.kart .styledList ul li:before,
.kart ul.styledList ul li:before {
	background-color: #a817a3;
}
.kart .bgBlue .styledList ul li:before,
.kart .bgBlue ul.styledList ul li:before {
	background-color: #FFFFFF;
}
.kart h1 b, .kart h2 b, .kart h3 b, .kart h4 b, .kart h5 b, .kart h6 b, .kart h1 strong, .kart h2 strong, .kart h3 strong, .kart h4 strong, .kart h5 strong, .kart h6 strong {
	color: #a817a3
}


#klp-header-container {
  position: absolute;
  z-index: 9990;
  padding: 30px 0;
  background: transparent;
}
#klp-header-container .btnFill {
  margin-top: 0; 
}
#klp-header-container .btnFill a {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#klp-header-container.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap !important; 
}

@media (max-width: 767px) {
  #klp-footer-container {
    text-align: center;
  }
  #klp-footer-container .copyright {
    margin-top: 50px !important; 
  }
  #klp-footer-container .simple-flex > .row-fluid-wrapper > .row-fluid > div {
    margin-bottom: 40px; 
  }
  #klp-footer-container .simple-flex > .row-fluid-wrapper > .row-fluid > div:last-of-type {
    margin-bottom: 0; 
  }
}

@media (min-width: 1025px) {
  .klp-banner-wrapper {
    padding-top:  
  }
  .klp-banner-wrapper.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
      -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; 
  }
  .klp-banner-wrapper .banner-hero {
    position: relative;
    
  }
  .klp-banner-wrapper .banner-hero img {
    position: absolute;
    left: -11%;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);;
    z-index: 1;
    max-width: 145% !important;
    height: auto; 
  }
  .klp-banner-wrapper .banner-text {
    position: relative;
    max-width: 596px;
    z-index: 3;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .klp-banner-wrapper .banner-hero img {
    left: -12%;
    max-width: 135% !important;
  }
}
@media (max-width: 1024px) {
  .klp-banner-wrapper.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
    text-align: center;
  }
  .klp-banner-wrapper.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div {
    width: 100% !important;
  }
  .klp-banner-wrapper .banner-text {
    max-width: 740px; 
  }
  .klp-banner-wrapper.pdLess {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .klp-banner-wrapper.pdLess {
    padding-top: 100px;
  }
  .klp-banner-wrapper .banner-hero img {
    position: relative;
    left: 51%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);;
    z-index: 1;
    max-width: 120% !important;
    height: auto; 
  }
}

.klp-ff-section img {
  height: 244px !important;
  width: 244px;
  object-fit: contain;
  padding: 0 5px 50px;
  vertical-align: middle;
  object-position: 50%;
}


.klp-anim-wrapper .anim-img > * {
	max-width: 400px !important;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1025px) {
	.klp-anim-wrapper:not(.last) {
		padding-bottom: 0px !important;
	}
}
@media (max-width: 1024px) {
  .klp-anim-wrapper.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  }
  .klp-anim-wrapper.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div {
    width: 100% !important;
  }
  .klp-anim-wrapper .anim-text {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; 
  }
  .klp-anim-wrapper .anim-img {
    margin-bottom: 40px !important;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; 
  }
  .klp-anim-wrapper.pdLess {
    padding-top: 20px !important; 
  }
}
@media (max-width: 767px) {
  #module_1618682020871703 .badge-img1 {
    max-width: 105% !important;
    width: 105% !important;
  }
}

.kart-save-module {
  position: relative;
  height: 100%;
  padding: 10px 20px 60px;
  background: #fff;
  border-radius: 10px;
}
.kart-save-module .kart-save .save-badge {
  position: absolute;
  text-transform: uppercase;
  top: 10px;
  left: 15px;
  text-align: center;
  padding-top: 22px;
  width: 72px;
  height: 83px;
  color: #fff;
  line-height: 19px;
  background-image: url('https://9304889.fs1.hubspotusercontent-na1.net/hubfs/9304889/Kart/rounded-polygon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.kart-save-module .kart-save .save-compare {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 25px;
}
.kart-save-module .kart-save .save-img {
  text-align: center;
  padding: 15px 0;
}
.kart-save-module .kart-save .save-img img {
  max-width: 100%;
  height: 210px;
  object-fit: contain;
  object-position: 50% 50%;
}
.kart-save-module .kart-save .save-info,
.kart-save-module .kart-save .save-info h5,
.kart-save-module .kart-save .save-info span {
  color: #333333;
  line-height: normal;
}
.kart-save-module .kart-save .save-info h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 35px;
  line-height: normal;
}
.kart-save-module .kart-save .save-info span {
  font-weight: 500;
  font-size: 14px;
  opacity: .9;
  letter-spacing: -.2px;
}
.kart-save-module .kart-save .save-info {
  padding-top: 10px;
  text-align: left;
  
  width: 100%;
  max-width: 100%;
}
.kart-save-module .kart-save .save-off {
  bottom: 0;
  right: 0;
  color: #fff;
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  background: #A802A3;
  padding: 6px 12px 6px 6px;
  border-radius: 0 4px 4px 0;
}
.kart-save-module .kart-save .save-off:after {
  position: absolute;
  content: "";
  top: 0px;
  left: -18px;
  border-right: 18px solid #A802A3;
  border-top: 16px solid transparent;
  border-bottom: 14px solid transparent;
}
.kart-save-module .kart-save .save-off sup {
  font-size: 6px; 
}

.kart-savings-wrapper .four-column.simple-flex > .row-fluid-wrapper > .row-fluid {
    -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; 
}
.kart-savings-wrapper .four-column.simple-flex > .row-fluid-wrapper > .row-fluid > div > div {
  height: 100%; 
}

@media (min-width: 1025px) {
  .kart-savings-wrapper .top-row {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) and (min-width: 501px) {
  .kart-savings-wrapper .four-column.simple-flex > .row-fluid-wrapper > .row-fluid > div {
    width: 47% !important;
    margin: 0 1% 30px !important
  }
}
@media (max-width: 500px) {
  .kart-savings-wrapper .four-column.simple-flex > .row-fluid-wrapper > .row-fluid > div {
    width: 100% !important;
    margin: 0 0 30px !important;
  }
  .kart-savings-wrapper .kart-save-module {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

#klp-video-section .klp-video .embed-container {
  border-radius: 22px;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
}

#klp-trees-funded-section {
  background-size: auto !important; 
}
#klp-trees-funded {
  background: #eefcf8;
  padding: 50px 20px;
}
#klp-trees-funded h3 {
  font-family: 'mr-eaves-xl-modern', sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}
#klp-trees-funded h4 {
  color: #55DEB5; 
}
@media (max-width: 1550px) and (min-width: 1367px) {
  #klp-trees-funded-section {
    background-size: 95vw !important; 
  }
}
@media (min-width: 1025px) {
  #klp-trees-funded h3 {
    font-size: 81px;
  }
}

#kart-tv-section {
	background-color: #1F2724;
}
#kart-tv-section .embed-container {
	overflow: hidden;
	border-radius: 15px;
}
@media (max-width: 767px) {
	#kart-tv-section {
		text-align: center;
	}
}


/* =====================================
   3h. Marketplace     
   ===================================== */

.marketplace h1 {
	font-size: 32px;
}
.marketplace h2, .marketplace h3, .marketplace h4, .marketplace h5, .marketplace h6 {
	font-weight: 500;
}
.marketplace h2 {
	font-size: 24px;
	margin-bottom: 1em;
}
.marketplace h3 {
	font-size: 22px;
}
.marketplace h4 {
	font-size: 18px;
}
.marketplace h5 {
	font-size: 16px;
}
.marketplace h6 {
	font-size: 14px;
}
.marketplace {
	font-size: 17px;
}
.marketplace .checkmark-list ul li:before,
.marketplace ul.checkmark-list li:before {
  height: 1em;
  width: 1em;
}
.marketplace a:not(.btnSolid):not(.btnFill) {
	font-weight: 500;
}
.marketplace a:not(.btnSolid):not(.btnFill):not(:hover) {
	text-decoration: none;
}
.marketplace .checkmark-list ul li,
.marketplace ul.checkmark-list li {
  padding-left: 1.5em;
}

.marketplace .header-container-wrapper {
	padding: 12px 0;
	background: #2E2E2C;
	background-position: 50% 0%;
	/*background-image: url(https://www.carltonone.com/hubfs/Tyler_lines.png);*/
	background-size: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.marketplace .header-container {
  max-width: 1320px !important;
}
.app-header-wrapper {
	background: #F1EFEF;
}
.app-header {
	z-index: 9980;
	width: 100%;
	float: left;
	background: #F1EFEF;
	border-bottom: 1px solid #cbd6e2;
	padding: 20px 0 0;
}
.app-header .page-center {
	width: 100%;
}
.app-header .flex-container {
	display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
	-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
	-webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
	width: 100%;
	padding-bottom: 20px;
}
.app-header .flex-container > * {
	float: left;
	max-width: 100%;
}
.app-header .byline-wrapper {
	display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
	-webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
	-webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap
	-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
	font-family: 'montserrat', sans-serif;
}
.app-header .actions-wrapper {
  flex: 0 0 auto;
	display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
	-webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
	-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
}
.app-header .actions-wrapper > * {
	display: block !important;
}
.app-header .byline-wrapper h1 {
	margin-bottom: 0;
}
.app-header .byline-wrapper p {
	margin-top: 8px;
}
.app-header .app-byline {
	margin-left: 12px;
}
.app-header .app-icon img {
	object-fit: contain;
	object-position: 0% 50%;
}

.app-header .nav-wrapper ul {
	display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
	-webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
	-webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
	-webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
  list-style: none;
	padding: 0;
	margin: 0;
}
.app-header .nav-wrapper ul li {
	float: left;
	display: block;
}
.app-header .nav-wrapper ul li a {
	font-family: 'montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	padding: 12px 28px;
	display: block;
	color: #333333;
	position: relative;
	opacity: .75;
	transition-property: all .2s ease;
	white-space: nowrap;
	text-decoration: none !important;
	border-bottom: 3px solid transparent;
}
.app-header .nav-wrapper ul li a.active,
.app-header .nav-wrapper ul li a:hover {
	opacity: 1;
}
.app-header .nav-wrapper ul li a.active {
	border-bottom: 3px solid #333333;
}
.app-header .nav-wrapper ul li.app-icon {
	display: none;
}

@media (max-width: 1024.98px) {
	.app-header .actions-wrapper {
		margin-top: 1em
	}
}
@media (min-width: 768px) {
	.app-header.sticky {
		transition: all .2s ease-in-out;
		padding-top: 10px;
		position: fixed;
		top: 0;
		left: 0;
	}
	.app-header.sticky .nav-wrapper ul {
		-webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end;
	}
	.app-header.sticky .nav-wrapper ul li.app-icon {
		display: block;
		padding-bottom: 14px;
	}
	.app-header.sticky .page-center {
		display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
		-webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end;
		-webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between
		-webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
		-webkit-box-flex: 1;
		flex-grow: 1;
		width: 100%;
		padding-bottom: 0;
	}
	.app-header.sticky .nav-wrapper {
		width: auto;
		margin-right: 5%;
	}
	.app-header.sticky .flex-container {
		display: block !important;
		width: auto;
		flex-grow: 0;
		order: 2;
		padding-bottom: 10px;
	}
	.app-header.sticky .byline-wrapper {
		display: none !important;
	}
	.app-header.sticky .actions-wrapper {
		width: 100%;
	}
	.app-header.sticky .setup-guide {
		font-size: 14px !important;
	}
	.app-header.sticky .btnSolid,
	.app-header.sticky .btnFill {
		font-size: 12px !important;
    line-height: 14px;
    padding: 8px 16px !important;
	}
}
@media (max-width: 767.98px) {
	.app-header .nav-wrapper {
		display: none !important;
	}
	.app-header .byline-wrapper {
		-webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
	}
	.app-header .app-icon img {
		width: 50px;
		height: 50px;
	}
	.app-header .actions-wrapper {
		margin-top: 2em;
	}
	.app-header .actions-wrapper a {
		margin-left: 0 !important;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.app-header .actions-wrapper .btnSolid {
		order: 1;
		width: 100%;
	}
	.app-header .actions-wrapper .btnFill {
		order: 2;
		width: 100%;
	}
	.app-header .actions-wrapper .setup-guide {
		order: 3;
		margin-bottom: 0;
		width: 100%;
	}
}



.marketplace a.external-link {
	position: relative;
}
.marketplace a.external-link:after {
	content: "";
	width: .8em;
	height: .8em;
	background-image: url('https://9304889.fs1.hubspotusercontent-na1.net/hubfs/9304889/external-link-icon-v2.png');
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 1px;
}
.app-header .actions-wrapper a.setup-guide {
	padding: 11px 12px;
}
.app-header .actions-wrapper a.setup-guide:after {
	vertical-align: text-top;
	width: 1em;
	height: 1em;
	margin-left: 1px;
	margin-top: 1px;
}
.app-header .actions-wrapper a:not(:first-child) {
	margin-left: 12px;
}
.app-header .actions-wrapper a.btnSolid,
.app-header .actions-wrapper a.btnFill {
	margin-top: 0;
	font-size: 14px;
	box-shadow: none;
	min-width: 0;
	padding: 12px 20px;
}
.app-details h3 {
	margin-bottom: 15px;
}
.app-details h5 {
	font-size: 13px;
	margin-bottom: 6px;
	color: rgb(81, 111, 144);
	line-height: normal;
}
.app-details span, .app-details :not(p) a {
	font-size: 17px;
}
.app-details h5 + p,
.app-details h5 + a {
	margin: 0;
}
.app-details h5 + a {
	margin-top: 2px;
}
.app-details .detail-item:not(:last-child) {
  margin-bottom: 20px;
}
.app-details div + h3 {
	padding-top: 32px;
}
.app-details a.category-link,
.app-details a.platform-link,
.app-details a.feature-link {
	font-size: 14px;
	margin-right: 4px;
	background-color: #f1efef;
	border: 1px solid rgb(124, 152, 182);
	color: #333333;
	line-height: 22px;
	padding: 0px 8px;
	position: relative;
	cursor: inherit;
	display: inline-flex;
	font-weight: 700 !important;
	max-width: 100%;
	border-radius: 2px;
	overflow: hidden;
	user-select: none;
	vertical-align: 8px;
	cursor: pointer;
}
.app-details a.platform-link {
	background-color: rgb(0, 164, 255, .25);
	border: 1px solid rgb(0, 164, 255);
}
.app-details a.platform-link.p2m {
	background-color: rgba(229, 89, 46, .25);
	border: 1px solid rgb(229, 89, 46);
}
.app-details a.platform-link.evergrow {
	background-color: rgba(4, 164, 100, .25);
	border: 1px solid rgb(4, 164, 100);
}
.app-details a.platform-link.kart {
	background-color: rgba(168, 23, 163, .25);
	border: 1px solid rgb(168, 23, 163);
}

.app-details .resources-list a {
	margin-bottom: 4px;
	display: block;
}
.app-details .resources-list svg {
	/*fill: #7c98b6;*/
	fill: #2e2e2c;
	width: auto;
	height: 1em;
	vertical-align: middle;
	margin-right: 2px;
}

.app-features .feature-item-wrapper {
	display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
	-webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
	-webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
	-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
	;
}
.app-features .feature-item-wrapper:not(:last-child) {
	margin-bottom: 35px;
}
.app-features .feature-item-wrapper .feature-text h3 {
	margin-bottom: 10px;
	font-family: 'mr-eaves-xl-modern', sans-serif;
	font-weight: 700;
}
.app-features .feature-item-wrapper .feature-text h3 + * {
	margin-top: 6px;
}
.app-features .feature-item-wrapper .feature-text {
	width: 65%;
	align-self: flex-start;
	flex: 1 1 65%;
}
.app-features .feature-item-wrapper .feature-img {
	margin-left: 5%;
	width: 30%;
	flex: 1 2 30%;
}
.app-features .feature-item-wrapper .feature-img img {
	width: 100% !important;
	height: auto !important;
	max-width: 255px !important;
	border-radius: 3px;
}

.app-pricing h2 {
	margin-bottom: 4px;
}
.app-pricing h2 + p {
	margin-top: 1em;
}
.app-pricing .price-cards-wrapper {
	margin: 40px 0;
}
.app-pricing .price-disclaimer {
	font-size: 14px;
}

/* =====================================
   3c. Webinars                                   
   ===================================== */

#webinars .webinar-card {
	background: #FFFFFF;
	position: relative;
	z-index: 4;
	padding: 50px;
	max-width: 690px;
	border-radius: 13px;
	box-shadow: 0 3px 20px rgb(0, 0, 0, .16);
}
#webinars .webinar-hero {
	position: relative;
	overflow: visible;
}
#webinars .webinar-hero img {
	position: relative;
	z-index: 3;
}
#webinars .webinar-hero:before {
	content: "";
	z-index: 2;
	position: absolute;
	background-image: url('https://carltonone.com/hubfs/coe-blue-dots.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100px;
	height: 100px;
	display: block;
	top: -50px;
}
#webinars .webinar-hero:not(:first-child):before {
	right: -50px;
}
#webinars .webinar-hero:not(:last-child):before {
	left: -50px;
}
#webinars > div:not(:last-child) {
	margin-bottom: 80px !important;
}
@media (max-width: 1300px) {
	#webinars .webinar-hero:before {
		width: 7.5vw;
		height: 7.5vw;
	}
	#webinars .webinar-hero:not(:first-child):before {
		right: -3.75vw;
	}
	#webinars .webinar-hero:not(:last-child):before {
		left: -3.75vw;
	}
}
@media (min-width: 768px) {
	#webinars.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div {
		margin: 0;
		width: 100%;
	}
	#webinars.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.webinar-hero:not(:first-child) {
		margin-left: -18%;
	}
	#webinars.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.webinar-hero:not(:last-child) {
		margin-right: -18%;
	}
}
@media (max-width: 767px) {
	#webinars > div:not(:last-child) {
		margin-bottom: 40px !important;
	}
	#webinars.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.webinar-hero {
		display: none !important;
	}
	#webinars .webinar-card {
		padding: 40px 30px;
	}
}

/* =====================================
   3h. Travel
   ===================================== */

@media (max-width: 767.98px) {
	#world-travel-section .travel-text {
		margin-bottom: 0 !important;
	}
	#world-travel-section {
		padding: 60px 0 !important;
	}
}	

.travel-features.simple-flex > .row-fluid-wrapper > .row-fluid > div > * {
  max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}
.travel-features .simple-iat-headline {
	margin-top: 0;
	margin-bottom: 5px;
}

.weekly-stays.simple-flex > .row-fluid-wrapper > .row-fluid > div > * {
  max-width: 375px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	padding: 35px 30px;
	border-radius: 8px;
	box-shadow: 0 3px 17px rgba(0,0,0,.29);
}
.weekly-stays .simple-iat-text-wrapper {
	margin-top: 15px !important;
}
.weekly-stays .simple-iat-headline {
	color: #C7116B;
	margin-bottom: 5px !important; 
}

.travel-advantages.simple-flex > .row-fluid-wrapper > .row-fluid > div > * {
  max-width: 375px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	position: relative;
	padding: 30px 25px;
	border-radius: 6px;
	box-shadow: 0 3px 16px rgba(0,0,0,.10);
}
.travel-advantages.simple-flex > .row-fluid-wrapper > .row-fluid > div > *:before {
	content: "";
  background-image: url('https://9304889.fs1.hubspotusercontent-na1.net/hubfs/9304889/checkmark-for-lists-blue.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.travel-advantages .simple-iat-headline {
	#00A4FF
	margin-bottom: 5px !important; 
}

/* ==========================================================================
   4. HEADER & MAIN NAVIGATION                                        
   ========================================================================== */

.hideCookie div#hs-eu-cookie-confirmation {
  display: none !important; 
}
.hideHeader .header-container-wrapper {
  display: none !important; 
}
.hideFooter .footer-container-wrapper {
  display: none !important; 
}
.hideNavButton .header-container .cta-wrapper {
  display: none !important;
}

/* =====================================
   4a. Header Structure                                         
   ===================================== */

.header-container-wrapper {
  -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;;
  font-size: 18px;
  font-family: 'montserrat', sans-serif;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  background: #00A4FF;
  padding: 15px 0 10px;
  position: relative;
}
.header-container {
  max-width: 1406px !important;
  margin: 0 auto !important;
  float: none !important;
  padding: 0 20px;
}
.header-container .header-inner-wrapper {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
}
.lp .header-container .header-inner-wrapper {
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; 
}
.header-container .header-logo .bg-logo {
  -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;;
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.header-container .logo-wrapper {

}
.header-container .header-logo .header-tagline {
  margin-left: 40px;
  text-transform: uppercase;
}

/** CTA Wrapper **/
.header-container .cta-wrapper a.btnFill,
.header-container .cta-wrapper a.btnSolid {
  margin: 0;
}
.hideNavCTA .header-container .cta-wrapper {
  visibility: hidden;
  pointer-events: none;
}

/** Responsive styles **/
.header-container .header-inner-wrapper {
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; 
}

/***Absolute Header***/
.transparentHeader {
  padding-top: 0 !important;
}
.transparentHeader .header-container-wrapper {
  background: transparent;
  padding-top: 30px;
  position: absolute;
}
.transparentHeader.darkGradient .header-container-wrapper {
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.5) 25%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.5) 25%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.5) 25%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
} 
.light-theme .header-container-wrapper {
	background-color: #FFFFFF;
}
.light-theme.transparentHeader .header-container-wrapper {
	background-color: transparent;
}
.dropShadow .header-container-wrapper:not(.sticky-header) {
	box-shadow: 0 3px 30px rgba(0,0,0,.22);
}
@media (max-width: 767px) {
	.transparentHeader .header-container-wrapper {
		padding-top: 20px;
	}
}

/* =====================================
   4b. Main Menu                                   
   ===================================== */

/*** PARENT LIST ***/
.header-container .hs-menu-wrapper > ul li a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  white-space: normal !important;
  text-transform: none;
  padding: 10px 15px;
  white-space: normal;
  max-width: none;
  width: auto !important;
  text-overflow: initial;
  position: relative;
  overflow: visible !important;
}
.header-container-wrapper .desktop-nav {
  color: #fff;
}
.light-theme .header-container-wrapper .desktop-nav {
  color: #333333;
}
.header-container .desktop-nav .hs-menu-wrapper > ul > li {
  margin: 10px 25px;
}
/* No padding on last menu item */
.header-container .desktop-nav li.hs-menu-item.hs-menu-depth-1:last-of-type,
.header-container .desktop-nav li.hs-menu-item.hs-menu-depth-1:last-of-type > a {
  /*margin-right: 0;*/
  /*padding-right: 0; */
}
/** Caret **/
.header-container .desktop-nav li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {
  padding-right: 15px;
}
.header-container .desktop-nav li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:after {
  content: "+";
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-left: 6px;
}
/* Hover effect */
.header-container .hs-menu-wrapper > ul li ul li a:hover,
.header-container .hs-menu-wrapper > ul li ul li a:active {
  color: #00A4FF;
}
/* No hover effect on active items */
.header-container .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.active-branch > a ,
.header-container .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.active > a {
  color: inherit;
}

/*** CHILD LIST And Links ***/
.header-container .desktop-nav .hs-menu-wrapper > ul > li > ul {
  text-align: left;
  border-radius: 4px;
  background: #fff;
  width: auto !important;
  padding: 15px 30px 20px 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,.5);
}
.header-container .desktop-nav .hs-menu-wrapper > ul > li > ul li {
  color: #333333;
  text-align: left;
  width: auto;
}
.header-container .desktop-nav .hs-menu-wrapper > ul > li > ul li a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0.2px;
  white-space: nowrap !important;
  display: inline-block !important;
}


/* Center positioning for child menus */
@media (min-width: 1025px) {
  .desktop-nav .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
      left: 40%;
      -webkit-transform: translateX(-35%);
    -moz-transform: translateX(-35%);
    -o-transform: translateX(-35%);
    -ms-transform: translateX(-35%);
    transform: translateX(-35%);
  }
}


/* =====================================
   4c. Mobile Menu                                    
   ===================================== */

@media (min-width: 1025px) {
  .mobile-menu-wrapper {
    display: none !important; 
  }
}
@media (max-width: 1024px) {
  .header-container .cta-wrapper,
  .header-container .menu-wrapper {
    display: none !important; 
  }
}
/*** Mobile Menu Trigger ***/
.hamburger {
  -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;;
  text-align: right;
  padding: 15px;
  display: inline-block;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.sidr-open .hamburger:hover {
  opacity: 0.7;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner:before,
.hamburger .hamburger-inner:after {
  background-color: #333333;
}
.header-container-wrapper .hamburger .hamburger-inner,
.header-container-wrapper .hamburger .hamburger-inner:before,
.header-container-wrapper .hamburger .hamburger-inner:after {
  background-color: #333333;
}
.transparentHeader .header-container-wrapper .hamburger .hamburger-inner,
.transparentHeader .header-container-wrapper .hamburger .hamburger-inner:before,
.transparentHeader .header-container-wrapper .hamburger .hamburger-inner:after {
  background-color: #fff;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
@media (max-width: 480px) {
  .hamburger {
    padding: 15px 0 15px 15px;   
  }
}
@media (max-width: 414px) {
  .hamburger {
    padding: 10px 0 10px 10px;    
  }
 .hamburger-box {
    width: 35px;
    height: 25px;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 35px;
  } 
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.sidr-open .hamburger--slider .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .sidr-open .hamburger--slider .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .sidr-open .hamburger--slider .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }



/* Sidr Navigation Overrides */
.sidr * {
  float: left;
  width: 100%;
}
.sidr {
  text-align: left; 
}
.header-container .sidr .hs-menu-wrapper ul {
  float: left; 
}
.header-container .sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:hover {
  color: rgba(0,0,0,.75);
}
.header-container .sidr .hs-menu-wrapper > ul {
    display: block;
    width: 100%;
    overflow: inherit;
    margin-bottom: 0;
}
.header-container .sidr .hs-menu-wrapper ul li {
  display: block;
  width: 100%;
}
.header-container .sidr .hs-menu-wrapper > ul > li {
  margin: 0;
}
.header-container .sidr .hs-menu-wrapper ul > li > a {
  width: 100% !important;
  padding: 10px 20px;
}
.header-container .sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1 {
  border-top: 1px solid #b2a8a5;
  width: 100%;
}
.header-container .sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1:last-of-type {
  border-bottom: 1px solid #b2a8a5;
}
.header-container .sidr .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
  padding: 15px 0;  
}
.header-container .sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {
  font-size: 14px;
  color: rgba(0,0,0,.75);
}
.header-container .sidr .hs-menu-wrapper > ul ul {
  width: 100%;
  box-shadow: none;
  border-top: 0;
  background: none;
  padding: 0;
}
.header-container .sidr .hs-menu-wrapper > ul li.hs-menu-depth-1 {
  float: left !important 
}

/* Show child items without hover */
.header-container .sidr .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  position: static;
  z-index: 1;
  display: block;
}

.header-container .sidr .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a {
  overflow: visible !important;
  white-space: normal;
  max-width: none !important;
  width: 100% !important;
  padding: 8px 10px;
  margin-left: 10px;
  padding-left: 20px !important;
  font-size: 14px;
  -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;;
}
.header-container .sidr .secondary-nav .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1 a  {
  margin-left: 0;
  font-weight: 500;
  display: block;
  width: 100%;
}
/* Carets */
.header-container .sidr .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  content: "+";
  height: 8px;
  margin-top: 0;
  margin-left: 6px;
  width: 14px;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
}

/** Menu Item Hover Effects **/
.header-container .sidr .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a:hover, 
.header-container .sidr .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a:focus, 
.header-container .sidr .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a:active {
  background: rgba(221,221,221,.7);
}
.header-container .sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1 > a {
  -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;;
}
.header-container .sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1 > a:hover,
.sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1 > a:focus {
  background: rgba(221,221,221,.7);
}
.header-container .sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:hover,
.header-container .sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:focus {
  background: transparent; 
}


/* Sidr logo */
.sidr img {
  display: block;
  margin: 0 auto;
  float: none;
  margin-bottom: 20px;
}

/* General Sidr Styles */
.sidr-open {
  overflow: hidden; 
}
.sidr {
  display: block;
  position: fixed;
  top: 0;
  padding-top: 20px;
  padding-bottom: 60px;
  height: 100%;
  z-index: 999999;
  width: 260px;
  color: #333333;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05) inset;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr .btnSolid a {
  max-width: 80% !important;
  min-width: 0 !important;
  margin: 0 auto;
  float: none; 
}


/* =====================================
   4d. Sticky Header                              
   ===================================== */

.header-container-wrapper {
  z-index: 9990;
  top: 0;
  width: 100%;
}
.header-container-wrapper.sticky-header {
  position: fixed !important;
  padding: 15px 0 10px !important;
  background-color: #00A4FF !important;
}

.light-theme .header-container-wrapper.sticky-header .desktop-nav {
  color: #FFFFFF;
}

/* =====================================
   4e. Alternate Headers                             
   ===================================== */

/*
.evergrow .header-container-wrapper {
  background: #c9e8db;
}*/
.transparentHeader.evergrow .header-container-wrapper {
  background: transparent;
}
/*
.evergrow .header-container-wrapper.sticky-header {
  background: #c9e8db !important;
}*/

/* ==========================================================================
   5. FOOTER                                           
   ========================================================================== */

.footer-container {
  background-color: #2E2E2C;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  color: #fff;
}
.footer-container h1,
.footer-container h2,
.footer-container h3,
.footer-container h4,
.footer-container h5,
.footer-container h6,
.footer-container li,
.footer-container p,
.footer-container span {
  color: #fff; 
}
.footer-sub-container {
  background-color: #202020;
  color: #aaaaaa;
	font-size: 16px;
}
.footer-sub-container * {
  color: #aaaaaa;
}
.footer-container .hs-menu-wrapper ul,
.footer-container ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.footer-container a {
  color: #fff;
  text-decoration: none;
}
.footer-container a:hover {
  opacity: 0.75; 
}
.footer-container .hs-menu-wrapper ul li {
  margin-bottom: 5px; 
}
.footer-container .hs-menu-wrapper ul li a {
  color: #fff;
  padding: 5px 0;
  text-decoration: none;
  width: 100%;
  display: block;
}
.footer-container .hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
  -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
}

.icon-menu ul li {
  position: relative;
  padding-left: 25px;
}
.icon-menu ul li img {
  position: absolute;
  left: 0;
  top: 5px;
}
   
/* =====================================
   5a. Footer Structure                                         
   ===================================== */


/* ==========================================================================
   5. BLOG                                     
   ========================================================================== */

/* =====================================
   5a. Blog Structure                                      
   ===================================== */

.listing-layout {
  max-width: 1090px !important;
  margin: 0 auto;
}

/* =====================================
   5b. Blog Listing                                        
   ===================================== */

/* Blog listing header */
.listing-header a.headline {
  color: #333333;
  text-decoration: none;
  -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -ms-transition: color .2s ease;
    transition: color .2s ease;;
}
.listing-header a.headline:hover {
  color: #00A4FF;
}
.listing-header .listing-nav {
  text-align: center;
}
.listing-header .listing-nav ul {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.listing-header .listing-nav ul li {
  float: left;
  margin: 0 15px 10px;
}
.listing-header .listing-nav ul li a {
  font-family: 'montserrat', sans-serif;
  display: block;
  text-decoration: none;
  color: #333333;
  padding: 8px 18px;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -ms-transition: color .2s ease;
    transition: color .2s ease;;
}
.listing-header .listing-nav ul li.active a {
  color: #ffffff;
  border: 1px solid #00A4FF;
  background: #00A4FF;
}
.listing-header .listing-nav ul li a:hover {
  color: #00A4FF;
}
.listing-header .listing-nav ul li.active a:hover {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .listing-header .listing-nav ul li {
    margin: 0 12.5px 10px;
  }
  .listing-header .listing-nav:after {
    display: none; 
  }
}
@media (max-width: 767px) {
  .listing-header .listing-nav ul li {
    margin: 0 5px 10px;
  }
  .listing-header .listing-nav ul li a {
    padding: 8px 15px;
  }
}
@media (max-width: 480px) {
  .listing-header .listing-nav ul li  {
    display: none;
  }
  .listing-header .listing-nav ul li.active {
    display: list-item !important;
  }
}

.listing-layout > ul,
.listing-layout aside.popular-posts ul {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
  list-style-type: none;
  padding-left: 0;
}
.listing-layout > ul > li,
.listing-layout > ul > aside {
  position: relative;
  width: 31.33%;
  margin: 0 1% 2%;
  display: block;
}
.listing-layout li[class^="post"],
.listing-layout aside.popular-posts .pop-post,
.listing-layout > ul > li.blog-offer {
  -webkit-transition: box-shadow .3s ease;
    -moz-transition: box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.listing-layout li[class^="post"]:hover,
.listing-layout aside.popular-posts .pop-post:hover {
  box-shadow: 0 3px 6px rgba(0,0,0,.06);
}
.listing-layout > ul > li.blog-offer {
  padding: 15px;
  box-shadow: none;
}
.listing-layout > ul > li.blog-offer > .inner-flex {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  height: 100%;
}
.listing-layout > ul > li.blog-offer .btnSolid {
  margin-top: 15px; 
}
li.post-item .post-title,
li.pop-post .post-title {
  -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;;
}
.listing-layout li[class^="post"]:hover .post-title ,
.listing-layout aside.popular-posts .pop-post:hover .post-title {
  color: #00A4FF;
}
li.post-item > a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 15px;
}
li.post-item > a * {
  text-decoration: none;
}
li.post-item .featured-img {
	position: relative;
  height: 210px;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: 50%;
  background-size: cover !important;
  margin-bottom: 15px;
  background-position: 50% 50% !important;
}
li.post-item .featured-img img {
  object-fit: cover;
  object-position: 50%;
	height: 100%;
}
li.post-item .post-title {
  /*margin-bottom: 35px;*/
	margin-bottom: 20px;
}
li.post-item .post-info-wrapper {
  padding-bottom: 26px;
}
li.post-item .post-info-wrapper .post-info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 15px 15px;
}
li.pop-post {
  padding: 15px; 
}
li.pop-post a,
li.pop-post a * {
  text-decoration: none; 
}
li.post-item .post-info,
li.pop-post .post-info {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
  color: #69798A;
  font-size: 16px;
}
li.post-item .post-info span,
li.pop-post .post-info span {
  display: block;
  width: auto; 
}
li.post-item .post-info span.post-category,
li.pop-post .post-info span.post-category,
.post-details a.post-category,
.media-post a.post-category {
  position: relative;
  font-weight: 700;
  padding-left: 35px;
}
.post-details a.post-category,
.media-post a.post-category {
  display: block;
}
li.post-item .post-info span.post-category:before,
li.pop-post .post-info span.post-category:before,
.post-details a.post-category:before,
.media-post a.post-category:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  width: 26px;
  height: 20px;
  background-image: url('https://www.carltonone.com/hubfs/Icon-blog-category.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
li.post-item .post-info span.post-category.press-release:before,
li.pop-post .post-info span.post-category.press-release:before,
.post-details a.post-category.press-release:before {
  background-image: url('https://www.carltonone.com/hubfs/icon-press-release.svg');
}
li.post-item.video .post-info span.post-category.media:before,
li.pop-post.video .post-info span.post-category.media:before {
  background-image: url('https://www.carltonone.com/hubfs/icon-media-blog.png');
}
li.post-item.podcast .post-info span.post-category.media:before,
li.pop-post.podcast .post-info span.post-category.media:before {
  background-image: url('https://www.carltonone.com/hubfs/icon-podcast-blog.png');
}
li.post-item .post-info span.post-category:nth-of-type(n+2),
li.pop-post .post-info span.post-category:nth-of-type(n+2),
.post-details a.post-category:nth-of-type(n+2) {
  display: none; 
}

.listing-layout aside.popular-posts .pop-post {
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 1025px) {
  .listing-layout .post1 {
    width: 64.66%;
    border-radius: 16px;
  }
  .listing-layout .post1 > a {
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
  }
  .listing-layout .post1 .featured-img {
    flex: 60 1 315px;
  }
  .listing-layout .post1 .post-info-wrapper {
    flex: 1 1 auto;
  }
  .listing-layout aside.popular-posts .pop-post:last-of-type {
    margin-bottom: 0; 
  }
}
@media (min-width: 768px) {
  .listing-layout .post1 .featured-img {
    height: 315px;
  }
}
@media (max-width: 1024px) {
  .listing-layout > ul {
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; 
  } 
}
@media (max-width: 1024px) and (min-width: 768px) {
  .listing-layout > ul > li,
  .listing-layout > ul > aside {
    max-width: 344px;
    width: 48%;
    margin: 0 1% 3%;
  }
  .listing-layout .post1,
  .listing-layout aside.popular-posts {
    width: 100%;
    max-width: 708px;
  }
  .listing-layout aside.popular-posts .pop-post {
    width: 48.5%;
    margin-bottom: 15px;
  }
  .listing-layout aside.popular-posts .pop-post:nth-of-type(odd) {
    margin-right: 1.5%;
  }
  .listing-layout aside.popular-posts .pop-post:nth-of-type(even) {
    margin-left: 1.5%;
  }
}
@media (max-width: 767px) {
  .listing-layout > ul > li,
  .listing-layout > ul > aside {
    max-width: 344px;
    width: 100%;
    margin: 0 0 20px;
  }
  .listing-layout .post1,
  .listing-layout aside.popular-posts {
    width: 100%;
    max-width: 708px;
  }
  .listing-layout > ul > aside {
    margin-top: 20px; 
  }
  .listing-layout > ul > aside .pop-post:nth-of-type(n+3) {
    display: none !important; 
  }
}

#blog-subscribe-wrapper .hs-form input.hs-input {
  border: 1px solid transparent; 
}

/**** Videos ****/
li.video .featured-img:before,
li.podcast .featured-img:before {
	content: "";
  background: rgb(0, 164, 255, 0.25);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	transition: background .3s ease;
}
li.video .featured-img:after,
li.podcast .featured-img:after {
	content: "";
	background-image: url('https://9304889.fs1.hubspotusercontent-na1.net/hubfs/9304889/video-play-btn.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	backdrop-filter: blur(3px);
  border-radius: 50%;
	width: 75px;
	height: 75px;
	top: 50%;
	left: 50%;
	position: absolute;
	display: block;
	transform: translateX(-50%) translateY(-50%);
}
li.podcast .featured-img:after {
	background-image: url('https://9304889.fs1.hubspotusercontent-na1.net/hubfs/9304889/podcast-play-btn.svg');
}
#video-gallery li.video .featured-img:before,
#video-gallery li.podcast .featured-img:before {
  background: rgb(0, 164, 255, 0);
}
#video-gallery li.video:hover .featured-img:before,
#video-gallery li.video:focus .featured-img:before,
#video-gallery li.podcast:hover .featured-img:before,
#video-gallery li.podcast:focus .featured-img:before,
li.video:hover .featured-img:before,
li.video:focus .featured-img:before,
li.podcast:hover .featured-img:before,
li.podcast:focus .featured-img:before {
	background: rgb(0, 164, 255, 0.5);
}
/*
#video-gallery li.post-item .post-title {
	margin: 0 !important;
}
#video-gallery li.post-item .post-info-wrapper,
#video-gallery li.post-item .post-info-wrapper .post-info {
	padding: 0 !important;
} */

/* =====================================
   5c. Blog Pagination                                      
   ===================================== */
   
.listing-pagination {
  width: 100%;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
}
.listing-pagination, ul.pagination {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
}
ul.pagination {
  line-height: 0;
  list-style: none;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 auto;
  padding: 0;
}
ul.pagination li {
  font-weight: 500;
  margin: 0 7px;
}
ul.pagination li a {
  display: block;
  padding: 18px 15px;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  color: #333333;
  text-decoration: none;
  -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;;
}
ul.pagination li a:hover,
ul.pagination li a:focus {
  text-decoration: underline;
  color: #00A4FF;
}
ul.pagination li.disabled a {
  color: #B1C2D5;
  pointer-events: none !important;
  text-decoration: none !important;
}
ul.pagination li.active a {
  font-weight: bold;
  border: 1px solid #00A4FF;
  background: #00A4FF;
  color: #fff;
}
ul.pagination li.active a:hover, 
ul.pagination li.active a:focus {
  color: #fff;
}
ul.pagination li.prev-page a, ul.pagination li.next-page a {
  width: auto !important;
}
@media screen and (max-width: 414px) {
  ul.pagination li {
    margin: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  ul.pagination li.prev-page a span {
    display: none !important;
  }
  ul.pagination li.next-page a span {
    display: none !important;
  }    
}
   
   
/* =====================================
   5e. Blog Post                                 
   ===================================== */

/*** Post Header ***/
.blog-post-wrapper .post-header-wrapper {
  background-color: #00A4FF;
  position: relative;
}
.blog-post-wrapper .post-header .post-inner-details:before {
  content: "";
  background-color: #fff;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
}
.post-details a.post-category {
  margin-bottom: 10px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    transition: transform .3s ease;;
}
.post-details a.post-category:before {
  background-image: url('https://www.carltonone.com/hubfs/Icon-blog-category-white.svg');
}
.post-details a.post-category.press-release:before {
  background-image: url('https://www.carltonone.com/hubfs/icon-press-release-white.svg');
}
.post-details a.post-category:hover {
  text-decoration: underline;
}
.blog-post-wrapper .post-header h1,
.blog-post-wrapper .post-date,
.blog-post-wrapper .post-desc {
  color: #fff;
}
.blog-post-wrapper .post-desc {
  display: inline-block;
  margin-top: 20px;
  font-size: 20px;
}
.blog-post-wrapper .post-header h1 {
  margin: 0; 
}
.blog-post-wrapper .post-header {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}
.blog-post-wrapper .post-header > div:first-of-type {
  width: 44%;
  margin-right: 2%
}
.blog-post-wrapper .post-header > div:last-of-type {
  width: 52%;
  margin-left: 2%;
}
.blog-post-wrapper .post-header .post-details .post-date {
  margin-top: 15px;
  padding-left: 25px;
  position: relative;
  line-height: normal;
}
.blog-post-wrapper .post-header .post-details .post-date:before {
  content: "";
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url('https://www.carltonone.com/hubfs/white-clock-icon.svg');
  background-size: 100%;
}
.blog-post-wrapper .post-author-wrapper a,
.blog-post-wrapper .post-author-wrapper span {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
  text-decoration: none;
  color: #00A4FF;
  -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -ms-transition: color .2s ease;
    transition: color .2s ease;;
}
.blog-post-wrapper .post-author-wrapper a:hover,
.blog-post-wrapper .post-author-wrapper a:focus {
  color: #00A4FF;
}
.blog-post-wrapper .author-avatar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 87px;
      -ms-flex: 0 0 87px;
          flex: 0 0 87px;
  display: inline-block;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid #00A4FF;
  margin-right: 15px;
}
.blog-post-wrapper .author-avatar img {
  object-fit: cover;
  width: 75px;
  height: 75px;
  object-position: center center;
  border-radius: 50%; 
}

/** Featured Image **/
.blog-post-wrapper .post-header .featured-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 8px;
  min-height: 447px;
}
@media (max-width: 1024px) {
  .blog-post-wrapper .post-header .featured-img {
    min-height: 42vw; 
  }
}
@media (max-width: 768px) {
  .blog-post-wrapper .post-header > div:first-of-type {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .blog-post-wrapper .post-header > div:last-of-type {
    width: 100%;
    margin-left: 0;
  }
  .blog-post-wrapper .post-header .featured-img {
    min-height: 53vw; 
  }  
}
@media (max-width: 480px) {
  .blog-post-wrapper .post-header .featured-img {
    min-height: 71vw; 
  }
  .blog-post-wrapper .post-header .topic-tags {
    margin-bottom: 0; 
  }
}

.blog-post-wrapper.media-post .post-header-wrapper {
	padding-bottom: 0 !important;
}
.blog-post-wrapper.media-post .post-layout:before {
	display: none !important;
}
.blog-post-wrapper .post-header > div.featured-media {
  text-align: center;
  width: 100%;
  margin: 0 auto;
	max-width: 800px;
	margin-bottom: -100px;
}
.blog-post-wrapper.media-post .post-layout {
	margin-top: 100px;
}
.blog-post-wrapper .post-header > div.featured-media h1 {
	margin-bottom: 30px;
}
#hs_cos_wrapper_video_player,
.hs-embed-wrapper iframe,
.hs-responsive-embed-iframe {
	border-radius: 12px;
	overflow: hidden;
}

/*** Post Body ***/
.blog-post-wrapper .post-layout {
  position: relative; 
  overflow: visible;
}
.blog-post-wrapper .post-layout:before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #00A4FF;
  width: 129px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);;
}
.blog-post-wrapper .post-layout .post-body {
  position: relative;
  max-width: 750px;
  margin: 0 auto 20px;
}
.blog-post-wrapper .post-layout .post-body h2 {
  margin-top: 1.75em; 
}
.blog-post-wrapper .post-layout .post-body h3 {
  margin-top: 1.375em; 
}
.blog-post-wrapper .post-layout .post-body img {
  height: auto; 
}
.blog-post-wrapper .post-layout .social-share {
  border-top: 2px solid #b4bec9;
  padding-top: 25px;
  margin-top: 20px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.blog-post-wrapper .post-layout .social-share a {
  display: inline-block;
  margin: 0 3%;
}
.blog-post-wrapper .post-layout .social-share a:nth-child(n+4) {
  display: none; 
}
.blog-post-wrapper .topic-tags-wrapper {
  text-align: center; 
}
.blog-post-wrapper .topic-tags {
  display: inline-block;
  text-align: left;
}
.blog-post-wrapper .topic-tags a {
  font-size: 14px;
  color: #69798A;
  text-decoration: none;
  text-transform: capitalize;
  padding: 5px;
}
.blog-post-wrapper .topic-tags a:hover,
.blog-post-wrapper .topic-tags a:focus {
  color: #00A4FF;
  text-decoration: underline;
}
@media (min-width: 480px) {
  .blog-post-wrapper .post-layout .post-body,
  .blog-post-wrapper .post-layout .post-body p {
    font-size: 20px;
  }
}

/*** Pillar Post ***/
.blog-post-wrapper .pp-contents {
  position: relative;
  z-index: 5;
}
.blog-post-wrapper .pp-contents ol {
  list-style-type: upper-roman;
  display: block;
  background: #F1EFEF;
  padding: 20px 0 20px 60px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  border-radius: 8px;
}
.blog-post-wrapper .pp-contents ol h4 {
  text-align: center;
  padding-right: 60px;
  margin-bottom: 10px;
}
.blog-post-wrapper .pp-contents ol li:hover, 
.blog-post-wrapper .pp-contents ol li:focus {
  background-color: rgba(221,221,221,.7);
}
.blog-post-wrapper .pp-contents ol li {
  margin: 0 0 2px;
  width: 100%;
  font-weight: 500;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}
.blog-post-wrapper .pp-contents ol li:hover a, 
.blog-post-wrapper .pp-contents ol li:focus a {
  color: #00A4FF;
}
.blog-post-wrapper .pp-contents ol li a {
  font-weight: normal;
  padding: 10px 30px;
  display: block;
  position: relative;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  color: #333333;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

/*** Pillar Post CTA ***/
.pp-cta-wrapper {
  position: relative;
  z-index: 5;
  background-color: #FFFFFF;
  width: 100%;
  border-radius: 8px;
  padding: 20px;
}
.post-header .pp-cta-wrapper {
  margin-top: 30px; 
}
.post-layout .pp-cta-wrapper {
  margin-top: 50px; 
}
.pp-cta-wrapper .pp-cta {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
}
.pp-cta-wrapper .pp-cta .hero-img {
  width: 38%;
  margin: 0 2% 0 0;
  flex: 0 1 38%;
}
.pp-cta-wrapper .pp-cta .hero-text {
  width: 58%;
  margin: 0 0 0 2%;
  flex: 1 1 58%;
}
.pp-cta-wrapper .pp-cta .hero-text h2,
.pp-cta-wrapper .pp-cta .hero-text h3,
.pp-cta-wrapper .pp-cta .hero-text h4 {
  margin-top: 0;
  margin-bottom: 10px;
}
.post-layout .pp-cta-wrapper {
  background-color: rgba(0, 164, 255, 11%); 
}
@media (max-width: 767px) {
  .pp-cta-wrapper .pp-cta .hero-img {
    display: none !important; 
  }
  .pp-cta-wrapper .pp-cta .hero-text {
    width: 100%;
  }
}

/* ==========================================================================
   7. MISCELLANOUS                                        
   ========================================================================== */

/* CTA Link (no style) initial load fix */
.widget-type-cta {
  min-height: 56px; 
}

/* Custom widgets take up no space */
.widget-type-raw_html, .widget-type-custom_widget {
    min-height: 0 !important;
}

/*** Lity Lightbox ***/
.lity-active body {
  overflow-y: hidden;
}
.lity {
  z-index: 99990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: rgba(0, 164, 255, .75);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 99990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 99991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 99992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  width: 100%;
  max-width: 964px;
  max-height: 100%;
  outline: none !important;
}
.insights .lity-container {
  max-width: 750px; 
}
.lity-content {
  z-index: 99993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  /*-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);*/
}
.lity-close {
  z-index: 99994;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #333333;
  font-style: normal;
  font-size: 50px;
  line-height: 35px;
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #c7116b;
  font-style: normal;
  line-height: 35px;
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  border-radius: 10px; 
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;*/
}
.lity-hide {
  display: none !important;
}

.lity-content #demo .widget-type-form{
    overflow: auto;
    max-height: 90vh;
}
.lity-content #demo .widget-type-form::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.lity-content #demo .widget-type-form::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.lity-content #demo .widget-type-form::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #958e8e;
}
 
#coe-lightbox {
  max-width: 975px; 
}
#form h3 {
  text-align: center; 
}

/* =====================================
   7a. Override CTA styles                       
   ===================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}