/* Test cache bust */
@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}
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;
}
*,:after,:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}body,html{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}}
a#CybotCookiebotDialogPoweredbyCybot,div#CybotCookiebotDialogPoweredByText{display:none !important}#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{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}.container-fluid .row-fluid .page-center{float:none;max-width:1200px;margin:0 auto;padding-left:36px;padding-right:36px}::-moz-selection{background:#2bc48c;color:#fff;text-shadow:none}::selection{background:#2bc48c;color:#fff;text-shadow:none}address,code,dd,dl,dt,label,li,p,pre,small{font-size:15px}.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,h1,h2,h3,h4,h5,h6{font-family:"Poppins","Sans-Serif"}.h1,.post-body h1{font-size:45px !important;font-weight:600;line-height:1.3 !important;margin:27px 0 0 !important}.h2,.post-body h2{font-size:29px !important;font-weight:700;margin:52px 0 0 !important}@media(max-width:339px){.h1,.post-body h1{font-size:28px}}.h2,.post-body h2{line-height:1.2;margin:27px 0 0}.h3,.h4,.post-body h3,.post-body h4{font-size:24px;line-height:1.2;margin:27px 0 0}.h4,.post-body h4{font-size:20px}.h5,.h6,.post-body h5,.post-body h6{font-size:17px;line-height:1.2;margin:27px 0 0}.h6,.post-body h6{font-size:14px}p{margin:18px 0 0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}h1,h2,h3,h4,h5,h6{margin:15px 0}h1{letter-spacing:-.05em;font-size:50px;line-height:1;font-weight:300}h2,h3,h4,h5,h6{font-size:40px;color:#303133;font-weight:700;line-height:1.2}h3,h4,h5,h6{font-size:35px}h4,h5,h6{font-size:29px;letter-spacing:-.02em;font-weight:500}h5,h6{font-size:24px;line-height:1.5em}h6{font-size:20px}a{color:#2bc48c;text-decoration:none;transition:all 200ms ease}a:focus,a:hover{color:#00a54e}.color-accent-border,blockquote{border-color:#2bc48c}blockquote{margin:27px 0;padding:0 0 0 27px;border-left:2px solid}blockquote p{font-size:18px;line-height:1.75;margin:18px 0 0}.blog-post-wrapper .post-body p:first-child,blockquote p:first-child{margin-top:0}blockquote small{font-size:13px;margin:9px 0 0;display:inline;letter-spacing:0 !important}blockquote small:before{content:"-";margin:0 9px 0 0}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:-.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:-.25em;margin-left:.1em}cite{font-style:normal}hr{color:#ccc;background-color:#ccc;height:1px;border:0}h1.cm-banner-title{color:#fff;letter-spacing:-.02em;line-height:1.2;font-size:40px;font-family:"Poppins","Sans-Serif";font-weight:300;margin:0}.cm-banner-subtitle{margin:9px 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:#fff;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;position:relative;z-index:999}.banner-content>div{max-width:396px;margin:0 auto}.custom-banner-wrapper>div{vertical-align:middle;display:table-cell}.cm-bnr-button:focus,.cm-bnr-button:hover{background-color:transparent;border-color:#2bc48c;color:#2bc48c}div#banner-overlay{position:absolute;width:100%;height:100%;top:0;left:0;transition:opacity .2s;background:-webkit-linear-gradient(top,#232323 17%,rgba(35,35,35,0) 43%)}.logo-image.logo-light{display:block}.cm-header-logo img,.cm-header-logo-partner img{max-width:201px;margin-top:27px;margin-bottom:27px;transition:all .5s ease}.cm-header-logo-partner img{max-width:450px}.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 .5s ease-in-out,background-color .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 .5s ease}.content-wrapper{padding-top:35px;padding-bottom:35px}.submitted-message{padding-bottom:20px;color:#333}.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:0}.cm-ft-copyright p{margin:0;font-size:12px}.cm-ft-copyright{padding:27px 36px}.cm-ft-copyright p a{color:#fff}.blog-pagination .center-col a:hover,.cm-ft-copyright p a:hover,.cm-ft-menu ul li a:hover,.hs-rss-item-text a:hover,h2.cm-post-title a:hover,ul.cm-social-icon li 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:.9em;display:inline-block;line-height:1;vertical-align:top;margin-right:.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;padding:27px 36px}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}ul.cm-social-icon li:last-child{padding-right:0}.cm-ft-top-section .col h3{margin-top:0;margin-bottom:36px;font-weight:700 !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 15px}.cm-ft-menu ul li a{text-transform:uppercase}.cm-ft-menu ul li a:before{font-family:"uncodeicon";content:"\f105";margin-right:9px;margin-top:3px}.hs-related-blog-item,.hs-rss-item{margin:0 0 15px}.cm-ft-menu ul li a,.hs-rss-item-text a{font-size:12px;padding:0 0 5px;color:#fff;font-weight:500}.custom-menu-primary.hide-mobile .hs-menu-wrapper>ul{float:right}
.custom-menu-primary.hide-mobile .hs-menu-wrapper>ul>li>a{font-size:14px;color:#fff;font-family:Poppins;line-height:1em;position:relative;display:block;font-weight:500;letter-spacing:.05em;padding:0 14px}.custom-menu-primary.hide-mobile .hs-menu-wrapper>ul>li:last-child>a{background-color:#2bc48c;color:#fff !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:rgba(255 255 255 / 0);color:#2bc48c !important;border-color:#2bc48c}.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;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.active>a,.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:not(:last-child)>a{padding-bottom:41px}.custom-menu-primary.hide-mobile .hs-menu-wrapper>ul ul{background-color:#fff;padding:18px;min-width:231px;margin-top:1px;box-shadow:0 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 a{font-family:Poppins;color:#303133;position:relative;display:block;font-size:14px;padding: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)}.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}@media screen and (min-width:960px){.custom-menu-primary .hs-menu-wrapper,.custom-menu-primary .hs-menu-wrapper>ul ul,.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:0}}.child-trigger,.cm-footer-from .hs-form-field>label,.mobile-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}.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{background-color:transparent;background-image:none;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;bottom:auto;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;color:#fff;display:block;float:none;font-weight:400;height:auto;left:auto;line-height:1;margin:0;max-width:none;padding:0;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;top:auto;width:100%}.custom-menu-primary .hs-menu-wrapper>ul li a{color:#303133;font-family:Poppins;font-size:4.5vw;font-weight:600;letter-spacing:.05em;line-height:1.3;padding:5px 36px;position:relative;text-align:center;text-transform:none}.child-trigger,.mobile-trigger{cursor:pointer;position:absolute}.mobile-trigger{display:inline-block !important;font-size:16px;font-weight:400;height:auto;margin-top:-4px;padding:0;right:35px;top:50%;transform:translateY(-50%);width:auto}.mobile-trigger span,.mobile-trigger span:after,.mobile-trigger span:before{background:#fff;background-clip:padding-box;border-radius:5px;display:inline-block;height:2px;position:relative;width:20px}.mobile-trigger span:after,.mobile-trigger span:before{content:"";left:0;position:absolute;-webkit-transform-origin:10px center;transform-origin:50% 50%;transition:top .3s ease-in-out .6s,transform .3s ease-in-out}.mobile-trigger span:before{top:6px}.mobile-trigger span:after{top:-6px}.fixed .mobile-trigger span,.fixed .mobile-trigger span:after,.fixed .mobile-trigger span:before,.mobile-open .mobile-trigger span,.mobile-open .mobile-trigger span:after,.mobile-open .mobile-trigger span:before{background:#303133}.mobile-open span.lines{background:0 0 !important;transition:background .3s ease-in-out 0}.mobile-open .mobile-trigger span:after,.mobile-open .mobile-trigger span:before{top:0;transform:rotate(45deg);transition:top .3s ease-in-out,transform .3s ease-in-out .5s;width:20px}.mobile-open .mobile-trigger span:after{transform:rotate(-45deg)}.child-trigger{display:block !important;height:100%;padding:0 !important;right:0;top:0;width:100%;z-index:999999}.child-trigger:hover{text-decoration:none}.child-trigger i,.child-trigger i:after{background-color:#303133;display:block;height:1px;width:10px}.child-trigger i{float:right;margin:0 auto !important;right:36px;top:50%;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.child-trigger i:after{content:"";position:absolute;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.child-trigger.child-open i:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.child-trigger i,.custom-menu-primary.js-enabled{position:relative}.custom-menu-primary.js-enabled .hs-menu-children-wrapper,.custom-menu-primary.js-enabled .hs-menu-wrapper{display:none}.custom-menu-primary ul.hs-menu-children-wrapper{display:none;opacity:1 !important;position:static !important;visibility:visible !important}.custom-menu-primary.js-enabled .hs-menu-wrapper{left:0;padding:0;position:relative;top:-4px;width:100%}.custom-menu-primary.show-mobile{background-color:#fff;display:table !important;height:0;min-height:0;overflow-y:auto !important;position:fixed;text-align:center;top:85px;transition:all .5s ease;width:100%;z-index:99999999}.mobile-open .custom-menu-primary.show-mobile.js-enabled{height:auto;min-height:calc(100vh - 85px)}.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%}.custom-menu-primary .hs-menu-wrapper>ul>li{position:relative;text-align:center}.custom-menu-primary .hs-menu-wrapper>ul>li.active>a,.custom-menu-primary .hs-menu-wrapper>ul>li>a:focus,.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover{color:rgba(48,49,51,.5)}.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a{background-color:#2bc48c;border:1px solid #2bc48c;color:#fff !important;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;font-family:Poppins;font-size:12px;font-weight:500;letter-spacing:.1em;line-height:normal;margin-top:18px;text-transform:inherit;transition:color .2s,background-color .2s,border-color .2s}.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}.custom-menu-primary .hs-menu-wrapper>ul ul ul li a{text-indent:30px}.custom-menu-primary .hs-menu-wrapper>ul ul ul ul li a{text-indent:50px}}#hubspot-author_data:after,.hs-author-profile .hs-author-profile:after{content:'';display:block;clear:both}#hubspot-author_data .hs-author-avatar img{width:50px;float:left;margin-right:15px;height:auto !important}.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:0}.hs-blog-social-share{margin-top:20px;padding:10px 0 0;border-top:1px solid #ccc;border-bottom:1px solid #ccc}.comment{margin:10px 0;border-top:1px solid #ccc;padding:15px 0}.comment-date{font-size:13px}.comment-from{font-weight:700}.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{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.active{background-color:#eee;color:#333 !important;cursor:default;pointer-events:none}.blog-pagination a,div#hubspot-author_data span,span.center-col{display:inline-block}i.fa.fa-angle-left,i.fa.fa-angle-right{font-size:18px}.hs-blog-listing .hs-author-profile{border-bottom:1px solid #ccc;padding:0 0 20px;margin:0 0 20px}.hs-blog-post .hs-author-profile{border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:20px 0;margin:20px 0}.hs-author-profile .hs-author-avatar{float:left;margin-right:15px;max-width:100px}#hubspot-author_data .hs-author-avatar img,.hs-author-profile .hs-author-avatar img{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;max-width:100%}.hs-author-profile .hs-author-bio{overflow:hidden}.hs-author-profile h2.hs-author-name{margin:0 0 10px}.hs-form-field{margin-bottom:15px}.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}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=file],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{width:100%;max-width:767px;-webkit-appearance:none;background-color:#fff;display:block;font-size:14px;line-height:normal;padding:10px 15px;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=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=file]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,select:focus,textarea:focus{outline:0;border-color:#2bc48c}.hs-error-msgs,form.hs-form .hs-form-field ul.inputs-list{list-style:none;padding:0}.hs-error-msgs label{font-size:13px;padding:0;margin:18px 0 5px;display:block;font-weight:500;line-height:1.75;color:#2bc48c}.hs-error-msgs{margin:0;color:red}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}.cm-author-avatar img,form.hs-form fieldset[class*=form-columns] .hs-input,input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{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%},.btn-accent{color:#fff !important;background-color:#2bc48c !important;border-color:#2bc48c !important},.btn-accent:not(.btn-hover-nobg):not(.icon-animated):hover,.btn-accent:not(.btn-hover-nobg):not(.icon-animated):focus,.btn-accent:not(.btn-hover-nobg):not(.icon-animated):active{background-color:transparent !important;border-color:#2bc48c !important}.btn-accent:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,.btn-accent:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,.btn-accent:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):active{color:#2bc48c !important}@media(max-width:400px){form.hs-form fieldset .hs-form-field{padding:0}form.hs-form .form-columns-2 .hs-form-field .hs-input,form.hs-form .form-columns-3 .hs-form-field .hs-input,form.hs-form fieldset.form-columns-3 .hs-form-field{width:100%}form.hs-form .form-columns-3 .hs-form-field .hs-input[type=checkbox]{width:auto}}#hs_form_target_blog_subscription input[type=checkbox],#hs_form_target_blog_subscription input[type=radio]{width:auto;margin-right:10px}.btn{padding:13px 31px !important;border-style:solid;border-width:1px}.btn,.btn-link{display:inline-block;font-size:12px;font-style:normal !important;text-align:center;vertical-align:middle;margin-top:1px;margin-bottom:1px;cursor:pointer;background-image:none;border-radius:2px;outline:0;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}@media(max-width:569px){.btn-link:not(input),.btn-accent{color:#fff !important;background-color:#2bc48c !important;border-color:#2bc48c !important},.btn:not(input){transform:scale(.99);transform-origin:left}.menu-accordion .btn-link:not(input),.menu-accordion .btn:not(input),.navbar .btn-link:not(input),.navbar .btn:not(input){transform:none}}.btn-container,.btn-link.btn-top-margin,.btn.btn-top-margin{margin-top:18px}.btn .fa,.btn-link .fa{position:relative;vertical-align:top;line-height:inherit}.btn-link.btn-border-animated,.btn.btn-border-animated{position:relative}.btn-link.btn-border-animated:after,.btn.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}.btn-container.btn-inline{display:inline-block;padding-left:9px;padding-right:9px;vertical-align:bottom;margin-top:0 !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:0 !important}.btn-xl{font-size:18px !important;padding:16px 47px !important}.btn-lg{font-size:15px !important;padding:14px 40px !important}.btn-sm{font-size:10px !important;padding: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}.btn-square{border-radius:0 !important}.btn-round{border-radius:8px !important}.btn-circle{border-radius:0.6em !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:#fff !important;background-color:#2bc48c !important;border-color:#2bc48c !important}.btn-pressreader-green:not(.btn-hover-nobg):not(.icon-animated):focus,.btn-pressreader-green:not(.btn-hover-nobg):not(.icon-animated):hover,btn-pressreader-green:active{background-color:transparent !important;border-color:#2bc48c !important}.btn-pressreader-green.btn-flat:not(.btn-hover-nobg):focus,.btn-pressreader-green.btn-flat:not(.btn-hover-nobg):hover,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):focus,.btn-pressreader-green:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,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):focus,.btn-pressreader-green.btn-outline:not(.btn-hover-nobg):hover,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):focus,.btn-pressreader-green.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover,btn-pressreader-green.btn-outline:active{color:#fff !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:#fff !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:#fff !important;background-color:#d9e2e8 !important;border-color:#d9e2e8 !important}.btn-pressreader-gray-light:not(.btn-hover-nobg):not(.icon-animated):focus,.btn-pressreader-gray-light:not(.btn-hover-nobg):not(.icon-animated):hover,btn-pressreader-gray-light:active{background-color:transparent !important;border-color:#d9e2e8 !important}.btn-pressreader-gray-light.btn-flat:not(.btn-hover-nobg):focus,.btn-pressreader-gray-light.btn-flat:not(.btn-hover-nobg):hover,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):focus,.btn-pressreader-gray-light:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,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):focus,.btn-pressreader-gray-light.btn-outline:not(.btn-hover-nobg):hover,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):focus,.btn-pressreader-gray-light.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover,btn-pressreader-gray-light.btn-outline:active{color:#fff !important}.hs-button.primary,input[type=button],input[type=submit]{cursor:pointer;-webkit-appearance:none;text-decoration:none;display:inline-block;margin:15px 0;white-space:pre-wrap;padding:13px 31px;font-style:normal;border-radius:0.6em;border:1px solid;color:#fff;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=button]:hover,input[type=submit]:hover{background-color:transparent;border-color:#2bc48c;color:#2bc48c}.hs-button.primary:focus,input[type=button]:focus,input[type=submit]:focus{outline:0;background-color:transparent;border-color:#2bc48c;color:#2bc48c}div#captcha_wrapper{width:100%;overflow-x:auto}.custom_error_message p{margin:15px 0}.custom_error_message .hs-button{margin:15px 0 !important}.blog .blog-sidebar{margin-top:30px}.custom_listing_comments{border:1px solid #e2e2e2;display:block;line-height:165%;padding:15px}#comments-listing.no-comments{border:0}.comment.depth-0{border-bottom:1px solid #000 !important;border-top:medium none !important;margin:0 0 10px !important}.blog-post-wrapper h2,.post-header h2{margin-bottom:20px}.blog-post-wrapper h2 a,.post-header h2 a{text-decoration:none}.comment-body{border-bottom:medium none;color:#333;display:block;padding:0}.blog-template .blog-sidebar .cell-wrapper,.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}.blog-template .blog-sidebar ul,.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 ul li{padding:0 0 10px}#hubspot-author_data .hs-author-avatar{max-width:70px;padding:10px 10px 10px 0}#recaptcha_response_field{width:auto !important;display:inline-block !important}#captcha_wrapper>#recaptcha_area{margin:0 0 20px}.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:#fff}.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}.blog-social-share ul li a span,.cm-sidebar-tag ul li a span,.cm-sidebar-topic ul li a span,.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,h2.cm-post-title 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}.active-topics-section ul li a:hover,.active-topics-section ul li.active-topic a,.fixed .custom-menu-primary.hide-mobile .hs-menu-wrapper>ul>li.active>a,.fixed .custom-menu-primary.hide-mobile .hs-menu-wrapper>ul>li>a:hover{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)}.header-show .cm-header-wrapper{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);position:fixed !important;top:0;width:100% !important;z-index:100000}.blog-listing-banner-wrapper{background-color:#112025;color:#fff;padding:36px 0;position:relative;margin-top:-1px}h1.cm-banner--post-title,h1.cm-blog-title{text-align:center;line-height:1.2;color:#fff}h1.cm-blog-title,h2.cm-post-title{font-weight:500;font-family:"Poppins","Sans-Serif"}h1.cm-blog-title{max-width:804px;padding-top:99px;letter-spacing:-.02em;padding-left:36px;padding-right:36px;z-index:9999;font-size:29px;margin:72px auto 108px}.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 !important;margin-top:10px;max-width:100%;color:#232425}.hs-search-field.cm-site-search,h1.cm-blog-title{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:.35}#hubspot-topic_data a.topic-link,.active-topics-section ul li a{font-family:Poppins;font-size:11px;text-transform:uppercase;font-weight:600}.active-topics-section ul li a{letter-spacing:.05em;line-height:1.2em;color:#303133}.active-topics-section ul li{display:inline-block;padding:0 9px 36px}.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}.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;word-break:break-word;font-size:19px;line-height:1.3}.post-body.clearfix p{margin:0}.post-body.clearfix{margin:9px 0 0}.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,div#blog-post-banner-overlay{position:absolute;width:100%;height:100%;top:0}a.cm-post-link{left:0;z-index:999;background-color:rgba(14,16,18,.5);display:table-cell;vertical-align:middle;text-align:center;transition:opacity .2s ease-in-out;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 .2s ease;opacity:0}.hs-featured-image-wrapper:hover i.fa.fa-play.t-overlay-icon{top:50%;opacity:1;transition-delay:.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 0}div#blog-post-banner-overlay{border-radius:inherit;transition:opacity .2s;background-color:#141618;opacity:.65}h1.cm-banner--post-title{margin:0;font-size:50px;font-weight:500 !important;font-family:"Poppins","Sans-Serif" !important}.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;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,.banner-scrolldown i{transition:transform .2s ease-in-out,opacity .2s linear .2s !important}.banner-scrolldown{text-align:center;position:absolute;bottom:8px;left:50%;margin-left:-6px;z-index:100;color:#f7f7f7;font-size:24px}.banner-scrolldown i:hover{transform:translateY(3px);opacity:.8 !important}.banner-scrolldown i{cursor:pointer}.blog-post-wrapper .post-body,.post-body.clearfix{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;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;border-color:#eaeaea;color:#303133}#hubspot-topic_data a.topic-link{padding:2px 5px;display:inline-block;border:1px solid;border-radius:4px;color:#2bc48c;text-decoration:underline;border-color:#eaeaea;margin:0 5px 9px 0}#hubspot-topic_data{margin-top:36px}.active-topics-section ul,.blog-social-share ul,.cm-sidebar-related-post ul,.cm-sidebar-tag ul,.cm-sidebar-topic 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: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}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;margin:0;background-color:#f7f7f7;float:right;max-width:25% !important}.hs-blog-post .blog-content{padding: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}.hs-blog-post .blog-sidebar h3{line-height:1.2;color:#303133;word-break:break-word;padding:0 0 27px;border-bottom-width:1px;border-bottom-style:solid;margin:0 0 27px;font-family:Poppins;font-weight:500;letter-spacing:.05em;text-transform:uppercase;font-size:12px;border-color:#eaeaea}.cm-sidebar-related-post ul li,.cm-sidebar-topic ul li{padding:0 0 5px;font-size:12px;line-height:1.45}.cm-sidebar-related-post ul li a,.cm-sidebar-topic ul li a{color:#303133;font-weight:500}.cm-sidebar-topic ul li a:before{font-family:"uncodeicon";content:"\f105";margin-right:12px;margin-top:3px}.blog-pagination a:hover,.cm-sidebar-related-post ul li a:hover,.cm-sidebar-tag ul li a:hover,.cm-sidebar-topic ul li a:hover,nav.post-navigation a:hover,ol.breadcrumb-header-subtitle 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 li{font-family:Poppins;font-size:11px !important;padding: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-post-pagination-wrapper{background-color:#f7f7f7;border-top:1px solid #eaeaea;line-height:1.75;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 a{padding:0 21px;font-weight:500 !important;color:#303133;vertical-align:middle;position:relative}nav.post-navigation .btn-icon-right i,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{margin-left:14px;margin-right:0;right:0;left:unset}nav.post-navigation span{display:inline-block;transition:transform .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:40px;line-height:1;letter-spacing:-.02em;text-transform:capitalize;padding-top:77px;padding-bottom:0;margin:2px auto 106px}.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}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}.breadcrumb-title,ol.breadcrumb-header-subtitle li span{text-transform:capitalize}.cm-author-banner-content{position:relative;z-index:99;text-align:center}.cm-author-avatar{max-width:200px;width:100%;position:relative;border-radius:50%;overflow:hidden;border:4px solid #fff;margin:0 auto}h1.cm-author-name{line-height:1.2;margin:30px 0 0;font-family:'Poppins' !important;font-weight:400 !important;letter-spacing:-.02em;color:#fff;padding-bottom:10px;font-size:33.333333333333px}p.cm-author-bio{margin:10px 0 0;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:.85;background:-webkit-linear-gradient(top,#232323 0,rgba(35,35,35,0) 0)}.cm-author-banner-content{margin-top:93px}.cm-author-page .active-topics-section ul,.cm-author-page .hs-search-field.cm-site-search{display:none}.cm-search-template .header-container-wrapper,.error-template .header-container-wrapper,.no-banner .header-container-wrapper,.password-template .header-container-wrapper,.subscription-template .header-container-wrapper{min-height:99px}.cm-search-template .cm-header-wrapper,.error-template .cm-header-wrapper,.no-banner .cm-header-wrapper,.password-template .cm-header-wrapper,.subscription-template .cm-header-wrapper{background-color:#303133}.cm-search-template.fixed .cm-header-wrapper,.error-template.fixed .cm-header-wrapper,.no-banner.fixed .cm-header-wrapper,.password-template.fixed .cm-header-wrapper,.subscription-template.fixed .cm-header-wrapper{background-color:#fff}nav.post-navigation a.inactive{color:#999;pointer-events:none}@media(max-width:959px) and (max-height:830px){.custom-menu-primary.js-enabled .hs-menu-wrapper{overflow:scroll !important;height:50vh}}@media(max-width:1061px){.blog-listing-wrapper .post-listing .post-item{max-width:50%}}@media(max-width:959px){.cm-ft-copyright,.cm-ft-social-icon{width:100% !important;text-align:center}.cm-ft-copyright{padding-bottom:0}.cm-ft-social-icon{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,.cm-header-logo-partner img{max-width:134px !important;margin-top:27px !important;margin-bottom:28px !important}.cm-header-logo-partner img{max-width:234px !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 !important}.active-topics-section{margin-bottom:26px}h1,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}.hs-blog-post .blog-content,.hs-blog-post .blog-sidebar{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{margin-top:32px;padding-bottom:3px}.breadcrumb-title{float:none;text-align:center}ol.breadcrumb-header-subtitle{text-align:center;margin:9px 0 0 !important}.cm-search-template .header-container-wrapper,.error-template .header-container-wrapper,.no-banner .header-container-wrapper,.password-template .header-container-wrapper,.subscription-template .header-container-wrapper{min-height:85px}h1.cm-banner-title,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,h1.cm-blog-title.cm-topic{font-size:33.333333333333px}}@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}}@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:0}.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:0}}@media(max-width:320px){.post-banner-content{margin-top:57px}.form-title,h1.cm-banner--post-title,h1.cm-blog-title.cm-topic{font-size:28px}.container-fluid .row-fluid .page-center{padding-left:34px;padding-right:34px}}.main-content-error{background:#f7f7f7}@media all{a,hr{border:0}a{background:0;text-decoration:none}a,a:active,a:hover{outline:0}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;margin:27px 0;border-top-width:1px;border-style:solid}script{display:none !important}@media print{.animate_when_almost_visible{opacity:1 !important;animation-name:none !important}}*,:after,:before{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:focus,a:hover{text-decoration:none}:focus{outline:0}hr.separator-no-padding{margin-top:0;margin-bottom:0}.uncode_text_column>:first-child{margin-top:0}h1,h5{-webkit-font-smoothing:antialiased}.h3,h1,h5{font-size:35px;line-height:1.2;margin:27px 0 0}@media(max-width:339px){h1{font-size:28px}}.h3,h5{font-size:24px}h5{font-size:17px}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;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:0;border-bottom-width:0;background-clip:padding-box}}.col-lg-12,.row .uncell,.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,.row div[class*=col-lg-].pos-middle .uncell{vertical-align:middle}@media(max-width:959px){.row div[class*=col-lg-]{padding:36px 0 0}}.col-lg-12{padding:36px;display:block;height:auto;width:100%;vertical-align:top}@media(min-width:960px){.col-lg-12{display:table-cell;height:100%;width:100%}.chrome .col-lg-12{height:0}.row .uncoltable{min-height:0 !important}}.uncell,.uncont{transition-property:box-shadow;transition-duration:.3s;transition-timing-function:cubic-bezier(.57,.21,.69,1)}.btn{display:inline-block;font-size:12px;padding: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:0;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}@media(max-width:569px){.btn:not(input){transform:scale(.99);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:0 !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-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 0 0;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:.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}}
.blog-listing-banner-wrapper{position:relative;background-color:#000 !important;overflow:hidden}.blog-listing-banner-wrapper::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 30%,#2bc48c,transparent 60%),radial-gradient(circle at 0 0,#e9168c,transparent 60%);background-size:50% 50%;animation:animateBlobs 10s infinite alternate;filter:blur(100px);1 opacity:.7}@keyframes animateBlobs{0{transform:scale(1) translate(0,0)}50%{transform:scale(1.2) translate(10%,10%)}100%{transform:scale(1) translate(0,0)}}