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


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

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


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


/* =============== @import, @font-face, and CSS File Includes =============== */
@import url('//fonts.googleapis.com/css?family=Raleway:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Crete+Round:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Roboto:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Roboto+Slab:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&#038;subset=latin,latin-ext');
@import url('//fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700%2C800&#038;ver=4.9.8');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@font-face {
  font-family: "ElegantIcons";
  src: url("//cdn2.hubspot.net/hubfs/4830278/Upraise_August2018/Fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4830278/Upraise_August2018/Fonts/ElegantIcons.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4830278/Upraise_August2018/Fonts/ElegantIcons.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'eg-font';
  src: url('//cdn2.hubspot.net/hubfs/4830278/Upraise_August2018/Fonts/egfont.eot?85610117');
  src: url('//cdn2.hubspot.net/hubfs/4830278/Upraise_August2018/Fonts/egfont.eot?85610117#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/4830278/Upraise_August2018/Fonts/egfont.woff?85610117') format('woff'),
    url('//cdn2.hubspot.net/hubfs/4830278/Upraise_August2018/Fonts/egfont.ttf?85610117') format('truetype');
  font-weight: normal;
  font-style: normal;

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html{
  -webkit-transition: all 1.3s ease-out;
  -moz-transition: all 1.3s ease-out;
  -o-transition: all 1.3s ease-out;
  -ms-transition: all 1.3s ease-out;
  transition: all 1.3s ease-out;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #555555;
  font-size: 14px;
  font-weight: 300;
  background-color: #ffffff;
  line-height: 23px;
  overflow-y: scroll;
  overflow-x: hidden!important;
  -webkit-font-smoothing: antialiased
}

/* Page Center */
.container-fluid .row-fluid .page-center,
.custom-header .page-center{
  float: none;
  max-width: 1100px;
  margin: 0 auto!important;
  float: none!important;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #8bc736;
}
::selection {
  color: #fff;
  background: #8bc736;
}


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

/* Basic text */
p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin:0 0 15px;
  font-family: 'Roboto', sans-serif;
  font-weight:normal;
  line-height:1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size:60px;
  line-height:1;
  font-family:'Roboto Slab',serif;
}
h2,h3 {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.285714285714286em;
}
h3 {}
h4 {
  font-size: 22px;
  line-height: 26px;
  font-family: "Roboto Slab",serif;
  font-weight: 800;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 15px;
}

/* Anchor Links */
a { 
  color: #8ac440;
  text-decoration:none; 
}
a:hover, a:focus { 
  outline:none;
  text-decoration:none;
  color: #8ac440;
}

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

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

/* Horizontal Rules */



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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}

.custom-header {
  position:relative;
}
.custom-header-bottom {
  background: #444444;
  color: #fff;
  padding: 0 45px;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  position:relative;
}
.custom-header-top {
  background: #666666;
  color: #fff;
}
.qode_search_form i {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 0;
  float: left;
  line-height: 50px;
}
.qode_search_form .page-center input {
  width: 90%;
  padding: 0 0 0 10px;
  color: #ffffff;
  opacity: 1.0;
  background-color: #666666;
  font-family: inherit;
  outline: 0;
  outline-offset: 0;
  -webkit-appearance: none;
  float: left;
  display: inline-block;
  line-height: 20px;
  height: 20px;
  margin: 15px 0;
  border: none;
  box-shadow: none;
}
.qode_search_form input[type=submit] {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px!important;
  margin: -1px;
  padding: 0;
  position: absolute!important;
  width: 1px!important;
  visibility: hidden;
  background-color: #666666;
  color: #ffffff;
}
.qode_search_form .qode_search_close {
  position: absolute;
  line-height: 50px;
  height: 50px;
  top: 0;
  right: 0px;
}
.qode_search_form .page-center{
  position:relative;
}
.custom-header-bottom .page-center{
  position:relative;
}

.widget-span.custom-header-col.col-left {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 37px;
}
.widget-span.custom-header-col.col-left a {
  display: block;
}
.widget-span.custom-header-col.col-right {
  position: relative;
  left: auto;
  float: right;
  padding-right: 37px;
}
.header_search-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 37px;
}
.side_menu_button_wrapper {
  display: table;
  width:100%;
}
.side_menu_button {
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  text-align:center;
}
.side_menu_button > a {
  color: #fff;
  -webkit-transition: opacity .3s ease,color .3s ease;
  -moz-transition: opacity .3s ease,color .3s ease;
  -ms-transition: opacity .3s ease,color .3s ease;
  -o-transition: opacity .3s ease,color .3s ease;
  transition: opacity .3s ease,color .3s ease;
  font-size: 14px;
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0 5px;
  text-align: center;
}
.widget-span.custom-header-top {
  display: none;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container .page-center{
  padding-top:20px;
  padding-bottom:20px;
}

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


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

.footer-container-wrapper {}
.footer-container {}
.custom-footer-top {
  padding:76px 0 75px 0;
  font-family: Roboto, sans-serif;
  color: #ffffff;
  background-color: #444444;
}
.custom-footer h3 {
  font-family: Roboto, sans-serif;
  color: #8ac440;
  margin: 0 0 15px;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.538461538461538em;
  letter-spacing: 1px;
}
.widget-span.custom-footer-top-col {
  width: 25%;
  margin-left: 0;
  border-left: 1px solid #444;
  min-height: 193px;
}
.widget-span.custom-footer-top-col > div {
  padding: 0 30px;
}
.widget-span.custom-footer-top-col.col-1 > div {
  padding-left: 0;
}
.custom-footer-top a {
  color: #a2a2a2;
  word-wrap: break-word !important;
}
.custom-footer-menu .hs-menu-wrapper > ul > li {
  margin: 0;
  line-height: 22px;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  display: block;
}
.custom-footer-address p:first-child {
  margin: 0  0 40px;
}
.custom-footer-subscription h3 {
  font-family: Roboto, sans-serif;
  color: #ffffff;
  text-transform: none;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 23px;
}
.widget-span.custom-footer-top-col.col-1 {
  border: none;
}
.custom-footer-subscription .hs-form-field {
  margin: 0 0 1em;
}
.custom-footer-subscription  span.hs-form-required {
  display: none;
}
.custom-footer-subscription  input.hs-button.primary.large {
  background-color: #8ac440;
  border: none;
  color: white;
  text-align: center;
  border-radius: 10px;
  padding: 5px;
  -webkit-appearance: none;
  cursor: pointer;
}
.custom-footer-top-col.col-4 p:first-child {
  margin-top: 0;
}
.widget-span.custom-footer-top-col.col-4 > div {
  padding-right: 0;
  padding-left: 35px;
}

.custom-footer-bottom {
  background-color: #282828;
  padding-top:1px;
  color: #fff;
}
.widget-span.custom-footer-bottom-col {
  width: 50%;
  margin-left: 0;
}

.custom-footer-bottom-col.col-left {
  padding: 10px 30px 0;
}

.custom-footer-copyright p:last-child {
  margin: 0;
}

.custom-footer-bottom-col.col-right {
  text-align: center;
  padding: 0 0 0 30px;
}

.custom-footer-bottom {
  line-height: 22px;
}
.q_social_icon_holder {
  position: relative;
  display: inline-block;
  margin: 0 14px 14px 0!important;
  vertical-align: middle;
}
.custom-footer-bottom a{
  color: #8ac440;
}
.q_social_icon_holder .fa-stack.tiny {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.q_social_icon_holder .fa-stack.circle_social {
  border-radius: 3em;
}
.q_social_icon_holder span.tiny {
  font-size: 16px;
}
.q_social_icon_holder .fa-stack {
  position: relative;
  text-align: center;
  -webkit-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
  -o-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.q_social_icon_holder .fa-stack.tiny span {
  line-height: 36px;
  font-size: 16px;
  position: relative;
  color: inherit;
  margin: 0;
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.social_twitter:before {
  content: "\e094";
}
.social_facebook:before {
  content: "\e093";
}
.social_linkedin:before {
  content: "\e09d";
}
.social_youtube:before {
  content: "\e0a3";
}
.custom-footer-copyright p small {
  font-size: 100%;
  color: #8ac440;
}
.custom-footer-copyright p > span {
  color: #444444;
  font-size: 14px;
  line-height: 1.571428571428571em;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  left: auto;
  float: right;
  margin-bottom: -1px!important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a,
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  font-weight: 300;
  text-transform: none;
  letter-spacing: normal;
  font-size: 13px;
  font-style: normal;
  position: relative;
  padding: 0 24px;
  display: inline-block;
  height: 100%;
  -webkit-transition: opacity .3s ease-in-out,color .3s ease-in-out,background-color .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out,color .3s ease-in-out,background-color .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out,color .3s ease-in-out,background-color .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out,color .3s ease-in-out,background-color .3s ease-in-out;
  transition: opacity .3s ease-in-out,color .3s ease-in-out,background-color .3s ease-in-out;
  line-height: 100px;
  color: #fff;
}

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

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1001px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .widget-span.header-fixed-wrapper {
    min-height: 0;
  }
  .open-search .widget-span.header-fixed-wrapper {
    min-height: 0;
  }
  .header-fixed-wrapper .custom-header {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%!important;
    z-index: 100;
    transition:top 0.3s;
  }
  .fix-header .header-fixed-wrapper .custom-header {
    top: 0;
    transform:translate3d(0,0,0)
  }
  .header-fixed-wrapper .widget-span.custom-header-col.col-left {
    padding-top: 17px;
  }
  .header-fixed-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    line-height: 60px;
  }
  .header-fixed-wrapper .side_menu_button {
    height: 60px;
  }
  .header-fixed-wrapper .side_menu_button > a{
    -webkit-transition: opacity .3s ease,color .3s ease;
    -moz-transition: opacity .3s ease,color .3s ease;
    -ms-transition: opacity .3s ease,color .3s ease;
    -o-transition: opacity .3s ease,color .3s ease;
    transition: opacity .3s ease,color .3s ease;
    color: #5d5d5d;
  }
  .header-fixed-wrapper .side_menu_button > a:hover{
    color:#fff;
  }
}
/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 1000px){

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

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

  .mobile-trigger{
    display: table !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 10px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 0px;
    background: transparent; /* Background color */
    border: 0px solid #000;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: opacity .3s ease,color .3s ease;
    -moz-transition: opacity .3s ease,color .3s ease;
    -ms-transition: opacity .3s ease,color .3s ease;
    -o-transition: opacity .3s ease,color .3s ease;
    transition: opacity .3s ease,color .3s ease;
    color: #5d5d5d;
    height: 100px;
    margin: 0 20px 0 0;
    font-size: 14px;
    left: 0;
    right: auto;
    top: -99px;
  }
  .mobile_menu_button span {
    width: 19px;
    height: 17px;
    font-size: 14px;
    z-index: 50;
    display: table-cell;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
  }
  .side_menu_button > a {
    color: #5d5d5d;
  }



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

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

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

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

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper,
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .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: 1px;
    left: 0;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper{
    background-color: transparent;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul{
    margin:0!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    overflow: visible;
    font-size: 13px;
    color: #8d8d8d;
    padding: 9px 0;
    display: block;
    position: relative;
    text-transform: none;
    line-height: 17px;
    letter-spacing: 0;
    font-style: normal;
    font-weight: 300;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li,
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #444444;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child,
  .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child{
    border-bottom: 0px solid #444444;
  }
  .mobile-trigger:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
  .side_menu_button > a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .header-fixed-wrapper{
    display:none!important;
  }
}


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


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

/* Blog Post and Listing Body Class */
.blog {}
.hs-blog-listing .body-container .page-center{
  max-width:100%!important;
  padding:0;
}
.custom-listing-filter {
  padding: 48px 20px 50px;
}
.custom-listing-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.custom-listing-filter ul li {
  display: inline-block;
  margin-bottom: 5px;
  line-height: 38px;
  margin-right: 3px;
  vertical-align: top;
}
.custom-listing-filter h3 {
  display: none;
}
.blog span.filter-link-count {
  display: none;
}
.custom-listing-filter ul li a {
  font-size: 12px;
  font-family: "Open Sans",sans-serif;
  display: block;
  background: #fff;
  line-height: 38px;
  cursor: pointer;
  padding: 0px 16px;
  color: #444;
  background-color: #fff;
  border: 1px solid #444;
  vertical-align: top;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.custom-listing-filter ul li a:hover {
  color: #8ac440;
  border: 1px solid #8ac440;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 0 0 0 rgba(0,0,0,.13);
}
.custom-listing-filter ul li.active > a{
  color: #fff;
  background-color: #8ac440;
  border: 1px solid #8ac440;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 0 0 0 rgba(0,0,0,.13);
}
.hs-blog-listing .widget-span.blog-sidebar {
  display: none;
}
.hs-blog-listing .widget-span.blog-content {
  width: 100%;
}
.blog-listing-wrapper .post-listing .post-item {
  float: left;
  width: 25%;
  color: #fff;
  background-color: #ff7900;
}
.blog-listing-wrapper .post-listing .post-item{
  background-color: #ff7900;
}
.blog-listing-wrapper .post-listing .post-item .item-post-content{
  background-color: #ff7900;
  padding: 30px 15px;
  padding-bottom:50px;
}
.blog-listing-wrapper .post-listing .post-item * {
  color: #fff;
}
.blog-listing-wrapper .post-listing .post-item:nth-child(8n+2),
.blog-listing-wrapper .post-listing .post-item:nth-child(8n+7),
.blog-listing-wrapper .post-listing .post-item:nth-child(8n+2) .item-post-content,
.blog-listing-wrapper .post-listing .post-item:nth-child(8n+7) .item-post-content{
  background-color: #2287af;
}
.blog-listing-wrapper .post-listing .post-item:nth-child(8n+3),
.blog-listing-wrapper .post-listing .post-item:nth-child(8n+6),
.blog-listing-wrapper .post-listing .post-item:nth-child(8n+3) .item-post-content,
.blog-listing-wrapper .post-listing .post-item:nth-child(8n+6) .item-post-content{
  background-color: #8ac440;
}
.blog-listing-wrapper .post-listing .post-item:nth-child(8n+4), 
.blog-listing-wrapper .post-listing .post-item:nth-child(8n+5),
.blog-listing-wrapper .post-listing .post-item:nth-child(8n+4 .item-post-content),
.blog-listing-wrapper .post-listing .post-item:nth-child(8n+5) .item-post-content{
  background-color: #444444;
}
.blog-listing-wrapper .post-listing .post-item .post-inner-item{
  position:relative;
  z-index:4;
}
.blog-listing-wrapper .post-listing .post-item .post-inner-item.with-feature-image .item-post-content {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 3;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
  max-height: 100%;
  overflow-y: auto;
}
.blog-listing-wrapper .post-listing .post-item .more-link-wrap {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding-left: 15px;
  z-index:4;
}
.blog-listing-wrapper .post-listing .post-item:hover .post-inner-item.with-feature-image .item-post-content {
  top: 0;
  background: transparent;
  max-height: 100%;
  opacity: 1;
  visibility: visible;
}
.blog-listing-wrapper .post-listing .post-item .post-inner-item.with-feature-image .item-post-content {
  background: transparent;
}
.blog-listing-wrapper .post-listing .post-item .post-inner-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,0.6);
  transition: bottom 0.3s;
}
.blog-listing-wrapper .post-listing .post-item:hover .post-inner-item.with-feature-image:before {
  bottom: 0;
}

/* Blog Post */
.hs-blog-post {}
.hs-blog-post .custom-listing-filter {
  display:none!important;
}
.hs-blog-post .body-container .page-center {
  padding-top: 30px;
  padding-bottom: 30px;
}

.hs-blog-post .widget-span.blog-content {
  width: 75%;
  padding-left: 40px;
  padding-right: 40px;
}

.hs-blog-post .widget-span.blog-sidebar {
  width: 25%;
  margin-left: 0;
  padding-left: 20px;
}

.hs-blog-post .widget-span.blog-sidebar > div {
  margin: 0 0 26px;
}

.hs-blog-post .widget-span.blog-sidebar > div .block h3 {
  margin-bottom: 0;
  background-color: #444444;
  padding: 12px 18px;
  color: #fff;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.538461538461538em;
  text-transform: uppercase;
}

.hs-blog-post .widget-span.blog-sidebar > div  .widget-module {
  padding: 23px 20px;
  border: 1px solid #d1d1d1;
  border-top: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.hs-blog-post .widget-span.blog-sidebar > div .widget-module ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-blog-post .widget-span.blog-sidebar > div .widget-module ul li {
  font-family: 'Roboto', sans-serif;
  color: #444444;
  font-size: 14px;
  margin: 0 0 7px;
}

.hs-blog-post .widget-span.blog-sidebar > div .widget-module ul li a {
  color: #8ac440;
  font-style: normal;
  font-weight: 300;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

.hs-blog-post .widget-span.blog-sidebar > div .widget-module ul li a:hover {
  color: #8ac440;
}
.post_info {
  font-family: 'Roboto', sans-serif;
  color: #444444;
  font-size: 14px;
  line-height: 1.5em;
  display: inline-block;
  width: 100%;
  margin: 0 0 30px;
  font-style: italic;
}

.post_info span.time {
  line-height: 1em;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
}

.post_info span.post_category {
  line-height: 1em;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  position: relative;
}
.post_info span.post_category:before {
  content: '/';
  position: relative;
  left: -10px;
}

.post_info span.post_category a {
  color: #444444;
  transition: color .3s ease-in-out;
}

.post_info span.post_category a:hover {
  color: #9d9d9d;
}
/* Blog Listing */
.hs-blog-listing {}
.hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
}
.post-header h4 {
  margin: 0;
}
.hs-blog-listing div#hubspot-author_data {
  font-size: 12px;
  line-height: 19px;
  color: #ffffff;
  font-weight: 100;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.hs-blog-listing div#hubspot-author_data span.author {
  margin: 10px 0px 0px 0px;
  padding: 0px 15px 0px 0px;
  display: inline-block;
}
.hs-blog-listing div#hubspot-author_data span.date {
  border-left: 1px solid #fff;
  padding-left: 15px;
  margin: 10px 0 0 15px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
  font-size: 16px;
  line-height: 20px;
}
.more-link-wrap {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 900;
  display: block;
  clear: none;
  margin: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  position: relative;
  z-index: 5;
  padding: 3px 0;
  margin-left: -2px;
  padding-top: 15px;
}
.more-link-wrap a.more-link {
  display: inline-block;
}
/* Blog Columns Wrapper */
.blog .content-wrapper {}

.post-inner-item {
  position: relative;
  overflow: hidden;
}
.post-inner-item  .hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
/* =============== Blog Content Column =============== */

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

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

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}
.blog-pagination {
  display: block;
  width: 100%;
  clear: both;
  text-align: center;
  padding:50px 20px 49px;
}
.blog-pagination .esg-navigationbutton{
  color: #999;
  margin-right: 5px;
  cursor: pointer;
  padding: 0px 16px;
  border: 1px solid #e5e5e5;
  line-height: 38px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Open Sans",sans-serif;
  display: inline-block;
  background: #fff;
  margin-bottom: 5px;
  padding: 0px 16px;
  color: #444;
  background-color: #fff;
  border: 1px solid #444;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.blog-pagination .esg-navigationbutton:hover {
  color: #8ac440;
  border: 1px solid #8ac440;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 0 0 0 rgba(0,0,0,.13);
}
/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

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

.post-header h2 {
  margin: 0 0 32px;
  word-break: break-word;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #393939;
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.tags_text h5 {
  display: inline-block;
  line-height: 36px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #393939;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
}
.tags_text a {
  color: #a7a6a6;
  border: 1px solid #a7a6a6;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px!important;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
  transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
  margin: 0 7px 5px 0;
}
.tags_text a:hover {
  color: #fff;
  border-color: #9d9d9d;
  background-color: #9d9d9d;
}
.comment_holder {
  padding: 40px 0;
  margin: 0;
}
.comment_holder h5,
.blog .body-container .hs-richtext h5{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #393939;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 1.444444444444444em;
  margin:0;
}
#comments-listing {
  border-bottom: 0px solid #ccc;
  margin-bottom: 0px;
  margin-top: 0px;
}
.blog .body-container input[type="text"], 
.blog .body-container input[type="password"], 
.blog .body-container input[type="datetime"], 
.blog .body-container input[type="datetime-local"], 
.blog .body-container input[type="date"], 
.blog .body-container input[type="month"], 
.blog .body-container input[type="time"], 
.blog .body-container input[type="week"], 
.blog .body-container input[type="number"], 
.blog .body-container input[type="email"], 
.blog .body-container input[type="url"], 
.blog .body-container input[type="search"], 
.blog .body-container input[type="tel"], 
.blog .body-container input[type="color"], 
.blog .body-container input[type="file"], 
.blog .body-container textarea, 
.blog .body-container select{
  position: relative;
  width: 100%;
  margin: 0 0 15px;
  padding: 10px 17px;
  outline: 0;
  resize: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 18px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  padding: 10px 17px;
  opacity: 1.0;
}
.blog .body-container input[type="text"]:focus, 
.blog .body-container input[type="password"]:focus, 
.blog .body-container input[type="datetime"]:focus, 
.blog .body-container input[type="datetime-local"]:focus, 
.blog .body-container input[type="date"]:focus, 
.blog .body-container input[type="month"]:focus, 
.blog .body-container input[type="time"]:focus, 
.blog .body-container input[type="week"]:focus, 
.blog .body-container input[type="number"]:focus, 
.blog .body-container input[type="email"]:focus, 
.blog .body-container input[type="url"]:focus, 
.blog .body-container input[type="search"]:focus, 
.blog .body-container input[type="tel"]:focus, 
.blog .body-container input[type="color"]:focus, 
.blog .body-container input[type="file"]:focus, 
.blog .body-container textarea:focus, 
.blog .body-container select:focus{
  border-color: #444444;
  color: #000;
}
.blog .body-container input.hs-button.primary{
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  font-family: Roboto Slab;
  text-transform: uppercase;
  border-width: 2px;
  border-color: #444444;
  background-color: #444444;
  margin:15px 0;
}
.blog .body-container input.hs-button.primary:hover{
  color: #8ac440;
  border-color: #8ac440;
  background-color: transparent;
}
/* =============== Blog Author Page and Author Bio =============== */

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

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

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

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

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


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


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

/* Form Field */
.hs-form-field {}
.body-container #comment-form,
.body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.body-container .widget-type-blog_subscribe,
.body-container .widget-span.widget-type-form,
.landing-page.one-column .body-container .widget-span.widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
.body-container .widget-type-form,
.body-container .hs-search-field{
  display:block;
  background-color: #2a708d !important;
  margin:0 0 15px;
  padding: 20px;
  color:#fff;
}
/* Descriptions */
.hs-field-desc {}
.body-container h3.form-title{
  text-align: center;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.285714285714286em;
}
/* Labels and Legends */
label {}
.body-container .hs-form-field > label {
  display:block;
  margin:0 0 6px;
  color:#fff;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  display:block;
  background-color: transparent;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  font-family: inherit;
  line-height: 18px;
  margin: 0 0 15px;
  outline: 0;
  padding: 10px 17px;
  resize: none;
  font-size: 14px;
  width: 100%;
  -webkit-appearance: none;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
  border-color: #8ac440;
  color: #8ac440;
}
.body-container .hs-input.invalid.error{
  border-color: #8ac440;
}
.body-container ul.hs-error-msgs.inputs-list {
  padding: 0;
  list-style: none;
  color: #8ac440;
  font-weight:normal;
}
/* Separate Styles for Multiple Line Inputs */
.body-container textarea {}
.body-container textarea:focus {}

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

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

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder {
  color:#fff;
  opacity:1;
} /* Webkit Browsers */
:-moz-placeholder {
  color:#fff;
  opacity:1;
} /* Firefox 18- */
::-moz-placeholder {
  color:#fff;
  opacity:1;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color:#fff;
  opacity:1;
} /* IE10 */

.qode_search_form .page-center input::-webkit-input-placeholder {
  color:#fff;
  opacity:1;
} /* Webkit Browsers */
.qode_search_form .page-center input:-moz-placeholder {
  color:#fff;
  opacity:1;
} /* Firefox 18- */
.qode_search_form .page-center input::-moz-placeholder {
  color:#fff;
  opacity:1;
} /* Firefox 19+ */
.qode_search_form .page-center input:-ms-input-placeholder {
  color:#fff;
  opacity:1;
} /* IE10 */
/* =============== Multi Column Form =============== */

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  height: 37px;
  line-height: 37px;
  margin: 0;
  padding: 0 22px;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
  transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
  box-sizing: initial!important;
  background: #8ac440;
  border: 2px solid #8ac440;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  background: 0 0;
  color: #8ac440;
  border-color: #444444;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline:none;
}
.custom-footer ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
  margin: 5px 0;
  font-size: 85%;
}
.custom-header-top {
  padding-left: 15px;
  padding-right: 15px;
}
/* =============== Form Module Button =============== */

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


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

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


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

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


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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.custom-footer-address p:last-child {
  margin-bottom: 0;
}
.custom-footer-top a:hover {
  color: #8ac440;
}
.header-outer.header-no-nav {
  background: #444444;
}
.header-no-nav .custom-header-bottom {
  min-height: 60px!important;
  min-height: 100px!important;
}
.custom-footer-no-nav .custom-footer-bottom {
  min-height: 72px;
}
[class^="eg-icon-"]:before, [class*=" eg-icon-"]:before {
  font-family: "eg-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
#back_to_top {
  height: auto;
  position: fixed;
  bottom: 65px;
  margin: 0;
  z-index: 10000;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  right: 25px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #8ac440;
  font-style: normal;
  font-weight: 300;
}
#back_to_top.on {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  right: 25px;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
#back_to_top>span {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  background-color: #d1d1d1;
  border: 1px solid transparent;
  -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out;
  -ms-transition: background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out;
  transition: background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#back_to_top span span {
  display: block;
  line-height: inherit;
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
#back_to_top > span {
  font-size: 14px;
  background-color: #8ac440;
  border-color: #8ac440;
}
#back_to_top:hover > span {
  background-color: #2287af;
  border-color: #2287af;
}
.arrow_carrot-up:before {
  content: "\32";
}
.eg-icon-soundcloud:before { content: '\e8ca'; } /* '' */
.eg-icon-music:before { content: '\e858'; } /* '' */
.eg-icon-color-adjust:before { content: '\e862'; } /* '' */
.eg-icon-mail:before { content: '\e868'; } /* '' */
.eg-icon-mail-alt:before { content: '\e869'; } /* '' */
.eg-icon-heart:before { content: '\e86a'; } /* '' */
.eg-icon-heart-empty:before { content: '\e86b'; } /* '' */
.eg-icon-star:before { content: '\e86c'; } /* '' */
.eg-icon-star-empty:before { content: '\e86d'; } /* '' */
.eg-icon-user:before { content: '\e879'; } /* '' */
.eg-icon-male:before { content: '\e87a'; } /* '' */
.eg-icon-female:before { content: '\e87b'; } /* '' */
.eg-icon-video:before { content: '\e805'; } /* '' */
.eg-icon-videocam:before { content: '\e859'; } /* '' */
.eg-icon-picture-1:before { content: '\e803'; } /* '' */
.eg-icon-camera:before { content: '\e85a'; } /* '' */
.eg-icon-camera-alt:before { content: '\e85b'; } /* '' */
.eg-icon-th-large:before { content: '\e83c'; } /* '' */
.eg-icon-th:before { content: '\e83d'; } /* '' */
.eg-icon-ok:before { content: '\e80d'; } /* '' */
.eg-icon-ok-circled2:before { content: '\e877'; } /* '' */
.eg-icon-ok-squared:before { content: '\e878'; } /* '' */
.eg-icon-cancel:before { content: '\e80a'; } /* '' */
.eg-icon-plus:before { content: '\e86e'; } /* '' */
.eg-icon-plus-circled:before { content: '\e876'; } /* '' */
.eg-icon-plus-squared:before { content: '\e875'; } /* '' */
.eg-icon-minus:before { content: '\e86f'; } /* '' */
.eg-icon-minus-circled:before { content: '\e870'; } /* '' */
.eg-icon-minus-squared:before { content: '\e871'; } /* '' */
.eg-icon-minus-squared-alt:before { content: '\e872'; } /* '' */
.eg-icon-info-circled:before { content: '\e80f'; } /* '' */
.eg-icon-info:before { content: '\e844'; } /* '' */
.eg-icon-home:before { content: '\e843'; } /* '' */
.eg-icon-link:before { content: '\e80e'; } /* '' */
.eg-icon-unlink:before { content: '\e83f'; } /* '' */
.eg-icon-link-ext:before { content: '\e840'; } /* '' */
.eg-icon-lock:before { content: '\e856'; } /* '' */
.eg-icon-lock-open:before { content: '\e857'; } /* '' */
.eg-icon-eye:before { content: '\e841'; } /* '' */
.eg-icon-eye-off:before { content: '\e842'; } /* '' */
.eg-icon-tag:before { content: '\e85c'; } /* '' */
.eg-icon-thumbs-up:before { content: '\e887'; } /* '' */
.eg-icon-thumbs-up-alt:before { content: '\e888'; } /* '' */
.eg-icon-download:before { content: '\e88a'; } /* '' */
.eg-icon-upload:before { content: '\e889'; } /* '' */
.eg-icon-reply:before { content: '\e8a6'; } /* '' */
.eg-icon-forward:before { content: '\e874'; } /* '' */
.eg-icon-export-1:before { content: '\e873'; } /* '' */
.eg-icon-print:before { content: '\e886'; } /* '' */
.eg-icon-gamepad:before { content: '\e837'; } /* '' */
.eg-icon-trash:before { content: '\e801'; } /* '' */
.eg-icon-doc-text:before { content: '\e885'; } /* '' */
.eg-icon-doc-inv:before { content: '\e884'; } /* '' */
.eg-icon-folder-1:before { content: '\e83e'; } /* '' */
.eg-icon-folder-open:before { content: '\e883'; } /* '' */
.eg-icon-folder-open-empty:before { content: '\e882'; } /* '' */
.eg-icon-rss:before { content: '\e880'; } /* '' */
.eg-icon-rss-squared:before { content: '\e881'; } /* '' */
.eg-icon-phone:before { content: '\e87f'; } /* '' */
.eg-icon-menu:before { content: '\e830'; } /* '' */
.eg-icon-cog-alt:before { content: '\e847'; } /* '' */
.eg-icon-wrench:before { content: '\e848'; } /* '' */
.eg-icon-basket-1:before { content: '\e87c'; } /* '' */
.eg-icon-calendar:before { content: '\e87d'; } /* '' */
.eg-icon-calendar-empty:before { content: '\e87e'; } /* '' */
.eg-icon-lightbulb:before { content: '\e88b'; } /* '' */
.eg-icon-resize-full-alt:before { content: '\e845'; } /* '' */
.eg-icon-move:before { content: '\e846'; } /* '' */
.eg-icon-down-dir:before { content: '\e838'; } /* '' */
.eg-icon-up-dir:before { content: '\e839'; } /* '' */
.eg-icon-left-dir:before { content: '\e817'; } /* '' */
.eg-icon-right-dir:before { content: '\e818'; } /* '' */
.eg-icon-down-open:before { content: '\e83b'; } /* '' */
.eg-icon-left-open:before { content: '\e819'; } /* '' */
.eg-icon-right-open:before { content: '\e81a'; } /* '' */
.eg-icon-angle-left:before { content: '\e820'; } /* '' */
.eg-icon-angle-right:before { content: '\e81d'; } /* '' */
.eg-icon-angle-double-left:before { content: '\e892'; } /* '' */
.eg-icon-angle-double-right:before { content: '\e893'; } /* '' */
.eg-icon-left-big:before { content: '\e81f'; } /* '' */
.eg-icon-right-big:before { content: '\e81e'; } /* '' */
.eg-icon-up-hand:before { content: '\e835'; } /* '' */
.eg-icon-ccw-1:before { content: '\e891'; } /* '' */
.eg-icon-shuffle-1:before { content: '\e849'; } /* '' */
.eg-icon-play:before { content: '\e88c'; } /* '' */
.eg-icon-play-circled:before { content: '\e88e'; } /* '' */
.eg-icon-stop:before { content: '\e88f'; } /* '' */
.eg-icon-pause:before { content: '\e88d'; } /* '' */
.eg-icon-fast-fw:before { content: '\e890'; } /* '' */
.eg-icon-desktop:before { content: '\e85d'; } /* '' */
.eg-icon-laptop:before { content: '\e85e'; } /* '' */
.eg-icon-tablet:before { content: '\e85f'; } /* '' */
.eg-icon-mobile:before { content: '\e860'; } /* '' */
.eg-icon-flight:before { content: '\e894'; } /* '' */
.eg-icon-font:before { content: '\e851'; } /* '' */
.eg-icon-bold:before { content: '\e852'; } /* '' */
.eg-icon-italic:before { content: '\e855'; } /* '' */
.eg-icon-text-height:before { content: '\e84f'; } /* '' */
.eg-icon-text-width:before { content: '\e850'; } /* '' */
.eg-icon-align-left:before { content: '\e84c'; } /* '' */
.eg-icon-align-center:before { content: '\e84d'; } /* '' */
.eg-icon-align-right:before { content: '\e84e'; } /* '' */
.eg-icon-search:before { content: '\e802'; } /* '' */
.eg-icon-indent-left:before { content: '\e866'; } /* '' */
.eg-icon-indent-right:before { content: '\e867'; } /* '' */
.eg-icon-ajust:before { content: '\e84a'; } /* '' */
.eg-icon-tint:before { content: '\e84b'; } /* '' */
.eg-icon-chart-bar:before { content: '\e853'; } /* '' */
.eg-icon-magic:before { content: '\e807'; } /* '' */
.eg-icon-sort:before { content: '\e895'; } /* '' */
.eg-icon-sort-alt-up:before { content: '\e863'; } /* '' */
.eg-icon-sort-alt-down:before { content: '\e864'; } /* '' */
.eg-icon-sort-name-up:before { content: '\e854'; } /* '' */
.eg-icon-sort-name-down:before { content: '\e865'; } /* '' */
.eg-icon-coffee:before { content: '\e896'; } /* '' */
.eg-icon-food:before { content: '\e897'; } /* '' */
.eg-icon-medkit:before { content: '\e898'; } /* '' */
.eg-icon-puzzle:before { content: '\e899'; } /* '' */
.eg-icon-apple:before { content: '\e89a'; } /* '' */
.eg-icon-facebook:before { content: '\e89b'; } /* '' */
.eg-icon-gplus:before { content: '\e89c'; } /* '' */
.eg-icon-tumblr:before { content: '\e8a0'; } /* '' */
.eg-icon-twitter-squared:before { content: '\e8a2'; } /* '' */
.eg-icon-twitter:before { content: '\e8a1'; } /* '' */
.eg-icon-vimeo-squared:before { content: '\e89d'; } /* '' */
.eg-icon-youtube:before { content: '\e89f'; } /* '' */
.eg-icon-youtube-squared:before { content: '\e89e'; } /* '' */
.eg-icon-picture:before { content: '\e800'; } /* '' */
.eg-icon-check:before { content: '\e810'; } /* '' */
.eg-icon-back:before { content: '\e8a5'; } /* '' */
.eg-icon-thumbs-up-1:before { content: '\e8a9'; } /* '' */
.eg-icon-thumbs-down:before { content: '\e8aa'; } /* '' */
.eg-icon-download-1:before { content: '\e8ab'; } /* '' */
.eg-icon-upload-1:before { content: '\e8ac'; } /* '' */
.eg-icon-reply-1:before { content: '\e8a8'; } /* '' */
.eg-icon-forward-1:before { content: '\e8a7'; } /* '' */
.eg-icon-export:before { content: '\e80b'; } /* '' */
.eg-icon-folder:before { content: '\e813'; } /* '' */
.eg-icon-rss-1:before { content: '\e8c8'; } /* '' */
.eg-icon-cog:before { content: '\e832'; } /* '' */
.eg-icon-tools:before { content: '\e815'; } /* '' */
.eg-icon-basket:before { content: '\e812'; } /* '' */
.eg-icon-login:before { content: '\e833'; } /* '' */
.eg-icon-logout:before { content: '\e834'; } /* '' */
.eg-icon-resize-full:before { content: '\e816'; } /* '' */
.eg-icon-popup:before { content: '\e828'; } /* '' */
.eg-icon-arrow-combo:before { content: '\e827'; } /* '' */
.eg-icon-left-open-1:before { content: '\e82a'; } /* '' */
.eg-icon-right-open-1:before { content: '\e82b'; } /* '' */
.eg-icon-left-open-mini:before { content: '\e822'; } /* '' */
.eg-icon-right-open-mini:before { content: '\e823'; } /* '' */
.eg-icon-left-open-big:before { content: '\e824'; } /* '' */
.eg-icon-right-open-big:before { content: '\e825'; } /* '' */
.eg-icon-left:before { content: '\e836'; } /* '' */
.eg-icon-right:before { content: '\e826'; } /* '' */
.eg-icon-ccw:before { content: '\e808'; } /* '' */
.eg-icon-cw:before { content: '\e8c9'; } /* '' */
.eg-icon-arrows-ccw:before { content: '\e806'; } /* '' */
.eg-icon-level-down:before { content: '\e8a3'; } /* '' */
.eg-icon-level-up:before { content: '\e8a4'; } /* '' */
.eg-icon-shuffle:before { content: '\e814'; } /* '' */
.eg-icon-palette:before { content: '\e829'; } /* '' */
.eg-icon-list-add:before { content: '\e80c'; } /* '' */
.eg-icon-back-in-time:before { content: '\e821'; } /* '' */
.eg-icon-monitor:before { content: '\e81b'; } /* '' */
.eg-icon-paper-plane:before { content: '\e8ad'; } /* '' */
.eg-icon-brush:before { content: '\e8ae'; } /* '' */
.eg-icon-droplet:before { content: '\e81c'; } /* '' */
.eg-icon-clipboard:before { content: '\e8b0'; } /* '' */
.eg-icon-megaphone:before { content: '\e8b1'; } /* '' */
.eg-icon-key:before { content: '\e8af'; } /* '' */
.eg-icon-github:before { content: '\e8b3'; } /* '' */
.eg-icon-github-circled:before { content: '\e8b4'; } /* '' */
.eg-icon-flickr:before { content: '\e8b2'; } /* '' */
.eg-icon-flickr-circled:before { content: '\e8b5'; } /* '' */
.eg-icon-vimeo:before { content: '\e8b6'; } /* '' */
.eg-icon-vimeo-circled:before { content: '\e8b7'; } /* '' */
.eg-icon-twitter-1:before { content: '\e8b8'; } /* '' */
.eg-icon-twitter-circled:before { content: '\e8b9'; } /* '' */
.eg-icon-facebook-1:before { content: '\e8ba'; } /* '' */
.eg-icon-facebook-circled:before { content: '\e8bb'; } /* '' */
.eg-icon-facebook-squared:before { content: '\e8bc'; } /* '' */
.eg-icon-gplus-1:before { content: '\e8bd'; } /* '' */
.eg-icon-gplus-circled:before { content: '\e8be'; } /* '' */
.eg-icon-pinterest:before { content: '\e8bf'; } /* '' */
.eg-icon-pinterest-circled:before { content: '\e8c0'; } /* '' */
.eg-icon-tumblr-1:before { content: '\e8c1'; } /* '' */
.eg-icon-tumblr-circled:before { content: '\e8c2'; } /* '' */
.eg-icon-linkedin:before { content: '\e8c3'; } /* '' */
.eg-icon-linkedin-circled:before { content: '\e8c4'; } /* '' */
.eg-icon-dribbble:before { content: '\e8c5'; } /* '' */
.eg-icon-dribbble-circled:before { content: '\e8c6'; } /* '' */
.eg-icon-picasa:before { content: '\e8c7'; } /* '' */
.eg-icon-ok-1:before { content: '\e811'; } /* '' */
.eg-icon-doc:before { content: '\e809'; } /* '' */
.eg-icon-left-open-outline:before { content: '\e82e'; } /* '' */
.eg-icon-left-open-2:before { content: '\e82c'; } /* '' */
.eg-icon-right-open-outline:before { content: '\e82f'; } /* '' */
.eg-icon-right-open-2:before { content: '\e82d'; } /* '' */
.eg-icon-equalizer:before { content: '\e83a'; } /* '' */
.eg-icon-layers-alt:before { content: '\e804'; } /* '' */
.eg-icon-pencil-1:before { content: '\e831'; } /* '' */
.eg-icon-align-justify:before { content: '\e861'; } /* '' */
.eg-icon-wistia:before { content: '\e89f'; } /* 'î¢Ÿ' */
.eg-icon-wistia-squared:before { content: '\e89e'; } /* 'î¢ž' */
.custom-footer .hs_error_rollup ul.hs-error-msgs.inputs-list {
  margin-top: -14px;
}


@-moz-document url-prefix() {
  .custom-footer-subscription .hs-input.invalid.error {
    box-shadow: 0px 0px 2px 1px red;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .custom-footer-subscription .hs-input.invalid.error {
    box-shadow: 0px 0px 2px 1px red;
  }
}
/* Styles that do not fit into any of the available sections above can go here. */


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


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

@media (max-width: 1200px) {
  .container-fluid .row-fluid .page-center,
  .custom-header .page-center{
    max-width: 950px;
  }
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 1187px) {
  .blog-listing-wrapper .post-listing .post-item {
    width: 33.3333%;
  }
}
@media (max-width: 1100px) and (min-width:1001px){
  .widget-span.custom-header-col.col-right {
    margin-left: 0;
    margin-right: -28px;
  }

  .header_search-button {
    right: -28px;
  }
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 1000px) {
  .container-fluid .row-fluid .page-center,
  .custom-header .page-center{
    max-width: 768px;
  }
  .custom-footer-top,
  .body-container{
    padding-left:15px;
    padding-right:15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-left: -15%;
  }
  .custom-header-bottom .page-center{
    max-width:100%!important;
  }

  .widget-span.custom-header-col.col-left {
    text-align: center;
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .header_search-button {
    right: 0;
  }

  .widget-span.custom-header-col {
    position: static!important;
    width: 100%;
    margin-left: 0!important;
  }
  h1 {
    font-size: 35px;
  }
  .hs-blog-listing .body-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .container-fluid .row-fluid .page-center,
  .custom-header .page-center{
    max-width: 600px;
  }
}
@media (min-width: 768px){

  .body-container #comment-form,
  .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .body-container .widget-type-blog_subscribe,
  .body-container .widget-span.widget-type-form,
  .landing-page.one-column .body-container .widget-span.widget-type-form,
  .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .password-template .body-container form,
  .subscription-template .body-container .widget-type-email_simple_subscription form,
  .body-container .widget-type-form,
  .body-container .hs-search-field{
    max-width:550px;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .widget-span.custom-footer-bottom-col,
  .widget-span.custom-footer-top-col{
    width:100%!important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .q_social_icon_holder .fa-stack {
    margin: .1407692307692308em;
  }
  .custom-footer-bottom {
    padding: 4% 0!important;
  }
  .custom-footer-bottom-col.col-right {
    text-align: center;
    padding: 0;
    margin-top: -1px;
    padding-bottom: 1px;
  }
  .custom-footer-bottom > div {
    padding-top: 1px;
  }
  .widget-span.custom-footer-top-col {
    border-left: 0px solid #444;
    min-height: 1px;
  }
  .widget-span.custom-footer-top-col > div {
    padding: 0!important;
  }
  .custom-footer-top {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-footer-bottom-col.col-right {
    text-align: center;
    padding: 0;
  }
  .widget-span.custom-footer-top-col {
    margin-bottom: 50px;
  }
  .widget-span.custom-footer-top-col.col-4 {
    margin-bottom: 25px;
  }
  .custom-footer-top-col.col-4 p:last-child {
    margin-bottom: 0;
  }
  .custom-footer-subscription input.hs-button.primary.large {
    cursor: pointer;
  }
  h1 {
    font-size: 30px;
  }
  .hs-blog-post .widget-span.blog-content,
  .hs-blog-post .widget-span.blog-sidebar{
    width:100%!important;
    padding-left:0;
    padding-right:0;
  }
  .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
    float:none;
  }
}  


@media (max-width: 600px) {
  .container-fluid .row-fluid .page-center,
  .custom-header .page-center{
    max-width: 420px;
  }
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 480px) {
  .container-fluid .row-fluid .page-center,
  .custom-header-top .page-center{
    max-width: 100%;
  }
  .custom-header-bottom {
    padding: 0 25px;
  }
  .custom-header-top .page-center {
    max-width: 300px !important;
  }
  .header_search-button {
    width: 18px;
  }
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }
}


@media (max-width: 420px) {
  .custom-header-bottom {
    padding: 0 15px;
  }
}