/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");
@import url(//fonts.googleapis.com/css?family=Poppins%3A300%2Cregular%2C500%2C600%2C700%7CDroid+Serif%3Aregular%2Citalic%2C700%2C700italic%7CDosis%3A200%2C300%2Cregular%2C500%2C600%2C700%2C800%7CPlayfair+Display%3Aregular%2Citalic%2C700%2C700italic%2C900%2C900italic%7COswald%3A300%2Cregular%2C700%7CRoboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic%7CNunito%3A200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C900%2C900italic%7CMerriweather%3A300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic%7COpen+Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic&subset=devanagari%2Clatin-ext%2Clatin%2Ccyrillic%2Cvietnamese%2Cgreek%2Ccyrillic-ext%2Cgreek-ext&ver=2.0.2);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300);

@font-face {
    font-family: uncodeicon;
    src: url(//5357741.fs1.hubspotusercontent-na1.net/hubfs/5357741/PressReader_May2019%20Theme/Fonts/uncode-icons.eot) format("embedded-opentype"), url(//5357741.fs1.hubspotusercontent-na1.net/hubfs/5357741/PressReader_May2019%20Theme/Fonts/uncode-icons.woff2) format("woff2"), url(//5357741.fs1.hubspotusercontent-na1.net/hubfs/5357741/PressReader_May2019%20Theme/Fonts/uncode-icons.woff) format("woff"), url(//5357741.fs1.hubspotusercontent-na1.net/hubfs/5357741/PressReader_May2019%20Theme/Fonts/uncode-icons.ttf) format("truetype"), url(//5357741.fs1.hubspotusercontent-na1.net/hubfs/5357741/PressReader_May2019%20Theme/Fonts/uncode-icons.svg) format("svg");
    font-style: normal;
    font-weight: 400
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
html {
  scroll-behavior: smooth;
}
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

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

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 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 {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0; 
}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


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

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

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

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* 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;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  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;
  }
}

.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; }

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

/* 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; }


.widget-type-blog_comments {
    display: none !important;
}

/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== 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;
} 

@media(min-width:960px) and (max-width:1300px) {
    .custom-menu-primary.hide-mobile .hs-menu-wrapper>ul>li:last-child {
        margin-left: 7px !important
    }
    .custom-menu-primary.hide-mobile .hs-menu-wrapper>ul>li>a {
        padding: 0 8px 34px 8px !important;
        font-size: 14px;
        letter-spacing: 0 !important
    }
}
/* Cookiebot Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
    display: none !important
}
/* Branding on the widget */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none !important
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border-radius: 30px !important;
    padding: .78em !important
}

#CybotCookiebotDialogBodyContent {
    line-height: 1.25em !important
}

#CybotCookiebotDialogHeader,
#CybotCookiebotDialogPoweredByText {
    display: none !important
}

#CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogBodyBottomWrapper {
    margin-top: 0 !important
}

body {
  background: #fff;
  color: #232425;
  font-family: "Poppins", "Sans-Serif";
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Breadcrumbs */
.breadcrumbs {
    border-bottom: 1px solid #d2d5d9;
    margin-bottom: 1em
}

.breadcrumbs p {
    color: #303133;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: normal;
    margin: 18px 0 28px;
    text-align: left
}

/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 36px;
    padding-right: 36px
}
/* Highlighted Text */
::-moz-selection {
    background: #2bc48c;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #2bc48c;
    color: #fff;
    text-shadow: none
}
/* Video */
.hs-video-widget img {
    display: none !important;
}

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

p,li,dt,dd,dl,address,label,small,pre,code { font-size: 15px; }
h1:not([class*="fontsize-"]),.h1:not([class*="fontsize-"]) {/* font-size: 35px; */}
h2:not([class*="fontsize-"]),.h2:not([class*="fontsize-"]) { font-size: 29px; }
h3:not([class*="fontsize-"]),.h3:not([class*="fontsize-"]) { font-size: 24px; }
h4:not([class*="fontsize-"]),.h4:not([class*="fontsize-"]) { font-size: 20px; }
h5:not([class*="fontsize-"]),.h5:not([class*="fontsize-"]) { font-size: 17px; }
h6:not([class*="fontsize-"]),.h6:not([class*="fontsize-"]) { font-size: 14px; }

.blog-content p { font-family: "Poppins", "Sans-Serif"; } 
.blog-content h1, h2, h3, h4, h5 { font-family: "Poppins", "Sans-Serif"; } 
.post-body h1, .h1 {
  font-size: 35px !important;
  font-weight: 500;
  line-height: 1.3;
  margin: 27px 0 0;
}
.post-body h2, .h2 {
  font-size: 29px !important;
  font-weight: 700;
  line-height: 1.3 !important;
  margin: 52px 0 0 !important;
}
@media (max-width: 339px) {
 .post-body h1,
  .h1 {
    font-size: 28px;
  }
}
.post-body h2,
.h2 {
  font-size: 29px;
  line-height: 1.2;
  margin: 27px 0 0;
}
.post-body h3,
.h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 27px 0 0;
}
.post-body h4,
.h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 27px 0 0;
}
.post-body h5,
.h5 {
  font-size: 17px;
  line-height: 1.2;
  margin: 27px 0 0;
}
.post-body h6,
.h6 {
  font-size: 14px;
  line-height: 1.2;
  margin: 27px 0 0;
}

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

small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 15px 0px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 50px;
  line-height: 1;
  letter-spacing: -.05em;
  font-family: "Poppins", "Sans-Serif";
  font-weight: 300;
}

h2 {
  font-size: 40px;
  color: #303133;
  font-family: "Poppins", "Sans-Serif";
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-size: 35px;
  color: #303133;
  font-family: "Poppins", "Sans-Serif";
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  font-size: 29px;
  color: #303133;
  letter-spacing: -.02em;
  line-height: 1.2;
  font-family: "Poppins", "Sans-Serif";
  font-weight: 500;
}

h5 {
  font-size: 24px;
  color: #303133;
  letter-spacing: -.02em;
  font-family: "Poppins", "Sans-Serif";
  line-height: 1.5em;
  font-weight: 500;
}

h6 {
  font-size: 20px;
  color: #303133;
  letter-spacing: -.02em;
  font-family: "Poppins", "Sans-Serif";
  line-height: 1.5em;
  font-weight: 500;
}


/* Anchor Links */
a { 
  color: #2BC48C;
  text-decoration: none;
  transition: all 200ms ease;
}

a:hover, a:focus { 
  color: #00a54e;
}

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

/* Block Quotes */
.color-accent-border, blockquote {
  border-color: #2BC48C;
}
blockquote {  
  margin: 27px 0px 27px 0px;
  padding: 0px 0px 0px 27px;
  border-left: 2px solid;
  border-color: #2BC48C;
}
blockquote p {
  font-size: 18px;
  line-height: 1.75;
  margin: 18px 0 0;
}

blockquote p:first-child {
  margin-top: 0px;
}
blockquote small {
  font-size: 13px;
  margin: 9px 0px 0px 0px;
  margin-bottom: 0;
  display: inline;
  letter-spacing: 0 !important;
}

blockquote small:before {
  content: "-";
  margin: 0px 9px 0px 0px;
}
blockquote.pullquote > p:first-of-type {
  quotes: "\201C" "\201D";
}
blockquote.pullquote > p:first-of-type:before {
  font-family: Georgia, serif;
  content: open-quote;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: -0.25em;
  margin-right: .2em;
}
blockquote.pullquote > p:first-of-type:after {
  font-family: Georgia, serif;
  content: close-quote;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: -0.25em;
  margin-left: .1em;
}
cite {
  font-style: normal;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

h1.cm-banner-title {
  color: #fff;
  letter-spacing: -.02em;
  line-height: 1.2;
  font-size: 40px;
  font-family: "Poppins", "Sans-Serif";
  font-weight: 600;
  margin: 0;
}

.cm-banner-subtitle {
  margin: 9px 0 0 0;
  font-size: 16px!important;
  line-height: 1.5625!important;
  color: #f7f7f7;
  font-weight: 400;
  font-family: Poppins;
}

.cm-bnr-button {
  display: inline-block;
  white-space: pre-wrap;
  padding: 14px 40px;
  font-style: normal;
  border-radius: 0.6em;
  border: 1px solid;
  color: #ffffff;
  background-color: #2BC48C;
  border-color: #2BC48C;
  transition: color 200ms ease-in-out,background-color 200ms ease-in-out,border-color 200ms ease-in-out;
  font-size: 15px;
  font-weight: 500;
  font-family: Poppins;
  line-height: normal;
  min-width: 200px;
  text-align: center;
  margin-top: 37px;
  margin-bottom: 1px;
}

.custom-banner-wrapper {
  padding: 36px 0;
  min-height: 520px;
  position: relative;
  display: table;
  table-layout: fixed;
  min-width: 100%;
  width: auto;
  margin-top: -1px;
  background-color: #000;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){
  .custom-banner-wrapper {
    min-height: 458px;
  }
}

.banner-content {
  padding-top: 40px;
  margin-top: 36px;
  width: 50%;
  padding-left: 53px;
  margin-left: -36px;
}

.banner-content > div {
  max-width: 396px;
  margin: 0 auto;
}

.custom-banner-wrapper > div {
  vertical-align: middle;
  display: table-cell;
}

.cm-bnr-button:hover,
.cm-bnr-button:focus {
  background-color: transparent;
  border-color: #2BC48C;
  color: #2BC48C;
}

div#banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.2s;
  background: -webkit-linear-gradient(top, rgb(35 35 35 / 78%) 17%, rgba(35, 35, 35, 0) 43%);
}

.banner-content {
  position: relative;
  z-index: 999;
}

.logo-image.logo-light {
  display: block;
}

.cm-header-logo img {
  max-width: 201px;
  margin-top: 27px;
  margin-bottom: 27px;
  transition: all 0.5s ease;
}

.cm-header-logo-partner img {
  max-width: 450px;
  margin-top: 27px;
  margin-bottom: 27px;
  transition: all 0.5s ease;
}

.cm-header-logo-wrapper {
  width: auto !important;
  float: left !important;
  margin: 0 !important;
}

.cm-header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 99999;
  background-color: transparent;
  transition: transform 0.5s ease-in-out,background-color 0.4s ease-in-out;
}

.logo-image.logo-dark {
  display: none;
}

.custom-menu-primary.hide-mobile {
  margin-left: 0 !important;
  width: auto !important;
  float: right;
  padding-top: 44px;
  transition: all 0.5s ease;
}


/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
}

.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.custom_error_message p {
  margin: 15px 0px;
}

.custom_error_message .hs-button {
  margin: 15px 0px !important;
}

.submitted-message {
  padding-bottom: 20px;
  color: #333;
}


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

.footer-container-wrapper {}
.footer-container {}

.cm-footer-wrapper {
  background-color: #1b1d1f;
  color: #fff;
  font-size: 12px;
  font-family: Poppins;
  line-height: 1.45;
  font-weight: 400;
}
.cm-footer-wrapper::before {
    content: "";
    display: block;
    height: 8px;
    background: linear-gradient(90deg, #112025 0%, #362B6D 5%, rgba(117, 3, 217, 0.97) 7%, #5A52E4 10%, #362B6D 12%, #008DE1 14%, #28C3F9 16%, #008DE1 18%, #00F0E1 20%, #006C54 23%, #00C887 26%, #1EA57B 28%, #00574A 33%, #30FCA9 35%, #00C887 38%, #00C887 41%, #30FCA9 45%, #00C887 47%, #006C54 49%, #00C887 50%, #1EA57B 52%, #00574A 55%, #00C887 58%, #00574A 62%, #112025 68%, #362B6D 70%, #FF93DB 76%, #FFD7AC 80%, #FF9048 83%, #FF9048 84%, #FF5D5E 87%, #B92341 90%, #FF6D39 92%, #FF9048 93%, #FF5D5E 95%, #DE3657 96%, #710034 99%);
    margin-top: 0px;
}

.cm-ft-copyright p {
  margin: 0;
  font-size:12px;
}

.cm-ft-copyright {
  padding: 27px 36px;
}

.cm-ft-copyright p a {
  color: #fff;
}

.cm-ft-copyright p a:hover {
  color: #2BC48C;
}

.cm-ft-bottom-section > .row-fluid-wrapper {
  margin: 0 -36px;
}

i.fa.fa-social-facebook:before {
  content: "\e661";
}

i.fa.fa-social-twitter:before {
  content: "\e660";
}

i.fa.fa-instagram:before {
  content: "\f16d";
}

i.fa.fa-social-linkedin:before {
  content: "\e66c";
}

li.social-twitter a:before {
    content: "𝕏" !important; 
    font-family: Arial, sans-serif; 
    font-size: 1.2em; 
    display: inline-block; 
    line-height: 1; 
}
.fa.fa-social-twitter::before {
    content: "𝕏" !important;
    font-family: Arial, sans-serif;
    font-size: 0.9em; 
    display: inline-block; 
    line-height: 1; 
    vertical-align: top; 
    margin-right: 0.3em; 
}

ul.cm-social-icon {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  top: 5px;
}

ul.cm-social-icon li {
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  line-height: 12px;
}

.cm-ft-social-icon {
  margin: 0 !important;
  width: auto !important;
  float: right !important;
}

ul.cm-social-icon li a {
  color: #fff;
  font-size: 24px!important;
  font-family: uncodeicon;
}

ul.cm-social-icon li a i:before {
  font-family: uncodeicon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cm-ft-social-icon {
  padding: 27px 36px;
}

ul.cm-social-icon li:last-child {
  padding-right: 0;
}

ul.cm-social-icon li a:hover {
  color: #2BC48C;
}

.cm-ft-top-section .col h3 {
  margin-top: 0;
  margin-bottom: 36px;
  font-weight: bold!important;
  color: #909090!important;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Poppins;
  word-break: break-word;
  line-height: 1.2;
}

.cm-ft-contact img {
  margin: 18px -3px 6px 0;
  max-width: 157px;
  width: 100%;
}

.cm-ft-contact {
  font-size: 14px;
  line-height: normal;
}

.cm-ft-contact p {
  font-size: 12px;
  font-family: Poppins;
  line-height: 1.45;
}

.cm-ft-top-section {
  padding-bottom: 57px;
  padding-top: 72px;
}

.cm-ft-top-section .col {
  padding: 0 0 0 36px;
  width: 33.3%;
  margin: 0;
}

.cm-ft-top-section > .row-fluid-wrapper {
  margin-left: -36px;
}

.cm-ft-top-section .col1 {
  margin-top: -25px;
}

.cm-ft-contact p strong {
  font-weight: 600;
}

.cm-ft-menu ul li {
    padding: 0 0 0;
}

.cm-ft-menu ul li a {
  font-size: 12px;
  padding: 0 0 5px 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.cm-ft-menu ul li a:before {
  font-family: "uncodeicon";
  content: "\f105";
  margin-right: 9px;
  margin-top: 3px;
}

.cm-ft-menu ul li a:hover {
  color: #2BC48C;
}

.hs-related-blog-item, .hs-rss-item {
  margin: 0 0 15px 0;
}

.hs-rss-item-text a {
  font-size: 12px;
  padding: 0 0 5px 0;
  color: #fff;
  font-weight: 500;
}

.hs-rss-item-text a:hover {
  color: #2BC48C;
}


/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul {
  float: right;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul > li {}

.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul > li > a {
  font-size: 14px;
  color: #ffffff;
  font-family: Poppins;
  line-height: 1em;
  position: relative;
  display: block;
  font-weight: 500;
  letter-spacing: .05em;
  padding: 0 14px 0 14px;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul > li:last-child > a {
    background-color: #2bc48c; 
    color: #ffffff !important; 
    border: 1px solid #2bc48c; 
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins', sans-serif!important;
    font-style: normal!important;
    letter-spacing: .1em;
    margin-top: -15px;
    outline: 0;
    padding: 13px 31px!important;
    text-align: center;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    vertical-align: middle;
    white-space: pre-wrap;
    -webkit-text-stroke: 0;
    border-radius: 0.6em!important;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul > li:last-child > a {
    background-color: #2bc48c; 
    color: #ffffff !important; 
    border: 1px solid #2bc48c; 
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins', sans-serif!important;
    font-style: normal!important;
    letter-spacing: .1em;
    margin-top: -15px;
    outline: 0;
    padding: 13px 31px!important;
    text-align: center;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    vertical-align: middle;
    white-space: pre-wrap;
    -webkit-text-stroke: 0;
    border-radius: 0.6em!important;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul > li:last-child {
  margin-left: 27px;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul > li:last-child > a:hover {
    background-color: rgb(255 255 255 / 0%);
    border-color: #2bc48c;
    color: #2bc48c !important;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  content: "\f107";
  font-family: uncodeicon;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  padding: 0 0 0 5px;
  margin: 0 0 0 0;
  margin-right: 0;
  box-sizing: content-box!important;
  font-size: .8em;
  text-align: right!important;
  font-weight: 500;
  letter-spacing: .05em;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul > li > a:hover { 
  color: rgba(255,255,255,.5);
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul > li.active > a { 
  color: rgba(255,255,255,.5);
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul > li:not(:last-child) > a {
  padding-bottom: 41px;
}

/* Child List */
.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul ul {
  background-color: #fff;
  padding: 18px;
  min-width: 231px;
  margin-top: 1px;
  box-shadow: 0px 30px 60px -30px rgba(0, 0, 0, .45);
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul ul:before {
  content: "";
  position: absolute;
  top: -1px;
  width: 100%;
  background-color: transparent;
  height: 2px;
  z-index: 99;
  left: 0;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul ul li {}

.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul ul li a {
  font-family: Poppins;
  color: #303133;
  position: relative;
  display: block;
  font-size: 14px;
  padding: 5px 9px 5px 9px;
  opacity: 0;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -o-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  transition: transform 650ms cubic-bezier(.35,.81,.41,1),opacity 650ms cubic-bezier(.35,.81,.41,1);
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul > li:hover > ul li a {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul ul li.active > a { 
  color: rgba(48,49,51,.5);
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul ul li a:hover {
  color: rgba(48,49,51,.5);
  background-color: rgba(0,0,0,.03);
}

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

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

  .custom-menu-primary.hide-mobile {
    display:block !important;
  }

  .custom-menu-primary.show-mobile {
    display:none !important;
  }

  .blog .blog-sidebar{
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
  }


}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 959px){
  .custom-menu-primary.hide-mobile {
    display:none !important;
  }

  .custom-menu-primary.show-mobile {
    display:block !important;
  }

  .cm-lp-page .mobile-trigger {
    display: none !important; 
  }

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    right: 35px;
    width: auto;  
    height: auto;
    font-size: 16px;
    font-weight: normal;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px;
    margin-top: -4px;
  }

  .mobile-trigger span,.mobile-trigger span:before, .mobile-trigger span:after {
    display: inline-block;
    width: 20px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    background-clip: padding-box;
  }

  .mobile-trigger span:before,.mobile-trigger span:after {
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 10px center;
    transform-origin: 10px center;
    transform-origin: 50% 50%;
    transition: top 0.3s 0.6s ease-in-out,transform 0.3s ease-in-out;
  }

  .mobile-trigger span:before {
    top: 6px;
  }

  .mobile-trigger span:after {
    top: -6px;
  }

  .fixed .mobile-trigger span, 
  .fixed .mobile-trigger span:before, 
  .fixed .mobile-trigger span:after {
    background: #303133;
  }

  .mobile-open .mobile-trigger span, 
  .mobile-open .mobile-trigger span:before, 
  .mobile-open .mobile-trigger span:after {
    background: #303133;
  }

  .mobile-open span.lines {
    transition: background 0.3s 0s ease-in-out;
    background: transparent!important;
  }

  .mobile-open .mobile-trigger span:before {
    transform: rotate3d(0,0,1,45deg);
    transition: top 0.3s ease-in-out,transform 0.3s 0.5s ease-in-out;
    top: 0;
    width: 20px;
  }

  .mobile-open .mobile-trigger span:after {
    transform: rotate3d(0,0,1,-45deg);
    transition: top 0.3s ease-in-out,transform 0.3s 0.5s ease-in-out;
    top: 0;
    width: 20px;
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    z-index: 999999;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    float: right;
    right: 36px;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #303133;
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: -4px;
    left: 0;
    padding: 0;
  }

  .custom-menu-primary.show-mobile {
    display: table!important;
    text-align: center;
    width: 100%;
    min-height: 0;
    height: 0;
    overflow-y: auto !important;
    transition: all 0.5s ease;
    position: fixed;
    top: 85px;
    z-index: 99999999;
    background-color: #fff;
  }

  .mobile-open .custom-menu-primary.show-mobile.js-enabled {
    min-height: calc(100vh - 85px);
    height: auto;
  }

  .custom-menu-primary.show-mobile.js-enabled > div {
    display: table-cell;
    margin: auto;
    vertical-align: middle;
    width: 100%;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    text-align: center;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a{
    font-size: 4.5vw;
    line-height: 1.3;
    text-transform: none;
    font-weight: 600;
    letter-spacing: .05em;
    color: #303133;
    font-family: Poppins;
    position: relative;
    display: block;
    padding: 5px 36px 5px 36px;
    text-align: center;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:focus{
    color: rgba(48,49,51,.5);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{ 
    color: rgba(48,49,51,.5);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
        background-color: #2bc48c; 
        color: #ffffff; 
        border: 1px solid #2bc48c; 
        cursor: pointer;
        display: inline-block;
        font-style: normal;
        outline: 0;
        padding: 13px 31px;
        text-align: center;
        vertical-align: middle;
        white-space: pre-wrap;
        -webkit-text-stroke: 0;
        border-radius: 0.6em;
        border-width: 1px;
        color: #ffffff;
        font-family: Poppins;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: .1em;
        line-height: normal;
        margin-top: 18px;
        text-transform: inherit;
        transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:first-child{ 
    padding-top: 9px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child{ 
    padding-bottom: 9px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #2BC48C;
    font-weight: 500;
    letter-spacing: 0;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


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


/* =============== General Blog Styles =============== */

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

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

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

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

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */

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

/* Pagination */
.blog-pagination {
  clear: both;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 36px;
}

span.left-col {
  float: left;
  padding-left: 3px;
}

span.right-col {
  float: right;
  padding-right: 3px;
}

.blog-pagination a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: 4.5px;
  margin-bottom: 4.5px;
  border-radius: 50%;
  color: #303133;
  font-family: Poppins;
  letter-spacing: .1em;
  font-size: 12px;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  transition: color 200ms ease-in-out,background-color 200ms ease-in-out,border-color 200ms ease-in-out;
  float: left;
}

.blog-pagination .center-col a:hover {
  color: #2BC48C;
}

.blog-pagination .center-col a.active {
  background-color: #eee;
  color: #333333!important;
  cursor: default;
  pointer-events: none;
}

span.center-col {
  display: inline-block;
}

i.fa.fa-angle-left {
  font-size: 18px;
}

i.fa.fa-angle-right {
  font-size: 18px;
}
/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
  margin-bottom: 15px;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {
  display:block;
  margin-bottom:5px;
}

.hs-form {
  margin-bottom: 30px;
}

.form-title {
  color: #303133;
  font-size: 50px;
  font-family: "Poppins", "Sans-Serif";
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  width: 100%;
  max-width: 767px;
  -webkit-appearance: none;
  background-color: #fff;
  display: block;
  font-size: 14px;
  line-height: normal;
  padding: 10px 15px 10px 15px;
  border-style: solid;
  border-radius: 2px;
  font-weight: 400;
  border: 1px solid #eaeaea;
  box-shadow: inset 0 2px 1px rgba(0,0,0,.025);
  font-family: Poppins;
  transition: all 400ms ease;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline:none;
  border-color: #2BC48C;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{
  margin-top: 5px;
  font-size: 13px;
  padding: 0;
  margin: 18px 0px 5px 0px;
  display: block;
  font-weight: 500;
  line-height: 1.75;
  color: #2BC48C;
}

.hs-error-msgs {
  margin: 0px;
  list-style: none;
  padding: 0;
  color: red;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


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

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

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


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

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

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */
.btn,.btn-link {
    display: inline-block;
    font-size: 12px;
    padding: 13px 31px 13px 31px!important;
    font-style: normal!important;
    text-align: center;
    vertical-align: middle;
    margin-top: 1px;
    margin-bottom: 1px;
    cursor: pointer;
    background-image: none;
    border-style: solid;
    border-radius: 2px;
    border-width: 1px;
    outline: none;
    white-space: pre-wrap;
    -webkit-text-stroke: 0;
    transition: color 200ms ease-in-out,background-color 200ms ease-in-out,border-color 200ms ease-in-out;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.btn-accent {
    color: #ffffff !important;
    background-color: #2bc48c !important;
    border-color: #2bc48c !important;
}
@media (max-width: 569px) {
    .btn:not(input),.btn-link:not(input) {
        transform:scale(1.0);
        transform-origin: left
    }

    .navbar .btn:not(input),.navbar .btn-link:not(input),.menu-accordion .btn:not(input),.menu-accordion .btn-link:not(input) {
        transform: none
    }
}

.btn.btn-top-margin,.btn-link.btn-top-margin {
    margin-top: 18px
}

.btn .fa,.btn-link .fa {
    position: relative;
    vertical-align: top;
    line-height: inherit
}

.btn.btn-border-animated,.btn-link.btn-border-animated {
    position: relative
}

.btn.btn-border-animated:after,.btn-link.btn-border-animated:after {
    content: '';
    position: absolute;
    border: 1px solid;
    border-radius: inherit;
    border-color: inherit;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px
}

.btn-container {
    display: block;
    margin-top: 18px
}

.btn-container.btn-inline {
    display: inline-block;
    padding-left: 9px;
    padding-right: 9px;
    vertical-align: bottom;
    margin-top: 0px!important
}

@media (max-width: 569px) {
    .btn-container.btn-inline {
        display:block;
        padding: 0;
        margin-top: 9px!important
    }
}

*>.btn-container:first-of-type {
    padding-left: 0
}

*>.btn-container:last-of-type {
    padding-right: 0
}

.btn-link {
    border: 1px solid transparent;
    padding: 0px!important
}

.btn-xl {
    font-size: 18px!important;
    padding: 16px 47px 16px 47px!important
}

.btn-lg {
    font-size: 15px!important;
    padding: 14px 40px 14px 40px!important;
}

.btn-sm {
    font-size: 10px!important;
    padding: 9px 25px 9px 25px!important
}

.btn-icon-left .fa {
    margin-right: 9px
}

.btn-icon-right .fa {
    margin-left: 9px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0!important;
    padding-right: 0!important
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
    width: 100%
}

.btn-square {
    border-radius: 0px!important
}

.btn-round {
    border-radius: 8px!important
}

.btn-circle {.6
    border-radius: 0em!important
}

.btn-shadow {
    box-shadow: 0 4px 10px -5px rgba(0,0,0,.6)!important
}

.btn-shadow-sm.btn-shadow {
    box-shadow: 0 4px 18px -4px rgba(0,0,0,.6)!important
}

.btn-shadow-std.btn-shadow {
    box-shadow: 0 8px 30px -6px rgba(0,0,0,.6)!important
}

.btn-shadow-lg.btn-shadow {
    box-shadow: 0 13px 34px -9px rgba(0,0,0,.6)!important
}

.btn-shadow-xl.btn-shadow {
    box-shadow: 0 20px 50px -12px rgba(0,0,0,.6)!important
}

.btn-italic {
    font-style: italic!important
}

.btn-disable-hover {
    pointer-events: none!important
}
.btn-pressreader-green {
    color: #ffffff!important;
    background-color: #2BC48C!important;
    border-color: #2BC48C!important
}

.btn-pressreader-green:not(.btn-hover-nobg):not(.icon-animated):hover,.btn-pressreader-green:not(.btn-hover-nobg):not(.icon-animated):focus,btn-pressreader-green:active {
    background-color: transparent!important;
    border-color: #2BC48C!important
}

.btn-pressreader-green.btn-flat:not(.btn-hover-nobg):hover,.btn-pressreader-green.btn-flat:not(.btn-hover-nobg):focus,btn-pressreader-green.btn-flat:active {
    background-color: #00b15a!important;
    border-color: #00b15a!important
}

.btn-pressreader-green:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,.btn-pressreader-green:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,btn-pressreader-green:active {
    color: #2BC48C!important
}

.btn-pressreader-green.btn-outline {
    background-color: transparent!important;
    border-color: #2BC48C!important;
}

.btn-pressreader-green.btn-outline:not(.btn-text-skin) {
    color: #2BC48C!important
}

.btn-pressreader-green.btn-outline:not(.btn-hover-nobg):hover,.btn-pressreader-green.btn-outline:not(.btn-hover-nobg):focus,btn-pressreader-green.btn-outline:active {
    background-color: #2BC48C!important;



    border-color: #2BC48C!important
}

.btn-pressreader-green.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover,.btn-pressreader-green.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):focus,btn-pressreader-green.btn-outline:active {
    color: #ffffff!important
}

.style-light .btn-pressreader-green.btn-text-skin.btn-outline,.style-light .btn-pressreader-green.btn-text-skin:not(.btn-outline):hover {
    color: #303133!important
}

.style-light .btn-pressreader-green.btn-text-skin.btn-outline:hover {
    color: #ffffff!important
}

.text-pressreader-green-color {
    color: #2BC48C!important;
    fill: #2BC48C!important
}

.border-pressreader-green-color {
    border-color: #2BC48C!important
}

.tmb-overlay-gradient-top .style-pressreader-green-bg {
    background-color: transparent!important;
    background-image: linear-gradient(to bottom,#2BC48C 0%,transparent 50%)!important
}

.tmb-overlay-gradient-bottom .style-pressreader-green-bg:not(.tmb-term-evidence) {
    background-color: transparent!important;
    background-image: linear-gradient(to top,#2BC48C 0%,transparent 50%)!important
}

.style-pressreader-gray-light-bg {
    background-color: #d9e2e8
}

.btn-pressreader-gray-light {
    color: #ffffff!important;
    background-color: #d9e2e8!important;
    border-color: #d9e2e8!important
}

.btn-pressreader-gray-light:not(.btn-hover-nobg):not(.icon-animated):hover,.btn-pressreader-gray-light:not(.btn-hover-nobg):not(.icon-animated):focus,btn-pressreader-gray-light:active {
    background-color: transparent!important;
    border-color: #d9e2e8!important
}

.btn-pressreader-gray-light.btn-flat:not(.btn-hover-nobg):hover,.btn-pressreader-gray-light.btn-flat:not(.btn-hover-nobg):focus,btn-pressreader-gray-light.btn-flat:active {
    background-color: #ccd5db!important;
    border-color: #ccd5db!important
}

.btn-pressreader-gray-light:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,.btn-pressreader-gray-light:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,btn-pressreader-gray-light:active {
    color: #d9e2e8!important
}

.btn-pressreader-gray-light.btn-outline {
    background-color: transparent!important;
    border-color: #d9e2e8!important
}

.btn-pressreader-gray-light.btn-outline:not(.btn-text-skin) {
    color: #d9e2e8!important
}

.btn-pressreader-gray-light.btn-outline:not(.btn-hover-nobg):hover,.btn-pressreader-gray-light.btn-outline:not(.btn-hover-nobg):focus,btn-pressreader-gray-light.btn-outline:active {
    background-color: #d9e2e8!important;
    border-color: #d9e2e8!important
}

.btn-pressreader-gray-light.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover,.btn-pressreader-gray-light.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):focus,btn-pressreader-gray-light.btn-outline:active {
    color: #ffffff!important
}

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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none ;
  display: inline-block;
  margin: 15px 0px;
  white-space: pre-wrap;
  padding: 13px 31px 13px 31px;
  font-style: normal;
  border-radius: 0.6em;
  border: 1px solid;
  color: #ffffff;
  background-color: #2BC48C;
  border-color: #2BC48C;
  transition: color 200ms ease-in-out,background-color 200ms ease-in-out,border-color 200ms ease-in-out;
  font-size: 12px;
  font-weight: 500;
  font-family: Poppins;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: transparent;
  border-color: #2BC48C;
  color: #2BC48C;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline:none;
  background-color: transparent;
  border-color: #2BC48C;
  color: #2BC48C;
}


/* =============== Form Module Button =============== */


.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


div#captcha_wrapper {
  width: 100%;
  overflow-x: auto;
}

.custom_error_message p {
  margin: 15px 0px;
}

.custom_error_message .hs-button {
  margin: 15px 0px !important;
}

div#hubspot-author_data span {
  display: inline-block;
}

.blog .blog-sidebar{
  margin-top: 30px;
}


/* -------------- Default Code for comment ------------ */

.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}


#comments-listing.no-comments {
  border: none;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 0px 10px !important;
}

.blog-post-wrapper h2, .post-header h2 {
  margin-bottom: 20px;
}

.blog-post-wrapper h2 a, .post-header h2 a {
  text-decoration: none;
}

.blog-post-wrapper h2 a:hover, .post-header h2 a:hover{}
#hs_cos_wrapper_blog_subscription_title{}
#comment-form h4{}

.comment-body {
  border-bottom: medium none;
  color: #333;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date {
  color: #333 !important;
  display: block !important;
  text-align: left;
}
.post-listing #hubspot-author_data{
  margin-top: 0;
}
.hs-form .input ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hs-form .input ul li{
  padding: 0 !important;
}

.more-link{
  display: inline-block;
  padding-top: 20px;
}
.hs-blog-social-share{
  height: auto;
}
.blog-template .blog-sidebar .cell-wrapper{
  margin-bottom: 15px;
}
.blog-template .blog-sidebar ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-template .blog-sidebar ul li{
  padding: 0 0 10px;
}

#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

#recaptcha_response_field{
  width:auto !important;
  display:inline-block !important;
}
#captcha_wrapper > #recaptcha_area {
  margin: 0 0 20px;
}

.cm-footer-from .hs-form-field > label {
  display: none;
}

.cm-footer-from .hs-input {
  font-size: 11px;
  width: 100%;
  background-color: rgba(26,27,28,.5);
  border-color: rgba(255,255,255,.25);
  color: #f7f7f7;
}

.cm-footer-from .hs-input::-webkit-input-placeholder {
  color: #ffffff;
}

.cm-footer-from .hs-button {
  margin: 0;
  background-color: #191b1e;
  font-weight: 500!important;
  text-transform: inherit!important;
  border-color: rgba(255,255,255,.25) !important;
  font-family: Poppins!important;
  letter-spacing: .1em;
  border-radius: 2px;
  color: #f7f7f7 !important;
}

.cm-footer-from .hs-form-field {
  margin-bottom: 9px;
}

.cm-footer-from .submitted-message {
  color: #fff;
}

.fixed .cm-header-wrapper,
.mobile-open .cm-header-wrapper{
  box-shadow: 0 4px 10px -10px rgba(0,0,0,.6);

  background-color: #fff;
}

.fixed .logo-image.logo-light,
.mobile-open .logo-image.logo-light {
  display: none;
}

.fixed .logo-image.logo-dark,
.mobile-open .logo-image.logo-dark {
  display: block;
}

.fixed .custom-menu-primary.hide-mobile .hs-menu-wrapper > ul > li > a {
  color: #303133;
}

.fixed-logo .cm-header-logo img {
  max-width: 156.328px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.fixed-logo .cm-header-logo-partner img {
    max-width: 350px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.fixed-logo .custom-menu-primary.hide-mobile {
  padding-top: 30px;
}


.fixed-logo .custom-menu-primary.hide-mobile .hs-menu-wrapper > ul > li:not(:last-child) > a {
  padding-bottom: 27px;
}

.fixed .custom-menu-primary.hide-mobile .hs-menu-wrapper > ul > li > a:hover,
.fixed .custom-menu-primary.hide-mobile .hs-menu-wrapper > ul > li.active > a {
  color: rgba(48,49,51,.5);
}

.header-show .cm-header-wrapper, .scroll .cm-header-wrapper {
    opacity: 1; 
    position: fixed; 
    top: 0; 
    width: 100%; 
    z-index: 100000; 
    transition: all .5s ease; 
    transform: translateY(0); 
}

.blog-listing-banner-wrapper {
  background-color: #303133;
  color: #fff;
  padding: 36px 0;
  position: relative;
  margin-top: -1px;
}

h1.cm-blog-title {
  font-size: 29px;
  margin-bottom: 0;
  max-width: 804px;
  margin: 72px auto 108px auto;
  padding-top: 99px;
  text-align: center;
  color: #fff;
  letter-spacing: -.02em;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Poppins", "Sans-Serif";
  padding-left: 36px;
  padding-right: 36px;
  font-weight: 500;
  position: relative;
  z-index: 9999;
}

.hs-search-field.cm-site-search .hs-input {
  box-shadow: 0 0 0 6px rgba(255,255,255,.2);
}

.cm-site-search input.hs-search-field__input {
  box-shadow: 0 0 0 6px rgba(255,255,255,.2);
  font-size: 18px!important;
  padding: 16px 27px 16px 27px!important;
  margin-top: 10px;
  max-width: 100%;
  color: #232425;
}

.hs-search-field.cm-site-search {
  position: relative;
}

i.fa.fa-search3:before {
  content: "\e088";
  font-family: uncodeicon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}

i.fa.fa-search3 {
  position: absolute;
  right: 1.35em;
  top: 50%;
  margin-top: -9px;
  margin-right: 3px;
}

.blog-listing-banner-wrapper div#banner-overlay {
  opacity: 0.35;
}

.active-topics-section ul li a {
  font-family: Poppins;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.2em;
  color: #303133;
}

.active-topics-section ul li {
  display: inline-block;
  padding: 0 9px 36px 9px;
}

.active-topics-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.active-topics-section ul li.active-topic a,.active-topics-section ul li a:hover {
  color: rgba(48,49,51,.5);
}

.active-topics-section {
  text-align: center;
  margin-top: 64px;
}

.post-listing {
  font-size: 0;
}

.blog-listing-wrapper .post-listing .post-item {
  max-width: 33.33333%;
  width: 100% !important;
  padding-right: 18px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}

.blog-listing-wrapper {
  margin-right: -18px;
  margin-top: -4px;
}

.post-item-innner-wrap {
  box-shadow: 0 5px 15px rgba(0,0,0,.05);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.post-item-content {
  padding: 36px 36px 36px 36px;
}

.cm-post-date {
  color: #303133;
  display: block;
  font-size: 12px;
  font-weight: 600;
  font-family: "Poppins", "Sans-Serif";
  line-height: 1.75;
}

h2.cm-post-title {
  margin: 9px 0 0 0;
  font-weight: 500;
  font-family: "Poppins", "Sans-Serif";
  word-break: break-word;
  font-size: 19px;
  line-height: 1.3;
}

h2.cm-post-title a {
  color: #303133;
}

h2.cm-post-title a:hover {
  color: #2BC48C;
}

.post-body.clearfix p {
  margin: 0;
}

.post-body.clearfix {
  margin: 9px 0 0 0;
  font-family: "Poppins", "Sans-Serif";
  font-size: 15px;
  line-height: 1.75;
}

.blog-pagination a.inactive {
  pointer-events: none;
}

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

.hs-featured-image-wrapper {
  position: relative;
}

a.cm-post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: opacity 0.2s ease-in-out;
  background-color: rgba(14, 16, 18, 0.5);
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
}

i.fa.fa-play.t-overlay-icon {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  transition-delay: 250ms;
  color: #fff;
  top: 70%;
  position: relative;
  transition: all 0.2s ease;
  opacity: 0;
}

.hs-featured-image-wrapper:hover i.fa.fa-play.t-overlay-icon {
  top: 50%;
  opacity: 1;
  transition-delay: 0.2s;
}

.hs-featured-image-wrapper:hover a.cm-post-link {
  opacity: 1;
}

.blog-post-banner-wrapper {
  margin-top: -1px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
}

.post-banner-content {
  position: relative;
  z-index: 99;
  margin-top: 99px;
  padding: 54px 0px 54px 0px;
}

div#blog-post-banner-overlay {
  border-radius: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: opacity 0.2s;
  background-color: #141618;
  opacity: 0.65;
}

h1.cm-banner--post-title {
  text-align: center;
  margin: 0;
  font-size: 50px;
  font-weight: 500!important;
  font-family: "Poppins", "Sans-Serif" !important;
  line-height: 1.2;
  color: #fff;
}

.post-banner-info {
  text-align: center;
  color: #fff;
  font-family: Poppins;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 12px;
  margin: 18px 0 0 0;
  line-height: normal;
}

.post-banner-info > div {
  display: inline;
}

.post-banner-info span {
  margin: 0 14px 0 11px;
  font-weight: 400;
}

.post-banner-info a {
  color: #fff;
}

.post-banner-info a:hover {
  color: #2BC48C;
}

.banner-scrolldown {
  text-align: center;
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: -6px;
  z-index: 100;
  transition: transform 0.2s ease-in-out,opacity 0.2s linear 0.2s!important;
  color: #f7f7f7;
  font-size: 24px;
}

.banner-scrolldown i:hover {
  transform: translateY(3px);

  opacity: .8!important;
}

.banner-scrolldown i {
  cursor: pointer;
  transition: transform 0.2s ease-in-out,opacity 0.2s linear 0.2s!important;
}

.blog-post-wrapper .post-body {
  font-family: "Poppins", "Sans-Serif";
  font-size: 15px;
  line-height: 1.75;
}

.section.post-footer .hs-form .hs-input {
  font-family: "Poppins", "Sans-Serif";
  color: #303133;
}

.section.post-footer .hs-form-field > label {
  font-size: 15px;
  margin: 20px 0 8px 0;
  line-height: 1.75;
  color: #303133;
  font-family: "Poppins", "Sans-Serif";
  font-weight: 600;
}

span.hs-form-required {
  padding-left: 3px;
}

.section.post-footer .hs-form .hs-button {
  background-color: #f7f7f7;
  font-weight: 500;
  text-transform: inherit;
  font-family: Poppins;
  letter-spacing: .1em;
  border-radius: 2px;
  padding: 13px 31px 13px 31px;
  border-color: #eaeaea;
  color: #303133;
}

#hubspot-topic_data a.topic-link {
  font-family: Poppins;
  font-size: 11px;
  padding: 2px 5px 2px 5px;
  display: inline-block;
  border: 1px solid;
  border-radius: 4px;
  margin: 0 5px 9px 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #2BC48C;
  text-decoration: underline;
  border-color: #eaeaea;
  margin-top: 0px;
}

#hubspot-topic_data {
  margin-top: 36px;
}

.blog-social-share ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-social-share ul li {
  display: inline-block!important;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 2;
  width: 44px;
  height: 24px;
  line-height: 24px;
  transition: color 400ms ease-out;
  font-size: 25px;
}

.blog-social-share ul li a span {
  display: none;
}

.blog-social-share ul li a:before {
  font-family: 'uncodeicon';
  transition: color 400ms ease-out;
}

li.social-facebook a:before {
  content: "\f09a";
}

.blog-social-share ul li a {
  color: #303133;
}

li.social-twitter a:before {
  content: "\f099";
}

li.social-pinterest a:before {
  content: "\f0d2";
}

li.social-linkedin a:before {
  content: "\f0e1";
}

li.social-xing a:before {
  content: "\f168";
}

li.social-paper-plane a:before {
  content: "\f1d8";
}

.blog-social-share {
  text-align: center;
  padding: 30px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin-top: 60px;
}

.blog-social-share ul li {}

li.social-facebook:hover a:before {
  color: #3b5998;
}

li.social-twitter:hover a:before {
  color: #3b8aca;
}

li.social-pinterest:hover a:before {
  color: #c5142b;
}

li.social-linkedin:hover a:before {
  color: #2c8cc0;
}

li.social-xing:hover a:before {
  color: #126567;
}

li.social-paper-plane:hover a:before {
  color: #999;
}

.hs-blog-post .blog-sidebar {
  width: 100%;
  padding: 72px 36px 72px 36px;
  margin: 0;
  background-color: #f7f7f7;
  float: right;
  max-width: 25% !important;
}

.hs-blog-post .blog-content {
  padding: 72px 36px 72px 36px;
  width: 75%;
}

.hs-blog-post .content-wrapper {
  padding: 0 !important;
}

.blog-sidebar .cm-site-search input.hs-search-field__input {
  margin-top: 0;
  padding: 10px 36px 10px 15px !important;
  font-size: 14px !important;
  box-shadow: none;
}

.blog-sidebar i.fa.fa-search3:before {
  font-size: 14px;
}

.blog-sidebar i.fa.fa-search3 {
  margin-right: -3px;
}

.hs-blog-post .blog-sidebar > .row-fluid-wrapper:not(:first-child) {
  margin: 54px 0 0 0;
}

.hs-blog-post .blog-sidebar h3 {
  line-height: 1.2;
  color: #303133;
  word-break: break-word;
  padding: 0 0 27px 0;
  margin: 0 0 27px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-top: 0;
  font-family: Poppins;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 12px;
  border-color: #eaeaea;
}

.cm-sidebar-topic ul,
.cm-sidebar-related-post ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cm-sidebar-topic ul li,
.cm-sidebar-related-post ul li{
  padding: 0 0 5px 0;
  font-size: 12px;
  line-height: 1.45;
}

.cm-sidebar-topic ul li a,
.cm-sidebar-related-post ul li a {
  color: #303133;
  font-weight: 500;
}

.cm-sidebar-topic ul li a span {
  display: none;
}

.cm-sidebar-topic ul li a:before {
  font-family: "uncodeicon";
  content: "\f105";
  margin-right: 12px;
  margin-top: 3px;
}

.cm-sidebar-topic ul li a:hover,
.cm-sidebar-related-post ul li a:hover {
  color: #2BC48C;
}

.cm-sidebar-related-post ul li:before {
  font-family: "uncodeicon";
  content: "\e664";
  position: absolute;
  font-size: 8px;
  left: 0;
  top: 4px;
  color: #303133;
}

.cm-sidebar-related-post ul li {
  padding-left: 18px;
  position: relative;
}

.cm-sidebar-tag ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cm-sidebar-tag ul li {
  font-family: Poppins;
  font-size: 11px!important;
  padding: 2px 5px 2px 5px;
  display: inline-block;
  border: 1px solid;
  border-radius: 4px;
  margin: 0 5px 9px 0;
  text-transform: uppercase;
  font-weight: 600;
  border-color: #eaeaea;
}

.cm-sidebar-tag ul li a {
  color: #303133;
}

.cm-sidebar-tag ul li a:hover {
  color: #2BC48C;

}

.cm-sidebar-tag ul li a span {
  display: none;
}

.cm-post-pagination-wrapper {
  background-color: #f7f7f7;
  border-top: 1px solid #eaeaea;
  line-height: 1.75;
}

.cm-post-pagination-wrapper {
  font-size: 12px;
}

nav.post-navigation ul {
  list-style: none;
  padding: 27px 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}

li.cm-page-next {
  float: right;
  text-align: right;
  width: 50%;
}

li.cm-page-prev {
  width: 50%;
  float: left;
}

nav.post-navigation {
}

nav.post-navigation a {
  padding: 0 21px;
  font-weight: 500!important;
  color: #303133;
  vertical-align: middle;
  position: relative;
}

nav.post-navigation i {
  position: absolute;
  margin-right: 14px;
  font-size: 18px;
  line-height: 18px;
  top: 50%;
  margin-top: -11px;
  left: 0;
}

nav.post-navigation .btn-icon-right i {
  position: absolute;
  margin-left: 14px;
  margin-right: 0;
  font-size: 18px;
  line-height: 18px;
  top: 50%;
  margin-top: -11px;
  right: 0;
  left: unset;
}

nav.post-navigation a:hover {
  color: #2BC48C;
}

nav.post-navigation span {
  display: inline-block;
  transition: transform 0.2s;
}

nav.post-navigation .btn-icon-left span:hover {
  transform: translateX(-4px) !important;
}

nav.post-navigation .btn-icon-right span:hover {
  transform: translateX(4px);
}

.cm-topic-page .active-topics-section {
  margin-top: 40px;
}

h1.cm-blog-title.cm-topic {
  font-size: 50px;
  line-height: 1;
  letter-spacing: -.02em;
  text-transform: capitalize;
  padding-top: 77px;
  padding-bottom: 0;
  margin: 72px auto 106px auto;
}

.cm-blog-breadcrumb-wrapper {
  border-top: 1px solid;
  border-bottom: 1px solid;
  background-color: #f7f7f7;
  border-color: #eaeaea;
  padding: 36px 0;
}

.breadcrumb-title {
  font-size: 17px;
  float: right;
  color: #999;
  line-height: 1.3em;
  font-weight: 600;
  text-transform: capitalize;
}

ol.breadcrumb-header-subtitle {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
  line-height: 1.2;
  color: #999;
  font-size: 14px;
}

ol.breadcrumb-header-subtitle li {
  display: inline-block;
  margin-top: 0;
  font-size: 13px;
  line-height: 1.75;
}

li.current:before {
  content: "/\00a0";
  padding: 0 5px 0 2px;
}

ol.breadcrumb-header-subtitle li a {
  color: #999;
}

ol.breadcrumb-header-subtitle li a:hover {
  color: #2BC48C;
}

ol.breadcrumb-header-subtitle li span {
  text-transform: capitalize;
}

.cm-author-banner-content {
  position: relative;
  z-index: 99;
  text-align: center;
  margin-top: 135px;
}

.cm-author-avatar {
  max-width: 200px;
  width: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  margin: 0 auto;
}

.cm-author-avatar img {
  width: 100%;
}

h1.cm-author-name {
  line-height: 1.2;
  margin: 30px 0 0;
  font-family: 'Playfair Display'!important;
  font-weight: 400!important;
  font-size: 50px;
  letter-spacing: -.02em;
  color: #fff;
  padding-bottom: 108px;
}

.blog-listing-banner-wrapper.blog-banner.author-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-image: url('//5357741.fs1.hubspotusercontent-na1.net/hubfs/5357741/PressReader_May2019%20Theme/Images/clouds.jpg');
}

.cm-author-page div#banner-overlay {
  background-color: #101213 !important;
  opacity: 0.85;
  background: -webkit-linear-gradient(top,rgb(35,35,35) 0%,rgba(35,35,35,0) 0%);
}

.cm-author-banner-content {
  margin-top: 93px;
}

h1.cm-author-name {
  font-size: 33.333333333333px;
}

.cm-author-page .hs-search-field.cm-site-search {
  display: none;
}

.cm-author-page .active-topics-section ul {
  display: none;
}


.error-template .header-container-wrapper,
.subscription-template .header-container-wrapper,
.password-template .header-container-wrapper,
.cm-search-template .header-container-wrapper,
.no-banner .header-container-wrapper{
  min-height: 99px;
}

.error-template .cm-header-wrapper,
.subscription-template .cm-header-wrapper,
.password-template .cm-header-wrapper,
.cm-search-template .cm-header-wrapper,
.no-banner .cm-header-wrapper {
  background-color: #303133;
}

.error-template.fixed .cm-header-wrapper,
.subscription-template.fixed .cm-header-wrapper,
.password-template.fixed .cm-header-wrapper,
.cm-search-template.fixed .cm-header-wrapper,
.no-banner.fixed .cm-header-wrapper {
  background-color: #fff;
}

nav.post-navigation a.inactive {
  color: #999;
  pointer-events: none;
}

.blog-post-wrapper .post-body p:first-child {
  margin-top: 0;
}

.blog-pagination a:hover {
  color: #2BC48C;
}


/* Styles that do not fit into any of the available sections above can go here. */

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (max-width: 959px) and (max-height: 830px)  {
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    overflow: scroll !important;
    height: 50vh;
  }

}
/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1061px) {
  .blog-listing-wrapper .post-listing .post-item {
    max-width: 50%;
  }


}


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


@media (max-width: 959px) {
  .cm-ft-copyright {
    width: 100% !important;
    text-align: center;
    padding-bottom: 0;
  }

  .cm-ft-social-icon {
    width: 100% !important;
    text-align: center;
    padding-top: 22px;
  }

  .cm-ft-bottom-section {
    padding: 35px 0;
  }

  ul.cm-social-icon li:last-child {
    padding-right: 9px;
  }

  .cm-ft-top-section .col {
    width: 33.33333333%;
    float: left;
  }

  .cm-ft-top-section .col3 {
    display: none;
  }

  .cm-ft-top-section {
    padding-bottom: 73px;
    padding-top: 72px;
  }

  .cm-ft-top-section .col2 {
    width: 25%;
  }

  .cm-footer-from .hs-button {
    width: 100%;
  }

  .cm-ft-top-section .col1 {
    padding-right: 2px;
  }

  .cm-header-logo img {
    max-width: 134px !important;
    margin-top: 27px !important;
    margin-bottom: 28px !important;
  }

  .cm-header-logo-partner img {
    max-width: 234px !important;
    margin-top: 27px !important;
    margin-bottom: 28px !important;
  }

  .cm-header-wrapper .page-center {
    position: relative;
  }

  h1.cm-blog-title {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 57px;
  }

  .active-topics-section ul li {
    padding: 0 9px 6px 9px!important;
  }

  .active-topics-section {
    margin-bottom: 26px;
  }

  h1.cm-banner--post-title {
    font-size: 33.333333333333px;
  }

  .post-banner-content {
    margin-top: 59px;
  }

  .banner-scrolldown {
    display: none;
  }

  .hs-blog-post .blog-sidebar {
    max-width: 100% !important;
    float: none;
    width: 100% !important;
    padding-top: 36px;
  }

  .hs-blog-post .blog-content {
    float: none;
    width: 100% !important;
    padding-top: 36px;
  }

  .blog-post-wrapper .post-body p:first-child {
    margin-top: 0;
  }

  h1.cm-blog-title.cm-topic {
    font-size: 33.333333333333px;
    margin-top: 32px;
    padding-bottom: 3px;
  }

  .breadcrumb-title {
    float: none;
    text-align: center;
  }

  ol.breadcrumb-header-subtitle {
    text-align: center;
    margin: 9px 0 0 0px!important;
  }

  .error-template .header-container-wrapper,
  .subscription-template .header-container-wrapper,
  .password-template .header-container-wrapper,
  .cm-search-template .header-container-wrapper,
  .no-banner .header-container-wrapper{
    min-height: 85px;
  }

  h1 {
    font-size: 33.333333333333px;
  }

  h2 {
    font-size: 26.666666666667px;
  }

  h3 {
    font-size: 22.666666666667px;
  }

  h4 {
    font-size: 20.666666666667px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .form-title {
    font-size: 33.333333333333px;
  }

  h1.cm-banner-title {
    font-size: 26.666666666667px;
  }

}  


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

@media (max-width: 767px) {
  .cm-ft-top-section .col4 {
    display: none;
  }

  .cm-ft-top-section .col {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .cm-ft-top-section {
    padding-bottom: 85px;
    padding-top: 72px;
  }

  .cm-ft-top-section > .row-fluid-wrapper {
    margin-left: 0;
  }

  .cm-ft-top-section .col1 {
    margin-bottom: 36px;
  }

  .cm-ft-copyright {
    padding: 0;
  }

  .blog-listing-wrapper .post-listing .post-item {
    max-width: 100%;
  }

  .banner-content {
    width: 100%;
  }

  .section.post-body img {
    max-width: 100% !important;
    width: 100% !important;
  }

}  


@media (max-width: 569px) {
  .post-banner-info {
    font-size: 10px;
  }

  .post-banner-info span {
    margin: 0 9px 0 6px;
  }

}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .cm-footer-wrapper {
    overflow: hidden;
  }
}

@media (max-width: 400px) {
  .email-prefs .item .item-inner * {
    font-size: 12px;
  }   
  .subscribe-options label {
    margin-left: 0px;
  }
  .hs_recaptcha {
    overflow-y: auto;
    width: 100%;
  }
}

@media (max-width: 338px) {
  .email-prefs .item .item-inner * {
    font-size: 11px;
  }  

  .subscribe-options label span {
    font-size: 12px;
  }
  .subscribe-options label {
    margin-left: 0px;
  }
}

@media (max-width: 320px) {
  h1.cm-banner--post-title {
    font-size: 28px;
  }

  .post-banner-content {
    margin-top: 57px;
  }

  h1.cm-blog-title.cm-topic {
    font-size: 28px;
  }

  .form-title {
    font-size: 28px;
  }

  .container-fluid .row-fluid .page-center {
    padding-left: 34px;
    padding-right: 34px;
  }
}

/* =============== Error =============== */
.main-content-error {
  background: #f7f7f7; 
}
@media all{
a{background:transparent;}
a:active,a:hover{outline:0;}
h1{font-size:2em;margin:0.67em 0;}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}
script{display:none!important;}
@media print{
.animate_when_almost_visible{opacity:1!important;animation-name:none!important;}
}
*{box-sizing:border-box;}
*:before,*:after{box-sizing:border-box;}
@media (max-width: 569px){
body:not(.menu-mobile-centered) .mobile-hidden{display:none!important;}
}
@media (min-width: 570px) and (max-width: 959px){
body:not(.menu-mobile-centered) .tablet-hidden{display:none!important;}
}
a{outline:0;border:0;text-decoration:none;}
a:hover,a:focus{text-decoration:none;}
*:focus{outline:none;}
hr{margin:27px 0px 27px 0px;border:0;border-top-width:1px;border-style:solid;}
hr.separator-no-padding{margin-top:0px;margin-bottom:0px;}
.uncode_text_column > *:first-child{margin-top:0px;}
h1,h5{-webkit-font-smoothing:antialiased;}
h1{font-size:35px;line-height:1.2;margin:0 0 0;}
@media (max-width: 339px){
h1{font-size:28px;}
}
.h3{font-size:24px;line-height:1.2;margin:27px 0 0;}
h5{font-size:17px;line-height:1.2;margin:27px 0 0;}
p{font-size:15px;line-height:1.75;margin:18px 0 0;}
.text-lowercase{text-transform:lowercase;}
.font-weight-300,.font-weight-300 *:not(strong):not(b){font-weight:300!important;}
.font-weight-700,.font-weight-700 *:not(strong):not(b){font-weight:700!important;}
.row-inner{display:table-row;}
@media (max-width: 959px){
.row-inner{display:table;table-layout:fixed;width:100%;}
}
.row{display:table;table-layout:fixed;width:100%;position:relative;}
.row .uncol{display:block;overflow:hidden;position:relative;}
.row .uncoltable{display:table;table-layout:fixed;position:relative;width:100%;height:100%;}
@media (max-width: 959px){
.row .uncoltable{padding-top:0!important;}
}
.row .uncell{display:table-cell;position:relative;height:100%;vertical-align:inherit;border:0;}
@media (min-width: 960px){
.row .uncont.col-custom-width{border:36px;border-style:solid;border-color:transparent;border-top-width:0px;border-bottom-width:0px;background-clip:padding-box;}
}
.row .uncont > *{position:relative;}
.row div[class*=col-lg-].align_center > .uncol > .uncoltable > .uncell > .uncont{text-align:center;}
.row div[class*=col-lg-].align_center > .uncol > .uncoltable > .uncell > .uncont .btn{transform-origin:center;}
.row div[class*=col-lg-].align_center > .uncol > .uncoltable > .uncell > .uncont hr{margin-left:auto;margin-right:auto;}
.row div[class*=col-lg-].pos-center > .uncol > .uncoltable > .uncell > .uncont{margin:0 auto;}
.row div[class*=col-lg-].pos-middle .uncell,.row div[class*=col-lg-].pos-middle{vertical-align:middle;}
@media (max-width: 959px){
.row div[class*=col-lg-]{padding:36px 0px 0px 0px;}
}
.col-lg-12{padding:36px 36px 36px 36px;display:block;height:auto;width:100%;vertical-align:top;position:relative;}
@media (min-width: 960px){
.col-lg-12{display:table-cell;height:100%;}
.chrome .col-lg-12{height:0;}
.col-lg-12{width:100%;}
.row .uncoltable{min-height:0!important;}
}
.uncell,.uncont{transition-property:box-shadow;transition-duration:0.3s;transition-timing-function:cubic-bezier(0.57, 0.21, 0.69, 1);}
.btn{display:inline-block;font-size:12px;padding:13px 31px 13px 31px!important;font-style:normal!important;text-align:center;vertical-align:middle;margin-top:1px;margin-bottom:1px;cursor:pointer;background-image:none;border-style:solid;border-radius:2px;outline:none;white-space:pre-wrap;-webkit-text-stroke:0px;transition:color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;}
@media (max-width: 569px){
.btn:not(input){transform:scale(0.8);transform-origin:left;}
}
.btn .fa{position:relative;vertical-align:top;line-height:inherit;}
.btn-container{display:block;margin-top:18px;}
.btn-container.btn-inline{display:inline-block;padding-left:9px;padding-right:9px;vertical-align:bottom;margin-top:0px!important;}
@media (max-width: 569px){
.btn-container.btn-inline{display:block;padding:0px;margin-top:9px!important;}
}
* > .btn-container:first-of-type{padding-left:0px;}
* > .btn-container:last-of-type{padding-right:0px;}
.btn-icon-left .fa{margin-right:9px;}
.btn-circle{border-radius:0.6em!important;}
.empty-space{margin-top:0!important;}
.empty-space.empty-single{padding-top:36px;}
.el-text{margin:18px 0px 0px 0px;clear:both;}
.heading-text.el-text > *:first-child{margin-top:0!important;display:inline-block;}
.heading-text.el-text > *:first-child.bigtext{display:block;}
.heading-text.el-text > *:last-child{margin-bottom:0!important;}
.el-text > * > span:not(.heading-text-inner){display:block;}
.el-text + .clear{margin-top:0!important;}
.no-touch .bigtext{opacity:0;}
html:not(.no-cssanimations) .animate_when_almost_visible{opacity:0;animation-duration:0.6s;backface-visibility:hidden;}
html:not(.no-cssanimations) body:not(.fp-waiting) .animate_when_almost_visible.start_animation:not(.zoom-reverse).zoom-out{animation-name:zoom-out;transform:scale(1);opacity:1;}
}

/*! CSS Used from: Embedded */
@media (min-width: 960px){
.limit-width{max-width:1200px;margin:auto;}
}

@media all{
.text-accent-color{color:#2BC48C!important;fill:#2BC48C!important;}
.font-762333{font-family:Poppins!important;}
.fontsize-160206{font-size:150px;}
@media (max-width: 959px){
.fontsize-160206{font-size:100px;}
}
@media (max-width: 569px){
.fontsize-160206{font-size:35px;}
}
@media (max-width: 320px){
.fontsize-160206{font-size:28px;}
}
.fontheight-179065{line-height:1;}
.fontspace-111509{letter-spacing:-0.05em;}
p{font-size:15px;}
h1:not([class*="fontsize-"]){font-size:40px;}
.h3:not([class*="fontsize-"]){font-size:24px;}
h5:not([class*="fontsize-"]){font-size:17px;}
.row-inner div[class*=col-lg-]{font-size:14px;}
::selection{background:#2BC48C;color:#ffffff!important;}
::-moz-selection{background:#2BC48C;color:#ffffff!important;}
.style-light{color:#232425;}
.style-light a{color:#303133;}
.style-light a:not(.btn-text-skin):hover,.style-light a:not(.btn-text-skin):focus{color:#2BC48C;}
h1,h5{font-weight:500;font-family: "Poppins", "Sans-Serif";}
.style-light h1,.style-light h5,.style-light .counter{color:#303133;}
.btn:not(.btn-custom-typo){font-weight:500!important;font-family:Poppins!important;letter-spacing:0.1em;text-transform:uppercase;}
.style-light hr{border-color:#eaeaea;}
.style-light .btn-default{color:#ffffff!important;background-color:#303133!important;border-color:#303133!important;}
.style-light .btn-default:not(.btn-hover-nobg):not(.icon-animated):not(.btn-flat):hover{color:#303133!important;background-color:transparent!important;border-color:#303133!important;}
.btn,.btn:not(.btn-custom-typo){border-width:1px;}
}
/*! CSS Used from: Embedded */
.btn:not(.btn-custom-typo){font-weight:500!important;text-transform:inherit!important;}
.btn{font-weight:500!important;}
/*! CSS Used from: https://about.pressreader.com/wp-content/themes/uncode/library/css/uncode-icons.css?ver=2071583670 ; media=all */
@media all{
.fa{font-family:uncodeicon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.fa-arrow-left3:before{content:"\e6e1";}
}
/*! CSS Used from: Embedded */
h1,h5{font-family: "Poppins", "Sans-Serif";}
/*! CSS Used from: Embedded */
.bigtext *{white-space:nowrap;}
.bigtext > *{display:block;}
/*! CSS Used from: Embedded */
#bigtext-id0 .bigtext-line0{font-size:69.7px;}
@media (max-width: 959px){
#bigtext-id0 .bigtext-line0{font-size:29px;}
}
/*! CSS Used keyframes */
@keyframes zoom-out{0%{transform:scale(1.5);opacity:0.1;}100%{transform:scale(1);opacity:1;}}
/*! CSS Used fontfaces */


@media only screen and (max-width: 600px) {
	.banner-content {
    width: 100%;
    padding-left: 53px;
    margin-left: -56px;
}
} 

@media only screen and (min-width: 600px)  {
	.banner-content {
    width: 50%;
    padding-left: 53px;
    margin-left: -56px;
}
} 

@media only screen and (min-width: 768px) {
	.banner-content {
    width: 50%;
    padding-left: 53px;
    margin-left: -56px;
}
} 

@media only screen and (min-width: 992px)  {
	.banner-content {
    width: 50%;
    padding-left: 90px;
    margin-left: -86px;
}
}  

@media only screen and (min-width: 1200px) {
	.banner-content {
    padding-top: 40px;
    margin-top: 36px;
    width: 50%;
    padding-left: 3px;
    margin-left: -86px;
}
}
/*SLIDE-IN CTA
--------------------------------------------- */
#slidebox {
    max-width: 400px;
    padding: 34px 0 0;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    right: -430px;
    z-index: 10;
    border-top: 1px solid #dee4ed;
    border-left: 1px solid #dee4ed;
    border-top-left-radius: 8px
}

a.close {

    background: transparent url(//53.fs1.hubspotusercontent-na1.net/hub/53/file-527841348-gif/close.gif) no-repeat top left;
    width: 13px;
    height: 13px;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
}

a.close:hover {
    background-position: 0 -13px;
}

@media only screen and (max-device-width: 480px) {
    #slidebox {
       width: 100%;
    }
}
.vidyard-player-container div {
  padding-bottom: 56.25% !important;
}
.vidyard-player-embed{
  display: none !important;
}
.post-nav-content {
    position: relative;
    z-index: 99;
    margin-top: 99px;
}
.post-banner-info-light {
  text-align: left;
  color: #303133;
  font-family: Poppins;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 12px;
  margin: 18px 0 28px 0;
  line-height: normal;
}

.post-banner-info-light > div {
  display: inline;
}

.post-banner-info-light span {
  margin: 0 14px 0 11px;
  font-weight: 400;
}

.post-banner-info-light a {
  color: #2BC48C;
}

.post-banner-info-light a:hover {
  color: #303133;
}

.legal-consent-container p {
  font-family: "Poppins", "Sans-Serif";
    font-size: 12px !important; 
    line-height: 1.4;
    font-weight: 400;
}
.textbox {
    margin-top: .25rem;

    display: block;
    width: 100%;
    border-radius: .375rem;
    --tw-border-opacity: 1;
    border-color: rgba(209,213,219,var(--tw-border-opacity))
}

.textbox:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209,213,219,var(--tw-border-opacity))
}

.textbox {
    --tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.textbox:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229,231,235,var(--tw-ring-opacity));
    --tw-ring-opacity: .5
}
.w-full {
    width: 100%
}
.h-24 {
    height: 6rem
}
.style-color-lxmt-bg {
    background-color: #f7f7f7;
}
.messagebox_text {
    color: #141414;
    padding: 28px !important;
    border-radius: 4px;
    font-weight: 600;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    margin: 0 0px 12px !important;
    font-weight: 400!important;
    text-shadow: none!important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    background: #f7f7f7 !important;
    max-width: 1200px !important;
}
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    background: #f7f7f7 !important;
}
#disqus_thread {
    display: none !important;
}
.widget-type-blog_comments {
    display: none !important;
}