/* ==========================================================================
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,200,300,400,500,600,700,800,900,300italic,400italic|Open+Sans:100,200,300,400,500,600,700,800,900,300italic,400italic|Lato:100,200,300,400,500,600,700,800,900,300italic,400italic|Arimo:100,200,300,400,500,600,700,800,900,300italic,400italic|Roboto:100,200,300,400,500,600,700,800,900,300italic,400italic&subset=latin,latin-ext');

@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
/* 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;
} 

body {
  background: #fff;
  color: #444;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

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

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


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.38em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 45px;
  font-family: 'Open Sans',sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  line-height: 1.25em;
}
h2 {
  color: #000;
  font-family: 'Lato',sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}
h3 {
  font-size: 24px;

}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}

/* Anchor Links */
a { 
  color: #1e73be;
  text-decoration:none;
}
a:hover, a:focus { }

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

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {
    min-height: 107px;
    background: #344462;
}
.header-container {}

.header-container-wrapper .container-fluid .row-fluid .page-center {
	padding:0px 20px;
}
.custom-header-wrapper {
  width: 100%;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 110;
  background-color: rgba(255, 255, 255, 0);
  position: static;
  position: absolute;
  left: 0;
  top: 0;
}

.header-no-nav .custom-logo {
    margin-bottom: 12px;
}
.footer-no-nav .cm-top-wrapper{
	background:transparent;
}
.custom-logo img {
  width: 210px;
  height: auto;
  left: 0;
}
.custom-logo {
  position: relative;
  top: 20px;
}

.header-container-wrapper .scroll-header {
  top: -120px;
  left: 0px;
  position: fixed;
  -moz-background-clip: content;
  background-color: #fff!important;
  box-shadow: 0 1px 3px rgba(0,0,0,.11);
  -webkit-background-clip: content;
  background-clip: content-box;	
  width: 100% !important;

}
.header-container-wrapper .scroll-header.sticky_animate{
	top:0;
  -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.custom-header-wrapper.scroll-header {
  padding: 0;
}
.custom-logo img:first-child {
    position: absolute;
    opacity: 1;
}
.custom-logo img:last-child {
    opacity: 0;
}
.scroll-header .custom-logo img:last-child {
  opacity: 1;
}

.scroll-header .custom-logo img:first-child {
  opacity: 0;
}
.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  line-height: 60px;
  color: #222;
   font-size: 15px;
}

.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a{
  color:#fff !important;

}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover span.underline_dash {
    opacity: 1;
}
.custom-header-wrapper {
    background: #344462;
  	position:relative;
}
.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover span.underline_dash {
   background-color: #81d742 ;
}
/* =============== Content =============== */

.body-container-wrapper {
	line-height:26px;
}
.body-container a{
	    color: #3f83bf;
}
.body-container a:hover{
	       color: #1e73be;
}
.body-container .page-center.content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.custom-banner {
  background-color: #344462;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: left;
  color: #fff;
  padding-top: 3.4%;

}
.custom-banner h1 {
  margin-top:  0;
  margin-bottom: 30px;
  font-size: 43px;
}
.blog-sidebar h1.form-title {
    font-size: 24px;
    line-height: 1.38em;
    font-weight: bold;
    color: #444;
}
.custom-banner h4 {
  font-size: 23px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  margin-bottom: 30px !important;
  margin-top:0;
   font-weight: normal;
}
.banner-left-col {
  width: 58.33333333%;
  float: left;
  margin-top: 5%;
  padding-bottom: 10px !important;
}
.banner-right-col {
  float: left;
  width: 41.66666667%;
/*   padding-top: 25px ;
  padding-left: 15px;
  padding-right: 15px; */
  padding-left: 3rem;
  padding-bottom: 10px !important;
}
.custom-banner:before, .custom-banner:after {
  content: "";
  display: block;
  clear: both;
}
/* .banner-right-col img {
  width: 85%;
} */

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

.footer-container-wrapper {}
.footer-container {}
.custom-footer-bottom {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #3e3e3e;
  color: #fff;
  font-family: "Lato",sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}

.custom-footer-top {
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: none;
  padding: 72px 0 13px;
}
.custom-copyright p{
  margin-bottom: 14px;

}
.cm-top-wrapper{
/*   background-image: url(//cdn2.hubspot.net/hubfs/4096483/ActionStep_May2018%20/Images/bg-tn-col-1.jpg); */
  background-color: #333;
  background-position: 0 0;
}
.custom-footer-logo img {
  max-width: 150px;
  margin-bottom: 20px;
  display: block;
}
.custom-footer-left p {
  color: #fff;
  margin:0;
    line-height: 26px;
}

.custom-footer-logo p:last-child {
  margin-bottom: 28px;
}
.custom-footer-left a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
}
.custom-footer-left a:hover{
  color: #7bb838 ;
}
.custom-copyright img {
    vertical-align: text-top;
    margin-left: 2px;
}
.custom-footer-menu ul > li:first-child > ul > li:first-child {
    display: none;
}
.cm-address-area {
    margin-bottom: 5px;
}
.custom-footer-left .fa {
  color: #fff;
  padding-right: 10px;
}

.social-links img {
  width: 20px;
  height: auto;
  margin-right: 10px;
  margin-top: 20px;
  opacity: 0.8;
  margin-bottom: 5px;
}
.social-links img:hover {
  opacity: 1;
}
.region-label {
  margin-top: 22px;
  margin-bottom: 5px;
  color: #fff;
  text-transform: capitalize;
  font-family: 'Open Sans',sans-serif;
  font-weight: 600;
}
.region-holder {
  -webkit-appearance: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: -10px;
  background-color: #000;
  border-radius: 5px;
  border: none;
  height: 30px;
  max-width: 180px;
  outline: 0;
  box-sizing: border-box !important;
  resize: none;
}
select-holder .region-text, .region-holder .region-text {
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background: transparent;
  color: #fff;
  text-transform: capitalize;
  outline: 0;
  box-sizing: border-box !important;
  resize: none;
}
.select-holder .region-text:before, .region-holder .region-text:before {
  right: 4%;
  top: 0;
  border: none;
  height: 30px !important;
  line-height: 30px !important;
  width: auto;
  z-index: 99;
  margin: 0;
  padding: 0;
  color: #fff;
  position: absolute;
  pointer-events: none;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
select {
  width: 100%;
  overflow: hidden;
  /* border: 1px solid transparent; */
  font-size: 13px;
  background-color: #fff;
  outline: 0;
  color: #818181;
  font-family: inherit;
  padding: 2px 4%;
  height: 37px;
}
.select-holder select, .region-holder select {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  background-color: transparent !important;
  background-image: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 30px !important;
  z-index: 99;
  font-weight: 600;
  font-family: inherit;
  font-size: 13px;
  left:0;
}
option {
  font-weight: normal;
  display: block;
  white-space: pre;
  min-height: 1.2em;
  padding: 0px 2px 1px;
}
.custom-footer-menu .hs-menu-wrapper > ul > li> a {
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: none;
  color: #fff;
  margin: 0 0 22px;
  display: inline-block;
  height: 100%;
  background-color: transparent;
  -webkit-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  transition: opacity .3s ease-in-out,color .3s ease-in-out;
  position: relative;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
}
.custom-footer-menu .hs-menu-wrapper > ul{

  width:100%;
}
.custom-footer-menu .hs-menu-wrapper > ul > li{
  width: 33%;
  float: left;
  padding: 0 10px 0 15px;
}
.custom-footer-menu .hs-menu-wrapper > ul > ul li {
  margin: 0;
  line-height: 22px;
  padding: 0 0 17px;
  position: relative;
}

.custom-footer-menu .hs-menu-wrapper > ul  ul li  a {
  color:  #fff;
  display: block;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  padding-bottom: 17px;
	line-height:22px;
}
.custom-mid-bg img {
  position: relative;
  z-index: 20;
  display: block;
  width: 100%;
  height: 86px;
  top: 0px;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li a:hover {
  color: #7bb838;
}
a#back_to_top {
    filter: alpha(opacity=100);
    visibility: visible;
    right: 25px;
    color: #cdcdcd;
    height: auto;
    position: fixed;
    bottom: 65px;
    margin: 0px;
    z-index: 10000;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 25px;
    filter: alpha(opacity=0);
    -webkit-backface-visibility: hidden;
}
#back_to_top:hover span {
    background-color: #e8e8e8;
}
#back_to_top span {
    border-radius: 100px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-decoration: none;
    -o-border-radius: 52px;
    -moz-border-radius: 52px;
    -webkit-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    border: 2px solid #e8e8e8;
    background: transparent;
    text-align:  center;
}

#back_to_top span i {
    color: #7bb838;
    font-size: 22px;
    -webkit-transition: color 0.2s ease 0s;
    -moz-transition: color 0.2s ease 0s;
    -o-transition: color 0.2s ease 0s;
    text-align: center;
    line-height: 52px;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{

  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: auto;
  float:right;

}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  position: relative;
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #777;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
  line-height: 100px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  -webkit-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  transition: opacity .3s ease-in-out,color .3s ease-in-out;
  position: relative;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
  padding: 0 25px;
  color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a span.underline_dash {
    bottom: -50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    width: 100%;
    transform: translateX(-50%);
    height: 1px;
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover span.underline_dash {
	opacity:1;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child span.underline_dash{
	display:none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a > span {
    position: relative;
  line-height: 26px;
  display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  position: relative;
  top: 30px;
  padding-right: 0px;
  padding-left: 25px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child a{
  width: 150px !important;
  color: #fff;
  border: 1px solid white;
  text-align: center;
  line-height: 30px !important;
  font-weight: 600;
  font-size: 16px;

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

}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul  ul.hs-menu-children-wrapper{
  left: 0;
  margin: 0;
  top: 100%;
  position: absolute;
  display: none;
  z-index: 10;
  -webkit-transition: top .3s ease-in-out;
  -moz-transition: top .3s ease-in-out;
  -ms-transition: top .3s ease-in-out;
  -o-transition: top .3s ease-in-out;
  transition: top .3s ease-in-out;
  border-top: 2px solid #70AF32;
  border-bottom: 2px solid #70AF32;
  transition: opacity 0.3s;
  background-color: rgba(241,241,241,0.95);
  top: 75%;
  text-align:center;
	padding: 15px 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul.hs-menu-children-wrapper{
	display:block;
}
.scroll-header .custom-menu-primary .hs-menu-wrapper > ul  ul.hs-menu-children-wrapper{
	top:100%;
}
.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children  span.underline_dash{
	opacity:0 !important;
}
.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li:last-child:hover > a{
	color:#222 !important;
}
.custom-menu-primary .hs-menu-wrapper > ul  ul  li{
    max-width: 245px;
    padding: 0 10px 0 10px;
    border-left: 0px solid #3d3d3d;
    border-bottom: 0;
    width: 100%;
    vertical-align: top;
    height: auto;
    background: 0;
    border-right: 1px solid #dadada;
    display: inline-block !important;

}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child {
    border-right: none;
}
.custom-menu-primary .hs-menu-wrapper > ul   ul  li   a{
  color: #444;
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    text-transform: none;
    line-height: 20px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 7px;
    padding: 11px 9px;
    text-align: left;

}


.custom-menu-primary .hs-menu-wrapper > ul ul ul {
position: static !important;
opacity: 1 !important;
visibility: visible !important;
  width:auto !important;
  border:none !important;
  background:none !imortant;
  padding:0 !important;
   background: none!important;
 
}
.custom-menu-primary .hs-menu-wrapper > ul  ul  ul li{
  display:block !important;
  float:none !important;
  padding: 0 0px;
  width:auto;
   border:none !important;
}

.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;
  }
  .scroll-header .custom-logo {
	  top: 5px;
	}
  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
  top: 10px;
	}
  .custom-menu-primary .hs-menu-wrapper > ul ul{
  	 padding-bottom: 9px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
		display: block !important;
       
	}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    margin: 0;
    color: #344462;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0px;
    padding: 11px 9px;
    line-height: 16px;
}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {
    color: #fff;
    background-color: rgba(52, 68, 98, 0.6);
}
}


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

  .header-container-wrapper {
    min-height: 100px;
	}
  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -19px;
    left: -10px;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: auto;

  }

  /* Change button when menu is open 
  .mobile-open .mobile-trigger{
  color: #fff;
  background-color: #000; 
  border-color: transparent;
}
  */
  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;

  }

  .mobile-trigger i:before{
    position: absolute;
    content: '';
  }
  i.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #9d9d9d;
  }
  .mobile-trigger i:before{

    content: "\f0c9";
    font-size:14px;

    width: 19px;
    height: 17px;
    font-size: 14px;
    z-index: 50;
    display: table-cell;
    position: relative;
    cursor: pointer;
    vertical-align: middle;


  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }

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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 45px !important;
    padding: 0 10px 0 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
    text-align: right;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 15px; /* 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 {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #888;
  }
 
  .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 {
    position: relative;
    padding-top: 26px;
    margin: 10px 0 0px 0;
    width: 100% !important;
    /* float: none !important; */
    margin-left: 0 !important;
}

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100% !important;
    margin: 0 auto !important;
  }

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

  }
  
  .custom-menu-primary .hs-menu-wrapper > ul{
  	margin-top:10px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
	
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-bottom: 1px solid #eaeaea;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 10px 0 !important;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    display: block;
    position: relative;
    line-height: 26px !important;

  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul.hs-menu-children-wrapper {
    display: none;
}
  .custom-menu-primary .hs-menu-wrapper > ul ul.hs-menu-children-wrapper {
    width: auto !important;
    position: static !important;
    display: none;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
    top:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a{
    color:#000;
    width: auto !important;
    border-radius: 0px;
    background-color: #fff;
    text-align: left;
    line-height: 40px !important;
    font-weight: 500;
    color: #888;

  }
  .child-trigger.child-open .fa-angle-right:before {
    content: "\f107";
	}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover a{
    color: #888;
    font-size: 13px;
		opacity: 1;
	}
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover, 
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a{
    color: #7bb838;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
        border-top: 1px solid #eaeaea !important;
    		width:100% !important;
    	background:none !important;
    	border-bottom:0 !mportant;
    
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding: 0px;
    position: relative;
    border-bottom: 1px solid #eaeaea;
    margin: 0px 0px 0px 20px;
    display:block !important;
    border-left:none !important;
    width:100% !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 13px;
    font-weight: 400;
    color: #888;
    padding: 10px 0px 10px 0;
    display: block !important;
    position: relative;
    text-transform: none;
    line-height: 26px;
    letter-spacing: 0;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul{
  	display:none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul.hs-menu-children-wrapper {
    padding: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
    max-width: 100%;
    margin-left: 0;
    padding-left: 10px;
    border: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 10px 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #eaeaea;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a span.underline_dash {
    display: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li {
    padding-left: 20px;
}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    text-indent: 0;
    color: #000 !important;
    font-size: 15px !important;
}

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul  ul  ul li a{
	  padding: 11px 9px;
    display: block;
    text-align: left !important;
    margin: 0;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0px;
  font-family:'Open Sans', sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {
    color: #7bb838 !important;
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li:last-child a {
    border: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul.hs-menu-children-wrapper ul {
    border-bottom: 1px solid #eaeaea !important;
  border-top: 0px solid #eaeaea !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul.hs-menu-children-wrapper {
    border-bottom: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child > ul.hs-menu-children-wrapper {
    border-bottom: 0px solid #eaeaea !important;
    border-top: 1px solid #eaeaea !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child > a, 
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li:last-child > a {
    border: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child a, 
.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a {
    color: #000 !important;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 0 !important;
    line-height: 26px !important;
    letter-spacing: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child, 
.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding-left: 0;
    border: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child a:hover, 
.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a:hover{
	color: #7bb838 !important;
}
}

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


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

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

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

.post-body hr {
  margin: 60px auto;
  width: 80%;
  background: #7bb838e6;
  border: 0;
  height: 1px;
}

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {
	margin-bottom: 10px;
}
.post-header h2 a {
	text-decoration: none;
	color: inherit;
	border: none;
}
.post-header h2 a:hover {} 

.blog-post-wrapper h2{
    margin-bottom: 10px;
}
.blog-post-wrapper h2 a{
	text-decoration: none;
	color: inherit;
	border: none;
}
.blog-post-wrapper h2 a:hover,
/* 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 {
    max-width: 70px;
    padding: 10px 10px 10px 0;
}
#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%;
	height: auto !important;
	max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.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 {
    display: inline-block;
    padding-top: 10px;
}

/* Blog Topics List */
#hubspot-topic_data {
    color: #888888;
    font-weight: 700;
}
#hubspot-topic_data a.topic-link {}

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

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

.custom_listing_comments {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0;
}

.new-comments.no-comments {
    border: none !important;
	margin:0px;
}


/* Pagination */
.blog-pagination {}
.blog-pagination a {
    display: block;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
	    margin-bottom: 22px;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
}

.blog .blog-sidebar .widget-span h3 {
    color: #7BB838;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    margin:  0;
    margin-bottom: 14px;
}
span.filter-link-count{
	display:none;
}
.blog .blog-sidebar .widget-span ul {
    margin:  0;
    padding:  0;
    list-style:  none;
}

.blog .blog-sidebar .widget-span ul li {
    margin: 0 0 20px;
    font-size: 15px;
    padding:  0;
}

.blog .blog-sidebar .widget-span ul li a {
  /* changed by Jon */
    font-style: normal;
    font-weight: 400;
    display: block;
  line-height: 1.4;
/*     text-transform: none;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    color: #8c8c8c; */
}

.blog .blog-sidebar .widget-span ul li a:hover {
    color: #0a0a0a;
}
/* =============== 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 {}

/*--- Blog Styling ---*/
.custom-banner.blog-banner {
    text-align:  center;
    padding: 0rem 0 4rem 0;
}

.custom-banner.blog-banner .banner-left-col {
    float:  none;
    width:  100%;
    margin:  0;
    padding-top: 1.4rem;
}

.custom-banner.blog-banner .banner-left-col h1 {
    font-size:  45px;
}

.custom-banner.blog-banner .banner-left-col h4 {
    font-family: 'Lato', sans-serif;
    margin-bottom: 19px !important;
}

.post-item {
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 40px;
    border-bottom: 0px solid #cccccc;
    padding: 0 0 15px;
}

.blog .body-container-wrapper {
    background-color: #f6f6f6;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    width:  100%;
    float:  none;
    display: block !important;
    max-width:  100%;
    height:  auto;
    max-height:  none;
    margin:  0;
}

.blog .body-container .page-center.content-wrapper {
    padding-top:  59px;
    padding-bottom:  60px;
}

.post-header h2 {
    padding:  15px;
    margin:  0;
}

.post-body.clearfix {
    padding: 15px 15px 0px 15px;
}

h2.list-title {
    margin:  0;
}

h2.list-title a {
    color: #606060;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0px;
}

h2.list-title a:hover {
    color: #0a0a0a;
}

span.date {
    float:  right;
    margin-bottom: auto;
    margin-left: 0.5rem;
    white-space: nowrap;
    border: 2px solid #bebebe;
    color: #fff;
    border-radius: 5px;
    font-size: 25px;
    padding: 0 5px;
    background: #bebebe;
}

p#hubspot-topic_data,p#hubspot-topic_data a {
    margin: 0 0 15px;
    font-size: 15px;
    color: #bebebe;
    font-weight: 500;
}

p#hubspot-topic_data a:hover {
    color: #7bb838;
}

.post-body.clearfix {}

a.more-link {
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 20px;
    background-color: rgba(123, 184, 56, 0.9);
    color:  #fff;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

a.more-link:hover {
    background-color: #7bb838;
    color:  #fff;
}
.blog-pagination-center {
    text-align: center;
    margin: 0px 0px 50px;
    /* position: relative; */
}

.blog-pagination-center ul {
    display: inline-block;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.blog-pagination-center ul li {
    float: left;
}

.blog-pagination-center ul li a {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin: 0 11px 0 0;
    text-align: center;
    color: #b4b4b4;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    border: 2px solid #e5e5e5;
    outline: none;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-pagination-center ul li a:hover {
    background-color: #e5e5e5;
    color: #444444;
}
.blog-pagination-center ul li a.active {
    border-width: 0 0 2px;
    border-bottom-color: #222;
    border-radius: 0;
    color: #222;
    font-weight: bold;
    background: transparent;
}
.nav-sub-menu.clearfix {
    width: 100%;
    background-color: #f7f7f7;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px -5px rgba(0, 0, 0, 0.5);
    display: block;
}

.nav-sub-menu.clearfix > div {
    max-width: 1060px;
    margin: 0px auto;
    position: relative;
}

.nav-sub-menu.clearfix a {
    line-height: 60px;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px !important;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.custom-banner.blog-banner.blog.post p {
    margin-top: 0;
    margin-bottom: 19px;
}

.custom-banner.blog-banner.blog.post h1 {
    margin-bottom: 20px;
}

.nav-sub-menu span.breadcrumb_last {
    padding-left: 10px;
    padding-right: 10px;
}

.nav-sub-menu.clearfix a:hover {
    background: #FFF;
    transition: .2s;
    border-bottom-color: #7BB838;
}

.blog-post-wrapper.cell-wrapper {
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 40px;
}

.blog-post-wrapper .post-body {
    padding:  15px;
}

.section.post-footer {
    padding:  15px;
    background:  #fff;
}
/* ==========================================================================
6. FORMS                                        
========================================================================== */


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

/* Form Field */
.hs-form-field {}

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

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;   
  margin: 0;
  font-size: 16px;
  padding: 0 10px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: none;
  border-color: #3ec910;
  outline: 0;
  max-width:500px;
  background-color: #f6f6f6;
  padding-top: 10px;
  padding-bottom: 10px;
  display:block;
  
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
	box-shadow: 0 0 2px 1px rgba(100, 165, 0, 0.3);
}
.form-title {
    color: #88c03f;
    font-family: 'Open Sans',sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
}

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

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

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

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

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

/* Error */
.hs-error-msgs label{
	list-style: none;
    font-weight: bold;
    font-size: .8rem;
    color: #d9534f;
    text-align: left;
    line-height: 1.2;
    padding-top: 5px;
}
ul.hs-error-msgs.inputs-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


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

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

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; font-size: 13px;}
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 {
		 color: #7bb838;
    font-family: 'Open Sans',sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    line-height: 1;

}

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  color: #fff;
  background-color: rgba(123,184,56,0.9);
  width: auto;
  padding: 0 40px;
  border: none;
  border-radius: 2px;
  font-weight: 600;
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  margin-top:10px;
  font-size:15px;
  margin-bottom:10px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: rgba(79,118,36,0.9);
  color:#fff;
}

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


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

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


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

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


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

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


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

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


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


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



.subscribe-options label {
    margin: 0;
}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (min-width: 1210px) {
.custom-menu-primary.js-enabled {
  text-align: right;
	    transform: translateX(40px);
}
}
@media (max-width: 1151px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
  	padding: 0px 14px;
  }
  .nav-sub-menu {
    display: none !important;
	}
}
@media (max-width: 1199px) and (min-width:992px) {
.container-fluid:not(.header-container) .row-fluid .page-center{
	max-width:960px;
}
.nav-sub-menu.clearfix > div {
    max-width: 950px;
}
}
@media (max-width: 991px) and (min-width:768px) {
.container-fluid:not(.header-container) .row-fluid .page-center{
	max-width:720px;
}
}
@media (max-width: 767px) and (min-width:576px) {
.container-fluid:not(.header-container) .row-fluid .page-center{
	max-width:540px;
}
}
/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1000px) {
	.header-container-wrapper .container-fluid .row-fluid .page-center {
    padding: 0px 20px;
	}
  .custom-banner.blog-banner {
    padding-top: 6.6rem;
	}
  .custom-header-wrapper.scroll-header {
    box-shadow: none;
    position: static !important;
	}
  .custom-header-wrapper {
    background-color: #fff;
    position:static !important;
  }
  .banner-right-col{
  	display:none;
  }
  .banner-left-col {
    width: 100%;
    float: none;
	}
  .custom-logo img:first-child {
    display:  none;
  }
.custom-logo img:last-child {
    opacity: 1;
}
  .custom-logo img:last-child {
       display: block;
    left: auto;
    position: static;
    margin-top: 6px;
    text-align: center;
    margin: 6px auto 0;
  }

  .custom-logo {
    width:  100% !important;

  }
  .scroll-header{
    display:none;
    position:relative;
  }
  
  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a{

    color:#888 !important;
    line-height:26px !important;

  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a:hover{
    color: #7bb838 !important;
  }
  .custom-header-wrapper {
    width: 100% !important;
    position:relative;
  }
  .custom-banner{
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
  }
  .banner-right-col img {
    display: none;
  }
  .header-container-wrapper {
    padding: 0 45px;
    background: #fff;
}
}


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

@media (max-width: 767px) {
	.custom-footer-top {
    text-align: center;
}
  h2.list-title a{
  	display:block;
  }
  span.date {
    float: none;
    display: inline-block;
    margin: 10px 0;
}
  .region-holder {
    margin: 0 auto 20px;
}
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
  	width: 100%;
  }
  .custom-footer-logo img{
  	margin:0 auto;
  }
  input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
  select {
  	max-width:100%;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    #comment-form {
        max-width:100%;
    }
  .custom-copyright p {
    text-align: center;
}
}  
@media (min-width: 576px) and (max-width:1000px){
	.header-container-wrapper .container-fluid .row-fluid .page-center {
    padding: 0px 20px;
    max-width: 540px;
}
}
@media (min-width: 768px) and (max-width:1000px){
  .header-container-wrapper .container-fluid .row-fluid .page-center {
    padding: 0 20px;
    max-width: 720px;
}
}
@media (max-width: 576px) {
.custom-banner.blog-banner {
    padding-top: 0.6rem;
    padding-bottom: 2rem;
}
.blog-pagination-center ul li {
    margin-bottom: 5px;
}
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 480px) {
.header-container-wrapper {
    padding: 0 25px;
}
  
}
@media (max-width: 420px) {
.header-container-wrapper {
    padding: 0 15px;
}
}
@media (max-width: 340px) {
.custom-logo img {
    width: 197px;
}
.mobile-trigger{
  	top: -16px;
}
img.hide-mob{
	display:none;  
}
.custom-copyright p {
    margin-bottom: 4px;
    margin-top: 5px;
}
}