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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css');

@font-face {
  font-family: "socicon";
  src: url("//cdn2.hubspot.net/hubfs/5713048/Nextdoor_May2019/Fonts/socicon.eot");
  src: url("//cdn2.hubspot.net/hubfs/5713048/Nextdoor_May2019/Fonts/socicon.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/5713048/Nextdoor_May2019/Fonts/socicon.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5713048/Nextdoor_May2019/Fonts/socicon.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/5713048/Nextdoor_May2019/Fonts/socicon.svg#socicon") format("svg");
  font-weight: normal;
  font-style: normal;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
  font-size: 62.5%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  background: #F0F1F2;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #272d35;
}

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

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background: #3399FF;
}
::selection {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background: #3399FF;
}


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

/* Basic text */
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 0 0 37px;
  font-size: 22px;
  line-height: 30px;
  color: #232323;
  position: relative;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #f6f6f6;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  max-width: 100%;
  overflow: auto;
  padding: 1.5em;
  border-radius: 4px;
}

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

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin: 0 0 10px;
  font-weight: 400;
}
h1 { font-size: 45px; line-height: 55px;}

h2 { font-size: 40px; line-height: 50px;}

h3 { font-size: 35px; line-height: 45px; -webkit-font-smoothing: antialiased; }

h4 { font-size: 25px; line-height: 35px;}

h5 { font-size: 20px; line-height: 30px;}

h6 { font-size: 18px; line-height: 28px;}

/* Anchor Links */
a {
  color: #00b246;
  text-decoration: none;
}
a:hover, a:focus { color: #00b246; text-decoration: underline;}
p {
  margin: 0 0 30px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
/* Lists */
ul,
ol {
  margin: 0 0 30px 30px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Horizontal Rules */
sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  background: #fff;
  border-top: 1px solid#e6e6e6;
  border-left: 1px solid rgba(0,0,0,0.07);
}

th {
  font-weight: bold;
}



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

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

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

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


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


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

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

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


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

.header-container-wrapper {
  min-height: 50px;
}
.header-container {}

.custom-header-group{
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  padding-top: 40px;
}
.custom-header-group .page-center{
  position: relative;
}
.custom-logo {
  padding-top: 11px;
  padding-bottom: 17px;
}
.custom-logo img{}
.custom-header-search{
  padding: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  width: 295px;
  right: 0;
  border-radius: 2px;
  display: block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  background-color: #ffffff;
  position: absolute;
  top: 77%;
  z-index: 9;
  border-top: 2px solid #00b246;
}
.show-search .custom-header-search {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.custom-header-search .hs-search-field__input{
  height: 36px;
  font-size: 14px;
  border: none !important;
  padding: 0 20px 0 10px;
  line-height: normal;
  width: 100%;
  background: rgba(255,255,255,0.2);
  max-width: 100%;
  border-radius: 4px;
  color: #666;
  margin: 0;
}
.custom-header-search .hs-search-field__input:focus{
  outline: none;
  box-shadow: none;
}

.custom-fixed-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 2000;
  min-height: 50px !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(-400%);
  -moz-transform: translateY(-400%);
  transform: translateY(-400%);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  background: rgba(255,255,255,0.95);
  padding-top: 1px;
}

.scroll-header .custom-fixed-header{ 
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}

.custom-fixed-header .custom-logo img{
  max-width: 204px;
}
.custom-fixed-header .custom-logo {
  padding-bottom: 9px;
}

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

.body-container-wrapper {}
.body-container {}
.body-container .page-center{}

.content-wrapper {
  padding: 15px 0 0;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

.custom-footer-group{
  background: #373941;
  color: #f9f9f9;
  -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
}
.custom-footer-inner{
  background: rgba(0,0,0,0.35);
  padding: 15px 0;
  color: rgba(249,249,249,0.7);
}

.custom-footer-group .page-center{}

.custom-copyright{}
.custom-copyright p{
  margin: 0;
  font-size: 13px;
  text-align: right;
}



.custom-footer-logo{}

.custom-footer-logo img{}

.custom-footer-menu{}
.custom-footer-menu .hs-menu-wrapper > ul{
  display: block;
}
.custom-footer-menu .hs-menu-wrapper > ul > li{
  margin: 0 10px 0 0;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a{
  color: #1e9e5e;
  font-size: 13px;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover{
  text-decoration: underline;
}
#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 999999999;
  width: 40px;
  height: 40px;
  background: transparent;
  text-indent: 0;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  color: #e8e8e8;
  font-size: 32px;
  padding: 4px 0 0 0;
  text-align: center;
  border-radius: 5px 5px 0 0;
  background: #323232;
  display: none;
}
#back-to-top i {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.7;
}
#back-to-top:hover {
  text-decoration: none;
}
#back-to-top:hover i {
  opacity: 1;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  padding: 15px 13px;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #4f596a;
  font-weight: 400;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
  color: #00b246;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.search > a {
  font-size: 0px;
  min-width: 50px;
  text-align: center;
  line-height: 30px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.search > a:after{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  font-size: 16px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.search > a.active {
  color: #00b246;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.search > a.active:after {
  content: "\f00d";
}

.custom-fixed-header .custom-menu-primary .hs-menu-wrapper > ul > li.blog > a {
  border-left: 1px solid rgba(0,0,0,0.1);
}
.custom-fixed-header .custom-menu-primary .hs-menu-wrapper > ul > li.search > a:after {
  border-left: 1px solid transparent;
}
.custom-fixed-header .custom-menu-primary .hs-menu-wrapper > ul > li.search > a.active {
  border-left: 1px solid rgba(0,0,0,0.1);
}
.custom-fixed-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding: 9px 15px 10px;
}
.custom-fixed-header .custom-menu-primary .hs-menu-wrapper > ul > li.search > a {
  text-align: center;
  line-height: 9px;
  position: relative;
  top: 1px;
}
.custom-fixed-header .custom-header-search {
  top: 82%;
}

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

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

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


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

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

@media (max-width: 767px){

  /* 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; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 10px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }

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

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

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

  .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 .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #000;
    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{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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

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


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

.rec-post-wrapper{
  background: #f9f9f9;
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  padding: 0;
  margin-bottom: 30px;
}

.rec-post-item{
  background: #ffffff;
  position: relative;
  width: 100%;
  min-height: 177px;
}

.rec-post-header{
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 20px 0 20px;
  z-index: 20;
}
.rec-post-info{
  z-index: 2;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.rec-post-entry-title {
  margin: 0 auto 7px;
  max-width: 600px;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  line-height: 36px;
  color: #272d35;
}
.rec-post-entry-title a, .rec-post-entry-title a:hover {
  font-size: 30px;
  color: #FFF;
  text-decoration: none !important;
}
.entry-meta {
  line-height: 24px;
}

.rec-post-entry-meta div {
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  text-decoration: none;
}
.rec-post-entry-meta div:before {
  content: "\2022";
  margin: 0 5px;
  font-size: 12px;
}
.rec-post-entry-meta div:first-child:before {
  content: none;
}
.rec-post-entry-meta div a {
  color: #FFF;
}
.vce-featured-header-background {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  background: #000;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.4;
}
.meta-image {
  position: relative;
  overflow: hidden;
  z-index: 10;
  max-width: 100%;
}
.meta-image a img {
  width: 100%;
}

.custom-post-list-wrapper{
  background: #f9f9f9;
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  padding: 0;
  margin-bottom: 30px;
}

/* =============== Blog Content Column =============== */
.blog .blog-content {
  width: 100% !important;
  max-width: 840px;
  padding: 15px 30px 0 0;
}

/* 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 {
  background: #fff;
}

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

/* Blog Post Title */

.post-header {
  padding-bottom: 10px;
  padding-top: 12px;
}
.post-header h2, h2.post-listing-simple {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 4px;
  line-height: 28px;
  font-size: 22px;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
.post-header h2 a, h2.post-listing-simple a{
  text-decoration: none;
  color: #272d35;
}
.post-header h2 a:hover, h2.post-listing-simple a:hover{
  text-decoration: none;
  color: #00b246;
}
.section.post-header h1 {}

.hs-post-header-section{
  padding: 30px 0;
  text-align: center;
}
.meta-category a {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
.meta-category span {
  font-size: 12px;
  line-height: 12px;
  color: #a7acb4;
}
.hs-post-header-section h1{
  font-size: 45px;
  line-height: 55px;
  margin: 0 auto 15px;
  padding: 0;
  max-width: 700px;
  color: #272d35;
}
.post-date{
  font-size: 14px;
  line-height: 18px;
  color: #a7acb4;
}
.custom-post-banner-img{
  position: relative;
  overflow: hidden;
  z-index: 10;
  max-width: 100%;
}
.custom-post-banner-img img{
  width: 100%;
}

.meta-author{
  display: block;
  text-align: center;
  position: relative;
  z-index: 11;
}
.meta-author a{
  margin: 0 auto;
  max-width: 100px;
  display: block;
}
.meta-author img{
  box-shadow: none;
  border-radius: 50%;
  border: 5px solid #FFF;
  margin: -57px auto 10px;
  max-width: 100px;
  display: block;

}
.meta-author-wrapped {
  display: block;
  font-size: 16px;
  color: #a7acb4;
}
.author-vcard{
  font-size: 14px;
  display: inline-block;
}
.author-vcard a {
  font-size: 16px;
}

/* Blog Author and Avatar */
/* Blog Author and Avatar */
#hubspot-author_data {
  text-align: center;
  color: #a7acb4;
  font-size: 14px;
  line-height: 18px;
}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  padding: 15px 0;
}
#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%;
}
.blog-listing-wrapper .post-listing {
  padding: 20px 20px 0 20px;
  margin: 0 ;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin: 0 0 20px 0;
  width: 50%;
  float: left;
  padding: 0 10px;

}
.post-item-inner{
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  background: #ffffff;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {
  margin: 0px auto;
  max-width: 600px;
  padding: 30px 0;
  margin-bottom: 30px;
}
.blog-listing-wrapper .post-listing .post-item:first-child {
  display: none !important;
}
/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 10;
  max-width: 100%;
}
.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: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block !important;
  float: none;
  margin: 0px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.hs-featured-image-wrapper:hover .hs-featured-image-link img.hs-featured-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

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

/* Blog Topics List */
#hubspot-topic_data {
  margin: 15px 0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */


/* Blog Commments */

.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

#comments-listing {
  border: none;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 20px;
  background: #f9f9f9;
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  margin-bottom: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border: none !important;
  margin: 0 0 20px !important;
  padding: 20px !important;
  position: relative;
  background: #ffffff;
}

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

.comment-reply-to{
  margin-bottom: 15px;
}
.comment-reply-to {
  padding: 2px 10px;
  line-height: 18px;
  font-size: 12px;
  border-radius: 4px;
  text-decoration: none;
  margin: 0;
  transition: all 0.1s ease-in-out;
  border: 1px solid #00b246;
  padding-left: 25px;
  cursor: pointer;
  color: #00b246;
}
.comment-reply-to:hover {
  background-color: #00b246;
  color: #fff;
  text-decoration: none;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

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

#comment-form {
  background: #fff;
  border: none;
  margin: 0;
  padding: 0;
}
.widget-type-blog_comments form {
  padding: 20px;
}
.hs_cos_wrapper_type_blog_comments,.widget-type-blog_comments form {
  background: #f9f9f9;
  position: relative;
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  margin-bottom: 30px;
}
.widget-type-blog_comments form h3 {
  background: #ffffff;
  color: #4f596a;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 0;
  padding: 15px 15px 18px 15px;
  margin: -20px -20px 20px;
}

.widget-type-blog_comments form .hs-input {
  max-width: 100% !important;
}
.widget-type-blog_comments form textarea {
  padding: 10px;
  min-height: 150px;
  resize: vertical;
}
.comment-date { font-size: 13px; text-align: left; display: block !important; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
  clear: both;
  position: relative;
  text-align: center;
  border-top: 1px solid rgba(0,0,0,0.05);
  padding: 13px 20px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #f3f3f3;
}
.blog-pagination a {
  border-radius: 4px;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 5px 10px;
  text-decoration: none;
  border: none;
  min-width: 90px;
  background-position: center center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  margin: 0 auto;
  min-width: 130px;
  background-color: #00b246;
}
.blog-pagination a:hover {
  cursor: pointer;
  text-decoration: none;
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.1)));
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
  background-image: linear-gradient(to right, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=1 );
}
.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 {}

.custom-related-wrapper{
  margin-bottom: 30px;
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  background: #f9f9f9;
}
.main-box-title{
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 0;
  padding: 15px 15px 18px 15px;
  background: #ffffff;
  color: #4f596a;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
}
.main-box-inside {
  padding: 20px 20px 0 20px;
  display: flex;
  flex-wrap: wrap;

}
.related-post-item {
  margin: 0 1.2% 20px;
  width: 47.5%;
  padding: 0;
  float: left;
  BACKGROUND: #FFF;
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
}
.related-image {
  position: relative;
  z-index: 10;
  float: left;
  width: 145px;
  margin-right: 0;
  min-height: 100px;
  overflow: hidden;
}
.related-image img{
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.related-image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.related-image img {
  position: absolute;
  left: 0;
  display: block;
  top: 0;
  object-fit: cover;
}
.related-title{
  padding: 3px 0 0 15px;
  margin: 0;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #272d35;
}
.related-title a{
  color: #272d35;
  text-decoration: none;
}
.related-title a:hover{
  color: #00b246;
  text-decoration: none;
}
.main-box-head {
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  background: #ffffff;
  color: #4f596a;
}

.blog-listing-wrapper .post-listing.for-topic-post .post-item:first-child {
  display: block !important;
  width: 100% !important;
}
.blog-listing-wrapper .post-listing.for-author post-item:first-child {
  display: block !important;
}

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

.blog .blog-sidebar {
  padding-top: 15px;
  max-width: 300px !important;
  float: right !important;
  width: 100% !important;
  margin-left: 0 !important;
}
/* Blog Modules */
.blog .blog-sidebar .widget-span {}

.blog .blog-sidebar .hs-form-required {
  color: #ff0000;
  display: none;
}

.custom-sidebar-widget{
  background: #f9f9f9;
  color: #272d35;
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 30px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4 {
  background: #ffffff;
  color: #272d35;
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  font-size: 18px;
  line-height: 28px;
  padding: 12px;
  text-align: center;
  margin: 0;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
.custom-sidebar-widget form{
  padding: 20px;
}

.custom-connect-us ul {
  display: inline-block;
  width: 100%;
  padding: 20px 15px 10px 20px;
  margin: 0;
  list-style: none;
}
ul.mks_social_widget_ul li {
  display: inline-block;
  vertical-align: top;
  border: none !important;
  padding: 0;
  float: left;
}
ul.mks_social_widget_ul li a {
  background: none;
  display: block;
  height: 48px;
  width: 48px;
  float: left;
  margin-right: 5px;
  font-size: 0px;
  margin-bottom: 5px;
  position: relative;
  border: none !important;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
ul.mks_social_widget_ul li a:before {
  font-family: "socicon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.mks_social_widget_ul li:before,
ul.mks_social_widget_ul li:after{
  display: none;
}


ul.mks_social_widget_ul li a {
  background: none;
  display: block;
  height: 48px;
  width: 48px;
  float: left;
  margin-right: 5px;
  font-size: 0px;
  margin-bottom: 5px;
  position: relative;
  border: none !important;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

ul.mks_social_widget_ul li a span {
  margin: 0;
  padding: 0;
  font-size: 0px;
}

ul.mks_social_widget_ul li a:before {
  color: #FFF;
}

ul.mks_social_widget_ul li a.soc_rounded {
  border-radius: 20%;
}

ul.mks_social_widget_ul li a.soc_circle {
  border-radius: 50%;
}

ul.mks_social_widget_ul li:hover a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

ul.mks_social_widget_ul li {
  display: inline-block;
  vertical-align: top;
  border: none !important;
  padding: 0;
}


/*--------------------------------------------------
SOCIAL ICONS STYLES
---------------------------------------------------*/


ul.mks_social_widget_ul .aim_ico {
  background-color: #e95a00;
}

ul.mks_social_widget_ul .apple_ico {
  background-color: #606060;
}

ul.mks_social_widget_ul .behance_ico {
  background-color: #18a3fe;
}

ul.mks_social_widget_ul .blogger_ico {
  background-color: #fb913f;
}

ul.mks_social_widget_ul .cargo_ico {
  background-color: #00c462;
}

ul.mks_social_widget_ul .envato_ico {
  background-color: #a9cf58;
}

ul.mks_social_widget_ul .delicious_ico {
  background-color: #3274d1;
}

ul.mks_social_widget_ul .deviantart_ico {
  background-color: #d0de21;
}

ul.mks_social_widget_ul .digg_ico {
  background-color: #2882c6;
}

ul.mks_social_widget_ul .dribbble_ico {
  background-color: #ef5b92;
}

ul.mks_social_widget_ul .evernote_ico {
  background-color: #77ba2f;
}

ul.mks_social_widget_ul .facebook_ico {
  background-color: #3b5998;
}

ul.mks_social_widget_ul .flickr_ico {
  background-color: #f1628b;
}

ul.mks_social_widget_ul .forrst_ico {
  background-color: #5b9a68;
}

ul.mks_social_widget_ul .github_ico {
  background-color: #7292a2;
}

ul.mks_social_widget_ul .google_ico {
  background-color: #dd4b39;
}

ul.mks_social_widget_ul .google-plus_ico {
  background-color: #d94a39;
}

ul.mks_social_widget_ul .grooveshark_ico {
  background-color: #f88e00;
}

ul.mks_social_widget_ul .icloud_ico {
  background-color: #fb913f;
}

ul.mks_social_widget_ul .lastfm_ico {
  background-color: #d21309;
}

ul.mks_social_widget_ul .linkedin_ico {
  background-color: #71b2d0;
}

ul.mks_social_widget_ul .myspace_ico {
  background-color: #003398;
}

ul.mks_social_widget_ul .picasa_ico {
  background-color: #444;
}

ul.mks_social_widget_ul .pinterest_ico {
  background-color: #cb2027;
}

ul.mks_social_widget_ul .posterous_ico {
  background-color: #f9d560;
}

ul.mks_social_widget_ul .reddit_ico {
  background-color: #e74a1e;
}

ul.mks_social_widget_ul .rss_ico {
  background-color: #fe9900;
}

ul.mks_social_widget_ul .skype_ico {
  background-color: #18b7f1;
}

ul.mks_social_widget_ul .stumbleupon_ico {
  background-color: #eb4924;
}

ul.mks_social_widget_ul .soundcloud_ico {
  background-color: #ff8800;
}

ul.mks_social_widget_ul .tumblr_ico {
  background-color: #3a5976;
}

ul.mks_social_widget_ul .twitter_ico {
  background-color: #48c4d2;
}

ul.mks_social_widget_ul .vimeo_ico {
  background-color: #51b5e7;
}

ul.mks_social_widget_ul .wordpress_ico {
  background-color: #464646;
}

ul.mks_social_widget_ul .yahoo_ico {
  background-color: #ab64bc;
}

ul.mks_social_widget_ul .youtube_ico {
  background-color: #f45750;
}

ul.mks_social_widget_ul .zerply_ico {
  background-color: #9DBC7A;
}

ul.mks_social_widget_ul .instagram_ico {
  background-color: #306088;
}

ul.mks_social_widget_ul .vine_ico {
  background-color: #00bf8f;
}

ul.mks_social_widget_ul .spotify_ico {
  background-color: #95ba1a;
}

ul.mks_social_widget_ul .fh_px_ico {
  background-color: #58a9de;
}

ul.mks_social_widget_ul .xing_ico {
  background-color: #126567;
}

ul.mks_social_widget_ul .weibo_ico {
  background-color: #E6162C;
}

ul.mks_social_widget_ul .tencent_ico {
  background-color: #389FDA;
}

ul.mks_social_widget_ul .me2day_ico {
  background-color: #4e28ac;
}

ul.mks_social_widget_ul .twitch_ico {
  background-color: #6441A5;
}

ul.mks_social_widget_ul .itunes_ico {
  background-color: #ff5e51;
}

ul.mks_social_widget_ul .vk_ico {
  background-color: #45668e;
}

ul.mks_social_widget_ul .soc_square,
ul.mks_social_widget_ul .soc_rounded,
ul.mks_social_widget_ul .soc_circle {
  background-position: center center;
}


/* From version 2.0 */

ul.mks_social_widget_ul .airbnb_ico {
  background-color: #ff5a5f;
}

ul.mks_social_widget_ul .amazon_ico {
  background-color: #ff9900;
}

ul.mks_social_widget_ul .amplement_ico {
  background-color: #0996c3;
}

ul.mks_social_widget_ul .android_ico {
  background-color: #8ec047;
}

ul.mks_social_widget_ul .angellist_ico {
  background-color: #000000;
}

ul.mks_social_widget_ul .sociconapp_ico {
  background-color: #494949;
}

ul.mks_social_widget_ul .baidu_ico {
  background-color: #2629d9;
}

ul.mks_social_widget_ul .bandcamp_ico {
  background-color: #619aa9;
}

ul.mks_social_widget_ul .bebo_ico {
  background-color: #EF1011;
}

ul.mks_social_widget_ul .buffer_ico {
  background-color: #000000;
}

ul.mks_social_widget_ul .coderwall_ico {
  background-color: #3E8DCC;
}

ul.mks_social_widget_ul .dailymotion_ico {
  background-color: #004e72;
}

ul.mks_social_widget_ul .deezer_ico {
  background-color: #004e72;
}

ul.mks_social_widget_ul .disqus_ico {
  background-color: #2e9fff;
}

ul.mks_social_widget_ul .douban_ico {
  background-color: #3ca353;
}

ul.mks_social_widget_ul .draugiem_ico {
  background-color: #ffa32b;
}

ul.mks_social_widget_ul .drupal_ico {
  background-color: #00598e;
}

ul.mks_social_widget_ul .ebay_ico {
  background-color: #333333;
}

ul.mks_social_widget_ul .ello_ico {
  background-color: #000000;
}

ul.mks_social_widget_ul .eight-tracks_ico {
  background-color: #122c4b;
}

ul.mks_social_widget_ul .endomondo_ico {
  background-color: #86ad00;
}

ul.mks_social_widget_ul .feedburner_ico {
  background-color: #ffcc00;
}

ul.mks_social_widget_ul .filmweb_ico {
  background-color: #ffc404;
}

ul.mks_social_widget_ul .flattr_ico {
  background-color: #F67C1A;
}

ul.mks_social_widget_ul .foursquare_ico {
  background-color: #f94877;
}

ul.mks_social_widget_ul .friendfeed_ico {
  background-color: #2F72C4;
}

ul.mks_social_widget_ul .goodreads_ico {
  background-color: #463020;
}

ul.mks_social_widget_ul .google-play_ico {
  background-color: #000000;
}

ul.mks_social_widget_ul .houzz_ico {
  background-color: #7CC04B;
}

ul.mks_social_widget_ul .icq_ico {
  background-color: #7EBD00;
}

ul.mks_social_widget_ul .identica_ico {
  background-color: #000000;
}

ul.mks_social_widget_ul .imdb_ico {
  background-color: #E8BA00;
}

ul.mks_social_widget_ul .istock_ico {
  background-color: #000000;
}

ul.mks_social_widget_ul .lanyrd_ico {
  background-color: #3c80c9;
}

ul.mks_social_widget_ul .mail_ico {
  background-color: #000000;
}

ul.mks_social_widget_ul .medium_ico {
  background-color: #000000;
}

ul.mks_social_widget_ul .meetup_ico {
  background-color: #e2373c;
}

ul.mks_social_widget_ul .mixcloud_ico {
  background-color: #000000;
}

ul.mks_social_widget_ul .model-mayhem_ico {
  background-color: #000000;
}

ul.mks_social_widget_ul .mozilla-persona_ico {
  background-color: #e6753d;
}

ul.mks_social_widget_ul .mumble_ico {
  background-color: #5AB5D1;
}

ul.mks_social_widget_ul .newsvine_ico {
  background-color: #5AB5D1;
}

ul.mks_social_widget_ul .odnoklassniki_ico {
  background-color: #f48420;
}

ul.mks_social_widget_ul .openid_ico {
  background-color: #f78c40;
}

ul.mks_social_widget_ul .outlook_ico {
  background-color: #0072C6;
}

ul.mks_social_widget_ul .patreon_ico {
  background-color: #E44727;
}

ul.mks_social_widget_ul .paypal_ico {
  background-color: #009cde;
}

ul.mks_social_widget_ul .periscope_ico {
  background-color: #3AA4C6;
}

ul.mks_social_widget_ul .playstation_ico {
  background-color: #000;
}

ul.mks_social_widget_ul .play-store_ico {
  background-color: #000;
}

ul.mks_social_widget_ul .pocket_ico {
  background-color: #ED4055;
}

ul.mks_social_widget_ul .qq_ico {
  background-color: #4297d3;
}

ul.mks_social_widget_ul .quora_ico {
  background-color: #cb202d;
}

ul.mks_social_widget_ul .raidcall_ico {
  background-color: #073558;
}

ul.mks_social_widget_ul .ravelry_ico {
  background-color: #B6014C;
}

ul.mks_social_widget_ul .renren_ico {
  background-color: #2266b0;
}

ul.mks_social_widget_ul .resident-advisor_ico {
  background-color: #B3BE1B;
}

ul.mks_social_widget_ul .sharethis_ico {
  background-color: #01bf01;
}

ul.mks_social_widget_ul .slideshare_ico {
  background-color: #4ba3a6;
}

ul.mks_social_widget_ul .smugmug_ico {
  background-color: #ACFD32;
}

ul.mks_social_widget_ul .snapchat_ico {
  background-color: #fffa37;
}

ul.mks_social_widget_ul .stackexchange_ico {
  background-color: #2f2f2f;
}

ul.mks_social_widget_ul .stackoverflow_ico {
  background-color: #FD9827;
}

ul.mks_social_widget_ul .stayfriends_ico {
  background-color: #F08A1C;
}

ul.mks_social_widget_ul .steam_ico {
  background-color: #171a21;
}

ul.mks_social_widget_ul .storehouse_ico {
  background-color: #25B0E6;
}

ul.mks_social_widget_ul .swarm_ico {
  background-color: #FC9D3C;
}

ul.mks_social_widget_ul .teamspeak_ico {
  background-color: #465674;
}

ul.mks_social_widget_ul .teamviewer_ico {
  background-color: #168EF4;
}

ul.mks_social_widget_ul .technorati_ico {
  background-color: #5cb030;
}

ul.mks_social_widget_ul .telegram_ico {
  background-color: #0088cc;
}

ul.mks_social_widget_ul .tripadvisor_ico {
  background-color: #4B7E37;
}

ul.mks_social_widget_ul .tripit_ico {
  background-color: #1982C3;
}

ul.mks_social_widget_ul .triplej_ico {
  background-color: #E53531;
}

ul.mks_social_widget_ul .ventrilo_ico {
  background-color: #77808A;
}

ul.mks_social_widget_ul .viadeo_ico {
  background-color: #e4a000;
}

ul.mks_social_widget_ul .viber_ico {
  background-color: #7b519d;
}

ul.mks_social_widget_ul .whatsapp_ico {
  background-color: #20B038;
}

ul.mks_social_widget_ul .wikipedia_ico {
  background-color: #000000;
}

ul.mks_social_widget_ul .windows_ico {
  background-color: #00BDF6;
}

ul.mks_social_widget_ul .wykop_ico {
  background-color: #328efe;
}

ul.mks_social_widget_ul .xbox_ico {
  background-color: #92C83E;
}

ul.mks_social_widget_ul .yammer_ico {
  background-color: #1175C4;
}

ul.mks_social_widget_ul .yandex_ico {
  background-color: #FF0000;
}

ul.mks_social_widget_ul .yelp_ico {
  background-color: #c83218;
}

ul.mks_social_widget_ul .younow_ico {
  background-color: #61C03E;
}

ul.mks_social_widget_ul .zomato_ico {
  background-color: #cb202d;
}

ul.mks_social_widget_ul .zynga_ico {
  background-color: #DC0606;
}



/* Social icons fonts */

/* A */

ul.mks_social_widget_ul .airbnb_ico:before {
  content: "\e00e";
}

ul.mks_social_widget_ul .amazon_ico:before {
  content: "\e05c";
}

ul.mks_social_widget_ul .amplement_ico:before {
  content: "\e070";
}

ul.mks_social_widget_ul .android_ico:before {
  content: "\e03e";
}

ul.mks_social_widget_ul .angellist_ico:before {
  content: "\e062";
}

ul.mks_social_widget_ul .sociconapp_ico:before {
  content: "\e013";
}

ul.mks_social_widget_ul .apple_ico:before {
  content: "\e02e";
}


/* B */

ul.mks_social_widget_ul .baidu_ico:before {
  content: "\e061";
}

ul.mks_social_widget_ul .bandcamp_ico:before {
  content: "\e06a";
}

ul.mks_social_widget_ul .bebo_ico:before {
  content: "\e035";
}

ul.mks_social_widget_ul .behance_ico:before {
  content: "\e027";
}

ul.mks_social_widget_ul .blogger_ico:before {
  content: "\e020";
}

ul.mks_social_widget_ul .buffer_ico:before {
  content: "\e018";
}


/* C */

ul.mks_social_widget_ul .coderwall_ico:before {
  content: "\e011";
}


/* D */

ul.mks_social_widget_ul .dailymotion_ico::before {
  content: "\e053";
}

ul.mks_social_widget_ul .deezer_ico::before {
  content: "\e06c";
}

ul.mks_social_widget_ul .delicious_ico:before {
  content: "\e028";
}

ul.mks_social_widget_ul .deviantart_ico:before {
  content: "\e029";
}

ul.mks_social_widget_ul .digg_ico:before {
  content: "\e025";
}

ul.mks_social_widget_ul .disqus_ico:before {
  content: "\e019";
}

ul.mks_social_widget_ul .douban_ico:before {
  content: "\e03b";
}

ul.mks_social_widget_ul .draugiem_ico:before {
  content: "\e074";
}

ul.mks_social_widget_ul .dribbble_ico:before {
  content: "\e023";
}

ul.mks_social_widget_ul .drupal_ico:before {
  content: "\e002";
}


/* E */

ul.mks_social_widget_ul .ebay_ico:before {
  content: "\e063";
}

ul.mks_social_widget_ul .ello_ico:before {
  content: "\e006";
}

ul.mks_social_widget_ul .eight-tracks_ico::before {
  content: "\e05b";
}

ul.mks_social_widget_ul .endomondo_ico:before {
  content: "\e075";
}

ul.mks_social_widget_ul .envato_ico:before {
  content: "\e026";
}


/* F */

ul.mks_social_widget_ul .facebook_ico:before {
  content: "\e041";
}

ul.mks_social_widget_ul .feedburner_ico:before {
  content: "\e048";
}

ul.mks_social_widget_ul .filmweb_ico:before {
  content: "\e076";
}

ul.mks_social_widget_ul .fh_px_ico:before {
  content: "\e056";
}

ul.mks_social_widget_ul .flattr_ico:before {
  content: "\e02f";
}

ul.mks_social_widget_ul .flickr_ico:before {
  content: "\e055";
}

ul.mks_social_widget_ul .forrst_ico:before {
  content: "\e02a";
}

ul.mks_social_widget_ul .foursquare_ico:before {
  content: "\e044";
}

ul.mks_social_widget_ul .friendfeed_ico:before {
  content: "\e032";
}


/* G */

ul.mks_social_widget_ul .github_ico:before {
  content: "\e030";
}

ul.mks_social_widget_ul .goodreads_ico:before {
  content: "\e014";
}

ul.mks_social_widget_ul .google_ico:before {
  content: "\e067";
}

ul.mks_social_widget_ul .google-play_ico:before {
  content: "\e02b";
}

ul.mks_social_widget_ul .google-plus_ico:before {
  content: "\e042";
}

ul.mks_social_widget_ul .google-play-2_ico:before {
  content: "\e02b";
}

ul.mks_social_widget_ul .grooveshark_ico:before {
  content: "\e04f";
}


/* H */

ul.mks_social_widget_ul .houzz_ico:before {
  content: "\e00a";
}


/* I */

ul.mks_social_widget_ul .icq_ico:before {
  content: "\e05d";
}

ul.mks_social_widget_ul .identica_ico:before {
  content: "\e034";
}

ul.mks_social_widget_ul .imdb_ico:before {
  content: "\e064";
}

ul.mks_social_widget_ul .instagram_ico:before {
  content: "\e057";
}

ul.mks_social_widget_ul .istock_ico:before {
  content: "\e004";
}

ul.mks_social_widget_ul .itunes_ico:before {
  content: "\e06b";
}


/* J */


/* K */


/* L */

ul.mks_social_widget_ul .lanyrd_ico:before {
  content: "\e016";
}

ul.mks_social_widget_ul .lastfm_ico:before {
  content: "\e050";
}

ul.mks_social_widget_ul .linkedin_ico:before {
  content: "\e049";
}


/* M */

ul.mks_social_widget_ul .mail_ico:before {
  content: "\e01f";
}

ul.mks_social_widget_ul .medium_ico:before {
  content: "\e06d";
}

ul.mks_social_widget_ul .meetup_ico:before {
  content: "\e03c";
}

ul.mks_social_widget_ul .mixcloud_ico:before {
  content: "\e001";
}

ul.mks_social_widget_ul .model-mayhem_ico:before {
  content: "\e000";
}

ul.mks_social_widget_ul .mozilla-persona_ico:before {
  content: "\e008";
}

ul.mks_social_widget_ul .mumble_ico:before {
  content: "\e07e";
}

ul.mks_social_widget_ul .myspace_ico:before {
  content: "\e04c";
}


/* N */

ul.mks_social_widget_ul .newsvine_ico:before {
  content: "\e033";
}


/* O */

ul.mks_social_widget_ul .odnoklassniki_ico:before {
  content: "\e00d";
}

ul.mks_social_widget_ul .openid_ico:before {
  content: "\e06f";
}

ul.mks_social_widget_ul .outlook_ico:before {
  content: "\e010";
}


/* P */

ul.mks_social_widget_ul .patreon_ico:before {
  content: "\e01c";
}

ul.mks_social_widget_ul .paypal_ico:before {
  content: "\e00c";
}

ul.mks_social_widget_ul .periscope_ico:before {
  content: "\e00f";
}

ul.mks_social_widget_ul .pinterest_ico:before {
  content: "\e043";
}

ul.mks_social_widget_ul .playstation_ico:before {
  content: "\e03d";
}

ul.mks_social_widget_ul .play-store_ico:before {
  content: "\e02b";
}

ul.mks_social_widget_ul .pocket_ico:before {
  content: "\e01e";
}


/* Q */

ul.mks_social_widget_ul .qq_ico:before {
  content: "\e03a";
}

ul.mks_social_widget_ul .quora_ico:before {
  content: "\e073";
}


/* R */

ul.mks_social_widget_ul .raidcall_ico:before {
  content: "\e07d";
}

ul.mks_social_widget_ul .ravelry_ico:before {
  content: "\e05f";
}

ul.mks_social_widget_ul .reddit_ico:before {
  content: "\e022";
}

ul.mks_social_widget_ul .renren_ico:before {
  content: "\e031";
}

ul.mks_social_widget_ul .resident-advisor_ico:before {
  content: "\e066";
}

ul.mks_social_widget_ul .rss_ico:before {
  content: "\e00b";
}


/* S */

ul.mks_social_widget_ul .sharethis_ico:before {
  content: "\e069";
}

ul.mks_social_widget_ul .skype_ico:before {
  content: "\e046";
}

ul.mks_social_widget_ul .slideshare_ico:before {
  content: "\e017";
}

ul.mks_social_widget_ul .smugmug_ico:before {
  content: "\e05e";
}

ul.mks_social_widget_ul .snapchat_ico:before {
  content: "\e03f";
}

ul.mks_social_widget_ul .soundcloud_ico:before {
  content: "\e04d";
}

ul.mks_social_widget_ul .spotify_ico:before {
  content: "\e04e";
}

ul.mks_social_widget_ul .stackexchange_ico:before {
  content: "\e077";
}

ul.mks_social_widget_ul .stackoverflow_ico:before {
  content: "\e007";
}

ul.mks_social_widget_ul .stayfriends_ico:before {
  content: "\e065 ";
}

ul.mks_social_widget_ul .steam_ico:before {
  content: "\e037";
}

ul.mks_social_widget_ul .storehouse_ico:before {
  content: "\e01d";
}

ul.mks_social_widget_ul .stumbleupon_ico:before {
  content: "\e024";
}

ul.mks_social_widget_ul .swarm_ico:before {
  content: "\e003";
}


/* T */

ul.mks_social_widget_ul .teamspeak_ico:before {
  content: "\e079";
}

ul.mks_social_widget_ul .teamviewer_ico:before {
  content: "\e07a";
}

ul.mks_social_widget_ul .technorati_ico:before {
  content: "\e021";
}

ul.mks_social_widget_ul .telegram_ico:before {
  content: "\e06e";
}

ul.mks_social_widget_ul .tripadvisor_ico:before {
  content: "\e012";
}

ul.mks_social_widget_ul .tripit_ico:before {
  content: "\e015";
}

ul.mks_social_widget_ul .triplej_ico:before {
  content: "\e009";
}

ul.mks_social_widget_ul .tumblr_ico:before {
  content: "\e059";
}

ul.mks_social_widget_ul .twitch_ico:before {
  content: "\e05a";
}

ul.mks_social_widget_ul .twitter_ico:before {
  content: "\e040";
}


/* U */


/* V */

ul.mks_social_widget_ul .ventrilo_ico:before {
  content: "\e07b";
}

ul.mks_social_widget_ul .viadeo_ico:before {
  content: "\e04a";
}

ul.mks_social_widget_ul .vimeo_ico:before {
  content: "\e052";
}

ul.mks_social_widget_ul .vine_ico:before {
  content: "\e054";
}

ul.mks_social_widget_ul .viber_ico:before {
  content: "\e071";
}

ul.mks_social_widget_ul .vk_ico:before {
  content: "\e01a";
}


/* W */

ul.mks_social_widget_ul .weibo_ico:before {
  content: "\e060";
}

ul.mks_social_widget_ul .whatsapp_ico:before {
  content: "\e01b";
}

ul.mks_social_widget_ul .wikipedia_ico:before {
  content: "\e02d";
}

ul.mks_social_widget_ul .windows_ico:before {
  content: "\e039";
}

ul.mks_social_widget_ul .wordpress_ico:before {
  content: "\e058";
}

ul.mks_social_widget_ul .wykop_ico:before {
  content: "\e078";
}


/* X */

ul.mks_social_widget_ul .xbox_ico:before {
  content: "\e038";
}

ul.mks_social_widget_ul .xing_ico:before {
  content: "\e04b";
}


/* Y */

ul.mks_social_widget_ul .yahoo_ico:before {
  content: "\e045";
}

ul.mks_social_widget_ul .yammer_ico:before {
  content: "\e005";
}

ul.mks_social_widget_ul .yandex_ico:before {
  content: "\e068";
}

ul.mks_social_widget_ul .yelp_ico:before {
  content: "\e047";
}

ul.mks_social_widget_ul .younow_ico:before {
  content: "\e07c";
}

ul.mks_social_widget_ul .youtube_ico:before {
  content: "\e051";
}


/* Z */

ul.mks_social_widget_ul .zerply_ico:before {
  content: "\e02c";
}

ul.mks_social_widget_ul .zomato_ico:before {
  content: "\e072";
}

ul.mks_social_widget_ul .zynga_ico:before {
  content: "\e036";
}

.custom-sidebar-categories ul{
  padding: 0;
  display: inline-block;
  width: 100%;
  margin: 0;
  list-style: none;
}
.custom-sidebar-categories ul li{
  padding: 0;
  border: none;
  margin-bottom: 0;
  position: relative;
}
.custom-sidebar-categories ul li a{
  color: #272d35;
  padding: 0 0 0 20px;
  display: block;
  position: relative;
  line-height: 42px;
}
.custom-sidebar-categories ul li:hover a{
  color: #fff;
  text-decoration: none;
}
.custom-sidebar-categories ul li:hover:before{
  width: 100%;
}
.custom-sidebar-categories span.filter-link-count {
  display: none;
}

.custom-sidebar-categories ul li:before{
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #00b246;
}
.vce_video_widget .video-widget-inside {
  padding: 0;
}
.custom-sidebar-widget embed, .custom-sidebar-widget iframe, .custom-sidebar-widget object {
  vertical-align: middle;
}

embed, iframe, object {
  max-width: 100%;
}
.mks_button {
  font-weight: 600;
  font-size: 14px !important;
  line-height: 22px !important;
}
.widget.vce_video_widget p {
  padding: 10px 20px 20px 20px;
  margin-bottom: 0px;
}
a.mks_button {
  display: inline-block;
  text-decoration: none;
  background: #ffa226;
  line-height: 18px;
  position: relative;
  margin: 0 10px 10px 0;
  color: #FFF;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 1s ease 0s;
  -webkit-transition: background 1s ease 0s;
  -moz-transition: background 1s ease 0s;
  -o-transition: background 1s ease 0s;
}
a.mks_button, .mks_button.rounded, .mks_ico.rounded, .mks_pullquote {
  border-radius: 4px;
}

a.mks_button.mks_button_small {
  padding: 5px 10px;
  min-width: 100px;
  text-align: center;

}
a.mks_button:hover {
  cursor: pointer;
  text-decoration: none;
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.1)));
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
  background-image: linear-gradient(to right, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=1 );
}

.custom-sidebar-widget p {
  padding: 0;
  margin-bottom: 10px;
}
.custom-sidebar-form input.hs-button.primary.large {
  margin: 0 0 10px;
}

.custom-sticky-sidebar{
  position: relative;
}
/* 
.custom-sticky-sidebar > div{
position: sticky;
position: -webkit-sticky;
top: 70px;
display: block;
}
*/

/* =============== 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;
  overflow: hidden;
}
.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 {}

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 15px 0 9px;
  margin-bottom: 20px;
}


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


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

/* Form Field */
.hs-form-field {
  margin: 0 0 10px;
}

/* 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 {
  width: 100%;
  max-width: 500px; 	
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  display: block;
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(0,0,0,0.1);
  line-height: normal;
  border-radius: 4px;
  color: #666;
  font-size: 100%;
  padding: 0 20px 0 10px;
  height: 42px;
}

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: 1px solid rgba(0,0,0,0.2);
  outline: none;
  box-shadow: none;
  color: #111;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
  height: auto;
  min-height: 42px;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {
  -webkit-appearance: menulist;
}
select:focus {}

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  white-space: normal;
  -webkit-appearance: none;
  text-decoration: none !important;
  display:inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
  vertical-align: middle;
  max-width: 500px;
  background-position: center center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 5px 10px;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  background-color: #00b246;
  min-width: 140px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.1)));
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
  background-image: linear-gradient(to right, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=1 );
}

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


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

.hs-blog-social-share ul li {
  background: none;
  padding-left: 0;
}
form ul li{
  background: none !important;
  padding-left: 0 !important;
}

.hs-form-required {
  color: #ff0000;
}
.hs-error-msgs.inputs-list{
  margin: 0;
  list-style: none;
  padding: 0;
}

.hs-error-msgs.inputs-list label{
  color: #ff0000;
}
input.hs-input.error{
  border-color: #c87872;
  box-shadow: 0 0 3px rgba(171,41,32,0.25); 
}

input.hs-input.error:focus{
  border-color: #b9554d;
  box-shadow: 0 0 6px rgba(171,41,32,0.5);
}
.hs-search-field input[type="search"]::-webkit-search-decoration,
.hs-search-field input[type="search"]::-webkit-search-cancel-button,
.hs-search-field input[type="search"]::-webkit-search-results-button,
.hs-search-field input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.hs-search-field--open .hs-search-field__suggestions {
  font-family: inherit;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
}
.hs-search-field__suggestions #results-for {
  padding: 5px;
}
.hs-search-field--open .hs-search-field__suggestions li a {
  padding: 5px;
}
.hs-blog-social-share ul li > span {
  vertical-align: top !important;
}
.comment-date {
  text-align: left;
}
ul.mks_social_widget_ul .googleplus_ico {
  background: #dd4b39;
}
ul.mks_social_widget_ul .googleplus_ico:before {
  content: "\e042";
}

#at4-share, #at4-soc {
  top: 23% !important;
}
.hs-blog-post .custom-fixed-header .custom-menu-primary .hs-menu-wrapper > ul > li.blog > a {
  border-left: none;
}
a.at-share-btn.at-svc-print {
  display: none !important;
}
.hs-blog-listing .addthis-smartlayers.addthis-smartlayers-desktop,.hs-blog-listing .at-share-dock {
  display: none !important;
}

.hs-blog-post .hs-for-list {
  display: none !important;
}

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


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
.custom-sidebar-widget input {
  max-width: 100%;
}

.mob-nav-toggle{
  display: none !important;
}
@media (max-width: 1200px) {
  .blog .blog-content {
    max-width: 700px;
    float: left !important;
  }
}
@media (min-width: 1024px) {
  .custom-flyout-menu-wrapper {
    display: none !important;
  }
}

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

@media only screen and (max-width: 1200px) and (min-width: 1024px){
  .container-fluid .row-fluid .page-center {
    max-width: 1000px;
  }
}
@media (max-width: 1023px) {
  .container-fluid .row-fluid .page-center {
    max-width: 90%;
  }
  .blog .blog-content {
    width: 100% !important;
    float: none !important;
    max-width: 100%;
  }
  .blog .blog-sidebar {
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
    max-width: 300px;
    margin: 0 auto !important;
  }
  .custom-logo {
    width: 100% !important;
    text-align: center;
  }
  .custom-menu-primary.js-enabled {
    display: none !important;
  }
  .custom-logo img {
    max-width: 120px;
  }
  .custom-header-group {
    padding-top: 0;
  }
  .custom-logo {
    padding-top: 7px;
    padding-bottom: 16px;
  }
  .mob-nav-toggle{
    display: inline-block !important;
    padding: 10px 0 9px;
    font-size: 32px;
    position: absolute;
    left: 0;
    color: #00b246;
    cursor: pointer;
    top: 0;
  }
  .custom-fixed-header .custom-logo {
    padding-bottom: 9px;
    padding-top: 12px;
  }
  .custom-flyout-menu-wrapper{
    z-index: 999;
    position: fixed;
    top: 0;
    width: 260px !important;
    height: 100%;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    right: auto;
    left: -360px;
    box-shadow: 0 15px 15px 0 rgba(0,0,0,0.4);
    transition: left .2s ease;
    background: #fff;
  }
  .show-mob-nav .custom-flyout-menu-wrapper{
    left: 0;
  }

  .custom-mobile-menu .hs-menu-wrapper {}
  .custom-mobile-menu .hs-menu-wrapper > ul {
    display: block;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 48px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li > a {
    padding: 0 15px;
    text-decoration: none;
    color: #4f596a;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li > a:hover {
    color: #00b246;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li.search {
    display: none !important;
  }
  .custom-flyout-menu-wrapper .custom-header-search {
    opacity: 1;
    position: relative;
    transform: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    width: auto !important;
    padding: 3px 20px;
  }
  .custom-header-search .hs-search-field__input {
    border: 1px solid rgba(0,0,0,0.1) !important;
    height: 42px;
    font-size: 100%;
    line-height: normal;
    font: 400 13.3333px Arial;
    font-size: 14px;
  }
  .custom-header-group {
    left: 0;
    transition: left .2s ease;
    position: relative;
  }
  .body-container-wrapper,.footer-container-wrapper {
    left: 0;
    transition: left .2s ease;
    position: relative;
  }
  .show-mob-nav .body-container-wrapper,.show-mob-nav .footer-container-wrapper {
    left: 260px;
  }
  .show-mob-nav .custom-header-group {
    left: 260px;
  }
  .custom-fixed-header {
    position: fixed !important;
    z-index: 150;

  }

}

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

@media (max-width: 767px) {
  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 {
    max-width: 100%;
  }
  .custom-post-list-wrapper {
    margin-bottom: 0;
  }
  .blog .section.post-body p img {
    float: none !important;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li {
    width: auto;
    display: inline-block;
  }
  .custom-footer-menu .hs-menu-wrapper > ul {
    display: block;
    text-align: center;
  }
  .custom-copyright p {
    text-align: center;
  }
  .rec-post-entry-meta {
    display: none;
  }
  .rec-post-entry-title a, .rec-post-entry-title a:hover{
    font-size: 18px;
    line-height: 22px;
  }
  .rec-post-header {
    padding: 0 0 10px;
    z-index: 20;
  }
  .rec-post-wrapper {
    margin-bottom: 10px;
  }
  .blog-listing-wrapper .post-listing .post-item {
    margin: 0 0 10px 0;
    width: 100%;
    float: none;
    padding: 0;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 95%;
  }
  .blog-listing-wrapper .post-listing {
    padding: 10px 10px 0 10px;
    margin: 0;
    display: block;
  }
  .blog .blog-sidebar {
    max-width: 100%;
  }
  .blog .blog-content {
    padding: 0;
  }
  .hs-post-header-section h1 {
    font-size: 24px;
    line-height: 30px;
    padding: 0 20px;
  }
  body {
    font-size: 14px;
    line-height: 22px;
  }
  .blog-post-wrapper .post-body {
    padding: 30px 10px;
  }
  .related-post-item {
    margin: 0 0 20px;
    width: 100%;
    padding: 0;
    float: none;
  }
  .main-box-inside {
    padding: 10px 10px 0 10px;
  }
  .related-post-item {
    margin: 0 0 10px;
  }
  .widget-type-blog_comments form h3,.main-box-title {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding: 10px 10px 12px 10px;
  }
  .hs-blog-post .footer-container-wrapper {
    margin-bottom: 52px;
  }
  .custom-logo {
    padding-top: 11px;
    padding-bottom: 16px;
  }
  .custom-sidebar-widget {
    margin: 0 0 10px;
  }
  .blog .blog-sidebar {
    max-width: 100% !important;
  }
  .hs-featured-image-wrapper:hover .hs-featured-image-link img.hs-featured-image {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .related-title {
    font-size: 13px;
    line-height: 17px;
  }
  .rec-post-wrapper {
    padding: 10px;
  }
  .meta-category a {
    font-size: 14px;
}

}  


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

@media (max-width: 479px) {
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
  }

  .checkbox-row span.fakelabel span {
    float: none;
  }
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }
}