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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */

@import url('//fonts.googleapis.com/css?family=Raleway:400,700&display=swap');

@font-face {
  font-family: "Raleway-SemiBold";
  src: url("//fonts.gstatic.com/s/raleway/v12/STBOO2waD2LpX45SXYjQBVQlYEbsez9cZjKsNMjLOwM.eot?#iefix") format("eot"), 
    url("//fonts.gstatic.com/s/raleway/v12/STBOO2waD2LpX45SXYjQBfk_vArhqVIZ0nv9q090hN8.woff2") format("woff2"), 
    url("//fonts.gstatic.com/s/raleway/v12/STBOO2waD2LpX45SXYjQBRsxEYwM7FgeyaSgU71cLG0.woff") format("woff"), 
    url("//fonts.gstatic.com/s/raleway/v12/STBOO2waD2LpX45SXYjQBS3USBnSvpkopQaUR-2r7iU.ttf") format("truetype"), 
    url("//fonts.gstatic.com/l/font?kit=STBOO2waD2LpX45SXYjQBaWUboTb-jS2tyCOQMtm97g&skey=484edb0fdce88a64&v=v12#Raleway") format("svg");
}

/* 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; }
/* ==========================================================================
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 {
  background: #fff;
  line-height: normal;
  color: #323232;
  font-size: 16px;
  font-family: raleway,sans-serif;
}

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

/* Highlighted Text 
::-moz-selection {
color: #fff;
background: #333;
text-shadow: none;
}
::selection {
color: #fff;
background: #333;
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 {
  font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 50px;
  color: #324158;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 39px;
}
h4 {
  color: #2D3750;
  font-size: 36px;
}
h5 {
  color: #2D3750;
  font-size: 32px;
  line-height: normal;
}
h6 {
  font-size: 25px;
}

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

/* Lists */
ul, ol  {
  padding-left: 1.3em;
  margin-left: 0.5em;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
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-logo img {
  width: 180px;
}

.custom-logo {
  padding-left: 8px;
}

.cm-header-wrapper {
  padding-top: 29px;
  padding-left: 15px;
  padding-right: 15px;
}

.cm-right-btn a {
  border-radius: 5px;
  background-color: #ff5f5f;
  border: none;
  cursor: pointer !important;
  text-align: center;
  font-family: raleway-semibold,raleway,sans-serif;
  transition: color 0.4s ease 0s;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 1.4em;
  padding: 6px 17px 6px 15px;
  margin-right: -1px;
  margin-left: 21px;
}

.cm-right-btn a:hover {
  background-color: rgba(95, 187, 70, 1);
  border-color: rgba(255, 255, 255, 1);
  color: #fff;
}

.cm-lang-selector img {
  width: 22px;
  margin: 0 7px;
  cursor: pointer;
}

.cm-lang-selector {
  display: inline-block;
}

.cm-right-btn {
  display: inline-block;
}

.cm-header-right {
  margin-top: -1px;
  margin-left: 15px;
}

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

.body-container-wrapper {}

.body-container .page-center {
  padding: 50px 30px;
}

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


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

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

.cm-footer-wrapper {
  background-color: rgba(66, 86, 162, 1);
  color: #fff;
  padding-top: 58px;
}

.cm-copyright {
  text-align: center;
  letter-spacing: 0.03em;
  font-size: 10px;
  margin-bottom: 52px;
}

.cm-copyright span span {
  font-weight: bold;
}

.cm-footer-images img:first-child {
  width: 289px;
  max-width: 100%;
}

.cm-footer-images img:last-child {
  width: 80px;
  max-width: 100%;
}

.cm-footer-images {
  text-align: center;
  margin-bottom: 85px;
  padding-right: 22px;
}

.cm-footer-btn a {
  border-radius: 5px;
  background-color: transparent;
  border: solid rgba(255, 255, 255, 1) 1px;
  cursor: pointer !important;
  justify-content: center;
  line-height: 1.4em;
  padding: 8px 14px;
  float: right;
  white-space: nowrap !important;
  text-align: center;
}

.cm-footer-logo img {
  width: 170px;
  max-width: 100%;
}

.cm-footer-menu .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  font-size: 14px;
  font-family: raleway,sans-serif;
}

.cm-footer-menu .hs-menu-wrapper ul:after {
  content: "";
  display: table;
  width: 100%;
}

.cm-footer-images img {
  margin: 0 19px;
}

img {
  vertical-align: middle;
}

.cm-footer-menu .hs-menu-wrapper > ul > li > a {
  font-weight: bold;
  letter-spacing: 0.03em;
  cursor: text;
  display: inline-block;
  margin-bottom: 3px;
}

.cm-footer-menu .hs-menu-wrapper > ul > li {
  float: left;
  vertical-align: top;
  width: 33.33%;
}

.cm-footer-menu .hs-menu-wrapper > ul > li > ul > li {
  line-height: 1.4em;
  margin: 6px 0;
}

.cm-footer-menu .hs-menu-wrapper > ul > li > ul > li > a:hover {
  color: #FFD342;
}

.cm-footer-btn a:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: transparent;
}

.widget-span.cm-footer-logo {
  width: 26.5%;
  padding: 0 17px;
}

.widget-span.cm-footer-menu {
  margin-left: 0;
  padding: 14px 15px 20px;
  width: 60%;
}

.widget-span.cm-footer-btn {
  margin-left: 0;
  padding: 0 15px;
  width: 13%;
}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  font-family: raleway-semibold,raleway,sans-serif;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  padding: 0 10px;
  color: #324158;
  transition: color 0.4s ease 0s;
  text-align: center;
  line-height: 27px;
  font-size: 14px;
  line-height: 1.4em;
  padding: 0 5px;
  margin: 0 24px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  margin-left: 44px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  color: #2B689C;
  transition: color 0.4s ease 0s;
}



/* 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 .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  a#back-to-top {
    display: none !important;
  }
  .custom-menu-primary {
    height: auto !important;
  }
  .widget-span.cm-header-right {
    margin-left: 0;
    width: auto;
    float: right;
  }

  .widget-span.cm-header-right {
    margin-left: 0;
    width: auto;
    float: right;
  }

  .widget-span.cm-header-logo {
    width: auto;
  }
  .cm-header-wrapper {
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 9;
    background-color: #fff;
    min-height: 81px !important;
  }

  .widget-span.custom-menu-primary {
    width: auto;
    margin-left: 0;
    float: right;
    margin-top: 4px;
  }
  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    padding: 10px 22px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    display: inline-block;
    padding: 0 10px;
    color: #324158;
    transition: color 0.4s ease 0s;
    text-align: center;
    line-height: 27px;
    font-size: 14px;
    line-height: 1.4em;
    padding: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #2B689C;
    transition: color 0.4s ease 0s;
  }
  .body-container {
    padding-top: 80px;
  }
  .blog-site-search ul.hs-search-field__suggestions {
    position: absolute;
    background: #fff;
    z-index: 1;
    margin-top: 10px;
    left: 20px;
    top: 20px;
  }

  .widget-span.site-search-wrapper > div > div {
    overflow: visible !important;
  }
  .widget-span.blog-site-search {
    position: absolute;
    right: 0;
    top: 31px;
  }

  .widget-span.categories {
    width: 100%;
    padding-right: 220px;
  }
  .widget-span.site-search-wrapper > div > div {
    position: relative;
  }
  .blog-site-search .hs-search-field__input::-webkit-input-placeholder {
    color: rgba(6,21,81,1);
    opacity: 0.4;
  }

  .blog-site-search .hs-search-field__input:-moz-placeholder {
    color: rgba(6,21,81,1);
    opacity: 0.4;
  }

  .blog-site-search .hs-search-field__input::-moz-placeholder {
    color: rgba(6,21,81,1);
    opacity: 0.4;
  }

  .blog-site-search .hs-search-field__input:-ms-input-placeholder {
    color: rgba(6,21,81,1);
    opacity: 0.4;
  }
}


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

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

@media (max-width: 767px){



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

  .mobile-icon {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 30px;
    width: auto;
    height: auto;
    text-align: left;
    z-index: 9999;
  }


  /* Toggle Button Icon */
  .mobile-icon i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-icon i:before, .mobile-icon i:after{
    position: absolute;
    content: '';
  }
  .mobile-icon i, .mobile-icon i:before, .mobile-icon 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: rgba(105, 101, 84, 1);
    display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .mobile-icon i:before{ top: -9px; } /* Position top line */
  .mobile-icon i:after{ top: 9px; } /* Position bottom line */


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

  .show-mobile-nav .mobile-icon i {
    background-color: #fff;
  }

  .show-mobile-nav .mobile-icon 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 ===== */  

  html {
    height: 100%;
  }
  body {
    overflow-x:hidden;
  }

  /* Show the Mobile and Close Icons */
  .mobile-icon,
  .close-icon {
    display: block !important;
  }

  /* Container added with js and is required for transforms to work */
  #site-wrapper{
    max-width: 100%;
    height: 100%;
    position: relative;
  }

  /* Provide spacing for the menu ul */
  .custom-menu-primary .hs-menu-flow-horizontal>ul {
    clear: both;
  }

  /* Mobile Nav is HIDDEN By Default */
  .custom-menu-primary {
    position: fixed;
    width: 260px !important;
    z-index: 999;
    background: #fff;
    right: -280px;
    top: 0;
    transition: right 0.4s 0s, box-shadow 0s 0s;
    height: 100vh !important;
    overflow: hidden;
    overflow-y: auto;
  }


  /* All Main Containers Display PARTIAL Width On Icon Click */
  .show-mobile-nav .custom-menu-primary{
    right:0;
  }

  .cm-mobile-menu .hs-menu-wrapper > ul {
    float: none;
    padding: 0 30px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    font-family: raleway,sans-serif;
    color: #696554;
    font-size: 18px;
    line-height: 1.4em;
    margin: 15px 0 16px;
    padding-left: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    color: #B49074;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    margin-left: 0;
  }

  .cm-mobile-menu ul ul li a {
    margin-top: 0;
  }

  #site-wrapper:before {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 360px;
    background: #000;
    opacity: 0;
    visibility:hidden;
    content: "";
    -webkit-transition: -webkit-all 500ms ease;
    -moz-transition: -moz-all 500ms ease;
    -o-transition: -o-all 500ms ease;
    transition: all 500ms ease;
    z-index:-1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(105, 101, 84, 0.6);
    cursor: pointer;
    transition: background 0.5s ease;
  }
  .show-mobile-nav #site-wrapper:before {
    right:260px;
    opacity: 1;
    z-index:99;
    visibility:visible;
  }

  .cm-flag {
    text-align: center;
    padding: 12px;
  }

  .cm-flag img {
    width: 22px;
  }

  select.focus-ring {
    font-size: 25px;
    max-width: 80px;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    z-index: 9;
    color: black;
  }

  .cm-mobile-flag-grp.visible-phone {
    width: 40px;
    height: 26px;
    margin: 12px auto 8px;
    position: relative;
  }

  .cm-flag {
    padding: 0;
  }

  select.focus-ring {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 25px;
  }
}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-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 {}

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

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

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.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 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 Styling */
.blog .body-container.container-fluid .page-center {
  margin-top: -2px;
  margin-bottom: 0;
  max-width: 986px;
  padding: 0 24px;
}
.custom-post-filter h3:empty {
  display: none;
}
.custom-post-filter ul {
  overflow: hidden;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.custom-post-filter 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;
}
.custom-post-filter ul li a {
  color: rgba(245,154,40,1);
  font: normal normal bold 16px/20px lato-light,lato,sans-serif;
  line-height: normal;
  text-decoration: none;
}
.custom-post-filter ul li .filter-link-count {
  display: none;
}
.custom-post-filter ul li a:hover {
  color: rgba(62,92,148,1);
}
.custom-advanced-search .hs-search-field__input {
  background: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 1px 0 0 29px;
  font: normal normal normal 16px/1.4em futura-lt-w01-light,sans-serif;
  line-height: normal;
  color: rgba(245,154,40,1);
  height: auto;
  padding-right: 20px;
  max-width: 100%;
  display: none;
  background: transparent !important;
  position: relative;
  top: -1px;
}
.custom-advanced-search form {
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  height: 16px;
  max-width: 200px;
  margin-left: auto;
  text-align: right;
  width: 19px;
  margin-right: 16px;
}
.search-open .custom-advanced-search form {
  width: 200px;
}
.search-open .custom-advanced-search form svg._1lTvN.blog-desktop-header-search-icon-fill {
  position: absolute;
}
.search-open .custom-advanced-search .hs-search-field__input {
  padding-right: 20px;
  display: inline-block;
}
.search-open .custom-advanced-search .close-search {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-open .custom-advanced-search .hs-search-field__input:focus {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 1px 2px #3899EC;
  background: transparent;
}
.custom-advanced-search .close-search {
  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;
}
.custom-advanced-search .close-search svg {
  opacity: .8;
  fill: rgba(245,154,40,1);
}
svg._1lTvN.blog-desktop-header-search-icon-fill {
  fill: rgba(245,154,40,1);
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  cursor: pointer;
}
.custom-header-search-filter-group > div > .row-fluid {
  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;
}
.custom-header-search-filter-group > div > .row-fluid:after,
.custom-header-search-filter-group > div > .row-fluid:before {
  content: none;
}
.hs-blog-listing .blog-content {
  padding: 20px 0 14px;
}
.post-listing {
  margin: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-listing .post-item {
  padding: 16px;
  width: 50%;
  float: left;
}
.post-listing .post-item .post-item-inner {
  background-color: rgba(255,255,255,1);
  font-family: raleway,sans-serif;
  line-height: normal;
  font-size: 16px;
  line-height: normal;
  color: #31302C;
  min-height: 376px;
}
.hs-featured-image-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 63%;
}
.hs-featured-image-wrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}
.blog-post-body-sec {
  padding: 24px 29px 7px;
  font: normal normal normal 16px/20px lato-light,lato,sans-serif;
  line-height: normal;
}
.byline {
  font-size: 12px;
  padding-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.byline .byline-left-col {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.byline-right-col {
  margin: 0 -9px 0 3px;
}
.custom-share-pop1 {
  display: none;
}
.blog-listing-wrapper .post-listing .post-item .post-body p {
  margin-top: 0;
}
.byline .byline-author-avatar {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
}
.byline .byline-author-sec {
  padding-left: 0;
  font-size: 12px;
  margin-top: 10px;
}
.byline .author-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.byline .author-name a {
  color: rgba(49,48,44,1);
  text-decoration: none;
}
.byline-date {
  color: #989FAB;
}
.byline-date span:after {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 8px;
  background-color: rgba(49,48,44,1);
  display: inline-block;
  vertical-align: middle;
}
.cm-blog-inner-content a{
  color: #989FAB;
}
.cm-blog-inner-content:hover a {
  color: rgb(61, 155, 232);
}
.byline-date span:last-child:after {
  content: none;
}
.post-body.clearfix {
  font: normal normal normal 16px/20px raleway,sans-serif;
  line-height: 1.5;
}
.share-btn {
  position: relative;
  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;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 0;
  margin-top: 4px;
}
.share-btn svg {
  fill: rgb(50, 65, 88);
}
.post-header h2 {
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  font: normal normal bold 26px/32px raleway,sans-serif;
  line-height: normal;
  color: rgb(50, 65, 88);
}	
.post-header h2 a {
  color: rgb(50, 65, 88);
  text-decoration: none;
}
.post-listing .post-item .post-item-inner:hover .share-btn svg {
  fill: rgb(61, 155, 232);
}
.share-icon-wrapper {
  position: relative;
}
.pop-one-open .custom-share-pop1 {
  display: block;
  position: absolute;
  top: 24px;
  z-index: 900;
  right: 0;
  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);
  background-color: #fff;
}
.custom-share-pop1 .custom-share-pop1-action-btn {
  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;
}
.custom-share-pop1 .custom-share-pop1-action-btn ._2Ug1X {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-share-pop1 .custom-share-pop1-action-btn ._3frxo.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: rgba(49,48,44,1);
}
.custom-share-pop1 .custom-share-pop1-action-btn ._2S-NA.blog-text-color.action-button__text {
  font: normal normal normal 16px/1.4em futura-lt-w01-light,sans-serif;
  font-size: 14px;
  margin-left: 12px;
  white-space: nowrap;
  color: #31302C;
  line-height: normal;
}
.custom-social-share-popup-wrapper {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.pop-two-open .custom-social-share-popup-wrapper {
  visibility: visible;
  opacity:1;
  transition: all 0.4s;
}
.custom-social-share-popup-wrapper .custom-social-share-pop-inner {
  position: relative;
  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: 100%;
  height: 100%;
  transform: translateY(-50px);
  transition: all 0.4s;
  opacity: 0;
}
.pop-two-open .custom-social-share-popup-wrapper .custom-social-share-pop-inner {
  transform: translateY(0);
  opacity: 1;
}
.custom-social-share-popup-wrapper .custom-social-share-pop {
  width: 100%;
  max-width: 452px;
  background-color: #F3F2DC;
}
.custom-social-share-pop .custom-social-share-pop-col-inner {
  padding: 60px;
  color: #31302C;
  font: normal normal normal 46px/1.4em futura-lt-w01-book,sans-serif;
  font-size: 28px;
  line-height: normal;
}
.custom-social-share-pop .share-pop-title {
  margin: 0 0 30px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.pop-sharebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pop-sharebox span {
  margin-right: 38px;
}
.pop-sharebox span:last-child {
  margin-right: 0;
}
.pop-sharebox a {
  display: inline-block;
  padding: 0;
  height: 45px;
  width: 45px;
  margin: 0;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: #4464a3;
  text-align: center;
}
.pop-sharebox a._3WNXk {
  background: #333;
}
.pop-sharebox a._2kU7C {
  background: #0077b5;
}
.pop-sharebox a._1ie6c {
  background: #55acee;
}
.pop-sharebox a svg {
  fill: #fff;
  vertical-align: -5px;
}
.shre-link-box-pop {
  display: none;
}
.share-pop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .8;
  background-color: #000;
}
.share-pop-close-btn {
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 15px;
  padding: 0;
  background: transparent;
  border: 0;
  z-index: 9;
}
.share-pop-close-btn svg {
  fill: rgb(255, 255, 255) !important;
  fill-rule: evenodd;
}
.sharelink-pop-open .shre-link-box-pop {
  display: block;
}
.sharelink-pop-open .shre-post-linkbox {
  display: none;
}
.shre-link-box-pop .shre-link-box-pop-input-wrap {
  margin-bottom: 30px;
  position: relative;
  height: 45px;
}
.shre-link-box-pop input[type="text"] {
  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;
  color: #31302C;
  font-family: "Avenir Next";
  line-height: normal;
  position: relative;
  top: 4px;
}
.shre-link-box-pop input[type="text"]:focus {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 1px 2px #3899EC;
}
.shre-link-box-pop .input-border {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid;
  pointer-events: none;
  opacity: .2;
  border-color: #31302C;
  height: 45px;
}
.shre-link-pop-btns-grp {
  margin: 0 -12px;
}
.shre-link-pop-btns-grp {
  margin: 0 -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.shre-link-pop-btns-grp .shre-link-pop-btns-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.shre-link-pop-btns-grp .blog-btn {
  font-size: 14px;
  padding: 0 24px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  height: 40px;
  font: normal normal normal 16px/1.4em futura-lt-w01-light,sans-serif;
  font-size: 16px;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  color: rgba(21,31,49,1);
  border-color: rgba(21,31,49,1);
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  display: flex;
  align-items: center;
  font: normal normal normal 16px/1.4em raleway,sans-serif;
  line-height: normal;
  font-size: 14px;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  border-color: rgb(61, 155, 232);
  color: rgb(61, 155, 232);
}
.shre-link-pop-btns-grp .blog-btn.copy-btn {
  background-color: rgb(61, 155, 232);
  color: rgba(255,255,255,1);
  border: none;
}
.shre-link-pop-btns-grp {
  font-weight: bold;
}
.custom-advanced-search .hs-search-field__input::-webkit-input-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.custom-advanced-search .hs-search-field__input:-moz-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.custom-advanced-search .hs-search-field__input::-moz-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.custom-advanced-search .hs-search-field__input:-ms-input-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.search-border {
  height: 1px;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: rgba(245,154,40,1);
  margin-top: 2px;
}
.search-open .search-border {
  opacity: .5;
}
.blog-pagination {
  clear: both;
}
.blog-pagination a {
  display: block;
  margin-top: 15px;
  text-decoration: none;
}

.blog.hs-blog-post .body-container.container-fluid .page-center {
  max-width: 980px;
}
.custom-post-filter ul li + li {
  margin-left: 40px;
}
.hs-blog-post .custom-post-filter ul li a {
  font: normal normal normal 16px/1.4em futura-lt-w01-light,sans-serif;
  line-height: normal;
}
.byline-author-avatar svg {
  width: 100%;
  height: 100%;
}
.custom-post-blog-section {
  padding: 60px 0;
  color: rgba(49,48,44,1);
  border: 1px solid rgba(255,255,255,0.75);
  font: normal normal normal 18px/22px futura-lt-w01-light,sans-serif;
  line-height: normal;
  font-weight: 400;
  margin-top: 20px;
}
.custom-post-blog-section .blog-post-body-sec {
  padding: 0;
}
.hs-blog-post .widget-span.blog-content {
  max-width: 740px;
  margin: 0 auto;
  float: none;
}
.hs-blog-post .byline {
  padding: 0;
}
.hs-blog-post .byline .byline-author-sec {
  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;
  font-size: 14px;
  line-height: 1.5;
  font-family: futura-lt-w01-light, sans-serif;
}
.hs-blog-post .byline .author-name {
  padding-left: 12px;
  color: rgba(49,48,44,1);
}
.hs-blog-post .byline .byline-author-sec .author-name:after {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 8px;
  background-color: rgba(49,48,44,1);
}
.blog-icon-fill {
  fill: rgba(50,65,88,1);
}
.hs-blog-post .byline-date {
  opacity: .8;
}
.post-header h1 {
  margin: 25px 0 0;
  font: normal normal bold 40px/50px raleway,sans-serif;
  line-height: normal;
  color: rgba(50,65,88,1);
}
.hs-blog-post .post-header {
  margin-bottom: 25px;
}
.hs-blog-post .post-body {
  font: normal normal normal 18px/22px raleway,sans-serif;
  line-height: normal;
  font-weight: 400;
  padding-top: 60px;
  color: #324158;
}
.hs-blog-post .post-body p {
  line-height: 1.5;
  margin: 0 0 24px;
  color: #324158;
}
.hs-blog-post .post-body h2 {
  font: normal normal normal 40px/50px futura-lt-w01-book,sans-serif;
  line-height: normal;
  font-size: 28px;
  margin: 36px 0 0;
}
.hs-blog-post .post-body a {
  color: rgba(62,92,148,1);
}
.hs-blog-post .post-body p:last-child {
  margin-bottom: 0;
}
.post-follow-us-wrapper {
  border-top: 1px solid rgba(49,48,44,0.2);
  border-bottom: 1px solid rgba(49,48,44,0.2);
  margin-top: 58px;
  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;
  font-size: 14px;
  line-height: 21px;
  padding: 20px 0 19px;
}
.post-follow-us-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-blog-post-share-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(49,48,44,1);
}
.custom-blog-post-share-icon-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-blog-post-share-icon-wrap ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 0;
}
.custom-blog-post-share-icon-wrap ul li + li {
  margin-left: 30px;
}
.custom-blog-post-share-icon-wrap svg {
  fill: rgba(49,48,44,1);
}
.custom-bolg-bottom-share-grp li a:hover svg {
  fill: #4464a3;
}
.custom-bolg-bottom-share-grp li a.share_twitter:hover svg {
  fill: #55acee;
}
.custom-bolg-bottom-share-grp li a.share_googleplus:hover svg {
  fill: #0077b5;
}
.custom-bolg-bottom-share-grp li.copyLinkItem a:hover svg {
  fill: rgba(61,155,232,1);
}
.custom-post-botom-topic {
  padding-left: 6px;
}
.custom-post-botom-topic ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}
.custom-post-botom-topic ul li {
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-post-botom-topic ul li a {
  color: rgba(49,48,44,1);
  text-decoration: none;
}
.custom-post-botom-topic ul li a:hover {
  color: rgba(62,92,148,1);
}
.hs-blog-post .byline-right-col {
  margin-top: -3px;
  margin-right: -11px;
}
.hs-blog-post.pop-one-open .custom-share-pop1 {
  background-color: rgb(255, 255, 255);
  right: 1px;
}
.hs-blog-post .custom-social-share-popup-wrapper .custom-social-share-pop {
  background-color: rgb(255, 255, 255);
}
.hs-blog-post .custom-social-share-pop .pop-sharebox {
  padding-top: 12px;
}
olor: rgba(255,255,255,1);
}
.hs-blog-post .shre-link-pop-btns-grp {
  padding-top: 10px;
}
div.alignLeft {
  float: left;
  margin-right: 40px;
  margin-top: 17px;
  margin-bottom: 17px;
}
div.alignLeft + p {
  padding-top: 26px;
}
.hs-blog-post .post-body h3 {
  font: normal normal normal 40px/50px futura-lt-w01-book,sans-serif;
  line-height: normal;
  font-size: 22px;
  margin: 30px 0 25px;
}
.custom-recent-post-wrapper {
  padding-top: 23px;
  color: rgba(49,48,44,1);
}
.custom-recent-post-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;
}
.custom-recent-post-header h3 {
  font-size: inherit;
  margin: 0;
  font-family: futura-lt-w01-light, sans-serif;
  line-height: 29px;
  color: inherit;
  font-weight: normal;
}
.custom-recent-post-header a.blog-link-hover-color {
  color: inherit;
  font-size: 14px;
  text-decoration: none;
  font-family: futura-lt-w01-light, sans-serif;
}
.custom-recent-post-grid {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-evenly;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.custom-recent-post-grid.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.custom-recent-post-grid .slick-list.draggable {
  margin:0 -15px;
}
.custom-recent-post-grid .custom-recent-post-item {
  width: 33.333333%;
  float: left;
  padding: 0 15px;
}
.hs-recent-featured-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.6%;
}
.hs-recent-featured-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.custom-recent-post-body {
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: auto;
  padding: 24px;
  word-wrap: break-word;
}
.custom-recent-post-body .hs-rss-title a {
  text-decoration: none;
  color: inherit;
}
.custom-recent-post-body .hs-rss-title a:hover {
  color: rgba(62,92,148,1);
}
.custom-recent-post-body .hs-rss-title {
  font-size: 18px;
  color: rgba(49,48,44,1);
  font-family: futura-lt-w01-book, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.custom-rectn-post-comment a {
  color: rgb(49, 48, 44);
  text-decoration: none;
}
.custom-rectn-post-comment {
  border-top: 1px solid rgba(49,48,44,.2);
  margin-top: 40px;
  padding-top: 16px;
  opacity: .8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  font-family: futura-lt-w01-light, sans-serif;
  line-height: normal;
}
#comments-listing:empty {
  border: none;
  margin: 0;
  padding: 0;
}
.hs_cos_wrapper_type_blog_comments form {
  padding: 20px;
  margin: 20px 0;
}
.hs_cos_wrapper_type_blog_comments form .hs-richtext h3 {
  text-align: center;
  color: rgba(49,48,44,1);
  font: normal normal normal 18px/22px futura-lt-w01-light,sans-serif;
  line-height: normal;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  max-width: 276px;
  display: block;
  width: 100%;
  overflow-y:hidden;
  overflow-x:auto;
  margin-bottom: 20px;
}
.hs-blog-post.blog .body-container.container-fluid .page-center {
  padding-bottom: 20px;
}
.author-icon svg {
  vertical-align: middle;
  margin-top: -1px;
  fill: rgba(49,48,44,1);
}
.author-icon {
  cursor: pointer;
}
.hs-blog-post .byline-date span:after {
  margin-right: 3px;
  margin-top: -2px;
  margin-left: 9px;
}
/* ==== ToolTip ====== */
.Fade{
  opacity:1;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  opacity: 0.6;
  filter: alpha(opacity=0);
  transition:opacity .4s ease-in-out;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top {
  margin-top: 6px;
  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: 4px 9px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #2f2e2e;
  font-family:Avenir Next;
  font-size:12px;

}
.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: #2f2e2e;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #2f2e2e;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #2f2e2e;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #2f2e2e;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #2f2e2e;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2f2e2e;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2f2e2e;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2f2e2e;
}
.hs-blog-post .post-body blockquote {
  margin-top: -9px;
  margin-top: 15px;
  font-style: normal;
  line-height: 32px;
  margin-bottom: 15px;
  border-color: rgba(62,92,148,1);
  margin-right: calc((100% - 740px) / 2 + 60px);
  margin-left: calc((100% - 740px) / 2);
  padding: 10px 20px 10px 18px;
  border-left-width: 2px;
  font-size: 24px;
  border-left-style: solid;
}
div.alignCenter {
  text-align: center;
  padding: 39px 0 63px;
}
.custom-post-filter ul li.selected a {
  color: rgba(62,92,148,1);
}
.blog .body-container-wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ======= Topic Page =========== */
.topic-page-view .post-listing {
  flex-wrap: wrap;
}
.topic-page-view .post-listing .post-item {
  width: 100%;
  float: none;
  display: flex;
}
.topic-page-view .post-listing .post-item .hs-featured-image-wrapper {
  width: 50%;
  float: left;
  padding-bottom: 32.5%;
}
.topic-page-view .post-listing .post-item .blog-post-body-sec {
  width: 50%;
  float: left;
  padding: 40px 48px 37px;
}
.topic-page-view .post-listing .post-item .post-item-inner {
  min-height: 0;
  overflow: hidden;
  display: flex;
}
.topic-page-view .post-header h2 {
  font: normal normal bold 28px/35px lato-light,lato,sans-serif;
  line-height: normal;
  color: rgba(49,48,44,1);
  margin: 0;
}
.topic-page-view .byline {
  padding-bottom: 20px;
}
.topic-page-view .post-body.visible-phone {
  display: block !important;
  margin-top: 12px;
  font: normal normal normal 16px/20px lato-light,lato,sans-serif;
  opacity: .8;
  line-height: 1.5;
}
.topic-page-view .post-body.visible-phone * {
  font-weight: normal;
  font-style: normal;
  display: inline;
  margin: 0;
}
.byline .author-name a:hover {
  color: rgba(62,92,148,1);
}
.custom-social-share-popup-wrapper.bottom-share-link-pop {
  opacity: 0;
  visibility: hidden;
}
.custom-social-share-popup-wrapper.bottom-share-link-pop .shre-link-box-pop {
  display:block;
}
.sharelink-pop-open2 .custom-social-share-popup-wrapper.bottom-share-link-pop {
  opacity: 1;
  visibility: visible;
}
.sharelink-pop-open2 .custom-social-share-popup-wrapper.bottom-share-link-pop .custom-social-share-pop-inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hs-news-layout .page-center.content-wrapper {
  color: #fff;
  background: transparent;
}
.hs-news-layout .body-container {
  min-height: 499px;
}

ul.hs-search-field__suggestions {
  max-width:  500px;
  border-color:  #ccc !important;
}
ul.hs-search-field__suggestions a {
  padding:  10px;
}
li#results-for {
  padding:  10px;
}
ul#hsresults li {
  margin-top: 15px;
}
input.hs-search-field__input::-webkit-search-decoration,
input.hs-search-field__input::-webkit-search-cancel-button,
input.hs-search-field__input::-webkit-search-results-button,
input.hs-search-field__input::-webkit-search-results-decoration {
  display: none;
}
.custom-advanced-search ul.hs-search-field__suggestions {
  position: absolute;
  top: 171%;
  background: #fff;
  z-index: 99;
}

.custom-mobile-advanced-search .hs-input::-webkit-input-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.custom-mobile-advanced-search .hs-input:-moz-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.custom-mobile-advanced-search .hs-input::-moz-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.custom-mobile-advanced-search .hs-input:-ms-input-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.custom-mobile-advanced-search ul.hs-search-field__suggestions {
  position: absolute;
  top: 100%;
  margin-top: 24px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 3;
}
select#tinynav1 {
  display: none !important;
}
.hs-blog-post .post-body .hs_cos_wrapper_meta_field p:first-child small {
  display: block;
  line-height: 1.5;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: -7px;
}
.updated-date {
  line-height: 1.5;
  margin-top: 15px;
  font-size: 14px;
  font-family: futura-lt-w01-light, sans-serif;
  margin-bottom: -8px;
}

.widget-span.site-search-wrapper > div > 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;
  height: 80px;
  overflow: hidden;
}

.widget-span.site-search-wrapper > div > div:before,.widget-span.site-search-wrapper > div > div:after {
  display: none;
}

.widget-span.categories {
  width: auto;
}

.widget-span.categories ul {
  overflow: hidden;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  overflow: hidden;
}

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

.widget-span.categories ul li a {
  font: normal normal bold 16px/20px raleway,sans-serif;
  color: rgba(6,21,81,1);
}

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

.widget-span.categories ul li a span {
  display: none;
}

h3:empty {
  display: none;
}

.widget-span.categories ul li a:hover,
.widget-span.categories ul li.active a {
  color: rgba(61,155,233,1);
}

.widget-span.blog-site-search {
  margin-left: 0;
  width: auto;
  float: right;
}
.widget-span.blog-site-search .hs-search-field {
  margin-right: 16px;
}

.widget-span.blog-site-search .hs-search-field .hs-search-field__bar {
  position: relative;
  margin-left: 20px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  height: 16px;
}

.widget-span.blog-site-search .hs-search-field .hs-search-field__bar form > svg {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  cursor: pointer;
  fill: rgba(6,21,81,1);
}

.widget-span.blog-site-search .hs-search-field .hs-search-field__bar form input[type="text"] {
  position: absolute;
  background: transparent;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  display: none;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 1px 0 0 29px;
  font: normal normal normal
    font: normal normal normal 16px/1.4em raleway,sans-serif;
  line-height: normal;
  color: rgba(6,21,81,1);
}

.widget-span.blog-site-search .hs-search-field .PuSOU {
  display: none;
  visibility: hidden;
  height: 25px;
  padding: 1px 0 0 29px;
  font: normal normal normal 16px/1.4em wfont_43da64_c6b3ef4be5c04dfc8ced219b4b7eb497,wf_c6b3ef4be5c04dfc8ced219b4,orig_quicksandlightregular;
  line-height: normal;
  color: rgba(6,21,81,1);
}

.widget-span.blog-site-search .hs-search-field ._1nkMY {
  height: 1px;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background-color: rgba(6,21,81,1);
}
.widget-span.blog-site-search .hs-search-field .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;
}
.inner-page-center {
  padding-top: 20px;
}
.widget-span.blog-site-search .hs-search-field .search-input__clear-button svg {
  fill: rgba(6,21,81,1);
  fill-rule: evenodd;
  opacity: .8;
}

.search-open .widget-span.blog-site-search .hs-search-field .hs-search-field__bar {
  width: 200px;
}

.search-open .widget-span.blog-site-search .hs-search-field .hs-search-field__bar form > svg {
  position: absolute;
}

.search-open .widget-span.blog-site-search .hs-search-field .hs-search-field__bar form input[type="text"] {
  padding-right: 20px;
  display: inline-block;
  padding-right: 20px;
  display: inline-block;
}

.search-open .widget-span.blog-site-search .hs-search-field .PuSOU {
  display: inline-block;
  padding-right: 20px;
}

.search-open .widget-span.blog-site-search .hs-search-field ._1nkMY {
  opacity: .5;
}

.search-open .widget-span.blog-site-search .hs-search-field .hs-search-field__bar form input[type="text"]:focus {
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 1px 2px #3899EC;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 1px 2px #3899EC;
}

.search-open .widget-span.blog-site-search .hs-search-field .search-input__clear-button {
  display: inline-block;
}

.categories h3 {
  display: none;
}
.hs-blog-post .widget-span.categories ul li a {
  color: rgba(61,155,233,1);
}

.hs-blog-post .byline-date {
  color: rgba(49,48,44,1);
}

.hs-blog-post .byline-date {
  fill: #324158;
  color: #324158;
}

.post-topics + .custom-bolg-bottom-share-grp .share-pop-title {
  text-align: left;
  margin-bottom: 40px;
}

.post-topics + .custom-bolg-bottom-share-grp .share-pop-title span {
  margin-left: 8px;
  display: inline-block;
  vertical-align: top;
}
.custom-bolg-bottom-share-grp {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.related-post-content > a h2:hover {
  color: rgba(61,155,232,1);
}
/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

/* ======= Floating Icon ========= */
.custom-floation-menu-group .custom-floating-menu-trigger {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 138, 252, 1);
  border-radius: 50%;
  position: fixed;
  bottom: 16px;
  right: 16px;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
  z-index: 99999;
  cursor: pointer;
}
.custom-floation-menu-group .custom-floating-menu-trigger ul {
  margin: 0;
  list-style-type: none;
  display: flex;
  line-height: calc(50px - (2 * 0px));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  align-items: center;
  padding: 0;
  padding-left: 2px;
}
.custom-floation-menu-group ul.custom-foating_dots li:before {
  background: #FFFFFF;
  content: '';
  height: 6px;
  width: 6px;
  display: inline-block;
  border-radius: 27px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-right: 3px;
  top: -4px;
  position: relative;
}
.custom-floation-menu-group .custom-floating-menu-content {
  position: fixed;
  bottom: 54px;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0 0 0 19px;
  display: none;
  transition: none;
}
.custom-floation-menu-group .custom-item-menu a {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  will-change: opacity;
  position: relative;
  display: block;
  margin: 0 auto 14px;
}
.custom-floation-menu-group .custom-icon {
  border-radius: 50%;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
  border: 0px solid rgba(255, 255, 255, 1);
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: flex;
  align-items: center;
  background-color: #fff;
  order: 2;
  background-color: rgb(99, 201, 86);
  color: rgb(255, 255, 255);
  fill: #fff !important;
}
.custom-floation-menu-group .custom-content {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px #ccc;
  padding: 6px 8px;
  font: normal normal normal 12px / normal helvetica-w01-light, helvetica-w02-light, sans-serif;
  order: 1;
  font: normal normal normal 12px / normal helvetica-w01-light, helvetica-w02-light, sans-serif;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 0.2px;
  position: absolute;
  max-width: 160px;
  top: 50%;
  left: -16px;
  -webkit-transform: translate(-100%, -15px);
  transform: translate(-100%, -15px);
  padding: 6px 8px;
  color: #1d2d3c;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px #ccc;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.floating-menu .custom-floation-menu-group {
  left: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255,255,255,0.9);
  position: fixed;
  height: 100%;
  transition: 0.3s;
}
.floating-menu .custom-floation-menu-group .custom-floating-menu-content {
  display: block;
  bottom: 68px;
  width: auto;
  right: 19px;
  left: auto;
  padding: 0;
}
.custom-item-menu {
  opacity: 0;
  transition:all 0.4s;
  transition-delay:0.1s;
  transition-duration:0.4s;
}
.custom-item-menu:nth-last-of-type(1) {
  transition-delay:0.1s;
  opacity: 1;
}
.custom-item-menu:nth-last-of-type(2) {
  transition-delay:0.3s;
  opacity: 1;
}
.custom-item-menu:nth-last-of-type(3) {
  transition-delay:0.5s;
  opacity: 1;
}

.custom-floation-menu-group .custom-icon svg {
  transform: scale(1.15);
}
.custom-floation-menu-group .email-menu .custom-icon {
  background-color: rgb(190, 24, 103);
}
.custom-floation-menu-group .form-menu .custom-icon {
  background-color: rgb(60, 90, 153);
}
.floating-menu .custom-floation-menu-group .custom-floating-menu-trigger ul {
  position: relative;
  top: -1px;
  padding-left: 0;
}
.floating-menu .custom-floation-menu-group ul.custom-foating_dots li.first:before {
  width: 17px;
  height: 3px;
  -webkit-transform: translate(8.5px, -2px) rotate(-45deg);
  transform: translate(8.5px, -2px) rotate(-45deg);
  top: -3px;
  left: 3px;
}
.floating-menu .custom-floation-menu-group ul.custom-foating_dots li.secound:before {
  height: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.floating-menu .custom-floation-menu-group ul.custom-foating_dots li.last:before {
  width: 17px;
  height: 3px;
  margin-right: 0;
  -webkit-transform: translate(-8.5px, -2px) rotate(45deg);
  transform: translate(-8.5px, -2px) rotate(45deg);
  top: -3px;
  right: 3px;
}

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


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


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

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  width: 100%;
  display:block;
  border-radius: 2px 2px 2px 2px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4em;
  font-family: raleway,sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-width: 1px;
  background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  color: #6E6E81;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.55);
  padding: 9px 3px;
  padding-left: 12px;
  margin-bottom: 17px;
  outline: none;
}

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

input[type="text"]:hover,
input[type="password"]:hover, 
input[type="datetime"]:hover, 
input[type="datetime-local"]:hover, 
input[type="date"]:hover, 
input[type="month"]:hover, 
input[type="time"]:hover, 
input[type="week"]:hover, 
input[type="number"]:hover, 
input[type="email"]:hover, 
input[type="url"]:hover, 
input[type="search"]:hover, 
input[type="tel"]:hover, 
input[type="color"]:hover,
input[type="file"]:hover,
textarea:hover,
select:hover {
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 0.55);
}

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

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

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

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

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

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

/* Error */
.hs-error-msgs label{}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  border-radius: 5px;
  width: auto;
  display: inline-block;
  color: #FFFFFF;
  transition: color 0.4s ease 0s;
  background-color: rgba(95, 187, 70, 1);
  border: solid rgba(182, 243, 232, 1) 0px;
  justify-content: center;
  font-family: raleway,sans-serif;
  font-size: 17px;
  line-height: 1.4em;
  padding: 7.5px 11px;
  outline: none;
  margin: 10px 0 30px;
  transition: all 0.4s ease;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: rgba(90, 117, 182, 1);
  border-color: transparent;
}

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


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

.landing-page.one-column .body-container form, 
.error-template .body-container form, 
.password-template .body-container form, 
.subscription-template .body-container .widget-type-email_simple_subscription form,
.search-page .body-container .hs-search-field {
  width: 50%;
}

.hs-error-msgs.inputs-list{
  margin: 0;
}

ul.hs-error-msgs.inputs-list label {
  color: #f33;
  display: block;
  position: relative;
  top: -7px;
}
.subscribe-options label span {
  color: #444;
}

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

ul.hs-search-field__suggestions {
  padding: 0;
}
.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
}
ul.hs-search-field__suggestions li {
  margin-bottom: 5px;
}
ul.hs-search-field__suggestions a {
  padding: 5px;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { 
  display: none;
}

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

.comment-from {
  display: block;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item * {
  vertical-align: top !important;
}

.subscribe-options label {
  font-size: 13px;
  margin-left: 0;
  margin-right: 0;
}

div#comments-listing:not([data-has-comments="true"]) {
  display: none;
}

figure,
blockquote {
  margin-left: 0;
  margin-right: 0;
}

.related-posts-wrapper {
  padding-top: 23px;
  color: rgba(42,42,42,1);
}

.related-col-1 {
  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;
  color: rgba(50,65,88,1);
}

.related-col-1 h3 {
  font: normal normal normal 18px/22px raleway,sans-serif;
  line-height: normal;
  margin: 0;
  font-size: 18px;
  line-height: 29px;
  color: rgba(50,65,88,1);
}

.related-col-1 a {
  color: rgba(50,65,88,1);
  font-size: 14px;
}

.related-col-1 a:hover {
  color: rgba(61,155,232,1);
}

.related-inner-wrapper {
  padding: 20px 0;
}
.related-inner-wrapper .slick-list {
  margin: 0 -15px;
}
.related-post-item {
  padding: 0 15px;
}

.related-post-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font: normal normal normal 18px/22px proxima-n-w01-reg,sans-serif;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}

.related-post-item-inner .post-itm-bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 165px;
  min-height: 165px;
}

.related-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;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: auto;
  padding: 24px;
  word-wrap: break-word;
}

.related-post-content > a {
  font-family: proxima-n-w01-reg, sans-serif;
  font-size: 18px;
  color: rgb(42, 42, 42);
  display: inline-block;
}

.related-post-content > a h2 {
  color: rgba(50,65,88,1);
  margin: 0;
  font-weight: 400;
  font: normal normal bold 40px/50px raleway,sans-serif;
  line-height: normal;
  font-size: 18px;
}

.related-post-content ._2Dps0 {
  height: 1px;
  opacity: .2;
  background-color: rgba(42,42,42,1);
}

.related-post-content ._2Dps0 + div {
  font-size: 12px;
  color: inherit;
  padding-top: 15px;
}

.related-post-content ._2Dps0 + div .post-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  line-height: 1.5;
  font-size: 12px!important;
  color: rgba(42,42,42,1);
  font: normal normal normal 18px/22px proxima-n-w01-reg,sans-serif;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: .8;
}

.related-post-content ._2Dps0 + div .post-stats > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 2px;
}

.related-post-content ._2Dps0 + div .post-stats > span > span {
  margin-left: 6px;
}

.related-post-content ._2Dps0 + div .post-stats > a {
  margin-left: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: inherit;
  font: inherit;
  overflow: hidden;
}

.related-post-item-inner .hs-featured-image-wrapper {
  padding: 0;
}

.widget-span.site-search-wrapper > div > div {
  height: auto;
}

.widget-span.categories ul {
  height: auto;
}
.custom-share-pop1 .custom-share-pop1-action-btn ._2S-NA.blog-text-color.action-button__text {
  font: normal normal normal 16px/1.4em raleway,sans-serif;
  line-height: normal;
  color: rgba(50,65,88,1);
  font-size: 14px;
}
.custom-social-share-popup-wrapper .custom-social-share-pop {
  background-color: #fff;
}

.custom-social-share-pop .share-pop-title {
  font: normal normal bold 55px/1.4em raleway,sans-serif;
  line-height: normal;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 50px;
}
.custom-share-pop1 .custom-share-pop1-action-btn ._2S-NA.blog-text-color.action-button__text {
  font: normal normal normal 16px/1.4em raleway,sans-serif;
  line-height: normal;
  color: rgba(50,65,88,1);
  font-size: 14px;
}

.custom-social-share-popup-wrapper .custom-social-share-pop {
  background-color: #fff;
}

.custom-social-share-pop .share-pop-title {
  font: normal normal bold 55px/1.4em raleway,sans-serif;
  line-height: normal;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 50px;
}

.shre-link-box-pop-inner input[type="text"] {
  border-color: transparent;
  height: 100%;
  top: 0;
  font-family: Avenir Next;
  font-size: 14px;
  color: rgba(50,65,88,1);
}
.custom-social-share-pop .share-pop-title {
  color: rgba(50,65,88,1);
}
.hs-blog-post .custom-social-share-pop .share-pop-title {
  margin: 0 0 30px;
}

.hs-blog-post .widget-span.blog-site-search .hs-search-field .hs-search-field__bar form > svg {
  fill: rgba(61,155,233,1);
}
.hs-blog-post #hubspot-topic_data a.topic-link {
  color: rgba(50,65,88,1);
}
.hs-blog-post #hubspot-topic_data a.topic-link:hover {
  color: rgba(61,155,232,1);
}
.post-follow-us-wrapper a.topic-link,
.related-col-1 a{
  transition: none;
}
/* 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: 1024px) {
  .cm-right-btn a {
    margin-right: 0;
  }

  .widget-span.categories ul li + li {
    margin-left: 20px;
  }
}

@media (max-width: 860px) and (min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    margin: 0 10px;
  }
}

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

@media (max-width: 767px) {
  .landing-page.one-column .body-container form, 
  .error-template .body-container form, 
  .password-template .body-container form, 
  .subscription-template .body-container .widget-type-email_simple_subscription form,
  .search-page .body-container .hs-search-field {
    width: 100%;
  } 
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin-bottom: 10px;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: hidden;
    overflow-x: auto;
    padding: 5px;
  }
  .post-body img {
    margin: 0 auto !important;
    display: block !important;
    float: none !important;
    width: auto !important;
  }
  h1 {
    font-size: 23px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 18px;
  }
  .cm-copyright {
    margin-bottom: 22px;
    font-size: 9px;
  }

  .cm-footer-images {
    padding-right: 0;
    text-align: left;
  }

  .cm-footer-images img:first-child {
    width: 236px;
  }

  .cm-footer-images img:last-child {
    width: 56px;
    padding-left: 3px;
  }

  .cm-footer-wrapper {
    padding-left: 43px;
    padding-right: 43px;
  }

  .cm-footer-images img {
    margin: 0;
    display: block;
  }

  .cm-footer-menu .hs-menu-wrapper > ul > li {
    float: left;
    vertical-align: top;
    width: 50%;
  }

  .cm-footer-menu .hs-menu-wrapper > ul > li > ul > li {
    font-size: 10.785714385714286px;
    margin: 9px 0;
    padding-left: 2px;
  }

  .cm-footer-menu .hs-menu-wrapper > ul > li > a {
    font-size: 11px;
    padding-left: 2px;
  }

  .widget-span.cm-footer-logo,
  .widget-span.cm-footer-menu,
  .widget-span.cm-footer-btn {
    width: 100%;
    padding: 0;
    float: none;
  }

  .cm-footer-images {
    margin-bottom: 50px;
  }

  .cm-footer-images img {
    margin-bottom: 9px;
  }

  .widget-span.cm-footer-menu {
    padding-bottom: 29px;
  }

  .cm-footer-menu .hs-menu-wrapper ul:after {
    content: "";display: table;width: 100%;}

  .cm-footer-btn a {
    white-space: normal !important;
    float: none;
    width: 236px;
    display: block;
    max-width: 100%;
    padding: 8px 0px;
    font-size: 14.79047619047619px;
    padding-top: 9px;
  }

  .widget-span.cm-footer-btn {
    margin-bottom: 40px;
  }
  .cm-footer-logo img {
    width: 110px;
    max-width: 100%;
  }

  .cm-footer-logo {
    text-align: center;
    margin-bottom: 21px;
  }

  .cm-footer-wrapper {
    padding-top: 33px;
  }

  .custom-logo img {
    width: 138px;
  }

  .cm-header-wrapper {
    padding-top: 25px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .cm-header-right {
    display: none;
  }
  /* Blog Styling */
  .blog-top-section .blog-default-button-background-color {
    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(61, 155, 232);
  }

  .blog-top-section ._2X7Xw {
    -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;
  }

  .blog-top-section ._2X7Xw h1 {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: normal;
    color: rgb(255, 255, 255);
    font: normal normal normal 16px/1.4em raleway,sans-serif;
    font-size: 14px;
  }

  ._2T-uQ.header-buttons {
    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: -17px;
  }

  ._2DOXU {
    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: 48px;
    height: 48px;
  }

  .blog-button-primary-icon-fill {
    fill: rgba(255,255,255,1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #696554;
  }

  ._1jc8M {
    display: none;
  }

  ._1zMyR {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
  }

  ._1iv1U {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._3CDjO {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 16px;
    border: 0;
    font-size: 14px;
    font-family: Avenir Next;
    font-weight: 500;
    white-space: nowrap;
    color: #fff;
    background: transparent;
  }
  ul.l_tinynav1 {
    display: none;
  }
  .mobile-categories {
    color: #2A2A2A;
    height: 50px;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
  }

  .mobile-categories .widget-module {
    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;
    padding-left: 18px;
    padding-right: 18px;
    height: 50px;
  }

  .mobile-categories .widget-module > svg {
    fill: #2A2A2A;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 3px;
  }

  select#tinynav1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    font-size: 16px;
    margin-left: 18px;
  }
  span._3qWks {
    color: rgb(42, 42, 42);
    font-family: wfont_43da64_c6b3ef4be5c04dfc8ced219b4b7eb497, wf_c6b3ef4be5c04dfc8ced219b4, orig_quicksandlightregular;
  }
  .hs-blog-listing .blog-content {
    padding-top: 0;
  }
  ._1iG4l {
    height: 100%;
    font-size: 0;
    margin: 0 -12px 0 -4px;
  }
  ._2g-Gc {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .widget-span.mobile-blog-site-search .hs-search-field__bar form > svg {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    cursor: pointer;
    fill: rgba(255,255,255,1);
    position: absolute;
  }

  .widget-span.mobile-blog-site-search .hs-search-field__bar form input[type="text"] {
    position: absolute;
    background: transparent;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 1px 0 0 29px;
    font: normal normal normal 16px/1.4em wfont_43da64_c6b3ef4be5c04dfc8ced219b4b7eb497,wf_c6b3ef4be5c04dfc8ced219b4,orig_quicksandlightregular;
    font-size: 16px;
    line-height: normal;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    color: rgba(255,255,255,1);
    padding-right: 20px;
    display: inline-block;
  }

  .widget-span.mobile-blog-site-search .hs-search-field__bar form input[type="text"]:focus {
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 1px 2px #3899EC;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 1px 2px #3899EC;
    border: 0;
    outline: 0;
  }

  .widget-span.mobile-blog-site-search .hs-search-field__bar form ._1Pqlr {
    height: 25px;
    padding: 1px 0 0 29px;
    font: normal normal normal 16px/1.4em wfont_43da64_c6b3ef4be5c04dfc8ced219b4b7eb497,wf_c6b3ef4be5c04dfc8ced219b4,orig_quicksandlightregular;
    font-size: 16px;
    line-height: normal;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    color: rgba(255,255,255,1);
    display: inline-block;
    padding-right: 20px;
  }
  .widget-span.mobile-blog-site-search .hs-search-field__bar form ._1nkMY {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 1px;
    background-color: rgba(255,255,255,1);
    opacity: .5;
  }
  .mobile-blog-site-search {
    position: absolute;
    width: 100% !important;
    top: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .blog-top-section {
    position: relative;
  }

  .search-open .mobile-blog-site-search {
    opacity: 1;
    pointer-events: all;
  }
  html, body {
    overflow-x: hidden;
  }

  .post-content-wrapper .blog-post-homepage-description-font ._3PIUP {
    margin-right: -26px;
  }

  .post-item:last-child .post-content-wrapper > ._3NyoV ._2Dps0 {
    display: none;
  }
  .hs-blog-post .simple-banner {
    height: auto;
    min-height: unset;
    border-width: 50px;
    margin-bottom: 10px;
  }

  .hs-blog-post .mobile-categories {
    display: none;
  }

  .hs-blog-post .blog-content > div:not(:last-child) {
    padding: 30px 0 25px;
    border: 0;
  }

  .hs-blog-post .widget-span.inner-page-center {
    padding: 0 18px;
  }

  .hs-blog-post .blog-content {
    margin-top: 12px;
    padding-top: 0;
  }

  .widget-span.blog-content-inner {
    padding: 0;
    max-width: 100%;
  }

  .blog-inner-page-center .x_VfD ._3l0uo {
    font-size: 12px;
  }

  .blog-inner-page-center .x_VfD ._3l0uo ._25WOM {
    font-size: 12px !important;
    max-height: 32px;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: block;
  }

  .blog-inner-page-center .x_VfD ._3l0uo ._25WOM > li:nth-child(2) {
    display: none;
  }

  .blog-inner-page-center .x_VfD ._3l0uo ._25WOM ._33LjI ._19kr2 {
    margin-top: -16px;
  }

  .blog-inner-page-center .x_VfD ._3l0uo ._25WOM ._33LjI .Cu6fU {
    margin-top: -17px;
  }

  .blog-inner-page-center .x_VfD ._3l0uo ._25WOM > li:nth-child(3) {
    margin-left: 42px;
    margin-top: -15px;
  }

  .blog-inner-page-center .x_VfD > ._zLbN h1 {
    font-size: 26px;
  }

  .blog-inner-page-center .x_VfD > ._zLbN h1 span.blog-post-title-font {
    font-size: 26px;
  }

  p._2dmGl.x_VfD {
    font-size: 12px;
  }

  .blog-post-wrapper .post-body {
    font-size: 16px;
    line-height: 24px;
  }

  .social-icons {
    display: none;
  }

  .post-topics a {
    font-size: 12px;
  }

  .post-follow-us-wrapper {
    border: 0;
  }

  .related-post-item {
    width: 100%;
  }

  .related-post-content > a h2 {
    font-size: 18px;
  }
  .blog-top-section ._2X7Xw h1._29g9X {
    font-family: proxima-n-w01-reg, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-left: 7px;
  }

  ._24-_5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -4px;
  }
  .lp-pages .widget-span.cm-header-outer .page-center > div > div {
    height: auto;
  }
  .post-item-inner .hs-featured-image-wrapper {
    height: auto;
  }
  .post-comment-section-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-comment-section-wrapper .blog-post-homepage-description-background-color {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 18px;
    margin-bottom: 0;
  }

  .post-comment-section-wrapper-inner {
    width: 100%;
  }

  .post-item:last-child .post-comment-section-wrapper .blog-post-homepage-description-background-color {
    display: none;
  }
  .blog-post-wrapper .byline-author-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-post-wrapper span.author-name span.author-link {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .blog-post-wrapper span.date:before {
    display: none;
  }

  .blog-post-wrapper span.date {
    font-size: 12px;
    line-height: 18px;
  }

  .blog-post-wrapper span.reading-minutes {
    font-size: 12px;
    line-height: 18px;
  }

  .blog-post-wrapper .post-header h1 {
    font-size: 26px;
  }

  .updated-date {
    font-size: 12px;
    line-height: 18px;
    margin-top: 13px;
  }
  select#tinynav1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    font-size: 16px;
    margin-left: 18px;
  }
  span._3qWks {
    color: rgb(42, 42, 42);
    font-family: wfont_43da64_c6b3ef4be5c04dfc8ced219b4b7eb497, wf_c6b3ef4be5c04dfc8ced219b4, orig_quicksandlightregular;
  }
  .hs-blog-listing .blog-content {
    padding-top: 0;
  }

  .widget-span.mobile-blog-site-search .hs-search-field__bar {
    position: relative;
    margin-left: 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    height: 16px;
    width: 100%;
  }

  ._1iG4l {
    height: 100%;
    font-size: 0;
    margin: 0 -12px 0 -4px;
  }
  .back-top-page {
    height: 100%;
    font-size: 0;
    margin: 0 -12px 0 -4px;
    position: relative;
    top: 5px;
  }

  .mobile-blog-site-search .hs-search-field {
    padding-left: 18px;
    padding-right: 18px;
    background-color: rgb(61, 155, 232);
  }
  ._2g-Gc {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .mobile-categories select#tinynav1 {
    display: block !important;
  }
  .widget-span.mobile-blog-site-search .hs-search-field__bar form > svg {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    cursor: pointer;
    fill: rgba(255,255,255,1);
    position: absolute;
  }

  .widget-span.mobile-blog-site-search .hs-search-field__bar form input[type="text"] {
    position: absolute;
    background: transparent;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 1px 0 0 29px;
    font: normal normal normal 16px/1.4em wfont_43da64_c6b3ef4be5c04dfc8ced219b4b7eb497,wf_c6b3ef4be5c04dfc8ced219b4,orig_quicksandlightregular;
    font-size: 16px;
    line-height: normal;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    color: rgba(255,255,255,1);
    padding-right: 20px;
    display: inline-block;
  }

  .widget-span.mobile-blog-site-search .hs-search-field__bar form input[type="text"]:focus {
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 1px 2px #3899EC;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 1px 2px #3899EC;
    border: 0;
    outline: 0;
  }

  .widget-span.mobile-blog-site-search .hs-search-field__bar form ._1Pqlr {
    height: 25px;
    padding: 1px 0 0 29px;
    font: normal normal normal 16px/1.4em wfont_43da64_c6b3ef4be5c04dfc8ced219b4b7eb497,wf_c6b3ef4be5c04dfc8ced219b4,orig_quicksandlightregular;
    font-size: 16px;
    line-height: normal;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    color: rgba(255,255,255,1);
    display: inline-block;
    padding-right: 20px;
  }
  .widget-span.mobile-blog-site-search .hs-search-field__bar form ._1nkMY {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 1px;
    background-color: rgba(255,255,255,1);
    opacity: .5;
  }
  .mobile-blog-site-search {
    position: absolute;
    width: 100% !important;
    top: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .blog-top-section {
    position: relative;
  }

  .search-open .mobile-blog-site-search {
    opacity: 1;
    pointer-events: all;
  }
  html, body {
    overflow-x: hidden;
  }

  .post-content-wrapper .blog-post-homepage-description-font ._3PIUP {
    margin-right: -26px;
  }

  .post-item:last-child .post-content-wrapper > ._3NyoV ._2Dps0 {
    display: none;
  }
  .hs-blog-post .simple-banner {
    height: auto;
    min-height: unset;
    border-width: 50px;
    margin-bottom: 10px;
  }

  .hs-blog-post .mobile-categories {
    display: none;
  }

  .hs-blog-post .blog-content > div:not(:last-child) {
    padding: 30px 0 25px;
    border: 0;
  }

  .hs-blog-post .widget-span.inner-page-center {
    padding: 0 18px;
  }

  .hs-blog-post .blog-content {
    margin-top: 12px;
    padding-top: 0;
  }

  .widget-span.blog-content-inner {
    padding: 0;
    max-width: 100%;
  }

  .blog-inner-page-center .x_VfD ._3l0uo {
    font-size: 12px;
  }

  .blog-inner-page-center .x_VfD ._3l0uo ._25WOM {
    font-size: 12px !important;
    max-height: 32px;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: block;
  }

  .blog-inner-page-center .x_VfD ._3l0uo ._25WOM > li:nth-child(2) {
    display: none;
  }

  .blog-inner-page-center .x_VfD ._3l0uo ._25WOM ._33LjI ._19kr2 {
    margin-top: -16px;
  }

  .blog-inner-page-center .x_VfD ._3l0uo ._25WOM ._33LjI .Cu6fU {
    margin-top: -17px;
  }

  .blog-inner-page-center .x_VfD ._3l0uo ._25WOM > li:nth-child(3) {
    margin-left: 42px;
    margin-top: -15px;
  }

  .blog-inner-page-center .x_VfD > ._zLbN h1 {
    font-size: 26px;
  }

  .blog-inner-page-center .x_VfD > ._zLbN h1 span.blog-post-title-font {
    font-size: 26px;
  }

  p._2dmGl.x_VfD {
    font-size: 12px;
  }

  .blog-post-wrapper .post-body {
    font-size: 16px;
    line-height: 24px;
  }

  .social-icons {
    display: none;
  }

  .post-topics a {
    font-size: 12px;
  }

  .post-follow-us-wrapper {
    border: 0;
  }

  .related-post-item {
    width: 100%;
  }

  .related-post-content > a h2 {
    font-size: 18px;
  }
  .blog-top-section ._2X7Xw h1._29g9X {
    font-family: proxima-n-w01-reg, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-left: 7px;
  }

  ._24-_5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -4px;
  }
  .lp-pages .widget-span.cm-header-outer .page-center > div > div {
    height: auto;
  }
  .post-item-inner .hs-featured-image-wrapper {
    height: auto;
  }
  .post-comment-section-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-comment-section-wrapper .blog-post-homepage-description-background-color {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 18px;
    margin-bottom: 0;
  }

  .post-comment-section-wrapper-inner {
    width: 100%;
  }

  .post-item:last-child .post-comment-section-wrapper .blog-post-homepage-description-background-color {
    display: none;
  }
  .blog-post-wrapper .byline-author-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-post-wrapper span.author-name span.author-link {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .blog-post-wrapper span.date:before {
    display: none;
  }

  .blog-post-wrapper span.date {
    font-size: 12px;
    line-height: 18px;
  }

  .blog-post-wrapper span.reading-minutes {
    font-size: 12px;
    line-height: 18px;
  }

  .blog-post-wrapper .post-header h1 {
    font-size: 26px;
  }

  .updated-date {
    font-size: 12px;
    line-height: 18px;
    margin-top: 13px;
  }

  .cm-header-wrapper {
    min-height: 65px !important;
  }

  .mobile-categories h3 {
    display: none;
  }

  .mobile-categories .widget-module {
    border: 1px solid;
    border-color: transparent;
  }

  span._3qWks {
    font-size: 14.5px;
    font-family: inherit;
  }
  .hs-blog-listing .inner-page-center {
    padding-top: 0;
  }
  .widget-span.site-search-wrapper {
    display: none;
  }
  .widget-span.site-search-wrapper {
    display: none;
  }

  .post-listing .post-item {
    width: 100%;
    padding: 0;
  }

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

  .widget-span.site-search-wrapper {
    display: none;
  }

  .post-item-inner .post-itm-bg {
    height: 320px;
  }

  .fixed-social-icon-wrapper .blog-default-card-background-color .blog-post-title-font {
    padding: 36px 30px;
  }

  .fixed-social-icon-wrapper .blog-default-card-background-color {
    max-width: 296px;
  }

  ._1tGe7 {
    margin-right: 24px;
  }

  .copy-link-wrapper {
    padding: 36px 30px;
  }
  .post-content-wrapper > ._3NyoV {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-content-wrapper > ._3NyoV ._2Dps0 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
    margin-top: 18px;
  }

  .post-content-wrapper > ._3NyoV ._123LH {
    padding: 0;
  }

  .blog-pagination {
    padding: 20px;
    text-align: center;
  }

  .blog-pagination a {
    margin: 0 auto;
  }

  .post-listing {
    margin: 0;
  }

  .blog-post-body-sec {
    padding: 28px 17px 25px;
  }

  .post-header h2 {
    font-size: 19px;
  }

  .post-body.clearfix {
    font-size: 13px;
  }
  .custom-post-blog-section {
    padding: 10px 0;
  }
  .updated-date {
    display: none;
  }
  .related-post-item {
    width: 100%;
    display: block;
  }

  .related-inner-wrapper {
    display: block;
  }
  #back-to-top{
    padding: 0;
    display: block;
    cursor: pointer;
    z-index: 99999;
    position: fixed;
    bottom: 87px;
    right: 0;
    width: 44px;
    height: 44px;
  }

  #back-to-top svg {
    fill: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    stroke: #fff;
    width: 100%;
    height: 100%;
  }

  svg .s_YsIBackToTopButtonSkin_arrow {
    stroke-width: 1.5;
  }

  svg .s_YsIBackToTopButtonSkin_border {
    stroke-width: 1;
  }
  .related-posts-wrapper button.slick-arrow {
    display: none !important;
  }

  .related-posts-wrapper .slick-dots li button {
    display: none;
  }

  .related-posts-wrapper .slick-dots li {
    background-color: rgba(61,155,232,1);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0 0 0 6px;
  }

  .related-posts-wrapper .slick-dots li.slick-active {
    background-color: rgba(50,65,88,1);
  }

  .related-post-item {
    padding: 0;
  }

  .related-inner-wrapper .slick-list {
    margin: 0;
  }
  .flag-tooggle .header-container select.focus-ring {
    /* opacity: 1; */
    display: block;
  }
  .widget-span.mobile-blog-site-search .hs-search-field__bar form ._1Pqlr {
    display: none;
  }
  .mobile-blog-site-search .hs-search-field .back-top-page {
    display: table;
    top: 16px;
    cursor: pointer;
  }

  .widget-span.mobile-blog-site-search .hs-search-field__bar form input[type="text"] {
    position: relative;
  }
  .widget-span.mobile-blog-site-search .hs-search-field__input::-webkit-input-placeholder {

    color: rgba(255,255,255,1);
    opacity: 0.4;
    font: normal normal normal 16px/1.4em raleway,sans-serif;
    line-height: normal;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
  }
  .widget-span.mobile-blog-site-search .hs-search-field__input:-moz-placeholder {
    color: rgba(255,255,255,1);
    opacity: 0.4;
    font: normal normal normal 16px/1.4em raleway,sans-serif;
    line-height: normal;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
  }
  .widget-span.mobile-blog-site-search .hs-search-field__input::-moz-placeholder {
    color: rgba(255,255,255,1);
    opacity: 0.4;
    font: normal normal normal 16px/1.4em raleway,sans-serif;
    line-height: normal;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
  }
  .widget-span.mobile-blog-site-search .hs-search-field__input:-ms-input-placeholder {
    color: rgba(255,255,255,1);
    opacity: 0.4;
    font: normal normal normal 16px/1.4em raleway,sans-serif;
    line-height: normal;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
  }

  .widget-span.mobile-blog-site-search .hs-search-field__bar {
    margin-left: 23px;
    width: calc(100% - 23px);
  }
  .widget-span.mobile-blog-site-search .hs-search-field__bar form ._1nkMY {
    margin-top: 5px;
  }

  .widget-span.mobile-blog-site-search .hs-search-field__bar form input[type="text"] {
    font: normal normal normal 16px/1.4em raleway,sans-serif;
    line-height: normal;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
  }

  .widget-span.mobile-blog-site-search .hs-search-field__bar {
    margin-top: -2px;
  }
  .post-listing {
    margin: 0;
    margin-top: 2px;
  }
  .byline .byline-author-sec {
    margin-top: 3px;
  }
  .mobile-blog-site-search ul.hs-search-field__suggestions {
    position: absolute;
    background: #fff;
    z-index: 1;
    margin-top: 10px;
    left: 0;
    top: 40px;
    width: 100%;
    max-width: 100%;
  }
  .custom-bolg-bottom-share-grp {
    display: none;
  }
  .mobile-icon {
    z-index: 100;
  }

  .custom-menu-primary {
    z-index: 98;
  }

  .show-mobile-nav #site-wrapper:before {
    z-index: 97;
  }
  .custom-social-share-pop-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pop-sharebox span {
    margin: 0 11px;
  }
  .blog-top-section ._2X7Xw h1._29g9X {
    font: normal normal normal 18px/22px raleway,sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  select#tinynav1 {
    margin-left: 0;
  }
  /* End */
}  


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

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