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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src: url("//cdn2.hubspot.net/hubfs/3038557/ITAuthorities-Oct2017/Fonts/icomoon.eot?#iefix") format("embedded-opentype"),
  url("//cdn2.hubspot.net/hubfs/3038557/ITAuthorities-Oct2017/Fonts/icomoon.woff") format("woff"),
  url("//cdn2.hubspot.net/hubfs/3038557/ITAuthorities-Oct2017/Fonts/icomoon.ttf") format("truetype"), 
  url("//cdn2.hubspot.net/hubfs/3038557/ITAuthorities-Oct2017/Fonts/icomoon.svg#icomoon") format("svg");
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: url("//cdn2.hubspot.net/hubfs/3038557/ITAuthorities-Oct2017/Fonts/FontAwesome.eot?#iefix&v=4.2") format("embedded-opentype"), 
  url("//cdn2.hubspot.net/hubfs/3038557/ITAuthorities-Oct2017/Fonts/FontAwesome.svg#fontawesomeregular?v=4.2") format("svg"), 
  url("//cdn2.hubspot.net/hubfs/3038557/ITAuthorities-Oct2017/Fonts/FontAwesome.woff?v=4.2") format("woff"), 
  url("//cdn2.hubspot.net/hubfs/3038557/ITAuthorities-Oct2017/Fonts/FontAwesome.ttf?v=4.2") format("truetype");
}
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

body {
    background: #fff;
    color: #000000;
    font-family: Open Sans,sans-serif;
    font-size: 16px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
}

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


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


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

/* Basic text */
p {
    -webkit-font-smoothing: subpixel-antialiased;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin:0 0 15px;
    font-family: Open Sans,sans-serif;
    text-transform: capitalize;
    letter-spacing: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
}
h2 {
    font-size: 48px;
    line-height: 62px;
    font-weight: 300;
    color: #000000;
}
h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
}
h4 {
    color: #92c841;
    font-size: 20px;
    line-height: 34px;
}
h5 {
    color: #8fc540;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
}
h6 {
    font-size: 14px;
    line-height: 20px;
}

/* Anchor Links */
a { 
color: #00f; 
}
a:hover, a:focus { 
color: #90f; 
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}
.body-container-wrapper .main-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.body-container-wrapper .main-content ol{
    margin: 0;
    padding: 0 0 0 20px;
}

.body-container-wrapper .main-content ul li {
    position: relative;
    padding-left: 38px;
}

.body-container-wrapper .main-content ul li:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f00c";
    font-size: 16px;
    line-height: 30px;
    color: #536dfe;
    position: absolute;
    left: 0;
}

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {
    min-height: 111px;
    position: fixed;
    background: #fff;
    z-index: 9999;
    width: 100%;
}

.header-container {}

.custom-header {
    padding-top: 30px;
}

.custom-logo {
    width: auto !important;
    float: left !important;
}

.custom-logo a {
    display: block;
    position: relative;
    z-index: 999;
}

.custom-logo img {
    vertical-align: top;
}

.custom-right-header {
    margin: 0 !important;
    float: right !important;
    width: auto !important;
}

.custom-right-header-menu {
    float: right !important;
    margin: 0 !important;
    width: auto !important;
    margin-left: 77px !important;
}

.custom-right-header-menu ul {
    margin: 0;
    padding: 0 4px 0 0;
    list-style: none;
}

.custom-right-header-menu ul li.search-btn a .icon-salient-search {
    font-size: 18px;
    color: rgba(0,0,0,0.48);
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
}

.custom-right-header-menu ul li.search-btn a:hover .icon-salient-search {
    color: #92c841;
}

.custom-right-header-menu ul li {
    float: left;
}

.custom-right-header-menu ul li.search-btn {
    line-height: 12px;
    position: relative;
    padding-bottom: 14px;
    padding-top: 14px;
}

.custom-right-header-menu ul li.search-btn div {
    padding-left: 19px;
}

.icon-salient-search:before {
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    content: "\e036";
}

.phone:before {
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    background-image: url('//cdn2.hubspot.net/hubfs/3038557/ITAuthorities-Oct2017/Images/fa-mobile-phone.png');
    position: absolute;
    top: 19px;
}

.custom-right-header-menu ul li.phone {
    line-height: 12px;
    position: relative;
    padding-left: 12px;
}

.custom-right-header-menu ul li.phone a {
    padding-bottom: 46px;
    padding-top: 16px;
    margin-left: 20px;
    margin-right: 22px;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    position: relative;
    color: #92c841;
    font-size: 12px;
    font-family: Open Sans,sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 19.6px;
    font-weight: 600;
    display: block;
    text-decoration: none;
}

.custom-right-header-menu ul li.careers a {
    padding-bottom: 46px;
    padding-top: 19px;
    margin-left: 20px;
    margin-right: 20px;
    opacity: 1;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    font-family: Open Sans,sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 19.6px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px!important;
    -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    position: relative;
    color: #fff;
}

.custom-right-header-menu ul li.search-btn a {
    text-decoration: none;
}

.custom-right-header-menu ul li.careers {
    position: relative;
    top: 10px;
}

.custom-right-header-menu ul li.careers a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 10px;
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    width: 100%;
    height: 34px;
    z-index: -1;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    background-color: #536dfe;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    padding-bottom: 13px;
    top: 19px;
}

.custom-right-header-menu ul li.careers:hover a:before {
    opacity: 0.85;
}

#close {
    position: absolute;
    right: 28px;
    top: -125px;
}

#close a {
    color: #666;
    font-family: Open Sans,sans-serif;
    font-size: 25px;
    line-height: 30px;
    text-decoration: none;
}
#close a:hover {
        color: #92c841;
}
.custom-header-search {
    height: 100%;
    width: 100% !important;
    position: fixed;
/*    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    background: #fff;
    opacity: 0;
    visibility: hidden;
}

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

.custom-header-search-inner {
    position: relative;
    top: 150px;
}

.custom-header-search-inner input[type="text"]:focus {
    width: 100%;
    border: none;
    outline: 0;
}

.custom-header-search-inner input[type="text"] {
    width: 100%;
    border: none;
    color: #000!important;
    height: auto!important;
    font-size: 80px!important;
    text-align: center!important;
    line-height: 43px;
    position: relative;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* =============== Content =============== */

.body-container-wrapper {
    padding-top: 111px;
}
.body-container {}

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

.custom-body {
    padding: 50px 0;
    padding-top: 4%;
    padding-bottom: 4%;
}

.custom-banner-warpper .title h1 {
    font-size: 16px;
    color: #92c841;
    line-height: 25px;
    font-family: Open Sans,sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 7px;
    position: relative;
    z-index: 999;
}

.custom-banner-warpper .title h2 {
    font-size: 48px;
    color: #ffffff;
    line-height: 62px;
    font-family: Open Sans,sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    z-index: 999;
}

.custom-banner-warpper .title {
    padding-top: 12%;
    padding-bottom: 12%;
    width: 48.92%;
}

.custom-banner-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgb(51, 51, 51);
    position: relative;
}

.custom-banner-section:after {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
}
/* =============== Footer =============== */
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-up:before {
    content: "\f106";
}
#back-to-top {
    bottom: 17px;
    overflow: hidden;
    transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
    -moz-transition: -moz-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
    background-color: rgba(0,0,0,0.25)
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    display: block;
    position: fixed;
    text-align: center;
    line-height: 12px;
    right: 17px;
    color: #fff;
    cursor: pointer;
    height: 29px;
    width: 29px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#back-to-top i {
    line-height: 29px!important;
    width: 29px!important;
    height: 29px!important;
    font-size: 14px!important;
    top: 0px!important;
    left: 0px!important;
    text-align: center!important;
    position: relative;
    z-index: 10;
    background-color: rgba(0,0,0,0.25);
}
#back-to-top:hover i {
    
}
#back-to-top:after, #back-to-top:before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: all 0.3s cubic-bezier(.55,0,.1,1);
    -webkit-transition: all 0.3s cubic-bezier(.55,0,.1,1);
    -moz-transition: all 0.3s cubic-bezier(.55,0,.1,1);
    border-radius: 100px;
    -webkit-border-radius: 100px;
}
#back-to-top:before {
    background-color: rgba(0,0,0,0.25);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: all 0.3s cubic-bezier(.55,0,.1,1);
    -webkit-transition: all 0.3s cubic-bezier(.55,0,.1,1);
    -moz-transition: all 0.3s cubic-bezier(.55,0,.1,1);
}
#back-to-top:hover:before {
        transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
        background-color: #92c841;
}

#back-to-top i.fa-angle-up, #back-to-top i.fa-angle-up {
        -webkit-transform: translate(0,0px);
    -ms-transform: translate(0,0px);
    transform: translate(0,0px);
    transition: transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
}
#back-to-top:hover i.fa-angle-up {
        -webkit-transform: translate(0,-29px);
    -ms-transform: translate(0,-29px);
    transform: translate(0,-29px);
}
#back-to-top:hover i.fa-angle-up {
        -webkit-transform: translate(0,-29px);
    -ms-transform: translate(0,-29px);
    transform: translate(0,-29px);
}

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

.custom-footer {
    background-color: #252525;
}

.custom-bottom-bg {
    padding: 16px 0px;
}

.custom-bottom-bg {
    border-top: 1px solid #8fc440;
}

.custom-copyright p {
    margin: 0;
    line-height: 22px;
    margin-top: 7px;
    color: #ffffff;
    font-size: 12px;
}

.custom-social-icon ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    position: relative;
    top: 2px;
}

.custom-social-icon ul li {
    float: left;
    margin-left: 20px;
}

.custom-social-icon ul li a {
    display: block;
    line-height: 22px;
    position: relative;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    background-position: center top;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
}

.custom-social-icon ul li a i {
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    font-size: 20px;
    line-height: 32px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.custom-social-icon ul li:hover a i {
    border-color: #8fc440!important;
    color: #8fc440!important;
}

.custom-top-bg{
    padding: 80px 0px;
}

.custom-footer-logo {
    width: 43% !important;
    margin-right: 2%;
    position: relative;
    z-index: 10;
    display: block;
    float: left;
}

.custom-contact-info {
    width: 34% !important;
    margin-left: 0 !important;
    margin-right: 2%;
    position: relative;
    z-index: 10;
    display: block;
    float: left;
}

.custom-quick-links {
    width: 18% !important;
    margin-left: 0 !important;
    position: relative;
    z-index: 10;
    display: block;
    float: left;
}

.custom-footer-logo img {
    margin-bottom: 19px;
    width: auto;
    max-width: 100%;
    height: auto;
}

.col-v p {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 32px;
    margin: 0;
    padding-top: 5px;
}

.col-v h4 {
    line-height: 34px;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 8px;
}

.col-v p a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.col-v ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 30px;
    font-size: 16px;
}

.col-v ul li {
    line-height: 30px;
    font-size: 16px;
    padding: 4px 0;
}

.col-v ul li a {
    color: #fff;
    text-decoration: none;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

/* Parent List */
.custom-menu-primary {
    margin: 0 !important;
    width: 100% !important;
    position: absolute;
    left: 0;
    right: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul{
    display: block;
    text-align: center;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
    float: none !important;
    display: inline-block;
    font-size: 12px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-family: Open Sans,sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 19.6px;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0;
    padding-top: 16px;
    color: #888;
    text-decoration: none;
    position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    transition: transform .3s ease-out,border-color .3s ease-out;
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #000;
    content: '';
    border-color: #92c841;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
    
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
    position: static !important;
}


.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{}
/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
    width: 100%;
    background-color: #536dfe;
    padding: 15px 0px;
    top: 81px !important;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
    width: 20%;
    float: left;
    padding: 0px 15px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 9px 0px;
    margin: 0 15px 7px;
    display: inline-block !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    line-height: 14px;
    text-decoration: none;
    position: relative;
    white-space: normal !important;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after{
    -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    transition: transform .3s ease-out,border-color .3s ease-out;
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #000;
    content: '';
    border-color: #92c841;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/*.custom-menu-primary .hs-menu-wrapper > ul ul li > a:after {
    -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    transition: transform .3s ease-out,border-color .3s ease-out;
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #fff;
    content: '';
    border-color: #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a:after {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}*/
/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 1001px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    
    .blog-listing-wrapper .post-listing .post-item:nth-child(3n+3) {
        margin-right: 0;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul:after {
        content: "";
        position: absolute;
        top: -40px;
        left: 0;
        background: transparent;
        width: 100%;
        height: 41px;
    }
    
    .footer-container-wrapper {
        min-height: 420px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    
    .body-container-wrapper {
        position: relative;
        margin-bottom: 420px;
        z-index: 999;
        background: #fff;
    }
    
    .custom-main .body-container-wrapper {
        margin-bottom: 63px;
    }
    
    .custom-main .footer-container-wrapper {
        min-height: 6px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5), 
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) {
        display: none !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:after {
        -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
        -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
        transition: transform .3s ease-out,border-color .3s ease-out;
        position: absolute;
        display: block;
        bottom: -6px;
        left: 0;
        width: 100%;
        -ms-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        border-top: 2px solid #fff;
        content: '';
        padding-bottom: inherit;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover:after {
        padding-bottom: inherit;
        -ms-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    
    li.dl-back, li.custom-parent-link {
    display: none !important;
}
}


/* ==========================================================================
   Mobile Menu - Toggle Side Menu - Right
   ========================================================================== */

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

 /* Set mobile icon color */
 /* Set close icon color */
 /* Set full menu background color */
 /* Set link Color */
 /* Set link Hover Color */
 

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

.mobile-icon {
    display: none;
    cursor: pointer;
    width: auto;
    height: 40px;
    position: absolute;
    top: 11px;
    right: 0px;
}
.mobile-icon:hover {
    text-decoration: none; /* Removes link text underline on button */
}
 
/* Three line icon */
.mobile-icon span {
    margin: 0 auto;
    position: relative;
    top: 17px;
}
.mobile-icon  span:before, .mobile-icon span:after {
    position: absolute;
    content: '';
}
.mobile-icon  span, .mobile-icon  span:before, .mobile-icon  span:after {
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #999; /* Color of all three lines */
    -webkit-border-radius: 2px; /**********************************************/
    -moz-border-radius: 2px;    /* Border Radius - must be half of the height */
    border-radius: 2px;         /**********************************************/
    display: block;
}
.mobile-icon  span:before {
    margin-top: -6px; /* Position top line */
}
.mobile-icon  span:after {
    margin-top: 6px; /* Position bottom line */
}
 

/* Close Button
   ========================================================================== */  

.close-icon {
    display: none !important;
    cursor: pointer;
    float: left;
    position: absolute;
    height: auto;
    width: auto !important;
    right: 29px;
    transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
    -webkit-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
    -moz-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
        z-index: 99;
}


.close-icon:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

/* Menu Styles on Mobile Devices
   ========================================================================== */  
 
@media (min-width: 1001px) {

     /* Will prevent the '100% Height' script for the Main Menu to affect desktop */
     .custom-menu-primary {
          height: auto !important;
     }

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

     body, html {
          height: 100%;
     }

     /* Show the Mobile and Close Icons */
     .mobile-icon,
     .close-icon {
          display: block !important;
     }

     /* Container added with js and is required for transforms to work */
     #site-wrapper{
        max-width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        position: relative;
     }

     /* Provide room in header for the toggle button */ 
     .header-container-wrapper .page-center{
     }

     /* Provide spacing for the menu ul */
     .custom-menu-primary .hs-menu-flow-horizontal>ul {
         clear: both;
     }

     /* Mobile Nav is HIDDEN By Default */
     .custom-menu-primary {
        position: fixed;
        width: 300px !important; /* must match the value above in 'left' */
        z-index: 1000;
        background-color: #92c841;
        right: -300px;
        top: 0;
        padding: 33px;
        transition: all 0.3s;
        left: auto;
        height: 100% !important;
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 26px;
     }

     .show-mobile-nav .custom-menu-primary{
         right: 0px;
     }
     
     /* All Main Containers Display FULL Width By Default */
     .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
         position: relative;
         right: 0;
         transition: all 0.3s;
     }
     
     /* All Main Containers Display PARTIAL Width On Icon Click */
     .show-mobile-nav .header-container-wrapper, .show-mobile-nav .body-container-wrapper, .show-mobile-nav .footer-container-wrapper{
         right: 300px;
     }
    .overlay {
        background-color: rgba(0,0,0,0.8);
        position: fixed;
        left: 0;
        top: 57px;
        z-index: 9996;
        height: 100%;
        width: calc(100% - 300px);
          opacity: 0;
        visibility: hidden;
    }
    
    .show-mobile-nav .overlay {
        opacity: 1;
        visibility: visible;
    }
    
     /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: relative;
    top: 0px;
    right: 0px;
    width: 100% !important;
    min-width: 100% !important;
    height: 45px !important;
    padding: 0 !important;
    border-left: none;
    float: right !important;
    margin-top: -40px !important;
  }
  .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: transparent; /* 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 ===== */  
     

  /* 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;*/
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-bottom: 16px !important;
}
    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item.hs-item-has-children>ul{
    position: absolute !important;
    transform: translate(100%,0);
    padding: 0;
    top: 0;
    box-shadow: none;
    transition: 0.5s all !important;
        background-color: #92c841;
            padding-top: 25px;
    padding-left: 19px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.child-open.hs-menu-item.hs-item-has-children>ul {
    transform: translate(0, 0);
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 0;
    margin: 0;
    display: inline-block !important;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-weight: 700;
    letter-spacing: -1px;
    opacity: 0.7;
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    font-size: 23px;
    line-height: 30px;
    padding-right: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    opacity: 1;
}
.custom-menu-primary .hs-menu-wrapper > ul ul {
    top: 0px !important;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
    width: 100%;
    padding-bottom: 17px;
}
li.dl-back {
    margin-bottom: 20px!important;
    padding-bottom: 17px !important;
}
li.dl-back a {
    background: rgba(0,0,0,0.13);
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: -10px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}
}

/* ==========================================================================
   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 {
    margin-bottom: 50px !important;
}


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

.blog.hs-blog-listing .blog-content {
    margin-top: 30px;
    border-right: 1px solid #888;
    padding-right: 20px;
    width: 74.5% !important;
    margin-right: 2%;
    position: relative;
    z-index: 10;
    display: block;
    float: left;
}

/* 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-weight: 300;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    margin: 0;
}

.post-header h2 a {
    text-decoration: none;
    color: #000;
}


/* 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 {
    width: 31.5%;
    display: inline-block;
    box-shadow: 0px 1px 3px rgba(0,0,0,.08);
    border-radius: 4px;
    float: left;
    margin-bottom: 30px;
    margin-right: 16px;
}



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

.blog-post-wrapper .post-body a{
        color: #92c841;
        text-decoration: none;
}

.blog-post-wrapper .post-body a:hover{
    color: #000000;
}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
    overflow: hidden;
}

.hs-featured-image-wrapper .hs-featured-image-link {}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: 100%;
    float: none;
    margin: 0;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all .7s cubic-bezier(.2,1,.22,1);
    -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
}

.post-item:hover .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
     transform: scale(1.09);
    -webkit-transform: scale(1.09);   
}

a.post-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

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

/* Blog Topics List */
#hubspot-topic_data {}

#hubspot-topic_data a.topic-link {}

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


/* Blog Commments */
#comments-listing {
border: 1px solid #ccc;
margin-bottom: 30px;
margin-top: 30px;
}

#comments-listing.no-comments {
 border: none;
}

.comment {
margin: 10px 0;
border-top: 1px solid #ccc;
padding: 15px 0;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment.depth-0:last-child {
   border-bottom: none !important;
}

.comment-body {
    border-bottom: medium none;
    display: block;
    font-family: 'avenir-normal', sans-serif;
    color: #51535a;
    font-size: 18px;
    line-height: 1.22;
    padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color:  !important;
  display: block !important;
  font-size: 13px;
  text-align: right;
}

.comment-from { font-weight: bold; }

.comment-body { padding: 10px 0; }

.custom_listing_comments{
}

.comment-from, .comment-date {
    display: block !important;
    text-align: left !important;
}

/* Pagination */
.blog-pagination {
    clear: both;
}

.blog-pagination a {
    display: inline-block;
    padding-right: 10px;
    color: #92c841;
    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 {
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    margin: 0 0 15px;
}
h2.post-listing-simple a {
    color: #000000;
    text-decoration: none;
}


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

.blog.hs-blog-listing .blog-sidebar {
    width: 23.5% !important;
    position: relative;
    z-index: 10;
    display: block;
    float: left;
    margin-top: 30px;
    margin-left: 0 !important;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
    margin-bottom: 50px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{
    font-family: Open Sans,sans-serif;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
    line-height: 34px;
}

.blog .blog-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog .blog-sidebar ul li {
    padding: 0 0 4px 0;
    line-height: 30px;
    font-weight: normal;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    color: #000;
}

.blog .blog-sidebar ul li a {
    text-decoration: none;
    color: #92c841;
}   

.blog .blog-sidebar ul li a:hover {
    color: #000;
}

.custom-google form.hs-form {
    overflow: hidden;
    position: relative;
    padding-top: 35px;
}

.custom-google input[type="text"] {
    width: 100%;
    padding-right: 75px!important;
    border-radius: 0px 2px 2px 0px;
    margin: 0!important;
    position: relative;
    padding-top: 13px!important;
    padding-bottom: 13px!important;
    padding-left: 0!important;
    background-color: transparent!important;
    box-shadow: none!important;
    font-size: 16px!important;
    font-family: 'Open Sans',sans-serif !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    color: #555 !important;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.custom-google a.hs-button.primary {
    position: absolute;
    right: 0;
    line-height: 24px;
    padding: 15px 22px!important;
    margin: 0!important;
    top: 30px;
    background-color: #92c841!important;
    font-family: Open Sans,sans-serif !important;
    text-transform: capitalize!important;
    letter-spacing: 0;
    font-size: 16px !important;
    font-weight: normal !important;
    color: #fff;
    cursor: pointer;
}

.custom-google a.hs-button.primary:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16)!important;
    padding: 15px 22px!important;
    margin: 0!important;
    -ms-transform: translateY(0px)!important;
    transform: translateY(0px)!important;
    -webkit-transform: translateY(0px)!important;
}


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

.custom-blog-content {
    padding: 17%;
    background: #fff;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-height: 300px !important;
}

.custom-blog-content a {
    text-decoration: none;
}

.blog  {
    background-color: #f9f9f9;
}

.date {
    font-size: 12px;
    color: #888;
    margin-bottom: 12px;
    line-height: 30px;
}

.blog-banner {
    position: relative;
    padding-top: 130px;
    padding-bottom: 130px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-banner:after {
    content: "";
    background-color: #0a0a0a;
    z-index: 10;
    opacity: 0.65;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.blog-banner h1 {
    position: relative;
    color: #fff;
    z-index: 99;
    font-size: 54px;
    line-height: 54px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 8px;
    display: block;
}

.blog-banner p {
    position: relative;
    color: #fff;
    z-index: 99;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
}

.custom-blog-text {
    padding-top: 8%;
    padding-bottom: 8%;
}

.custom-blog-text p {
    margin: 0;
}

.custom-blog-text p:first-child {
    padding-bottom: 27px;
}

.filter-link-count {
    display: none;
}

.post-tags {
    text-align: center;
    padding-top: 159px;
}

.post-tags a.topic-link {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    font-family: Open Sans,sans-serif;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.4);
    padding: 4px 10px;
    margin: 5px 6px 15px 5px;
    display: inline-block;
    line-height: 18px;
    text-decoration: none;
    transform: rotateX(0deg) translate(0px, 0px);
    -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}

.post-tags a.topic-link:hover {
    transform: translateY(-3px);
    background-color: #92c841;
    border-color: #92c841;
}

.post-title {
    top: 3px;
    text-align: center;
    position: relative;
}

.post-title h1{
    display: block;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 0;
    font-family: Open Sans,sans-serif;
    text-align: center;
    font-size: 54px;
    line-height: 1;
    padding: 16px 0 16px 0;
    max-width: 1000px;
    margin: 0 auto!important;
}

.author-date-group {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 11px;
    color: #888;
    padding-bottom: 161px;
}

.author-date-group span {
    color: rgba(255,255,255,0.8);
    border-right: rgba(255,255,255,0.25) 1px solid;
    display: inline-block;
    font-size: 14px;
    font-family: Open Sans,sans-serif;
    padding: 0 10px 0 10px;
    position: relative;
    text-transform: none;
    line-height: 16px;
}

.author-date-group span:last-child {
    border: none;
}

.author-date-group span a {
    text-decoration: none;
    transition: color 0.2s;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    color: rgba(255, 255, 255, 0.8);
}
.author-date-group span a:hover {
    color: rgba(255,255,255,1);
}

.hs-blog-post .blog-banner-post {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blog.hs-blog-post .blog-content {
    max-width: 1000px;
    margin: 0 auto!important;
    float: none !important;
    padding-top: 100px!important;
    width: 100%;
}

.custom_blog_next-previous {
    text-align: center;
    overflow: hidden;
}

.custom_blog_next-previous a{
    color: #fff;
    text-decoration: none;
}
.custom-next {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all .7s cubic-bezier(.2,1,.22,1);
    -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
}

.custom-next:hover {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}

.custom-next-content {
    font-weight: 300;
    font-size: 51px;
    line-height: 59px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0;
    padding: 100px 15%;
    display: block;
    position: relative;
}

.custom-next-content span {
    display: block;
    color: #fff;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    position: relative;
    z-index: 999;
}

.custom-next-content div {
    position: relative;
    z-index: 999;
}

.custom-next-content:after {
    content: "";
    background: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.19;
}

.custom-next-content:hover:after {
    content: "";
    opacity: 0.09;
}

.custom-blog-content a {
    text-decoration: none;
}






/*-------------------------------------------New Blog ----------------------------------------------------*/
.blog.custom-new-blog.hs-blog-listing .blog-content {
    border: none;
    width: 100% !important;
    margin-right: 0;
    padding: 0;
    margin-top: 76.12px;
}

.blog.custom-new-blog .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    display: block;
    margin-right: 0;
    margin-bottom: 2%;
    padding: 20px;
    position: relative;
}

.blog.custom-new-blog .blog-listing-wrapper .post-listing .post-item .post-header a {
    text-decoration: none;
}

.date-tags-new {
    margin-bottom: 13px;
    display: block;
    color: #888;
    line-height: 30px;
    font-size: 11px;
    font-weight: 400;
}

.date-tags-new a{
    color: #888;
    text-decoration: none;
}

.custom-new-blog .post-header h2 {
    color: #000000;
    margin-bottom: 8px;
    font-family: Open Sans,sans-serif;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
}

.custom-new-blog .blog-listing-wrapper .post-listing .post-item .post-body {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.custom-new-blog .blog-listing-wrapper .post-listing .post-item .post-body p {
    margin: 0;
}

.custom-new-blog .more-link {
    font-family: Open Sans, sans-serif;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: normal;
    color: #92c841;
}

.icon-button-arrow:before {
    content: "\e909";
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.custom-new-blog .more-link i {
    background-color: transparent!important;
    color: inherit;
    height: auto;
    font-size: 15px;
    width: 23px;
    top: 0px;
    right: 0;
    transition: all 0.3s;
    position: relative;
}

.blog.custom-new-blog .blog-listing-wrapper .post-listing .post-item:hover .more-link i{
   right: -8px;
}

.custom-form-group {
    padding-top: 6%;
    padding-bottom: 6%;
    background-color: #f9f9f9;
}

.custom-form-group .hs-form-required {
    display: none;
}

.custom-form-group input[type="text"], 
.custom-form-group input[type="email"], 
.custom-form-group textarea{
    padding-bottom: 5px !important;
    color: #000;
    padding-top: 13px!important;
    padding-left: 0!important;
    padding-right: 0!important;
    background-color: transparent!important;
    box-shadow: none!important;
    font-size: 16px!important;
    font-weight: 400 !important;
    line-height: 22px !important;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    border-bottom: #000 1px solid!important;
}

.custom-form-group input[type="text"]:focus, 
.custom-form-group input[type="email"]:focus, 
.custom-form-group textarea:focus{
    outline: none;
    border-color: #92c841!important;
    box-shadow: 0 10px transparent inset, 0 -1px #92c841 inset, -10px 0 transparent inset, 10px 0 transparent inset!important;
}

.custom-right h3 {
    font-family: Open Sans;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 8px;
}

.custom-right p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    color: #888899;
}

h4.vc_custom_heading.phone-content {
    position: relative;
    padding-left: 18px;
    margin-top: 10px !important;
    margin-bottom: 8px;
    text-transform: none;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 34px;
    color: #92c841;
    text-align: left;
    font-family: Open Sans;
    font-weight: 400;
    font-style: normal;
}

h4.vc_custom_heading.phone-content:before {
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    background-image: url(//cdn2.hubspot.net/hubfs/3038557/ITAuthorities-Oct2017/Images/fa-mobile-phone-1.png);
    position: absolute;
    top: 11px;
    left: 0;
}



.custom-new-blog .blog-banner {
    padding-top: 8%;
    padding-bottom: 8%;
}

.custom-new-blog .blog-banner p {
    font-size: 16px;
    color: #92c841;
    line-height: 25px;
    text-align: left;
    font-family: Open Sans;
    font-weight: 700;
    font-style: normal;
}

.custom-new-blog .blog-banner h1 {
    font-size: 48px;
    color: #ffffff;
    line-height: 62px;
    text-align: left;
    font-family: Open Sans;
    font-weight: 400;
    font-style: normal;
    padding-top: 5px;
}

.blog-banner-post.custom-new-post {
    height: 550px;
}

.blog-banner-post.custom-new-post .post-title {
    top: 200px;
}

.blog-banner-post.custom-new-post .post-title h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
}
/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


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

.hs-form-required {
}

h3.form-title {}

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

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

/* Labels and Legends */
body label {
    color: #3a3a3c;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
}

.hs-form-field > label {}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
    width: 100%;
    letter-spacing: normal;
    line-height: 22px;
    font-weight: normal;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: rgb(85, 85, 85);
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    border: none;
    border-bottom: rgb(85, 85, 85) 1px solid;
    margin-bottom: 25px;
}


.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
    outline: none;
    border-color:  #92c841;
    box-shadow: 0 10px transparent inset, 0 -1px #92c841 inset, -10px 0 transparent inset, 10px 0 transparent inset;
}

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

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

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
ul.hs-error-msgs.inputs-list label {

}
form.hs-form .hs-form-field ul.inputs-list li input {}

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

ul.hs-error-msgs.inputs-list li:before {
    display: none !important;
}

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{    
     color: red;
    font-weight: 400;
     display: block;
}

/* Placeholder Text */
.blog-sidebar ::-webkit-input-placeholder {
    font-family: Open Sans,sans-serif;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 700;
    color: #676767;
    line-height: 34px;
} /* Webkit Browsers */
.blog-sidebar :-moz-placeholder {
    font-family: Open Sans,sans-serif;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 700;
    color: #676767;
    line-height: 34px;
} /* Firefox 18- */
.blog-sidebar ::-moz-placeholder {
    font-family: Open Sans,sans-serif;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 700;
    color: #676767;
    line-height: 34px;
} /* Firefox 19+ */
.blog-sidebar :-ms-input-placeholder {
    font-family: Open Sans,sans-serif;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 700;
    color: #676767;
    line-height: 34px;
} /* IE10 */


.custom-form-left input::-webkit-input-placeholder, 
.custom-form-left input::-moz-placeholder, 
.custom-form-left input:-ms-input-placeholder, 
.custom-form-left input:-moz-placeholder {
    color: #3a3a3c !important;
    line-height: 30px !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.custom-form-left input::-webkit-input-placeholder {
    color: #3a3a3c !important;
    line-height: 30px !important;
    font-size: 14px !important;
    font-weight: bold !important;
}
.custom-form-left input::-moz-placeholder {
    color: #3a3a3c !important;
    line-height: 30px !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.custom-form-left textarea::-moz-placeholder {
    color: #3a3a3c !important;
    line-height: 30px !important;
    font-size: 14px !important;
    font-weight: bold !important;
}
.custom-form-left textarea::-webkit-input-placeholder{
    color: #3a3a3c !important;
    line-height: 30px !important;
    font-size: 14px !important;
    font-weight: bold !important;
}
/* =============== 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="email"], 
#comment-form textarea {
    background: transparent;
}
#comment-form input[type="text"]:focus {}

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

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

#comment-form h3#reply-title {
    margin: 80px 0;
    text-align: center;
}

#comment-form .hs-form-required {
    color: #92c841;
}
#comment-form .actions {
    text-align: center;
}

#comment-form input.hs-button.primary {
    margin-bottom: 40px;
    border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    -o-border-radius: 4px!important;
    -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    padding: 15px 22px!important;
    background-color: #92c841!important;
    font-family: Open Sans, sans-serif;
    text-transform: capitalize!important;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: normal;
    border: none;
    color: #fff;
    cursor: pointer;
}

#comment-form input.hs-button.primary:hover {
        -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
/* =============== 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) =============== */

/* All Global Buttons (Excluding CTAs)
   ========================================================================== */
.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    background-color: #536dfe;
    padding: 18px 45px;
    font-size: 14px;
    margin-top: 32px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    font-family: Open Sans,sans-serif;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: normal;
    border: none;
    color: #fff;
    width: auto;
    display: inline-block;
    line-height: normal;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    outline: none;
    opacity: 0.85;
}

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {
    outline: none;
}


/* =============== 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                                      
   ========================================================================== */
.hs-blog-social-share ul{
    padding: 0!important;
    margin:0 !important;
    background:none !important;
    list-style:none !important;
}

form ul{
    padding: 0!important;
    margin:0 !important;
    background:none !important;
    list-style:none !important;
}

.landing-page.one-column .body-container .widget-type-form,
.error-template.one-column .body-container .widget-type-google_search, 
.body-container .widget-type-password_prompt.custom_error_message, 
.body-container .widget-type-email_simple_subscription{
    width: 50%;
}

.body-container-wrapper .main-content,
.body-container-wrapper .sidebar{
    margin-bottom:30px;
}
   
.custom-right {
    float: right !important;
}

.custom-form-left {
    margin: 0 !important;
    float: left !important;
}
/* Styles that do not fit into any of the available sections above can go here. */


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


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


@media only screen and (max-width: 1225px) and (min-width: 1201px) {
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    margin-left: 15px;
    margin-right: 15px;
}    
}


@media (max-width: 1200px) {
.custom-logo img {
    vertical-align: top;
    max-width: 164px;
}

.custom-right-header-menu ul li.search-btn {
    display: none !important;
}

.custom-right-header-menu {
    margin-left: 0px !important;
    float: right !important;
    margin-right: -70px !important;
}

.custom-logo a {
    padding-top: 17px;
}

.blog.custom-new-blog.hs-blog-listing .blog-content {
    margin-top: 47.24px;
}
}



@media (max-width: 1000px) {
    
.container-fluid .row-fluid .page-center {
    max-width: 600px;
    padding: 0px;
    position: relative;
} 
.custom-social-icon ul li {
    float: left;
    margin-left: 20px;
    width: 33px;
    margin-top: 9px;
    margin-bottom: 9px;
}

.custom-footer-logo {
    width: 43% !important;
    margin-right: 15px;
    float: left !important;
    padding: 15px;
    margin-bottom: 40px;
}

.custom-contact-info {
    width: 34% !important;
    margin-left: 0 !important;
    margin-right: 0;
    float: left !important;
    padding: 15px;
    margin-bottom: 40px;
}

.custom-quick-links {
    width: 18% !important;
    margin-left: 0 !important;
    float: left !important;
    padding: 15px;
}

.col-v p {
    line-height: 26px;
}

.col-v ul li {
    padding: 0 0 2px;
}

.custom-bottom-bg {
    padding: 16px 0px 15px;
}

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

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

.custom-right-header-menu {
    display: none !important;
}

.custom-right-header {
    width: 100% !important;
}

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

.custom-logo a {
    padding-bottom: 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    text-align: left;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
    display: block;
    font-size: 12px;
    position: relative !important;
    padding-bottom: 11px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-family: Open Sans,sans-serif;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: -1px;
    opacity: 0.7;
    color: #fff;
    margin: 0;
    padding: 0;
}

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

.custom-menu-primary .hs-menu-wrapper > ul ul {
    /*display: none !important;*/
}

.icon-salient-x:before {
    content: "\e117";
    font-size: 24px;
    line-height: 32px;
    width: 34px;
    height: 34px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #fff;
}

.blog-banner h1 {
    font-size: 42px;
    line-height: 46px;
}

.blog-banner {
    padding-top: 73px;
    padding-bottom: 61px;
}

.blog.hs-blog-listing .blog-content {
    border-right: none;
    padding-right: 0;
    width: 100% !important;
    margin-right: 0;
}

.blog-listing-wrapper .post-listing .post-item {
    width: 48.5%;
    margin-right: 12px;
}

.blog-listing-wrapper .post-listing .post-item:nth-child(even) {
    margin-right: 0;
}

.blog.hs-blog-listing .blog-sidebar {
    width: 100% !important;
    margin-top: 80px;
}

.post-tags {
    padding-top: 65px;
}

.author-date-group {
    padding-bottom: 65px;
}

.post-title h1 {
    font-size: 42px;
    line-height: 46px;
}

.custom-banner-warpper .title {
    padding-top: 74px;
    padding-bottom: 74px;
    width: 100%;
}

.body-container-wrapper {
    padding-top: 57px;
}
.header-container-wrapper {
    min-height: 57px;
    position: fixed;
    background: #fff;
    z-index: 9999;
    width: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding-left: 22px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child:before {
    content: "";
    background-image: url(//cdn2.hubspot.net/hubfs/3038557/ITAuthorities-Oct2017/Images/fa-mobile-phone-white.png);
    width: 16px;
    height: 25px;
    top: 8px;
    left: 0px;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: .8;
    position: absolute;
}

.custom-next-content {
    font-size: 24px;
    line-height: 32px;
    padding: 70px 15%;
}

.blog.custom-new-blog.hs-blog-listing .blog-content {
    margin-top: 39.32px;
}

.custom-right h3 {
    font-size: 24px;
    line-height: 32px;
}

.blog-banner-post.custom-new-post .post-title h1 {
    font-size: 42px;
    line-height: 46px;
}
.blog-banner-post.custom-new-post .post-title {
    top: 289px;
}
}




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



@media (max-width: 767px) {
 .landing-page.one-column .body-container .widget-type-form,
    .error-template.one-column .body-container .widget-type-google_search, 
    .body-container .widget-type-password_prompt.custom_error_message, 
    .body-container .widget-type-email_simple_subscription{
        width: 100%;
    } 
    .custom-copyright {
        float: left !important;
        width: auto !important;
    }
    
    .custom-contact-info {
        width: 100% !important;
        text-align: center;
    }
    
    .custom-quick-links {
        width: 100% !important;
        padding: 15px;
        text-align: center;
    }
    
    .custom-footer-logo {
        width: 100% !important;
        margin-right: 0;
        padding: 15px;
        text-align: center;
    }
    
    .blog.custom-new-blog.hs-blog-listing .blog-content {
        margin-top: 26.64px;
    }
    
    .custom-form-left, .custom-right {
        margin-left: 0 !important;
        width: 100% !important;
    }
    
    .custom-right {
        margin-top: 70px !important;
    }
    
    .custom-form-left .hs-form-field {
        width: 100% !important;
        padding: 0 !important;
    }
    
    .custom-right {
        float: left !important;
    }
}  




@media (max-width: 690px) {
.container-fluid .row-fluid .page-center {
    max-width: 420px;
    padding: 0;
}   
.custom-copyright {
    width: 100% !important;
    margin-bottom: 23px !important;
}   

.custom-social-icon ul {
    float: left;
    top: 0;
}

.custom-social-icon ul li {
    float: left;
    margin-left: 0;
    margin-top: 9px;
    margin-bottom: 9px;
    margin-right: 10px;
    width: 33px;
}
.custom-contact-info, .custom-footer-logo {
    padding: 0;
    margin-bottom: 40px;
}
.custom-quick-links {
    padding: 0;    
}
.blog-banner h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 4px;
}

.blog-banner p {
    font-size: 15px;
}

.blog-banner {
    padding-top: 56px;
    padding-bottom: 46px;
}

.blog-listing-wrapper .post-listing .post-item {
    width: 100%;
    margin-right: 0px;
}

.post-tags {
    padding-top: 43px;
}

.post-title h1 {
    font-size: 42px;
    line-height: 46px;
    font-size: 24px;
    line-height: 30px;
}

.author-date-group {
    padding-bottom: 43px;
}
.custom-banner-warpper .title {
    padding-top: 55px;
    padding-bottom: 55px;
}
.blog-banner-post.custom-new-post .post-title h1 {
    font-size: 24px;
    line-height: 30px;
}
.blog-banner-post.custom-new-post .post-title {
    top: 70px;
}

.blog-banner-post.custom-new-post {
    height: 255px;
}
.blog.hs-blog-post.custom-new-blog .blog-content {
    padding-top: 80px!important;
}
}


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

@media (max-width: 479px) {
.container-fluid .row-fluid .page-center {
    max-width: 300px;
    padding: 0;
}

.blog-banner {
    padding-top: 44px;
    padding-bottom: 31px;
}

.post-tags {
    padding-top: 18px;
}

.author-date-group {
    padding-bottom: 18px;
}

.custom-banner-warpper .title {
    padding-top: 35px;
    padding-bottom: 35px;
}
.hs-form-8bf7dff1-ddbe-4e04-b08b-ad96c844c6e9_11f75b08-e175-4eab-ab70-afb35494e494 fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: left;
}
form.hs-form-8bf7dff1-ddbe-4e04-b08b-ad96c844c6e9_11f75b08-e175-4eab-ab70-afb35494e494 .form-columns-2 .hs-form-field .hs-input, form.hs-form-8bf7dff1-ddbe-4e04-b08b-ad96c844c6e9_11f75b08-e175-4eab-ab70-afb35494e494 .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
}

.blog.custom-new-blog.hs-blog-listing .blog-content {
    margin-top: 12px;
}
}