/* ==========================================================================
   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,400,400i,600,600i,800,900,700');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
} 

body {
    background: #fff;
    color: #000;
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 1.65;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 90%;
    width: 1145px;
    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 20px;
} 
small {}
strong {
    font-weight: 600;
}
em {}
cite {}
code {}
pre {}

sup, sub {
    position: relative;
    line-height: 0;
    vertical-align: baseline;
    font-family: Arial;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
}

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #222;
    line-height: 1.5;
    margin: 30px 0 20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 32px;
    margin: 0 0 20px;
    color: #92c716;
    font-weight: 800;
}
h2 {
    color: #92c716;
    font-size: 27px;
    font-weight: 800;
    text-transform: uppercase;
}
h3 {
    font-size: 20px;
 }
h4 {
    font-size: 15px;
    line-height: 24px;
    margin-top: 0;
    font-weight: 600;
    color:#000;
    font-family: "Open Sans";
    
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 14px;
}

/* Anchor Links */
a { 
  color:#92c716;
    text-decoration: none;
}

.body-container-wrapper a {
  color: #6d9610; 
}
a:hover, a:focus {
    color: #92c716;
    text-decoration: underline;
}

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

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}
.custom-header-top {
    background-color: #000;
    color: #fff;
    padding: 15px 0 15px;
    font-size: 0.923em;
}

.custom-logo img {
    max-width: 230px;
}

.custom-header-top-left p {
    margin: 0;
    color: #92c716;
}

.widget-type-global_group {
    min-height: 0 !important;
}
/* =============== Header Quote Links =============== */


.theme-button{
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    display: inline-block;
    color: #fff !important;
    border: none;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.923em;
    padding: 10px 15px;
    background-color: #f7901e;
    transition: all 0.15s ease-in-out;
}


.footer-container .theme-button,
.header-container .theme-button{
    font-size: 14px;
    padding: 9px 10px 10px;
}

.theme-button:hover{
    background: #cf730e;
    color:#fff;
}

.custom-header-quote-link ul {
    margin: 0px -12px 0 0;
    padding: 0;
    list-style: none;
    float: right;
}

.custom-header-quote-link ul li {
    display: inline-block;
    margin-top: 6px;
}

.custom-header-quote-link ul li.search-toggle-li.wpex-menu-extra {
    margin-right: 10px;
    position: relative;
    top: 2px;
    transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}

.custom-header-quote-link ul li.search-toggle-li.wpex-menu-extra a {
    color: #000;
    transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}

.custom-header-quote-link ul li.search-toggle-li.wpex-menu-extra a:hover {
    color: #92c716;
}

/* =============== Header Social =============== */
.custom-header-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.custom-header-right ul li {
    display: inline-block;
    margin: 0 0px 0 20px;
}

.custom-header-right ul li i {
    color: #92c716;
    margin-right: 9px;
}

.custom-header-right ul li a {
    color: #fff;
}

/* =============== Header Section  =============== */
.body-container .banner-section .page-center,
.hs-contact-layout  .body-container .banner-section .page-center{
    padding: 0;
}

.banner-section {
    background-color: rgb(0, 0, 0);
    border-top-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
}

.banner-content {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    z-index: 9999;
    width: 60%;
}

.banner-content h1 {
    margin: 0;
    color: #fff;
    font-size: 21px;
    line-height: 1.4em;
}

.banner-content p {
    margin: 0;
    font-size: 16px;
    color: rgb(146, 199, 22);
}

.banner-image {
    overflow: hidden;
    max-height: 517px;
}

.banner-image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    min-height: 180px;
    display: block;
    margin: -4px 0 0 0;;
}

.banner-image {
    padding-top: 27.2%;
    min-height: 180px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
 .hs-content-id-8555239195 .banner-image,.hs-content-id-5471582654 .banner-image,.hs-content-id-6427936386 .banner-image, 
.hs-content-id-6409078827 .banner-image,.hs-content-id-6409104539 .banner-image,.hs-content-id-5693071882 .banner-image,
.hs-content-id-5677261582 .banner-image,.hs-content-id-5748598592 .banner-image,.hs-content-id-10730896697 .banner-image,
.hs-content-id-10480091690 .banner-image,.hs-content-id-6900635339 .banner-image,.hs-content-id-5775503710 .banner-image,
.hs-content-id-9876378002 .banner-image,.hs-content-id-6039070051 .banner-image,.hs-content-id-5864101268 .banner-image,
.hs-content-id-11401885945 .banner-image,.hs-content-id-5471582654 .banner-image,.hs-content-id-5471582654 .banner-image,
.hs-content-id-5470042346 .banner-image,.hs-content-id-5771457990 .banner-image,.hs-content-id-6042330896 .banner-image,
.hs-content-id-5470018080 .banner-image,.hs-content-id-5887462564 .banner-image,.hs-content-id-5467744368 .banner-image,
.hs-content-id-5696289376 .banner-image,.hs-content-id-12321471042 .banner-image, .hs-content-id-7886328889 .banner-image,
.hs-content-id-13849248823 .banner-image,.hs-content-id-14927827405 .banner-image{
    padding-top: 2.2%;
    min-height: 200px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
}
/* =============== Header Middle  =============== */
.custom-header-bottom {
    padding-top: 11px;
    padding-bottom: 10px;
    border-bottom: 5px solid rgb(146, 199, 22);
}

.custom-header-bottom .page-center {
    position: relative;
}


/* =============== Search Form =============== */
.header-container .custom-search-form input[type="text"],
.header-container .custom-search-form input[type="txt"]:focus,
.header-container .custom-search-form input[type="text"]:hover{
    margin: 0;
    background: #f4f4f4;
    border-radius: 0;
    box-shadow: none;
    font-size: 1em;
    padding: .8em 30px .8em .8em;
    line-height: 1.65;
    color: #777777;
    font-family: "Open Sans";
    border: none;
}

.custom-search-form .hs_cos_wrapper_type_google_search {
    width: 100%;
}

.custom-search-form.desk .hs-button.primary {
    display: none;
}

.header-container .custom-search-form .hs_cos_wrapper_type_google_search {
    width: 100%;
    margin: 0;
    border: none;
    padding: 0;
    box-shadow: none;
}

.three-column.hs-three-col-layout-page .main-content,
.hs-three-lan-page .main-content,
.hs-two-col-lan-page .main-content,
.hs-thanku-page .main-content,
.two-col-equal-lan .main-content,
.hs-lan-page-one-col .main-content,
.hs-mig-page .main-content,
.error-template .main-content,
.password-template .main-content,
.subscription-template .main-content{
    padding-top: 30px;
}

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

.body-container-wrapper {}
.body-container {
    background: #fff;
   /* background: #F5F5F5; */
}

.hs-blog-listing .body-container {
  background: #F5F5F5; 
}

.body-container .page-center {
    padding: 40px 0;
}

.main-content, .blog-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dedede;
    padding: 40px ;
}

.main-content {
border: none !important;
}

.body-container .hs_cos_wrapper_type_rich_text ul {
    padding-left: 30px;
}

.custom-header-breadcrumb-links.page-center {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    top: 0;
}

.custom-header-breadcrumb-links ul {
    margin-top: 42px;
    width: auto;
    float: right;
}

.custom-header-breadcrumb-links ul li {
    color: #fff;
    padding: 2px 0 0 4px;
    font-size: 0.9em;
}

.custom-header-breadcrumb-links ul li a:hover {
    color: #fff;
}

.custom-header-breadcrumb-links ul li:after {
    content: " » ";
    vertical-align: top;
}

.custom-header-breadcrumb-links .hs-breadcrumb-menu-divider:before{
    display:none;
}

.custom-breadcrumb-wrapper {
    position: relative;
}

.custom-header-breadcrumb-links ul li:last-child:after {
    display: none;
}

/* =============== Home Page =============== */
.hs-home-page-layout .body-container {
    background: #fff;
}

.hs-home-banner-section .hs-banner-content h1 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 800;
    color: #92c716;
    text-transform: uppercase;
}

 .hs-home-banner-section .hs-banner-image {
    width: 50%;
    float: right;
    text-align: right;
}

.hs-home-banner-section .hs-banner-image img {
    margin-right: 23px;
}

.hs-home-banner-section  .hs-banner-content p {
    font-size: 24px;
    line-height: 35px;
    color: #fff;
}

.hs-home-banner-section .hs-banner-content .theme-button {
    font-size: 18px;
    margin-top: 17px;
    padding: 8px 18px;
}

.hs-home-page-layout .hs-banner-content {
    width: 50%;
    padding: 90px 0px 0 15px;
    float: left;
    -webkit-font-smoothing: antialiased;
}

 .hs-home-banner-section {
    min-height: 515px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.hs-home-page-layout .hs-home-banner-section .page-center {
    padding: 0 38px;
}

.hs-services-home-banner .hs-home-services-image {
    float: left;
    width: 50%;
    min-height: 400px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.hs-home-inner-content {
    background: #F1F1F1;
}

.hs-home-page-layout .hs-home-services-content {
    width: 50%;
    background: #F1F1F1;
    padding: 7.5% 30px 0 50px;
    float: right;
}

 .hs-home-services-content h1 {
font-size: 27px;
    margin-bottom: 10px;
}

.hs-home-services-content p {
    font-size: 18px;
}

.hs-home-services-content .theme-button {
    margin-top: 5px;
    font-size: 14px;
    padding: 9px 15px 10px;
}

.hs-home-services-content h2 {
    margin: 0 0 10px;
}

.hs-home-page-layout  .hs-services-home-banner {
    background: url(//cdn2.hubspot.net/hubfs/3787550/Connections%20December2017%20Theme/Images/grey-line-tile.jpg);
}

.hs-services-home-banner .page-center {
    padding: 0;
    max-width: 100% !important;
}

.hs-services-home-banner.right-image .hs-home-services-image {
    float: right;
}

.hs-row1-home-content p {
    font-size: 18px;
}

.hs-row1-home-content a.theme-button {
    font-size: 14px;
    font-weight: 900;
    margin: 5px 0 5px;
    padding: 9px 15px 10px;
}

.hs-home-page-layout .hs-row3-home-content p {
    font-size: 18px;
}


/* Change*/
.hs-home-page-layout .hs-row3-home-content .hs_cos_gallery_main .slick-slide img {
    display: none;
}

.hs-home-page-layout .hs-row3-home-content  .caption.below {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #333;
    padding: 40px 40px 0 40px;
    max-width: 860px;
    margin: 20px auto;
}

.hs-home-page-layout .hs-row3-home-content .caption.below  p{
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    margin-bottom: 15px
}
    
.hs-home-page-layout .hs-row3-home-content .caption.below  h4 {
    font-size: 21px;
    font-weight: 600;
    color: #222;
    line-height: 1.5;
    margin: 0px 0 20px;
}

.hs-home-page-layout .hs-row3-home-content .hs_cos_gallery_main .slick-prev,
.hs-home-page-layout .hs-row3-home-content .hs_cos_gallery_main .slick-next{
    display: none !important;
}

.hs-home-page-layout .hs-row3-home-content .slick-dots li button:before{
    opacity: 1;
    color: #ddd;
}

.hs-home-page-layout .hs-row3-home-content .slick-dots li.slick-active button:before ,
.hs-home-page-layout .hs-row3-home-content .slick-dots li.slick-active:hover button:before {
    color: #92c716;
    opacity: 1;
}

.hs-home-page-layout .hs-row3-home-content .slick-dots li {
    height: 12px;
    width: 12px;
    margin: 0 3px;
}

.hs-home-page-layout .hs-row3-home-content .hs_cos_gallery_main .slick-dots li button:before, 
.hs-home-page-layout .hs-row3-home-content .hs_cos_gallery_thumbnails .slick-dots li button:before,
.hs-home-page-layout .hs-row3-home-content .hs_cos_gallery_lightbox .slick-dots li button:before {
    font-size: 14px;
}

.hs-mac-pc.hs-home-page-layout .hs-row3-home-content .hs_cos_gallery_main .slick-dots li button:before, 
.hs-mac-pc.hs-home-page-layout .hs-row3-home-content .hs_cos_gallery_thumbnails .slick-dots li button:before,
.hs-mac-pc.hs-home-page-layout .hs-row3-home-content .hs_cos_gallery_lightbox .slick-dots li button:before {
    font-size: 15px;
}

.hs-home-page-layout .hs-row3-home-content .hs_cos_gallery_main .slick-dots, 
.hs-home-page-layout .hs-row3-home-content .hs_cos_gallery_thumbnails .slick-dots,
.hs-home-page-layout .hs-row3-home-content .hs_cos_gallery_lightbox .slick-dots {
    position: relative;
    bottom: auto;
    margin: 0;
}


.hs-home-page-layout  .hs-row3-home-content .hs_cos_flex-control-paging li a.hs_cos_flex-active,
.hs-home-page-layout  .hs-row3-home-content .hs_cos_flex-control-paging li a:hover{
    background: #92c716 !important;
    opacity: 1 !important;
}

/* Change end */

.hs-home-page-layout .hs-row3-home-content h2 {
    margin: 0 0 10px;
}

.hs-home-page-layout .hs-row3-home-content {
    text-align: center;
}

.hs-home-page-layout .hs-row3-home-content .hs_cos_flex-slider .hs_cos_flex-slides img {
    display: none;
}

.hs-home-page-layout  .hs-row3-home-content  .hs_cos_flex-slider .caption {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #333;
    padding: 40px 40px 0 40px;
    max-width: 860px;
    margin: 20px auto;
}

.hs-home-page-layout .hs-row3-home-content .hs_cos_flex-direction-nav {
    display: none;
}

.hs-home-page-layout  .hs-row3-home-content .hs_cos_flex-slider .caption p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    margin-bottom: 15px
}

.hs-home-page-layout  .hs-row3-home-content .hs_cos_flex-slider .caption h4 {
    font-size: 21px;
    font-weight: 600;
    color: #222;
    line-height: 1.5;
    margin: 0px 0 20px;
}

.hs-home-page-layout .hs-row3-home-content .author {
    font-size: 14px;
    margin: 0;
    padding-bottom: 40px;
    line-height: 1.63;
    padding: 6px 0 40px 0;
}

.hs-home-page-layout .hs-row3-home-content .author a {
    display: block;
    line-height: normal;
    margin-top: 2px;
}

.hs-home-page-layout  .hs-row3-home-content .hs_cos_flex-control-nav {
    bottom: -30px;
    z-index: 99999;
}

.hs-home-page-layout .hs-row3-home-content  .hs_cos_flex-control-paging li a {
    background: #ddd;
    opacity: 1;
    box-shadow: none;
    width: 12px;
    height: 12px;
}

.hs-home-page-layout .hs-row3-home-content .hs_cos_flex-control-nav li {
    margin: 0px 3px;
}

.hs-home-page-layout  .hs-row3-home-content .hs_cos_flex-control-paging li a.hs_cos_flex-active,
.hs-home-page-layout  .hs-row3-home-content .hs_cos_flex-control-paging li a:hover{
    background: #92c716 !important;
    opacity: 1 !important;
}

.hs-home-page-layout  .hs-row1-home-content {
    text-align: center;
}


.hs-home-page-layout .hs-row3-home-content .hs_cos_flex-slider.flex-slider-main.slider-mode-slider {
    overflow: visible !important;
}

.hs-home-page-layout .hs-row1-home-content {
  text-align:left;
}

.hs-home-page-layout .hs-row1-home-content h2 {
    margin: 10px 0 10px;
}

.hs-row5-home-inner-content .hs-two-column-left-wrapper .hs-two-column-left-image img {
    width: auto;
}

.hs-row5-home-inner-content .hs-two-column-left-wrapper .hs-two-column-left-Content h2 {
    margin-top: 30px;
}

.hs-row5-home-inner-content  .hs-two-column-left-wrapper {
    border-top: none;
    padding: 0;
    margin: 0;
}

.hs-home-page-layout .hs-row5-home-wrapper .page-center {
    padding: 20px 0 27px;
}

.hs-row5-home-inner-content .theme-button {
    margin-top: 10px;
    font-size: 14px;
    padding: 9px 15px 10px;
}

.hs-row5-home-inner-content .hs-two-column-left-wrapper .hs-two-column-left-Content {
    width: 66.66%;
    float: right;
    padding: 0 15px;
}

.hs-home-page-layout .hs-row4-home-wraper .slick-dots {
    display: none !important;
}

.hs-home-page-layout .hs-row4-home-wraper .slick-prev:before {
    content: "\f053";
    position: relative;
    left: -2px;
}

.hs-home-page-layout .hs-row4-home-wraper .slick-next:before,
.hs-home-page-layout .hs-row4-home-wraper .slick-prev:before {
    font: normal normal normal 14px/1 FontAwesome;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    line-height: 32px;
    font-size: 16px;
    overflow: hidden;
}

.hs-home-page-layout .hs-row4-home-wraper .slick-next:before {
    content: "\f054";
    left: 2px;
    position: relative;
}

.hs-home-page-layout .hs-row4-home-wraper .slick-prev, .hs-home-page-layout .hs-row4-home-wraper .slick-next{
    float: none;
    display: inline-block;
    border-radius: 50%;
    font-size: 16px;
    height: 30px;
    line-height: 31px;
    width: 30px;
    background: #92c716;
    color: transparent;
    text-align: center;
    top: auto;
    bottom: -80px;
    left: 0;
    right: 0;
    z-index: 999999;
    margin: 0 auto;
    overflow: hidden;
}

.hs-home-page-layout .hs-row4-home-wraper .slick-prev {
    right: 35px;
}

.hs-home-page-layout .hs-row4-home-wraper .slick-next {
    left: 35px;
}

.hs-home-page-layout .hs-row4-home-wraper h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.hs-home-page-layout .hs-row4-home-wraper .hs_cos_gallery_main,
.hs-home-page-layout .hs-row4-home-wraper .hs_cos_gallery_thumbnails,
.hs-home-page-layout .hs-row4-home-wraper .hs_cos_gallery_lightbox {
    padding: 0px 0px;
    margin: 40px 0 0;
}

.hs-row3-home-content-wrapper .page-center {
    padding-bottom: 0;
}

.hs-home-page-layout  .hs-row4-home-wraper {
    background-color: #f7f7f7;
    text-align: center;
    padding-bottom: 104px;
}

.body-container .hs-row1-home-content-wrapper .page-center {
    max-width: 1100px;
    width: 100%;
  padding:70px 0 100px;
}

/*OUR CLIENTS Slider*/
.body-container .hs_cos_wrapper_type_rich_text ul.left-gap{
    padding-left: 90px;
}

/* =============== company Page =============== */
.hs-two-column-layout  .custom-hs-sidebar-right {
    padding-left: 20px;
}

.hs-two-column-layout .main-content {
     
}

.hs-two-column-layout  .custom-hs-sidebar-menu {
    background: #eee;
    padding: 29px 30px 30px 30px;
    border: 1px solid #dedede;
    margin-bottom: 40px;
}

.hs-two-column-layout .custom-hs-sidebar-hs-security-tips {
    background: #fff;
    text-align: center;
    padding: 30px;
    border: 1px solid #dedede;
}

.hs-two-column-layout .custom-hs-sidebar-menu .hs-menu-wrapper > ul {
    margin: 0;
}

.hs-two-column-layout .custom-hs-sidebar-menu .hs-menu-wrapper > ul li {
    list-style: none;
}

.hs-two-column-layout .custom-hs-sidebar-menu .hs-menu-wrapper > ul > li > a {
    margin: 0 0 19px;
    font-size: 1.077em;
    font-weight: 600;
    color: #000;
    display: block;
    cursor: text;
}

.hs-two-column-layout .custom-hs-sidebar-menu .hs-menu-wrapper > ul > li> ul {
    display: block !important;
    height: auto !important;
}

.hs-two-column-layout .custom-hs-sidebar-menu .hs-menu-wrapper > ul > li > a:hover {
    text-decoration: none;
}

.hs-two-column-layout .custom-hs-sidebar-menu .hs-menu-wrapper > ul > li > ul > li > a {
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    line-height: 35px;
    display: block;
}

.hs-two-column-layout .custom-hs-sidebar-menu .hs-menu-wrapper > ul > li > ul > li:last-child > a {
    border: none;
}

.hs-two-column-layout .custom-hs-sidebar-menu .hs-menu-wrapper > ul > li > ul > li > a:hover {
    text-decoration: none;
    color: #658910;
}

.hs-two-column-layout .custom-hs-sidebar-hs-security-tips img {
    max-width: 135px;
}

.hs-two-column-layout  .custom-hs-sidebar-hs-security-tips h2 {
    margin: 0;
    font-size: 25px;
}

.hs-two-column-layout  .custom-hs-sidebar-hs-security-tips h2 {
    margin: 10px 0 5px;
    font-size: 25px;
}

.hs-two-column-layout  .custom-hs-sidebar-hs-security-tips p {
    font-size: 16px;
}

.hs-two-column-layout  .custom-hs-sidebar-hs-security-tips p {
    font-size: 16px;
    margin-bottom: 15px;
}

.hs-two-column-layout  .custom-hs-sidebar-hs-security-tips p a {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.65;
}


/* TWO COLUM FORM LAYOUT */
/* =============== cybercrime-ebook-fb  =============== */
.hs-two-column-with-rightform-layout .hs-two-column-left-content {
    padding-top: 40px;
}

.hs-two-column-with-rightform-layout .hs-two-column-content-wrapper {
    background: #fff;
    padding: 40px 40px 40px 40px;
    border: 1px solid #dedede;
}

.hs-two-column-with-rightform-layout .main-content, .blog-content {
    background: #fff none repeat scroll 0 0;
    padding: 0 0;
    border: none;
    margin-bottom: 35px;
}

.hs-two-column-with-rightform-layout  .hs-two-column-sidebar-form h3 {
    margin: 0 0 30px;
    text-align: center;
    font-size: 24px;
}

.hs-two-column-with-rightform-layout  .hs-two-column-sidebar-form {
    padding-left: 13px;
}

.hs-two-column-with-rightform-layout  .banner-content h1 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4em;
}


.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="text"],
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="password"], 
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="datetime"], 
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="datetime-local"], 
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="date"], 
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="month"], 
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="time"], 
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="week"], 
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="number"], 
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="email"], 
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="url"], 
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="search"], 
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="tel"], 
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="color"],
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="file"],
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  textarea,
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  select,
.two-column-equal .hs-main-content-right  input[type="text"],
.two-column-equal .hs-main-content-right  input[type="email"],
.hs-contact-layout input[type="text"],
.hs-contact-layout input[type="email"],
.hs-contact-layout input[type="tel"]{
    width: 68%;
}

.hs-two-column-with-rightform-layout select,
.two-column-equal .hs-main-content-right select,
.hs-contact-layout select{
    width: 100% !important;
    max-width: 100%;
}

.hs_how_many_employee_workstations_do_you_have_.field.hs-form-field ul.hs-error-msgs.inputs-list li label,
.hs_are_you_currently_using_an_it_provider_.field.hs-form-field ul.hs-error-msgs.inputs-list li label{
    float: none;
}

.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  .hs-form-field > label,
.two-column-equal .hs-main-content-right  .hs-form-field > label,
 .hs-contact-layout .hs-form-field > label{
    float: left;
    min-width: 30%;
    margin-top: 10px;
    margin-right: 0;
}

.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form .hs-form-required ,
.two-column-equal .hs-main-content-right .hs-form-required {
    margin-left: 4px;
}

.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form ul.inputs-list {
    margin: 0px 0 10px;
    text-align: right;
}

.hs-two-column-layout .banner-content h1 {
    font-weight: 600;
}

.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form ul.inputs-list li.hs-form-booleancheckbox {
    text-align: left;
}

/* =============== Client Testimonials Page =============== */
.hs-testimonials-wrapper .hs-testimonials-content {
    padding: 30px;
    border-radius: 3px;
    position: relative;
    background: #f7f7f7;
    margin: 40px 0 0 0;
}

.hs-testimonials-wrapper h4 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 27px;
    font-weight: normal;
}

.hs-testimonials-wrapper h4 b {
    font-weight: 600;
}

.hs-testimonials-wrapper p {
    margin: 0 0 0px 0;
    color: #676767;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8em;
}


.hs-testimonials-wrapper .hs-testimonials-content:after {
    position: absolute;
    display: block;
    left: 10px;
    bottom: -12px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #f7f7f7;
    content: "";
}

.hs-testimonials-wrapper h5 {
    display: block;
    font-size: 1.077em;
    font-weight: 600;
    margin: 21px 0 -4px;
}

.hs-testimonial-entry-author a {
    font-style: italic;
    font-size: 13px;
    line-height: 19px;
    display: inline-block;
}


.hs-two-column-left-image .hs-two-column-left-Content {
    width: 66.66666667%;
    display: inline;
}

.hs-two-column-left-wrapper .hs-two-column-left-image img {
    width: 206px;
    margin-left: 15px;
}

.hs-two-column-left-wrapper .hs-two-column-left-image {
    width: 33.33%;
    float: left;
}

.hs-two-column-left-wrapper .hs-two-column-left-Content {
    width: 66.66%;
    float: right;
    padding-left: 27px;
}
.hs-two-column-left-wrapper .hs-two-column-left-Content h5 {
    margin: 0;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
}

.hs-two-column-left-wrapper {
    border-top: 1px solid #eaeaea;
    padding: 20px 0;
    margin: 121px 0 0;
}

.hs-two-column-left-wrapper .hs-two-column-left-Content ul {
    padding-left: 30px;
}

.hs-two-column-left-wrapper .hs-two-column-left-Content h2 {
    margin-bottom: 9px;
}


/* =============== Accordion =============== */
.hs-accordion-wrapper {
    border: 1px solid #f0f0f0;
    background-color: #f8f8f8;
    border-top: none;
}

.hs-accordion-wrapper p{
    margin: 0 0 18px;
}

.hs-accordion-wrapper h4 {
    padding: 14px 20px;
    margin: 0;
    color: #666;
    padding-left: 46px;
    line-height: 1;
    font-size: 1em;
    cursor: pointer;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    position: relative;
}

.hs-accordion-wrapper h4:hover {
    background-color: #f0f0f0;
}

.hs-accordion-wrapper h4:before {
    content: "";
    position: absolute;
    left: 20px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid  #666;
    width: 12px;
}

.hs-accordion-wrapper h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #666;
    height: 12px;
    left: 26px;
    margin-top: -6px;
    display: block;
}

.hs-accordion-wrapper h4.content-active:after {
    display: none;
}

.hs-accordion-inner-wrapper {
    padding: 14px 20px;
    border-top: 1px solid #f0f0f0;
}

.hs-accordion-left-image {
    float: left;
    margin: 0 20px 10px 0;
}

.hs-accordion-wrapper h4.content-active {
    pointer-events: none;
}

.hs-accordion-wrapper.content-first {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #f0f0f0;
}


.hs-accordion-wrapper.content-last{
  border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;  
}
/* =============== Team  =============== */
.hs-team-wrapper {
    width: 32.83%;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    margin-top: 10px;
}

.hs-team-wrapper-inner-content img {
    margin-bottom: 15px;
}

.hs-team-wrapper h3 {
    display: block;
    font-size: 1.077em;
    margin: 0 0 5px;
    font-weight: 600;
    color: #000;
}

.hs-team-wrapper h3 a {
    color: #000;
}

.hs-team-wrapper h3 a:hover {
    color:#92c716;
    text-decoration: none;
}

.hs-team-wrapper label {
    font-size: 0.923em;
    color: #777;
    list-style: none;
    margin: -5px 0 10px;
    display: block;
}

.custom-member-group .hs_cos_wrapper.hs_cos_wrapper_widget_container {
    margin: 0 -20px !important;
    display: block;
}

/* =============== Full Width Layout =============== */
.hs-full-width-layout .banner-content h1 {
    font-weight: 600;
}


/*One Column With TOp Icon*/
.hs-one-column-wrapper {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 15px;
    margin-top: 41px;
}

.hs-one-column-wrapper .hs-one-column-inner h3 {
    font-size: 1.313em;
    margin: 14px 0 16px 0;
}

.hs-one-column-wrapper  .hs-one-column-inner h3 a {
    color: #000;
}

.hs-one-column-inner h3 a:hover {
    color: #92c716;
    text-decoration: none;
}

.hs-one-column-inner a {
    line-height: 1.2em;
    padding: 10px 14px;
}

.hs-one-column-wrapper  .hs-one-column-inner h3 {
    font-size: 1.313em;
}

.hs-one-column-inner p {
    font-size: 13px;
    line-height: 1.9;
    margin-bottom: 19px;
}

.hs-one-column-icon i {
    font-size: 2.68em;
    color: #c1c1c1;
}

/* =============== Contact Us Layout =============== */
.hs-contact-layout .hs-contact-row1-wrapper iframe {
    width: 100%;
}


.hs-contact-layout .hs_message.field.hs-form-field label {
    margin-bottom: 9px;
}

.hs-contact-layout .hs-contact-two-column-right .hs-form-required {
    margin-left: 5px;
}


.hs-contact-layout .hs_cos_wrapper_type_custom_widget:last-child .hs-one-column-wrapper {
    border-bottom: none;
}
/* =============== subscribe-it-security-tips =============== */
.two-column-equal .hs-two-column-equal-wrapper {
    background: #fff;
}

.two-column-equal .hs-two-column-equal-wrapper {
    padding: 40px 40px 30px 40px;
    border: 1px solid #dedede;
}

.two-column-equal .banner-content h1 {
    font-weight: 600;
}

.two-column-equal  .hs-main-content-left p {
    font-family: Georgia, serif;
    line-height: 18.0pt;
    font-size: 18px;
    color: #333333;
}

.two-column-equal .hs-main-content-left h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

.two-column-equal .hs-main-content-left p {
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 1.65;
}


.two-column-equal .hs-main-content-right h3 {
    margin: 0 0 30px;
    text-align: center;
    font-size: 24px;
}



/* =============== Managed It Services =============== */
.hs-managed-it-services-layout .hs-row2-managed-it-services {
    background: #fff;
    border-top: 1px solid #dedede;
}

.hs-managed-it-services-layout .hs-row2-managed-it-services .hs-two-column-left-wrapper {
    margin: 0;
    border: none;
}

.hs-row2-managed-it-services .hs-two-column-left-wrapper .hs-two-column-left-image img {
    width: 100%;
    max-width: 351px;
}

  .hs-row2-managed-it-services .hs-two-column-left-wrapper .hs-two-column-left-Content {
    padding-left: 15px;
}

.hs-row2-managed-it-services .page-center {
    padding-top: 0;
    padding-bottom: 0;
}

.hs-managed-it-services-layout .banner-content h1 {
    font-weight: 600;
}    


/* =============== FAQ =============== */

.hs-two-column-faq-layout .hs-two-column-sidebar-faq {
    background: #fff;
    text-align: center;
    border: 1px solid #dedede;
    padding: 30px;
}

.hs-two-column-faq-layout .hs-two-column-sidebar-faq img {
    width: 135px;
}

.hs-two-column-faq-layout .banner-content h1 {
    font-weight: 600;
}


/**** FAQ Accordion*****/
.faq-accordion-wrapper {
    margin: 0 0 21.74px;
}

.faq-accordion-wrapper h4 {
    font-size: 1em;
    line-height: 1.63;
    font-weight: normal;
    color: #666;
    margin: 0;
    border: 1px solid #e4e4e4;
    background-color: #f7f7f7;
    padding: 10px 12px;
    cursor: pointer;
    transition: all .15s ease-in-out;
}

.faq-accordion-wrapper h4:hover {
    color: #000;
    background-color: #f4f4f4;
}

.faq-accordion-content-inner {
    padding: 15px 0;
}

.faq-accordion-wrapper h4:before {
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 0.846em;
    margin-right: 10px;
    color: #888;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.faq-accordion-wrapper h4:hover:before {    
    color:#000000;
}


.faq-accordion-wrapper.faq-accordion-active h4 {
    color: #000;
}

/* =============== Contact Us =============== */
.hs-contact-layout .hs-contact-two-column-right {
    border: 1px solid #dedede;
    margin-bottom: 50px;
    padding: 30px 0;
    background-color: #fafafa;
}

.hs-contact-layout .hs_cos_wrapper_type_form {
    width: 100%;
    max-width: 100%;
    border: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.hs-contact-two-column-left .hs-one-column-wrapper {
    width: 100%;
    float: none;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 40px;
    margin-top: 50px;
}

.hs-contact-layout .banner-content h1 {
    font-weight: 600;
}

.hs-contact-layout .hs-two-column-wrapper-contact-us {
    padding: 40px 40px 0px 40px;
}

.hs-contact-layout .hs-contact-two-column-left {
    text-align: center;
}

.hs-contact-layout  .hs-contact-two-column-left h1 {
    color: #222;
    font-weight: 600;
}

.hs-contact-layout .hs-contact-two-column-left p {
    font-size: 16px;
}

.hs-contact-layout h3 {
    margin: 0 0 30px;
    text-align: center;
    font-size: 24px;
}

.hs-contact-layout .body-container .page-center {
    padding: 34px 0 0;
}

.hs-contact-layout .custom-header-breadcrumb-links.page-center {
    padding: 0 !important;
}

.hs-contact-layout .hs-contact-two-column-right textarea {
    min-height: 140px;
}


/* =============== The Connections Way =============== */
.hs-connections-way-layout .main-content {
    padding-top: 40px;
    font-size: 18px;
}

.hs-connections-way-layout .banner-content h1 {
    font-weight: 600;
}

.hs-connections-way-layout .caption.below {
    background: #f7f7f7 none repeat scroll 0 0;
    border-top: 0px;
    padding: 20px;
    text-align: center !important;
}

.hs-connections-way-layout .caption.below h3 {
    display: block;
    font-size: 16.55px;
    margin: 0 0 5px;
    font-weight: 900;
}

.hs-connections-way-layout .caption.below p{
    font-size: 13px;
    line-height: 1.63;
    margin: 0;
}

.hs-connections-way-layout .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
margin: 0;
}

.hs-connections-way-layout .slick-slide-inner-wrapper{
    border: 1px solid #dedede;
    margin: 0 20px !important;
}

.hs-connections-way-layout .hs_cos_gallery_main,
.hs-connections-way-layout .hs_cos_gallery_thumbnails, .hs_cos_gallery_lightbox {
    padding: 0;
}

.hs-connections-way-layout .caption.below span label {
    background: #92c716;
    clear: both;
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 900;
}

.hs-connections-way-layout .caption.below span {
    display: block;
    text-align: center;
}

.hs-connections-way-layout button.slick-next.slick-arrow,
.hs-connections-way-layout button.slick-prev.slick-arrow{
    background-color: #92c716;
    color: #fff;
}

.hs-connections-way-layout .slick-next:before {
    content: "\f054";
    font-family: Fontawesome;
    color: #fff !important;
    opacity: 1;
    font-size: 11px;
}

.hs-connections-way-layout .slick-prev:before {
    content: "\f053";
    font-family: Fontawesome;
    color: #fff !important;
    opacity: 1;
    font-size: 11px;
}

.hs-connections-way-layout .slick-prev, 
.hs-connections-way-layout .slick-next {
    z-index: 9;
}

.hs-connections-way-layout .slick-dots li.slick-active button:before{
    color: #92c716;
    opacity: 1;
}

.hs-connections-way-layout .slick-dots li {
    margin: 0 3px 0 2px;
}

.hs-connections-way-layout .slick-dots li button:before {
    color: #ddd;
    opacity: 1;
    width: 12px;
    height: 12px
}

.hs-connections-way-layout .slick-prev,
.hs-connections-way-layout .slick-next {
    bottom: 17px;
    left: 20px;
    top: auto;
}

.hs-connections-way-layout .slick-next {
    left: 45px;
}


.hs-connections-way-layout .slick-dots li {
    height: 12px;
    width: 12px;
}

.hs-connections-way-layout .slick-dots {
    margin: 0 0 0;
    bottom: 12px;
    padding-left: 50px
}

.hs-connections-way-layout .hs_cos_gallery_main .slick-dots li button:before,
.hs-connections-way-layout .hs_cos_gallery_thumbnails .slick-dots li button:before, 
.hs-connections-way-layout .hs_cos_gallery_lightbox .slick-dots li button:before {
    font-size: 13px;
}

.hs-mac-pc.hs-connections-way-layout .hs_cos_gallery_main .slick-dots li button:before,
.hs-mac-pc.hs-connections-way-layout .hs_cos_gallery_thumbnails .slick-dots li button:before, 
.hs-mac-pc.hs-connections-way-layout .hs_cos_gallery_lightbox .slick-dots li button:before {
    font-size: 15px;
}

.hs-connections-way-layout .slick-slider.slick-fixed-height-slider{
    margin: 20px -20px 28px -20px;
}

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


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

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

.custom-footer {
    background-color: #131313;
    color: #fff;
    text-align: center;
}

.custom-copyright {
    border-top: 1px solid #4b4b4b;
    padding-top: 30px;
}


.custom-copyright p {
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.custom-copyright img {
    width: 35px;
}


.custom-ft-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* =============== Footer Social =============== */
.custom-ft-social ul li {
    display: inline-block;
    line-height: 24px;
    margin: 10px 7px 0 7px;
    width: 24px;
    text-align: center;
}

.custom-ft-social ul li a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
}

.custom-footer-top .custom-ft-contact a:hover,
.custom-ft-social ul li a:hover{
    text-decoration: none;
    color: #92c716;
}

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

.custom-footer-top {
    padding-bottom: 31px;
    padding-top: 30px;
    border-top: 1px solid #4b4b4b;
}

.custom-footer-top .custom-ft-contact p {
    margin: 0;
}

.custom-footer-top .custom-ft-contact p strong {
    color: #92c716;
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 15px;
    display: block;
}

.custom-footer-top .custom-ft-contact a {
    font-size: 11px;
    color: #fff;
    margin-top: 20px;
    display: block;
}

.custom-ft-contact p i {
    color: #92c716;
    margin-right: 11px;
    font-size: 12px;
}

.custom-footer h3 {
    margin: 0;
    color: #fff;
    line-height: 20px;
    font-size: 15px;
}

/* =============== Footer Links =============== */
.custom-footer-links {
    padding: 31px 0 24px;
}

.custom-footer-links  .hs-menu-wrapper > ul li a {
    padding: 0px 35px;
    text-transform: uppercase;
    font-weight: 900;
    border-bottom: 1px solid transparent;
  color: #92c716;
}

.custom-footer-links .hs-menu-wrapper > ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.custom-ft-social {
    padding-left: 97px;
}

.custom-ft-lattest-update {
    padding-right: 99px;
}

.custom-ft-lattest-update p {
    margin: 0;
}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    float: right;
    margin: 3px -27px 0 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
    line-height: 50px;
    padding: 0 4px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    line-height: 1;
    padding: 0.5em 0.8em;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    color:#92c716;
    text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.david-bennett ,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.subscribe,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.subscribe-it-security-tips,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.subscribe-it-security-tips,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hurricane-preparation-checklist,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hollywood-chamber-member-discount,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.free-cyber-security-assessment,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.ebook,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.cybercrime-ebook,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.cybersecurity-workshop,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.cybercrime-ebook-tw,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.cybercrime-ebook-li,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.cybercrime-ebook-fb,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.connectors-executive-network,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.careers,
.custom-menu-primary .hs-menu-wrapper > ul > li.dan-martin,
.custom-menu-primary .hs-menu-wrapper > ul > li.rob-leon,
.custom-menu-primary .hs-menu-wrapper > ul > li.murray-saltz,
.custom-menu-primary .hs-menu-wrapper > ul > li.karen-rudolph{
    display: none;
}

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

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

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

.custom-menu-primary.i-pad ,
.custom-search-form.i-pad {
    display: none !important;
}

.custom-search-form.form-show {
    visibility: visible;
    opacity: 1;
}

.custom-search-form button.searchform-submit {
    display: none;
}

.custom-search-form {
    position: absolute;
    z-index: 99;
    top: 67px;
    right: 0;
    width: 260px !important;
    box-shadow: 0 2px 7px rgba(0,0,0,0.1);
    padding: 15px 15px 15px;
    background: #fff;
    transition: all 0.25s ease-in-out;
    border-top: 3px solid #92c716;
    visibility: hidden;
    opacity: 0;
}


}


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

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

@media (max-width: 1025px){
.custom-menu-primary.desk,
.custom-search-form.desk {
    display: none !important;
}
  /* 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: -56px;
    right: 8px;
    width: auto;
    height: auto;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    font-size: 28px;
    transition: all .15s ease-in-out;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #92c716;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
  }

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

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

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

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

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
  
  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  
    .custom-menu-primary .hs-menu-wrapper {
        display: none;
    }

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

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
      line-height: 1.65;
    overflow: visible;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    color: #000;
    padding: 10px 0;
    border-top: 1px solid #eee;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #000;
  }

  /* 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{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* 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,
.blog .blog-sidebar{
    border: 1px solid #dedede;
    padding: 30px 40px 40px 40px;
  background: #fff none repeat scroll 0 0;
}

.blog .banner-content h1 {
    font-weight: 600;
}

.blog .blog-content h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #222;
    line-height: 1.5;
    margin: 30px 0 20px;
}

.blog .blog-content h1 {
    font-size: 1.500em;
    margin: 0 0 20px;
}

.blog .blog-content h2 {
    font-size: 1.3em;
    margin: 0 0 10px;
    font-weight: 400;
}

/* 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 {
    font-size: 1.846em;
    margin: 0 0 10px;
    font-weight: 400;
    text-transform: none;
}
.post-header h2 a {
    text-decoration: none;
    color: #000;
}

img.alignRight, img.alignright {
    float: right;
}

img.alignLeft, img.alignleft {
    float: left;
}

img.aligncenter, .aligncenter {
    display: block;
    margin: 0 auto;
}

/* 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;
    display: block;
    margin: 0 auto 20px;
    float: none;
    max-width: 100%
}

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

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

/* Blog Social Sharing Icons */

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

/* Pagination */
/* Numbered Pagination */
.blog-pagination{
    display: block;
}

.blog-pagination > div{
    display: inline-block;
}

.blog-pagination-left{
    text-align: right;
}

.blog-pagination-right{
    text-align: left;
}

/*.blog-pagination a{}
.blog-pagination a:hover,
.blog-pagination a:focus{
    background-color: #c8ecff;
    text-decoration: none;
}*/

.blog-pagination  a.active{
    color: #000;
    background: #f7f7f7;
}


.blog-pagination > div {
    display: inline-block;
}
.blog-pagination a {
    line-height: 1;
    display: inline-block;
    padding: 0.4em 0.7em;
    font-size: 0.923em;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #888;
    transition: all .15s ease-in-out;
    margin: 0 1px 4px 0;
}

.blog-pagination a:hover {
    color: #000;
    background: #f7f7f7;
    text-decoration: none;
}

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



/*------------Default Blog----------------------------*/
a.more-link {
    display: inline-block;
    line-height: 1.6em;
    padding: .5em 1em;
    text-transform: none;
    margin-bottom: 15px;
}
.hs-author-social-section{
    padding:10px 0;
    display:block;
}
.custom_listing_comments {
    border: 1px solid #e2e2e2;
    display: block;
    line-height: 165%;
    padding: 15px;
}
#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}
.comment-body {
    border-bottom: medium none;
    color: ;
    display: block;
    font-family: ;  
    font-size: ;  
    line-height: ;
    padding: 0;
}
.comment-reply-to{
    margin-bottom: 15px;
}
.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}
.comment-date {
    color:  !important;
    display: block !important;
    text-align: left;
}
#hubspot-author_data .hs-author-avatar {
     max-width: 70px;
     padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
     height: auto !important;
     max-width: 100%;
}
.hs-blog-social-share {
    height: auto;
}
.post-item {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
#comments-listing.no-comments {
   border: none;
}
/*---------Blog Other ---------*/

/*---------- listing Page ----------------*/
.post-header h2 a,.post-header h1{
    text-decoration: none;
}
.post-header h2 a:hover {
    color: #92c716;
}
	#email-prefs-form .email-edit {
		width: 100% !important;
		max-width: 50% !important;
	}	

/*---------- Pagination ----------------*/
p#hubspot-topic_data {
    margin: 10px 0;
}


.blog-content {
    padding-top: 30px;
}

#hubspot-author_data {
    color: #777;
    margin: 0 0 10px;
    font-size: 0.923em;
}

#hubspot-author_data span {
    margin: 0 20px 5px 0;
}

#hubspot-author_data a {
    color: #777;
}

#hubspot-author_data a:hover {
    color: #000;
    text-decoration: none;
}

#hubspot-author_data i {
    margin-right: 4px;
}

.blog-sidebar h3 {
    margin: 0 0 10px;
    font-size: 16px;
}

.blog-sidebar .cell-wrapper,
.custom-blog-recent-post{
    margin-bottom: 40px;
}

.recent-post-grp{
    padding: 6px 0;
    border-top: 1px solid #eee;
}

.blog-sidebar .post-title {
    display: block;
}

.blog-sidebar .post-title a{
    color: #000;
}

.blog-sidebar .post-title a:hover{
    color: #92c716;
  text-decoration: none
}

.blog-sidebar .post-title a:before {
    content: " ";
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #999;
    margin-right: 0;
}

.blog-sidebar .date-recent-post {
    font-size: 13px;
    color: #777777;
}

.blog-sidebar  ul.l_tinynav1,
.blog-sidebar  ul.l_tinynav2{
    display: none;
}

.blog-sidebar select,
.blog-sidebar select:focus {
    margin: 0;
    height: 34px;
    font-size: 15px;
    box-shadow: none;
    font-family: Arial;
    color: #777;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #ddd;
}

.section.post-header h1 {
    font-size: 1.846em;
    margin: 0 0 10px;
    font-weight: 400;
    color: #000000;
}

.post-social h3 ,
.custom-related-post h3{
    font-size: 1.154em;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px;
    position: relative;
    background: #fff;
    z-index: 99;
}

.custom-related-post h3 {
    margin-left: 10px;
}

.custom-related-post {
    position: relative;
    left: -10px;
}

.post-social h3:after,
.custom-related-post h3:after{
    content: "";
    display: block;
    position: absolute;
    border-bottom: solid 1px #eee;
    margin-left: 15px;
    right: 0;
    left: 0;
    width: 100%;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.post-social h3 span,
.custom-related-post h3 span{
    position: relative;
    background: #fff;
    z-index: 999;
}

.related-content{
    background: #f7f7f7;
    border: 1px solid #eee;
    padding: 10px;
}

.related-post-item {
    width: 33.33%;
    float: left;
    margin: 0 0 20px;
    padding: 0 10px;
}

.related-title a {
    margin: 0 0 5px;
    display: block;
    font-weight: 600;
    color: #222;
    line-height: 1.5;
    font-size: 1em;
}

.related-title a:hover {
    color: #92c716;
    text-decoration: none;
}

.custom-header-breadcrumb-links.blog.page-center.hidden-phone ul li {
    display: inline-block;
}

.custom-header-breadcrumb-links.blog.page-center.hidden-phone ul {
    margin: 40px 0 0 0;
    padding: 0;
    list-style: none;;
}

.hs-blog-post .custom-header-breadcrumb-links.blog.page-center.hidden-phone ul {
    margin: 27px 0 0 0;
}

.blog-sidebar iframe{
    width: 100%;
}

#email-prefs-form .email-edit {
	width: 100% !important;
	max-width: 100% !important;
}	

.hs-blog-listing .post-body h1,
.hs-blog-listing .post-body h2,
.hs-blog-listing .post-body h3,
.hs-blog-listing .post-body h4,
.hs-blog-listing .post-body h5,
.hs-blog-listing .post-body h6{
    font-size: 15px !important;
    line-height: 25px !important;
    color: #000 !important;
    font-weight: normal !important;
    text-transform: none !important;
    text-align: left !important;
    margin: 0 0 20px !important;
}


.related-content h1,
.related-content h2,
.related-content h3,
.related-content h4,
.related-content h5,
.related-content h6,
.related-content p{
    font-size: 0.923em !important;
    line-height: 1.7em !important;
    text-align: left !important;
    margin: 0 0 20px !important;
    font-weight: normal !important;
}


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


/* =============== Global Form Styles =============== */
.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_email_simple_subscription form, 
.hs_cos_wrapper_type_password_prompt {
    border: 1px solid #dedede;
    background-color: #fafafa;
    padding: 30px;
    margin-bottom: 50px;
    display: block;
}

.one-column .hs_cos_wrapper_type_form, 
.one-column .hs_cos_wrapper_type_blog_subscribe, 
.one-column .hs_cos_wrapper_type_google_search, 
.one-column .hs_cos_wrapper_type_email_simple_subscription form, 
.one-column .hs_cos_wrapper_type_password_prompt  {
    width: 50%;
}

ul.hs-error-msgs.inputs-list {
    margin: 0;
}

ul.hs-error-msgs.inputs-list li label {
    color: #990000;
    font-size: 14px;
    display: block;
    text-align: left;
    position: relative;
    top: -3px;
    padding-right: 10px;
    width: 70%;
    float: right;
}
/* Form Field */
.hs-form-field {}

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

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    background: #fff;
    color: #000;
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.04);
    border-radius: 3px;
    transition: all 0.15s ease-in-out 0s;
    padding: .6em;
    font-size: 1em;
    line-height: 1.65;
    display: block;
    margin: 0 0 10px;
    outline: none;
    font-family: "Open Sans";
}

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 rgba(121, 189, 149, 1)
}

input[type="text"]:hover,
input[type="password"]:hover, 
input[type="datetime"]:hover, 
input[type="datetime-local"]:hover, 
input[type="date"]:hover, 
input[type="month"]:hover, 
input[type="time"]:hover, 
input[type="week"]:hover, 
input[type="number"]:hover, 
input[type="email"]:hover, 
input[type="url"]:hover, 
input[type="search"]:hover, 
input[type="tel"]:hover, 
input[type="color"]:hover,
input[type="file"]:hover,
textarea:hover,
select:hover {
    border: 1px solid rgba(121, 189, 149, 1)
}


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

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

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

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder {} /* 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;
    display: inline-block;
    color: #fff;
    border: none;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.923em;
    line-height: 1.65;
    font-family:"Open Sans";
    padding: .5em 1em;
    background-color: #92c716;
    margin: 20px 0 0 0;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-font-smoothing: inherit;    
}

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

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


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

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


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

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


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

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


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

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


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


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


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


/* =============== Screen sizes smaller than .page-center =============== */
@media  (max-width: 1160px){
.custom-header-quote-link ul li.search-toggle-li.wpex-menu-extra {
    margin-right: 10px
}
}

@media  (max-width: 1200px){
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="text"],
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="password"], 
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="datetime"], 
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="datetime-local"], 
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="date"], 
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="month"], 
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="time"], 
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="week"], 
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="number"], 
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="email"], 
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="url"], 
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="search"], 
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="tel"], 
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="color"],
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  input[type="file"],
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  textarea,
.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form  select,
.two-column-equal .hs-main-content-right  input[type="text"],
.two-column-equal .hs-main-content-right  input[type="email"],
.hs-contact-layout input[type="text"],
.hs-contact-layout input[type="email"],
.hs-contact-layout input[type="tel"]{
    width: 100%;
}

ul.hs-error-msgs.inputs-list li label {
    width: 100%;
    float: none;
    top: 0;
}

.hs-row2-managed-it-services .hs-two-column-left-wrapper .hs-two-column-left-image img {
    max-width: 292px;
}

.hs-managed-it-services-layout .hs-two-column-left-wrapper .hs-two-column-left-image img {
    max-width: 100%;
    width: 100%;
    padding-right: 30px;
}

.hs-home-banner-section .hs-banner-content h1 {
    font-size: 42px;
}

.hs-home-page-layout .hs-banner-content {
    padding: 83px 0px 0 15px;
}

.hs-home-banner-section .hs-banner-content p {
    font-size: 22px;
}

.hs-home-banner-section {
    min-height: 480px;
}

.hs-home-banner-section .hs-banner-image {
    width: 40%;
}

.body-container .hs-row1-home-content-wrapper .page-center {
    padding-left: 10px;
    padding-right: 10px;
}

}


@media  (max-width: 1187px){
.custom-footer-links .hs-menu-wrapper > ul li {
    margin-bottom: 0;
}

.custom-footer-links {
    padding: 31px 0 30px;
}
}

@media  (max-width: 1150px){
.hs-home-banner-section .hs-banner-content h1 {
    font-size: 35px;
    line-height: 1.1;
}

.custom-footer-links .hs-menu-wrapper > ul li {
    float: none !important;
    display: inline-block;
}

.custom-footer-links .hs-menu-wrapper > ul {
    text-align: center;
}
    
.hs-home-banner-section {
    min-height: 420px;
}

.hs-home-banner-section .hs-banner-image {
    width: 42.7%;
 }

.hs-home-banner-section {
    padding-bottom: 1%;
}
}

@media  (max-width: 1041px){
.hs-home-banner-section .hs-banner-content h1 {
    font-size: 45px
}

.hs-home-page-layout .hs-home-banner-section .page-center {
    padding: 0 0px;
}

.hs-home-banner-section {
    padding-bottom: 7%;
}

}

@media  (max-width: 1235px){
.hs-row5-home-wrapper {
    padding-bottom: 24px;
}
}

@media  (max-width: 1110px) and (min-width: 1024px){
.custom-menu-primary .hs-menu-wrapper > ul {
    margin-right: 0 !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 0.5em 0.5em;
    font-size: 14px;
}

.custom-header-quote-link ul li.search-toggle-li.wpex-menu-extra {
    margin-right: 0;
    padding: 0.5em 0.5em;
    font-size: 14px;
}

.header-container .theme-button {
    padding: 10px 12px
}
}


@media (max-width: 1025px) {
.custom-header-quote-link {
    display: none !important;
}

.custom-menu-primary {
    width: 100% !important;
    margin: 0 !important;
}

.custom-menu-primary.i-pad {
    border-top: 5px solid rgb(146, 199, 22);
}

.custom-header-bottom {
    border-bottom: none;
    padding-bottom: 0;
}

.custom-logo img {
    margin-bottom: 10px;
}

.custom-search-form form {
    position: relative;
    margin-bottom: 20px;
}

.custom-search-form .hs-button.primary {
    position: absolute;
    top: 0px;
    right: 0;
    height: 45px;
    width: 45px;
    margin: 0;
    padding: 0;
    line-height: 45px;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
}

.custom-search-form  a.hs-button.primary:after {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 0.923em;
    line-height: 1.65;
}


.header-container .custom-search-form input[type="text"], .header-container .custom-search-form input[type="text"]:focus, .header-container .custom-search-form input[type="text"]:hover {
    border: 1px solid #eee !important;
    padding: 10px 50px 9px 10px;
        background: #f7f7f7;
}

.custom-search-form.i-pad {
    display: none;
}

.mobile-open .custom-search-form.i-pad {
    display: block;
}

.custom-ft-social {
    padding-left: 0;
}

.custom-ft-lattest-update {
    padding-right: 0;
}

.blog-content,
.blog-sidebar{
    width: 100% !important;
    margin: 0 !important;
}

.blog .blog-sidebar {
    margin-top: 25px !important;
}



.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form .hs-form-field > label,
 .hs-contact-layout .hs-form-field > label{
    float: none;
    min-width: 100%;
    margin-top: 0;
    margin-right: 0;
}

.header-container .row-fluid [class*="span"] {
    min-height: 0;
}


.hs-two-column-layout .custom-hs-sidebar-right {
    padding-left: 0;
}



.hs-home-page-layout .hs-home-banner-section .page-center {
    max-width: 100%;
}

.hs-home-banner-section .hs-banner-content h1 {
    font-size: 44px;
}

.hs-home-banner-section .hs-banner-image img {
    margin-right: 0;
}

.hs-home-page-layout .hs-home-banner-section .page-center {
    padding: 0 0px 0 38px;
}

.hs-home-page-layout .hs-banner-content {
    padding: 71px 0px 0 20px;
    float: left;
}

.hs-home-banner-section .hs-banner-content .theme-button {
    margin-top: 0;
}

.custom-ft-social ul {
    padding: 0 13px 0 0;
}

.custom-footer-links .hs-menu-wrapper > ul li {
    margin-bottom: 0;
}

.custom-header-bottom.fixed .mobile-trigger {
    top: -54px;
}
}


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

@media (min-width: 960px) {
.custom-header-bottom.fixed {
    position: fixed;
    left: 0;
    right: 0;   
    top: 0;
    z-index: 9999999;
    background: #fff;
}

.header-container.scroll {
    min-height: 133px;
}

.custom-header-bottom.fixed{
    padding-top: 10px;
}
  
.custom-header-bottom.fixed .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 0px -27px 0 0;
}

.custom-header-bottom.fixed .custom-logo img {
    max-width: 209px;
}

.custom-header-bottom.fixed .custom-header-quote-link ul li {
    margin-top: 3px;
}

.custom-header-bottom.fixed  .custom-search-form {
    top: 62px;
}


}


@media  (max-width: 960px) and (min-width: 768px){
h2 {
    font-size: 20px;
}
}


@media (max-width: 960px) {
.custom-footer-links .hs-menu-wrapper > ul li a {
    padding: 10px 35px;
}

.custom-footer-links {
    padding: 31px 0 30px;
}

.hs-two-column-sidebar {
    width: 100% !important;
    margin: 0 !important;
}

.hs-row5-home-inner-content .hs-two-column-left-wrapper .hs-two-column-left-image img {
    padding-right: 30px;
}

.hs-home-banner-section .hs-banner-content h1 {
    font-size: 35px;
    margin-bottom: 10px;
}

.hs-home-page-layout .hs-home-banner-section .page-center {
    padding: 0 0px 0 20px;
}

.hs-home-banner-section .hs-banner-content p {
    font-size: 18px;
    line-height: 1.63;
}

.hs-home-banner-section .hs-banner-content .theme-button {
    font-size: 13px;
}

.hs-home-banner-section .hs-banner-image {
    width: 40%;
}

.hs-home-banner-section {
    min-height: 400px;
}



/*//Footer*/

.custom-ft-lattest-update, .custom-ft-contact, .custom-ft-social {
    width: 100% !important;
    margin: 0 !important;
}

.custom-copyright {
    border-top: 1px solid #4b4b4b;
    padding: 30px 0 0;
}


.custom-ft-social {
    padding-bottom: 29px;
}

.custom-ft-social ul li {
margin: 10px 10px 0 10px;
}

.custom-ft-contact {
    padding-bottom: 41px;
}

.custom-ft-lattest-update {
    padding-bottom: 40px;
}

.custom-footer-links .hs-menu-wrapper > ul li {
    width: 100%;
    float: none;
}

.hs-two-column-layout  .main-content,
.hs-two-column-layout  .custom-hs-sidebar-right{
    width: 100% !important;
    margin: 0 !important;
}

.hs-two-column-layout  .main-content{
    margin: 0 0 40px 0!important;
}

.hs-two-column-faq-layout .hs-two-column-sidebar-faq ,
.hs-two-column-faq-layout  .main-content {
    width: 100% !important;
    margin: 40px 0 0 0 !important;
}

.hs-two-column-layout .custom-hs-sidebar-right {
    padding-left: 0;
}

.hs-two-column-layout .hs_cos_wrapper_type_rich_text h4 ~ img {
    float: none !important;
    display: block;
}

.hs-contact-layout  .hs-form-field > label {
    margin-bottom: 5px;
    display: block;
}

.body-container .hs-form-field > label {
    margin-bottom: 5px;
}
}

@media (max-width: 800px) {
.custom-header-top-left p {
    font-size: 12px;
}

.custom-header-right ul li {
    margin: 0 0px 0 15px;
}
}

@media (max-width: 780px) {
.hs-home-banner-section .hs-banner-content h1 {
    font-size: 45px;
}

.hs-home-page-layout .hs-banner-content {
    padding: 41px 0px 0 20px;
}
}
    
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
.one-column .hs_cos_wrapper_type_form, 
.one-column .hs_cos_wrapper_type_blog_subscribe, 
.one-column .hs_cos_wrapper_type_google_search, 
.one-column .hs_cos_wrapper_type_email_simple_subscription form, 
.one-column .hs_cos_wrapper_type_password_prompt  {
    width: 100%;
} 

#email-prefs-form .email-edit {
	width: 100% !important;
	max-width: 100% !important;
}	
	
.custom-header-right ul {
    text-align: center;
}
.custom-header-top {
    padding: 10px 0 10px;
}  

.custom-header-right ul li:first-child {
    margin: 0;
}

.custom-logo img {
    max-width: 200px;
}

.custom-header-bottom {
    padding-bottom: 0;
}

.mobile-trigger {
    top: -53px
}

.custom-copyright img {
    margin-bottom: 30px;
}

.blog-content {
    padding-top: 0;
}

.main-content, .blog-content {
    padding: 30px 30px 30px;
}

.hs-two-column-with-rightform-layout .hs-two-column-sidebar-form {
    padding-left: 0;
}

.hs-two-column-with-rightform-layout .hs-two-column-left-content img {
    float: none !important;
    display: block;
    margin: 0;
}

.hs-two-column-left-wrapper .hs-two-column-left-image {
    width: 100%;
    float: none;
}

.hs-two-column-left-wrapper .hs-two-column-left-image img {
    width: 100%;
    margin-left: 0;
}

.hs-two-column-left-wrapper.clearfix .theme-button {
    margin-top: 10px;
}

.hs-two-column-left-wrapper .hs-two-column-left-Content {
    width: 100%;
    float: none;
    padding-left: 0;
}

.hs-team-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none;
}

.hs-team-wrapper-inner-content {
    text-align: center;
}

.hs-team-wrapper h3 ,
.hs-team-wrapper label{
    text-align: left;
}

.hs-one-column-wrapper {
    width: 100%;
    float: none;
}

.hs-row2-managed-it-services .hs-two-column-left-wrapper .hs-two-column-left-image img {
    max-width: 100%;
}

.hs-managed-it-services-layout .body-container img {
    display: block;
    float: none !important;
}

.hs-two-column-layout .main-content p img{
    float: none !important;
    display: block;
    margin-left: 0 !important;
}

.custom-copyright p {
    padding-bottom: 50px;
}

.custom-header-right ul li {
    margin: 0px 0px 0 20px;
}

.banner-content {
    width: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.free-estimate {
    display: block;
}

.hs_cos_wrapper_type_form, .hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_email_simple_subscription form,
.hs_cos_wrapper_type_password_prompt {
    margin-top: 12px;
}

/* 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 {
    margin: 0 0 7px;
}

.hs-contact-layout .hs-contact-two-column-left {
    margin-bottom: 60px;
}

.banner-image img {
    min-height: auto;
}

.custom-member-group .hs_cos_wrapper.hs_cos_wrapper_widget_container {
   margin: 0 !important;
}

.hs-team-wrapper {
    margin-bottom: 40px;
}

.hs-accordion-left-image {
    float: none;
}

.hs-managed-it-services-layout .hs-two-column-left-Content {
    margin-bottom: 35px;
}

.hs-managed-it-services-layout .hs-two-column-left-wrapper .hs-two-column-left-image img {
    padding: 0 15px;
}

.body-container .hs-two-column-layout .main-content p img {
    margin-right: 0 !important;
}

.hs-services-home-banner .hs-home-services-image {
    width: 100%;
    float: none;
}

.hs-home-page-layout .hs-home-services-content {
    padding: 50px 30px 50px 30px;
    float: none;
        width: 100%;
}

.hs-services-home-banner.right-image .hs-home-services-image {
    float: none;
}

.hs-row5-home-inner-content .hs-two-column-left-wrapper .hs-two-column-left-Content {
    width: 100%;
}

.hs-two-column-left-wrapper .hs-two-column-left-image {
    margin-bottom: 50px;
}

.hs-home-banner-section .hs-banner-image {
    width: 45%;
}

.hs-home-page-layout .hs-banner-content {
    width: 55%;
}

.hs-home-banner-section .hs-banner-content h1 {
    font-size: 34px;
}

.hs-home-banner-section .hs-banner-content p {
    font-size: 15px;
    line-height: 1.5;
}

.hs-home-banner-section {
    min-height: 300px;
    padding-bottom: 15px;
}

.hs-home-page-layout .hs-banner-content {
    padding: 35px 0px 0 0px;
}

.hs-home-banner-section .hs-banner-image img {
    margin-top: 35px;
}

.body-container .hs_cos_wrapper_type_rich_text ul.left-gap{
    padding-left: 30px;
}

.hs-row5-home-inner-content .hs-two-column-left-wrapper .hs-two-column-left-image img {
    padding: 0 15px;
}

.hs_cos_gallery_main, .hs_cos_gallery_thumbnails, .hs_cos_gallery_lightbox {
    padding: 0px;
}

.blog-pagination > div {
    display: block;
    margin: 5px 0;
    text-align: center;
}

.related-image img {
    max-width: 100%;
    width: 100%;
}

.related-post-item {
    width: 100%;
    float: none;
}

.blog.hs-blog-post .blog-content {
    border: 1px solid #dedede;
    padding: 30px 30px 40px 30px;
}
}


@media (max-width: 500px) {
.custom-header-top {
    padding: 8px 0 9px;
}

.custom-header-right ul li {
    font-size: 12px;
}

.banner-content {
    padding-top: 15px;
    padding-bottom: 14px;
}

.banner-content p {
    font-size: 13px;
}

.banner-image img {
    min-height: auto;
}

.hs-home-page-layout .hs-banner-content {
    width: 100%;
}

.hs-home-banner-section .hs-banner-image {
    float: none;
    text-align: right;
    position: absolute;
    right: 0;
    width: auto !important;
    bottom: 0;
}

.hs-home-banner-section .hs-banner-image img {
      margin-right: 0;
    width: 50%
}

.hs-home-banner-section .hs-banner-content h1 {
    font-size: 25px;
}

.hs-home-banner-section .hs-banner-content p {
    font-size: 15px;
}

.hs-home-banner-section {
    position: relative;
}

.hs-home-banner-section {
    height: 37vh;
    min-height: auto;
}

.hs-home-page-layout .hs-home-banner-section .page-center {
    padding: 0 20px 0 20px;
}

.hs-home-page-layout .hs-banner-content {
    position: relative;
    z-index: 9999;
}

}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
div#captcha_wrapper {
	overflow: auto;
}

.hs-connections-way-layout .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    margin: 0 auto;
}

.hs_cos_wrapper_type_form, .hs_cos_wrapper_type_blog_subscribe, .hs_cos_wrapper_type_google_search, .hs_cos_wrapper_type_email_simple_subscription form, .hs_cos_wrapper_type_password_prompt {
    padding: 30px 15px;
}

h1 {
    font-size: 25px;
}

.hs-connections-way-layout .slick-dots {
    bottom: 0;
    padding: 15px;
}

.hs-connections-way-layout .slick-prev, .hs-connections-way-layout .slick-next {
    bottom: -20px;
}

.hs-connections-way-layout .slick-slider.slick-fixed-height-slider{
    margin: 0 0;
}

.hs-connections-way-layout .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    width: 100%;
}

.hs-two-column-with-rightform-layout .hs-two-column-content-wrapper,
.two-column-equal .hs-two-column-equal-wrapper,
.hs-contact-layout .hs-two-column-wrapper-contact-us,
.main-content,
.blog-content{
    padding-left: 20px;
    padding-right: 20px;
}


.hs-connections-way-layout .slick-prev,
.hs-connections-way-layout .slick-next {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hs-connections-way-layout .slick-prev {
    left: -25px;
}

.hs-connections-way-layout .slick-prev{
    right: 25px;
}

.hs-connections-way-layout .slick-slider.slick-fixed-height-slider{
    margin: 20px 0 28px 0px;
}

}

@media (max-width: 420px) {
.hs-two-column-layout .custom-hs-sidebar-hs-security-tips h2 {
    margin: 10px 0 5px;
    font-size: 20px;
}

.banner-image {
    min-height: 180px;
}

h2{
    font-size: 20px;
}

.hs-row1-home-content p,
.hs-home-services-content p,
.hs-home-page-layout .hs-row3-home-content p,
.hs-row4-home-wraper p {
    font-size: 16px !important;
}

.hs-row5-home-inner-content .hs-two-column-left-wrapper .hs-two-column-left-Content {
    font-size: 16px;
}

.hs-two-column-left-wrapper .hs-two-column-left-Content h5 {
    font-size: 16px;
}

.hs-row5-home-inner-content .hs-two-column-left-wrapper .hs-two-column-left-Content {
    font-size: 15px;
}

.hs-two-column-left-wrapper .hs-two-column-left-Content h5 {
    line-height: 24.75px;
}
}

@media (max-width: 320px) {
.banner-image img {
    min-height: auto;
}

.two-column-equal .hs-main-content-left h2 {
    font-size: 20px;
}

.hs-connections-way-layout .slick-prev, .hs-connections-way-layout .slick-next {
    bottom: 100px;
}

.hs-home-page-layout .hs-banner-content {
    padding: 18px 0px 0 0px;
}

.hs-home-page-layout .hs-home-banner-section .page-center {
    padding: 0 10px 0 14px;
}

.hs-home-banner-section .hs-banner-content .theme-button {
    font-size: 12px;
    padding: 6px 11px;
}

.custom-header-right ul li {
    margin: 0px 0px 0 17px;
}

.hs-home-banner-section .hs-banner-content h1 {
    margin-bottom: 8px;
}
}

.custom-menu-primary .hs-menu-wrapper > ul li a { padding: 0px 10px !important;}
.custom-menu-primary .hs-menu-wrapper, .custom-menu-primary .hs-menu-wrapper > ul ul{z-index: 99999 !important;top:40px;}


.hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper{
  padding: 20px 10px;
}


.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-horizontal ul{
   
    z-index: 99999 !important;
      top:40px;
}


.custom-menu-primary .hs-menu-wrapper > ul ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li a{
    padding: 5px 20px !important;
    line-height:20px;
  color:#000;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li a:hover {
  color:#92c716;
  text-decoration: none
}
.hs-two-column-sidebar .row-fluid .custom-hs-sidebar-menu.it-cell,.hs-two-column-sidebar .row-fluid .custom-hs-sidebar-menu.company,
.hs-two-column-sidebar .row-fluid .get-touch{display:none;}
.hs-content-id-5471582654 .hs-two-column-sidebar .row-fluid  .it-cell,.hs-content-id-5693071882 .hs-two-column-sidebar .row-fluid 
.it-cell,.hs-content-id-5748598592 .hs-two-column-sidebar .row-fluid  .it-cell,.hs-content-id-5864101268 .hs-two-column-sidebar 
.row-fluid  .it-cell,.hs-content-id-5467744368 .hs-two-column-sidebar .row-fluid .custom-hs-sidebar-menu.company,
.hs-content-id-5469086727 .hs-two-column-sidebar .row-fluid .custom-hs-sidebar-menu.company,
.hs-content-id-5469086336 .hs-two-column-sidebar .row-fluid .custom-hs-sidebar-menu.company,
.hs-content-id-5469503762 .hs-two-column-sidebar .row-fluid .custom-hs-sidebar-menu.company,
.hs-content-id-5469500326 .hs-two-column-sidebar .row-fluid .custom-hs-sidebar-menu.company,
.hs-content-id-8256492610 .custom-hs-sidebar-right .get-touch,.hs-content-id-7886328889 .custom-hs-sidebar-right .get-touch,
.hs-content-id-6566240660 .hs-two-column-sidebar .row-fluid  .it-cell,.hs-content-id-6566240660 .custom-hs-sidebar-right .get-touch,
.hs-content-id-6409078827 .hs-two-column-sidebar .row-fluid  .it-cell,.hs-content-id-6409078827 .custom-hs-sidebar-right .get-touch,
.hs-content-id-6321236058 .custom-hs-sidebar-right .get-touch, .hs-content-id-6321236058 .hs-two-column-sidebar .row-fluid  .it-cell,
.hs-content-id-8555239195  .custom-hs-sidebar-right .get-touch, .hs-content-id-8555239195 .hs-two-column-sidebar .row-fluid  .it-cell,
.hs-content-id-5471582654  .custom-hs-sidebar-right .get-touch,.hs-content-id-5471582654 .hs-two-column-sidebar .row-fluid  .it-cell,
.hs-content-id-6427936386 .custom-hs-sidebar-right .get-touch,.hs-content-id-6427936386 .hs-two-column-sidebar .row-fluid  .it-cell,
.hs-content-id-6409104539 .custom-hs-sidebar-right .get-touch,.hs-content-id-6409104539 .hs-two-column-sidebar .row-fluid  .it-cell,
.hs-content-id-5693071882 .custom-hs-sidebar-right .get-touch,.hs-content-id-5693071882 .hs-two-column-sidebar .row-fluid  .it-cell,
.hs-content-id-5677261582 .custom-hs-sidebar-right .get-touch,.hs-content-id-5677261582 .hs-two-column-sidebar .row-fluid  .it-cell,
.hs-content-id-5748598592 .custom-hs-sidebar-right .get-touch,.hs-content-id-5748598592 .hs-two-column-sidebar .row-fluid  .it-cell,
.hs-content-id-5864101268 .custom-hs-sidebar-right .get-touch,.hs-content-id-5864101268 .hs-two-column-sidebar .row-fluid  .it-cell,
.hs-content-id-6039070051 .custom-hs-sidebar-right .get-touch,.hs-content-id-6039070051 .hs-two-column-sidebar .row-fluid  .it-cell,
.hs-content-id-9876378002  .custom-hs-sidebar-right .get-touch,.hs-content-id-9876378002 .hs-two-column-sidebar .row-fluid  .it-cell,
.hs-content-id-5775503710  .custom-hs-sidebar-right .get-touch,.hs-content-id-5775503710 .hs-two-column-sidebar .row-fluid  .it-cell,
.hs-content-id-6900635339 .custom-hs-sidebar-right .get-touch,.hs-content-id-6900635339 .hs-two-column-sidebar .row-fluid  .it-cell,
.hs-content-id-10480091690 .custom-hs-sidebar-right .get-touch,.hs-content-id-10480091690 .hs-two-column-sidebar .row-fluid  .it-cell,
.hs-content-id-10730896697 .custom-hs-sidebar-right .get-touch,.hs-content-id-10730896697 .hs-two-column-sidebar .row-fluid  .it-cell,
.hs-content-id-5467744368 .custom-hs-sidebar-right .get-touch,.hs-content-id-5467744368 .hs-two-column-sidebar .row-fluid  .it-cell,
.hs-content-id-5469086336 .custom-hs-sidebar-right .get-touch,.hs-content-id-5469086336 .hs-two-column-sidebar .row-fluid  .it-cell,
.hs-content-id-13849248823 .custom-hs-sidebar-right .get-touch,.hs-content-id-13849248823 .hs-two-column-sidebar .row-fluid  .it-cell,
.hs-content-id-14927827405 .custom-hs-sidebar-right .get-touch,.hs-content-id-14927827405 .hs-two-column-sidebar .row-fluid  .it-cell{display:block;}
.hs-two-column-sidebar h3{margin-top:0px;} 



.footer-menu-resources a{
  color: #fff !important;
  font-size: 15px;
    line-height: 1.65;
}

.footer-menu-resources a:hover{
  color: #92c716 !important;
  text-decoration: none;
}

.hs-blog-social-share-item-linkedin span.IN-widget{
  vertical-align: top !important;
}
.text-center {
    text-align: center !important;
}
#full-width-cta h2 {
    margin-bottom: 0px;
    margin-top: 0px;
}
#full-width-cta h4 {
    margin: 0px!important;
    text-align: center;
}