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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

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

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



/* 
HS FLEX BOX MODULE FOR 2, 3 OR 4 COLUMNS | DEV BY COHORTMARKETING.COM 
 */

.flex-module-wrapper {
  display: -webkit-flex;
  display: flex; 
  height: auto;
}

/*** I-pad portrait and smaller responsive styles ***/
@media all and (max-width: 768px) {
.flex-module-wrapper {
	display: table;
}

.flex-col img {
	float: left;
	padding: 0 15px 4px 0;
}
}
/*END RESPONSIVE */

.flex-col {
  height: auto;
  margin-bottom: 30px;
}

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: #231d1c;;
}

body {
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.8;
    background-color: #231d1c;
    color: #fff;
}


@media (min-width: 1200px) {
    .header-container-wrapper,
    .body-container-wrapper,
    .footer-container-wrapper {
        max-width: 1920px;
        background-color: #fff;
        margin: 0 auto;
    } 
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
  font-weight: 200;
  color: #85bb24;
  text-decoration: none;
}

h1, .heading-1 {
	font-size: 30px;
	text-transform: uppercase;	
  line-height: 1.4;
  margin: 0 0 24px 0;
}

.hero h1 {
  font-size: 36px;
}

h2, .heading-2 {
  font-size: 24px;
	text-transform: uppercase;	
	color: #85bb24 !important;
  margin: 0 0 32px 0;
}

h3,
.heading-3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 32px 0;
  	color: #85bb24;
  	line-height: 1.2;
}

.blog h3,
.blog .heading-3 {
  color: #231d1c;
}

body.hs-blog-listing h3 a,
body.hs-blog-listing .heading-3 a {
  color: #231d1c;
}

h4,
.heading-4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}

h1 > a, .heading-1 > a,
h2 > a, .heading-2 > a,
h3 > a, .heading-3 > a,
h4 > a, .heading-4 > a{
    text-decoration: none;
}

p {
    margin: 0 0 10px;
}

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
    margin-bottom: 30px;
}

strong, b {
    font-weight: 400;
}

a {
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}

a, a:link, a:visited, a:focus, a:hover, a:active{
  color: #85bb24;
  font-weight: 300;
}

.color-green {
    color: #85bb24 !important;
}

ul>li>i,
ul>li>a>i {
    margin-right: 4px;
}

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

input, textarea {
    background-color: rgba(255, 255, 255, 0.1);
    border: 0;
    padding: 10px !important;
    min-height: 37px;
}

input:focus, textarea:focus {
    box-shadow: none;
    outline: 0;
    background-color: rgba(255, 255, 255, 0.15);
}

.body-container-wrapper {
    padding-left: 0;
    padding-right: 0;
    transition: all 0.3s ease 0s;
}

.section-fluid {
    padding: 80px 15px;
    transition: all 0.3s ease 0s;
    margin-right: auto;
    margin-left: auto;
}


.header-container-wrapper {
    background-color: #85bb24;
  	position: fixed;
    width: 100%;
    z-index: 9;
  	left: 0;
  	right: 0;
}

.header-container {
    height: 45px;
    max-height: 45px;
}

.body-container-wrapper {
    background-color: #2e3736;
}

.footer-container-wrapper {
    background-color: #2e3736;
    padding-left: 0;
    padding-right: 0;
    transition: all 0.3s ease 0s;
}

.widget-type-logo {
    text-align: left;
    max-height: 45px;
    padding: 5px 25px;
    width: 250px;
    overflow: hidden;
}
.widget-type-logo img {
    height: 35px;
    width: 200px;
}


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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
    background:transparent;
    display:block;
    float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color:#2e3736;
    transition: all 0.2s ease-in 0s;
    outline: none;
    text-decoration: none !important;
    padding: 13px 15px 0 !important;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a, .custom-menu-primary .hs-menu-wrapper > ul > li.clicked > a, .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    color:#fff;
    background-color: transparent;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #2e3736;
    border-color: #2e3736;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    list-style: outside none none;
    margin-top: 0;
    min-width: 200px;
    padding: 0;
    text-align: left;
    transition: top 0.4s ease 0s;
    display: none;
    float: left;
    font-size: 14px;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.post-header h2 > a {
    text-decoration: none;
    font-size: 40px;
    line-height: 40px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover ul {
    display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    background:transparent;
    line-height: 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #ecf2e1;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    margin: 0;
    padding: 7px 15px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #ecf2e1;
  background-color: rgba(0,0,0,0.1);
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: -58px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: 100%;
    overflow: visible;
    max-width: 170px;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-top: 0px;
  	margin-right: 20px;
}

.fb-like.fb_iframe_widget span {
    vertical-align: baseline !important;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    width: 100%;
    margin-bottom: 20px;
    object-fit: cover;
    object-position: 50% 50%;
  	max-height: 500px;
}

ul.blog-post-info {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
    font-size: 14px;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

ul.blog-post-info li > a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

ul.blog-post-info li > a > span {
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}

ul.blog-post-info li > a:hover > span,
a.topic-link:hover {
    color: white;
}



a.topic-link,
ul.blog-post-info li > i,
ul.blog-post-info li {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

h1.blog-post-title {
    font-size: 26px;
    margin-bottom: 0;
}

blockquote {
    border-left: 5px solid rgba(0,0,0,0.1);
    font-size: 1.3em;
    font-style: normal;
    letter-spacing: -1px;
    margin: 25px 0;
    padding: 0 0 0 25px;
    position: relative;
}

blockquote cite {
    display: block;
    font-size: 0.75em;
    color: #9CA6B4;
}

blockquote p a {
    text-decoration: none;
}

.post-body h2 {
    font-size: 26px;
    font-weight: 300;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a:after {
    display: block;
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0;
    margin: -5px 0 0;
    font-family: FontAwesome;
    font-size: 12px;
    opacity: .3;
    line-height: 1em;
    -webkit-transition: -webkit-transform .2s ease-in;
    -moz-transition: -moz-transform .2s ease-in;
    -ms-transition: -ms-transform .2s ease-in;
    -o-transition: -o-transform .2s ease-in;
    transition: transform .2s ease-in;
}

.custom_listing_comments {
    padding: 15px;
    margin: 20px 0;
    background: #3a4544;
}

.post-item {
    margin-bottom: 60px;
}

.blog-post-item {
    padding: 30px 30px;
    margin-bottom: 60px;
    background-color: #3a4544;
    border-bottom: 5px solid #85bb24;
}

.blog-post-item h3 {
    letter-spacing: 0;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
}

.hs-featured-image {
    max-width: 100%;
}

.tag {
    position: relative;
    display: inline-block;
    margin: 0 6px 3px 0;
}

.tag>span.txt {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.4);
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 8px 9px;
    text-transform: uppercase;
    float: left;
}

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

.hs_cos_wrapper_type_post_listing ul > li {
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0;
}

.hs_cos_wrapper_type_post_listing ul > li > a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

.hs_cos_wrapper_type_post_listing ul > li:hover > a {
    color: #85bb24;
}

.widget-type-post_filter ul {
    list-style-type: none;
    padding: 0;
}

.widget-type-post_filter ul > li {
    font-size: 16px;
    display: inline;
}

.widget-type-post_filter ul > li > a {
    padding: 2px 8px;
    color: rgba(255, 255, 255, 0.4);;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
}

.widget-type-post_filter ul > li:hover > a {
    background: #94d028;  
    border-color: #94d028;
    color: white;
}

a.filter-expand-link {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.2);
}

a.filter-expand-link:hover {
    color: #85bb24;
}

a.hs-button {

	min-width: 200px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 22.5px !important;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.13em;
    background-color: #85bb24;
    color: white;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 2.2;
    border: 1px solid #85bb24;
    font-size: 14px;
    padding: 6px 12px;
  	white-space: normal;
  	height: auto;
}

a.hs-button.bordered {
    border-color: rgba(255, 255, 255, 0.3);
    border-width: 1px;
    border-style: solid;
    background: transparent;
    color: #85bb24;
  	white-space: normal;
  	height: auto;
}

a.hs-button.bordered:hover { 
    background-color: #2e3736;
    color: white;
}

input.hs-button.primary {
    margin-top: 20px;
    background-color: #85bb24;
    color: white;
    border-radius: 10em;
    padding: 10px 28px !important;
    border-color: #85bb24;
    border-width: 1px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    border: 1px solid #85bb24;
  	white-space: normal;
  	height: auto;
}

input.hs-button.primary:hover {
    cursor: pointer;
}

input.hs-button.primary.large {
    width: 100%;
}

input.hs-button.primary.large:hover {
    cursor: pointer;
    background: #94d028;
  	border-color: #94d028;
}

input[type="checkbox" i] {
    margin-right: 8px;
}

.divider {
    margin: 40px 0;
    position: relative;
    display: block;
    min-height: 20px;
}

.divider:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    height: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.hs-blog-social-share {
    height: auto;
}

.replying {
    padding-left: 0 !important;
}

.comment {
    margin: 10px 0 30px 0;
}

.comment.depth-0 {
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.comment-date {
    color: white !important;
    font-size: 18px !important;
    margin-left: 10px;
}

.comment-reply-to {
    color: rgba(255, 255, 255, 0.4) !important;
    background: none !important;
    padding-left: 0 !important;
    font-family: "Roboto",sans-serif;
}

.comment-reply-to:hover {
    cursor: pointer;
}

.comment-reply-to:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f112";
    margin-right: 12px;
}

.hs-form-field {
    margin-bottom: 12px;
}

.hs-error-msgs > li {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
}

/* Teaser */
.teaser {
    height: 320px;
    overflow: hidden;
    position: relative;
    top: -1px;
}

.teaser::after {
    content: '';
    background: url('https://hub.medialis.net/hubfs/medialis.net/svg/schraege-darkgray.svg') no-repeat center bottom;
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: -1px;
}

.teaser.white::after {
    background: url('https://hub.medialis.net/hubfs/medialis.net/svg/schraege-white.svg') no-repeat center bottom;
}

.teaser .heading {
    margin-top: 80px;
}

.teaser .heading, 
.teaser .subheading {
    margin-left: calc(5% + 15px) !important;
    margin-right: calc(5% + 15px);
}

.teaser .heading h1 {
    padding: 5px 10px;
    font-size: 23px;
    font-weight: 300;
    margin: 0 0 10px;
    display: inline-block;
    background-color: rgb(46, 55, 54);
  	line-height: 1.5;
}

.teaser .subheading h3 {
		background-color: rgba(133,187,36,0.85);
    color: rgba(255,255,255,0.7);
    display: inline-block;
    padding: 5px 20px;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
  	text-transform: none;
}

/* Forms */


.hs_cos_wrapper_type_form {
  background-color: rgba(0,0,0,0.3);
  padding: 30px 30px;
  display: block;
}

.hs-form .inputs-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 10px;
}
.hs-form .inputs-list label {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  min-height: 20px;
  margin-bottom: 0;
}
.hs-form label {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #85bb24;
  margin-bottom: 0;
}
.hs-form select.hs-input,
.hs-form input.hs-input,
.hs-form textarea.hs-input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 4px 0 !important;
  margin-bottom: 30px;
  color: #ffffff;
  display: relative;
  box-shadow: none;
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 200;
  font-family: inherit;
  line-height: 1.42857143;
}
.hs-form select.hs-input:hover,
.hs-form input.hs-input:hover,
.hs-form textarea.hs-input:hover,
.hs-form select.hs-input:focus,
.hs-form input.hs-input:focus,
.hs-form textarea.hs-input:focus {
  border-bottom: 1px solid #85bb24;
}
.hs-form select.hs-input.invalid.error,
.hs-form input.hs-input.invalid.error,
.hs-form textarea.hs-input.invalid.error {
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #f22e2e !important;
  margin-bottom: 5px;
}
.hs-form input.hs-input[type="checkbox"],
.hs-form input.hs-input[type="radio"] {
  width: auto;
  display: initial;
  margin: 6px 0 0 -20px;
  position: absolute;
  min-height: auto;
}
.hs-form select.hs-input option {
  color: #333333;
}
.hs-form .hs-error-msgs.inputs-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.hs-form .hs-error-msgs.inputs-list li label {
  color: #f22e2e;
  margin-bottom: 0;
}
.hs-form .legal-consent-container .hs-richtext {
  font-size: 12px;
}
.hs-form .legal-consent-container .hs-richtext p {
  margin-bottom: 0;
}
.hs-form legend {
  font-size: 16px;
  margin-bottom: 20px;
  border-bottom: 0;
}
.form-columns-1,
.form-columns-2 {
  max-width: 100% !important;
}

.form-columns-1 input[type="text"].hs-input,
.form-columns-1 input[type="email"].hs-input,
.form-columns-1 input[type="tel"].hs-input,
.form-columns-1 select.hs-input,
.form-columns-1 textarea.hs-input {
  width: 100% !important;
}

.hs-form .hs-button {
  border-radius: 22.5px;
  padding-left: 28px;
  padding-right: 28px;
  min-width: 200px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  margin-bottom: 30px;
  font-size: 14px;
  transition: all 0.3s ease;
  white-space: normal;
  height: auto;
}
.hs-form .hs-button.primary {
  background-color: #85bb24;
  border: 1px solid #85bb24;
  color: #ffffff;
}
.hs-form .hs-button.primary.large {
  font-size: 16px;
}
.hs-form .hs-button.primary:hover,
.hs-form .hs-button.primary:focus {
  background-color: #94d028;
  border-color: #94d028;
  color: #ffffff;
}
.hs-form .hs_recaptcha,
.hs-form .hs-recaptcha {
  margin-bottom: 30px;
}
.bg-color-white .hbspt-form label,
.alternate .hbspt-form label {
  color: #85bb24;
}
.bg-color-white .hbspt-form select.hs-input,
.alternate .hbspt-form select.hs-input,
.bg-color-white .hbspt-form input.hs-input,
.alternate .hbspt-form input.hs-input,
.bg-color-white .hbspt-form textarea.hs-input,
.alternate .hbspt-form textarea.hs-input {
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  color: #333333;
}
.bg-color-white .hbspt-form select.hs-input:hover,
.alternate .hbspt-form select.hs-input:hover,
.bg-color-white .hbspt-form input.hs-input:hover,
.alternate .hbspt-form input.hs-input:hover,
.bg-color-white .hbspt-form textarea.hs-input:hover,
.alternate .hbspt-form textarea.hs-input:hover,
.bg-color-white .hbspt-form select.hs-input:focus,
.alternate .hbspt-form select.hs-input:focus,
.bg-color-white .hbspt-form input.hs-input:focus,
.alternate .hbspt-form input.hs-input:focus,
.bg-color-white .hbspt-form textarea.hs-input:focus,
.alternate .hbspt-form textarea.hs-input:focus {
  border-bottom: 1px solid #85bb24;
}

.legal-consent-container {
  margin-top: 40px;
}

.legal-consent-container .hs-field-desc.checkbox-desc p {
  font-size: 12px;
  margin-bottom: 10px;
}

#hubspot-topic_data {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
}

#footer {
    background: #3a4544;
    font-size: 16px;
    color: rgba(255,255,255,0.6);
}

#footer .section-fluid {
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: transparent;
}

#footer .divider {
    margin: 0 0;
}

#footer ul {
    margin-bottom: 0;
    margin-top: 0;
}

#footer address {
    background: none;
    margin: 0;
    text-align: center;
    font-style: normal;
}

#footer .copyright {
    background-color: rgba(0,0,0,0.2);
    font-size: 13px;
    display: block;
  	padding: 8px 0;
    text-shadow: none;
    font-size: 16px;
}

#footer .copyright .menu {
  margin-top: 12px;
}

#footer .copyright .socialbar {
	position: relative;
  top: 7px;
}

#footer .opacity-60 {
    transition: opacity 0.4s;
}

#footer .opacity-60:hover {
    opacity: 1;
}

#footer a.social-icon.social-icon-transparent i {
    color: rgba(255,255,255,0.6);
}

.footer-container {
    background: #3a4544;
}

a.med-btn-default {
  border: 1px solid rgba(255,255,255,0.3);
  background: transparent;
  line-height: 26px;
  border-radius: 22.5px !important;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 14px;
  text-shadow: none;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
  color: #85bb24;
  text-decoration: none;
  padding: 6px 25px;
  transition: all .300s;
  white-space: normal;
  height: auto;
}

a.med-btn-default:hover {
  color: #fff;
}

a.med-btn-primary {
  border: 1px solid #85bb24;
  background: #85bb24;
  line-height: 26px;
  border-radius: 22.5px !important;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 14px;
  text-shadow: none;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  padding: 6px 25px;
  transition: all .300s;
  white-space: normal;
  height: auto;
}

a.med-btn-primary:hover {
  background-color: #94d028;
  color: #fff;
}

.well {
  background-color: rgba(0,0,0,0.3);
  padding: 30px;
}

@media (min-width: 480px) {
	.hero h1 {
    	font-size: 45px;
		}
  .teaser .heading,
  .teaser .subheading {
    width: calc(450px - 10%);
  }
}

@media (min-width: 767px) {
    .section-fluid {
        padding-left: calc(3% + 15px);
        padding-right: calc(3% + 15px);
    }
  	h1, .heading-1 {
      font-size: 36px;
    }
    h2, .heading-2 {
      font-size: 27px;
    }
    h3, .heading-3 {
      font-size: 20px;
    }
  	.hero h1 {
    	font-size: 50px;
		}
    .post-header h2 { line-height: 1.4 }
    .post-header h2  > a {
      font-size: 26px;
    }
  	.teaser {
  		height: 600px;
  	}
    .teaser::after {
      height: 300px;
    }
  
  	.teaser .heading {
        top: 30%;
      	margin-top: 100px;
    }
    .teaser .heading,
  	.teaser .subheading {
          margin-left: calc(5% + 15px) !important;
          margin-right: calc(5% + 15px);
     			width: calc(737px - 10%);
      }
      .teaser .subheading {
        
    }
  	.teaser .heading h1 {
        font-size: 30px;
      	padding: 5px 20px;
    }
    .teaser .subheading h3 {
          font-size: 20px;
          padding: 5px 20px;
    }
}

@media (max-width: 767px) {
    #footer .row-number-3 .row-fluid .span2 {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    #footer .row-number-3 .row-fluid .span2:first-child,
    #footer .row-number-3 .row-fluid .span2:last-child{
      display: none;
    }
    #footer .row-number-5 .row-fluid img {
      max-width: 250px;
    }

}

@media (min-width: 992px) {
    h1, .heading-1 {
      font-size: 40px;
    }
    h2, .heading-2 {
      font-size: 30px;
    }
    h3, .heading-3 {
      font-size: 24px;
    }
    .hero h1 {
    	font-size: 40px;
		}
  	.section-fluid {
        padding-left: calc(5% + 15px);
        padding-right: calc(5% + 15px);
    }
  	.teaser {
  		height: 800px;
  	}
 		.teaser .heading h1 {
        font-size: 40px;
    }
  	.teaser .heading {
    	margin-top: 150px;
  	}
    .teaser .heading,
    .teaser .subheading {
        margin-left: calc(5% + 15px)  !important;
        margin-right: calc(5% + 15px);
      	width: calc(962px - 10%);
    }
  	.teaser .subheading h3 {
    	font-size: 26px;
  	}
}

@media (min-width: 1200px) {
  	.section-fluid.blog {
        padding-left: calc(15% + 15px);
    		padding-right: calc(15% + 15px);
    }
  	.blog-sidebar {
   			padding-left: 30px;
  	}
    .teaser .heading,
    .teaser .subheading {
      width: calc(1170px - 10%);
    }
}

@media (min-width: 1600px) {
  	.section-fluid.blog {
        padding-left: calc(20% + 15px);
    		padding-right: calc(20% + 15px);
    }
  .blog-sidebar {
    padding-left: 50px;
  }
  .hero h1 {
    	font-size: 56px;
		}
  .teaser .heading h1 {
    font-size: 56px;
  }
  .teaser .heading,
  .teaser .subheading {
  	width: calc(1570px - 10%);
  }
  
}

@media (min-width: 1920px) {
  .teaser .heading,
  .teaser .subheading {
  	width: calc(1890px - 10%);
  }
}	

/*****************************************/

				  /* Blog Anpassungen  */

/*****************************************/


.reitz-blog-list a {
font-size: 50px;}

body.hs-blog-listing,
body.hs-blog-post {
  color: #231d1c;
}

body.hs-blog-listing a:hover,
body.hs-blog-post a:hover {
  color: #94d028;
}

body.hs-blog-listing .body-container-wrapper,
body.hs-blog-post .body-container-wrapper {
  background-color: white;
}

.color-green.heading h1 {
  line-height: 1.8;
}

.blog-pagination > a {
  display: block;
}

body.hs-blog-listing input,
body.hs-blog-post input,
body.hs-blog-listing textarea,
body.hs-blog-post textarea {
  min-height: auto;
}

body.hs-blog-listing img,
body.hs-blog-post img {
  height: auto;
}

a.more-link.hs-button:hover {
  color: white;
  background-color: #94d028;
  border-color: #94d028;
}

.custom_listing_comments {
	background: #f4f4f4;
}

.blog .hs_cos_wrapper_type_post_listing ul > li > a {
  color: #231d1c;
}

.blog .hs_cos_wrapper_type_post_listing ul > li:hover > a {
  color: #85bb24;
}

.hs_cos_wrapper_type_post_listing ul > li {
  padding: 0 0 7px;
  margin: 0 0 7px;
}

.blog .hs_cos_wrapper_type_post_listing ul > li {
  border-bottom: 1px solid #ccc;
}

.hs_cos_wrapper_type_post_listing ul > li:last-child {
  border-bottom: 0;
}

.hs_cos_wrapper_type_post_listing ul {
  padding-left: 0;
  list-style-type: none;
}

.widget-type-post_filter ul > li > a {
  background: #85bb24;
  color: white;
}

.custom_listing_comments {
  background: white;
  margin: 20px 0 0;
}

.hubspot-editable {
  margin-bottom: 20px;
}

#hubspot-topic_data {
	color: #231d1c;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  padding: 50px 0;
}

a.topic-link, ul.blog-post-info li > i, ul.blog-post-info li {
  color: #85bb24;
  text-decoration: underline
}

ul.blog-post-info li > a:hover > span, a.topic-link:hover {
  color: #94d028;
}

.blog h2,
.blog .heading-2 {
  margin-top: 0;
}

.blog input,
.blog textarea {
 	background-color: rgba(0, 0, 0, 0.1);
}

.hs-error-msgs > li {
  color: red;
}

a.filter-expand-link {
  color: #85bb24;
}

body .leadinModal-362482 .leadin-preview-wrapper {
	padding: 1.5em 1.5em !important;
}
  
body .leadinModal-362482 .leadin-button-primary,
body .leadinModal-362482 .leadin-button-secondary {
	background-color: #85bb24 !important;
  color: white !important;
  -webkit-transition: all .300s;
  -moz-transition: all .300s;
  -o-transition: all .300s;
  transition: all .300s;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  line-height: 1.5;
}

body .leadinModal-362482 .leadin-button-primary:hover,
body .leadinModal-362482 .leadin-button-secondary:hover {
  color: white !important;
  background-color: #94d028 !important;
}

body .leadinModal-362482 .leadinModal-content {
  border-top-color: #85bb24 !important;
}

body .leadinModal-362482 input {
  background: white;
}

.leadinModal .leadin-button {
    -webkit-border-radius: 1.5em !important;
    -moz-border-radius: 1.5em !important;
    -ms-border-radius: 1.5em !important;
    -o-border-radius: 1.5em !important;
    border-radius: 1.5em !important;
}

.seminar {
  padding: 15px;
  margin-bottom: 30px;
}
.seminar h3 {
  color: #3a4544;
  font-weight: 400;
  margin-top: 8px;
}

.seminar p.date {
    font-weight: 400;
    font-size: 20px;
}

.seminar.seminar1 { border: 1px solid #87bc26; }
.seminar.seminar2 { border: 1px solid #d3e056; }
.seminar.seminar3 { border: 1px solid #ffc928; }
.seminar.seminar4 { border: 1px solid #ffaa00; }

.seminar.seminar1 h3 {color: #87bc26;}
.seminar.seminar2 h3 {color: #d3e056;}
.seminar.seminar3 h3 {color: #ffc928;}
.seminar.seminar4 h3 {color: #ffaa00;}

.hs-button.large.primary {
   -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
  }

.med-featured-snippet {
	padding: 30px;
  background: #f2f2f2;
  margin-bottom: 30px;
}

.med-featured-snippet h2,
.med-featured-snippet h3,
.med-featured-snippet h4,
.med-featured-snippet h5,
.med-featured-snippet h6 {
	background: #fff;
  border: 1px solid #85bb24;
  padding: 20px;
  text-align: center;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.body-white .well {
  background-color: rgba(133,187,36,0.2); 
}
.body-white .seminar-form fieldset:first-of-type {
  background: none;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 17px;  
}

a.med-btn-primary:hover {
  color: #ffffff !important;
}

.reading-minutes {
  margin-bottom: 15px;
}