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

@import url('//fonts.googleapis.com/css?family=Anton|Barlow|Cookie|Open+Sans|Questrial&display=swap');

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* 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 */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

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

@font-face {
  font-family: "Avenir-LT-W01_35-Light1475496";
  src: url("//cdn2.hubspot.net/hubfs/6341951/Solembra_September2019%20Theme/Fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.eot?#iefix") format("eot"),  
    url("//cdn2.hubspot.net/hubfs/6341951/Solembra_September2019%20Theme/Fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/6341951/Solembra_September2019%20Theme/Fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow-ExtraLight";
  src: url("//cdn2.hubspot.net/hubfs/6341951/Solembra_September2019%20Theme/Fonts/51v0xj5VPw1cLYHNhfd8NFtXRa8TVwTICgirnJhmVJw1.eot?#iefix") format("eot"),
    url("//cdn2.hubspot.net/hubfs/6341951/Solembra_September2019%20Theme/Fonts/51v0xj5VPw1cLYHNhfd8NFtXRa8TVwTICgirnJhmVJw1.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/6341951/Solembra_September2019%20Theme/Fonts/51v0xj5VPw1cLYHNhfd8NFtXRa8TVwTICgirnJhmVJw1.ttf") format("truetype");
}

@font-face {
  font-family: "Futura-LT-W01-Book";
  src: url("//cdn2.hubspot.net/hubfs/6341951/Solembra_September2019%20Theme/Fonts/8bf38806-3423-4080-b38f-d08542f7e4ac.eot?#iefix") format("eot"),     
    url("//cdn2.hubspot.net/hubfs/6341951/Solembra_September2019%20Theme/Fonts/8bf38806-3423-4080-b38f-d08542f7e4ac.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/6341951/Solembra_September2019%20Theme/Fonts/8bf38806-3423-4080-b38f-d08542f7e4ac.ttf") format("truetype");
}
@font-face {
  font-family: "Proxima-N-W01-Reg";
  src: url("//cdn2.hubspot.net/hubfs/6341951/Solembra_September2019%20Theme/Fonts/64017d81-9430-4cba-8219-8f5cc28b923e.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/6341951/Solembra_September2019%20Theme/Fonts/64017d81-9430-4cba-8219-8f5cc28b923e.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/6341951/Solembra_September2019%20Theme/Fonts/64017d81-9430-4cba-8219-8f5cc28b923e.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica-W01-Light";
  src: url("//cdn2.hubspot.net/hubfs/6341951/Solembra_September2019%20Theme/Fonts/03805817-4611-4dbc-8c65-0f73031c3973.eot") format("eot"), 
    url("//cdn2.hubspot.net/hubfs/6341951/Solembra_September2019%20Theme/Fonts/03805817-4611-4dbc-8c65-0f73031c3973.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/6341951/Solembra_September2019%20Theme/Fonts/03805817-4611-4dbc-8c65-0f73031c3973.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-ExtraLight";
  src: url("//cdn2.hubspot.net/hubfs/6341951/Solembra_September2019%20Theme/Fonts/h3r77AwDsldr1E_2g4qqGPk_vArhqVIZ0nv9q090hN8.eot") format("eot"), 
    url("//cdn2.hubspot.net/hubfs/6341951/Solembra_September2019%20Theme/Fonts/h3r77AwDsldr1E_2g4qqGPk_vArhqVIZ0nv9q090hN8.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/6341951/Solembra_September2019%20Theme/Fonts/h3r77AwDsldr1E_2g4qqGPk_vArhqVIZ0nv9q090hN8.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/6341951/Solembra_September2019%20Theme/Fonts/h3r77AwDsldr1E_2g4qqGPk_vArhqVIZ0nv9q090hN8.ttf") format("truetype");
}



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

body {
  font-size: 10px;
  font-family: proxima-n-w01-reg,sans-serif;
  line-height: 2em;
  font-size: 17px;
  color: #323232;
  background:#fff;
  font-weight:normal;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 980px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3390ff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3390ff;
  text-shadow: none;
} 


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

/* Basic text */
p {} 
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 0; 
  line-height: 1.25;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}


h1 {
  font-size: 50px;
  font-family:poppins-extralight, poppins, sans-serif;
  color:#323232;
  font-weight:400;
}
h2 {
  font-family: proxima-n-w01-reg,sans-serif;
  font-size: 40px;
  color: #323232;
  font-weight:normal;
}
h3 {
  font-size: 30px;
  font-family: poppins-extralight,poppins,sans-serif;
  color: #E99F15;
  letter-spacing: normal;
  font-weight:normal;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 22px;
  font-family:proxima-n-w01-reg, sans-serif;
  color:#323232;
  font-weight:400;
}
h6{
  font-size: 20px;
  font-family:proxima-n-w01-reg, sans-serif;
  color:#e99f15;
  font-weight:700;
}


/* Anchor Links */
a { 
  cursor: pointer;
  text-decoration: none;
  color:inherit;
}
a:hover, a:focus { color: inherit; }

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

/* Block Quotes */
blockquote {
  quotes: none;
}
blockquote p {}
blockquote small {}

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

.custom-tell-us {
  background-color: #646464;
}
.custom-tell-us p {
  margin: 0;
  text-align: center;
  font: normal normal normal 15px/1.4em proxima-n-w01-reg,sans-serif;
  color: #323232;
  padding: 6px 0;
}
.custom-tell-us p a {
  margin-left: -2px;
  text-decoration: none;
}

.custom-header-logo {
  width: auto !important;
  padding: 7px 0;
}

.custom-header-logo a {
  margin-left: -5px;
}

.custom-header-logo a img {
  width: 111px !important;
}

.custom-menu-primary {
  width: auto !important;
  margin-left: 0 !important;
  padding: 14px 0;
  float: right !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  font: normal normal normal 13px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding: 0 15.5px;
  color: #323232;
  text-align: center;
  line-height: 30px;
  transition: color 0.4s ease 0s;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  padding-right: 1px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #E99F15;
}





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

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

.content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

.footer-container-wrapper {}
.footer-container {}
.custom-footer{
  background-color: rgba(69, 67, 67, 1);
  border-top: 0px solid rgba(50, 50, 50, 1);
  border-bottom: 0px solid rgba(50, 50, 50, 1);
  padding-bottom:55px;
  padding-top: 33px;
}
.custom-footer .page-center {
  padding-left:6px;
  padding-right:6px;
}

.txtNew.right p {
  margin: 0;
}

.custom-social-share a {
  color: #fff;
}

ul.lb1itemsContainer {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

ul.lb1itemsContainer li {
  width: 28px;
  height: 28px;
  margin-bottom: 0;
  margin-right: 12px;
  display: inline-block;
  margin-left: -4px;
  position: relative;
  bottom: 9px;
}

ul.lb1itemsContainer li a {
  display: block;
  height: 100%;
  text-decoration: none;
}

.txtNew.right p {
  margin: 0;
}

.custom-social-share > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.custom-social-share > div > div {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.txtNew.right {
  text-align: center;
}

ul.lb1itemsContainer li a img {
  vertical-align: top;
}

p.font_7 {
  font: normal normal normal 15px/1.4em proxima-n-w01-reg,sans-serif;
  color: #323232;
}

.txtNew.left p {
  margin: 0;
  font: normal normal normal 15px/1.4em proxima-n-w01-reg,sans-serif;
  color: #323232;
}

.footer-content-group-custom {
  display: flex !important;
  flex-basis: 100%;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 37px;
}

.footer-content-group-wrapper {
  border-width: 0 0 0 0;
  border-style: solid solid solid solid;
  border-color: rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1);
  border-radius: 0 0 0 0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.footer-content-group {
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  max-width: 306px;
}

.style-jo71k2c5 {
  position: relative;
  margin: 0px 0px 18px 0;
  left: 168px;
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
  align-self: start;
  height: 40px;
  min-height: 21px;
  width: 120px;
}

.style-jo71k2c5 a {
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  text-align: initial;
  display: flex;
  align-items: center;
  background-color: rgba(233, 159, 21, 1);
  border: solid rgba(233, 159, 21, 1) 2px;
  cursor: pointer !important;
  justify-content: center;
}

.style-jo71k2c5 a span {
  font: normal normal normal 15px/1.4em 'open sans',sans-serif;
  transition: color 0.4s ease 0s;
  color: #FFFFFF;
  display: inline-block;
  margin: calc(-1 * 2px) 2px 0;
  position: relative;
  white-space: nowrap;
  margin: 0;
}

.style-jo71k2c5:hover a {
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(233, 159, 21, 1);
}

.style-jo71k2c5:hover a span {
  color: #E99F15;
}

.comp-jo71k29u__item1 {
  position: relative;
  margin: 0px 0px 29px 0;
  left: 21px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
  max-width: 279px;
  min-height: 68px;
  pointer-events: none;
}

.comp-jo71k29u__item1 p {
  font: normal normal normal 15px/1.4em proxima-n-w01-reg,sans-serif;
  color: #323232;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
}

.style-jo71k28d {
  position: relative;
  margin: 42px 0px -31px 0;
  left: 21px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
  max-width: 279px;
  max-height: 188px;
}

.style-jo71k28d a {
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.style-jo71k28d {}

span.orange-font {
  color: #E99F15;
  letter-spacing: 0.08em;
  font-weight: bold;
}

span.black-font {
  color: #323232;
  letter-spacing: 0.08em;
  font-weight: bold;
}

span.font-text {
  font-size: 22px;
  font-family: questrial,sans-serif;
}

h4.font_2 {
  font: normal normal normal 36px/1.4em barlow-extralight,barlow,sans-serif;
  color: #E3E3E3;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  font-size: 20px;
  position: absolute;
  background-color: #fff;
  padding: 7.5px;
  bottom: 17.5px;
  left: 18px;
  min-width: 210px;
  padding-right: 15px;
}

.footer-image-group {
  position: relative;
  margin-bottom: 64px;
}

.footer-content-group.col-group2 {
  position: relative;
  left: 30px;
}

.footer-content-group.col-group3 {
  position: relative;
  left: 51px;
}

.footer-content-group.col-group1 {
  position: relative;
  left: 9px;
}






/*=====================================
Submenu 
======================================*/

.custom-submenu-overlay {
  position: fixed;
  width: 100% !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(237, 237, 237, 0.8);
}

.submenu-overlay {
  position: relative;
  width: 40px;
  cursor: pointer;
  float: right;
  margin: 26px 30px 0px 0px;
}

.header-container-wrapper .custom-submenu-overlay.overlay2 .submenu-overlay {
  width: 31px;
  height: 37px;
  cursor: pointer;
  margin-right: 9px;
  margin-top: 40px;
}

.widget-span.widget-type-cell.custom-submenu-overlay {
  display: none;
}




.header-container-wrapper .style-jo71k28d {
  margin: 0;
  left: 0;
  max-width: 100%;
  max-height: none;
  padding-left: 13px;
  padding-right: 20px;
}

.header-container-wrapper .footer-content-group.col-group3 {
  left: 0;
  margin-right: 0;
}

.header-container-wrapper .footer-content-group.col-group2 {
  left: 0;
}

.header-container-wrapper .footer-content-group.col-group1 {
  left: 0;
  margin-left: 0;
}

.header-container-wrapper .footer-content-group {
  margin: 15px;
}

.header-container-wrapper .style-jo71k28d img {
  width: 100%;
  max-width: 270px;
  /* margin: 0 auto; */
  display: block;
}

.header-container-wrapper .footer-content-group-custom {
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
  margin-top: 8px;
  overflow-y: auto;
  max-height: 80vh;
  background-color: #fff;
}

.header-container-wrapper .footer-image-group {
  margin-top: 37px;
  margin-bottom: 42px;
}

.header-container-wrapper h4.font_2 {
  width: 83.5%;
  font-size: 18px;
  left: 12px;
  bottom: 9px;
  padding-bottom: 12px;
}

.header-container-wrapper h4.font_2 span.font-text {
  font-size: 18px;
  white-space: nowrap;
}

.header-container-wrapper .comp-jo71k29u__item1 {
  padding-right: 10px;
  left: 19px;
}

.header-container-wrapper .footer-content-group {
  margin-top: 0;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* 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:768px) {

  .custom-menu-primary.outer-menu {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .header-container {
    min-height: 102px !important;
  }

  .nav-up .custom-header {
    position: fixed;
    width: 100% !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: #fff;
    animation-name: moveup;
    animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  @-webkit-keyframes moveup {

    0% {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      transform: translateY(0);
    }

    100% {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      transform: translateY(-100%);
    }


  }

  @keyframes moveup {
    0% {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      transform: translateY(0);
    }

    100% {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }

  .nav-down .custom-header {
    position: fixed;
    width: 100% !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: #fff;
    animation-name: movedown;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
  }

  @-webkit-keyframes movedown {
    0% {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      transform: translateY(-100%);
    }

    100% {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      transform: translateY(0);
    }


  }

  @keyframes movedown {
    0% {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      transform: translateY(-100%);
    }

    100% {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      transform: translateY(0);
    }


  }


}


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

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

@media (max-width: 767px){


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    position: absolute;
    top: 7px;
    right: 36px;
    z-index: 100;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .mobile-trigger i:before{ top: -9px; } /* Position top line */
  .mobile-trigger i:after{ top: 9px; } /* Position bottom line */ 

  .mobile-open .mobile-trigger i {
    background-color: transparent;
  }

  .mobile-open .mobile-trigger i:before {
    -webkit-transform: translateY(10px) translateY(-50%) rotate(-45deg);
    transform: translateY(10px) translateY(-50%) rotate(-45deg);
  }

  .mobile-open .mobile-trigger i:after {
    -webkit-transform: translateY(-10px) translateY(50%) rotate(45deg);
    transform: translateY(-10px) translateY(50%) rotate(45deg);
  }

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

  /* 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: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper {
    width: 100%; /* Full screen width */
  }

  /* Hide menu on mobile */
  /*============= Move Custom Menu Primary =============*/

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

  .custom-menu-primary.outer-menu {
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    width: 232px !important;
    height: 100vh;
    background: #E3E3E3;
    -webkit-transition: -webkit-transform 450ms;
    -moz-transition: -moz-transform 450ms;
    -ms-transition: -ms-transform 450ms;
    -o-transition: -o-transform 450ms;
    transition: transform 450ms;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate3d(100%, 0);
    transform: translate3d(100%, 0);
    z-index: 99;
    overflow-y: auto;
    padding: 0;
  }

  .mobile-open .custom-menu-primary {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }


  /* Show menu on mobile */

  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
    display: block;
  }


  /*================ Overlay ===============*/

  .custom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(50, 50, 50, 0.52);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
  }

  .mobile-open .custom-overlay {
    opacity: 1;
    visibility: visible;
  }


  /* Only 1st Level Menu */
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    margin: 90px 0px 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
    width: 100% !important;
    display: block;
    text-align: left;
    padding-left: 17px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: block;
    font: normal normal normal 15px/1.4em proxima-n-w01-reg,sans-serif;
    color: #323232;
    line-height: 56px;
    padding: 0;
    text-align: left;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {}


  /* Menu List Below 1st Level/ 2nd,3rd,4th......so on */
  .custom-menu-primary .hs-menu-wrapper > ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}


  /* Only 2nd Level Menu */
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {}


  /* Adjust Submenu Positions */
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {}


  /* Menu List Below 2nd Level/ 3rd,4th,5th......so on */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {}
  .custom-tell-us {
    display: none !important;
  }

  .custom-header {
    padding-left: 20px;
  }

  .custom-header-logo {
    width: 92px !important;
    margin: 6px 0px 11px 0 !important;
    padding: 0px 0;
  }

  .custom-header-logo a {
    margin-left: 0;
  }

  .custom-header-logo a img {
    max-width: none;
    width: 92px !important;
  }

  .header-container-wrapper .footer-content-group-custom {
    margin: 0;
    width: 100%;
  }

  .header-container-wrapper .footer-content-group-wrapper {
    padding: 0;
  }

  .header-container-wrapper .footer-content-group {
    margin: 0;
    margin-bottom: 30px;
  }

  .header-container-wrapper .style-jo71k28d {
    padding-left: 20px;
    padding-right: 15px;
  }

  .submenu-overlay {
    width: 22px;
    margin: 21px 29px 0px 0px;
  }

  .header-container-wrapper .footer-image-group {
    margin-top: 49px;
  }

  .header-container-wrapper h4.font_2 {
    width: 79.5%;
    left: 19px;
    padding-top: 11px;
    padding-bottom: 12px;
    bottom: 13px;
  }

  .header-container-wrapper .footer-image-group {
    margin-bottom: 0;
  }

  .header-container-wrapper .comp-jo71k29u__item1 {
    margin-top: 8px;
    left: 20px;
    padding-right: 37px;
  }

  .header-container-wrapper .style-jo71k2c5 {
    left: 20px;
  }
}


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


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

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

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

.replying {
  padding: 2em;
}

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

.rss-icon {
  width: 36px;
  height: 36px;
  margin-left: auto;
  margin-right: 26px;
  bottom: 3px;
  position: relative;
}

.rss-icon:after {
  display: block;
  clear: both;
  content: "";
}
.icon-background-color {
  fill: #faad4d;
}
.icon-color {
  fill: #FFFFFF;
}

.blog .page-center.content-wrapper {
  padding: 0;
}

.custom-categories ul li a {
  color: rgba(50,50,50,1);
  font: normal normal bold 15px/18px proxima-n-w01-reg,sans-serif;
  line-height: normal;
  text-decoration: none;
}

.custom-categories ul li a:hover,.custom-categories ul li.active a {
  color: rgb(233, 159, 21);
}

.custom-categories ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  white-space: nowrap;
  position: relative;
  bottom: 3px;
}

.custom-categories ul li + li {
  margin-left: 40px;
}

.custom-categories ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-group-search {
  max-width: 940px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

.custom-site-search .hs-search-field__bar form {
  position: relative;
  margin-left: 20px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  height: 16px;
  padding: 0;
  right: 19px;
  bottom: 4px;
}

.custom-site-search .hs-search-field {
  margin: 0;
  max-width: 100%;
}

.custom-site-search svg._1lTvN {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  cursor: pointer;
  fill: rgba(50,50,50,1);
  vertical-align: top;
  position: relative;
  z-index: 999;
}

.custom-site-search input[type="text"] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 1px 0 0 29px;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: none;
  font: normal normal normal 15px/1.4em proxima-n-w01-reg,sans-serif;
  line-height: normal;
  color: rgba(50,50,50,1);
}

.custom-site-search input[type="text"] {
  outline: 0;
  padding-right: 20px;
  display: inline-block;
}

.custom-site-search input[type="text"]:hover {
  border: inherit;
}

.custom-site-search input[type="text"]:focus {
  border: inherit;
  background: inherit;
}

.blog-search-open .custom-site-search .hs-search-field__bar form {
  width: 200px;
}

.blog-desktop-header-search-border-background-color {
  height: 1px;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: rgba(50,50,50,1);
  vertical-align: top;
  position: relative;
  bottom: 9px;
}

.custom-site-search.open-search .blog-desktop-header-search-border-background-color {
  opacity: .5;
}

button.PnjeY.search-input__clear-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto -5px auto 0;
  border: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: none;
}

button.PnjeY.search-input__clear-button svg.AEwbs.blog-desktop-header-search-icon-fill {
  opacity: .8;
  height: auto;
  fill: rgba(50,50,50,1);
}

.blog-search-open button.PnjeY.search-input__clear-button {
  display: block;
}

.custom-site-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  position: relative;
}

.custom-group-search > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}



.custom-site-search > .hs_cos_wrapper_type_module {
  width: 100% !important;
}
.custom-site-search .hs-search-field__bar form {
  position: relative;
  margin-left: 20px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  height: 16px;
  padding: 0;
  right: 19px;
  bottom: 4px;
  width: 0;
  float: right;
}
.custom-site-search svg._1lTvN {
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  cursor: pointer;
  fill: rgba(50,50,50,1);
  vertical-align: top;
  z-index: 99;
  position: relative;
}
.custom-site-search .hs-search-field__bar form input.hs-search-field__input:hover {
  border-width: 0;
  background-color: rgba(227, 227, 227, 0.05);
  border-style: solid;
  border-color: transparent;
}
.custom-site-search.open-search .hs-search-field__bar form {
  width: 200px;
  float: right;
}
.custom-site-search.open-search button.PnjeY.search-input__clear-button {
  display: block;
}







.custom-blog-filter-grup {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 940px;
  float: none !important;
}

.blog-topic-section {
  /*font: normal normal normal 16px/20px wfont_8f9fd7_d63fc961109745748ba4c21efd29777d,wf_d63fc961109745748ba4c21ef,orig_lato_regular;*/
  line-height: normal;
  padding-top: 25px;
}
.blog-topic-section ul {
  overflow: hidden;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.blog-topic-section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  padding: 5px 0;
}
.blog-topic-section ul li {
  margin-right: 40px;
}
.blog-topic-section ul li a {
  /*font: normal normal normal 16px/20px wfont_8f9fd7_d63fc961109745748ba4c21efd29777d,wf_d63fc961109745748ba4c21ef,orig_lato_regular;*/
  line-height: normal;
  text-decoration: none;
  color: rgba(48,48,48,1);
}
.blog-topic-section ul li a:hover {
  color: #A55D50;
}
.blog-topic-section ul li.active a {
  color: #A55D50;
}
.hs-blog-post .blog-topic-section ul li.active a {
  color: rgba(48,48,48,1);
}

.custom-topic-section {
  text-align: right;
  padding-top: 34px;
  padding-right: 15px;
  position: relative;
}
.custom-topic-section > .blog-desktop-header-search-icon-fill {
  position: relative;
  top: -3px;
}
.custom-topic-section .blog-desktop-header-search-icon-fill {
  cursor: pointer;
  opacity: 1;
  fill: rgba(47,46,46,1);
}
.search-open svg._3X5_F.blog-desktop-header-search-icon-fill {
  opacity: 0;
  visibility: hidden;
}
button._33yBj.search-input__clear-button {
  position: absolute;
  top: 30px;
  right: 15px;
  margin: auto -5px auto 0;
  border: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  outline: 0;
}
button._33yBj.search-input__clear-button > svg {
  opacity: .8 !important;
}
.search-open .custom-topic-section .hs-search-field {
  width: 203px;
}
.custom-topic-section .hs-search-field {
  margin-bottom: 0;
}
.custom-topic-section form {
  position: relative;
  border-bottom: 1px solid rgba(47,46,46,.5);
  clear: both;
  display: block;
  width: 0;
  padding-bottom: 2px;
}
.search-open .custom-topic-section form {
  width: 100%;
}
.custom-topic-section form svg._3X5_F.blog-desktop-header-search-icon-fill {
  top: -33px;
  bottom: 0;
  left: 1px;
  margin: auto 0;
  cursor: pointer;
  position: absolute;
  fill: rgba(47,46,46,1);
  display: none;
}
.search-open form svg._3X5_F.blog-desktop-header-search-icon-fill {
  opacity: 1;
  visibility: visible;
}
.search-open .custom-topic-section form svg._3X5_F.blog-desktop-header-search-icon-fill {
  display: block;
}
.custom-topic-section input[type="text"] {
  border: 0;
  position: absolute;
  background: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  top: -23px;
  left: 0;
  margin: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 1px 0 0 30px;
  color: rgba(48,48,48,1);
  padding-right: 20px;
  display: inline-block;
  height: 27px;
  /*font: normal normal normal 22px/1.4em wfont_8f9fd7_d63fc961109745748ba4c21efd29777d,wf_d63fc961109745748ba4c21ef,orig_lato_regular;*/
  line-height: normal;
  padding-bottom: 2px;
}
.custom-topic-section input::-webkit-input-placeholder {
  color: inherit;
  -webkit-transition: color .5s;
  transition: color .5s;
  opacity: .4;
}

.custom-topic-section input:-moz-placeholder {
  color: inherit;
  -webkit-transition: color .5s;
  transition: color .5s;
  opacity: .4;
}

.custom-topic-section input::-moz-placeholder {
  color: inherit;
  -webkit-transition: color .5s;
  transition: color .5s;
  opacity: .4;
}

.custom-topic-section input:-ms-input-placeholder {
  color: inherit;
  -webkit-transition: color .5s;
  transition: color .5s;
  opacity: .4;
}

.search-open button._33yBj.search-input__clear-button {
  opacity: 1;
  visibility: visible;
}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {
  padding: 20px;
  padding-top: 0;
}

/* Blog Post Title */
.blog-listing-wrapper .post-listing .post-item .post-header h2,
h2.post-listing-simple {}
.blog-listing-wrapper .post-listing .post-item .post-header h2 a,
h2.post-listing-simple a {}
.blog-listing-wrapper .post-listing .post-item .post-header h2 a:hover,
h2.post-listing-simple a:hover {}

.blog-listing-wrapper .post-listing .post-item .post-body h2,
h2.post-listing-simple {}
.blog-listing-wrapper .post-listing .post-item .post-body h2 a,
h2.post-listing-simple a {}
.blog-listing-wrapper .post-listing .post-item .post-body h2 a:hover,
h2.post-listing-simple a:hover {}

h2.post-listing-simple {
  /*font: normal normal normal 24px/1.4em wfont_8f9fd7_b71afa9c509449a39542e31a31555713,wf_b71afa9c509449a39542e31a3,orig_lato_light;*/
  font-size: 28px;
  line-height: normal;
  color: rgba(48,48,48,1);
}

/* Blog Author and Avatar / Byline */
.hs-blog-listing #hubspot-author_data {}
.hs-blog-listing #hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
.hs-blog-listing #hubspot-author_data a.author-link {}
.hs-blog-listing #hubspot-author_data .hs-author-label {} /* Which have 'Posted By' text */
.hs-blog-listing #hubspot-author_data .hs-author-avatar {}
.hs-blog-listing #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-wrapper {}
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-header {}
.blog-listing-wrapper .post-listing .post-item.no-image .post-header {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-listing-wrapper .post-listing .post-item.no-image .post-body {}
.blog-listing-wrapper .post-listing .post-item .post-body .post-content {}

.custom-byline-listing {}
.custom-byline-listing > span {}
.custom-byline-listing > span:first-child {}
.custom-byline-listing a {}
.custom-byline-listing a:hover {}
.custom-byline-listing .meta-author {}
.custom-byline-listing .meta-author a.author-link {}
.custom-byline-listing .meta-author a.author-link:hover {}
.custom-byline-listing .custom-date {}
.custom-byline-listing .meta-category {}
.custom-byline-listing .meta-category a.topic-link {}
.custom-byline-listing .meta-category a.topic-link:hover {}
.custom-byline-listing .meta-comments a:hover {}

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

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

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

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



/* Pagination */
.blog-pagination {
  padding: 20px 0;    
}
.blog-pagination a {
  line-height: 1.5;
  /*font: normal normal normal 22px/1.4em wfont_8f9fd7_d63fc961109745748ba4c21efd29777d, wf_d63fc961109745748ba4c21ef, orig_lato_regular;*/
  font-size: 16px;
  color: rgba(48,48,48,1);
  margin-right: 15px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Numbered Pagination */
.blog-pagination {}
.blog-pagination > div {}
.blog-pagination-left {}
.blog-pagination-right {}
.blog-pagination-center {}
.blog-pagination-center a {}
.blog-pagination a {}
.blog-pagination a:hover,
.blog-pagination a:focus {}
.blog-pagination a.elipses {}
.blog-pagination a.active {}
.blog-pagination a.next-link {}
.blog-pagination a.prev-link {}
.blog-pagination a.next-link,
.blog-pagination a.prev-link {}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover {}

/* =====================================
Blog Post 
===================================== */

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

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

.blog.hs-blog-post .blog-content {}

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

/* Blog Title */
.hs-blog-post .post-header h1 {
  font: normal normal normal 40px/50px poppins-extralight,poppins,sans-serif;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Blog Author and Avatar / Byline */
.hs-blog-post #hubspot-author_data {}
.hs-blog-post #hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
.hs-blog-post #hubspot-author_data a.author-link {}
.hs-blog-post #hubspot-author_data .hs-author-label {} /* Which have 'Posted By' text */
.hs-blog-post #hubspot-author_data .hs-author-avatar {}
.hs-blog-post #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-post-wrapper .post-header {}
.blog-post-wrapper .post-body {}
.blog-post-wrapper .post-body p {
  font-size: 18px;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  line-height: 2;
  white-space: pre-line;
  text-align: justify;
  color: rgba(50,50,50,1);
  font-family: proxima-n-w01-reg, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blog-post-wrapper .custom-post-footer {}

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

.custom-byline-post {}
.custom-byline-post > span {}
.custom-byline-post > span:first-child {}
.custom-byline-post a {}
.custom-byline-post a:hover {}
.custom-byline-post .meta-author {}
.custom-byline-post .meta-author a.author-link {}
.custom-byline-post .meta-author a.author-link:hover {}
.custom-byline-post .custom-date {}
.custom-byline-post .meta-category {}
.custom-byline-post .meta-category a.topic-link:hover {}
.custom-byline-post .meta-comments a:hover {}

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

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

/* Post Pagination */
.post-pagination {}

/* Comment Section */
.comment-date {
  display: block !important;
}


.span12.widget-span.widget-type-cell.blog-content {}
/* replace */

.hs-blog-post .blog-content {
  color: rgba(47, 46, 46, 1);
  background-color: rgba(255, 255, 255, 1);
  border-color: #EFEFEF;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  padding: 62px 0 54px;
  z-index: 2;
  border-width: 1px;
  margin-top: 42px;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 940px;
  float: none !important;
}

/*paste */
.hs-blog-post .blog-topic-section ul li a {
  font-size: 14px;
}
.hs-blog-post .post-sec {
  display: flex;
  width: 100%;
  flex-direction: row;
}
.hs-blog-post a._1Orau {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.hs-blog-post ul.post-meta {
  display: flex;
  position: relative;
  top: -3px;
}
.hs-blog-post .blog-topic-section ul li a {
  font-size: 14px;
}

.fluid-avatar-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: no-repeat 50%;
  background-size: cover;
  overflow: hidden;
}

.fluid-avatar-image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.hs-blog-post span._1QcLn.user-name.blog-text-color.blog-link-hover-color {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0px;
}

.hs-blog-post a._1Orau {
  display: inline-block;
  position: relative;
  top: 2px;
  /*font: normal normal normal 22px/1.4em wfont_8f9fd7_d63fc961109745748ba4c21efd29777d,wf_d63fc961109745748ba4c21ef,orig_lato_regular;*/
  font-size: 14px;
}
ul.post-meta li {
  font-size: 14px;
}

.blog-separator-background-color ,.hs-blog-post ul.post-meta:before {
  top: 0px;
}

.hs-blog-post a._1Orau:hover {
  color: #A55D50;
}
.section.post-header-title-my {
  margin-top: 27px;
}

.recent-post-wrapper {
  margin-top: 10px;
  clear: both;
  overflow: hidden;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.recent-post-wrapper h3 {
  color: inherit;
}

.rec-post-title a {
  font-weight: 400;
  font-family: inherit;
  font-size: 18px;
}



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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin-bottom: 30px;
}


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




/* =====================================
Blog Custom Styles 
===================================== */

.blog-listing-wrapper {
  /*margin-left: -7.5px;
  margin-right: -7.5px;*/
}
.blog-listing-wrapper .post-listing {
  margin-left: -15px;
  margin-right: -15px;
}

.blog-listing-wrapper .post-listing .post-item-wrapper {
  background-color: #fff;
  width: calc(50% - 30px);
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
  box-sizing: content-box;
  margin-bottom: 35px;
}
.blog-listing-wrapper .post-listing .post-item {
  padding: 16px;
}
.blog-listing-wrapper .post-listing .post-item:nth-child(2n) {
  margin-right: 0;
}
.post-image {
  text-align: center;
}
.post-image img {
  width: 100%;
  max-width: none !important;
}
.post-content {
  padding: 24px 29px;
}
.post-header {
  /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 12px;
  position: relative;
}
.post-first {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  font-size: 12px;
  position: relative;
}
.post-first h1 {
  margin: 0;
  color: rgba(50,50,50,1);
  /*font: normal normal normal 40px/50px poppins-extralight,poppins,sans-serif;*/
  line-height: normal;
}
.post-first a {
  text-decoration: none;
}
.avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: rgba(47,46,46,1);
}
span.avatar-image {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}
.post-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 10px;
  font-size: 12px;
}
a._1Orau {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
span._1QcLn.user-name.blog-text-color.blog-link-hover-color {
  display: none;
}
._3tXON svg.blog-icon-fill {
  fill: rgba(47,46,46,1);
}

._3Zi2H {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}
.NrCbc {
  margin: 0 -6px 0 3px;
  width: auto;
  float: right;
}
.hs-blog-post .NrCbc {
  margin: 0 -8px 0 3px;
}
.custom-share-post {
  position: absolute;
  top: 28px;
  z-index: 900;
  right: -8px;
  min-width: 200px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  color: rgba(47,46,46,1);
  /*font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;*/
  line-height: normal;
  background-color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 18px 15px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.social-open .custom-share-post {
  opacity: 1;
  visibility: visible;
}
.custom-share-post .blog-icon-fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  fill: rgb(50, 50, 50);
}
.custom-share-post .blog-icon-fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  fill: rgb(50, 50, 50);
}
.custom-share-post .zpcy7.blog-text-color.action-button__text {
  margin-left: 12px;
  white-space: nowrap;
  /*font: normal normal normal 22px/1.4em wfont_8f9fd7_d63fc961109745748ba4c21efd29777d,wf_d63fc961109745748ba4c21ef,orig_lato_regular;*/
  font-size: 14px;
  color: #303030;
}
div#more-button-5b5787a4fd2d9f008001683d {
  cursor: pointer;
  outline: 0;
}

.blog-icon-fill {
  fill: rgb(50, 50, 50);
}

.column-option .blog-icon-fill {
  fill: rgb(50, 50, 50);
  height: 19px;
  width: 21px;
}

.blog-listing-wrapper .post-listing .post-item:hover div#more-button-5b5787a4fd2d9f008001683d svg {

}
.blog-listing-wrapper .post-listing .post-item .post-body:hover p {

}


h2.post-item-title {
  /*font: normal normal normal 24px/1.4em wfont_8f9fd7_b71afa9c509449a39542e31a31555713,wf_b71afa9c509449a39542e31a3,orig_lato_light;*/
  font-size: 28px;
  line-height: normal;
  color: rgba(48,48,48,1);
  margin-top: 0;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
  padding-bottom: 23px;
  /*font: normal normal normal 22px/1.4em wfont_8f9fd7_d63fc961109745748ba4c21efd29777d, wf_d63fc961109745748ba4c21ef, orig_lato_regular;*/
  font-size: 16px;
  line-height: normal;
  opacity: 0.8;
}
.blog-listing-wrapper .post-listing .post-item .post-body p {
  font: normal normal normal 16px/20px proxima-n-w01-reg,sans-serif;
  line-height: 1.5;
  margin: 0;
  opacity: .8;
  word-break: break-word;
  color: rgb(50, 50, 50);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post-footer {
  padding-top: 0;
  border-top: 0;
}
.hs-blog-post .post-footer {
  margin-top: 20px;
}
.custom_listing_comments {
  font-size: 12px !important;
  line-height: normal;
  /*font: normal normal normal 22px/1.4em wfont_8f9fd7_d63fc961109745748ba4c21efd29777d, wf_d63fc961109745748ba4c21ef, orig_lato_regular;*/
  text-decoration: inherit;
  font-weight: inherit;
  font-style: inherit;
  opacity: 0.8;
}
.custom_listing_comments a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}
.hs-blog-post .custom_listing_comments a:hover {
  color: inherit;
}
.custom_listing_comments a:hover {
  color: rgba(175,30,45,1);
}

._5bxnE {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  font-size: 12px;
}
._33LjI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.blog-post-text-color {
  color: rgba(48,48,48,1);
}
._2iDLv {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}
._1wPNJ {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: no-repeat 50%;
  background-size: auto;
  background-size: cover;
  overflow: hidden;
}
._17YWs {
  width: 100%;
  height: 100%;
}
._2wbeQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 10px;
  font-size: 12px !important;
}
._25KXg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
._2MJF1 {
  /*font: normal normal normal 22px/1.4em wfont_8f9fd7_d63fc961109745748ba4c21efd29777d,wf_d63fc961109745748ba4c21ef,orig_lato_regular;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: inherit !important;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  color: rgba(48,48,48,1);
}
._25KXg:hover ._2MJF1 {
  color: rgba(175,30,45,1);
}
._3rlFF {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 19px;
  height: 19px;
  cursor: pointer;
}
.blog-post-homepage-description-fill {
  fill: rgba(48,48,48,1);
}


.float-share-full {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 99999999999;
}

body.social-open-main .float-share-full {
  visibility: visible;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

.float-share-full-inner {
  width: 452px;
  top: 40%;
  left: 50%;
  transform: translatey(-50%) translatex(-50%);
  z-index: 12;
  position: absolute;
  padding: 60px;
  background: #fff;
  transition: all 0.5s ease;
  /*font: normal normal normal 24px/1.4em wfont_8f9fd7_b71afa9c509449a39542e31a31555713,wf_b71afa9c509449a39542e31a3,orig_lato_light;*/
  font-size: 28px;
  line-height: normal;
  color: #303030;
}

.social-open-main .float-share-full-inner {
  top: 50%;
}

.float-share-full .close {
  position: fixed;
  right: 19px;
  top: 15px;
}

.float-share-full .close button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  outline: 0
}

.float-share-full .float-share-full-inner span.svg {
  display: inline-block;
}





.refleqt .post-item .top-content .right .float-share-full .float-share-full-inner {
  width: 452px;
  top: 40%;
  left: 50%;
  transform: translatey(-50%) translatex(-50%);
  z-index: 12;
  position: absolute;
  padding: 60px;
  background: #fff;
  transition: all 0.5s ease;
}

.refleqt .post-item .top-content .right.float-share-full-open .float-share-full .float-share-full-inner {
  top: 50%;
}

.refleqt .post-item .top-content .right .float-share-full .close {
  position: fixed;
  right: 19px;
  top: 15px;
}

.refleqt .post-item .top-content .right .float-share-full .close button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  outline: 0
}

.refleqt .post-item .top-content .right .float-share-full .float-share-full-inner span.svg {
  display: inline-block;
}

.refleqt .post-item .top-content .right .float-share-full .float-share-full-inner .text {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-size: 16px;
  margin-left: 9px;
  font-family: raleway, sans-serif;
  color: rgb(12, 60, 96);
  opacity: 1;
}

.refleqt .post-item .top-content .right .float-share-full .float-share-full-inner .hs-blog-social-share {
  margin-top: 80px;
  border: 0;
  padding: 0;
}

.float-share-full .float-share-full-inner span.svg svg.blog-icon-fill {
  fill: rgba(47, 46, 46, 1);
  width: 19px;
  height: 20px;
}

.float-share-full .float-share-full-inner .text {
  font: normal normal normal 36px/1.4em barlow-extralight,barlow,sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: rgba(50,50,50,1);
  margin: 0 0 35px;
  line-height: 1;
  display: block;
  text-align: center;
  text-shadow: none;
  opacity: 0.8;
  letter-spacing: .1px;
}

.float-share-full .float-share-full-inner .hs-blog-social-share {
  margin-top: 80px;
  border: 0;
  padding: 0;
}

.float-share-full .float-share-full-inner span.svg svg.blog-icon-fill {
  fill: rgba(12, 60, 96, 1);
  width: 19px;
  height: 20px;
}

.refleqt .post-item .top-content .right .float-share-full .float-share-full-inner ul.social-list {
  margin: 62px 0 0;
  padding: 0;
  list-style: none;
}

.refleqt .post-item .top-content .right .float-share-full .float-share-full-inner ul.social-list li {
  display: inline-block;
  margin-right: 46px;
}

.refleqt .post-item .top-content .right .float-share-full .float-share-full-inner ul.social-list li a {
  display: inline-block;
  padding: 0;
  height: 45px;
  width: 45px;
  margin: 0;
  border-radius: 50%;
  border: 0;
  line-height: 50px;
  text-align: center;
  fill: #fff;
}

.float-share-full-inner ul.social-list li a.share_facebook {
  background: #4464a3;
}

.float-share-full .float-share-full-inner ul.social-list li a.share_twitter {
  background: #55acee;
}

.float-share-full .float-share-full-inner ul.social-list li a.share_googleplus {
  background: #dd4b39;
}

.float-share-full .float-share-full-inner span.svg svg.blog-icon-fill {
  position: relative;
  top: -5px;
}
}

.custom-logo img {
  max-width: 409px;
}

.float-share-full-inner ul.social-list {
  padding: 0;
  list-style: none;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 24px 0 0;
}


.float-share-full .float-share-full-inner ul.social-list li {
  display: inline-block;
  margin-right: 38px;
}

.float-share-full .float-share-full-inner ul.social-list li a {
  display: inline-block;
  padding: 0;
  height: 45px;
  width: 45px;
  margin: 0;
  border-radius: 50%;
  border: 0;
  line-height: 50px;
  text-align: center;
  fill: #fff;
}

.float-share-full .float-share-full-inner ul.social-list li a.copylink {
  background: #333;
}

.float-share-full .float-share-full-inner ul.social-list li:last-child {
  margin: 0;
}

.copylink-form input#myInput {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: Avenir Next;
  font-size: 14px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  color: rgba(47, 46, 46, 1);
  border: 1px solid rgba(47, 46, 46, 0.2);
  margin-top: 20px;
  margin-bottom: 30px;
}

.copylink-form {
  height: 100%;
  width: 100%;
  display: block;
  background: #fff;
  position: relative;
  margin-top: -30px;
}

.copylink-form:before {
  /* content: ''; */
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  background: #fff;
  top: -39px;
}

.float-share-full .float-share-full-inner .text {
  font: normal normal normal 36px/1.4em barlow-extralight,barlow,sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: rgba(50,50,50,1);
  margin: 0 0 35px;
  line-height: 1;
  display: block;
  text-align: center;
}

button.copy {
  position: relative;
  display: inline-block;
  height: 40px;
  margin: 0;
  padding: 0 24px;
  border-radius: 0;
  border-style: none;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  /*font: normal normal normal 22px/1.4em wfont_8f9fd7_d63fc961109745748ba4c21efd29777d,wf_d63fc961109745748ba4c21ef,orig_lato_regular;*/
  font-size: 14px;
  line-height: normal;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(175,30,45,1);
}

button.back {
  position: relative;
  display: inline-block;
  height: 40px;
  margin: 0;
  padding: 0 24px;
  border-radius: 0;
  border-style: none;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  line-height: normal;
  color: rgba(175,30,45,1);
  border-color: rgba(175,30,45,1);
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  margin-right: 20px;
  /*font: normal normal normal 22px/1.4em wfont_8f9fd7_d63fc961109745748ba4c21efd29777d,wf_d63fc961109745748ba4c21ef,orig_lato_regular;*/
  font-size: 14px;
}

.btn-group {
  text-align: right;
}

button._2Ahnn {
  position: relative;
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}

.see-all-link {
  float: right;
  color: inherit;
  font-size: 14px;
  text-transform: capitalize;
}
.see-all-link:hover {
  color: #A55D50;
}


/*=====================================
* 
* Custom Post Styling 
* 
* 
* ==================================*/


.hs-blog-post .blog-content {
  color: rgba(47, 46, 46, 1);
  background-color: rgba(255, 255, 255, 1);
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  padding: 58px 0 54px;
  z-index: 2;
  border-width: 1px;
  margin-top: 29px;
  border-color: rgba(199,199,199,0.75);
}

.hs-blog-post .blog-content > .row-fluid-wrapper {
  max-width: 740px;
  margin: 0 auto;
}

span._1QcLn.user-name.blog-text-color.blog-link-hover-color {
  display: none;
}


.hs-blog-post .post-sec {
  /*display: block;
  width: 100%;*/
}

.hs-blog-post a._1Orau {
  display: inline-block;
  position: relative;
  top: 3px;
}

ul.post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 18px;
  opacity: .8;
}
.hs-blog-post ul.post-meta {
  display: inline-block;
  position: relative;
  top: -3px;
}

.hs-blog-post ul.post-meta:before {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 5px;
  background-color: rgba(47, 46, 46, 1);
  content: '';
  display: inline-block;
  position: relative;
  top: -3px;
}
ul.post-meta li {
  display: inline-block;
}
.hs-blog-post ul.post-meta span.post-metadata__date.time-ago {
  font-size: 14px;
}
.blog-separator-background-color {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: rgba(47,46,46,1);
  margin: 0 8px;
  position: relative;
  top: -3px;
}



.post-header-title h1 {
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
  font-size: 40px;
  line-height: 48px;
  padding-top: 13px;
}

.blog-separator-background-color {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: rgba(47, 46, 46, 1);
  margin: 0 8px;
  position: relative;
  top: -3px;
}


.post-footer-sec {
  border-top: 1px solid rgba(47, 46, 46, .2);
  padding: 15px 0;
  border-bottom: 1px solid rgba(47, 46, 46, .2);
  margin-top: 40px;
}

.post-social-actions span {
  display: inline-block;
  margin: 0 5px;
}

.post-social-actions span a.post-facebook:hover svg {
  fill: #4464a3;
}
.post-social-actions span a.post-twitter:hover svg {
  fill: #55acee;
}
.post-social-actions span a.post-google:hover svg {
  fill: #dd4b39;
}
.post-social-actions span ._2Ahnn:hover svg {
  fill: #A55D50;
}

.right-post-sec {
  text-align: right;
}

.right-post-sec a.topic-link {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  color: rgba(50,50,50,1);
  font-family: proxima-n-w01-reg, sans-serif;
}

.right-post-sec a.topic-link:hover {
  color: rgba(233,159,21,1);
}

.recent-post-wrapper h3 {
  /*font: normal normal normal 22px/1.4em wfont_8f9fd7_d63fc961109745748ba4c21efd29777d,wf_d63fc961109745748ba4c21ef,orig_lato_regular;*/
  font-size: 18px;
  line-height: 29px;
  color: #303030;
  margin: 20px 0;
}

.recent-post-wrapper {
  margin-top: 10px;
  clear: both;
  overflow: hidden;
}

.recent-post-item {
  width: 30.8%;
  float: left;
  border: 1px solid;
  border-color: rgba(204, 204, 204, 0.75);
  margin-right: 35px;
  margin-bottom: 30px;
}
.recent-post-item img {
  width: 100%;
  height: 165px;
  object-fit: cover;
}

.recent-post {
  clear: both;
  overflow: hidden;
}

.recent-post-item:nth-child(3n) {
  margin-right: 0;
}

.rec-post-body {
  padding: 24px;
}

.rec-post-title {
  /*font: normal normal normal 24px/1.4em wfont_8f9fd7_b71afa9c509449a39542e31a31555713,wf_b71afa9c509449a39542e31a3,orig_lato_light;*/
  font-size: 24px;
  line-height: 1.4em;
  font-size: 28px;
  line-height: normal;
  font-size: 18px;
}

.rec-post-title a {
  font-size: 18px;
  line-height: normal;
}

.rec-post-title a:hover {
  color: #A55D50;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #d1d1d2;
  text-align: center;
  text-decoration: none;
  background-color: rgba(33, 33, 33, 0.97);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33, 33, 33, 0.97);
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33, 33, 33, 0.97);
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33, 33, 33, 0.97);
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(33, 33, 33, 0.97);
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(33, 33, 33, 0.97);
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33, 33, 33, 0.97);
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33, 33, 33, 0.97);
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33, 33, 33, 0.97);
}


.tooltip.in {
  opacity: 1;
  left: -10px !important;
  top: -27px !important;
}

.tooltip-inner {
  border-radius: 0;
  font-family: initial;
  color: #fff;
}

.section.post-header-title-my h1 {
  color: #303030;
  /*font: normal normal normal 24px/1.4em wfont_8f9fd7_b71afa9c509449a39542e31a31555713,wf_b71afa9c509449a39542e31a3,orig_lato_light;*/
  font-size: 24px;
  line-height: 1.4em;
  font-size: 40px;
  line-height: normal;
  margin: 0;
  padding: 0;
  /*font: normal normal normal 24px/1.4em wfont_8f9fd7_b71afa9c509449a39542e31a31555713,wf_b71afa9c509449a39542e31a3,orig_lato_light;*/
  font-size: 24px;
  line-height: 1.4em;
  font-size: 28px;
  line-height: normal;
  /*font: normal normal normal 24px/1.4em wfont_8f9fd7_b71afa9c509449a39542e31a31555713,wf_b71afa9c509449a39542e31a3,orig_lato_light;*/
  font-size: 24px;
  line-height: 1.4em;
  font-size: 28px;
  line-height: normal;
}



.post-item-article {
  font: normal normal normal 15px/1.4em proxima-n-w01-reg,sans-serif;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  border-color: rgba(199, 199, 199, 0.75);
  background-color: rgb(255, 255, 255);
  border-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 372px;
  border-width: 1px;
}

.post-item-article .post-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.post-item-article .post-content {
  /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;*/
  padding: 40px 48px 37px;
}

.post-item-article .post-content h2 {
  margin: 0;
  font: normal normal normal 28px/35px barlow-extralight,barlow,sans-serif;
  color: rgb(50, 50, 50);
  margin-top: 1px;
  line-height: inherit;
  margin-bottom: 10px;
}


.post-item-article:hover .blog-icon-fill {
  fill: rgb(233, 159, 21);
}

.post-item-article:hover .custom-share-post .blog-icon-fill {
  fill: rgb(50, 50, 50);
}

.post-item-article .post-content a:hover {
  color: rgb(233, 159, 21);
}

.post-item-article .post-content a:hover .post-body p {
  color: rgb(233, 159, 21);
}

/* 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,
h2.post-listing-simple {
  margin: 0 0 10px;
  padding: 0;
}

.post-header h2 a,
h2.post-listing-simple a {
  text-decoration: none;
}

/* Blog Author and Avatar */
#hubspot-author_data {
  margin: 0 0 10px;
  padding: 0;
}

#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
.hs-author-avatar {
  margin-top: 9px;
}

.hs-author-social-section {
  margin-top: 20px;
}
#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-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
  display: inline-block;
  margin: 5px 0;
}

/* Blog Topics List */
#hubspot-topic_data {
  color: #888888;
  font-weight: bold;
  margin: 4px 0;
}
#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;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  margin-right: 10px !important;
}

.hs-blog-social-share-list{
  list-style:none;
  margin:0;
  padding:0;
}
.hs-blog-social-share-list li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.custom_listing_comments{
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  color: inherit;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-from h4 a {
  text-decoration: none;
}
.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left !important;
}



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



#comments-listing {
  border: 1px solid #ccc;

  margin-bottom: 30px;

  margin-top: 30px;

}


.comment.depth-0 {

  border-bottom: 1px solid #000 !important;

  border-top: medium none !important;

  margin: 0 10px 10px !important;

  padding: 0 15px !important;

}


.comment-body {

  border-bottom: medium none;

  color: inherit;

  display: block;

  padding: 0;

}


.comment-reply-to{
  margin-bottom: 15px;

}


.comment-from h4 {

  margin: 0;

  padding-top: 15px;

}



.comment-from h4 a {

  text-decoration: none;

}


.comment-date {

  color: inherit !important;

  display: block !important;

  text-align: left;

}



/* Pagination */
.blog-pagination {}
.blog-pagination a{
  display: block;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


#comments-listing.no-comments {
  border: none;
}

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

.subscription-template .body-container #email-prefs-form .email-edit {
  max-width: 100% !important;
}

.hs-search-field,
.body-container .hs_cos_wrapper_type_blog_subscribe, 
.body-container .hs_cos_wrapper_type_google_search, 
.body-container .hs_cos_wrapper_type_form, 
.body-container .hs_cos_wrapper_type_password_prompt,
.body-container #email-prefs-form,
.body-container #comment-form{
  max-width:700px;
  display:block;
  margin-bottom:30px;
}

.subscription-template-form .body-container #email-prefs-form{
  max-width: 100%;
  border-top:none;
  border-bottom:none;
  padding: 0px;
  background-color: transparent;
  display:block;
}

.body-container #hs_cos_wrapper_blog_subscription {
  background: none;
  max-width: 100%;
}

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {
  font: normal normal normal 15px/1.4em proxima-n-w01-reg,sans-serif;
  color: #959595;
  line-height: 1;
}
.hs-form-field > label {}

ul.hs-error-msgs.inputs-list label {
  color: #000;
  display: block;
  line-height: normal;
  font-size: 13px;
  font-family: Arial;
}

ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  -webkit-appearance: none;
  border-radius: 0;
  font: normal normal normal 15px/1.4em proxima-n-w01-reg,sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-width: 1px;
  background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box !important;
  color: #646464;
  border-style: solid;
  border-color: rgba(199, 199, 199, 1);
  padding: 21px 3px;
  margin: 0;
  max-width: 100%;
  padding-left: 30px;
  width: 100%;
  margin: 0px 0px 12px 0;
}

body input[type="text"]:hover,
body input[type="password"]:hover, 
body input[type="datetime"]:hover, 
body input[type="datetime-local"]:hover, 
body input[type="date"]:hover, 
body input[type="month"]:hover, 
body input[type="time"]:hover, 
body input[type="week"]:hover, 
body input[type="number"]:hover, 
body input[type="email"]:hover, 
body input[type="url"]:hover, 
body input[type="search"]:hover, 
body input[type="tel"]:hover, 
body input[type="color"]:hover,
body input[type="file"]:hover,
body textarea:hover,
body select:hover {
  border-width: 1px;
  background-color: rgba(227, 227, 227, 0.05);
  border-style: solid;
  border-color: rgba(50, 50, 50, 1);
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
  border-width: 2px;
  background-color: rgba(149, 149, 149, 0.12);
  border-style: solid;
  border-color: rgba(100, 100, 100, 1);
  outline: 0;
}







.hs_recaptcha {
  margin: 15px 0;
}

/* 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;
  margin-top: 9px;
}
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{}

/* Placeholder Text */
.custom-site-search ::-webkit-input-placeholder {   
  color: inherit;
  opacity: 1;
  -webkit-transition: color .5s;
  transition: color .5s;
  opacity: .4;
} /* Webkit Browsers */
.custom-site-search :-moz-placeholder {    
  color: inherit;
  opacity: 1;
  -webkit-transition: color .5s;
  transition: color .5s;
  opacity: .4;
} /* Firefox 18- */
.custom-site-search ::-moz-placeholder {   
  color: inherit;
  opacity: 1;
  -webkit-transition: color .5s;
  transition: color .5s;
  opacity: .4;
} /* Firefox 19+ */
.custom-site-search :-ms-input-placeholder {   
  color: inherit;
  opacity: 1;
  -webkit-transition: color .5s;
  transition: color .5s;
  opacity: .4;
} /* 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"] {}

#comment-form input.hs-button.primary {
  margin-top: 10px;
}


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

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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
  text-decoration: none !important;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  width: 100%;
  text-align: center;
  background-color: rgba(233, 159, 21, 1);
  font: normal normal normal 19px/1.4em futura-lt-w01-book,sans-serif;
  transition: color 0.4s ease 0s;
  color: #FFFFFF;
  position: relative;
  white-space: normal;
  border: solid rgba(233, 159, 21, 1) 2px;
  padding: 12.5px 15px;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(233, 159, 21, 1);
  color: #E99F15;
}

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

.hs-input.invalid.error {
  border-width: 3px;
  background-color: rgba(255, 64, 64, 0.1);
  border-style: solid;
  border-color: rgba(255, 64, 64, 1);
}


ul.hs-error-msgs.inputs-list li {
  display: block;
  color: #000;
  font-size: 14px;
  padding: 3px 12px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 6px;
  display: inline-block;
  box-shadow: 3px 4px 3px -1px rgba(0,0,0,0.3);
  position: relative;
  font-family: sans-serif;
}
ul.hs-error-msgs.inputs-list li:before {
  background-image: url('//cdn2.hubspot.net/hubfs/4395819/_VivoComm_July2018/Images/error.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

ul.hs-error-msgs.inputs-list li label:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid rgba(0,0,0,0.4);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 5%;
}
ul.hs-error-msgs.inputs-list li label:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -19px;
  left: 5%;
  z-index: 1;
}

ul.hs-error-msgs.inputs-list li label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2px;
}


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

.float-share-full .float-share-full-inner ul.social-list li a.share_linkedIn {
  background: #0077b5;
}

button.copy {
  font: normal normal normal 15px/1.4em proxima-n-w01-reg,sans-serif;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  background-color: rgb(233, 159, 21);
  color: rgba(227,227,227,1);
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  padding: 0 12px;
  min-height: 40px;
  min-width: 131.28px;
}

button.back {
  padding: 0 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  font: normal normal normal 15px/1.4em proxima-n-w01-reg,sans-serif;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  color: rgb(233, 159, 21);
  border-color: rgb(233, 159, 21);
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  min-height: 40px;
  min-width: 98.02px;
}

/*========== Related Posts =========*/

.custom-related-posts {
  max-width: 940px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.related-top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  line-height: 29px;
}
.related-top-header h3 {
  margin: 0;
  font-size: 18px;
  line-height: 29px;
  color: rgba(50,50,50,1);
  font-family: proxima-n-w01-reg, sans-serif;
}
.blog-link-hover-color {
  color: inherit;
  font-size: 14px;
  text-decoration: none;
}
.blog-link-hover-color:hover {
  color: rgba(233,159,21,1);
}
.custom-related-posts h3 {}
.related-post-item-wrapper {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.custom-related-posts .related-post-item {
  flex-basis: 292px;
  border: 1px solid;
  border-color: rgba(199,199,199,0.75);
}
.custom-related-posts .related-post-item + .related-post-item {
  margin-left: 34px;
}
.custom-related-posts .related-post-item .related-post-header {}
.custom-related-posts .related-post-item .related-post-image {}

.custom-related-posts .related-post-item .related-post-body {
  padding: 24px;
}
.custom-related-posts .related-post-item .custom-date {}
.custom-related-posts .related-post-item .related-post-title {
  margin: 0;
  color: rgba(50,50,50,1);
  font: normal normal normal 40px/50px poppins-extralight,poppins,sans-serif;
  font-size: 18px;
  line-height: normal;
}
.custom-related-posts .related-post-item .related-post-title a {
  color: inherit;
}
.custom-related-posts .related-post-item .related-post-title a:hover {
  color: rgba(233,159,21,1);
}
.custom-related-posts .related-post-item .related-post-title a:hover {}
.custom-related-posts .related-post-item .related-post-content {}

.custom-related-posts .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/*
.custom-related-posts .slick-list {
overflow: visible;
}
*/
.custom-footer.custom-lp-footer {
  padding-top: 60px;
}

.custom-footer.custom-lp-footer ul.lb1itemsContainer {
  visibility: hidden;
  opacity: 0;
}

.hs-blog-post .custom-categories ul li {
  height: 57px;
}

.post-social-actions span a:hover .blog-icon-fill {
  fill: #55acee;
}

..header-container-wrapper .overlay2 h4.font_2 {
  font: normal normal normal 36px/1.4em barlow-extralight,barlow,sans-serif;
  font-size: 20px;
  padding: 7px;
  padding-bottom: 4px;
  bottom: 12px;
  padding-top: 5px;
  width: 73%;
}

.header-container-wrapper .overlay2 h4.font_2 span.font-text {
  font-size: 20px;
}

.header-container-wrapper .overlay2 h4.font_2 span.font-text span.black-font {
  font-size: 22px;
}

.header-container-wrapper .overlay2 h4.font_2 span.font-text span.orange-font {
  font-size: 20px;
}

.header-container-wrapper .custom-submenu.submenu2 .footer-image-group {
  margin-bottom: 19px;
}

.header-container-wrapper .custom-submenu.submenu2 .footer-content-group-wrapper {
  box-shadow: none;
}

.header-container-wrapper .custom-submenu.submenu2 .footer-content-group {
  margin-bottom: 0;
}

.header-container-wrapper .custom-submenu.submenu2 .footer-content-group-custom {
  margin-right: 0;
  margin-left: 0;
  position: relative;
  right: 0px;
}

.pc .custom-header-logo a img.mac-logo {
  display: none;
}

.mac .custom-header-logo a img.window-logo {
  display: none;
}

.IE .custom-tell-us p {
  padding-top:2px;
}

.mac .custom-tell-us p {
  padding-top: 9px;
  padding-bottom: 8px;
}

.IE .custom-header-logo a img {
  width:107px !important;
}

.pc ul.lb1itemsContainer li a img.mac {
  display: none;
}

.mac ul.lb1itemsContainer li a img.window {
  display: none;
}

button.slick-arrow {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  font-size: 0;
  background-color: rgba(50,50,50,1);
  border: none;
  padding: 0;
  opacity: .2;
}


.blog-desktop-header-search-border-background-color {
  height: 1px;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: rgba(50,50,50,1);
  vertical-align: top;
  position: relative;
  bottom: 8px;
}

.custom-site-search {
  position: relative;
  right: 15px;
}

.custom-site-search.open-search {
  position: relative;
  right: -4px;
  top: 1px;
}

.float-share-full .float-share-full-inner ul.social-list li a svg {
  position: relative;
  bottom: 3px;
}

.right-post-sec a.topic-link {
  margin-right: 10px;
  margin-left: 5px;
}

.right-post-sec a.topic-link:last-child {
  margin-right: 0;
}

.slick-slide img {
  width: 100%;
}

.hs-blog-post .NrCbc {
  margin-bottom: 0;
  position: absolute;
  top: 5px;
  right: 0;
}

.hs-blog-post .post-header {
  position: relative;
}

.hs-blog-post .custom-share-post {
  right: -10px;
}

.header-container-wrapper .custom-submenu.submenu1 .footer-content-group-custom {
  margin-left: 0;
  margin-right: 0;
}

.header-container-wrapper .custom-submenu.submenu1 .footer-content-group-custom .footer-content-group {
  margin-bottom: 0;
}

.custom-submenu-overlay.overlay1 .submenu-overlay {
  margin: 26px 20px 0px 0px;
}

body:not(.blog) .body-container-wrapper {
  padding: 30px 0;
}


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


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1140px) {
  .header-container-wrapper h4.font_2 span.font-text {
    white-space: normal;
  }
}

@media (max-width: 1120px) {
  .style-jo71k28d {
    left: 0;
    max-width: 100%;
    text-align: center;
    padding: 0 10px;
  }
  .comp-jo71k29u__item1 {
    left: 0;
    max-width: initial;
    padding: 0 13px;
  }
  .style-jo71k2c5 {
    left: auto;
    right: 15px;
    max-width: 120px;
    float: right;
  }
  h4.font_2 {
    min-width: unset;
    left: 0;
  }
  .footer-content-group {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-basis: 33.33%;
    flex: 1;
    max-width: 33.33%;
    padding: 0 15px;
  }
  .footer-content-group.col-group1,
  .footer-content-group.col-group2,
  .footer-content-group.col-group3 {
    position: relative;
    left: 0;
  }
  .body-container-wrapper .page-center {
    padding: 0 15px;
  }
  .header-container-wrapper .comp-jo71k29u__item1 {
    left: 0;
  }
  .header-container-wrapper .footer-content-group {
    margin: 0px;
  }
}

@media (max-width: 1024px) {
  .header-container-wrapper {
    min-height:150px;
  }
  .hs-blog-post .blog-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-related-posts {
    padding: 0 15px;
  }
  .custom-header .page-center {
    padding: 0 15px;
  }
  .custom-site-search .hs-search-field__bar form {
    margin-left: 0;
    right: 42px;
  }
}



@media (max-width: 1010px) {
  .custom-group-search {
    padding: 0 10px;
  }
}





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

@media (max-width: 767px) {
  .header-container-wrapper {
    min-height:unset;
  }
  .custom-header .page-center {
    padding: 0 0;
  }
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin-bottom: 10px;
  }
  .footer-content-group {
    flex-basis: 100%;
    flex: 1;
    max-width: 100%;
    padding: 0;
  }
  .footer-content-group-custom {
    display: block !important;
  }
  .custom-footer .page-center {
    padding: 0;
  }
  .custom-footer {
    padding-bottom: 0;
    padding-top: 0;
  }
  .custom-legal-notice p {
    font: normal normal normal 15px/1.4em proxima-n-w01-reg,sans-serif;
    color: #323232;
    margin: 0;
    font-size: 15px;
    line-height: normal;
    letter-spacing: normal;
    padding: 10px 11px;
  }
  .custom-legal-notice p a {
    color: #fff;
  }
  .footer-content-group-custom {
    margin-bottom: 0;
  }
  .footer-content-group {
    margin-bottom: 10px;
    margin-top: 21px;
  }
  .style-jo71k2c5 {
    float: none;
    right: 0;
    min-width: 160px;
    margin-bottom: 20px;
  }
  .comp-jo71k29u__item1 {
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 0;
    margin-bottom: 16px;
    margin-top: 34px;
  }
  .style-jo71k28d {
    margin: 0;
    padding: 0;
  }
  .footer-image-group {
    margin: 0;
  }
  .footer-content-group-wrapper {
    padding: 2px 20px;
    padding-top: 37px;
  }
  .style-jo71k2c5 a {
    min-height: 42px;
  }
  .style-jo71k28d a div img {
    height: 205px;
    width: auto !important;
    max-width: none !important;
  }
  .style-jo71k28d a div {
    margin-bottom: 0;
    min-height: 205px;
  }
  .footer-image-group {
    margin-bottom: 0;
    position: relative;
    bottom: 17px;
  }
  h4.font_2 {
    bottom: -9px;
    padding: 7px 6px;
    min-width: 231px;
    padding-top: 14px;
  }
  .style-jo71k28d {
    position: relative;
  }
  .footer-content-group-wrapper {
    padding-top: 37px;
  }
  body.mobile-icon {
    overflow: hidden;
  }
  a#back-to-top {
    width: 44px;
    height: 44px;
    right: 0;
    position: fixed;
    bottom: 87px;
    -webkit-transition: visibility 0s .5s, opacity .5s ease 0s;
    transition: visibility 0s .5s, opacity .5s ease 0s;
  }
  a#back-to-top svg {
    fill: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    stroke: #fff;
  }
  a#back-to-top svg polyline.s_YsIBackToTopButtonSkin_border {
    stroke-width: 1;
  }
  a#back-to-top svg polygon.s_YsIBackToTopButtonSkin_arrow {
    stroke-width: 1.5;
  }
  .body-container-wrapper .page-center {
    padding: 0 10px;
  }
  .hs-blog-header {
    display: none !important;
  }
  .custom-categories {
    position: relative;
    margin: 0px;
  }
  .column-option ul {
    display: none;
  }
  .topic-active .column-option ul {
    display: block;
  }
  .column-option ul li a:hover{
    color:#fff;
  }
  .custom-categories h6 {
    min-height: 50px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #fff;
    margin: 0;
    padding-bottom: 0;
    position: relative;
    border-radius: 0;
    font-size: 16px;
    margin-left: 0;
    font-weight: 300;
    color: rgb(50, 50, 50);
    line-height: 1.4;
    font: normal normal normal 14px/1.4em proxima-n-w01-reg,sans-serif;
  }
  .custom-categories ul, .custom-categories h6 {
    width: 100%;
  }
  .custom-categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #3390ff;
    width: 217px;
    border-top: 0;
  }
  .custom-categories ul {
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 48px;
    background-color: #fff;
    width: 95% !important;
    overflow: visible;
  }
  .custom-categories ul {
    display: none;
  }
  .custom-categories ul, .custom-categories h6 {
    width: 100%;
  }
  .open-topic .custom-categories ul {
    display: block;
  }
  .custom-group-search > div > div {
    display: block !important;
  }
  .custom-group-search {
    padding: 0;
  }
  .column-option {
    padding-left: 18px;
    padding-right: 18px;
  }
  .post-item-article {
    display: block;
  }
  .blog-listing-wrapper .post-listing .post-item {
    padding: 0;
  }
  .blog-listing-wrapper {
    padding: 0;
  }
  .custom-site-search > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 18px;
    padding-right: 18px;
    height: 50px;
    background-color: rgb(233, 159, 21);
    width: 100%;
  }
  .custom-site-search > div .blog-title.visible-phone {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
  }
  .custom-site-search > div .hs-search-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin-right: -14px;
  }
  .custom-site-search > div .blog-title.visible-phone h1 {
    margin: 0;
    font-size: 14px;
    color: rgba(227,227,227,1);
    font-family: proxima-n-w01-reg, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
  }
  .custom-group-search > div > div {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .custom-group-search > div > div .custom-active-topic-listing {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .custom-group-search > div > div .custom-site-search {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
  .custom-categories h6 {
    display: flex;
    align-items: center;
  }
  .custom-categories h6 {
    display: flex;
    align-items: center;
  }
  .custom-categories ul li {
    display: block;
    margin: 0;
    height: auto;
    font: 400 13.3333px Arial;
    color: black;
  }
  .custom-categories ul li + li {
    margin: 0;
  }
  .custom-categories ul li a {
    font: 400 16px Arial;
    color: black;
    display: block;
    padding: 2px 5px;
  }
  .custom-categories ul li a:hover {
    background-color: #3390ff;
    color: #fff;
  }
  .custom-categories ul li.active a {
    background-color: #3390ff;
    color: #fff;
  }
  .custom-share-post {
    right: 0;
  }
  .custom-site-search svg._1lTvN {
    fill: rgba(227,227,227,1);
    position: relative;
    left: 3px;
    top: 8px;
  }
  .column-option-t {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .blog-listing-wrapper .post-listing {
    margin-left: 0;
    margin-right: 0;
  }
  .post-item-article .post-content a:hover {
    color: rgb(50, 50, 50);
  }
  .post-item-article .post-content {
    padding: 30px 18px 25px;
    width: 100%;
    padding-bottom: 0;
  }
  .post-item-article {
    display: block;
    border: 0;
  }
  .blog-listing-wrapper .post-listing .post-item .post-body {
    border-bottom: 1px solid;
    margin-bottom: 30px;
    border-color: rgba(199, 199, 199, 0.75);
  }
  .custom-footer.custom-lp-footer {
    padding-top: 10px;
  }
  .custom-header.custom-lp-header .mobile-trigger {
    display: none !important;
  }
  .hs-blog-post .custom-categories.visible-phone {
    display: none !important;
  }
  .custom-related-posts .slick-list {
    overflow: hidden;
  }
  .header-container-wrapper .style-jo71k28d img {
    max-width: 100%;
  }
  .header-container-wrapper .style-jo71k28d {
    padding-right: 20px;
  }
  .custom-site-search {
    right: 0;
  }
  a.backto-blog {
    font: normal normal normal 18px/22px proxima-n-w01-reg,sans-serif;
    line-height: normal;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
  }
  a.backto-blog svg._39wx3.blog-button-primary-icon-fill {
    fill: rgba(227,227,227,1);
    position: relative;
    top: 2px;
    right: 4px;
  }
  a.backto-blog span._29g9X.blog-button-primary-text-color {
    color: rgba(227,227,227,1);
    font-size: 14px;
    line-height: 1;
    vertical-align: top;
    position: relative;
    top: 4px;
    right: 2px;
  }
  .hs-blog-post .blog-content {
    margin-top: 0;
    border: 0;
    padding-top: 37px;
  }
  .hs-blog-post .post-header h1 {
    font: normal normal normal 40px/50px poppins-extralight,poppins,sans-serif;
    line-height: 1.2!important;
    font-size: 26px;
  }
  .blog-post-wrapper .post-body p {
    line-height: 2;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    font-family: proxima-n-w01-reg, sans-serif;
  }
  .blog-post-wrapper .span6.left-post-sec {
    display: none;
  }
  .post-footer-sec {
    margin-top: 0;
    border-top: 0;
  }
  .right-post-sec a.topic-link {
    font-size: 12px;
    font-family: proxima-n-w01-reg, sans-serif;
  }
  .span6.right-post-sec {
    text-align: left;
  }
  .slick-slide img {
    display: block;
    width: 100%;
  }
  .header-container-wrapper .comp-jo71k29u__item1 {
    padding-left: 20px;
  }
  .custom-footer .footer-content-group.col-group1 {
    margin-top: 19px;
  }
  .custom-submenu-overlay.overlay1 .submenu-overlay {
    margin: 21px 29px 0px 0px;
  }
  .header-container-wrapper .custom-submenu-overlay.overlay2 .submenu-overlay {
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin: 21px 29px 12px 0px;
  }
  .header-container-wrapper .footer-content-group-custom {
    max-height: 90vh;
  }
}  

@media (max-width: 767px) {
  .header-container-wrapper .footer-content-group-custom {
    margin: 0;
    width: 100%;
    overflow-x: hidden;
  }
}

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

@media (max-width: 479px) {

  .subscription-template .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }

  #captcha_wrapper {
    overflow-x: auto;
  }

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    display: block !important;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field>div {
    max-width: 300px;
    overflow-x: scroll;
    overflow-y: hidden;
  }

}
