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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
@import url('//fonts.googleapis.com/css?family=Muli:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("//2679989.fs1.hubspotusercontent-na1.net/hubfs/2679989/AEssense%20Corporation%20Nov%202016/Fonts/glyphicons-halflings-regular.eot") format("embedded-opentype"),
    url("//2679989.fs1.hubspotusercontent-na1.net/hubfs/2679989/AEssense%20Corporation%20Nov%202016/Fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("//2679989.fs1.hubspotusercontent-na1.net/hubfs/2679989/AEssense%20Corporation%20Nov%202016/Fonts/glyphicons-halflings-regular.ttf") format("truetype"),
    url("//2679989.fs1.hubspotusercontent-na1.net/hubfs/2679989/AEssense%20Corporation%20Nov%202016/Fonts/glyphicons-halflings-regular.svg") format("svg");
}



/****************************************/
/* 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;
}
/* Images */
img{
    max-width: 100%;
    border: 0;
    height:auto;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}



img.alignRight{
    margin: 0 0 5px 15px;
}

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

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

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    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.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 56.25%;
}
.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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:90%;
    box-sizing: border-box;
}

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

/* 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: 20px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

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

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

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* using these from the current nov design */
/* ==========================================================================

   Index:

  1. BASE STYLES
    - Variables
    - Macros
    - Base
    - Typography

  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer

  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu

  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages

  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons

  6. MISCELLANOUS

  7. MOBILE MEDIA QUERIES

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

/* ===================1. BASE STYLES=========================================== */

/* ==========================================================================
   Variables
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths
 * for your site and assign them to the jinja variables below for easy use
 * and reference.
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  Orig: "Muli, Open Sans, sans-serif" */
                         /*  */
                          /*  */
 /*  Orig: "Helvetica, Arial, Sans-serif" */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros
   ========================================================================== */


/**
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.
  * Ignore the jinja comment tags.
  *
  * 
  */








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


/**
 * Box Sizing
 *
 * Applies a natural box layout model to all elements so that width and padding
 * are essentially combined, making responsive styles easier to manage.
 */

*, *: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;
}

/* Website background color and default font styles */
body {
  background: #fff;
  color: #777777;
  font-family: Verdana, Geneva;
  font-size: 14px;
  line-height: 1.42857;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
}

a {
    color: #2eab15;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #2eab15;
    /*font-weight: bold; */
    /*font-weight: normal; */
    /*text-decoration: none; */
    text-decoration: underline;
}

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

/* Corrects width issues in table elements created isiia the wysiwyg editor */
table tr td img {
   max-width: initial;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    border-bottom:none;
    border-left:none;
    border-right:none;
}

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

/* Basic text */
p {
    font-family: "Verdana, Geneva";
    /* font-family: "Muli",sans-serif; */
/*
    font-size: 16px;
    line-height: 27px;
    margin: 0 0 20px;
*/
}

small {}

b, strong {
  font-weight: bold;
}

em {}

cite {}

code {}

pre {
    white-space: normal !important;
}
img {
  vertical-align: middle;
}
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 {
  color: black;
    font-family: "Verdana, Geneva";
    /* font-weight: lighter; */
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
    /* line-height: 1.1; */
    line-height: 1.25;
}
h1, h2, h3 {
  margin-bottom: 20px;
  margin-top: 20px;
}

h4, h5, h6{
  margin-bottom: 10px;
  margin-top: 10px;
}

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

/*

h1 {
    font-size: 36px;
    margin-top:0;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

*/

/* =====Lists ======*/

.body-container-wrapper ul{
  margin: 0 0 10px 0;
  padding: 0 0 0 40px;
}
.body-container-wrapper ul ul{
    margin: 0;
}

.body-container-wrapper ul li{}

.body-container-wrapper ol{
  margin: 0 0 10px 0;
    padding: 0 0 0 40px;
}

.body-container-wrapper ol li{}

ul, ol {}

ul ul, ul ol, ol ol, ol ul {}

li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}

blockquote p {}

blockquote small {}

blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}


/* ==================2. 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.smaller {
    min-height:51px !important;
}

.header-container {
/*     margin-top: 10px;
    margin-left: 30px; */
    background: #ffffff;
    padding-top: 10px;
    padding-left: 30px;
}

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


.custom-header{
    background: #ffffff;
    position: relative;
    width: 100% !important;
}

.custom-header-follow-me {
    padding-right: 30px;
}



.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > a .fa-angle-down {
  margin-left: 5px;
}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}

.header-container .hs_cos_wrapper_type_logo a {}

.header-container .hs_cos_wrapper_type_logo a img {}

.header-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget{
  display: block;
}

.custom-logo {
  padding: 10px 15px 0;
}

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


.body-container-wrapper {}

.body-container {}

.body-container-wrapper .page-center.content-wrapper{
    padding-bottom: 60px;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget{
  display: block;
}

/* ==================Gallery====================================== */

.custom-home-gallery .slick-slide-inner-wrapper {
    width:10%;
}

.custom-home-page-gallery .slick-slider{
  padding: 0 !important;
  margin-bottom: 0;
}

.custom-home-page-gallery .slick-slide-inner-wrapper {
    width:100%;
}

.custom-home-page-gallery .caption{
    position: absolute;
    right: 15%;
    bottom: 100px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    top: 20%;
}


.custom-home-page-gallery .caption h1 {
    margin: 0 0 0px 0;
    padding: 5px 10px 10px 10px;
/*    font-size: 58px;
    font-family: 'Segoe UI','Open Sans', sans-serif;
    font-weight: 300;
    */
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    line-height: 1.4em;
    background: rgba(0,0,0,0.6);
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -ms-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
}
.mac .custom-home-page-gallery .caption h1{
    font-weight:400;
}
.custom-home-page-gallery .caption ul{
    list-style:none;
    padding:0;
    margin:0 0 10px;
}
.custom-home-page-gallery .caption li {
    font-size: 1.35vw;
    background: #009347;
    color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    font-weight: 600;
    /* font-family: 'Muli','Open Sans', sans-serif; */
    font-family: "Verdana, Geneva";
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.2;
    padding-top: 6px;
    padding-bottom: 6px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
.custom-home-page-gallery .caption a {
    font-size: 36px;
    font-weight: bold;
    /* font-family: 'Muli','Open Sans', sans-serif; */
    font-family: "Verdana, Geneva";
    color: #fff;
    /*color: #009347; */
    display: inline-block;
    transition: all 0.4s ease;
    padding: 35px;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    margin-bottom: 20px;
    border-radius: 25px;
    text-shadow: none;
    /*border: 2px solid #009347; */
    background-size: 100% 200%;
    /*background-color: rgba(0,147,71,0.5); */
    background-image: linear-gradient(to bottom, #009347 !important 50%, #fff 50%);
}

.custom-home-page-gallery .second-line{
    font-size: 24px;
    font-weight: lighter;
    /* font-family: 'Muli','Open Sans', sans-serif; */
    font-family: "Verdana, Geneva";
}

.custom-home-page-gallery .caption a:link{
    /*background-color: rgba(0,255,0,0.3); -- green*/
    background-color: rgba(0,0,0,.5);
    border-radius: 25px;
}
/*
.custom-home-page-gallery .caption a:hover{
    background-position: 0 -100%;
    color: #009347;
    background-color: #F6F6F6;
}
*/

.custom-home-page-gallery .slick-dots{
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.custom-home-page-gallery .slick-dots li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 1px 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.custom-home-page-gallery .slick-dots li button::before {
  font-size: 0;
  height:13px;
  left: 0;
  width:13px;
}
.custom-home-page-gallery li.slick-active {
        background-color: #fff;
        margin: 1px;
        position: relative;
        bottom: -1px;
}

.custom-home-page-gallery .slick-prev{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
    height:98.5%;
    z-index: 99;
    margin:0;
}
.custom-home-page-gallery .slick-next {
    right: 0;
    margin:0;
    left: auto;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
    background-repeat: repeat-x;
    position: absolute;
    height:98.5%;
    top: 0;
    bottom: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.custom-home-page-gallery .slick-next:hover,
.custom-home-page-gallery .slick-next:focus,
.custom-home-page-gallery .slick-prev:hover,
.custom-home-page-gallery .slick-prev:focus{
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: none;
    opacity: .9;
}
.custom-home-page-gallery .slick-next:hover:before,
.custom-home-page-gallery .slick-next:focus:before,
.custom-home-page-gallery .slick-prev:hover:before,
.custom-home-page-gallery .slick-prev:focus:before{
    opacity:1;
}
.custom-home-page-gallery .slick-next:before,
.custom-home-page-gallery .slick-prev:before{
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size:30px;
    z-index: 9999999;
    color:#fff;
}
.custom-home-page-gallery .slick-next:before{
    content: "";
}
.custom-home-page-gallery .slick-prev:before{
    content: "\e079";
}


.custom-callouts {
    padding-left: 5px;
    padding-right: 5px;
}


.custom-callouts img {
    text-decoration: underline;
}

.custom-callouts a {
  padding: 2px;
}

@media screen and (max-width:518px) {
  .custom-callouts a {
      padding: 10px;
      display: flex;
      justify-content: center;
  }
}

/*
.custom-homepage-callouts {
    padding-left: 10px;
    padding-right: 10px;
}
*/

.custom-homepage-callouts {
    display: flex !important;
    justify-content: center;
}
.custom-homepage-callouts img:hover {
    text-decoration: underline;
    border-bottom-width: 15px solid green;
}

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


.footer-container-wrapper {}

.footer-container {
    color:#3D3D3D;
}

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




.custom-footer-bottom {
      background: #3D3D3D;
}

.custom-footer-left-content {
    padding: 30px;
    border-radius: 15px;
}

.custom-footer-right-content {
    padding: 30px;
}


.custom-footer-address p{
    font-family: 'Muli';
    color: #c8c8c8;
    font-size: 12px;
    font-weight: lighter;
    line-height: inherit;
}

.custom-footer-copyright {
    font-family: 'Muli';
    color: #c8c8c8;
    font-size: 12px;
    font-weight: lighter;
    text-align: right;
}


.custom-footer-menu {
    color: white;
}

.custom-footer-menu-bar {
    background: #04A054;
    text-align: center;
}

/*
.custom-footer-menu .hs-menu-wrapper > ul > li > a{
  color:;
  text-decoration: none;
  font-family: Segoe UI;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  padding: 10px 23px 13px 20px;
  text-transform: uppercase;
}
*/



/* ==============3. MAIN NAVIGATION (Desktop Menu Styling Goes Here) ======================== */

/* =====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;
  padding: 10px 15px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:transparent;
  margin-right: 7px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#000;
  text-decoration: none;
  font-family: 'Muli','Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  padding: 10px 23px 13px 20px;
  text-transform: uppercase;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#fff;
  text-decoration: none;
  background-color: #009347;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper ul li.active-branch a .fa-angle-down{
    color: #009347;
    background-color: #ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch a{
    color: #333;
    text-decoration: none;
    background-color: #ffffff;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    font-size: 13px;
    font-family: 'Muli','Open Sans', sans-serif;
    min-width: 200px;
    text-transform: uppercase;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    background-color: #009347;
    z-index: 99999 !important;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #fff;
    display: block;
    font-family: 'Muli','Open Sans', sans-serif;
    font-weight: normal;
    line-height: 1.42857;
    padding: 8px 32px 7px 10px;
    transition: padding 400ms;
    white-space: nowrap;
    text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a::before {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 10px;
  opacity: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  text-decoration: none;
  background-color: #ffffff;
  color: #000;
  font-family: 'Muli','Open Sans', sans-serif;
  padding: 8px 20px 7px 22px;
  text-decoration: none;
  transition: padding 400ms;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch a::before,
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover::before{
  opacity: 1;
}



/* 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 {
        display:block !important;
    }
}

/* ==========Mobile Menu - Mobile Menu styling goes here=============================== */


/** ====Special Note====
 * When the menu is open, a class of .mobile-open is applied to the body. You can
 * use this for custom styling on any element when the menu is in the open position.
 */

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

@media (max-width: 767px){

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /*
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any
    * additional CSS you want removed from the mobile menu in this reset
    */




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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 30px;          /* Position Button at right of screen  */
    right: 15px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */
    padding: 5px 11px 7px 11px;
    background:#009347; /* Background color */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: transparent;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color:#009347;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color:#009347;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i {
      color: #000;
      display: block;
      margin: 12px 0 0;
      top: 12px;
    }
  .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:#fff; /* 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 */
  }

/* Child Toggle Button
     ========================================================================== */

  .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;
    text-align: center;
  }
  .child-trigger:hover{
    text-decoration: none;
  }



  /* Menu Styles on Mobile Devices
     ========================================================================== */

   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px;
       margin: -25px 0 0 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: 10px;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:transparent; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

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

  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color:#000; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a{
      background-color: #009347;
      color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover .child-trigger i{
      color:#fff;
  }


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

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

  }

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

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

}


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


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

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

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

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


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

.blog .blog-content {}

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

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

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

.hs-blog-header h1 a{}

.blog .body-container-wrapper .page-center.content-wrapper{
    padding-left:0;
    padding-right:0;
    margin-bottom: 30px;
}
.blog .post-item-inner p {
    /* font-family: 'Muli','Open Sans', sans-serif; */
    font-family: "Verdana, Geneva";
    display: inline; 
}

/* Blog Post Title */
.post-header h2,
h2.post-listing-simple {
    font-size: 22px;
    margin-bottom: 8px;
    padding-right: 0px;
    line-height: 1.4;
    margin-top: 0px; 
    transition: all 0.4s ease;
    text-decoration: none;
}
.post-header h2 a,
h2.post-listing-simple a {
    text-decoration: none;
    color: #009347 !important;
}

.post-header h2 a:hover,
h2.post-listing-simple a:hover{
	text-decoration: none;
}
.post-header h1{
    color: #009347;
    font-size: 28px;
    margin-bottom: 10px;
    padding-right: 0px;
    line-height: 35px;
    margin-top: 0px;
    transition: all 0.4s ease;
}
.post-header h1 a{
    color: #009347;
}
/* Blog Author and Avatar */
#hubspot-author_data {
	margin: 0 0 10px;
	padding: 0;
}

#hubspot-author_data a.author-link {}

.hs-author-avatar {}

.hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
	min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 50%;
}
.blog-listing-wrapper .post-listing .post-item .post-item-inner{
    background: #fff;
    border-bottom: 5px solid #009347 ;
    box-shadow: 0 0 6px rgba(0,0,0,.7);
    position: relative;
    margin-bottom: 40px;
    border-radius: 4px;
    margin-top: 10px;
    padding: 10px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
    position: relative;
    padding: 0px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
.hs-featured-image-wrapper:hover img.hs-featured-image {
    -webkit-transform: scale(1.9) rotate(15deg);
    -moz-transform: scale(1.9) rotate(15deg);
    -ms-transform: scale(1.9) rotate(15deg);
}
.hs-featured-image-wrapper .hs-featured-image-link {}

.hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  display: block;
   -webkit-transition: all .45s ease-in;
    -moz-transition: all .45s ease-in;
    -o-transition: all .45s ease-in;
    transition: all .45s ease-in;
}
.hs-featured-image-overlay{
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -80%;
    left: 0;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
.hs-featured-image-wrapper:hover .hs-featured-image-overlay{
    visibility: visible;
    top: 0;
}

.hs-featured-image-overlay-inner {
    position: absolute;
    bottom: -110%;
    left: 0;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.hs-featured-image-wrapper:hover .hs-featured-image-overlay-inner {
    visibility: visible;
    bottom: 40%;
    left: 0;
}
.hs-featured-image-wrapper .hs-featured-image-showcase-icons {
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.hs-featured-image-wrapper .hs-featured-image-showcase-icons a {
    background-color: #009347 !important;
    color: #fff !important;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.hs-featured-image-wrapper .hs-featured-image-showcase-icons a {
    font-size: 1.3em;
    line-height: 1em;
    display: inline-block;
    margin-left: 2px;
    padding: 8px 8px;
    opacity: 1;
    text-decoration: none;
    margin-right: 5px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}
.hs-featured-image-wrapper .hs-featured-image-showcase-icons a i {
    font-size: 1.6em;
    line-height: 40px;
}
.hs-featured-image-wrapper .hs-featured-image-showcase-icons a:hover{
    background-color: #ffffff;
    border: 2px solid #009347;
    color: #009347 !important;
}

/* Read More Link */
a.more-link {
	font-size: 16px;
    color: #fff;
    display: inline-block;
    transition: all 0.4s ease 0s;
    padding: 5px 5px 5px 5px;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    margin-bottom: 20px;
    border: 2px solid #009347;
    background-size: 100% 200%;
    background-color: #009347;
    background-image: linear-gradient(to bottom, #009347 !important 50%, #fff 50%);
}
.post-item-inner a.more-link{
    margin-top:20px;
}
a.more-link i {
    margin-right: 5px;
}
a.more-link:hover {
    background-position: 0 -100%;
    color: #009347 !important;
    background-color: #ffffff;
}
.footer-byline{
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 3px solid #f5f5f5;
}
.footer-byline-thumb_date{
    list-style: none;
    text-align: left;
    padding: 0 !important;
    color: #9b9b9b;
    font-size: 14px;
    margin:0 !important;
}
.footer-byline-thumb_date li {
    display: inline-block;
    color: #555;
    margin-right: 15px;
    margin-bottom: 5px;
}
.footer-byline-thumb_date li i {
    margin-right: 8px;
    font-size: 22px;
    color: #009347;
}
.footer-byline-thumb_date li a {
    color: #555;
}

/* Blog Topics List */

#hubspot-topic_data {
    color: #888888;
    font-weight: bold;
    margin: 4px 0;
}

#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing icons*/

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  height: auto;
}
.hs-blog-social-share-list{
	list-style:none;
	margin:0;
	padding:0;
}
.hs-blog-social-share-list li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.custom_listing_comments{
    border: 1px solid #e2e2e2;
    display: block;
    line-height: 165%;
    padding: 15px;
}
#comments-listing.no-comments {
   border: none;
}

.blog-date-left {
    list-style: none;
    float: left;
    margin:0 0 10px !important;
    padding: 0px !important;
    transition: all 0.4s ease;
}
.blog-date-left li {
    width: 100px;
    height: 100px;
    text-align: center;
    transition: all 0.4s ease;
}
.blog-date-left .post_date {
    background: #009347;
    color: #ffffff;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.blog-date-left .post_date span.date {
    font-size: 68px;
    line-height: 55px;
}
.blog-date-left .post_date h6 {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
}
.blog-date-left .blog_comment {
    border-radius: 0px;
    display: block;
    font-weight: 600;
    /* font-family: 'Muli','Open Sans', sans-serif; */
    font-family: "Verdana, Geneva";
    width: 100px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 0px;
    color: #999999;
    background: #f6f6f6;
}
.blog-date-left .blog_comment i {
    font-size: 68px;
    line-height: 55px;
    transition: all 0.4s ease;
}
.blog-date-left .blog_comment h6 {
    font-size: 16px;
    color: #999999;
    transition: all 0.4s ease;
}
.post-content-wrap {
    padding-left: 20px;
    overflow: hidden;
}
.hs-blog-post .blog-content {
    padding-left: 15px;
    padding-right: 15px;
}
.hs-blog-post .blog-content p{
    /* font-family: 'Muli','Open Sans', sans-serif; */
    font-family: "Verdana, Geneva";
}
.blog-date-left .post_author img {
    height: 100px !important;
    max-width: 100%;
    width: 100px;
    float: left;
    margin-right: 20px;
    margin-bottom: 2px;
}
.blog .sidebar.right .widget-span{
    border-left: 3px solid #009347;
    border-right: 3px solid #009347;
    border-bottom: 3px solid #009347;
    margin-bottom: 30px;
    margin-top: 10px;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0,0,0,.7);
    padding: 0px 20px 15px 20px;
}

.blog .sidebar.right{
    padding-right:15px;
}
.blog .sidebar.right h3{
    background: #009347;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
    text-align: center;
    padding-top: 10px;
    font: normal normal 18px Oswald; 
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    color: #fff;
    padding-bottom: 10px;
    margin-top:0;
}
.blog .sidebar.right ul{
   
}
.blog .sidebar.right ul li{
    display: block;
    /* font-family: 'Muli','Open Sans', sans-serif; */
    font-family: "Verdana, Geneva";
    font-size: 15px;
    transition: all 0.4s ease 0s;
    padding-bottom: 10px;
    padding-top: 0;
    list-style: none;
}

.blog .sidebar.right ul li a {
    position: relative;
    transition: all 0.4s ease;
    display: block;
    /* font-family: 'Muli','Open Sans', sans-serif; */
    font-family: "Verdana, Geneva";
    font-size: 17px;
    line-height: 20px;
    padding-left: 10px;
    color: #6a6a6a;
}
.blog .sidebar.right ul li a:hover{
    color: #009347;
}
.blog .sidebar.right ul li a:before {
    position: absolute;
    font-family: FontAwesome;
    top: 0;
    left: -10px;
    content: "\f105";
}
.blog-date-left .blog_comment:hover i,
.blog-date-left .blog_comment:hover h6 {
    color: #009347 !important;
}
   
   
   
   
   
/* Pagination */
.blog-pagination {}

.blog-pagination a{
	display: block;
}

.blog-pagination .previous-posts-link {}

.blog-pagination .all-posts-link {}

.blog-pagination .next-posts-link {}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}

.hs-author-profile h2.hs-author-name {}

.hs-author-profile .hs-author-bio {}

.hs-author-profile .hs-author-avatar {}

.hs-author-profile .hs-author-avatar img {}

h3.hs-author-listing-header {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}

div.post-listing-simple {}

div.post-listing-simple .post-item {}

h2.post-listing-simple {}

h2.post-listing-simple a {}

/* -------------- Default Code for Author Bio ------------ */

.hs-author-avatar {
 max-width: 70px;
 padding: 10px 10px 10px 0;
}

.hs-author-avatar img {
 height: auto !important;
 max-width: 100%;
 border-radius: 10px;
}
.author-page .hs-author-avatar img {
    border-radius: 0;
}
.author-page .hs-author-avatar {
    max-width: 100%;
    padding: 0;
}
 
.author-page .hs-author-profile{
  padding-left:15px;  
}
.author-page .post-item{
    clear:both;
    min-height: 270px;
}
.author-page .post-item .post-item-inner{
    padding-left:20px;
    overflow:hidden;
}
.author-page .post-item-inner p{
    display:block;
}
.hs_submit{
    text-align: center;
}


/* -------------------- Ends ----------- */

.hs-button.primary.large{
  color:rgb(255, 255, 255); 
  border:2px solid rgb(9,85,31); 
  text-shadow:0px -1px rgb(5,51,18); 
  line-height:1.5em; 
  padding:7px 18px; 
  font-weight:bold; 
  text-align:center; 
  text-decoration:none; 
  font-family:sans-serif; 
  border-radius:999px; 
  background-color:rgb(19,171,62); 
}
}
.form-title{
    text-align: center !important;
    }

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

.blog .blog-sidebar {}

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

.blog .sidebar .hs_cos_wrapper.hs_cos_wrapper_widget{
	display: block;
}

/* ===========MEDIA QUERy For Chrome (if any style varies in chrome then write it here)================ */

@media screen and (-webkit-min-device-pixel-ratio:0){}


/* ===========7. MOBILE MEDIA QUERIES================ */

/*  ========= This media query will effect on screen size upto 1000px including mobile view=========== */

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


@media (min-width: 768px){
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .container-fluid .row-fluid .page-center {
        max-width: 750px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        padding: 10px 23px 13px 20px;
    }
    .custom-home-page-gallery .caption{
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .custom-home-page-gallery .slick-dots {
        bottom: 27px;
    }
    .custom-header-spacer {
        min-height: 53px !important;
    }
}
@media (min-width: 992px){
    .col-md-3 {
        width: 24.9%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        padding: 10px 23px 13px 20px;
    }
    .container-fluid .row-fluid .page-center {
        max-width:970px;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .custom-two-column-equal img {
      min-height: 300px;
    }

}
@media (min-width:1200px){
    .container-fluid .row-fluid .page-center {
        max-width:1170px;
    }
    .custom-home-page-gallery .caption{
        top: 25%;
    }
}

/*  ========= I-Pad Screen ========== */

@media (min-width: 992px) and (max-width: 1400px) {
    .custom-home-page-gallery .slick-slide:nth-child(2) .caption h1,
    .custom-home-page-gallery .slick-slide:nth-child(4) .caption h1{
      font-size: 22px;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {}

@media only screen and (max-width: 992px) and (min-width: 767px){
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 8px;
        padding-right:15px;
        /* font-family: 'Muli','Open Sans', sans-serif; */
        font-family: "Verdana, Geneva";
        font-weight: 600;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin-right:0;
    }
    .custom-logo {
        padding: 15px 15px 0;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a{
        font-weight: 700 !important;
        /* font-family: font-family: 'Muli','Open Sans', sans-serif !important; */
        font-family: "Verdana, Geneva" !important;
    }
    .custom-home-page-gallery .caption a{
        font-size: 1.4em;
        padding: 10px;
    }

    .custom-home-page-gallery .caption{
        top:0;
    }

}


@media only screen and (max-width: 767px) and (min-width: 480px){
    .custom-home-page-gallery .caption a {
        font-size: 1.2em;
        padding: 10px;
    }

    .custom-home-page-gallery .second-line{
        font-size: 1.2em;
        padding: 10px;
    }
    

}


/* phone sizes */
@media only screen and (max-width: 600px) and (min-width: 200px){
    .custom-home-page-gallery .caption a{
        font-size: 0.8em;
    }
    .custom-home-page-gallery .second-line{
        font-size: 0.8em;
    }
    
    .page-header {
        padding: 20px;
    }

    .custom-info-header-background {
      padding: 20px;
    }
    
    .page-center {
         padding: 20px;
    }
    
    .table {
        width: 100%;
    }


}
@media only screen and (max-width:1300px) and (min-width:1200px){
    .custom-menu-primary .hs-menu-wrapper > ul ul{
        left: auto !important;
        right: -10%;
    }
}


/*  ========= Mobile Screen ========= */

@media only screen and (max-width:1200px) and (min-width: 992px) {
    iframe {
      width: 100%;
    }
}

@media (max-width:1100px) {
    .custom-menu-primary .hs-menu-wrapper > ul ul{
        left: auto !important;
        right: -10%;
    }
}

@media (max-width:991px) {
    .custom-copyright, .custom-footer-icons {
      margin-left: 0 !important;
      text-align: center;
      width: 100% !important;
    }
    .author-page .post-item .post-item-inner {
        padding-left: 0;
        overflow: hidden;
        padding-top: 10px;
        padding-right: 15px;
    }
    .blog .sidebar.right{
        padding-left:15px;
    }
    .blog .post-item p a {
        word-wrap: break-word;
    }
    .custom-home-page-gallery .slick-dots{
        display:none !important;
    }
    .hs-contact-us .custom-contact-left-container,
    .hs-contact-us .custom-contact-right-container{
        width:100% !important;
    }
    .custom-two-column-equal h3{
        margin: 10px 0 20px;
    }
    .social {
      float: none;
      margin: 0 0 15px;
      padding: 0;
      text-align: center;
    }
    .custom-copyright p {
      margin-bottom: 15px;
      padding-top: 12px;
    }
    .custom-footer-top-column {
      width: 50% !important;
    }
    .three-col-with-left-right-spacer .custom-spacer,
    .three-col-with-left-right-spacer .main-content{
        width:100% !important;
    }
    .custom-three-col-with-left-icon .col-md-4 {
        clear: both;
    }
    .hs-contact-us input[type="text"],
    .hs-contact-us input[type="password"],
    .hs-contact-us input[type="datetime"],
    .hs-contact-us input[type="datetime-local"],
    .hs-contact-us input[type="date"],
    .hs-contact-us input[type="month"],
    .hs-contact-us input[type="time"],
    .hs-contact-us input[type="week"],
    .hs-contact-us input[type="number"],
    .hs-contact-us input[type="email"],
    .hs-contact-us input[type="url"],
    .hs-contact-us input[type="search"],
    .hs-contact-us input[type="tel"],
    .hs-contact-us input[type="color"],
    .hs-contact-us input[type="file"],
    .hs-contact-us textarea{
        max-width: 100%;
    }
    .hs-contact-us .custom-contact-left-container {
      border-right: medium none;
      padding-right: 0;
    }
    .custom-contact-right-container {
      padding-left: 0;
      padding-top: 20px;
    }
    .blog-date-left{
        float: none;
        display: flex;
    }
    .post-content-wrap {
        padding-left: 0;
        overflow: hidden;
        padding-top: 10px;
    }
    .hs-blog-post .blog-content,
    .blog .sidebar.right{
        width: 100% !important;
        margin-left:0 !important;
    }
}



@media (max-width: 767px) {
    .custom-header {
        padding-bottom: 20px;
    }
    .custom-header-spacer {
        min-height: 19px !important;
    }
    .smaller .custom-header {
        position: relative;
    }
    .blog-listing-wrapper .post-listing .post-item {
        float: none;
        width: 100%;
    }

    .custom-home-page-gallery .slick-next:before, .custom-home-page-gallery .slick-prev:before{
        font-size: 20px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a::before{
        float:left;
    }
    .custom-home-page-gallery .caption{
        top:0;
    }
    .custom-logo {
        max-width: 50% !important;
    }
    .globe{
        width: 20px;
    }
    h1{
        font-size: 20px;
    }
    .custom-logo a{
        position:relative;
        z-index:999;
    }
    .custom-footer-top-column {
      width:100% !important;
    }
    .body-container-wrapper .page-center.content-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    body input[type="text"],
    body input[type="password"],
    body input[type="datetime"],
    body input[type="datetime-local"],
    body input[type="date"],
    body input[type="month"],
    body input[type="time"],
    body input[type="week"],
    body input[type="number"],
    body input[type="email"],
    body input[type="url"],
    body input[type="search"],
    body input[type="tel"],
    body input[type="color"],
    body input[type="file"],
    body textarea,
    body select {
        max-width:90%;
        width: 90%;
    }
    input.hs-input{
        width: 90%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a i{
        display:none;
    }
    .custom-menu-primary .hs-menu-wrapper>ul {
        float: none;
        padding: 0;
    }

}

/*========= smaller devices Screen ============= */

@media (max-width:610px) {
    iframe {
          width: 100%;
    }
}
@media (max-height:600px) {
    .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper{
        overflow-y: scroll;
        height:80vh;
    }
}

@media (max-width: 479px) {
    .post-content-wrap{
        padding-top: 20px;
    }
    .blog-date-left {
        margin: 0 !important;
    }
    .blog-date-left li,
    .blog-date-left .blog_comment{
        width: 60px;
        height: 60px;
    }
    .blog-date-left .post_date span.date {
        font-size: 30px;
        line-height: 25px;
    }
    .blog-date-left .post_date,
    .blog-date-left .blog_comment{
        padding-top: 7px;
    }
    .blog-date-left .post_date h6 {
        font-size: 10px;
        line-height: 10px;
        margin-top: 4px;
    }
    .blog-date-left .post_author img{
        height: 60px !important;
    }
    .blog-date-left .blog_comment i {
        font-size: 30px;
        line-height: 25px;
    }

    .blog-date-left .blog_comment h6{
        font-size: 12px;
        margin-top: 4px;
    }
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    display: block !important;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
    .custom-logo img {
      height: auto !important;
      max-width: none;
      width: auto !important;
    }
    .custom-home-page-gallery .caption a {
        font-size: 10px;
    }

    .custom-home-page-gallery .second-line{
        font-size: 10px;
    }

    .custom-three-col-with-left-icon .custom-left-iocn{
        float: none;
            margin: 0 auto;
    }
    .custom-three-col-with-left-icon {
        text-align: center;
    }
    .custom-two-column-equal h1{
        font-size: 26px;
    }
    .custom-home-page-gallery .caption {
     padding-top:5px;
    }
    .custom-home-page-gallery .caption h1 {
      padding: 5px 10px;
    }
    /*
    .error-template-404 .custom_error_message h2 {
      font-size: 110px;
      line-height: 110px;
      margin: 0 0 10px;
    }
    .error-template-404 .custom_error_message h4 {
      font-size: 30px;
      line-height: 35px;
    }
    */
    .post-header h1 {
        font-size: 26px;
        line-height: 31px;
    }
}

.custom-homepage-heading h1 {
    text-align: center;
    padding: 0px;
    font-size: 20px !important;
}

.custom-info-header-background {
    /* background: rgba(0,255,0,0.07); */
    /* background: #F6F6F6;*/
    background: #FE9700;
    margin: 15px;

}

.custom-info-product-image img{
    border-radius: 25px;
}

.custom-offers-background {
    background: rgba(0,255,0,0.07);
    border-radius: 25px;
    padding: 15px;
}

.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: visible;
    text-overflow: ellipsis;
    text-decoration: none;
    color: white;
}
.pricingtable{
    border-width: 4px !important;
}
.custom-home-page-gallery .caption.superimpose {
    position: absolute;
    bottom: 100px;
    background-color: transparent;
    padding: 5px;
    border-radius: 25px;
}

.hs-blog-header {

}


.sidebar{}

.sidebar h3{}

.sidebar p{}

.sidebar .hs_cos_wrapper.hs_cos_wrapper_widget{
    margin-bottom: 20px;
    display: block;
}

.blog-listing-wrapper .post-listing .post-item .post-item-inner{
    background: #fff;
    border-bottom: 5px solid #009347 ;
    box-shadow: 0 0 6px rgba(0,0,0,.7);
    position: relative;
    margin-bottom: 40px;
    border-radius: 4px;
    margin-top: 10px;
    padding: 10px;
}