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


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

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


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


/* =============== @import, @font-face, and CSS File Includes =============== */
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
@import url('//fonts.googleapis.com/css?family=Bitter&display=swap');
@import url('//fonts.googleapis.com/css?family=Raleway:400,500,700&display=swap');

@font-face {
  font-family: "ETmodules";
  src: url("//cdn2.hubspot.net/hubfs/6113738/Arborwind_August2019%20Theme/Fonts/modules.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/6113738/Arborwind_August2019%20Theme/Fonts/modules.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/6113738/Arborwind_August2019%20Theme/Fonts/modules.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/6113738/Arborwind_August2019%20Theme/Fonts/modules.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Noto Serif";
  src: local("Noto Serif"), local("NotoSerif"), url("//cdn2.hubspot.net/hubfs/6113738/Arborwind_August2019%20Theme/Fonts/ga6Iaw1J5X9T9RW6j9bNfFcWaA.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* EX: @import url('http://example.com/example_style.css'); */

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

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

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

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

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


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

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

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

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  color: #333333;
  font-size: 16px;
  background-color: #fff;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7em;
}

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

/* Highlighted Text */
::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #39f;
  color: #fff;
  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:10px 0px;
  font-weight: 500;
  color: #333333;
  line-height: 1em;
  font-family: 'Bitter',Georgia,"Times New Roman",serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-family: 'Bitter',Georgia,"Times New Roman",serif;
  font-size: 60px;
  line-height: 1.3em;
}

h2 {
  font-family: 'Noto Serif',Georgia,"Times New Roman",serif;
  font-size: 40px;
  line-height: 1.4em;
}
h3 {
  font-family: 'Bitter',Georgia,"Times New Roman",serif;
  font-size: 32px;
}
h4 {

  font-size: 18px;
}
h5 {

  font-size: 16px;
}
h6 {
  font-size: 14px;
}

/* Anchor Links */
a { 

  text-decoration: none;
  color: #60a835;
}
a:hover, a:focus { 

}

/* Lists */
ul, ol {
  padding-left:20px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}
.widget-span.cm-top-header {
  color: #fff;
  -webkit-transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  -moz-transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  line-height: 1em;
  max-height: 37px;
  font-size: 14px;
  top: 0;
  right: 0;
  left: 0;
  background-color: #5fa835;
  position: fixed;
  z-index: 99;
}

.widget-span.cm-top-header .page-center {
  padding-top: 0.75em;
  font-weight: 600;
  line-height: 1em;
  padding-bottom: 3px;
}

.widget-span.top-content {
  margin: 0;
  width: auto;
  float: left;
}

.widget-span.top-content p {
  display: inline;
  margin-right: 13px;
}

.widget-span.top-content p:before {
  position: relative;
  top: 2px;
  margin-right: 2px;
  content: "\e090";
  text-shadow: 0 0;
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}

.widget-span.top-content a {
  color: #fff;
  font-size: 14px;
}

.widget-span.top-content a span {
  position: relative;
}

.widget-span.top-content a span:before {
  margin-right: 4px;
  content: "\e076";
  text-shadow: 0 0;
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}

.widget-span.top-menu {
  margin: 0;
  width: auto;
  float: right;
}

.widget-span.top-menu ul {
  display: block;
  margin-right: 20px;
}

.widget-span.top-menu ul li {
  margin-right: 15px;
  position: relative;
  text-align: right;
  display: block;
  padding-bottom: 0.75em;
  float: none !important;
  display: inline-block;
}

.widget-span.top-menu ul li a {
  color: #fff;
  -webkit-transition: background-color 0.4s, color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s, color 0.4s ease-in-out;
  transition: background-color 0.4s, color 0.4s ease-in-out;
  font-size: 14px;
  line-height: 14px;
}

.widget-span.top-menu ul li:last-child {
  margin: 0;
  margin-top: -2px;
  margin-left: 12px;
}

.widget-span.top-menu ul li:last-child a {
  text-align: center;
  text-decoration: none;
  transition: color 300ms ease 0s;
  position: relative;
}

.widget-span.top-menu ul li:last-child a:before {
  text-shadow: 0 0;
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  content: "\e094";
  font-size: 14px;
}

.widget-span.top-menu ul li:nth-child(5) a:before {
  text-shadow: 0 0;
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  content: "\e0a3";
  font-size: 14px;
}

.widget-span.top-menu ul li:nth-child(5) {
  margin: 0;
  margin-top: -2px;
  margin-left: 12px;
}

.widget-span.top-menu ul li:nth-child(4) {
  margin: 0;
  margin-top: -2px;
  margin-left: 12px;
}

.widget-span.top-menu ul li:nth-child(4) a:before {
  text-shadow: 0 0;
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  content: "\e09d";
  font-size: 14px;
}

.widget-span.custom-header-wrapper {
  -webkit-transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  -moz-transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  font-weight: 500;
  line-height: 23px;
  width: 100%;
  background-color: #fff;
  z-index: 99999;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  position: fixed;
  top: 37px;
  /* padding-top: 9px; */
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.body-container-wrapper {
  margin-top: 163px;
}

.widget-span.top-menu ul li:nth-child(3) {
  margin-right: 0px;
}
.widget-span.cm-top-header a:hover {
  color: #fff;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


.widget-span.logo-wrapper {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
}
span.logo_helper {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.custom-logo img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  float: none;
  margin-bottom: 0;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* top: 9px; */
  position: relative;
  max-height: 85%;
}

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

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

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


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

.footer-container-wrapper {}
.footer-container {}
.widget-span.custom-footer-wrapper {
  background-color: #5fa835;
}

.widget-span.cm-footer-bottom {
  padding: 15px 0 5px;
  background-color: rgba(0,0,0,0.82);
}

.widget-span.footer-info {
  margin: 0;
  width: auto;
  float: left;
  padding-bottom: 10px;
  color: #666;
  text-align: left;
}

.widget-span.footer-info a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 700;
  color: #5FA835;
}

.widget-span.footer-social-nav {
  margin: 0;
  width: auto;
  float: right;
}

.widget-span.footer-social-nav ul {
  float: right;
}

.widget-span.footer-social-nav ul li {
  display: inline-block;
  margin-left: 20px;
  float: none !important;
}

.widget-span.footer-social-nav ul li a {
  display: inline-block;
  position: relative;
  color: #666;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.widget-span.footer-social-nav ul li a:before {
  text-shadow: 0 0;
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}

.widget-span.footer-social-nav ul li:first-child a:before {
  content: "\e09d";
}

.widget-span.footer-social-nav ul li:nth-child(2) a:before {
  content: "\e0a3";
}

.widget-span.footer-social-nav ul li:nth-child(3) a:before {
  content: "\e094";
}

.widget-span.cm-footer-top .page-center > div {
  padding: 6% 0 0;
}

.widget-span.footer-col {
  float: left;
  color: #ffffff;
}

@media (min-width: 981px){

  .widget-span.footer-col {
    margin: 0;
    margin-right: 5.5%;
    margin-bottom: 5.5%;
    width: 29.667%;
  }

  .widget-span.footer-col:last-child{
    margin-right: 0;
  }

}

.widget-span.copyright p {
  margin: 0;
  padding-bottom: 1em;
}

.widget-span.copyright p:first-child {
  font-size: 1.4em;
  line-height: 1.4em;
}

.quick-links-header {
  color: #fff;
  font-size: 25px;
}
.widget-span.quick-links ul {
  list-style: disc;
}
.widget-span.quick-links ul li {
  padding-left: 14px;
  margin-bottom: 0.5em;
}
.widget-span.quick-links ul li a {
  color: #fff;
}

.widget-span.copyright p:last-of-type {
  padding-bottom: 0;
}


.widget-span.footer-logo p {
  margin: 0;
  padding-bottom: 1em;
}

.widget-span.footer-logo p:last-of-type {
  padding-bottom: 0;
}

.widget-span.footer-rss .hs-rss-item:before {
  position: absolute;
  top: 9px;
  left: 0;
  border-width: 3px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  content: "";
  top: 10.6px;
}

.widget-span.footer-rss .hs-rss-item:before {
  position: absolute;
  top: 9px;
  left: 0;
  border-width: 3px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  content: "";
  top: 10.6px;
}

.widget-span.footer-form-outer-wrapper {
  background-color: transparent;
}

.widget-span.footer-top-heading {
  background-position: center;
  -webkit-background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: 100%;
  -moz-background-size: cover;
  background-size: 100%;
  background-size: cover;
  position: relative;
  padding-bottom: 0px !important;
  margin-bottom: 0px;
  background-color: #f7f8f7!important;
}

.footer-title {
  padding-bottom: 0px!important;
  margin-bottom: 0px!important;
}

@media (min-width: 981px){
  .widget-span.footer-top-heading{
    padding: 4% 0;
  }
  .footer-title {
    padding: 2% 0;

  }

}


@media (min-width: 1437px){
  .widget-span.footer-top-heading{
    padding: 57px 0;
  }

  .footer-title {
    padding: 28px 0;
  }

}

.footer-title h2 {
  margin: 0;
  text-align: center;
  font-weight: 500;
  padding-bottom: 10px;
  color: #333333;
  font-family: 'Noto Serif',Georgia,"Times New Roman",serif;
  font-size: 40px;
  line-height: 1.4em;
}


.footer-title > div > span {
  background-color: #ffffff;
  padding-top: 25px!important;
  display: block;
}

.widget-span.footer-form-wrap {
  background-size: cover;
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  background-color: #5fa835!important;
  background-position: top center;
  background-image: url(//cdn2.hubspot.net/hubfs/6113738/Arborwind_August2019%20Theme/Images/footer-background-green-wave-v4.jpg)!important;
}

.widget-span.footer-form-wrap .form-bg {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(//arborwind.com/new/wp-content/uploads/2019/08/green-energy-14.png);
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  box-shadow: 0px 80px 80px -16px rgba(85,103,127,0.3);
  transition: border-radius 300ms ease 0ms;
  padding-right: 10%!important;
  padding-bottom: 80px!important;
  padding-left: 10%!important;
}


@media (min-width: 981px){
  .widget-span.footer-form-wrap .form-bg {

    padding: 2% 0;
  }

}

@media (min-width: 1437px){
  .widget-span.footer-form-wrap .form-bg {

    padding: 28px 0;

  }

}

.widget-span.footer-line {
  float: none;
  position: relative;
  margin: 0 0 30px 0;
  height: 3px;
  max-width: 80px;
  margin-left: auto!important;
  margin-right: auto!important;
}


@media (min-width: 981px){
  .widget-span.footer-line {
    margin-bottom: 2.75%;

  }

}

.widget-span.footer-line:before {
  content: "";
  border-top-style: solid;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top-color: #FFBA5A;
  border-top-width: 3px;
}

.widget-span.footer-line:after {
  display: table;
  content: "";
}

.widget-span.footer-form {
  position: relative;
  margin: 0;
  margin-top: 60px;
}

.widget-span.footer-form form {
  margin-left: -3%;
}

.widget-span.footer-form form .hs_firstname {
  padding: 0;
  margin-bottom: 3%;
  padding: 0 0 0 3%;
  background-position: center;
  background-size: cover;
  width: 50%;
}

.widget-span.footer-form form .hs-form-field {
  margin-bottom: 3%;
  padding: 0 0 0 3%;
  background-position: center;
  background-size: cover;
}

.widget-span.footer-form form .hs_message {
  margin-bottom: 3%;
  padding: 0 0 0 3%;
  background-position: center;
  background-size: cover;
}

.widget-span.footer-form form .hs_submit.hs-submit {
  float: right;
  margin-top: -1.5%;
  text-align: right;
}
.widget-span.footer-form form .hs-form-field > label {
  display: none;
}           
.widget-span.footer-form form .hs_message textarea {
  min-height: 150px;
}
.widget-span.footer-form form .hs_submit.hs-submit input.hs-button {
  margin: 0;
  margin-left: 15px;
  margin-top: 8px;
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif!important;
}
.widget-span.footer-form {
  position: relative;
  margin: 0;
  margin-top: 39px;
}
.widget-span.footer-form form .hs_submit.hs-submit input.hs-button:after {
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  text-shadow: none;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-variant: none;
  line-height: 1em;
  text-transform: none;
  content: "\35";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  content: attr(data-icon);
  line-height: inherit;
  font-size: inherit!important;
  margin-left: -1em;
  left: auto;
}

.widget-span.footer-form form .hs_submit.hs-submit input.hs-button:hover:after {
  left: auto;
  margin-left: .3em;
  opacity: 1;
}
.widget-span.footer-info a:hover {
  opacity: 0.7;
}

.widget-span.footer-social-nav ul li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #5fa835;
}

.widget-span.footer-form form .hs_message textarea {
  min-height: 150px;
  max-width: 100%;
}
.widget-span.footer-form form input[type="email"], 
.widget-span.footer-form form input[type="text"] {
  width: 100% !important;
  max-width: 100%;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */





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

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

  .widget-span.custom-menu-primary {
    font-weight: 600;
    margin: 0;
    float: right;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    width: auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-left: 152px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    float: none !important;
    position: relative;
    line-height: 1em;
    font-size: 14px;
    display: inline-block !important;
    padding-right: 6px;
    display: block;
    position: relative;
    color: #333333;
    font-size: 17px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #333333;
    font-size: 17px;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    position: absolute;
    top: 1px;
    right: 6px;
    font-family: "ETmodules";
    font-size: 16px;
    font-weight: 800;
    content: "3";
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    position: absolute;
    padding: 20px 0;
    visibility: hidden;
    z-index: 9999;
    width: 240px;
    border-top: 3px solid #2ea3f2;
    opacity: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-color: #60a835;
    text-align: left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    position: relative;
    line-height: 2em;
    font-size: 14px;
    margin: 0;
    padding: 0 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    display: block;
    position: relative;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #333333;
    font-size: 17px;
    width: 200px;
    padding: 6px 20px;
    white-space: normal !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    opacity: 0.7;
    background-color: rgba(0, 0, 0, 0.03);
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 16px;
  }

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




  .scroll-header .widget-span.custom-menu-primary {
    padding: 29px 0 0 0;
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-bottom: 31px;
    font-size: 16px;
  }


}


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

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

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    line-height: 0;
    padding-bottom: 24px;
    z-index: 999;
    padding: 56px 0 0 0;
    float: right;
    padding-bottom: 24px;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .mobile-trigger:before {
    text-shadow: 0 0;
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: relative;
    top: 0;
    left: 0;
    font-size: 32px;
    content: "\61";
    cursor: pointer;
    color: #5fa835;
  }

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

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

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

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: transparent;
    width: 100%; /* Full screen width */
  }

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

    overflow: visible;
  }

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

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


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

  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {

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

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

  }

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

  }
}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

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

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

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

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

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

/* 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: 1px solid #bbb;
  font-size: 14px;
  width: 100%;
  padding: 16px;
  border-width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #999;
  outline: 0;
  background-color: rgba(85,103,127,0.06);
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  display:block;
  max-width:767px;

  color:rgb(153, 153, 153);
}

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 {
  border-color: #2d3940;
  color: #3e3e3e;
}

ul.no-list.hs-error-msgs.inputs-list {
  margin: 10px 0px;
  padding: 0;
  list-style: none;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 27.2px;
  color: red;
}


.hs-input.invalid.error {
  border: 1px solid #f00
}

.hs-input.invalid.error:focus {
  border: 1px solid #f00
}

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

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

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

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

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

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

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

h3.form-title {
  font-weight: 500;
  color: #333333;
  font-family: 'Noto Serif',Georgia,"Times New Roman",serif;
  font-size: 40px;
  line-height: 1.4em;
  margin: 10px 0px;
}
/* =============== Multi Column Form =============== */

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  line-height: 1.7em ;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 0.3em 1em;
  border: 2px solid;
  display: inline-block;
  color: #ffffff;
  border-width: 15px;
  border-color: rgba(0,0,0,0);
  border-radius: 45px;
  letter-spacing: 4px;
  font-size: 16px;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #5fa835;
  margin:10px 0px;
  outline: 0;
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif!important;
  text-align: center;
  white-space: normal;
}

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

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

.lp .widget-span.custom-menu-primary {
  opacity: 0;
  visibility: hidden;
}

.cm-top-header.lp .page-center {
  opacity: 0;
  visibility: hidden;
}


.lp .mobile-trigger {
  opacity: 0;
  visibility: hidden;
}

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

.replying {
  padding-right: 2em;
}
/* =============== 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 {}
blockquote {
  margin: 20px 0 30px;
  padding-left: 20px;
  border-left: 5px solid;
  border-color: #5fa835;
}

.widget-span.footer-form form .actions {
  background-color: #5fa835;
  border-radius: 45px;
  padding: 0.3em 1em;
  border: 2px solid;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 15px;
  margin-top: 8px;
  border-width: 15px!important;
  border-color: rgba(0,0,0,0);
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.widget-span.footer-form form .hs_submit.hs-submit input.hs-button {
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
}

.widget-span.footer-form form .actions:after {
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  text-shadow: none;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-variant: none;
  line-height: 1em;
  text-transform: none;
  content: "\35";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  content: '$';
  line-height: inherit;
  font-size: inherit!important;
  margin-left: -1em;
  left: auto;
  font-family: "ETmodules" !important;
  color: #fff;
}

.widget-span.footer-form form .actions:hover {
  padding: 0.3em 2em 0.3em 0.7em;
  border: 2px solid transparent;
  color: #fff;
}
.widget-span.footer-form form .actions:hover:after {
  margin-left: 0;
  opacity: 1;
}
.widget-span.footer-form form .hs_recaptcha {
  margin-bottom: 3%;
  padding: 0 0 0 3%;
  background-position: center;
  background-size: cover;
}

.widget-span.custom-header-wrapper.lp {
    top: 0;
}
/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.blog-pagination a {
  display: table;
  text-align: center;
  width: 100%;
}


/*========= Slider ===============*/

.hs-blog-listing .blog-content {
  margin-bottom: 25px;
  margin-top: 15px;
}

.rec-post-outer-wrapper {
  overflow: hidden;
  margin-bottom: 25px;
}

.rec-post-item-inner-wrapper {
  position: relative;
  padding: 0 6%;
}

.rec-featured-image-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 0;
}

.rec-post-item-inner {
  position: relative;
  z-index: 50;
  color: #fff !important;
  text-align: center;
  max-width: 1150px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.rec-post-item.slick-active .rec-post-item-inner {
  -webkit-animation-name: fadeBottom;
  -moz-animation-name: fadeBottom;
  -ms-animation-name: fadeBottom;
  -o-animation-name: fadeBottom;
  animation-name: fadeBottom;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -ms-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeBottom {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.rec-post-item.slick-active {}

.rec-post-body.clearfix {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  width: auto;
  margin: auto;
  padding: 16% 8%;
}

.rec-post-item {
  position: relative;
}

.rec-post-item:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(16,40,65,0.75);
  z-index: 5;
  top: 0;
}

.rec-post-wrapper {
}

ul.slick-dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  z-index: 10;
  bottom: 33px;
  left: 0;
  width: 100%;
  text-align: center;
  height: auto;
}

ul.slick-dots li {
  display: inline-block;
}

button.slick-arrow {
  position: absolute;
  top: 50%;
  background: transparent;
  position: absolute;
  z-index: 100;
  border: 0;
  top: 50%;
  margin-top: -24px;
  opacity: 0;
  color: #fff;
  font-size: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

button {
  outline: 0;
  cursor:pointer;
}

button.slick-prev.slick-arrow {
  left: -22px;
}

button.slick-next.slick-arrow {
  right: -22px;
}


.rec-post-wrapper:hover .slick-prev.slick-arrow {
  left: 22px;
  opacity: 1;
}


.rec-post-wrapper:hover button.slick-next.slick-arrow {
  right: 22px;
  opacity: 1;
}

button.slick-arrow:after {
  text-shadow: 0 0;
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  font-size: 48px;
}

button.slick-prev.slick-arrow {
  content: "\34";
}

button.slick-prev.slick-arrow:after {
  content: "\34";
}

button.slick-next.slick-arrow:after {
  content: "\35";
}

ul.slick-dots:after {
  content: '';
  display: table;
}

ul.slick-dots li button {
  font-size: 0;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  outline: 0;
}

ul.slick-dots li button:after {
  content: '';
  height: 7px;
  width: 7px;
  margin-right: 10px;
  padding: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  opacity: 0.5;
  background-color: rgba(255, 255, 255, 0.5);
  /* text-indent: -9999px; */
  display: block;
}

ul.slick-dots li.slick-active {
}

ul.slick-dots li.slick-active button:after {
  background: #fff;
  opacity: 1;
}


.rec-post-item-inner a.more-link {
  display: inline-block;
  border: 2px solid;
  margin-top: 20px;
  color: #ffffff!important;
  border-color: rgba(0,0,0,0);
  border-radius: 100px;
  letter-spacing: 2px;
  font-size: 14px;
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif!important;
  font-weight: 700!important;
  text-transform: uppercase!important;
  background-color: #35d764;
  padding-top: 15px!important;
  padding-right: 40px!important;
  padding-bottom: 15px!important;
  padding-left: 40px!important;
  line-height: 24px;
  margin-bottom: 32px;
}

.rec-post-item-inner a.more-link:after {
  position: absolute;
  text-shadow: 0 0;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  line-height: inherit;
  font-size: inherit!important;
  margin-left: -1em;
  left: auto;
  display: inline-block;
  opacity: 0;
  content: attr(data-icon);
  font-family: "ETmodules"!important;
  font-size: 32px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.rec-post-item-inner a.more-link:hover:after {
  left: auto;
  margin-left: .3em;
  opacity: 1;
}


.rec-post-body-content {
  font-size: 20px;
  line-height: 1.8em;
}

p.rec-post-meta {
  margin: 0;
  font-size: 13px !important;
  font-weight: 400 !important;
  padding-top: 5px;
  padding-bottom: 0 !important;
  color: #fff !important;
  line-height: 36px;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}

p.rec-post-meta a {
  color: inherit;
}

.rec-post-body-content p {
  margin: 0;
}

.rec-post-item h2 {
  margin: 0;
  margin-top: 0;
  font-weight: 300;
  font-family: 'Bitter',Georgia,"Times New Roman",serif;
  font-size: 42px;
  line-height: 1.2em;
  color: #fff !important;
  padding-bottom: 10px;
}

.rec-post-item h2 a {
  color: #fff;
}




/*========================*/

.post-item {
  width: 31.333%;
  float: left;
  margin-right: 3%;
}

.hs-featured-image-wrapper {
  max-height: 226px;
  overflow: hidden;
  margin-bottom: 20px;
}



.post-item .post-body {
  padding: 19px;
  /* border: 1px solid #d8d8d8; */
  background-color: #fff;
  word-wrap: break-word;
  padding-top: 0;
  line-height: 29px;
  color: #666666;
}

.post-item-inner {
  border: 1px solid #d8d8d8;
  box-shadow: 0px 24px 100px -30px rgba(0,0,0,0.24);
  border: 0;
  margin-bottom: 30px;
}

img.post-featured-image {
  width: 100%;
}

.post-item h2 {
  margin: 0;
  color: #333333;
  font-family: 'Bitter',Georgia,"Times New Roman",serif;
  font-size: 20px!important;
  line-height: 1.4em!important;
}

.post-item h2 a {
  color: inherit;
}

p.post-meta {
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #bababa!important;
  letter-spacing: 1px;
  line-height: 1.6em;
  margin: 0;
  margin:  6px 0;
  font-weight: 500;
}

p.post-meta  a {
  color: inherit;
}

/*=========== Post page==========*/

.hs-blog-post .widget-span.blog-content {
  padding-right: 5.5%;
  width: 76%;
  padding-bottom: 28px;
}

.hs-blog-post .widget-span.blog-sidebar {
  width: 24%;
  padding-left: 30px;
  padding-bottom: 28px;
  margin-left: 0;
}

.hs-blog-post .body-container-wrapper .page-center.content-wrapper {
  padding-top: 57px;
}

.hs-blog-post .body-container-wrapper .page-center.content-wrapper:before {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e2e2e2;
  content: "";
  right: 24%!important;
}

.blog .blog-sidebar > div {
  width: 100%;
  margin-bottom: 30px;
}

.blog-sidebar h3 {
  margin: 0;
  font-size: 18px;
  font-family: 'Bitter',Georgia,"Times New Roman",serif;
  font-weight: 500;
  line-height: 1em;
  padding-bottom: 10px;
}

.block ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.block ul li {
  margin-bottom: 0.5em;
}

.block ul li a {
  color: #666;
  text-decoration: none;
}

.block ul li a:hover {
  color: #5fa835;
}

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

.custom-site-search form {
  position:relative;

}

.custom-site-search form input {
  border-radius: 300px 300px 300px 300px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  font-family: 'Merriweather',sans-serif;
  height: 40px !important;
  margin: 0;
  padding: 0.7em;
  border: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  line-height: normal !important;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: transparent;

  padding-right: 69px;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
}

.custom-site-search form button.site-search-btn {
  min-height: 100%!important;
  font-family: 'barlow condensed';
  font-weight: 500;
  padding-right: 20px;
  border-radius: 0;
  position: absolute;
  top: 0;
  text-transform: CAPITALIZE;
  right: 0;
  width: 70px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  background-color: #ddd;
  height: 40px !important;
  margin: 0;
  padding: 0.7em;
  border: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  line-height: normal !important;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  color: #666666;
  cursor: pointer;
}


.custom-site-search form input:focus {
  border: 1px solid #ddd;
}

.section.post-header h1 {
  font-weight: 500;
  line-height: 1em;
  padding-bottom: 10px;
  font-size: 30px;
  color: #333333;
  font-family: 'Bitter',Georgia,"Times New Roman",serif;
  margin: 0;
}

p.post-bylin {
  margin: 0;
  padding-bottom: 15px;
  font-size: 14px;
  margin-bottom: 6px;
  color: #333333;
  line-height: 27px;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}

p.post-bylin a {
  color: inherit;
}


/*=========== Back to top============*/

#back-to-top {
  font-family: "ETmodules";
  font-size: 96px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: attr(data-icon);
  speak: none;
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: 125px;
  padding: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
  -webkit-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}



.back-active #back-to-top {
  display: block;
  opacity: 1;
  -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.et_pb_scroll_top:before {
  content: "2";
}



@media (min-width:981px){
  .post-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width:980px){

  .post-item {
    width: 47.25%;
    margin: 0 5.5% 7.5% 0;
  }

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

  .rec-post-item h2 {
    font-size: 32px;
  }



}



/* Blog-Banner-form */
.hs-banner-area-wrap {
  background-position: center;
  position: relative;
  background-size: cover;
  padding-bottom: 0px;
  background-color: #f7f7f7;
  background-image: linear-gradient(90deg,#f7f7f7 66%,#ffffff 0%)!important;
  padding-bottom: 0 !important;
  margin-top: -1px;
}

.hs-banner-area {
  background-size: initial;
  background-position: top left;
  background-image: url(//cdn2.hubspot.net/hubfs/6113738/Arborwind_August2019%20Theme/Images/green-energy-20.png);
  padding-left: 20px!important;

  background-repeat: no-repeat;
}

.banner-left-col {
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 9;
  position: relative;
}






.banner-right-col {
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 9;
  position: relative;
}


.banner-left-col-inner {
  text-align: left;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 20px;
  line-height: 1.8em;
  width: 80%;
  position: relative;
}

.banner-left-col h1 {
  width: 50%;
  margin: 0;
  font-weight: 500;
  color: #333333;
  padding-bottom: 10px;
  font-family: 'Bitter',Georgia,"Times New Roman",serif;
  font-size: 60px;
  line-height: 1.3em;
}

.banner-left-col p {
  margin: 0;
  padding-bottom: 1em;
  line-height: 1.8em;
}

.banner-left-col p:last-of-type {
  padding-bottom: 0;
}

.banner-right-form-outer {
  color: #fff;
  text-align: center;
  box-shadow: 0px 24px 80px -30px rgba(0,0,0,0.24);
  background-color: #4359e9;
  padding-top: 60px!important;
  padding-right: 60px!important;
  padding-bottom: 60px!important;
  padding-left: 60px!important;
  margin-top: -90px!important;
  margin-bottom: 0px!important;
  /* display: flex; */
  /* justify-content: space-between; */
  /* flex-direction: column; */
}



.description {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  padding-right: 0;
  padding-bottom: 25px;
  padding-left: 0;
}

.description h2 {
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
  color: #fff !important;
  font-family: 'Bitter',Georgia,"Times New Roman",serif!important;
  font-size: 42px!important;
  line-height: 1.2em!important;
}

.blog-newsletter-form {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  color: #fff;
}

.blog-newsletter-form h3.form-title {
  margin: 0;
}

.blog-newsletter-form  form {
  position: relative;
}

.blog-newsletter-form form .hs-form-field {
  margin: 0;
  padding-bottom: 1em;
}

.blog-newsletter-form form input[type="text"], .blog-newsletter-form form input[type="email"] {
  font-weight: 400;
  -webkit-appearance: none;
  width: 100%;
  padding: 14px 4% !important;
  max-width: 100%;
  border-radius: 100px 100px 100px 100px;
  overflow: hidden;
  border-width: 2px;
  border-color: #ffffff;
  background-color: rgba(0,0,0,0);
  color: #ffffff;
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.blog-newsletter-form form input[type="text"]::placeholder, .blog-newsletter-form form input[type="email"]::placeholder {
  color: #fff;
}

.blog-newsletter-form form input.hs-button.primary.large {
  line-height: 1.7em !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border: 2px solid;
  position: relative;
  text-align: center;
  width: 100%;
  display: block;
  color: #2a2a2a!important;
  border-color: rgba(0,0,0,0);
  border-radius: 100px;
  letter-spacing: 2px;
  font-size: 14px;
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif!important;
  font-weight: 700!important;
  text-transform: uppercase!important;
  background-color: #ffffff;
  padding-top: 15px!important;
  padding-right: 3vw!important;
  padding-bottom: 15px!important;
  padding-left: 3vw!important;
  margin: 0;
}


.blog-newsletter-form form .hs-form-field > label {
  display: none;
}
.blog-banner-img {
  margin-right: auto;
  margin-left: auto;
  line-height: 0;
  margin-bottom: -110px!important;
  text-align: center;
}

.blog-banner-img > span {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.blog-banner-img > span img {
  max-width: 100%;
  height: auto;
}


.blog-slide-sec-wrap {
  position: relative;
  background-color: #fff;
  padding-top: 90px !important;
  margin-left: 0;
  margin-right: auto;
  width: 90%;
  max-width: 1600px;
}

.blog-slide-sec-wrap-inner {
  position: relative;

}

.blog-slide-sec-wrap-heading {
  text-align: center;
}


.blog-slide-sec-wrap-heading h2 {
  margin: 0;
  font-weight: 500;
  line-height: 1em;
  padding-bottom: 10px;
  color: #333333;
  font-family: 'Bitter',Georgia,"Times New Roman",serif;
  font-size: 30px;
  text-align: center;
}

.widget-span.search-bar ul.hs-search-field__suggestions:empty {
  padding: 0;
}

.hs-blog-post .footer-form-outer-wrapper {
  display: none;
}

.hs-blog-post .footer-form-outer-wrapper {
  display: none;
}

.section.post-footer {}

.section.post-footer input[type="text"], .section.post-footer textarea {
  padding: 12px;
  border-width: 0;
  color: #999;
  background-color: #eee;
  font-size: 18px;
  line-height: 1em;
}

.section.post-footer input.hs-button.primary {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  position: relative;
  padding: 0.3em 1em;
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  cursor: pointer;
  color: #5fa835;
}

.section.post-footer input.hs-button.primary:hover {
  background: rgba(0, 0, 0, 0.05);
  border: 2px solid transparent;
  color: #5fa835;
}

span.hs-form-required {
  color: red;
}

.post-item h2 {
  padding-bottom: 10px;
}
p.post-meta {
  margin-top: 0;
}


.section.post-footer input.hs-button.primary {
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif !important;
  float: right;
  text-transform: capitalize;
  letter-spacing: normal;
}

.post-listing.clearfix.-simple .post-item {
  width: 100%;
}

.blog-newsletter-form form .actions {
  text-transform: uppercase!important;
  background-color: #ffffff;
  padding-top: 15px!important;
  padding-right: 3vw!important;
  padding-bottom: 11px!important;
  padding-left: 3vw!important;
  margin: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border: 2px solid;
  position: relative;
  text-align: center;
  width: 100%;
  display: block;
  color: #2a2a2a!important;
  border-color: rgba(0,0,0,0);
  border-radius: 100px;
  position: relative;
  display: inline-block;
 
    cursor: pointer;
}

.blog-newsletter-form form input.hs-button.primary.large {
  background: transparent;
  margin: 0;
  padding: 0 !important;
  border: 0;
  display: inline-block;
  height: auto;
  position: relative;
  top: -3px;
  width: auto;
}

.blog-newsletter-form form .actions:after {
  text-shadow: 0 0;
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  text-shadow: none;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-variant: none;
  line-height: 1em;
  text-transform: none;
  content: "\35";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  content: attr(data-icon);
  line-height: inherit;
  font-size: inherit!important;
  margin-left: -1em;
  left: auto;
  content: '$';
}

.blog-newsletter-form form .actions:hover {
  border: 2px solid transparent;
}
.blog-newsletter-form form .actions:hover:after {
  margin-left: 0;
  opacity: 1;
  left: auto;
  margin-left: .3em;
  opacity: 1;
}
p.post-bylin a {
  color: inherit;
  color: #666;
  text-decoration: none;
}
.section.post-footer h3 {
  font-weight: 500;
  line-height: 1em;
  padding-bottom: 10px;
  font-size: 22px;
  color: #333333;
  font-family: 'Bitter',Georgia,"Times New Roman",serif;
}
.post-item-inner.no_featured_image .post-body {
    padding-top: 19px;
}
/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (min-width: 981px){


  .widget-span.logo-wrapper * {
    height: 100%;
  }

  .widget-span.custom-menu-primary {
    padding: 52px 0 0 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-bottom: 55px;
  }

  .scroll-header .widget-span.custom-header-wrapper {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
  }

  .blog-slide-sec-wrap {

    padding: 4% 0;

  }

  .blog-slide-sec-wrap-heading {
    margin-bottom: 2.75%;
  }

  .hs-banner-area-wrap {
    padding: 4% 0;
  }

  .banner-left-col {
    margin-right: 5.5%;
    width: 47.25%;}

  .banner-right-col {
    width: 47.25%;
  }


}


@media (min-width: 1437px){
  .blog-slide-sec-wrap {
    padding: 57px 0;

  }

  .blog-slide-sec-wrap-inner{
    padding: 28px 0px;
  }

  .hs-banner-area-wrap {
    padding: 57px 0;
  }

  .hs-banner-area {
    padding: 28px 0;

  }


}


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

@media (max-width: 1436px) {
  .hs-banner-area {
    padding: 2% 0;
    padding-left: 20px!important;
  }
  .blog-slide-sec-wrap-inner {
    padding: 2% 0;
  }
}

@media (max-width: 1230px) {


  .widget-span.custom-menu-primary {
    margin: 0;
    width: 100%;
    min-height: 0;
    padding: 0 !important;
  }

  .custom-menu-primary.js-enabled > div {
    width: 100%;
    padding: 5%;
    border-top: 3px solid #2ea3f2;
    opacity: 1;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-color: #5fa835;
    position: absolute;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-bottom: 0;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    padding: 10px 5% !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    color: #333333;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 23px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display: block !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding-left: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    padding-left: 5%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    color: #333333;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 44px;
    line-height: 23px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    background-color: rgba(0, 0, 0, 0.03);
    font-weight: bold;
  }

  .custom-menu-primary .hs-menu-wrapper > ul  li  a:hover {
    opacity: 0.7;
    background-color: rgba(0, 0, 0, 0.03);
  }


  .widget-span.custom-menu-primary .hs_cos_wrapper_type_menu:last-child .hs-menu-wrapper > ul > li:last-child, 
  .widget-span.custom-menu-primary .hs_cos_wrapper_type_menu:last-child .hs-menu-wrapper > ul > li:nth-child(4),
  .widget-span.custom-menu-primary .hs_cos_wrapper_type_menu:last-child .hs-menu-wrapper > ul > li:nth-child(5) {
    display: none;
  }
  .hs-blog-post .body-container-wrapper {
    margin-top: 150px;
  }


  .hs-blog-listing .body-container-wrapper {
    margin-top: 149px;
  }

}

@media (max-width: 1220px) and (min-width: 981px)  {
  .post-item:nth-child(3n+1) {
    clear: left; 
  }
}


@media (max-width: 1230px) and (min-width: 981px)  {


  .scroll-header .mobile-trigger {
    padding: 33px 0 0 0;
    padding-bottom: 24px;
  }
  
  .custom-menu-primary.js-enabled > div {
    overflow-y: auto !important;
    max-height: calc(100vh - 130px);
}

}


@media (max-width: 1024px) {
  .widget-span.footer-form {
    margin-top: 44px;
  }
}


@media (max-width: 980px) {
  .widget-span.footer-social-nav {
    float: none;
    text-align: center;
    width: 100%;
  }

  .widget-span.footer-info {
    float: none;
    text-align: center;
    width: 100%;
  }

  .widget-span.footer-social-nav ul {
    margin: 0 0 5px !important;
    float: none;
  }

  .widget-span.cm-footer-top .page-center > div {
    padding: 8% 0;
  }

  .widget-span.footer-col:nth-child(n) {
    width: 46.25% !important;
    margin: 0 7.5% 7.5% 0 !important;
  }

  .widget-span.footer-col:nth-child(2n) {
    margin-right: 0 !important;
  }

  .widget-span.footer-col:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }

  .widget-span.footer-rss h3 {
    font-size: 18px;
  }

  .widget-span.footer-logo p img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-title h2 {
    font-size: 30px;
  }

  .widget-span.footer-form-wrap .form-bg {
    padding-top: 30px;
  }
  .widget-span.footer-form {
    margin-top: 30px;
  }
  .widget-span.footer-top-heading {
    padding-top: 50px;
  }

  .widget-span.footer-top-heading> div {
    padding-top: 30px;
  }

  .widget-span.top-menu {
    display: none;
  }

  .widget-span.top-content {
    padding-bottom: 0.75em;
    padding-bottom: 8px;
  }


  .widget-span.cm-top-header {
    position: relative;
  }
  .widget-span.custom-header-wrapper {
    position: relative;
    top: 0;
  }



  .mobile-trigger {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .body-container-wrapper {
    margin-top: 0;
  }

  .hs-blog-post .body-container-wrapper {
    margin-top: 0;
  }

  .hs-blog-post .widget-span.blog-content {
    width: 100% !important;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    margin-right: 0;
  }

  .hs-blog-post .widget-span.blog-sidebar {
    padding-bottom: 28px;
    width: 100% !important;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }

  .hs-blog-post .body-container-wrapper .page-center.content-wrapper:before {
    display: none;
  }

  .hs-blog-listing .body-container-wrapper {
    margin-top: 0;
  }


  .hs-blog-listing .body-container-wrapper {
    margin-top: 0;
  }

  .hs-banner-area-wrap {
    padding: 50px 0;
    padding-bottom: 0px;
    background-color: #f7f7f7!important;
    background-image: linear-gradient(90deg,#f7f7f7 100%,#ffffff 0%)!important;
  }

  .hs-banner-area {
    padding: 30px 0;
  }

  .banner-left-col {
    width: 100%;
    margin-bottom: 30px;
    z-index: 9;
    position: relative;
  }

  .banner-left-col h1 {
    font-size: 50px;
    width: 100%;
  }

  .banner-right-col {
    width: 100%;
  }

  .banner-right-form-outer {
    margin-top: 0px!important;
  }

  .description {}

  .description h2 {
    font-size: 32px!important;
  }

  .blog-slide-sec-wrap-inner {
    padding: 30px 0;
  }

  .blog-slide-sec-wrap-heading h2 {}

  .text_inner {
    margin-bottom: 30px;
  }
  .hs-banner-area-wrap{
    margin-top: -2px;
  }

  .post-item-inner {
    margin-bottom: 0;
  }

  .widget-span.logo-wrapper * {
    height: 100%;
  }

  .custom-logo img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    float: none;
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /* top: 9px; */
    position: relative;
    max-height: 85%;
    max-height: 54%;
  }

  .custom-logo img {
    max-width: 50%;
  }

  .widget-span.cm-top-header .page-center {
    padding-bottom: 2px;
}
  
  
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  input[type="checkbox"] {
    display: inline-block;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    padding: 5px;
    overflow: hidden;
    overflow-x: auto;
  }

  .post-body img {
    margin: 0 auto !important;
    display: block !important;
    float: none !important;
    width: auto !important;
  }

  .hs-author-profile .hs-author-avatar {
    float: none;
    margin: 0 0 10px;
  }



  .widget-span.footer-social-nav ul li {
    width: auto;
  }
  .widget-span.footer-social-nav ul li {
    width: auto;
  }

  .widget-span.cm-footer-top .page-center > div {
    padding: 10% 0;
  }

  .widget-span.footer-col:nth-child(n) {
    margin-bottom: 9.5% !important;
    width: 100% !important;
    margin-right: 0 !important;
  }

  .widget-span.footer-col {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .widget-span.footer-col:nth-child(n) {}

  .widget-span.footer-col:last-child {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    margin-right: 0 !important;
  }

  .footer-title h2,
  h3.form-title{
    font-size: 24px;
  }

  .widget-span.footer-form form .hs_firstname, .widget-span.footer-form form .hs_email.hs-email {
    width: 100% !important;
    margin-right: 0;
  }

  h1{
    font-size:30px;
  }

  h2{

    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  .widget-span.top-content {
    width: 100%;
    text-align: center;
  }

  .rec-post-item h2 {
    font-size: 26px!important;
  }

  .rec-post-body-content {
    font-size: 14px;
    line-height: 25px;
  }

  .rec-post-item-inner a.more-link {
    margin-bottom: 0;
  }

  .post-item {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .hs-featured-image-wrapper {
    max-height: none !important;
  }

  .hs-banner-area-wrap {
    background-color: #f7f7f7!important;
  }

  .banner-left-col-inner {
    font-size: 14px;
  }

  .hs-banner-area {
    padding-left: 0px !important;
  }

  .banner-left-col h1 {
    font-size: 30px;
  }

  .banner-right-form-outer {
    padding-top: 30px!important;
    padding-right: 30px!important;
    padding-bottom: 30px!important;
    padding-left: 30px!important;
  }

  .description {
    width: 100%;
    padding-right: 0;
    padding-bottom: 25px;
    padding-left: 0;
  }

  .description h2 {
    font-size: 26px!important;
  }

  .post-item {
    margin-right: 0;
    margin-bottom: 9.5%;
  }
  .post-item h2 {
    font-size: 18px!important;
  }
  
  .widget-span.footer-form form .hs_recaptcha {
    margin-bottom: 3%;
    padding: 0 0 0 3%;
    background-position: center;
    background-size: cover;
    padding-bottom: 5px;
}

}  

@media (max-width: 519px) {
  .widget-span.cm-top-header {
    padding-bottom: 51px;
  }

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

@media (max-width: 479px) {
  .widget-span.cm-footer-top .page-center > div {
    padding: 12% 0;
  }
  .widget-span.footer-col:nth-child(n) {
    margin-bottom: 11.5% !important;
  }
  .widget-span.footer-col:last-child {
    margin-bottom: 11.5% !important;
  }

  .blog-slide-sec-wrap-heading h2 {
    padding-left: 15px;
    padding-right: 15px;
  }

}


@media (max-width: 400px) {
  ul.slick-dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    z-index: 10;
    bottom: 20px;

  }

  .rec-post-wrapper:hover button.slick-next.slick-arrow {
    right: 0px;
  }
  .rec-post-wrapper:hover .slick-prev.slick-arrow {
    left: 0;
  }
}

@media (max-width: 368px) {
  .widget-span.cm-top-header {
    padding-bottom: 68px;
  }

}