/* ==========================================================================
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=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i'); */
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('//fonts.googleapis.com/css?family=Cabin:400');
@import url('//fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');
@import url('//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css');




/* @font-face {
font-family: 'Cabin';
src: url('//cdn2.hubspot.net/hubfs/2749009/SmartWFM-Feb2019/font/Cabin700.eot') format('embedded-opentype'),
url('//cdn2.hubspot.net/hubfs/2749009/SmartWFM-Feb2019/font/Cabin700.woff') format('woff'),
url('//cdn2.hubspot.net/hubfs/2749009/SmartWFM-Feb2019/font/Cabin700.ttf') format('truetype');
font-style: normal;
font-weight: 700;
unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('//cdn2.hubspot.net/hubfs/2749009/SmartWFM-Feb2019/css/glyphicons-halflings-regular.eot') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/2749009/SmartWFM-Feb2019/css/glyphicons-halflings-regular.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/2749009/SmartWFM-Feb2019/css/glyphicons-halflings-regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 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;
} 

body {
  background: #fff;
  color: #282828;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
}

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

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


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

/* Basic text */
p {
  margin: 0 0 10px;
}
.main-content p:last-child {
  /*   margin-bottom: 0; */
}
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 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #282828;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 36px;
  color: #81ab32;
  font-family: 'Cabin',sans-serif;
  font-weight: 700;
  margin: 0 0 20px;
}
h2 {
  font-size: 30px;
  margin: 20px 0 10px;
}
h3 {
  font-size: 24px;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  margin: 20px 0 10px;
}
h4,h5,h6 {
  margin: 10px 0 0;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 14px;
}

/* Anchor Links */
a {
  color: #81ab32;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  outline: none;
}
a:hover, a:focus {
  color: #81ab32; 
}

/* Lists */
.body-container ul,
.body-container ol {
  margin: 0 0 10px;
  padding: 0 0 0 40px;
}
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 {}
.header-container {}
.hs_header_group {
  position: realtive;
}

.hs_top_head {
  background: #f8f8f8;
  border-bottom: 1px solid #e1e1e1;
  color: #a1b6ff;
  padding: 10px 0;
  font-size: 14px;
}
.hs_top_head .page-center {
  padding-right: 15px;
  padding-left: 15px;
}
.hs_top_head .page-center>div {
  margin-right: -15px;
  margin-left: -15px;
}
.hs_top_head .hs_head_social_share,
.hs_top_head .hs_head_info {
  width: 50%;
  padding: 0 15px;
  margin: 0;
}
.hs_head_info p {
  margin: 0;
}
a, i {
  transition: all 0.3s ease-in-out;
}
.hs_head_info a,
.hs_head_info i {
  color: #282828;
}
.hs_head_info a:hover, 
.hs_head_info a:hover i {
  color: #81ab32;
}
.hs_head_info a {
  margin-right: 10px;
  text-decoration: none;
}
.hs_head_info i {
  margin-right: 5px;
}

.hs_top_head .hs_head_social_share {
  text-align: right;
}
.social_wrap i {
  transition: all 0.3s ease-in-out; 
}
.social_wrap i.fa-twitter, 
.social_wrap i.fa-facebook, 
.social_wrap i.fa-instagram, 
.social_wrap i.fa-linkedin {
  background: #55acee;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  height: 25px;
  width: 25px;
  border-radius: 27px;
  line-height: 25px;
  margin-left: 5px;
}
.social_wrap i.fa-linkedin {
  background: #007bb5;
}
.social_wrap i.fa-instagram {
  background: #c32aa3;
}
.social_wrap i.fa-facebook {
  background: #3b5998;
}
.social_wrap a:hover i {
  transform: rotate(20deg);
}

/*-----------------------------------*/
.hs_head_container {
  background: #fff;
  padding: 25px 0;
  border-bottom: 2px solid #e9eaee;
}
.hs_head_container .page-center {
  padding-right: 15px;
  padding-left: 15px;
}
.hs_head_container .page-center>div {
  margin-right: -15px;
  margin-left: -15px;
}
.hs_head_container .hs_head_logo,
.hs_head_container .custom-menu-primary {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .hs_head_container .hs_head_logo {
    width: 33.33333333%;
    margin: 0;
  }
  .hs_head_container .custom-menu-primary {
    width: 66.66666667%;
    margin: 0;
  }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li{
        border-bottom: 6px solid transparent;
    }
}


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

.body-container-wrapper {}
.body-container {}
.body-container .page-center {
  padding: 30px 15px 0;
}

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


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

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

.hs_foo_container {
  background: #1e1e1e;
  color: #fff;
  padding: 25px 0;
  margin-top: 25px;
}
.hs_foo_container .page-center {
  padding-right: 15px;
  padding-left: 15px;
}
.hs_foo_container .page-center>div {
  margin-right: -15px;
  margin-left: -15px;
}
.hs_foo_container .hs_foo_col_4 {
  width: 100%;
  margin: 0;
  padding: 0 15px;
}
.description p {
  font-size: 12px;
}
.description p:first-child {
  border-bottom: 1px solid #101010;
  padding-bottom: 7px;
  margin: 0;
  margin-bottom: 15px;
}

.hs_foo_col_4 h2 {
  border-bottom: 1px solid #101010;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  padding-bottom: 7px;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: #83aa33;
  font-family: 'Cabin',sans-serif;
}
.hs_foo_menu .hs-menu-wrapper ul {
  padding-left: 0;
  list-style: none;
}
.hs_foo_menu .hs-menu-wrapper ul li>ul {
  position: relative !important;
  left: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.hs_foo_menu .hs-menu-wrapper ul li {
  font-size: 14px;
  line-height: 20px;
}
.hs_foo_menu .hs-menu-wrapper ul li a {
  color: #fff;
  text-decoration: none;
  display: inline-block !important;
}
.hs_foo_menu .hs-menu-wrapper ul li a:hover {
  color: #83aa33;
}
.hs_foo_menu .hs-menu-wrapper ul li i.fa {
  color: #83aa33;
  margin-right: 10px;
}

.list-unstyled {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
.list-unstyled li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
.list-unstyled li i.fa {
  margin-right: 10px;
}
.list-unstyled li a {
  color: #fff;
  text-decoration: none;
}
.list-unstyled li a:hover {
  color: #83aa33;
}
.list-unstyled li:last-child {
  margin-bottom: 0;
}
.list-unstyled li.social-links a i.fa {
  margin-right: 6px;
}
.list-unstyled li.social-links a i.fa {
  height: 28px;
  width: 28px;
  border-radius: 32px;
  text-align: center;
  line-height: 28px;
}
.list-unstyled li.social-links a i.fa-twitter {
  background: #00aded;
}
.list-unstyled li.social-links a i.fa-linkedin {
  background: #007cb5;
}
.list-unstyled li.social-links a i.fa-facebook {
  background: #3b5998;
}
.list-unstyled li.social-links a i.fa-instagram {
  background: #c32aa3;;
}
.list-unstyled li.social-links a:hover i.fa-twitter {
  background: none;
  color: #00aded;
}
.list-unstyled li.social-links a:hover i.fa-linkedin {
  color: #007cb5;
  background: none;
}
.list-unstyled li.social-links a:hover i.fa-facebook {
  background: none;
  color: #3b5998;;
}
.list-unstyled li.social-links a:hover i.fa-instagram {
  color: #c32aa3;
  background: none;
}



@media(min-width: 768px) {
  .hs_foo_container .hs_foo_col_4 {
    width: 33.33333333%;
    float: left;
  }
  .hs_foo_container .hs_foo_col_4.description {
    padding-right: 100px;
  }


}



/*--------------------*/
.hs_copyright_wrap {
  background: #000;
  overflow: hidden;
  padding-right: 15px;
  padding-left: 15px;
}
.hs_copyright p {
  margin: 0;
  font-size: 12px;
  color: #fff;
  padding: 15px 0;
}



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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  float: right;
  margin-right: -5px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  margin: 10px 20px 0px 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  font-size: 20px;
  color: #282828;
  padding: 0;
  margin-bottom: 30px;
  font-family: 'Cabin',sans-serif;
  position: relative;
  line-height: 20px;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active.active-branch>a,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #82ab33;
}
@media(min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li.active.active-branch > a {
    color: #82ab33;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active.active-branch {
    border-bottom: 6px solid #82ab33;
  }
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  padding: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  border: 1px solid rgba(0,0,0, 0.15);
  min-width: 160px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  padding: 10px 15px;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  display: inline-block;
  font-size: 14px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch a,
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  background: #f8f8f8;
  text-decoration: none;
  color: #82ab33;
}

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

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


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

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

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

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

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -37px;
    right: 30px;
    width: auto;
    height: auto;
    padding: 7px 10px 9px 10px;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: #ddd; 
    border-color: #ddd;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    /*     top: -67px; */
  }

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

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

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

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

  .custom-menu-primary {
    position: relative;
  }

  /* Hide menu on mobile */
  .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;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    background-color: #fff;
    padding-top: 30px;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 0;
    margin: 6.5px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    margin: 5px 10px 15px 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    color: #282828;
    padding: 0;
    font-family: 'Cabin',sans-serif;
    position: relative;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a:hover{
    color: #82ab33;
  }  

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 5px 15px;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    font-size: 14px;
    margin: 0;
    font-family: 'Open Sans',sans-serif;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    background: #f8f8f8;
    text-decoration: none;
    color: #82ab33;
  }

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

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


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


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

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

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

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

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


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

.post-listing .post-item {
  display: inline-block;
  margin: 15px 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.post-listing .post-item .tmember {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
.post-listing .post-item .adv-full-width {
  width: 30%;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  border: 1px solid #ddd;
  padding: 2px;
}
.post-listing .post-item .adv_san {
  width: 69%;
  border: 0;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  min-height: 200px;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.post-listing .post-item .adv-full-width .img_wrap {
  width: 327px;
  max-height: 200px;
  overflow: hidden;
}
.post-listing .post-item .adv-full-width .img_wrap img {
  max-width: 100%;
  height: auto;
}
.post-listing .post-item .adv_san h3 a {
  text-decoration: none;
}
.post-listing .post-item .adv_san h3 {
  color: #83aa33;
  font-size: 18px;
  margin: 0;
  line-height: 27px;
  font-family: 'Cabin',sans-serif;
}
.post-listing  p.blog_desc {
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
}
/* .post-listing ul.post-categories {
font-size: 12px;
display: inline-block;
padding-left: 2px;
list-style: none;
margin: 0px;
} */
.post-listing ul.post-categories {
  font-size: 12px;
  display: inline-block;
  padding-left: 0;
  list-style: none;
  margin: 0px 0 0 -2px;
}
.post-listing ul.post-categories li {
  list-style: none;
  display: inline-block;
  margin: 15px 0;
}
.post-listing ul.post-categories li a,
.post-listing  p.blog_desc a,
div.tmember div.adv_san>span a{
  text-decoration: none !important;
}
div.tmember div.adv_san>span{
  font-size: 12px;
  display: inline-block;

}
div.tmember p.alignright {
  font-size: 12px;
  text-align: right;
  line-height: 24px;
}
div.tmember p.alignright a {
  text-decoration: none;
}
div.tmember p.alignright a i {
  font-size: 9px;
}
div.tmember p.csm-body-content {
  padding-top: 10px;
  font-size: 14px;
  line-height: 24px;
}
.blog-pagination {
  font-size: 14px;
  text-align: right;
  padding: 0px 15px;
}
.blog-pagination a {
  margin-right: 10px;
  color: #333;
  text-decoration: none;
}
.blog-pagination > div {
  display: inline-block;
}
.blog-pagination a:hover {
  color: #81ab32;
}

.blog-pagination a.active {
  background: #81ab32;
  color: #fff;
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 3px;
}
.hs-blog-post .post-body p {
  font-size: 14px;
  line-height: 24px;
}
.csm-head-topic,
.csm-head-author {
  padding-bottom: 9px;
  margin: 10px 0 20px;
  border-bottom: 1px solid #eee;
}
.csm-head-topic h1,
.csm-head-author h1{
  margin-bottom: 50px;
}
.blog-post-wrapper .post-thumbnail {
  margin-bottom: 20px;
}
.csm-head-author span {
  border-bottom: 3px solid #82ab33;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 60px;
  display: block;
  margin: 0 auto;
}
.author-info p.author-bio {
  font-size: 14px;
  line-height: 24px;
}
.blog-post-wrapper .post-body ul {
  margin: 15px 0;
}
.blog-post-wrapper .post-body ul li {
  font-size: 14px;
  list-style-type: circle;
}

.blog-post-wrapper .section.post-body audio {
  width: 100%;
  max-width: 100%;
}


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


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

.blog .section.post-footer form,
.custom_error_message form,
.body-container .hs-search-field,
.body-container .widget-type-form,
.landing-page.one-column .body-container .hs_cos_wrapper_type_form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription {
  background-color: #339999;
  padding: 40px 35px 20px;
  width: 100%;
  max-width: 500px;
  display: block;
  border: 1px solid rgb(40, 40, 40);
  margin: 0 0 15px;
}

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

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

/* Labels and Legends */
label {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: raleway,helveticaneue,helvetica neue,Helvetica,Arial,sans-serif;
  line-height: 24px;
}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  /*max-width: 500px;*/
  display: block;
  min-height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  font-size: 15px;
  color: #222;
  background-color: #ffffff;
  outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

/* 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 */
form.hs-form ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
form.hs-form ul.hs-error-msgs.inputs-list li label {
  color: #f00;
}
/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  padding: 10px 20px;
  border-radius: 3px;
  letter-spacing: inherit;
  text-transform: none;
  border: 0;
  min-height: 38px;
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  color: #ffffff;
  background-color: #669933;
  outline: none;
  margin-: 15px 0;
}

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

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


input[type="search"] {
  -webkit-appearance: none;
}
.body-container .hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
}
.body-container .hs-search-field--open .hs-search-field__suggestions a{
  padding: 1px 5px
}
.body-container .hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}
.body-container .hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}
.body-container .hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}
.body-container .hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}
.hs_recaptcha.hs-recaptcha.hs-form-field {
  overflow: hidden;
  overflow-x: auto;
}
.subscribe-options label {
  margin: 0;
  color: inherit;
}
#hs-pwd-widget-password {
  margin-top: 10px !important;
}

@media(max-width: 520px) {
  .hs_recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0;
    -webkit-transform-origin: 0;
  }

}


/*===================Full Width=====================*/
body.hs_full_width_page {}

.hs_body_head {}
.main-content img[alt="Smart CHECK"] {
  margin: 25px 0 35px;
  max-width: 840px;
  width: 100%;
}


/*-------------------------*/
.hs_smart_wfm_services {
  padding: 60px 0;
}
.hs_smart_wfm_service {
  margin-right: -45px;
  padding-left: 15px;
}
.span4.serv_box {
  width: 100%;
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
}
.serv_box>aside {
  text-align: center;
  color: #333;
  background: #f8f8f8;
  position: relative;
  padding: 35px;
  box-sizing: border-box;
  font-family: 'Cabin',sans-serif;
  min-height: 291px;
  transition: all 0.3s ease-in-out;
}
.serv_box>aside:hover {
  background: #81ab32;
  color: #fff;
}
.serv_box > aside i.fa {
  position: absolute;
  top: -22px;
  background: #82ab33;
  font-size: 24px;
  padding: 10px;
  border-radius: 27px;
  margin-left: -22px;
  color: #fff;
  min-width: 44px;
  left: 50%;
  margin-left: -22px;
}
.serv_box > aside:hover i.fa {
  background: #fff;
  box-shadow: 0 0 0 2px #82ab33 inset;
  color: #82ab33;
}
.serv_box > aside a {
  color: #82ab33;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.serv_box > aside:hover a {
  text-decoration: underline;
  color: #fff;
}
.serv_box > aside h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 15px 0;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  color: inherit;
  font-family: Cabin, sans-serif;
}
.serv_box > aside:hover h3 {
  color: #fff;
}
.serv_box > aside ul {
  margin: 0;
  padding: 0;
}
.serv_box > aside ul li {
  list-style: none;
  line-height: 30px;
}

@media (min-width: 768px) {
  .span4.serv_box {
    width: 33.33333333%;
    float: left;
  }
}

/*---------------------Accordion*/
.hs_accordion {
  position: relative;
  margin: 35px 0 0;
}
.accordion_item {
  margin-bottom: 21.73913043px;
}
.accordion_header {
  position: relative;
  border: 1px solid #f0f0f0;
  -webkit-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
  background-color: #f8f8f8;
  border-radius: 5px 5px 0 0;
}
.accordion_header:hover {
  background-color: #f0f0f0;
}
.accordion_header a {
  font-size: 18px;
  margin: 0;
  line-height: 1;
  display: block;
  padding: 14px 20px;
  text-decoration: none;
  position: relative;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  color: #666;
  padding-left: 46px;
}
.accordion_header.acc_active a {
  cursor: default;
}
.accordion_header span.accordion_icon {
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 12px;
  position: relative;
  font-size: inherit;
  margin: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}
.accordion_header span.accordion_icon:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 2px 0 0 0;
}
.accordion_header span.accordion_icon:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 0 0 2px;
}

.accordion_header.acc_active span.accordion_icon:after {
  display: none;
}
.accordion_header.acc_active {
  background-color: #f8f8f8;
}

.accordion_content {
  display: none;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: padding .2s ease-in-out;
  -o-transition: padding .2s ease-in-out;
  transition: padding .2s ease-in-out;
  background-color: #f8f8f8;
  border-color: #f0f0f0;
  border-radius: 0 0 5px 5px;
  border: 1px solid #f0f0f0;
  border-top: 0;
}
.accordion_content .accordion_content_inner {
  margin-left: -15px;
  margin-right: -15px;
  padding: 14px 20px;
}
.accordion_content .hs_acc_col_2,
.accordion_content .hs_acc_col_6 {
  width: 100%;
}
.accordion_content.hs_acc_full .hs_acc_col_6 {
  width: auto;
}
.accordion_content .hs_acc_col_6_inner {
  padding: 0 15px;
  margin-bottom: 35px;
}
.accordion_content h4 {
  margin: 20px 0 10px;
}
.accordion_content .wpb_video_wrapper {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.accordion_content iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
}
.accordion_content .hs_acc_col_6.hs_col_12 ul {
  margin-bottom: 0;
}

@media(min-width: 768px) {
  .accordion_content .hs_acc_col_6 {
    width: 50%;
    float: left;
  }
  .accordion_content .hs_acc_col_6.hs_col_12 {
    width: 100%;
  }
  .accordion_content .hs_acc_col_2 {
    width: 31.336%;
    float: left;
  }
  .accordion_content .hs_acc_col_2:nth-child(6n+1) {
    clear: left;
  }

}

@media(min-width: 992px) {
  .accordion_content .hs_acc_col_2 {
    width: 16.66666667%;
  }
}




/*=================Two Column Right================*/
body.hs_2col_right_page {}
.hs_2col_right_page .main-content {
  margin-bottom: 25px;
  min-height: 286px;
}
.hs_2col_right_page .sidebar.right {
  margin-bottom: 35px;
}

/*====================Two Column Equal Bottom Pane==================*/
body.hs_2col_equ_bottom_page {}
.hs_2col_equ_bottom_page .main-content.hs_bottom {
  margin: 25px 0;
}

/*====================Two Column Equal==================*/
body.hs_2col_equ_page {}

.hs_2col_equ_page .main-content {
  margin-bottom: 35px;
}
.hs_2col_equ_page .accordion_header {
  margin-bottom: 20px;
}
.hs_2col_equ_page .accordion_item {
  margin-bottom: 20px;
}
.hs_2col_equ_page .accordion_content {
  border-top: 1px solid #f0f0f0;
}
.hs_2col_equ_page .accordion_content .hs_acc_col_6_inner {
  margin-bottom: 0;
}
.hs_2col_equ_page .accordion_content .hs_acc_col_6_inner p {
  margin: 0;
}

/*=====================Jarrod McGrath========================*/
body.hs_jarrod_mcgrath {}  
.hs_jarrod_mcgrath .main-content {
  margin-bottom: 25px;
}
/*=====================Stay in Touch========================*/
body.hs_stay_in_tuch_page {}


.hs_stay_in_tuch_form {
  padding: 0 15px;
}
.hs_stay_in_tuch_form .hs-richtext {
  text-align: center;
  padding: 0 0 34px;
}
.hs_stay_in_tuch_form .hs-richtext p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: raleway,helveticaneue,helvetica neue,Helvetica,Arial,sans-serif;
  line-height: 24px;
}
.hs_stay_in_tuch_form .hs-form-field>label {
  display: none;
}
.hs_stay_in_tuch_form .hs-form-field>.input>input, 
.hs_stay_in_tuch_form .hs-form-field>.input>textarea {
  font-family: raleway, helveticaneue, "helvetica neue", Helvetica, Arial, sans-serif;
  line-height: normal;
}
.hs_stay_in_tuch_form .hs-form-field>.input>textarea {
  padding-top: 9px;
  min-height: 65px;
}
.hs_stay_in_tuch_form .actions {
  text-align: center;
}
.hs_stay_in_tuch_form input.hs-button.primary.large {
  margin: 7px 0 23px;
  font-weight: 400;
}

@media(min-width: 768px) {
  .hs_stay_in_tuch_form .widget-type-form {
    max-width: 480px;
    margin-bottom: 10px;
  }
}

/*=====================Two Column Equal with Form=======================*/
body.hs_2col_equ_wform_page {}

.hs_2col_equ_wform_page .main-content {
  margin-bottom: 35px; 
}
.hs_2col_equ_wform_grp {
  background-color: #f7f7f7;
  border: 1px solid #f0f0f0;
  font-size: 1em;
  padding: 28px 28px;
  border-radius: 5px;
  margin: 0 0 35px;
}
.hs_2col_equ_wform {
  border: 5px solid #ffffff;
  border-bottom: 0;
  max-width: 480px;
}
.hs_2col_equ_wform .widget-type-form {
  padding: 30px 35px 20px;
  border: 0;
  margin: 0;
}
.hs_2col_equ_wform h3.form-title {
  text-align: center;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
  margin: 0 0 20px;
}
.hs_2col_equ_wform .hs-form-field>label {
  display: none;
}
.hs_2col_equ_wform .hs-form-field>.input>input {
  font-size: 15px;
  color: #222;
  font-family: raleway, helveticaneue, "helvetica neue", Helvetica, Arial, sans-serif;
}
.hs_2col_equ_wform .actions {
  text-align: center;
}
.hs_2col_equ_wform input.hs-button.primary.large {
  margin: 0;
  color: #339999;
  background-color: #ffffff;
  padding: 0 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 600;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}
.hs_2col_equ_wform input.hs-button.primary.large:hover {
  opacity: .9;
}
.hs_2col_equ_wform_bcontent {
  background-color: #399;
  max-width: 480px;
  border: 5px solid #fff;
  border-top: 0;
  text-align: center;
  color: #fff;
  padding: 5px 0 0;
}
.hs_2col_equ_wform_bcontent p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  font-family: raleway,helveticaneue,helvetica neue,Helvetica,Arial,sans-serif;
  margin: 0 0 15px;
}

.hs_2col_equ_wform_page blockquote {
  border: 1px solid #f0f0f0;
  font-size: 1em;
  padding: 28px 28px;
  margin: 0 0 35px;
  background-color: #f7f7f7;
  border-radius: 5px;
}
.hs_2col_equ_wform_page blockquote h2 {
  margin: 0 0 10px;
}
.hs_2col_equ_wform_page blockquote p:last-child {
  margin-bottom: 0;
}
.hs_2col_equ_wform_page .main-content img[alt="The Digital Workforce"] {
  margin: 24px 0 35px;
}
.hs_video_grp {
  width: 90%;
}
.hs_2col_equ_wform_page .wpb_video_wrapper {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.hs_2col_equ_wform_page .wpb_video_wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
}
.hs_2col_equ_wform_page .main-content.right h1 {
  margin: 35px 0;
}
.hs_2col_equ_wform_page .main-content.right h4 {
  margin-bottom: 35px;
}

/*=========================Home Page=======================*/
body.hs_home_page {}


.hs_home_slider {
  position: relative;
}
.hs_home_slider .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}

.hs_home_slider button.slick-arrow {
  z-index: 9;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  opacity: .5;
  font-size: 0;
  color: #706e71;
  height: 99%;
  top: -1px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.hs_home_slider button.slick-arrow:hover {
  opacity: .9;
  outline: 0;
}
.hs_home_slider button.slick-arrow:before {
  content: "";
  font-size: 52px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #706e71;
  opacity: 1;
  position: relative;
  top: 15px;
}
.hs_home_slider button.slick-prev.slick-arrow {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.hs_home_slider button.slick-prev.slick-arrow:before {
  content: "\e079";
  margin-left: 30px;
}
.hs_home_slider button.slick-next.slick-arrow {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.hs_home_slider button.slick-next.slick-arrow:before {
  content: "\e080";
  margin-right: -10px;
}

.hs_home_slider .caption.below {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.hs_home_slider .caption.below p {
  width: 370px;
  padding: 25px;
  box-sizing: border-box;
  background-color: rgba(112, 110, 113, 0.75);
  text-align: left;
  text-shadow: none;
  line-height: 30px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
a.btn-readdmore {
  background: #82ab33;
  padding: 5px 10px;
  color: #fff;
  border-radius: 0;
  margin-top: 10px;
  border: 0;
  transition: all 0.3s ease-in-out;
  display: table;
}
a.btn-readdmore:hover {
  color: #82ab33;
  box-shadow: 0 0 0 2px #82ab33 inset;
  background: #fff;
  border: 0;
}
.hs_home_slider ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 35px;
}
.hs_home_slider ul.slick-dots li {
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.hs_home_slider ul.slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.hs_home_slider ul.slick-dots li:not(:first-child) {
  margin-left: 5px;
}
.hs_home_slider ul.slick-dots li>button {
  display: none;
}

@media(min-width: 768px) {
  .hs_home_slider .caption.below {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    top: 30%;
  }
}

/*---------------------------*/
.hs_home_row_1 {
  padding: 55px 0 41px;
  position: relative;
}
.hs_home_row_1 .row-fluid .page-center {
  padding: 0;
}
.hs_home_row_1 h1 {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}
.hs_home_row_1 h1:before {
  background: #82ab33;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 60px;
}
.hs_home_row_1 p {
  line-height: 30px;
  font-size: 16px;
}
.hs_home_row_1 blockquote {
  padding: 10px 20px;
  margin: 20px 0 35px;
  font-size: 17.5px;
  line-height: 30px;
  border-left: 5px solid #81ab32;
}
.hs_home_row_1 blockquote p:last-child {
  margin-bottom: 0;
}


.hs_home_row_1 .wpb_video_wrapper {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.hs_home_row_1 .wpb_video_wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
}


/*---------------------------*/
.hs_home_row_2 {}
.hs_2col_equ_img_grp {
  position: relative;
}
.hs_2col_equ_img {
  margin-left: -15px;
  margin-right: -15px;
}
.hs_2col_equ_img_grp .hs_img_wrap,
.hs_2col_equ_img_grp .hs_cont_wrap {
  width: 100%;
  float: none;
  margin-bottom: 35px;
}
.hs_2col_equ_img_grp.hs_right {
  margin-top: 30px;
}
.hs_2col_equ_img_grp .hs_inner_wrap {
  padding: 0 15px;
}
.hs_2col_equ_img_grp .hs_img_wrap img {
  border-radius: 4px;
}
.hs_2col_equ_img_grp h1.hs_title {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}
.hs_2col_equ_img_grp h1.hs_title:before {
  background: #82ab33;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 60px;
}
.hs_2col_equ_img_grp ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs_2col_equ_img_grp ul li {
  line-height: 30px;
}

.hs_home_row_2 .hs_smart_wfm_services {
  padding: 55px 0 35px;
}
.hs_home_row_2 .hs_smart_wfm_service {
  margin: 0;
  padding: 0;
}
.hs_home_row_2 .hs_smart_wfm_services h1.hs_title {
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}
.hs_home_row_2 .hs_smart_wfm_services h1.hs_title:before {
  background: #82ab33;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 60px;
}
.hs_home_row_2 .hs_smart_wfm_ser_grp {
  padding-top: 66px;
  margin-left: -30px;
  margin-right: -30px;
}



@media(min-width: 768px) {
  .hs_2col_equ_img_grp .hs_img_wrap,
  .hs_2col_equ_img_grp .hs_cont_wrap {
    width: 50%;
    float: left;
  }
  .hs_2col_equ_img_grp.hs_right .hs_img_wrap {
    float: right;
  }


}


/*---------------------------*/
.hs_home_row_3 {}

.hs_our_value_wrap {
  padding: 19px 0 30px;
  position: relative;
}
.hs_our_value_wrap .page-center {
  padding: 35px 0 25px;
}
.hs_home_row_4 .main-content h1,
.hs_our_value_grp h1.hs_t_title {
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  color: #fff;
}
.hs_home_row_4 .main-content h1:before,
.hs_our_value_grp h1.hs_t_title:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 60px;
}

.hs_our_value_inner {
  margin-left: -15px;
  margin-right: -15px;
}
.hs_our_value_inner .span6 {
  margin: 0;
  width: 50%;
}
.hs_our_value_inner .hs_inner_wrap {
  padding: 0 15px;
}
.hs_our_value_inner ul.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs_our_value_inner .list-unstyled li {
  font-size: 16px;
  margin: 30px 0 0;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hs_our_value_inner .list-unstyled li:last-child {
  margin-top: 20px;
}
.hs_our_value_inner .list-unstyled li i.fa {
  color: #81ab32;
  font-size: 36px;
  background: #fff;
  min-height: 64px;
  min-width: 64px;
  border-radius: 50%;
  text-align: center;
  line-height: 64px;
  vertical-align: top;
  height: 100%;
  margin: 0;
}
.hs_our_value_inner .hs_our_value_cont {
  padding: 0 15px;
}
.hs_our_value_cont h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #000;
}
.hs_our_value_cont p {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Open Sans',sans-serif;
}


/*---------------------------*/
.hs_home_row_4 {
  background-color: #339999;
  padding: 30px 15px;
  position: relative;
}
.hs_home_row_4 .row-fluid .page-center {
  padding: 0 0 25px;
}

.hs_home_row_4 .main-content {
  padding-top: 35px;
}
.hs_home_row_4 .main-content p {
  line-height: 30px;
  font-size: 16px;
  color: #282828;
}
.hs_home_row_4 .sidebar.right {
  padding-top: 35px;
}

/*---------------------------*/
.hs_home_row_5 {}
.hs_home_row_5 .row-fluid .page-center {
  padding: 35px 0 0;
}
.hs_home_rss {
  padding: 15px 0 0;
}
.hs_home_rss h3 {
  font-size: 36px;
  text-align: center;
  color: #81ab32;
  padding-bottom: 10px;
  position: relative;
  margin: 20px 0 7px;
  font-weight: 700;
  font-family: Cabin, sans-serif;
}
.hs_home_rss .hs-rss-module {
  margin-right: -30px;
}
.hs_home_rss .hs-rss-module:after {
  content: "";
  display: table;
  clear: both;
}
.hs_home_rss .hs-rss-item {
  width: 33.33333333%;
  float: left;
  padding: 0 30px 30px 0;
  margin: 0 0 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hs_home_rss .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  padding: 37px 10px 10px;
}
.hs_home_rss .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  width: 100%;
}
.hs_home_rss .hs-rss-item-text h4,
.hs_home_rss .hs-rss-item-text a.hs-rss-title {
  margin: 0 0 15px;
  font-size: 18px;
  display: block;
  font-weight: 500;
  line-height: 1.1;
  color: #81ab32;  
}
.hs_home_rss .hs-rss-item-text .hs-rss-description {
  font-size: 16px;
  line-height: 30px;
}
.hs_home_rss .hs-rss-item-text .hs-rss-description a { 
  text-decoration: none;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid #83aa33;
  display: table;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  padding: 14px 20px;
  color: #fff;
  background-color: #83aa33;
  line-height: normal;
  margin: 15px 0 0;
}
.hs_home_rss .hs-rss-item-text .hs-rss-description a:hover {
  color: #f7f7f7;
  background-color: #339999;
  border: 1px solid #339999;
}

/*===============Full Width with Slider===============*/
body.hs_full_width_slider_page {}

.main-content .hs_cos_wrapper_type_simple_menu {}
.main-content .hs_cos_wrapper_type_simple_menu ul {
  margin: 25px -15px 10px !important;
  padding: 0;
  list-style: none;
  display: block;
}
.main-content .hs_cos_wrapper_type_simple_menu ul>li {
  width: 16.66666667%;
}
.main-content .hs_cos_wrapper_type_simple_menu ul>li .hs_inner_list {
  padding: 0 15px;
}

.main-content .hs_cos_wrapper_type_simple_menu ul>li a {
  text-decoration: none;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid transparent;
  display: block;
  width: 100%;
  border-radius: 5px;
  color: #666;
  background-color: #ebebeb;
  box-shadow: 0 5px 0 #cfcfcf;
  font-size: 16px;
  padding: 18px 25px;
  line-height: normal;
  text-align: center;
}
.main-content .hs_cos_wrapper_type_simple_menu ul>li a:hover {
  top: 3px;
  box-shadow: 0 2px 0 #cfcfcf;
}
.hs_knowledge_gallery .hs_cos_gallery_main {
  margin: 12px 0 30px;
  padding: 0;
  max-width: 300px;
}

.hs_knowledge_gallery .hs_cos_gallery_main button.slick-arrow {
  display: none !important;
}
.hs_knowledge_gallery .hs_cos_gallery_main .hs_cos_gallery_slide {
  margin-top: 0;
  text-align: left;
}
.hs_knowledge_gallery .hs_cos_gallery_main .slick-slide-inner-wrapper img {
  width: 100%;
}
/*---------------------News*/
.hs_news_grp {
  position: relative;
}
.hs_news_grp .hs_news_item {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}
.hs_news_grp .hs_news_item:not(:nth-child(-n+3)):before {
  content: "";
  border-top: 1px solid #ebebeb;
  display: block;
  width: calc(100% - 36px);
  margin: 0 auto;
  margin-top: 6px;
  padding-top: 38px;
}
.hs_news_item .span6 {
  width: 100%;
  margin: 0;
  padding: 5px;
}
.hs_news_item .hs_inner_wrap {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 35px;
}
.hs_news_item .hs_img_wrap {
  text-align: center;
}
.hs_news_item .hs_img_wrap a {
  display: inline-block;
}
.hs_news_item .hs_cont_wrap {}
.hs_news_item .hs_cont_wrap h2 {}
.hs_news_item .hs_cont_wrap h3 {}

/*-------------------------------Product Details*/
.hs_product_detail {
  position: relative;
  padding: 40px 0 0;
}
.hs_product_detail .span6 {
  width: 100%;
  margin: 0;
}
.hs_product_detail .hs_inner_wrap {
  padding: 0 15px;
} 
.hs_product_detail .hs_inner_wrap img {
  display: block;
  margin: 0 auto;
}
.hs_product_detail h1.product_title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}
.hs_product_detail .ec-breadcrumbs {
  padding-bottom: 20px;
  margin-top: -15px;
}
.hs_product_detail .ec-breadcrumbs a {
  color: #999;
  transition: color .12s ease-out 0s;
  text-decoration: none;
}
.hs_product_detail .ec-breadcrumbs a:hover {
  color: #547021;
}

.product_details_wrap {
  position: relative;
  overflow: hidden;
  max-height: 15em;
}
.product_details_wrap.hs_active {
  max-height: 100%;
}
.product_details_wrap:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4em;
  background-image: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 95%);
}
.product_details_wrap.hs_active:after {
  display: none;
}
.product-details {
  position: relative;
  font-size: 16px;
  line-height: 1.4;
}
.product-details>div:after {
  content: "";
  display: table;
  clear: both;
}
.product-details p {
  margin-bottom: 20px;
}
.product-details p+p+p {
  margin-top: -10px;
}
.product-details p strong {
  font-weight: 600;
}
.product-details p:first-child {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Open Sans",sans-serif;
}
.product-details p:first-child strong {
  font-weight: inherit;
}


.product-details-module {
  display: block;
  position: relative;
  top: -1.8em;
  margin-bottom: -3em;
  padding-top: 3em;
  cursor: pointer;
  line-height: 1.4;
  color: #81ab32;
  transition: color .12s ease-out 0s;
  text-decoration: none;
}
.product-details-module:hover {
  color: #547021;
}

@media(min-width: 768px) {
  .hs_product_detail .span6,
  .hs_news_item .span6 {
    width: 50%;
  }
}
/*-------------------------Popup*/
.hs_product_detail .my-gallery {
  margin-bottom: 35px;
}
.my-gallery figure {
  display: block;
}
.my-gallery figcaption {
  display: none;
}
.pswp__bg {
  background: #fff !important;
}
button.pswp__button.pswp__button--arrow--left,
button.pswp__button.pswp__button--arrow--right,
.pswp__button--share,
.pswp__button--fs,
.pswp__counter {
  display: none !important;
}
button.pswp__button.pswp__button--close {
  display: block;
  position: absolute;
  overflow: visible;
  opacity: .5;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  cursor: pointer;
  -webkit-appearance: none;
  will-change: opacity;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
}
button.pswp__button.pswp__button--close:hover {
  opacity: 1;
}
button.pswp__button.pswp__button--close:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  border-radius: 0 0 10px;
  background-repeat: no-repeat;
  background-position: 15px 15px;
  background-size: 32px 32px;
  background-image: url(//cdn2.hubspot.net/hubfs/2749009/SmartWFM-Feb2019/image/close.svg);
}
.pswp__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  background-color: rgba(255,255,255,0.5);
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
}
.pswp__caption .pswp__caption__center {
  max-width: 420px;
  margin: 0 auto;
  padding: 12px;
  color: #282828;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}


.pswp__button--zoom {
  display: block;
  position: absolute;
  overflow: visible;
  opacity: .5;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  cursor: pointer;
  -webkit-appearance: none;
  will-change: opacity;
  top: 0;
  width: 90px;
  height: 90px;
  right: 0;
  left: auto;
  opacity: 0;
  display: block;
}
.pswp__button--zoom:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  border-radius: 0 0 10px;
  background-repeat: no-repeat;
  background-position: 15px 15px;
  background-size: 32px 32px;
  right: 0;
  left: auto;
  border-radius: 0 0 0 10px;
  background-image: url(//cdn2.hubspot.net/hubfs/2749009/SmartWFM-Feb2019/image/zoom.svg);
  background-position: 19px 16px;
  background-size: 33px 33px;
}
.pswp__scroll-wrap:hover .pswp__button--zoom {
  opacity: .5;
}
.pswp__scroll-wrap .pswp__button--zoom:hover {
  opacity: 1;
}
/*-----------------------------*/
.hs_product_wrap {
  text-align: center;
  position: relative;
  padding: 40px 0 0;
}
.hs_product_grp {
  padding: 16px 15px;
  /*   max-width: 287px; */
  margin: 0 auto;
  width: 25%;
}
a.grid-product__image {
  display: block;
  position: relative;
  order: 1;
  width: 100%;
  margin: 0 auto;
}
.grid-product__spacer {
  width: 100%;
}
.grid-product__spacer-inner {
  padding-top: 100%;
}
.grid-product__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.grid-product__image-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-align: left;
  direction: ltr;
}
img.grid-product__picture {
  -webkit-backface-visibility: hidden;
  transition: transform .2s ease 0s;
  -webkit-tap-highlight-color: rgba(40,40,40,0.2);
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: -28.0347%;
}
.grid-product__shadow {
  display: flex;
  background-color: rgba(0,0,0,0.025);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid-product__shadow-inner {
  display: none;
  overflow: hidden;
  width: 100%;
  padding: 0 8%;
  transform: translateZ(0);
  transition: transform .2s ease 0s;
  font-size: 22px;
}
.hs_product_grp:hover img.grid-product__picture,
.grid-product__image-wrap:hover img.grid-product__picture {
  transform: scale(1.1);
}
a.grid-product__title {
  margin-top: .8em;
  display: inline-block;
  text-decoration: none;
}
.grid-product__title-inner {
  min-height: 1.3em;
  color: #282828;
}
.grid-product__price {
  padding-top: .1em;
  padding-bottom: 16px;
}
.grid-product__price-amount {
  font-size: 22px;
  font-weight: 600;
  color: #282828;
}
.hs_product_grp:hover .grid-product__title-inner,
a.grid-product__title:hover .grid-product__title-inner {
  color: #547021;
}

/*================Error Page==================*/
body.hs_error_page {}
.hs_error_title {
  padding-bottom: 39px;
  margin: 10px 0 20px;
  border-bottom: 1px solid #eee;
}
.hs_error_recent h3 {
  font-size: 30px;
  margin: 10px 0 10px;
}
.hs_error_page .main-content .hs-search-field {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.hs_error_page .main-content .hs-search-field__bar label {
  display: block;
  max-width: 100%;
  margin: -1px 0 0;
  font-weight: bold;
  font-size: 16px;
  color: #282828;
  font-family: 'Open Sans',sans-serif;
}
.hs_error_page .main-content input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 5px 10px;
  min-height: 40px;
  width: 100%;
  margin-top: 0;
  outline: none;
  display: inline-block;
  max-width: 314px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.hs_error_page .main-content button.search-submit {
  background: #82ab33;
  padding: 5px 10px;
  color: #fff;
  border-radius: 0;
  margin-top: 8px;
  border: 0;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.hs_error_page .main-content button.search-submit:hover {
  color: #82ab33;
  box-shadow: 0 0 0 2px #82ab33 inset;
  background: #fff;
  border: 0;
}

/*================Search page================*/
body.hs_search_page {}
.hs_search_page .hs-search-field {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.hs_search_page .hs-search-field ul.hs-search-field__suggestions {
  border: 0;
}
.hs_search_page .hs-search-field ul.hs-search-field__suggestions h1>span {
  display: block;
}
.hs_search_page .sidebar.right .hs-search-field {
  padding-top: 19px;
}
.hs_search_page .sidebar.right .hs-search-field p {
  display: none;
}
.hs_search_page .sidebar.right .hs-search-field label {
  font-size: 18px;
  font-family: 'Cabin',sans-serif;
  color: #81ab32;
  font-weight: 500;
  display: block;
}
.hs_search_page .sidebar.right input.hs-search-field__input {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 5px 10px;
  min-height: 40px;
  width: 100%;
  margin-top: 4px;
  outline: none;
  font-size: 14px;
}
.hs_search_page .sidebar.right button.search-submit {
  background: #82ab33;
  padding: 5px 10px;
  color: #fff;
  border-radius: 0;
  margin-top: 15px;
  border: 0;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font-weight: 500;
  font-family: 'Cabin',sans-serif;
  font-size: 18px;
  line-height: 22px;
}
.hs_search_page .sidebar.right button.search-submit:hover {
  color: #82ab33;
  box-shadow: 0 0 0 2px #82ab33 inset;
  background: #fff;
  border: 0;
}
.hs_search_page .sidebar .hs_cos_wrapper_type_post_listing {
  border: 1px solid #eee;
  padding: 20px 10px;
  margin: 10px 0 20px;
  display: block;
}
.hs_search_page .sidebar .hs_cos_wrapper_type_post_listing h3 {
  margin: 0;
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  border-bottom: 2px solid #81ab32;
  padding-bottom: 6px;
}
.hs_search_page .sidebar .hs_cos_wrapper_type_post_listing ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}
.hs_search_page .sidebar .hs_cos_wrapper_type_post_listing ul li {
  list-style: none;
  font-size: 14px;
  line-height: normal;
  list-style-type: square;
  margin-bottom: 14px;
}
.hs_search_page .sidebar .hs_cos_wrapper_type_post_listing ul li a {
  color: #282828;
  text-decoration: none;
}
.hs_search_page .sidebar .hs_cos_wrapper_type_post_listing ul li a:hover {
  color: #81ab32;
}
ul.hs-search-results__listing {}
ul.hs-search-results__listing a.hs-search-results__title {
  font-size: 30px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  margin: 20px 0 10px;
  display: block;
}

.hs-search-results__prev-page {;
  padding-right: 15px;
}
.hs-search-results__next-page {
  float: none; 
}
header#hs_search_head {
  padding-bottom: 19px;
  margin: 10px 0 20px;
  border-bottom: 1px solid #eee;
}
header#hs_search_head h1 {
  margin: 0;
}
header#hs_search_head h1.page-title>span {
  display: block;
}



/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.widget-type-email_simple_subscription .page-header h1,
#email-prefs-form h3 {
  color: #fff;
}
.hs_lp_head .hs_top_head {
  min-height: 46px;
}

.table-of-contents {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media (max-width: 768px){
    .mobhide {
        display: none !important;
    }
}


/* 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: 1600px) {
  .hs_home_slider .caption.below {
    top: 5%;
  }
}


@media (max-width: 1325px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul {
    left: auto !important;
    right: 0;
  }

}

@media (max-width: 1250px) {
  .hs_home_row_1 .row-fluid .page-center {
    padding: 0 15px;
  }
  .hs_2col_equ_img {
    margin-left: 0;
    margin-right: 0;
  }
  .hs_home_row_2 .hs_smart_wfm_ser_grp {
    margin: 0;
  }
  .hs_home_row_2 .row-fluid .page-center {
    padding-left: 0;
    padding-right: 0;
  }
  .hs_our_value_inner {
    margin-left: 0;
    margin-right: 0;
  }
  .hs_our_value_wrap .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs_home_rss .hs-rss-module {
    margin-right: 0;
  }
  .hs_home_row_5 .row-fluid .page-center{
    padding-left: 15px;
  }
  .hs_home_rss .hs-rss-item:nth-child(3n+1) {
    clear: left;
  }
  .hs_home_slider button.slick-arrow {
    height: 98%;
  }



}


@media (max-width: 1199px) and (min-width: 992px) {
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    float: right;
    margin-right: 0;
    padding-right: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin: 10px 12px 0px 12px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    margin-right: 0;
  }


}

@media (max-width: 1199px) {
  .hs_home_slider button.slick-prev.slick-arrow:before {
    margin-left: 10px;
  }
  .hs_home_slider button.slick-arrow:before {
    font-size: 32px;
  }
  .hs_home_slider .caption.below {
    top: 10%;
  }
  .hs_home_slider .caption.below p {
    padding: 15px 10px;
    width: 85%;
  }
  .hs_home_row_1 {
    padding: 55px 0 7px;
  }
  .hs_home_row_1 .row-fluid .page-center {
    padding: 0;
  }
  .hs_home_row_2 .hs_smart_wfm_ser_grp {
    margin: 0 -10px;
  }
  .hs_our_value_wrap .page-center {
    padding-left: 0;
    padding-right: 0;
  }
  .hs_home_row_5 .row-fluid .page-center {
    padding-left: 0;
  }
  .hs_home_rss .hs-rss-module {
    margin-right: -12px;
  }
  .hs_home_rss .hs-rss-item {
    margin-bottom: 50px;
  }
  .hs_home_slider ul.slick-dots {
    display: none !important;
  }
  a.btn.btn-readdmore {
    margin-top: 5px;
  }
  .hs_product_grp {
    width: 33.3333333333%;
  }
  .hs_home_slider button.slick-arrow {
    height: 98%;
  }
  .post-listing .post-item .adv-full-width .img_wrap {
    max-width: 100%;
  }

}


@media (max-width: 991px) and (min-width: 768px) {
  .container-fluid .row-fluid .page-center {
    max-width: 750px;
  }
  .hs_top_head .hs_head_social_share,
  .hs_top_head .hs_head_info {
    width: auto;
  }
  .hs_top_head .hs_head_social_share {
    float: right;
    padding-right: 22px;
  }
  .list-unstyled li i.fa {
    margin-right: 2px;
  }
  .list-unstyled li i.fa.fa-envelope {
    font-size: 10px;
  }
  .list-unstyled li.social-links a i.fa {
    margin-right: -2px;
  }
  .hs_smart_wfm_service {
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 0;
  }
  .main-content .hs_cos_wrapper_type_simple_menu ul>li {
    width: auto;
  }
  .hs_home_slider button.slick-next.slick-arrow:before {
    margin-right: 5px;
  }
}

@media (max-width: 991px) {
  .custom-menu-primary .hs-menu-wrapper>ul {
    margin-right: 0;
    padding-right: 3px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin: 8px 7px 0px 7px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
  }
  .serv_box>aside {
    padding: 35px 10px 15px 10px;
  }
  .post-listing .post-item .adv-full-width .img_wrap {
    height: 100%;
    max-height: 110px;
  }


}
@media (max-width: 795px) {
  .hs_home_row_1 .row-fluid .page-center {
    padding: 0 15px;
  }
  .hs_home_row_2 .hs_smart_wfm_ser_grp {
    margin: 0;
  }
  .hs_our_value_wrap .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs_home_row_5 .row-fluid .page-center {
    padding: 35px 15px 0;
  }





}

@media (max-width: 780px) and (min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2)>ul {
    left: auto !important;
    right: 0;
  }


}

@media(max-width: 777px) {
  .hs_news_grp .hs_news_item {
    margin-left: -10px;
    margin-right: -10px;
  }
  .hs_news_item .hs_inner_wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}


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

@media (max-width: 767px) {
  .blog .section.post-footer form,
  .custom_error_message form,
  .body-container .hs-search-field,
  .body-container .widget-type-form,
  .landing-page.one-column .body-container .hs_cos_wrapper_type_form,
  .body-container .widget-type-blog_subscribe,
  .body-container .widget-type-google_search,
  .body-container .widget-type-password_prompt.custom_error_message,
  .body-container .widget-type-email_simple_subscription,
  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%;    
    width: 100%;
  }
  .hs_head_info a {
    display: block;
  }
  .hs_top_head .hs_head_social_share, 
  .hs_top_head .hs_head_info {
    width: 74%;
    float: left;
  }
  .hs_top_head .hs_head_social_share {
    width: 25%;
    padding: 6px 22px 0 0;
    float: right;
  }
  .hs_head_container {
    padding: 10px 0 34px;
  }  
  .hs_head_container .hs_head_logo a {
    max-width: 265px;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    margin: 0;
    padding: 6.5px 0;
    border-top: 1px solid #e7e7e7;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin: 5px 10px 15px 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    padding: 0;
    box-shadow: none;
    border: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    margin-bottom: -2px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    margin-bottom: 0;
  }
  h1 {
    font-size: 26px;
  }
  .hs_foo_menu .hs-menu-wrapper ul li a i.fa {
    width: auto;
    display: inline-block;
  }
  .hs_foo_menu .hs-menu-wrapper ul li a {
    display: inline-block !important;
    width: auto;
  }
  .hs_foo_col_4.hs_foo_menu {
    margin-bottom: 10px;
  }
  .hs_smart_wfm_services {
    padding: 30px 15px;
  }
  .hs_smart_wfm_service {
    margin: 0;
    padding: 0;
  }
  .span4.serv_box {
    margin-bottom: 30px;
  }
  .serv_box > aside h3 {
    font-size: 22px;
  }
  .serv_box>aside {
    min-height: auto;
  }
  .hs_2col_equ_bottom_page .main-content.left {
    margin-bottom: 25px;
  }
  .hs_2col_equ_bottom_page .main-content.hs_bottom {
    margin: 35px 0 25px;
  }
  .hs_2col_equ_page .main-content.left {
    margin-bottom: 0;
  }
  .hs_jarrod_mcgrath .sidebar.right {
    margin-bottom: 35px;
  }
  .hs_2col_equ_wform, 
  .hs_2col_equ_wform_bcontent {
    max-width: 100%;
  }
  .hs_2col_equ_wform_bcontent {
    padding: 5px 10px;
  }
  .hs_home_slider .caption.below {
    top: 0;
    padding-top: 15px;
  }
  .hs_home_slider .caption.below p {
    width: 100%;
    line-height: 14px;
    padding: 4px;
  }
  a.btn-readdmore {
    font-size: 12px;
    padding: 2px 10px;
  }
  .hs_home_slider button.slick-arrow {
    height: 97%;
  }

  .hs_home_slider button.slick-arrow:before {
    top: 5px;
  }
  .hs_home_slider button.slick-next.slick-arrow:before {
    margin-right: 10px;
  }
  .hs_2col_equ_img_grp h1.hs_title,
  .hs_home_rss h3,
  .hs_home_row_4 .main-content h1,
  .hs_our_value_grp h1.hs_t_title,
  .hs_home_row_2 .hs_smart_wfm_services h1.hs_title,
  .hs_home_row_1 h1 {
    font-size: 36px;
  }
  .hs_home_row_1 {
    padding: 25px 0 7px;
  }
  .hs_home_row_2 .hs_smart_wfm_services {
    padding: 55px 0 5px;
  }
  .hs_our_value_inner .span6 {
    margin: 0;
    width: 100%;
    padding: 0 0 27px;
  }
  .hs_our_value_inner .hs_inner_wrap {
    padding: 0;
  }
  .hs_our_value_inner .list-unstyled li:last-child {
    margin-top: 27px;
  }
  .hs_our_value_cont h4 {
    font-size: 16px;
  }
  .hs_our_value_inner .hs_our_value_cont {
    padding: 5px 15px 0;
  }
  .hs_home_row_4 .main-content {
    margin-bottom: 35px;
  }
  .hs_home_row_4 .sidebar.right {
    margin-bottom: 10px;
  }
  .hs_our_value_wrap {
    padding: 19px 0 10px;
  }
  .hs_home_rss .hs-rss-module {
    margin: 34px 0 0;
  }
  .hs_home_rss .hs-rss-item {
    width: 100%;
    padding-right: 0;
  }
  .hs_home_rss .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    padding-top: 63px;
  }
  .main-content .hs_cos_wrapper_type_simple_menu ul {
    margin: 25px 0px 10px !important;
  }
  .main-content .hs_cos_wrapper_type_simple_menu ul>li {
    width: 100%;
    margin-bottom: 21.73913043px;
  }
  .main-content .hs_cos_wrapper_type_simple_menu ul>li .hs_inner_list {
    padding: 0;
  }
  .main-content .hs_cos_wrapper_type_simple_menu ul>li:last-child {
    margin-bottom: 0;
  }
  .hs_error_page .main-content button.search-submit {
    padding: 2px 10px;
    margin-top: 11px;
  }
  .hs_search_page .sidebar.right .hs-search-field {
    padding-top: 70px;
  }
  .hs_search_page .sidebar.right button.search-submit {
    padding: 2px 10px;
  }


} 

@media(max-width: 725px) {
  .hs_product_grp {
    width: 50%;
  }
  .grid-product__title-inner {
    line-height: 20.8px;
  }

}

/* =============== Landscape phones and smaller devices =============== */
@media (max-width: 499px){
  .post-listing .post-item .adv-full-width {
    width: 100%;
  }
  .post-listing .post-item .adv-full-width .img_wrap {
    max-height: 155px;
    width: 100%;
    text-align: center;
  }
  .post-listing .post-item .adv-full-width .img_wrap img {
    width: 100%;
  }
  .post-listing .post-item .adv_san {
    padding-top: 10px;
    background: #f8f8f8;
    width: 100%;
  }
}
@media (max-width: 480px){
  .post-listing .post-item .adv-full-width .img_wrap img {
    width: auto;
  }
}
@media (max-width: 479px) {
  .hs_top_head .hs_head_social_share, 
  .hs_top_head .hs_head_info {
    width: 100% !important;
  }
  .hs_head_container .hs_head_logo a {
    max-width: 205px;
  }
  .mobile-trigger {
    top: -45px;
    right: 15px;
  }
  .hs_top_head .hs_head_social_share {
    padding-right: 15px;
  }
  .hs_head_container {
    padding: 10px 0 16px;
  }
  .custom-menu-primary .hs-menu-wrapper {
    padding-top: 22px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 7.5px 0 11px;
  }
  .hs_2col_equ_wform .widget-type-form {
    padding: 30px 15px 20px;
  }
  .hs_home_slider .caption.below {
    padding-top: 5px;
  }
  .hs_home_slider .caption.below p {
    font-size: 12px;
  }
  .hs_home_slider .slick-slide-inner-wrapper img {
    min-height: 100px;
  }
  .hs_our_value_inner .list-unstyled li i.fa {
    min-height: 54px;
    min-width: 54px;
    line-height: 54px;
    font-size: 26px;
  }
  .hs_our_value_inner .hs_our_value_cont {
    padding: 0 15px;
  }
  .hs_our_value_inner .list-unstyled li:last-child {
    margin-top: 20px;
  }
  .hs_our_value_wrap {
    padding: 19px 0 0px;
  }
  .hs_product_grp {
    padding: 7px;
  }


}

@media(max-width: 400px) {
  .hs_stay_in_tuch_form input.hs-button.primary.large {
    width: 100%;
    white-space: normal;
  }
}

@media(max-width: 380px) {
  .hs_2col_equ_wform h3.form-title {
    font-size: 35px;
    line-height: 1.1;
  }
}

.hs-responsive-embed.hs-responsive-embed-youtube{
 width: 100%;
 height: 100%;
}




/* -- header Change -- */

.header-change .row-fluid .hs_header_group .hs_head_container .hs_head_logo { width: 200px; }
.header-change .row-fluid .hs_header_group .hs_head_container .custom-menu-primary { width: calc(100% - 200px); }
.header-change .row-fluid .hs_header_group .hs_head_container .custom-menu-primary .hs-menu-wrapper>ul>li>a { padding: 10px 11px; font-size: 16px; margin-bottom: 0; display: inline-block; }
.header-change .row-fluid .hs_header_group .hs_head_container .page-center > div > div { display: flex; align-items: center; }
.header-change .row-fluid .hs_header_group .hs_head_container { padding: 0px 0; position:relative; }
.header-change .row-fluid .hs_header_group .hs_head_container .custom-menu-primary .hs-menu-wrapper>ul>li { padding: 25px 0; margin:0; }
.header-change .row-fluid .hs_header_group .hs_head_container .custom-menu-primary .hs-menu-wrapper>ul { padding: 0 !important; }
.header-change .row-fluid .hs_header_group .hs_head_container .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children { position: inherit; }
.header-change .row-fluid .hs_header_group .hs_head_container .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul.hs-menu-children-wrapper { top: 79px; left:auto; box-shadow: 0 6px 12px rgb(0 0 0 / 18%); border: 1px solid rgba(0,0,0,0.15);}
.header-change .row-fluid .hs_header_group .hs_head_container .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul.hs-menu-children-wrapper a { line-height: 20px; }
.header-change .row-fluid .hs_header_group .hs_head_container .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul.hs-menu-children-wrapper a:hover { font-weight: 500; }
.header-change .row-fluid .hs_header_group .hs_head_container .custom-menu-primary .hs-menu-wrapper>ul>li.active.active-branch{border-bottom:0;}
.header-change .row-fluid .hs_header_group .hs_head_container .custom-menu-primary .hs-menu-wrapper > ul > li{border-bottom:0px !important;}
.header-change .row-fluid .hs_header_group .hs_top_head .hs_head_info p{display: flex;flex-direction: column;}



@media (max-width:1199px){

.header-change .row-fluid .hs_header_group .hs_head_container .custom-menu-primary .hs-menu-wrapper>ul>li { padding: 9px 0; }
.header-change .row-fluid .hs_header_group .hs_head_container { padding: 15px 0; }
.header-change .row-fluid .hs_header_group .hs_head_container .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul.hs-menu-children-wrapper { top: auto; } 
.header-change .row-fluid .hs_header_group .hs_head_container .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children{position:relative;} 
.header-change .row-fluid .hs_header_group .hs_head_container .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-last-child(4)>ul.hs-menu-children-wrapper { left: auto;right: 0;}
    
}

@media (max-width:991px){
.header-change .row-fluid .hs_header_group .hs_head_container .custom-menu-primary .hs-menu-wrapper>ul { max-width: 470px;}
    .header-change .row-fluid .hs_header_group .hs_head_container .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(4)>ul.hs-menu-children-wrapper{right:0;}
    .header-change .row-fluid .hs_header_group .hs_head_container .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-last-child(4)>ul.hs-menu-children-wrapper { left: 0;right: auto;}
}


@media (max-width:767px){

    .header-change .row-fluid .hs_header_group .hs_head_container .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul.hs-menu-children-wrapper { border: 0;box-shadow: none;}
     .header-change .row-fluid .hs_header_group .hs_head_container .custom-menu-primary .mobile-trigger{ right: 15px;}
    .header-change .row-fluid .hs_header_group .hs_head_container .page-center>div>div{ display:block; }
    .header-change .row-fluid .hs_header_group .hs_head_container .custom-menu-primary{width:100%;}
} 

@media (max-width:479px){
    
.header-change .row-fluid .hs_header_group .hs_head_container .custom-menu-primary .mobile-trigger{ top: -37px; right: 15px;}
   
}