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

@font-face {
  font-family: "HelveticaNeue";
  src: local("Helvetica LT 45 Light"), local("HelveticaNeueLT-Light"),
    url("//cdn2.hubspot.net/hubfs/5876848/Auto_Transform_July2019%20Theme/Fonts/HelveticaNeueLT-Light.eot?#iefix") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/5876848/Auto_Transform_July2019%20Theme/Fonts/HelveticaNeueLT-Light.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5876848/Auto_Transform_July2019%20Theme/Fonts/HelveticaNeueLT-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: "HelveticaNeue";
  src: local("Helvetica Neue Regular"), local("HelveticaNeueRegular"), 
    url("//cdn2.hubspot.net/hubfs/5876848/Auto_Transform_July2019%20Theme/Fonts/HelveticaNeueRegular.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/5876848/Auto_Transform_July2019%20Theme/Fonts/HelveticaNeueRegular.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/5876848/Auto_Transform_July2019%20Theme/Fonts/HelveticaNeueRegular.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5876848/Auto_Transform_July2019%20Theme/Fonts/HelveticaNeueRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}


@font-face {
  font-family: "HelveticaNeue";
  src: local("Helvetica LT 65 Medium"), local("HelveticaNeueLT-Medium"), 
    url("//cdn2.hubspot.net/hubfs/5876848/Auto_Transform_July2019%20Theme/Fonts/HelveticaNeueLTStd-Md.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/5876848/Auto_Transform_July2019%20Theme/Fonts/HelveticaNeueLTStd-Md.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/5876848/Auto_Transform_July2019%20Theme/Fonts/HelveticaNeueLTStd-Md.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5876848/Auto_Transform_July2019%20Theme/Fonts/HelveticaNeueLTStd-Md.ttf") format("truetype"); 
  font-style: normal;
  font-weight: 400;
}


@font-face {
  font-family: "HelveticaNeue";
  src: local("Helvetica Neue Bold"), local("HelveticaNeue-Bold"), 
    url("//cdn2.hubspot.net/hubfs/5876848/Auto_Transform_July2019%20Theme/Fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/5876848/Auto_Transform_July2019%20Theme/Fonts/HelveticaNeue-Bold.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/5876848/Auto_Transform_July2019%20Theme/Fonts/HelveticaNeue-Bold.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5876848/Auto_Transform_July2019%20Theme/Fonts/HelveticaNeue-Bold.ttf") format("truetype"); 
  font-style: normal;
  font-weight: 600;
}


@font-face {
  font-family: "sd-icons";
  src: url("//cdn2.hubspot.net/hubfs/5876848/Auto_Transform_July2019%20Theme/Fonts/sd-icons.eot?2la9c9#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/5876848/Auto_Transform_July2019%20Theme/Fonts/sd-icons.ttf?2la9c9") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/5876848/Auto_Transform_July2019%20Theme/Fonts/sd-icons.woff?2la9c9") format("woff");
  font-style: normal;
  font-weight: 400;
}


/* 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.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }

/* ==========================================================================
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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'HelveticaNeue',sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.76;
  color: #5a5a5b;
}

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

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


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin:15px 0px;
  font-family: 'HelveticaNeue',sans-serif;

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

h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4em;
}
h2 {
  font-size: 32px;
  font-weight: 600;
  color: #272727;
  line-height: 1.2em;
}
h3 {
  font-weight: 600;
  font-size: 26px;
  color: #272727;
}
h4 {
  font-size: 22px;
  font-weight: 600;
  color: #272727;
}
h5 {
  font-size: 20px;
  font-weight: 600;
  color: #272727;
}
h6 {
  font-size: 18px;
  font-weight: 600;
  color: #272727;

}

/* Anchor Links */
a {  
  text-decoration: underline;
  color: #0769ad;
  outline:0;
}
a:hover {   
  text-decoration: underline;
  color: #043c63;
}

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

/* Block Quotes */
blockquote {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  color: #272727;
  text-transform: none;
  margin: 2em 0;
  padding: 5px 0 5px 0;
}
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 {
  min-height:150px;
}
.header-container {}
.topbar-nav ul{
  text-align:right;
  float:right;
}
.Header-top-bar{
  background: #f2f2f6;
}
.topbar-nav ul li{
  display:inline-block;
  font-size:17px;
  line-height:30px;
}
.topbar-nav ul li a{
  color: #45555f;
  text-decoration: none;
  display: block;
  margin-left: 30px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.1em;
  padding: 13px 1px;
  position: relative;
}

.topbar-nav ul li a:after {
  width: 0%;
  background: #a4a4a4;
  height: 2px;
  transition: all 0.25s ease;
  position: absolute;
  left: 0;
  content: '';
  bottom: 0;
  right: 0;
  margin: auto;
}
.topbar-nav ul li a:hover:after {
  width: 100%;
}
.topbar-nav ul li:last-child a:after {
  display:none;
}

.topbar-nav ul li:last-child > a:before{
  content: "\e91d";
  font-family: 'sd-icons'!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 3px;
  top: 1px;
  font-size: 12px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-header{
  position: absolute;
  z-index: 999;
  width: 100% !important;
  background: #fff;
  top: 0px;

}
.scroll.header-show .custom-header{
  position:fixed;
  top: 0px;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 400ms;
  -moz-animation-duration: 400ms;
  -op-animation-duration: 400ms;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.header-show.scroll .Header-top-bar{
  display:none;
}

.custom-header .logo {
  max-width: 240px;
  padding: 10px 0 11px;
  float: left;
}

.custom-header .custom-menu-primary{
  float:right;
  text-align: right;
  width: auto;

}
.custom-header .header-main {
  background: #fff;
  border-bottom: 2px solid #f2f2f6;
}

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

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

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


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

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

.footer_top_layout {
  border-top: solid 1px #cfcfcf;
  padding: 50px 0;
}

.footer_top_layout .page-center {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer_top_layout .icoBox {
  width: 25%;
  height: 146px;
  margin: 0;
  transition: ease 0.2s all;
  overflow: hidden;
  cursor: auto;
}

.footer_top_layout .icoBox .footerIcon {
  transition: ease 0.2s all;
  width: 100%;
  max-width: 100.5px;
}

.footer_top_layout .icoBox .footerIconTitle {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 10px;
  color: #242428;
  transition: ease 0.2s all;
  max-width: 150px;
  padding-bottom: 5px;
}

.footer_top_layout .icoBox .footerIconText {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 15px;
  transition: ease 0.2s all;
  max-width: 75%;
}

.footer_top_layout .icoBox:hover .footerIcon {
  width: 40%;
  max-width: 50px;
}

.footer_top_layout .icoBox:hover .footerIconTitle {
  font-size: 17px;
  margin-top: 5px;
}

.footer_top_layout .icoBox:hover .footerIconText {
  margin-top: 0;
  transition: ease 0.2s all;
}

.custom-footer {
  background: #f2f2f6;
}

.custom-footer .footer-signup-form {
  padding: 80px 0;
}


.custom-footer .signup-heading {
  padding-right: 25px;
  width: 50% !important;
  float: left !important;
}

.custom-footer .footer-form {
  padding-left: 25px;
  margin-left: 0 !important;
  width: 50% !important;
}

.custom-footer .footer-form-wrapper .signup-heading p:first-child {
  font-size: 15px;
  color: #1076bc;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  padding: 2px 0 8px;
  margin: 0;
}

.custom-footer .footer-form-wrapper .signup-heading p:last-child {
  padding: 0 0 8px 0;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 600;
  color: #272727;
  font-family: 'HelveticaNeue',sans-serif;
  margin: 0;
}

.footer-form .hs-form-field div.input input {
  width: 79% !important;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 29px 0 !important;
  background: #fff;
  font-size: 17px;
  border-color: #fff;
  line-height: 55px;
  height: 59px;
  color: #6d6f70;
  font-family: 'HelveticaNeue',sans-serif;
  font-weight: 300;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  display: inline-block;
  margin-top: 10px;
  margin-top: 7px;

}

.footer-form label.hs-error-msg {
  width: 100% !important;
  display: block;
  float: none !important;
}

.footer-form span.hs-form-required {
  display: none;
}

.footer-form .hs_error_rollup {
  position: absolute;
  top: 57px;
}

.footer-form .hs-form-field ul.no-list.hs-error-msgs.inputs-list {display: none !important;}

.footer-form .hs_submit.hs-submit {
  position: absolute;
  top: 0px;
  right: 0px;
}

.footer-form .hs_submit input.hs-button.primary.large {
  margin: 0;
  padding: 21.5px 36px;
  font-family: HelveticaNeue, sans-serif;

}

.custom-footer .footer-form {margin: 10px 0 8px;}

.footer-form-wrapper .footer-form .hs_cos_wrapper_type_form {
  max-width: 100% !important;
  width: 100%;
  position: relative;
  margin-top: 26px;
}

.custom-footer .footer-contact-wrapper {
  padding-bottom: 80px;
}

.custom-footer .footer-logo-wrapper {
  margin-left: -15px !important;
  margin-right: -15px;
}

.custom-footer .footer-logo-wrapper .footer-contact,.custom-footer .footer-logo-wrapper .footer-menu-first, .custom-footer .footer-logo-wrapper .footer-menu-second, .custom-footer .footer-logo-wrapper .footer-logo {
  padding-left: 15px !important;
  padding-right: 15px !important;
  width: 25% !important;
  float: left;
  margin-left: 0 !important;
}

.custom-footer .footer-contact p:first-child {
  font-size: 17px;
  font-weight: 500;
  color: #272727;
  font-family: 'HelveticaNeue',sans-serif;
  margin: 0;
}

.custom-footer .footer-contact p:nth-child(2) a {
  color: #242428;
  text-decoration: none;
  font-size: 16px;
}

.custom-footer .footer-contact p:nth-child(2) {
  margin: 5px 0;
}

.custom-footer .footer-contact p:nth-child(3) a {
  color: #242428;
  text-decoration: none;
  font-size: 16px;
}

.custom-footer .footer-contact p:nth-child(3) {
  margin: -1px 0 5px;
}

.custom-footer .footer-contact p:last-child {
  margin: 11px 0 5px;
  color: #242428;
  font-size: 16px;
}

.footer-menu-first .hs-menu-wrapper > ul {
  padding: 0 40px 0 47.5px;
}

.footer-menu-first .hs-menu-wrapper > ul > li {
  padding-bottom: 5px;
}

.footer-menu-first .hs-menu-wrapper > ul > li > a {
  font-size: 17px;
  font-weight: 500;
  color: #242428;
  text-decoration: none;
}

.footer-menu-second .hs-menu-wrapper > ul {
  padding: 0 40px 0 55px;
}

.footer-menu-second .hs-menu-wrapper > ul > li {
  padding-bottom: 5px;
}

.footer-menu-second .hs-menu-wrapper > ul > li > a {
  font-size: 17px;
  font-weight: 500;
  color: #242428;
  text-decoration: none;
}

.custom-footer .footer-logo-wrapper .footer-logo {
  padding-left: 37px !important;
  padding-right: 13px !important;
}

.footerCopy {
  background: #e6e7ed;
}

.footerCopy:before, .footerCopy:after {
  content: '';
  display: block;
  clear: both;
}

.footerCopy .row {
  margin-left: -15px;
  margin-right: -15px;
}

.footerCopy .hide-xs {
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
  float: left;
}

.footerCopy .socialFooter {
  padding: 12px 0;
  height: 59px;
}

.footerCopy .socialFooter a {
  background: #45555f;
  border-radius: 100%;
  display: inline-block!important;
  color: #e6e7ed!important;
  margin: 0!important;
  font-size: 17px;
  margin-right: 12px!important;
  float: left;
  text-decoration: none;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 42px;
}

.footerCopy .socialFooter a i{
  font-family: 'sd-icons'!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e90f";
}

.icon-google:before {
  content: "\e937";
}

.icon-youtube:before {
  content: "\e936";
}

.icon-instagram:before {
  content: "\e912";
}

.icon-linkedin:before {
  content: "\e913";
}

.footerCopy .footerTagline {
  padding: 3px 0;
  text-align: right;
  font-size: 14px;
  color: #45555f;
  font-weight: 300;
  margin: 14px 0;
}

.footerCopy .footerTagline a {
  font-weight: 600;
  text-decoration: none;
  color: #45555f;
}

.mobileFooter.hide-lg {
  width: 100%;
  display: none;
}

.mobileFooter a:first-child {
  border-left: none;
}

.mobileFooter a:nth-child(2) {
  border-right: none;
}

.mobileFooter a {
  width: 50%;
  background: #e6e7ed;
  color: #ababab;
  font-size: 34px;
  padding: 24px 0;
  text-align: center;
  border: 2px #fff solid;
  border-bottom: none;
  display: block;
  float: left;
}

.mobileFooter a i {
  position: relative;
  top: 1px;
  margin-right: 3px;
  display: inline-block;
  font-family: 'sd-icons'!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e91d";
}

.icon-address:before {
  content: "\e900";
}


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




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

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:before{
  font-size: 1.1em;
  padding-right: 3px;
  content: "\e907";
  font-family: 'sd-icons'!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  top: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

.header-main .page-center{
  position:relative;
}



.mobile-menu{
  display:none !important;
}
.mobile-filter {
  display: none !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1021px) {

  .dl-back {
    display: none;
  }

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

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

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{
    position:relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    display: inline-block;
    padding: 21px 0 0;
    margin-left: 42px;
    vertical-align: middle;
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:not(.hs-item-has-children) > a:after{
    position: absolute;
    width: 0%;
    left: 0;
    bottom: -12px;
    right: 0;
    margin: auto;
    content: '';
    background: #a4a4a4;
    height: 4px;
    transition: all 0.2s ease;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:not(.hs-item-has-children):hover > a:after{
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
    width:100% !important;
    z-index: 99 !important;
    background:#fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:nth-child(3){
    width: 35%;
    float: left;
    padding: 38px 30px 40px 39px;
    min-height: 340px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li ul {
    display: block !important;
    position: relative !important;
    visibility: visible !important;
    -webkit-transition: 0 !important;
    left: auto !important;
    pointer-events: none;
    opacity:1 !important;
    transition:all .0s;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover ul {
    pointer-events: auto;
  }

  .custom-menu-primary .hs-menu-children-wrapper .hs-item-has-children.Commercial > a{
    color: #77bc1f!important;

  }
  .custom-menu-primary .hs-menu-children-wrapper .hs-item-has-children.Passenger > a{
    color: #00b2e2!important;
  }
  .custom-menu-primary .hs-menu-children-wrapper .hs-item-has-children.MobilityEnhancement > a{
    color: #ff8300!important;
  }
  .custom-menu-primary .hs-menu-children-wrapper .hs-item-has-children.Commercial,
  .custom-menu-primary .hs-menu-children-wrapper .hs-item-has-children.Passenger, 
  .custom-menu-primary .hs-menu-children-wrapper .hs-item-has-children.MobilityEnhancement{
    line-height:20px;
  }
  .custom-menu-primary .hs-menu-children-wrapper .hs-item-has-children.Commercial > a,
  .custom-menu-primary .hs-menu-children-wrapper .hs-item-has-children.Passenger > a,
  .custom-menu-primary .hs-menu-children-wrapper .hs-item-has-children.MobilityEnhancement > a{
    font-size: 20px !important;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0;
    cursor: auto;
    pointer-events: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child {
    width: 65%;
    float: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li a{
    white-space: normal !important;
  }

  .mega-menuimg {
    margin-left: -1px;
    margin-right: -1px;
  }
  .mega-menuimg img{
    width:100%;

  }
  .mega-menuimg a {
    font-size: 0px !important;
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child{
    margin-left:0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
    margin-left: 112px;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:after{
    position: fixed;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    top: 149px;
    left: 0;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease all;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover:after{
    opacity: .4;
    -webkit-transition-delay: 0.3s!important;
    transition-delay: 0.3s!important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    display: block;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    color: #45555f;
    margin-left: 0;
    padding: 23px 0;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    padding-top: 0px;
    background-color: #fff;
    float:left;
    text-align:left;
    left: 1px !important;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul{
    padding-top: 12px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 16px;
    line-height: 2.1em;
    font-weight: 500;
    letter-spacing: .5px;
    color: #45555f;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul  li a:hover{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover{
    text-decoration: underline;
  }



}


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

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

@media (max-width: 1020px){

  .Header-top-bar {
    display: none !important;
  }
  .custom-header .logo {
    max-width: 187px;
    padding: 12px 0 12px;
  }

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 3px;
    width: auto;
    height: auto;
    padding: 23px 0px 0px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #45555f;
    z-index: 1010;

  }
  .mobile-trigger:hover{

  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{

  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
  }
  .mobile-trigger i:after{
    font-size: 26px;
    content: "\e914";
    font-family: 'sd-icons'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .mobile-trigger i:after{

  }
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
  }

  /* ===== 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: 50px !important; /* Button width */
    min-width: 50px !important;
    height: 49px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px solid #cfcfcf;
    text-align:center;
    transition: background .4s ease;

  }
  .child-trigger:hover{
    text-decoration: none;
    background: rgba(255,255,255,.4);

  }
  .child-trigger i{
    position: absolute;
    top: 50%;
    left: 33%;
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    border-color: rgba(0,0,0,.3);
    -webkit-transform:  rotate(135deg);
    -ms-transform:  rotate(135deg);
    transform: rotate(135deg);
  }
  .child-trigger i, .child-trigger i:after{

  }
  .child-trigger i:after{

  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{

  }

  @-moz-document url-prefix() {



  }



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

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

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
    display:block !important;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li{
    display:block !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li{
    display:none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
    display:block !important;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    display:none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{

  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .mobile-menu .custom-menu-primary .hs-menu-wrapper >  ul li a{
    font-weight: 300;
    padding: 14px 10px 15px 20px!important;
    transition: background .4s ease;
    font-size: 17px;
    line-height:20px;
    position:relative;
    color:rgba(0, 0, 0, 0.75);
    font-family: 'HelveticaNeue',sans-serif;

  }
  .mobile-menu .custom-menu-primary .hs-menu-wrapper >  ul li a:before{
    content: '';
    border-bottom: 1px solid #cfcfcf;
    display: block;
    position: absolute;
    left: 20px;
    right: 0;
    bottom: 0;
  }
  .mobile-menu .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    background: rgba(255,255,255,.4);
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{

  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
  }

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

  /* back to left menu css */

  .mob-titile {
    padding: 0 40px;
    line-height: 20px;
    text-align: center;
    padding: 10px 0px 9px;
    color: rgba(0,0,0,.3);
  }
  .info-box-container {
    padding: 0px 20px;
    border-top: 1px solid rgba(0,0,0,.1);
  }
  .info-box-container .info-box{
    border-right: 1px solid rgba(0,0,0,.1);
    width: 50%;
    float:left;
    text-align:center;
    font-weight: 300;
    padding: 15px 20px 14px!important;
    line-height:20px;
    position:relative;
  }
  .info-box-container .info-box:last-child{
    padding-right: 20px!important;
    border-right: none;
    padding: 15px 20px 8px!important;

  }
  .info-box-container .info-box i{
    display: block;
    font-size: 35px;
    padding: 16px 0;
  }
  .mobile-menu .custom-menu-primary.js-enabled{
    border-top: 1px solid #cfcfcf;
    margin-top:0px;
  }

  .info-box-container .info-box a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    padding: 0!important;
    z-index: 1;
    min-height: 116px;
    transition: background .4s ease;
  }

  .info-box-container .info-box a:hover {
    background: rgba(255,255,255,.4);
  }


  .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
    overflow: hidden !important;
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul{
    overflow-y: auto !important;
  }
  .custom-menu-primary ul li {position: relative;}
  .custom-menu-primary.js-enabled .hs-menu-wrapper {overflow: hidden;}
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: fixed !important;
    padding: 0;
    top: 0;
    box-shadow: none;
    transition: .5s all !important;
    height: 100%;
    right: -100% !important;
    width: 440px;
    z-index: 999;
    background: #f3f3f3;
    border-color: rgba(0,0,0,.1);
    left: auto !important;
  }
  .mobile-open  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block !important;
  }

  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.active-menu > ul.hs-menu-children-wrapper {right: 0 !important;}
  .dl-back {
    padding: 10px; 
    font-size: 17px;  
    cursor: pointer;
    font-weight:300;
    position:relative;
    line-height:20px;
    line-height: 20px;
    text-align: center;
    padding: 10px 0px 9px;
    color: rgba(0,0,0,.3);
    border-bottom: 1px solid #cfcfcf;
    font-weight:200;

  }
  .dl-back:after {
    content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 23px;
    border-color: rgba(0,0,0,.3);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a{position:relative;}



}


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

.hs-blog-listing .body-container.container-fluid {
  padding-bottom: 40px;
}

.post-listing {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hs-blog-header {
  margin-bottom: 11px;
}

.post-listing:before, .post-listing:after {
  content: '';
  display: block;
  clear: both;
}

.hs-blog-listing .hs-blog-header h1 {
  font-size: 28px;
  font-weight: 600;
  color: #272727;
  font-family: 'HelveticaNeue',sans-serif;
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 5px;
}

.hs-blog-listing .post-listing .post-item {
  color: #5a5a5b;
  padding: 10px;
  display: block;
  width: 33.33333333%;
  float: left;
}

.hs-blog-listing .post-item .listing-wrapper {
  box-shadow: -2px 6px 10px 0 rgba(0,0,0,.1);
}

.hs-blog-listing .post-item .listing-wrapper:hover {
  box-shadow: -2px 6px 10px 0 rgba(0,0,0,.2);
}

.hs-blog-listing .blog-pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.hs-blog-listing .blog-pagination a.next-posts-link.nav-previous.load-more {
  background: #f2f2f6;
  color: #45555f;
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none!important;
  padding: 17px 32px;
  transition: 0.2s ease;
  display: inline-block;
  margin-left: 11px;
}

.hs-blog-listing .blog-pagination a.next-posts-link.nav-previous.load-more:hover {
  background: #a4a4a4;
  color: #45555f;
}

.hs-blog-listing .post-listing .post-item a {
  text-decoration: none;
  color: #5a5a5b;
}

.hs-blog-listing .post-item .hs-featured-image-wrapper {
  position: relative;
  display: block;
}

.hs-blog-listing .post-item .hs-featured-image-wrapper img {
  width: 100%;
  max-width: none;
  float: none;
  height: auto;
  margin: 0;
}

.hs-blog-listing .post-item .listing-content {
  padding: 25px 25px 7px 25px;
  display: block;
  text-align: left;
}

.hs-blog-listing .post-item .listing-content h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #272727;
  font-family: 'HelveticaNeue',sans-serif;
  line-height: 1.44;
}

.hs-blog-listing .post-item .listing-content p {
  margin: 8px 0;
}

.news-filterbar {
  float: right;
  margin-top: 41px;
  position: relative;
  text-align: right;
}

.news-filterbar span {
  display: inline-block;
  position: relative;
  font-family: HelveticaNeue;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: .2px;
  text-align: right;
  font-weight: 300;
}

.news-filterbar .selectboxit-container .selectboxit-btn {
  border-bottom: 2px solid #1076bc;
  cursor: pointer;
  font-weight: 300;
  line-height: 1.44em;
  font-size: 17px;
  letter-spacing: .2px;
  margin-left: 10px;
  width: auto;
  font-family: HelveticaNeue;
  outline: none !important;
}

.news-filterbar .selectboxit-container .selectboxit-text {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  color: #1076bc;
  margin-right: 28px;
}

.news-filterbar .selectboxit-container .selectboxit-default-arrow {
  color: #1076bc;
}

.selectboxit-container .selectboxit-default-arrow:before {
  content: '\e926';
  font-family: 'sd-icons';
  top: -1px;
  left: 0;
  position: absolute;
  font-size: 14px;
  line-height: 1.2em;
  font-style: normal;
}

.selectboxit-container .selectboxit-arrow-container {
  width: 21px;
  position: absolute!important;
  right: -8px;
  top: 6px;
}

.hs-blog-listing .news-filterbar ul.tags {
  margin-top: 3px;
  border: 1px solid #a4a4a4;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  list-style-type: none;
  background: #fff;
  padding: 11px;
  min-width: 214px !important;
}

.selectboxit-container ul.tags a {
  display: block;
  font-size: 15px;
  line-height: 2.2em;
  letter-spacing: 1px;
  text-align: left;
  color: #5a5a5b;
  padding: 0 4px;
  font-weight: 200;
  text-decoration: none;
}

.hs-blog-listing .hs-blog-header .breadcrumbs {
  margin: 10px 0 0;
}

.hs-blog-listing .hs-blog-header .breadcrumbs ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 3px;
  font-size: 13px;
}

.hs-blog-listing .hs-blog-header .breadcrumbs ul li {
  display: inline-block;
  color: #a4a4a4;
}

.hs-blog-listing .hs-blog-header .breadcrumbs ul li a {
  text-decoration: none;
  color: #a4a4a4;
}

.hs-blog-listing .news_categories_layout.layout.hide-sm {
  padding: 40px 0 0;
}

.hs-blog-listing .news_categories_layout.layout.hide-sm .col-lg-9 {
  width: 75%;
}

.news_categories_layout .tabs {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  padding-top: 8px;
}

.news_categories_layout .panel-container {
  display: inline-block;
  width: 79%;
  border-left: solid 1px #cfcfcf;
  vertical-align: top;
}

.news_categories_layout .tabs a {
  font-size: 15px;
  font-weight: 500;
  color: #5a5a5b;
  margin-bottom: 3px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  letter-spacing: .5px;
}

.news_categories_layout .panel-container .display6a {
  padding-bottom: 8px;
  padding-left: 82px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.44em;
}

.news_categories_layout .panel-container ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.news_categories_layout .panel-container ul li {
  padding-left: 82px;
  min-width: 272px;
}

.news_categories_layout .panel-container a {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: .5px;
  text-align: left;
  color: #45555f;
  text-decoration: none;
  margin-bottom: 3px;
  display: block;
}
.news_categories_layout .tabs a:hover{
  color: #1076bc;
}


.news_categories_layout .panel-container a:hover {
  text-decoration: underline;
}

.hs-blog-listing .mobile_filtering_layout {
  background: #f2f2f6;
  margin-top: 18px;

}

.mobile_filtering_layout a {
  display: inline-block;
  position: relative;
  font-family: HelveticaNeue;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: .2px;
  text-align: right;
  font-weight: 300;
  padding: 14px 15px 14px 0;
  cursor: pointer;
  vertical-align: middle;
  color: #5a5a5b;
  text-decoration: none;
}

.mobile_filtering_layout .news_refine_btn i {
  position: relative;
  top: 1px;
  margin-right: 3px;
  display: inline-block;
  font-size: 18px;
  font-family: 'sd-icons'!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-refine:before {
  content: "\e94d";
}
.hs-blog-listing div.mm-menu_offcanvas {
  display:none;
  transition: opacity .4s ease;
  opacity: 1;
  box-shadow: 0 2px 10px rgba(0,0,0,.3);
  height: 80% !important;
  min-height: 140px !important;
  max-height: 880px !important;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  position: fixed;
  width: 440px;
  overflow: hidden;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  background: #f3f3f3;
  border-color: rgba(0,0,0,.1);
  color: rgba(0,0,0,.75);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hs-blog-listing.oncanvas div.mm-menu_offcanvas {
  display:block;
  z-index: 10101 !important;
}
.mm-menu_offcanvas .mm-navbar {
  bottom: auto;
  background: inherit;
  z-index: 1;
  border-width: 0;
  border-color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity .4s ease;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  text-align: center;
  line-height: 20px;
  border-bottom: 1px solid;
  border-color:#cfcfcf;

}

a.mm-btn.mm-btn_prev {
  text-decoration: none;
  left: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

a.mm-navbar__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  color: rgba(0,0,0,.3);
  flex: 1;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  padding: 10px 0;
  text-align: center;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a.mm-btn.mm-btn_close {
  color: rgba(0,0,0,.3);
  text-decoration: none;
  text-align: right;
  right: 0;
  box-sizing: border-box;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 9;
  padding: 10px 0;
}

a.mm-btn.mm-btn_close:before,
a.mm-btn.mm-btn_close:after {
  content: '';
  border: 2px solid transparent;
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: rgba(0,0,0,.3);

}

a.mm-btn.mm-btn_close:before{
  border-right: none;
  border-bottom: none;
  right: 18px;
}

a.mm-btn.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}




a.mm-btn.mm-btn_close span {
  border: 0!important;
  clip: rect(1px,1px,1px,1px)!important;
  -webkit-clip-path: inset(50%)!important;
  clip-path: inset(50%)!important;
  white-space: nowrap!important;
  width: 1px!important;
  min-width: 1px!important;
  height: 1px!important;
  min-height: 1px!important;
  padding: 0!important;
  overflow: hidden!important;
  position: absolute!important;
}




.mm-panel ul.tags { 
  list-style: none;
  padding: 0;
  margin:0px;
}
.mm-panel ul.tags li   {
  width: 100%;
  float: left;

}

.mm-panel ul.tags li a {
  float: left;
  width: 100%;
  padding: 14px 10px 14px 20px!important;
  position: relative;
}

.mm-panel ul.tags li a {
  font-weight: 300;
  text-decoration: none;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.75);
  font-size: 17px;
}

.mm-panel ul.tags li a:before{
  content: '';
  border-bottom: 1px solid #cfcfcf;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}


/* =============================== Blog Post =========================== */
.hs-blog-post .body-container.container-fluid{
  padding: 40px 0;
}

.hs-blog-post .body-container.container-fluid {
  padding: 40px 0;
}

.hs-blog-post .post-header h1 {
  font-size: 28px;
  font-weight: 600;
  color: #272727;
  font-family: 'HelveticaNeue',sans-serif;
  margin: 5px 0 0;
}

.hs-blog-post .sidebar-section .heading {
  font-size: 17px;
  text-transform: capitalize;
  letter-spacing: .3px;
  text-align: left;
  color: #242428;
  font-weight: 600;
  margin-bottom: 5px;
}

.hs-blog-post .blog-sidebar .social-links {
  width: 100%;
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.hs-blog-post .blog-sidebar .social-links li {
  display: inline-block;
}

.hs-blog-post .blog-sidebar .social-links a {
  background-color: #919191;
  color: #fff !important;
  border-radius: 1000px;
  padding: 9px 10px;
  text-align: center !important;
  margin-top: 4px;
  margin-right: 0px;
  display: inline-block;
  line-height: 1em !important;
}

.hs-blog-post .blog-sidebar .social-links a i {
  margin: auto;
  font-family: 'sd-icons'!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e90f";
}

.icon-twitter:before {
  content: "\e934";
}

.icon-google:before {
  content: "\e937";
}

.icon-pinterest:before {
  content: "\e938";
}

.blog-sidebar .social-links a.fb:hover {
  background-color: #3b5998;
  text-decoration: none !important;
}

.blog-sidebar .social-links a.tw:hover {
  background-color: #0084b4;
  text-decoration: none !important;
}

.blog-sidebar .social-links a.gplus:hover {
  background-color: #d34836;
  text-decoration: none !important;
}

.blog-sidebar .social-links a.pinterest:hover {
  background-color: #bd081c;
  text-decoration: none !important;
}

.hs-blog-post div#hubspot-author_data {
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 1px;
  text-align: left;
  color: #5a5a5b;
  margin: 10px 0 5px;
  display: inline-block;
}

.hs-blog-post div#hubspot-author_data a.topic-link {
  color: #5a5a5b;
}

.hs-blog-post .post-body p {
  margin-top: 9px;
  font-size:18px;
  line-height:30px;
}

.blog .blog-sidebar .widget-span.archives div.block h3 {
  font-size: 13px;
  color: #0769AD;
  font-weight: 500;
  text-transform: uppercase;
}

.blog .blog-sidebar .widget-span.archives div.block {
  padding: 22px 25px 25px 23px;
  border: 1px solid #E1E1E1;
  background: #F2F3F9;
}

.blog .blog-sidebar .widget-span.archives {padding-right: 10px;}

.blog .blog-sidebar .widget-span .sidebar-section {
  margin-bottom: 6px;
}

.blog .blog-sidebar .widget-span.archives div.block ul li {
  line-height: 17px;
}

.blog .blog-sidebar .widget-span.archives div.block ul li a {
  font-weight: 700;
  color: #000;
}

.blog .blog-sidebar .widget-span.archives div.block ul {
  margin-top: -7px;
}

.custom-latest-news {
  position: relative;
  padding: 31.5px 0 80px;

}
.related-inner-wrap {
  position: static !important;
}

.custom-latest-news .heading:before, .custom-latest-news .heading:after {
  content: '';
  display: block;
  clear: both;
}
.custom-latest-news h4.sub-title {
  margin: 0;
  float: left;
}

.related-post-item.slick-slide {
  margin-right: 26px;
  float: left;
  transition: ease 0.5s all;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 8px 0 #e4e4e4;
}

.related-post-item.slick-slide a {
  cursor: grab;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  width: 100% !important;
  text-decoration: none;
  display: block;
  position: relative;
}

.related-post-item.slick-slide .post-image {
  margin-bottom: 85px;
  position: relative;
}

.related-post-item.slick-slide .post-image img {
  width: 100%;
  max-width: none;
  position: relative;
}

.related-post-item.slick-slide .title {
  bottom: -105px;
  background: #fff;
  padding: 17px 24px 0;
  z-index: 100;
  transition: ease 0.5s all;
  width: 100%;
  position: absolute;
}

.related-post-item.slick-slide .title h4 {
  font-size: 17px;
  font-weight: 500;
  color: #242428;
  line-height: 1.44em;
  font-family: 'HelveticaNeue',sans-serif;
  margin: 0 0 6px;
}

.related-post-item.slick-slide .title span.topic-link {
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #1076bc;
  text-transform: uppercase;
  font-family: 'HelveticaNeue',sans-serif;
}

.related-post-item.slick-slide .title span.read-more {
  font-size: 12px;
  font-weight: 600;
  color: #1076bc;
  text-transform: uppercase;
  text-decoration: none!important;
  padding: 13px 0;
  transition: 0.2s ease;
  line-height: 1.76;
}

ul.slick-dots {
  display: none !important;
}

.related-post-item.slick-slide a:hover div.title {
  bottom: -81px;
}

.related-post-item.slick-slide .title span.read-more i.icon-bold-right-arrow {
  transition: 0.2s ease;
  margin: 0 8px 0 0;
  position: relative;
  left: 2px;
  line-height: .9em;
  font-family: 'sd-icons'!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i.icon-bold-right-arrow:before {
  content: "\e94e";
}

.related-post-item.slick-slide .title span.read-more:hover i.icon-bold-right-arrow {
  left: 0;
}

button.slick-next.slick-arrow {
  font-size: 0;
  background: none;
  border: none;
  position: absolute;
  top: 33%;
  right: 6%;
  width: 32px;
  height: 32px;
  outline: none !important;
  cursor: pointer;
}

button.slick-next.slick-arrow:before {
  font-size: 47px;
  text-shadow: 0 0 2px #a4a4a4;
  content: '\e8cc';
  width: 18px;
  height: 32px;
  color: #fff;
  font-family: 'sd-icons'!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button.slick-prev.slick-arrow:before {
  font-size: 47px;
  text-shadow: 0 0 2px #a4a4a4;
  content: '\e901';
  width: 18px;
  height: 32px;
  color: #fff;
  font-family: 'sd-icons'!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button.slick-prev.slick-arrow {
  font-size: 0;
  background: none;
  border: none;
  position: absolute;
  top: 33%;
  left: 6%;
  width: 32px;
  height: 32px;
  outline: none !important;
  z-index: 999;
  cursor: pointer;
}

a.btn-text.btn-grey-dark.hide-xs.-text-hover {
  float: right;
  padding-top: 12px;
  font-size: 13px;
  color: #45555f;
  display: inline-block;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none!important;
  padding: 13px 0;
  transition: 0.2s ease;
}

a.btn-text.btn-grey-dark.hide-xs.-text-hover i.icon-bold-right-arrow {
  transition: 0.2s ease;
  margin: 0 8px 0 0;
  position: relative;
  left: 2px;
  line-height: .9em;
  font-family: 'sd-icons'!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =============== 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 {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#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%;
  height: auto !important;
  max-width: 100%;
}

div#comment-form input.hs-button.primary {
  margin: 20px 0!important;
}

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

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

/* Read More Link */
a.more-link {
  display: inline-block;
  padding-top: 10px;
}

/* 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 {
  margin-right:10px;
}
.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 .blog-sidebar .cell-wrapper{
  margin-bottom: 15px;
}

.hs-blog-post .blog-sidebar {
  padding-top: 50px;
}

.blog .blog-sidebar ul li{
  padding: 0 0 10px;
}

.blog .blog-sidebar .widget-span {
  padding-bottom: 27px;
  padding-left: 65px;
  margin: 0;
} 

.blog .blog-sidebar .widget-span.sidebar-form {
  padding-bottom: 49px;
}

.blog .blog-sidebar .widget-span h3 {
  font-size: 17px;
  text-transform: capitalize;
  letter-spacing: .3px;
  text-align: left;
  color: #242428;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
}

.blog .blog-sidebar .widget-span ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blog .blog-sidebar .widget-span ul li a {
  font-size: 17px;
  font-weight: 200;
  line-height: 2;
  letter-spacing: .3px;
  text-align: left;
  color: #5a5a5b;
  text-decoration: none;
}

.blog .blog-sidebar .widget-span ul li a:hover {
  text-decoration: underline;
  color: #1076bc;
}

.blog .blog-sidebar .widget-span ul li {
  padding: 0;
}

.hs-blog-post span.filter-link-count {
  display: none;
}

.sidebar-form form {
  position: relative;
}

.hs-blog-post .sidebar-form span.hs-form-required {
  display: none;
}

.hs-blog-post .sidebar-form .hs_email {
  position: absolute;
  width: calc(100% - 100px)!important;
  top: 0;
  left: 0;
}

.hs-blog-post .sidebar-form .hs_submit.hs-submit {
  width: 100px!important;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.hs-blog-post .sidebar-form input.hs-button.primary.large {
  margin: 0;
  padding: 16px 28px;
  font-size: 80%;
}


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

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

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

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

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

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


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


/* =============== Global Form Styles =============== */
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-google_search,
#comment-form,
.section.post-footer,
.hs-search-field {
  display: block;
  margin-bottom: 25px;
  max-width: 700px;
}

.hs-error-msgs {
  padding-left: 0px;
  list-style: none;
  margin-top: 0px;
}
.hs-error-msgs label{
  color: #fd0707;
  font-size: 14px;
}

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {}
.form-title{
  font-size: 22px;
  font-weight: 600;
  color: #272727;
  font-family: 'HelveticaNeue',sans-serif;
}
/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  border: solid 1px #f2f2f6;
  padding: 14px 18px !important;
  font: 200 15px 'HelveticaNeue',sans-serif;
  color: #6d6f70;
  float: left;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  outline: none;
  background-color: #fff;
  font-size: 16px;
  margin-bottom: 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;

}

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

/* 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 {
  color: #5a5a5b;
  font-weight: 300;
  opacity: 1;
} /* Webkit Browsers */
:-moz-placeholder {
  color: #5a5a5b;
  font-weight: 300;
  opacity: 1;
} /* Firefox 18- */
::-moz-placeholder {
  color: #5a5a5b;
  font-weight: 300;
  opacity: 1;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #5a5a5b;
  font-weight: 300;
  opacity: 1;
} /* 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"] {}

.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment.depth-0:last-child{
  border-bottom: none!important;

}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

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

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
#comments-listing.no-comments{
  border: none;
}
.comment-date {
  display: block !important;
  text-align: left !important;
}

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

  background: #0769ad;
  color: #fff;
  display: inline-block;
  background: #1076bc;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none!important;
  padding: 17px 32px;
  transition: 0.2s ease;
  width:100%;
  white-space:normal;
  margin-top: 11px;
  border: 0;
  outline: none;
  font-family: HelveticaNeue, sans-serif;

}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #0769ad;
  color: #fff;
}

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

.custom-footer.lp-footer .footer-contact-wrapper {
  padding-top: 80px;
}



#email-prefs-form .email-edit {
  max-width: 700px !important;
  width: 100%;
}

.body-container {
  padding: 20px;
}

.blog .body-container {
  padding: 0;
}
.icon{
  font-family: 'sd-icons'!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

.hs-blog-listing .hs-blog-header .breadcrumbs ul li a:hover {
  text-decoration: underline;
  color: #45555f;
}


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

.topic-page .list-breadcrumb,
.topic-page .listing-title{
  display: none !important;
}


.topic-page .list-breadcrumb.topic-breadcrumb{
  display: block !important;
}
h1.topic-title {
  text-transform: capitalize;
}

.page-center.full-width {
  overflow: visible !important;
}
.slick-list {
  overflow: visible !important;
}
.custom-latest-news{
  overflow: hidden !important;
}

a.btn-text.btn-grey-dark.hide-xs.-text-hover:hover {
  color: #1076bc;
}

a.btn-text.btn-grey-dark.hide-xs.-text-hover:hover i {
  left: 0;
}

 

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


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

@media (max-width: 1270px) {
  .container-fluid .row-fluid .page-center {
    max-width: 960px;
  }
  .topbar-nav ul li a {
    margin-left: 35px;
    font-size: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-left: 30px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    margin-left: 37px;
  }



  .footer-menu-second .hs-menu-wrapper>ul {
    padding: 0 23px 0 55px;
  }
  .footer-form .hs_submit input.hs-button.primary.large {
    padding: 22px 23px;
  }
  .mobile-filter {
    display: block !important;
  }

  .mobile-menu-overlay{
    background: rgba(3,2,1,0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all .5s;
    -webkit-animation: 1s ease 0s normal forwards 1 fadein;
    animation: 1s ease 0s normal forwards 1 fadein;

  }
  .mobile-open .mobile-menu-overlay{
    background: #000;
    display: block;
    opacity: 0.6!important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.46);


  }

  .filter-tag-overlay{
    background: rgba(3,2,1,0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1010;
    transition: all .5s;

  }
  .oncanvas .filter-tag-overlay{
    background: #000;
    display: block;
    opacity: 0.6!important;
  }

  body.oncanvas{
    overflow:hidden;
  }

  .mobile-filter {
    margin-bottom: 15px;
  }
  .news-filterbar{
    display:none !important;
  }



}
@media (max-width: 1020px) {
  .header-container-wrapper {
    min-height: 92px;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 700px;
  }
  .custom-footer .footer-logo-wrapper .footer-logo {
    display: none;
  }
  .custom-footer .footer-logo-wrapper .footer-contact, .custom-footer .footer-logo-wrapper .footer-menu-first, .custom-footer .footer-logo-wrapper .footer-menu-second, .custom-footer .footer-logo-wrapper .footer-logo {
    width: 33.3333% !important;
  }

  .custom-footer .footer-logo-wrapper .footer-menu-second {
    padding-right: 5px !important;
    padding-left: 20px !important;
  }

  .custom-footer .footer-logo-wrapper .footer-menu-first {
    padding-left: 17px !important;
  }

  .custom-footer .signup-heading {
    width: 100% !important;
    text-align: center;
  }

  .custom-footer .footer-form {
    width: 66.6667% !important;
    left: 16.6666667% !important;
    position: relative;
    padding: 0;
  }

  .custom-footer .footer-contact-wrapper {
    padding-top: 52px;
  }

  .custom-footer .signup-heading {
    padding-right: 0;
  }

  body{
    overflow-x: hidden;
  }

  .footer-form .hs_submit.hs-submit {
    right: 2px;
  }
  .footer_top_layout .icoBox {
    height: auto;
    width: 25%;
  }

  .footer_top_layout .footerIconText {
    display: none !important;
  }

  .footer_top_layout .footerIcon {
    width: 100%!important;
    max-width: 80px!important;
  }

  .footer_top_layout .footerIconTitle {
    font-size: 20px!important;
    margin-top: 10px!important;
  }

  .header-show .custom-header {
    top: 0px;
  }

  /* mobile menu */


  .header-main .custom-menu-primary {
    padding-right: 63px;
    padding-top: 34px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-left: 0px !important;
  }
  .custom-menu-primary ul li a  {
    color: #45555f;
  }
  .site-wrapper-inner {
    position: relative;
    z-index: 10;
    background: #fff;
  }
  .mobile-open  .mobile-menu.outer-menu {
    display: block !important;
  }
  body.mobile-open {
    overflow:hidden;
  }


  @keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:0.6;
      opacity: 0.6;
      background: #000;

    }
  }

  @-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; 
      opacity: 0.6!important;
      background: #000;

    }
  }


  .mobile-menu {
    min-width: 140px;
    max-width: 440px;
    position:fixed;
    width:100%;
    right:0px;
    top:0px;
    background: #f3f3f3;
    border-color: rgba(0,0,0,.1);
    color: rgba(0,0,0,.75);
    padding:0px;
    height:100%;
    margin:0px;
    overflow-y: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .site-wrapper-inner  {
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    z-index: 1;
  }
  .mobile-open .site-wrapper-inner,
  .mobile-open .mobile-menu-overlay{
    -webkit-transform: translate(-80vw,0);
    -ms-transform: translate(-80vw,0);
    transform: translate(-80vw,0);
    -webkit-transform: translate3d(-80vw,0,0);
    transform: translate3d(-80vw,0,0);

  }
  .hs-blog-listing .post-listing .post-item{
    width: 50% !important;
  }

  .hs-blog-post .blog-content {
    width: 100%;
  }

  .hs-blog-post .blog-sidebar {
    width: 100%;
    margin: 0;
  }

  .blog .blog-sidebar .widget-span {
    padding: 0;
  }

  .blog .blog-sidebar .row-fluid-wrapper:first-child {
    display: none;
  }

  .blog .blog-sidebar .row-fluid-wrapper:nth-child(2) {
    display: none;
  }

  .blog .blog-sidebar .row-fluid-wrapper:nth-child(3) {
    margin-bottom: 30px;
  }

  .blog .blog-sidebar .row-fluid-wrapper:last-child {
    max-width: 305px;
  }
  .hs-blog-listing .news_categories_layout.layout.hide-sm {
    display: none;
  }
}

@media (min-width: 550px){
  .mobile-open .site-wrapper-inner,
  .mobile-open .mobile-menu-overlay{
    -webkit-transform: translate(-440px,0);
    -ms-transform: translate(-440px,0);
    transform: translate(-440px,0);
    -webkit-transform: translate3d(-440px,0,0);
    transform: translate3d(-440px,0,0);
  }


}

@media (max-width: 1024px) {
  .dl-back.hide {
    display: none;
  }

}


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

@media (max-width: 767px) {
  .hs_cos_wrapper_type_password_prompt,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_form,
  .hs_cos_wrapper_type_blog_subscribe,
  .widget-type-google_search,
  #comment-form,
  .section.post-footer,
  .hs-search-field {
    max-width: 100%
  }

  .hs-blog-listing .hs-author-profile{
    display:inline-block;
    width:100%;
  }  
  .hs-author-profile .hs-author-bio {
    float: left;
    width: 100%;
  } 
  .hs-author-social-section {
    float: left;
    width: 100%;
  } 
  .hs-author-profile .hs-author-avatar{
    margin-bottom:15px;
  } 

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: -webkit-fill-available;
    max-width: 100%;
    height: auto;
    width: 100%;
    display: inline-block !important;
    float: right;
    margin: 20px 0 20px 0px;
  }
  .custom-footer .footer-form{
    float: left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li .icon-chat{
    display:inline-block !important;
    width: auto;
  }

  .footer-menu-first .hs-menu-wrapper > ul {
    padding: 0 40px 0 38px;
  }
  .footer-menu-second .hs-menu-wrapper>ul {
    padding: 0 23px 0 35px;
  }

  .footer-form .hs_submit.hs-submit {
    right: 8px;
  }
  .footer-form .hs-form-field div.input input {
    left: 8px;
  }
  .custom-header .logo {
    padding-bottom: 11px;
  }
  .hs-blog-listing .hs-blog-header .breadcrumbs {
    margin: 11px 0 0;
  }




} 
@media (min-width: 736px) {
  .header-icon{
    display:none !important;
  }

}

@media (max-width: 735px) {
  .container-fluid .row-fluid .page-center{
    max-width: 600px;
    width: 94%;
  }

  .custom-footer .footer-contact-wrapper {
    display: none;
  }

  .footer_top_layout {
    display: none;
  }

  .custom-footer .footer-form {
    width: 100% !important;
    left: auto !important;
    margin: 0;
  }

  .footer-form .hs_submit.hs-submit {
    right: 31px;
  }

  .custom-footer .footer-form-wrapper .signup-heading p:first-child {
    padding: 2px 0 0;
    font-size: 14px;
  }

  .custom-footer .footer-form-wrapper .signup-heading p:last-child {
    padding: 0 0 0px 0;
    font-size: 20px;
  }

  .custom-footer .footer-signup-form {
    padding: 80px 0 123px;
  }

  .footerCopy .hide-xs {
    display: none;
  }

  .mobileFooter.hide-lg {
    display: block;
  }

  .custom-header .header-main .custom-menu-primary{
    display:none;
  }

  ul.header-icon {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 23px;
    right: 51px;
    width: auto !important;
  }

  ul.header-icon li {
    display: inline-block !important;
    width: auto;
    margin-left: 13px;
    font-size: 26px;
    color: #45555f;
    cursor: pointer;

  }
  .mobile-trigger {top: 8px;}

  .custom-header .logo {
    max-width: 166px;
    padding: 13px 0 19px;
    height: 84px;
  }
  .hs-blog-listing .post-listing .post-item{
    width: 100% !important;
  }
  .hs-blog-post .body-container.container-fluid {
    padding: 31px 0;
  }
  .hs-blog-listing div.mm-menu_offcanvas{
    width:100%;
    left: 0px;
    display:block !important;
    -webkit-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    transform: translate(0,100%);
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    top: auto;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
  }
  .hs-blog-listing.oncanvas div.mm-menu_offcanvas{
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);

  }


  .hs-blog-listing .hs-blog-header .breadcrumbs {
    margin: 1px 0 0;
  }
  .mm-panel ul.tags {
    display: inline-block;
    width: 100%;
    max-height: 320px;
    overflow-y: auto;
  }
  .footer-form .hs-form-field div.input input {
    left: 0;
    width: 100% !important;
  }
  .footer-form .hs_submit.hs-submit {
    right: 0;
  }
  .footer-form .hs_submit input.hs-button.primary.large {
    padding: 21.5px 31px;
  }
  .footer-form .hs-form-field div.input input{
    padding-top:0px !important;
    line-height:31px;
  }
  .footer-form input::-webkit-input-placeholder {
    font-size:16px !important;
  } /* Webkit Browsers */
  .footer-form input:-moz-placeholder {
    font-size:16px !important;
  } /* Firefox 18- */
  .footer-form input::-moz-placeholder {
    font-size:16px !important;
  } /* Firefox 19+ */
  .footer-form input:-ms-input-placeholder {
    font-size:16px !important;
  } 


}

@media (max-width: 575px) {
  .mobile-menu {
    width: 80%;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    width: 80%;
  }
  .footerCopy .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .footer-form-wrapper .footer-form .hs_cos_wrapper_type_form {
    margin-top: 10px;
  }

  .custom-footer .signup-heading {
    margin-bottom: -8px;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    min-height:70px;
    overflow:auto;

  }






}


/* =============== Landscape phones and smaller devices =============== */
@media (max-width: 340px) {
  .footer-form .hs_submit input.hs-button.primary.large {
    padding: 22px 6px;
  }
  .footer-form .hs_submit.hs-submit {
    right: -2px;
  }

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

  .custom-footer .footer-signup-form {
    padding-top: 66px;
  }
  .custom-footer .footer-form {
    margin-top: -10px;
  }
  .footer-form .hs_submit.hs-submit {
    right: 0;
  }
  .footer-form .hs_submit input.hs-button.primary.large {
    padding: 21.5px 7.5px;
  }
  .custom-footer .signup-heading {
    margin-bottom: 1px;
  }
  .mobileFooter a i.icon-phone {
    margin-right: 9px;
  }
  .mobileFooter a i.icon-address {  margin-left: 5px;}




}