/****************************************************************************/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/***+********************************************************************+***/
/***+******************   START THEME CONFIGURATION   *******************+***/
/***+********************************************************************+***/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/****************************************************************************/
 /* ----- Structure & Design ----- */

    
    
    
    
    
    

    /* ----- Base Colors ----- */

    
    
    
    
    
    
    

    /* ----- Drop-Down Menu ----- */

    
    
    
    
    

    /* ----- Mobile Menu ----- */

    
    
    



/****************************************************************************/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/***+********************************************************************+***/
/***+******************   END THEME CONFIGURATION   *********************+***/
/***+********************************************************************+***/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/****************************************************************************/




/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

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

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

    
    
    
    

    
    
    
    

    
    
    
    
    

    
    
    
    
    
    


    /**
     * Border Radius
     *
     * 
     */

    


    /**
     * Box Shadow
     *
     * 
     */

    


    /**
     * Transition
     *
     * 
     */

    


    /**
     * Transform
     *
     * 
     */

    

    /**
     * Boxsizing
     *
     * 
     */

    



/* CSS Style Start */
html { background-color:#ffffff; }
body { margin:0; padding:0; font-family: 'Raleway', sans-serif; font-size:16px; line-height:25px; color:#363a36; background:#ffffff; overflow-x:hidden; }
* , body * , *:before , *:after { -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }

img { border:0; max-width:100%; height:auto; }

hr { background:#ccc; height:1px; border:none; outline:none; clear:both; margin:30px 0; }

.clear { clear:both }

p { padding:5px 0 15px; margin:0; }

blockquote { border-left:4px solid #202744; margin:15px 0 25px; padding:10px 25px; }
blockquote em { display:block; opacity:0.8; }

/* Slick Slider */
.slick-slider { position: relative; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none;
    -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

/* Isotope CSS */
.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
.isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; transition-duration: 0.8s; }
.isotope { -webkit-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -webkit-transition-property:opacity, -webkit-transform; transition-property:opacity, -webkit-transform; transition-property:transform, opacity; transition-property:transform, opacity, -webkit-transform; }

/*Heading*/
 /* h1 { color:#363a36; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:40px; margin:0; padding:15px 0 25px; line-height:48px; font-weight:300; clear:both }*/
  h1 { color:#363a36; font-family: 'Raleway', sans-serif; font-size:64px; margin:0 ; padding:15px 0 15px; line-height:1; clear:both; font-weight:700; }
  h2 { color:#363a36; font-family: 'Raleway', sans-serif; font-size:40px; margin:0; padding:10px 0 10px; line-height:1.1; clear:both; }
  h3 { color:#363a36; font-family: 'Raleway', sans-serif; font-size:32px; margin:0; padding:10px 0 10px; line-height:1.1; clear:both; }
  h4 { color:#363a36; font-family: 'Raleway', sans-serif; font-size:24px; margin:0; padding:10px 0 10px; line-height:1.1; clear:both; }
  h5 { color:#363a36; font-family: 'Raleway', sans-serif; font-size:20px; margin:0; padding:10px 0 10px; line-height:1.1; clear:both; }
  h6 { color:#363a36; font-family: 'Raleway', sans-serif; font-size:16px; margin:0; padding:10px 0; line-height:1.1; clear:both; }


/*anchor link*/
a { text-decoration:none; outline:none; color:#7dc72b; -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; display:inline-block; }
a:hover { color:#222222; }

input , form button , textarea, select , 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"] { outline:none; border:1px solid #ccc; background:#fff; height:50px; padding:0 20px; font-family:'Raleway', sans-serif; font-size:16px; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; }
textarea { padding:15px 20px; height:100px; }
input[type=submit] , button {  border:none; outline:none; cursor:pointer; background:none; -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
input[type=submit] , form button { background:url(//cdn2.hubspot.net/hub/383029/file-2285305098-png/esparkParallax/images/blank.png) no-repeat left top #202744; font-size:17px; line-height:24px; font-weight:700; padding:8px 20px; color:#FFFFFF; display:inline-block; }
input[type=submit]:hover , form button:hover { background-color:#343434; color:#ffffff }

ul.slides , ul.flex-direction-nav , ol.flex-control-nav , ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
.row-fluid ol.flex-control-nav , ul.slick-dots { text-align:center; padding:10px 0 0; }
.row-fluid ol.flex-control-nav li , ul.slick-dots li { display:inline-block; padding:0 5px; }
.row-fluid ol.flex-control-nav li a , ul.slick-dots li button { display:inline-block; width:15px; height:15px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; }
.row-fluid ol.flex-control-nav li a:hover , .row-fluid ol.flex-control-nav li a.flex-active , ul.slick-dots li button:hover , ul.slick-dots li button.slick-active { background:#7dc72b;  }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset.form-columns-1 .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }

@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {

  .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }
  form.hs-form .form-columns-2 .hs-form-field .hs-input, form.hs-form .form-columns-3 .hs-form-field .hs-input { width:100% !important; }

}

.row-fluid #back-to-top { position: fixed; right: 20px; bottom: 20px; color:#FFFFFF; width: 50px; height: 50px; text-align: center; line-height: 50px; background:#202744; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; opacity:0; }
.row-fluid #back-to-top.show { opacity:1; }
.row-fluid #back-to-top:hover { background:#343434; }

.row-fluid a.cta_button { -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
/* Zinner Clean Up Button Size Small Displays */
@media only screen and (max-width: 1129px) {
    .row-fluid a.cta_button {
        font-size: 1rem !important;
    }
}

.row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-item a:link , .row-fluid  .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-item a:visited , .hs-menu-wrapper.hs-menu-flow-vertical li a { max-width: none !important; text-overflow: inherit !important; vertical-align:top; white-space: normal; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

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

/* UL Style */
.row-fluid .ulstyle ul { padding:0; list-style:none; }
.row-fluid .ulstyle ul li { color: #363a36; list-style-type: square; margin-left: 1.5rem; padding-left:0; position:relative; }
/* .row-fluid .ulstyle ul li:before { position:absolute; content:"\f0c8"; font-family:'FontAwesome'; width:20px; height:20px; text-align:center; line-height:20px; left:0; top:3px; color:#202744; } */

/* Radio - Checkbox Style */
.row-fluid .hs-form label { float:left; width:100%; }
.row-fluid .inputs-list { float:left; width:100%; margin:0; padding:10px 0; list-style:none; }
.row-fluid .inputs-list li { float:left; padding-right:10px; }
.row-fluid input[type=radio], .row-fluid input[type=checkbox] { display:none; }
.row-fluid input[type=radio] + span, .row-fluid input[type=checkbox] + span { float:left; width:100%; padding-left:30px; position:relative; }
.row-fluid input[type=checkbox] + span:before { position:absolute; content:''; left:0; top:4px; width:16px; height:16px; box-shadow:#202744 0 0 0 1px; border:#FFFFFF solid 3px; }
.row-fluid input[type=checkbox]:checked + span:before { background:#202744; }
.row-fluid input[type=radio] + span:before { position:absolute; content:''; left:0; top:6px; width:14px; height:14px; border-radius:50%; box-shadow:#202744 0 0 0 1px; border:#FFFFFF solid 3px; }
.row-fluid input[type=radio]:checked + span:before { background:#202744; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .text-uppercase h1 , .row-fluid .text-uppercase h2 , .row-fluid .text-uppercase h3 , .row-fluid .text-uppercase h4 , .row-fluid .text-uppercase h5 , .row-fluid .text-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-capitalized , .row-fluid .text-capitalized h1 , .row-fluid .text-capitalized h2 , .row-fluid .text-capitalized h3 , .row-fluid .text-capitalized h4 , .row-fluid .text-capitalized h5 , .row-fluid .text-capitalized h6 { text-transform:capitalize; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#FFFFFF; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-italic { font-style:italic; }

.row-fluid .text-light , .row-fluid .text-light h1 , .row-fluid .text-light h2 , , .row-fluid .text-light h3 , .row-fluid .text-light h4 , .row-fluid .text-light h5 , .row-fluid .text-light h6 { font-weight:400; }
.row-fluid .text-medium , .row-fluid .text-medium h1 ,  .row-fluid .text-medium h2  , .row-fluid .text-medium h3 , .row-fluid .text-medium h4 , .row-fluid .text-medium h5 , .row-fluid .text-medium h6 { font-weight:600; }
.row-fluid .text-bold , .row-fluid .text-bold h1 ,  .row-fluid .text-bold h2  , .row-fluid .text-bold h3 , .row-fluid .text-bold h4 , .row-fluid .text-bold h5 , .row-fluid .text-bold h6 { font-weight:700; }
.row-fluid .text-extrabold , .row-fluid .text-extrabold h1 ,  .row-fluid .text-extrabold h2  , .row-fluid .text-extrabold h3 , .row-fluid .text-extrabold h4 , .row-fluid .text-extrabold h5 , .row-fluid .text-extrabold h6 { font-weight:900; }

/* Button Style */
.row-fluid .btn-style1 a, .row-fluid a.btn-style1 { background:#202744; color:#FFFFFF; padding:10px 20px; border:#202744 solid 2px; margin-top:10px; min-width:160px; text-align:center; }
.row-fluid .btn-style1 a:hover, .row-fluid a.btn-style1:hover { background:#343434; border-color:#343434; border-bottom-color:#f5f5f5 !important; color:#f5f5f5 }
.row-fluid .btn-style2 a, .row-fluid a.btn-style2 { background:transparent; color:#ffffff; padding:10px 20px; border:#343434 solid 2px; margin-top:10px; min-width:160px; text-align:center; }
.row-fluid .btn-style2 a:hover, .row-fluid a.btn-style2:hover { background:#343434; border-color:#343434; border-bottom-color:#f5f5f5 !important; color:#f5f5f5 }

/*Overlay Option*/
.row-fluid .overlay-section { position:relative; }
.row-fluid .overlay-section:before { position:absolute; left:0; top:0; width:100%; height:100%; content:''; opacity:0.6;}
.row-fluid .overlay-section .wrapper { position:relative; }

.row-fluid .overlay-black:before { background:#202744; }
.row-fluid .overlay-base:before { background:#202744; opacity:0.9; }

/*grayscale*/
.row-fluid .grayscale-image img {  -webkit-filter: grayscale(100%);  -moz-filter: grayscale(100%);  -ms-filter: grayscale(100%);  -o-filter: grayscale(100%);  filter: grayscale(100%);  -webkit-filter: gray;  filter: gray; -webkit-transition:all .4s ease-in-out; transition:all .4s ease-in-out;  }
.row-fluid .grayscale-image img:hover { -webkit-filter: grayscale(0);  -moz-filter: grayscale(0);  -ms-filter: grayscale(0);  -o-filter: grayscale(0);  filter: grayscale(0); -webkit-filter: gray; filter: gray;  }

.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; max-height: 394px; }
.row-fluid .bg-img { display:none; }
.row-fluid .bg-repeat { background-size:auto; background-repeat:repeat; }


.row-fluid .wrapper { margin:0 auto !important; max-width:1210px; float:none !important; padding:0 1rem; }
.row-fluid .content-main { float:left; width:100%; padding-top:60px; padding-bottom:60px; }
.row-fluid .altcontent-main { float:left; width:100%; padding-top:60px; padding-bottom:60px; background:#f5f5f5; }
.row-fluid .slick-slider { overflow:hidden; }

/*fancybox*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 99999; }
.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; border-radius: 4px; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; font: 14px/20px Arial, sans-serif; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 99999; }
#fancybox-loading div { width: 44px; height: 44px; background: url('//cdn2.hubspot.net/hubfs/383029/Agency-Theme-2016/Image/fancybox_loading.gif') center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; color:#fff; font-family:'FontAwesome'; border-radius:100%; color:#FFFFFF !important; background:#202744; text-align:center; line-height:36px; -webkit-box-shadow:0 0 5px 5pxrgba(0, 0, 0, 0.2) ; box-shadow:0 0 5px 5pxrgba(0, 0, 0, 0.2) ; }
.fancybox-close:before { content: "\f00d"; }

.fancybox-nav { text-align:center; position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url('//cdn2.hubspot.net/hubfs/383029/Agency-Theme-2016/Image/blank.png'); /* helps IE */ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 36px; margin-top: -18px; cursor: pointer; z-index: 99999; visibility: hidden; font-family:'FontAwesome'; border-radius:100%; color:#fff !important;  background:#202744; line-height:36px; -webkit-box-shadow:0 0 5px 5pxrgba(0, 0, 0, 0.2); box-shadow:0 0 5px 5pxrgba(0, 0, 0, 0.2);  }
.fancybox-prev span { left: 10px; }
.fancybox-prev span:before { content: "\f104"; }
.fancybox-next span { right: 10px;   }
.fancybox-next span:before { content: "\f105"; }

.fancybox-close:hover , .fancybox-nav span:hover { background:#343434; }


.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; }
/* Overlay helper */

.fancybox-lock { overflow: hidden !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background:rgba(000,000,000,0.6); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }
/* text helper */

.fancybox-title { visibility: hidden; font: normal 13px/20px Arial, sans-serif; position: relative; text-shadow: none; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: 700; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
 #fancybox-loading div {  background-image: url('//cdn2.hubspot.net/hubfs/383029/Agency-Theme-2016/Image/fancybox_loading@2x.gif'); }
}

/* Click to top scroll */
.row-fluid #back-to-top { position: fixed; right: 20px; bottom: 20px; color:#FFFFFF; width: 50px; height: 50px; text-align: center; line-height: 50px; background:#7dc72b; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; opacity:0; }
.row-fluid #back-to-top.show { opacity:1; }
.row-fluid #back-to-top:hover { background:#343434; }

.row-fluid .attach-fixed { background-attachment:fixed; }

.get-code-btn { background-color:#202744!important; }
.setup-instruction li:before { color:#202744; }

/* Layout Option */


/* Click to top scroll */


/* Corners Option */





 .row-fluid .btn-style1 a, .row-fluid a.btn-style1, .row-fluid .btn-style2 a, .row-fluid a.btn-style2, .row-fluid #back-to-top { border-radius:0; }




/* Zinner Reusables */
/* ---------------- */
/* Zinner Responsive Video */
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-in-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Responsive Video Module */
.responsive-video-container {
  margin: 1rem auto;
  width: 100%;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  width: 100%;
  overflow: hidden;
  background: gray;
}
.responsive-video iframe, .responsive-video object, .responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Zinner Body Copy Blocs */
.zinner-body-content-block {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.zinner-body-content-block hr {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

/* Zinner Sidebar */
.sidebar-section-container h1 {
    display: none;
}
.sidebar-section-container h3 {
    font-size: 1.25rem;
    text-align: center;
    text-transform: uppercase;
}
.sidebar-section-container-menu {
    background-color: #eeedf0;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
            box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin-bottom: 2rem;
    padding: 1rem;
}
.sidebar-section-container-menu li {
    border-bottom: 1px solid #363a36;
    margin-top: 0;
    padding: 1rem 0;
}
.sidebar-section-container-menu li:last-of-type {
    border-bottom: 0;
}
.row-fluid .sidebar-section-container-bio-pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.sidebar-section-container-bio-pic {
    background-color: #eeedf0;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
            box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin-bottom: 1.5rem;
    padding: 1rem;
    max-width: 436px;
    width: 100%;

}
.sidebar-section-container-bio-pic img {
    width: 100% !important;

}
.sidebar-section-container-bio-pic p {
    max-width: 204px;
}
.sidebar-section-container-bio-pic legend,
.sidebar-section-container-bio-pic .inputs-list {
    margin-bottom: 1rem !important;
}
.sidebar-section-container-download {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.sidebar-section-container-download img {
    margin-bottom: 1rem;
}
.sidebar-section {
    margin: 1rem 0;
}
.sidebar-section p {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
}
.sidebar-section img {
  margin-right: 1rem;
  max-width: 15%;
}
.sidebar-section a {
  color: #7dc72b;
  font-weight: 700;
  line-height: 1.1;
}
.sidebar-section-button-download {
    width: 100% !important;
}
hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-gradient(linear, left top, right top, from(#ccc), color-stop(#333), to(#ccc));
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
    margin: 0;
}
.partner-logo {
    margin: 1.5rem 0;
    max-width: 100%;
}
@media only screen and (max-width: 924px) {
    .sidebar-section img {
      margin-right: .5rem;
    }
    .sidebar-section a {
      font-size: 0.875rem;
    }
}
@media only screen and (max-width: 767px) {
    .sidebar-section {
        margin: 1rem 0;
    }
    .row-number-8 .row-fluid {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .sidebarBox {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
}

/* Zinner Call to Action Bar */
.call-to-action-bar {
    background-color: #eeedf0;
    padding: 2rem;
}
.call-to-action-bar br {
    display: none;
}
.call-to-action-bar .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
.call-to-action-bar .cta_button {
    min-width: 164px;
}
@media only screen and (max-width: 959px) {
    .call-to-action-bar br {
        display: inline;
    }
}
@media only screen and (max-width: 767px) {
    /* Call to Action Bar */
    .call-to-action-bar {
        text-align: center;
    }
    .call-to-action-bar h4 {
        margin-bottom: 1rem;
    }
    .call-to-action-bar .row-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

/* Zinner Search Fields */
.section-zinner-search {
    padding: 3rem 1rem;
}
.section-zinner-search .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.zinner-search-container {
    max-width: 960px;
}
.zinner-search-input {
    margin: 1rem 0;
}
.zinner-search-results {
    margin: 1rem 0;
}
@media only screen and (max-width: 767px) {
    .zinner-search-input {
        width: 100% !important;
    }
}

/* Zinner Helpers */
.rich-text-spacer-1 {
    margin: .5rem 0;
}
.rich-text-spacer-2 {
    margin: 1rem 0;
}

/* Zinner Pages */
/* ------------ */
.content-main h2 {
    font-size: 1.75rem;
}
.content-main h3 {
    font-size: 1.5rem;
}
.content-main h4 {
    font-size: 1.375rem;
}
.content-main h5 {
    font-size: 1.25rem;
}
.content-main h6 {
    font-size: 1.125rem;
}

/* HOMEPAGE */
/* Top Section */
.row-fluid .top-section { position:absolute; left:0; top:0; width:100%; z-index:999; border-bottom:none; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; }
.row-fluid .toplogo { padding:15px 0; }
.row-fluid .toplogo img { max-width:226px; }


    .row-fluid .top-section.sticky { top:-100%; position:fixed; left:0; border-bottom:none; background:#FFFFFF; -webkit-box-shadow: #CCC 0 5px 2px -2px;
        -moz-box-shadow: #CCC 0 5px 2px -2px;
        -o-box-shadow: #CCC 0 5px 2px -2px;
        -ms-box-shadow: #CCC 0 5px 2px -2px;
        box-shadow: #CCC 0 5px 2px -2px; }

.row-fluid .top-section .stickyLogo { display:none; }
.row-fluid .top-section.sticky.sticky2 { top:0; }
.row-fluid .top-section.sticky.sticky2 .toplogo { display:none; }
.row-fluid .top-section.sticky.sticky2 .stickyLogo { display:block; padding-top:12px; }
.row-fluid .top-section.sticky.sticky2 .stickyLogo img { max-width:176px; }
.row-fluid .top-section.sticky.sticky2 .mainmenu .hs-menu-wrapper > ul { padding:0; }
.row-fluid .top-section.sticky.sticky2 .mainmenu .hs-menu-wrapper > ul > li > a { color:#222222; line-height:32px; }
.row-fluid .top-section.sticky.sticky2 .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#222222; }

.row-fluid .mainmenu .hs-menu-wrapper > ul { float:right; padding:12px 0; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { color:#FFFFFF; position:relative; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { z-index:9; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:after { position:absolute; content:''; left:0; bottom:0; width:100%; height:0; max-height: 8px; background:#7dc72b; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul { margin-top:-10px; width:250px; -webkit-transition: ease all 0.4s !important;
        -moz-transition: ease all 0.4s !important;
        -o-transition: ease all 0.4s !important;
        -ms-transition: ease all 0.4s !important;
        transition: ease all 0.4s !important; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > ul { margin-top:0; }
.row-fluid .mainmenu .hs-menu-wrapper > ul ul ul { width:250px; left:100% !important; top:0 !important; -webkit-transition: ease all 0.4s !important;
        -moz-transition: ease all 0.4s !important;
        -o-transition: ease all 0.4s !important;
        -ms-transition: ease all 0.4s !important;
        transition: ease all 0.4s !important; }
.row-fluid .mainmenu .hs-menu-wrapper > ul ul li:hover > ul { margin-top:0 !important; }
.row-fluid .mainmenu .hs-menu-wrapper > ul ul li { border-bottom:rgba(0,0,0,0.1) solid 1px; border-left:#7dc72b solid 5px; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; }
/* .row-fluid .mainmenu .hs-menu-wrapper > ul ul li:hover { border-left-width:10px; } */
.row-fluid .mainmenu .hs-menu-wrapper > ul > li li a:hover { color:#444; }

/* Hero Section */
.row-fluid .slick-slider button { position:absolute; -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);; top:50%; z-index:1; background:#ffffff; color:#202744; border-radius:0; width:50px; height: 50px; font-size: 15px; line-height:50px; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; }
.row-fluid .slick-slider:hover .slick-next { right:10px; }
.row-fluid .slick-slider:hover .slick-prev { left:10px; }
.row-fluid .slick-slider button:hover { color:#202744; }
.row-fluid .slick-slider .slick-next { right:-55px; }
.row-fluid .slick-slider .slick-prev { left:-55px; }
.row-fluid .slick-dots { text-align:center; margin-top:-45px; }
.row-fluid .slick-dots li { float:none; display:inline-block; vertical-align:top; padding:0 5px; }
.row-fluid .slick-dots li:before { display:none; }
.row-fluid .slick-dots li button { border-radius:50%; background:#FFFFFF; width:8px; height:8px; display:block; font-size:0; position: static; padding: 0; -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
.row-fluid .slick-dots li.slick-active button, .row-fluid .hero-slider .slick-dots li button:hover { background:#202744; -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5); }
.row-fluid .slick-slide { outline:none; float:left; }
.row-fluid .homeSlide { background-position:center; background-size:cover; background-repeat:no-repeat; min-height:650px; }

.row-fluid .hero-slider .slidebox { padding:120px 100px; }
.row-fluid .hero-slider .slideText { font-size:24px; line-height:1.3; }
.row-fluid .hero-slider .button a { margin:15px 3px 0; }
.row-fluid .hero-slider .slick-arrow { background:#FFFFFF; }

/* Zinner Custom Hero Homepage */
.row-fluid .hero-section-homepage {
    padding: 132px 0 !important;
}
.row-fluid .hero-section-homepage-mid-page,
.row-fluid .hero-section-homepage-lower-page {
    max-height: 435px;
}
.row-fluid .hero-section-homepage-lower-page {
    padding: 75px 0 !important;
}
.hero-section-homepage,
.hero-section-homepage-mid-page,
.hero-section-homepage-lower-page {
    text-align: center;
}
.hero-section-homepage h3,
.hero-section-homepage-mid-page h3,
.hero-section-homepage-lower-page h3 {
    font-weight: 400;
    margin: 0 auto;
    margin-bottom: 2.5rem;
    max-width: 980px;
}
.hero-section-homepage h4,
.hero-section-homepage-mid-page h4,
.hero-section-homepage-lower-page h4 {
    font-weight: 400;
    line-height: 1.4;
    margin: 0 auto;
    margin-bottom: 2.5rem;
    max-width: 900px;
}

/* Our Services Section */
.row-fluid .homeservice-boxes { padding-top:30px; }
.row-fluid .homeservice-boxes .hs_cos_wrapper_type_custom_widget { float:left; width:23%; margin:0 1%; display:inline-block; padding:20px 10px; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; position:relative; }
.row-fluid .homeservice-boxes .hs_cos_wrapper_type_custom_widget:hover { -webkit-box-shadow: #CCC 0 10px 5px -5px;
        -moz-box-shadow: #CCC 0 10px 5px -5px;
        -o-box-shadow: #CCC 0 10px 5px -5px;
        -ms-box-shadow: #CCC 0 10px 5px -5px;
        box-shadow: #CCC 0 10px 5px -5px; }
.row-fluid .homeservice-boxes .service-text { float:left; width:100%; }
.row-fluid .homeservice-boxes .serviceImage { width:140px; height:140px; float:none; display:inline-block; position:relative; background:#202744; -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
.row-fluid .homeservice-boxes .serviceImage img { max-width:70px; position:absolute; left:0; right:0; margin:0 auto; top:50%; -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
.row-fluid .homeservice-boxes .serviceData { float:left; width:100%; }
.row-fluid .homeservice-boxes .serviceData h6 { padding:20px 0; }

/* Zinner About Section Homepage */
.section-about-zinner {
    background-color: #eeedf0;
    /* padding: 3rem 0 0; */
}
.section-about-zinner .row-fluid:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.section-about-zinner img {
    margin-top: -5rem;
    position: relative;
    z-index: 100;
}
@media only screen and (max-width: 1129px) {
    .section-about-zinner h2 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 1068px) {
    .section-about-zinner img {
        margin-top: 1.25rem;
    }
}
@media only screen and (max-width: 978px) {
    .section-about-zinner {
        padding: 3rem 0;
    }
}
@media only screen and (max-width: 767px) {
    .section-about-zinner {
        padding: 3rem 0 0;
    }
}

/* Zinner Our Services Homepage */
.section-our-services-homepage {
    background-color: #feffff;
}
.section-our-services-homepage-content .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.section-our-services-homepage-title,
.section-our-services-homepage-text {
    text-align: center;
}
.section-our-services-homepage-text {
    color: #363a36;
    font-weight: 400;
    margin-bottom: 2.5rem;
    max-width: 584px;
}
.row-fluid .section-our-services-homepage-content-block {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: .5rem !important;
    max-width: 258px;
    padding: 1rem;
    text-align: center;
}
.section-our-services-homepage-content-block .row-fluid-wrapper:first-of-type {
    -ms-flex-item-align: center;
        align-self: center;
}
.section-our-services-homepage-content-block h4 {
    color: #363a36;
    font-size: 1.25rem;
}
/* .section-our-services-homepage-content-block .hs_cos_wrapper_type_text {
    color: #363a36;
    font-size: 1rem;
    font-weight: 400;
} */
.section-our-services-homepage-content-block img {
    height: 160px;
}
.section-our-services-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  overflow-wrap: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* Tell Edge to space around, instead */
@supports (-ms-ime-align:auto) {
    .section-our-services-icons {
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
}
.section-our-services-icons .section-our-services-icons-icon {
  width: 128px;
}
.section-our-services-icons h4,
.section-our-services-icons p {
    text-align: center;
}
.section-our-services-icons h4 {
    font-size: 1.25rem;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .section-our-services-homepage-content .row-fluid {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .section-our-services-homepage-content-block {
        margin: .5rem !important;
    }

    .section-our-services-homepage-text {
        margin-bottom: 1.5rem;
    }
    .section-our-services-icons .section-our-services-icons-icon {
      width: 186px;
      margin: 1rem 2rem;
    }
}

/* Zinner Client Service Homepage */
.section-client-service {
    background-color: #feffff;
    padding: 3rem 0;
}
.section-client-service .row-fluid:nth-of-type(1){
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
@media only screen and (max-width: 1118px) {
    .section-client-service img {
        margin-bottom: 1.5rem;
    }
}
@media only screen and (max-width: 767px) {
    .section-client-service .row-fluid:nth-of-type(1){
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

/* New Zinner Resources Homepage */
.section-resources-homepage {
    background-color: #eeedf0;
}
.section-resources-homepage-content .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.section-resources-homepage-title,
.section-resources-homepage-text {
    text-align: center;
}
.section-resources-homepage-text {
    color: #363a36;
    font-weight: 400;
}
.row-fluid .section-resources-homepage-content-block {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: .5rem !important;
    max-width: 258px;
    padding: 1rem;
}
.section-resources-homepage-content-block .row-fluid-wrapper:first-of-type {
    -ms-flex-item-align: center;
        align-self: center;
}
.section-resources-homepage-content-block h4 {
    color: #7dc72b;
    font-size: 1.25rem;
}
.section-resources-homepage-content-block .hs_cos_wrapper_type_text {
    color: #363a36;
    font-size: 1.5rem;
    font-weight: 700;
}
.section-resources-homepage-content-block-image img {
    max-width: 258px;
}

@media only screen and (max-width: 767px) {
    .section-resources-homepage-content .row-fluid {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .section-resources-homepage-content-block {
        /* max-width: 258px; */
        margin: .5rem !important;
    }
}

/* Testimonial Section */
.row-fluid .testimonial-slider { position:relative; padding-top:30px; }
.row-fluid .testimonial-slider > span { padding:0 70px; }
.row-fluid .testimonalBox { width:100%; padding:10px; }
.row-fluid .testimonalBox .clientQuote { padding: 23px 35px 40px; background-color: rgba(255,255,255,.35); border-radius: 3px; position:relative; text-align:left; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; }
.row-fluid .testimonalBox .clientQuote:after { content: ""; width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 12px solid rgba(255,255,255,.35); position: absolute; top: 100%; left: 44px; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; }
.row-fluid .testimonalBox .clientData { display: table; table-layout: fixed; width: 100%; margin: 30px 0 0; text-align:left; }
.row-fluid .testimonalBox .clientData div { display: table-cell; height: 100%; vertical-align: middle; }
.row-fluid .testimonalBox .clientData .clientName b { color:#202744; }
.row-fluid .testimonalBox .clientData .clientImage { width:70px; }
.row-fluid .testimonalBox .clientData .clientImage img { max-width:56px; height:auto; border-radius:3px; }

/* Team Member Section */
.teamMemberBoxes { padding-top:40px; }
.teamMemberBoxes > span > div { width:25%; float:left; padding:20px; vertical-align:top; text-align:center;  }
.row-fluid .memberBox .memeberPic { display:inline-block; width:100%; max-width:220px; height:auto;  position:relative; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; overflow:hidden; }
.row-fluid .memberBox .memeberPic a { position:absolute; top:0%; right:0%; width:100%; height:100%; display:block; background:#202744; color:#FFFFFF; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);; }
.row-fluid .memberBox .memeberPic a span { display:block; position:absolute; top:50%; left:0; text-align:center; width:100%; -webkit-transform: translate3d(0,-50%,0);
        -moz-transform: translate3d(0,-50%,0);
        -o-transform: translate3d(0,-50%,0);
        -ms-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0); }
.row-fluid .memberBox:hover .memeberPic a { -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);; }
.row-fluid .memeberData a h6 { margin-top:15px; -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        transition: all ease 0.3s;; }
.row-fluid .memberBox:hover .memeberData a h6 { color:#7dc72b; }
.row-fluid .memeberData span { float:left; width:100%; }

/* CTA Section */
.row-fluid .cta-section { background:#444444; }
.row-fluid .cta-section .btn-style2 a { margin-top:0; }

/* Easy Section */
.row-fluid .easy-section h2 { padding-bottom:20px; color:#fff; }
.row-fluid .easy-section .btn-style1, .row-fluid .easy-section .btn-style2 { width:auto; float:none; display:inline-block; padding-top:10px; }

/* Zinner Footer Section */
.row-fluid .footer-section { background:#202744; font-size:15px; color:#fff; }
.row-fluid .footer-section .row-fluid-wrapper.row-number-3 { margin-bottom: 1.5rem; }
.row-fluid .footer-section input { font-size:15px; }
.row-fluid .footer-section ul { padding:10px 0; margin:0; list-style:none; }
.row-fluid .footer-section a { color:#FFFFFF; }
.row-fluid .footer-section a:hover { text-decoration: underline; }
.row-fluid .footer-section h3 { font-size:24px; color:#FFFFFF; }
.row-fluid .footer-section .hs-form-required { display:none; }
.row-fluid .footer-section form { position:relative; }
.row-fluid .footer-section form input[type=email] { padding:0 70px 0 20px; }
.row-fluid .footer-section form input[type=submit] { background:url(//cdn2.hubspot.net/hubfs/383029/Agency-Theme-2016/Image/footer-submit.png) no-repeat center #7dc72b; background-size:24px auto; position:absolute; right:0; top:25px; font-size:0; width:50px; height:50px; }
.row-fluid .footer-section form input[type=submit]:hover { background-color:#222222; }
.row-fluid .footer-section-menu { text-align: center; }
.row-fluid .footer-section-menu ul { line-height: .1; }
.row-fluid .footer-section-menu li:first-of-type { border-left: 0; }
.row-fluid .footer-section-menu li { border-left: 1px solid; }
.row-fluid .footer-section-menu a:hover { color:#FFFFFF; }
.row-fluid .footerlogo img { max-width:186px; margin:10px 0; }
@media only screen and (max-width: 800px) {
    .row-fluid .footerlogo img { max-width:164px; margin:10px 0; }
}
@media only screen and (max-width: 767px) {
    .footer-section-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { float: none; }
    .row-fluid .footer-section-menu { text-align: left; }
    .row-fluid .footer-section-menu ul { line-height: 1.1; }
    .row-fluid .footer-section-menu li { border-left: 0; }
    .footer-section-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding: 0.625rem 0;}
}

/* Zinner Social Media Icons Footer */
.row-fluid .footer-section .social-media-icons-group {
    max-width: 186px;
}
.row-fluid .footer-section .social-media-icons {
    margin: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 4em;
    font-size: 4em;
}
.row-fluid .footer-section .social-media-icons-icon {
    border: 4px solid #fff;
    border-radius: 50%;
    height: .8em;
    width: .8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}
.row-fluid .footer-section .social-media-icons-icon:hover {
    background: #fff;
}
.row-fluid .footer-section .social-media-icons svg {
    height: .375em;
    width: auto;
}
.row-fluid .footer-section .social-media-icons svg:hover path {
    fill: #202744;
}

.row-fluid .footer-post ul:hover {  }
.row-fluid .footer-post ul li a { padding:5px 0; border-bottom:#666666 solid 1px; display:block; }
.row-fluid .footer-post ul li a:hover { font-style:italic; }

.row-fluid .footer-copyright { background:#222222; float:left; width:100%; padding:20px 0; font-size:12px; margin-bottom:-1px; }

.row-fluid .footer-copyright .footer-copyright-text a { color: #fff; }
.row-fluid .footer-copyright .footer-copyright-text a:hover { color: #C43135; text-decoration: underline; }

/* ABOUT PAGE */

/* Hero Section */
.row-fluid .hero-section { padding:100px 0; }

/* About Main */
.row-fluid .about-boxes { margin:30px 0 0; }
.row-fluid .about-boxes .hs_cos_wrapper_type_custom_widget { width:33.33%; display:inline-block; margin-right:-4px; padding:15px; vertical-align:top; margin-top:10px; margin-bottom:10px; }
.row-fluid .aboutContent { padding-top:30px; }
.row-fluid .aboutContent h6 a { color:#363a36; display:block; margin-bottom:10px; }
.row-fluid .about-boxes .hs_cos_wrapper_type_custom_widget:hover .aboutContent h6 a { color:#202744; }
.imgHover , .imgHover a { position:relative; width:100%; display:block; overflow:hidden; }
.imgHover img { display:block; }
.imgHover a:before { content:''; position: absolute; background:rgba(0,0,0,0.6); width: 100%; border-radius:50%; height: 100%; left: 0; top: 0; opacity: 0; z-index: 2; -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);; -webkit-transition: -webkit-transform .6s cubic-bezier(.4,0,.2,1),opacity .25s; -webkit-transition: opacity .25s,-webkit-transform .6s cubic-bezier(.4,0,.2,1); transition: opacity .25s,-webkit-transform .6s cubic-bezier(.4,0,.2,1); transition: transform .6s cubic-bezier(.4,0,.2,1),opacity .25s; transition: transform .6s cubic-bezier(.4,0,.2,1),opacity .25s,-webkit-transform .6s cubic-bezier(.4,0,.2,1); }
.row-fluid .about-boxes .hs_cos_wrapper_type_custom_widget:hover .imgHover a:before { opacity:1; -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);; }

/* Partner & Manager Profiles */
.meet-the-partners {
    margin-bottom: 3rem;
}

.meet-our-managers {
    /* margin-top: 2rem; */
}
.meet-our-managers h5 {
    margin-bottom: 1rem;
}

/* Our Team Section */
.row-fluid .ourteam-section .teamMemberBoxes { padding:40px 0; }

/* Waiting Section */
.row-fluid .waiting-section h2 { margin-bottom:10px; }

/* Logo Section */
.row-fluid .clientsLogos { padding:40px 100px; text-align:center; float:left; width:100%; }
.row-fluid .clientsLogos .slick-list { width:100%; float:left; overflow:hidden; }
.row-fluid .clientsLogos .slick-dots { bottom:-30px; }

/* Zinner RSS */
.hs_cos_wrapper_type_rss_listing h3 {
    border-top: 1px solid rgba(54, 58, 54, 0.40);
    border-bottom: 1px solid rgba(54, 58, 54, 0.40);
    margin-bottom: 1rem;
}

/* Zinner Blog */
.row-fluid .listingImage img { display:inline-block; width:100%; vertical-align:top; }
.row-fluid .listingImage > a { display:block; }
.row-fluid .listing_bottom { padding:25px; }
.row-fluid .listingTitle { padding-left:70px; min-height:70px; position:relative; }
.row-fluid .listingTitle h3 { padding:5px 0; }
.row-fluid .listingTitle h3 a { color:#363a36; }
.row-fluid .listingTitle h3 a:hover { color:#202744; }
.row-fluid .listingTitle .date { background:#FFFFFF; position:absolute; top:0; left:0; width:50px; border:2px solid #efefef; padding:5px 0 0; text-align:center; font-size:110%; font-weight:700; border-radius:3px;  }
.row-fluid .listingTitle .date span { display:block; background:#202744; margin:5px -2px -2px; color:#FFFFFF; text-align:center; font-size:80%; padding:5px; font-weight:400; border-radius:0 0 3px 3px; }
.row-fluid .listingTitle .author a ,.listingTitle .topics a { color:#b8b8b8; }
.row-fluid .listingTitle .author , .listingTitle .topics {  color:#b8b8b8; margin-top:5px; display:inline-block; }
.row-fluid .listingTitle .author a:hover, .listingTitle .topics a:hover { color:#202744; }
.row-fluid .listingTitle .topics:before { content:'|'; margin:0 7px; }

.row-fluid .mainblog-section .post-body { padding-top:10px; }
.row-fluid .mainblog-section .post-item { margin:20px 0; float:left; width:100%; }
/* .row-fluid .mainblog-section .blogRight { padding-top:10px; } */

.zinner-blog-content-sidebar {
    margin-top: 10px;
}
.zinner-blog-content-sidebar .zinner-blog-content-sidebar-rss .hs-rss-item .hs-rss-date {
    color: #7dc72b !important;
    font-weight: 400;
}
.zinner-blog-content-sidebar .zinner-blog-content-sidebar-rss .hs-rss-item a {
    color: #363a36 !important;
    font-weight: 400;
}
.zinner-blog-content-sidebar .zinner-blog-content-sidebar-rss .hs-rss-item a:hover {
    text-decoration: underline;
}
.zinner-blog-content-sidebar .zinner-blog-content-sidebar-categories a {
    color: #363a36 !important;
    font-size: 0.9375rem;
    font-weight: 400;
}
.zinner-blog-content-sidebar .zinner-blog-content-sidebar-categories a:hover {
    text-decoration: underline;
}
.zinner-blog-content-sidebar-icon-group {
    border-top: 1px solid rgba(54, 58, 54, 0.40);
    border-bottom: 1px solid rgba(54, 58, 54, 0.40);
    margin-bottom: 1.5rem;
    padding: 1.5rem 0 1rem;
    text-align: center;
}
.row-fluid .zinner-blog-content-sidebar h3 {
    margin-bottom: 8px;
    position: relative;
    padding-left: 32px;
    display: inline-block;
    font-size: 1.5rem !important;
}
.row-fluid .zinner-blog-content-sidebar h3:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 20px;
    display: inline-block;
    background-color: #7dc72b;
    left: 0;
    border-radius: 3px; top: 50%;
    -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);;
}
.zinner-blog-content-sidebar-icon-group h4 {
    color: #7dc72b;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding: 0;
}
.zinner-blog-content-sidebar-icon-group p {
    padding: 0.5rem 0 0.5rem;
    text-align: left;
}
.zinner-blog-content-sidebar-icon-group .cta_button {
    margin-bottom: .5rem;
}
.zinner-blog-content-sidebar-icon-group .cta_button a {
    color: #feffff !important;
}
.zinner-blog-content-sidebar-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1rem;
}
.zinner-blog-content-sidebar-icon h4 {
    color: #7dc72b;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0 !important;
    max-width: 164px;
    text-align: right;
}
.zinner-blog-content-sidebar-icon img {
    max-width: 80px;
}
/* Zinner Social Media Icons Blog Sidebar */
.row-fluid .zinner-blog-content-sidebar .social-media-icons-group {
    max-width: 186px;
}
.row-fluid .zinner-blog-content-sidebar .social-media-icons {
    margin: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 4em;
    font-size: 4em;
}
.row-fluid .zinner-blog-content-sidebar .social-media-icons-icon-fb,
.social-media-icons-icon-tw,
.social-media-icons-icon-ln {
    border: 4px solid #202744;
    border-radius: 50%;
    height: .8em;
    width: .8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}
.row-fluid .zinner-blog-content-sidebar .social-media-icons-icon:hover {
    background: #fff;
}
.row-fluid .zinner-blog-content-sidebar .social-media-icons svg {
    height: .375em;
    width: auto;
}
.row-fluid .zinner-blog-content-sidebar .social-media-icons .social-media-icons-icon-fb svg:hover path {
    fill: #3b5997;
}
.row-fluid .zinner-blog-content-sidebar .social-media-icons .social-media-icons-icon-tw svg:hover path {
    fill: #1da1f4;
}
.row-fluid .zinner-blog-content-sidebar .social-media-icons .social-media-icons-icon-ln svg:hover path {
    fill: #0077b5;
}
@media only screen and (max-width: 1040px) {
    .zinner-blog-content-sidebar-icon-group h4 {
        font-size: 1.25rem;
    }
    .zinner-blog-content-sidebar-icon h4 {
      font-size: 1.25rem;
      max-width: 128px;
    }
}
@media only screen and (max-width: 929px) {
    .zinner-blog-content-sidebar-icon-group h4 {
        font-size: 1rem;
    }
    .zinner-blog-content-sidebar-icon h4 {
      font-size: 1rem;
      max-width: 102px;
    }
}
@media only screen and (max-width: 820px) {
    .zinner-blog-content-sidebar-icon-group h4 {
        font-size: 0.875rem;
    }
    .zinner-blog-content-sidebar-icon h4 {
      font-size: 0.875rem;
      max-width: 100px;
    }
}

/* Zinner Blog Listing */
.post-item {
    border: 1px solid rgba(54, 58, 54, 0.4);
    margin: 2rem 0;
    padding: 1rem;
}
.post-header {
    margin-bottom: 1rem;
}
.post-body {
    /* padding: 0 1rem; */
}

.row-fluid .sidebarBox { margin-bottom:30px; }
/* .row-fluid .sidebarBox h3 { margin-bottom: 20px; position: relative; padding-left: 18px; display: inline-block; font-size: 17px !important; } */
/* .row-fluid .sidebarBox h3:before { position: absolute; content: ""; width: 12px; height: 12px; display: inline-block; background-color:#202744; left: 0; border-radius: 3px; top: 50%; -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);; } */
.row-fluid .sidebarBox ul { margin:0; padding:0; list-style:none; }
/* .row-fluid .sidebarBox .widget-module li + li { margin-top:10px; padding-top:10px; border-top:1px solid #efefef; } */
.row-fluid .sidebarBox a { color:#7dc72b; }
.row-fluid .sidebarBox a:hover { color:#202744; }

.row-fluid .sidebarBox .hs-rss-item { margin-bottom:15px; font-weight:400;  }
.row-fluid .sidebarBox .hs-rss-item a { font-weight:400; font-size:15px; }
.row-fluid .sidebarBox .hs-rss-item .hs-rss-date { font-size:13px; color:#202744; line-height:15px; }
.row-fluid .sidebarBox .hs-rss-item + div { padding-top:15px; border-top:1px solid #efefef; }

.row-fluid .blog-social { padding:10px 15px; background:#202744; }
.row-fluid .blog-social h3 { margin-bottom:0; color:#FFFFFF; }
.row-fluid .blog-social h3:before { background:#FFFFFF !important; }
.row-fluid .blog-social .fm_button {width:32px ; height:32px; margin:3px 5px 0 0; display:inline-block; position:relative; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; text-align:center; }
.row-fluid .blog-social .fm_button:before { position:absolute; width:100%; height:100%; font-family:'FontAwesome'; font-size:16px; left:0; top:0; line-height:28px; color:#FFFFFF; border-top:#FFFFFF solid 2px; border-bottom:#FFFFFF solid 2px; :-webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; }
.row-fluid .blog-social .fm_button:hover:before { background:#FFFFFF; color:#202744; }
.row-fluid .blog-social .fm_button span { background-image:none !important; }
.row-fluid .blog-social .fm_youtube:before { content:"\f16a"; }
.row-fluid .blog-social .fm_twitter:before { content:"\f099"; }
.row-fluid .blog-social .fm_pinterest:before { content:"\f231"; }
.row-fluid .blog-social .fm_rss:before { content:"\f09e"; }
.row-fluid .blog-social .fm_googleplus:before { content:"\f0d5"; }
.row-fluid .blog-social .fm_linkedin:before { content:"\f0e1"; }

.row-fluid .blog-pagination ul { float:left; width:100%; list-style:none; padding:0; }
.row-fluid .blog-pagination ul li { float:left; margin:0 5px 5px 0; }
.row-fluid .blog-pagination a { padding:0 10px; border:#b8b8b8 solid 2px; color:#b8b8b8; width:50px; height:50px; display:inline-block; text-align:center; line-height:48px }
.row-fluid .blog-pagination ul li.active a, .row-fluid .blog-pagination ul li a:hover { background:#202744; color:#FFFFFF; border-color:#202744; }

/* .row-fluid .sidebarBox .hs-menu-wrapper li + li { margin-top:10px; padding-top:10px; border-top:1px solid #efefef; } */
.row-fluid .sidebarBox .hs-menu-wrapper > ul li:first-child { font-size: 1.25rem; font-weight: bold; text-align: center; }
.row-fluid .sidebarBox .hs-menu-wrapper > ul li:first-child a { color:#363a36 }
.row-fluid .sidebarBox .hs-menu-wrapper > ul li:first-child a:hover { text-decoration: underline; }
.row-fluid .sidebarBox .hs-menu-wrapper > ul li a { color:#7dc72b; padding: 4px 0; position:relative; white-space:normal; }
/* .row-fluid .sidebarBox .hs-menu-wrapper > ul li a:before { content:"\f101"; font-family:fontawesome; position:absolute; left:0; color:#222222; } */
.row-fluid .sidebarBox .hs-menu-wrapper > ul li a:hover { color:#222222; }

/* Blog Inner Page */
.row-fluid .mainblog-section .blog-post-wrapper .blog-post-wrapper { padding-top:20px; }
.row-fluid .mainblog-section .blog-post-wrapper .listingImage { padding:0 0 20px 0; }
.row-fluid .mainblog-section .blog-post-wrapper .listingTitle { padding-bottom:10px; }
.row-fluid .mainblog-section .blog-post-wrapper .about-author-sec { margin-top:40px; padding:30px 0; border:1px solid; border-color:#f5f5f5 transparent; font-size:14px; }
.row-fluid .mainblog-section .blog-post-wrapper .about-author-sec h5 { padding:0 0 5px; font-size:18px; letter-spacing:1px; }
.row-fluid .mainblog-section .blog-post-wrapper .about-author-sec h5 a { color:#202744; }
.row-fluid .mainblog-section .blog-post-wrapper .about-author-sec .socialIcons a { margin:0 3px 3px 0; color:#b8b8b8; border-top:#b8b8b8 solid 2px; border-bottom:#b8b8b8 solid 2px; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; width: 30px; height: 30px; text-align: center; line-height: 26px; }
.row-fluid .mainblog-section .blog-post-wrapper .about-author-sec .socialIcons a:hover { color:#FFFFFF; background:#202744; border-color:#202744; }

.row-fluid .mainblog-section #comments-listing:first-child:before { content:'Comments'; float:left; width:100%; padding:20px 0; font-size:24px; font-weight:400; color:#222222; }
.row-fluid .mainblog-section .comment { float:left; width:100%; padding:0 0 0 20px; border:none; position:relative; margin:10px 0; float:right; border-left:#202744 solid 1px; }
.row-fluid .mainblog-section .comment.depth-1 { width:98%; }
.row-fluid .mainblog-section .comment.depth-2 { width:96%; }
.row-fluid .mainblog-section .comment.depth-3 { width:94%; }
.row-fluid .mainblog-section .comment.depth-4 { width:92%; }
.row-fluid .mainblog-section .comment.depth-5 { width:90%; }
.row-fluid .mainblog-section .comment h4 { text-transform:capitalize; padding:0; }
.row-fluid .mainblog-section .comment p { padding:5px 0; }
.row-fluid .mainblog-section .comment-date { display: block; line-height: 15px; padding-bottom: 10px; color:#202744; }
.row-fluid .mainblog-section .comment-reply-to { padding:0; background:transparent; position:absolute; right:0; top:20px; color:#202744; font-size:12px; }
.row-fluid .mainblog-section .comment-reply-to em { display:none; }

.row-fluid .mainblog-section #comment-form { float: left; width: 100%; padding-top: 30px; }

/*----- Service Page -----*/
.row-fluid .services-boxes .image { height:270px; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
.row-fluid .services-boxes .hs_cos_wrapper_type_custom_widget { float:left; width:100%; }
.row-fluid .services-boxes .hs_cos_wrapper_type_custom_widget .content { padding-top:60px; }
.row-fluid .services-boxes h6 a { color:#363a36; }
.row-fluid .services-boxes h6 a:hover { color:#202744; }
.row-fluid .services-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2n) { background:#f5f5f5; }
.row-fluid .services-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2n) .image { float:right; }
.row-fluid .services-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2n) .content { margin:0 2% 0 0; }

/* ZINNER SERVICES INTRO PAGE */
.section-services-intro-block-1,
.section-services-intro-block-3,
.section-services-intro-block-5 {
    background-color: #eeedf0;
}
.section-services-intro-block-1 ul {
    color: #363a36;
    font-weight: 700;
}
.section-services-intro-block-2,
.section-services-intro-block-6 {
    background-color: #feffff;
}

.section-services-intro-block-1 .wrapper .row-fluid,
.section-services-intro-block-2 .wrapper .row-fluid,
.section-services-intro-block-3 .wrapper .row-fluid,
.section-services-intro-block-4 .wrapper .row-fluid,
.section-services-intro-block-5 .wrapper .row-fluid,
.section-services-intro-block-6 .wrapper .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-services-intro-block-1 img,
.section-services-intro-block-2 img,
.section-services-intro-block-3 img,
.section-services-intro-block-4 img,
.section-services-intro-block-5 img,
.section-services-intro-block-6 img {
    max-width: 280px;
    width: 100% !important;
}

@media only screen and (max-width: 767px) {
    .section-services-intro-block-1 .wrapper .row-fluid,
    .section-services-intro-block-2 .wrapper .row-fluid,
    .section-services-intro-block-3 .wrapper .row-fluid,
    .section-services-intro-block-4 .wrapper .row-fluid,
    .section-services-intro-block-5 .wrapper .row-fluid,
    .section-services-intro-block-6 .wrapper .row-fluid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .section-services-intro-block-1 .wrapper .row-fluid .widget-type-cell,
    .section-services-intro-block-2 .wrapper .row-fluid .widget-type-cell,
    .section-services-intro-block-3 .wrapper .row-fluid .widget-type-cell,
    .section-services-intro-block-4 .wrapper .row-fluid .widget-type-cell,
    .section-services-intro-block-5 .wrapper .row-fluid .widget-type-cell,
    .section-services-intro-block-6 .wrapper .row-fluid .widget-type-cell {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .section-services-intro-block-1 img,
    .section-services-intro-block-2 img,
    .section-services-intro-block-3 img,
    .section-services-intro-block-4 img,
    .section-services-intro-block-5 img,
    .section-services-intro-block-6 img {
        margin-bottom: 1rem;
    }
}

/*----- FAQ Page -----*/
.row-fluid .faq-boxes { float:left; padding:50px 0; }
.row-fluid .faqAccordian { margin:10px 0; float:left; width:100%; }
.row-fluid .accordianTitle { display:table; width:100%; background:#f5f5f5; border-radius:5px; overflow:hidden; cursor:pointer; }
.row-fluid .accordianTitle span ,.accordianTitle label { display:table-cell; vertical-align:middle; padding:15px; }
.row-fluid .accordianTitle label { background:#202744; width:60px; color: #fff; font-size: 20px; text-align: center; font-family: serif; }
.row-fluid .accordianTitle span { font-weight:700; }
.row-fluid .faqAccordian .accordianContent { padding:16px 0 0; }
.row-fluid .accordianTitle.active i.fa-plus:before { content:"\f068"; }

/*----- Client Page -----*/
.row-fluid .logoSection { padding-top:30px; }
.row-fluid .logoSection > span > div { overflow:hidden; position:relative; padding: 25px; vertical-align: top; top:0; background:#f8f8f8; border:#f8f8f8 solid 3px; border-radius: 50%; height: 200px; display:inline-block; float: none; margin: 15px 10px; width: 200px; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; }
.row-fluid .logoSection > span > div:hover { top:-20px; -webkit-box-shadow: #ddd 0 15px 15px 0;
        -moz-box-shadow: #ddd 0 15px 15px 0;
        -o-box-shadow: #ddd 0 15px 15px 0;
        -ms-box-shadow: #ddd 0 15px 15px 0;
        box-shadow: #ddd 0 15px 15px 0; }
.row-fluid .logoSection a { width:100%; vertical-align:middle; overflow:hidden;  }
.row-fluid .logoSection img { max-width:120px !important; width:100% !important; position:absolute; top:50%; -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); left:0; right:0; margin:0 auto !important; }

/*----- Pricing Page -----*/
.row-fluid .packsWrapper {padding-top:140px; }
.row-fluid .pricingBox { width:25%; position:relative; margin:0 -1px 0 0; border:1px solid #e9e9e9; background:#FFFFFF; }
.row-fluid .pricingBox .title { padding:25px 15px; background:#202744; }
.row-fluid .pricingBox .title h4 { color:#fff; margin:0; }
.row-fluid .pricingBox .price { padding:25px 15px; font-size:40px; line-height:1.2; font-weight:700; color:#444444; }
.row-fluid .pricingBox .price label { font-size:16px; display:block; color:#363a36; }
.row-fluid .pricingBox .btn-style1 { padding:25px 15px; }
.row-fluid .pricingBox .btn-style1 a { margin-top:0; }
.row-fluid .pricingBox .featuresList ul { list-style:none; padding:0; margin:0; }
.row-fluid .pricingBox .featuresList ul li { padding:14px; margin:0; }
.row-fluid .pricingBox .featuresList ul li:nth-child(2n+1) { background:#f5f5f5; }

.row-fluid .pricingBox.featured { top:-30px; }
.row-fluid .pricingBox .featuredText {  position: absolute; top: -60px; right: 10px; width: 100px; height: 100px; padding: 22px 15px 15px; color: #fff; background: url(//cdn2.hubspot.net/hubfs/383029/Agency-Theme-2016/Image/featuredBg.png) center center no-repeat;
background-size: 100% 100%; text-align: center; font-weight: 700; z-index: 2; -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);; }
.row-fluid .pricingBox.featured .title { padding:40px 15px; }
.row-fluid .pricingBox.featured .btn-style1 { padding:40px 15px; }
.row-fluid .pack-text { font-size:22px; line-height:28px; padding:20px 0 0; }

/* RESOURCES PAGE */
.resources-main { padding:80px 0; }
.resource-dropdown { position:relative; }
.resource-dropdown a { cursor:pointer; vertical-align: top;  }
.resource-dropdown ul  { margin:10px auto 0; float:left; width:100%; list-style:none; padding:0; z-index:99; text-align:center; }
.resource-dropdown ul li { display:inline-block; float:none; margin:0; padding:0 10px; position:relative; }
.resource-dropdown ul li:after { position:absolute; content:''; right:0; top:50%; width:4px; height:4px; margin:-2px -2px 0 0; background:#202744; }
.resource-dropdown ul li:last-child:after { display:none; }
.resource-dropdown ul li a { display:block; padding:10px; text-align:center; color:#363a36; border-bottom:transparent solid 2px; }
.resource-dropdown ul li:first-child a { border:none; }
.resource-dropdown ul li a.selected, .resource-dropdown ul li a:hover { color:#202744; border-bottom:#202744 solid 2px; }

.row-fluid .resource-boxes { padding:60px 0 0; }
.row-fluid .resource-box { float:left; width:31%; padding:0 10px; margin:0 1% 20px; background:#f5f5f5; }
.row-fluid .resource-boxes #resourcebox-continer  { margin:0 -12px; }
.row-fluid .resource-bimg { float:left; width:100%; height:250px; background-repeat:no-repeat; background-position:center; background-size:cover; }
.row-fluid .resource-bimg img { display:none; }
.row-fluid .resource-b { padding:15px 5px; float:left; width:100%; overflow:hidden; }
.row-fluid .resource-btext { float:left; width:100%; padding:15px; }
.row-fluid .resource-btext h4 { font-size: 20px; line-height: 28px; }
.row-fluid .resource-btext h6 { font-size:16px; margin:0 0 5px; padding:0; }
.row-fluid .resource-blink { position: absolute; top:0; opacity:0; left: 0; width: 100%; height: 100%; text-align: center; background: rgba(52,45,47,0.9); -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        -ms-transition: all ease 0.4s;
        transition: all ease 0.4s; }
.row-fluid .resource-blink a { -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);; position:relative; top:70%; margin:0; -webkit-transition-delay:0.1s; transition-delay:0.1s; }
.row-fluid .resource-b:hover .resource-blink a { top:50%; }
.row-fluid .resource-b:hover .resource-blink { opacity:1; }

/* ZINNER RESOURCES PAGE */
.section-resources-content .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.section-resources-title,
.section-resources-text {
    text-align: center;
}
.section-resources-text {
    color: #363a36;
    font-weight: 400;
    margin-bottom: 2rem;
}
.row-fluid .section-resources-content-block {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #eeedf0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: top;
        -ms-flex-pack: top;
            justify-content: top;
    margin: .5rem !important;
    max-width: 370px;
    padding: 2rem;
}
.section-resources-content-block .row-fluid-wrapper:first-of-type {
    -ms-flex-item-align: center;
        align-self: center;
}
.section-resources-content-block h4 {
    color: #7dc72b;
    font-size: 1.25rem;
}
.section-resources-content-block .hs_cos_wrapper_type_text {
    color: #363a36;
    font-size: 1.5rem;
    font-weight: 700;
}
.section-resources-content-block-image img {
    max-width: 258px;
}

@media only screen and (max-width: 767px) {
    .section-resources-content .row-fluid {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .section-resources-content-block {
        max-width: 300px;
        margin: .5rem !important;
    }
}

/*----- Zinner Contact Us -----*/
.row-fluid .contact-section .hs-form fieldset.form-columns-1 .input { margin-right:0; }
.row-fluid .contact-top.content-main { padding:0 0 40px; }
.row-fluid .contactSection .contact-column { padding:25px 0 0 50px; position:relative; word-break:break-all; }
.row-fluid .contactSection .contact-column:before { content:"\f08d"; font-family:'fontawesome'; position:absolute; text-align:center; left:0px; width:36px; height:36px; line-height:36px; border-radius:50%; background:#202744; color:#fff; }
.row-fluid .contactSection .phoneNo:before { content:"\f095"; }
.row-fluid .contactSection .fax:before { content:"\f1ac"; }
.row-fluid .contactSection .emails:before { content:"\f0e0"; }

.contact-us-text {
    text-align: center;
}
@media only screen and (max-width: 836px) {
    .contact-us-text iframe {
        max-width: 320px;
    }
    .contact-us-form-container {
        float: right !important;
        max-width: 326px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-us-text iframe {
        max-width: 100%;
    }
    .contact-us-form-container {
        margin-top: 2rem;
        float: none !important;
        width: 100% !important;
        max-width: 100%;
    }
    .contact-us-form-container .row-fluid [class*="span"] {
        width: 100% !important;
    }
}
.section-subscribe-form form {
    max-width: 800px;
    margin: 0 auto;
}
.section-subscribe-form .widget-type-social_sharing .cell-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

/* Testimonial Page */
.testimonial-main { padding:80px 0; }
.testimonial-boxes{ padding:40px 0 0; }

.testimonial-boxes .hs_cos_wrapper_widget_container { margin:0 -10px; }
.testimonial-boxes .hs_cos_wrapper_widget { float:left; float:left; width:33.33%; padding:0 10px; margin:0 0 30px; }
.testimonial-box .testimonial-text { padding: 23px 35px 40px; background-color:#ebebeb; border-radius: 3px; position:relative; }
.testimonial-box .testimonial-text:after { content: ""; width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 12px solid #ebebeb; position: absolute; top: 100%; left: 44px; }
.testimonial-box .testimonial-nameimg { display: block; width: 100%; padding:30px 0 0 30px; text-align:lefr; }
.testimonial-box .testimonial-nameimg div { display:inline-block; height: 100%; vertical-align: middle; }
.testimonial-box .testimonial-nameimg .testimonial-personimg { width:70px; }
.testimonial-boxes .hs_cos_wrapper_widget:nth-child(3n) { clear:right; }
.testimonial-boxes .hs_cos_wrapper_widget:nth-child(3n+1) { clear:left; }

/*----- Event Page -----*/
.row-fluid .event-boxes .hs_cos_wrapper_widget { padding:25px 0; border-top:1px solid #f6f6f6; }
.row-fluid .event-boxes .hs_cos_wrapper_widget:first-child { border-top:none; padding-top:0; }
.row-fluid .event-form .hs-form fieldset.form-columns-1 .input { margin-right:0; }

/* Gallery Page */
.gallery-images .hs_cos_wrapper_widget { float:left; float:left; width:33.33%; padding:0 10px; margin:0 0 20px; }
.gallery-images .hs_cos_wrapper_widget_container { margin:0 -10px; }

/* Zinner Landing Page */
.landing-page-top-bar {
    height: 56px;
}
.landing-page-image-caption {
    margin: 0.875rem 0;
}
.landing-page-image-caption h3, h5, h6 {
    margin: .25rem 0;
    padding: 0;
}
.landing-page-image-caption h5 {
    font-weight: 600;
}
.landing-page-body-content-grey-box {
    background-color: #eeedf0;
    padding: 2rem;
    text-align: center;
}
.landing-page-body-content-grey-box h5 {
    line-height: 1.4;
    margin: 0 auto;
    max-width: 740px;
}
.landing-page-body-content-date-time {
    margin: 1.5rem 0;
    text-align: center;
}
.landing-page-body-content-date-time hr {
    margin: 1.25rem 0;
}
.landing-page-content {}
.landing-page-content form {
    /* border: 1px solid rgba(54, 58, 54, 0.5); */
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
            box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin-bottom: 2rem;
    padding: 1rem;
}
.landing-page-content-about {
    margin: 2rem 0;
}
.workshop-registration-sidebar .hs_cos_wrapper_type_form {
    border: 1px solid rgba(54, 58, 54, 0.5);
    padding: 1rem;
}
.workshop-registration-sidebar .hs-image-widget  {
    border: 0px solid rgba(54, 58, 54, 0.5);
}

.workshop-registration .hs-input {
    width: 100%;
}
.workshop-registration input[type=submit], form button {
    background-color: #7dc72b;
    color: #feffff;
    letter-spacing: .1rem;
    width: 100%;
    text-transform: uppercase;
}
.workshop-registration input[type=submit]:hover {
    background-color: #86d72e;
}
@media only screen and (max-width: 767px) {
    .landing-page-top-bar {
        height: 0;
    }
    .workshop-registration-sidebar .hs-image-widget  {
        width: 100% !important;
    }
}

/* Sitepages */
.row-fluid .content-innercolumn { padding:15px 0; }

@media (min-width:992px) and (max-width:1240px){
    /* .row-fluid .wrapper { max-width:900px !important; } */

    /*----- Homepage -----*/

    /* Top Section */
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding:10px 18px; }

    /* Hero Section */
    .row-fluid .hero-slider .slidebox { padding:80px; }

    /* Testimonial Section */
    .row-fluid .testimonalBox .clientQuote { padding:15px 20px; }

    /*------ Aboutpage ------*/

    /*----- Service Page -----*/
    .row-fluid .services-boxes .image { height:200px; }
    .row-fluid .services-boxes .hs_cos_wrapper_type_custom_widget .content { padding-top:20px; }
}

@media (min-width:768px) and (max-width:991px){
    /* .row-fluid .wrapper { max-width:700px !important; } */
    /*------ Homepage -------*/
    /* Top Section */
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding:10px; font-size:14px; }

    /* Hero Section */
    .row-fluid .hero-slider .slidebox { padding:70px; }
    .row-fluid .hero-slider h1 { font-size:50px; }

    /* CTA Section */
    .row-fluid .cta-section .btn-style2 a { font-size:14px;  margin-top:10px;}

    /* Footer Section */
    .row-fluid .footer-section form input[type=email] { padding:0 50px 0 10px; }
    .row-fluid .footer-section form input[type=submit] { width:40px; background-size:18px auto; }

    /*------ Aboutpage ------*/

    /* Hero Section */
    .row-fluid .hero-section { padding:60px 0; }
    .row-fluid .hero-section h1 { font-size:50px; }

    /* Service Page */
    .row-fluid .services-boxes .image { height:150px; }
    .row-fluid .services-boxes .hs_cos_wrapper_type_custom_widget .content { padding-top:0; }

    /* Pricing Page */
    .row-fluid .pricingBox .title h4 { font-size:18px; }
    .row-fluid .pricingBox .featuresList ul li { padding:10px; font-size:14px; }
    .row-fluid .pricingBox .btn-style1 a { min-width:120px; }

    /* Site Pages */
    .row-fluid .sidebarBox .hs-menu-wrapper > ul li a { padding:2px 15px; }

    /* Event Page */
    .row-fluid .event-form .hs-form fieldset.form-columns-2 .hs-form-field { width:100%; padding:0 0 10px; }


}
@media (max-width:991px){
    .row-fluid .homeservice-boxes .hs_cos_wrapper_type_custom_widget { width:48%; margin:0 1% 20px; }
    .teamMemberBoxes > span > div { width:50%; }
    .row-fluid .footer-section h3 { font-size:22px; }

    /*----- About Page ------*/

    /* About Main */
    .row-fluid .about-boxes .hs_cos_wrapper_type_custom_widget { float:left; width:50%; margin-right:0; }

    /* Logo Section */
    .row-fluid .clientsLogos { padding:40px 60px; }

    /*----- Blog -----*/
    .row-fluid .listingTitle h3 { font-size:24px; }

    /*----- Resource Page -----*/
    .row-fluid .resource-box { width:48%; }

    /*----- Contact Page -----*/
    .row-fluid .contact-right iframe { height:350px !important; }

    /*----- Sitepages -----*/
    .row-fluid .content-innercolumn h3 { font-size:26px; }

    /* Testimonial Page */
    .testimonial-boxes .hs_cos_wrapper_widget {  width:50%; margin:0 0 20px; }
    .testimonial-boxes .hs_cos_wrapper_widget:nth-child(3n) { clear:none; }
    .testimonial-boxes .hs_cos_wrapper_widget:nth-child(3n+1) { clear:none; }
    .testimonial-boxes .hs_cos_wrapper_widget:nth-child(2n) { clear:right; }
    .testimonial-boxes .hs_cos_wrapper_widget:nth-child(2n+1) { clear:left; }

    /*----- Gallery Page -----*/
    .row-fluid .gallery-images .hs_cos_wrapper_widget { width:50%; }
}

@media (max-width:767px){
    .row-fluid .wrapper { max-width:100%; width:100%; }

    h1 { font-size:40px; padding:10px 0; }
    h2 { font-size:30px; padding:10px 0; }
    h3 { font-size:28px; padding:10px 0; }
    h4 { font-size:22px; padding:10px 0; }
    h5 { font-size:20px; padding:10px 0; }
    h6 { font-size:17px; padding:10px 0; }

    .row-fluid .content-main, .row-fluid .altcontent-main { padding:30px 0; }
    .row-fluid .maxwidth500 img { max-width:500px; width:100% !important; height:auto; }
    .row-fluid .slick-slider button { width:30px; height:30px; line-height:30px; }
    .row-fluid .top-space { padding-top:70px !important; }

    /* Top Section */
    .row-fluid .top-section.sticky.sticky2 .stickyLogo { padding:12px 0 10px; }
    .row-fluid .top-section.sticky.sticky2 a.mobile-trigger { padding-top:10px; }
    .mobile-open .row-fluid .top-section.sticky.sticky2 a.mobile-trigger i { background:#FFFFFF; }
    .row-fluid .top-section.sticky.sticky2 a.mobile-trigger i, .row-fluid .top-section.sticky.sticky2 a.mobile-trigger i:before, .row-fluid .top-section.sticky.sticky2 a.mobile-trigger i:after { background-color:#444444; opacity:1; }
    .mobile-open .row-fluid .top-section.sticky.sticky2 .mainmenu.js-enabled .hs-menu-flow-horizontal { top:55px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul { padding-top:0; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li a.child-triggerm { position:absolute; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li a.child-triggerm span { background:#FFFFFF; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul { margin-top:0; position:relative !important; float:left; width:100%; -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        -ms-transition: none !important;
        transition: none !important; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul ul ul { width:100%; -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        -ms-transition: none !important;
        transition: none !important; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul ul li { border-left:none; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul li a:hover, .row-fluid .mainmenu .hs-menu-wrapper>ul ul li a:hover, .row-fluid .mainmenu .hs-menu-wrapper > ul > li li a:hover { color:#222222; }
    .row-fluid .mainmenu .hs-menu-flow-horizontal>ul>li:hover a.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal>ul>li:hover a.child-triggerm span:after { color:#FFFFFF; }
    .row-fluid .top-section.sticky.sticky2 .mainmenu .hs-menu-wrapper > ul > li > a { padding:5px 10px; line-height:35px; color:#FFFFFF; }
    .row-fluid .top-section.sticky.sticky2 .mainmenu .hs-menu-wrapper > ul > li > a:hover { color:#222222; }

    /* Hero section */
    .row-fluid .homeSlide { padding-top:70px !important; float:left; width:100%; min-height:0; }
    .row-fluid .hero-slider .slidebox { padding:50px 0; }
    .row-fluid .hero-slider .slidebox h1 { font-size:34px; }
    .row-fluid .hero-slider .slideText { font-size:18px; }
    .row-fluid .hero-slider .button a { margin:5px !important; display:inline-block; }
    .row-fluid .hero-slider .slidebox * { margin-top:0; }

    /* Feature Section */
    .row-fluid .home-features { text-align:center; }
    .row-fluid .feature-content { padding-bottom:40px; }

    /* Masterpiece Section */
    .row-fluid .masterpiece-section { text-align:center; }
    .row-fluid .product-serviceimage { padding-bottom:40px; }

    /* Waiting Section */
    .row-fluid .waiting-left { padding-bottom:40px; }

    /* Testimonial Section */
    .row-fluid .testimonial-slider label { font-size:13px; }

    /* CTA Section */
    .row-fluid .cta-section { text-align:center; }
    .row-fluid .cta-section .btn-style1, .row-fluid .cta-section .btn-style2 { margin-top:10px; }

    /* Ease Section */
    .row-fluid .easy-section .btn-style1 a, .row-fluid .easy-section a.btn-style1 { margin:10px 10px 0; }

    /* Footer Section */
    .row-fluid .footer-box { padding:15px 0; }
    .row-fluid .footer-post ul li a { display:block; }

    /* Sidebar */
    .row-fluid .content-innercolumn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

    /*----- About Page ------*/
    .row-fluid .hero-section { padding:60px 0; }

    /*----- Blog -----*/
    .row-fluid .mainblog-section .blog-post-wrapper .about-author-sec h5 { padding-top:10px; }

    /*----- Service Page -----*/
    .row-fluid .services-boxes { text-align:center; }
    .row-fluid .services-boxes .image { max-width:220px; height:220px; float:none; display:inline-block; width:100%; }
    .row-fluid .services-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2n) .image { float:none; }
    .row-fluid .services-boxes .hs_cos_wrapper_type_custom_widget .content { padding-top:20px; }

    /*----- FAQ Page -----*/
    .row-fluid .faq-boxes { width:100%; padding:30px 0; }

    /*----- Pricing Page -----*/
    .row-fluid .packsWrapper { padding-top:20px; }
    .row-fluid .pricingBox { width:100%; padding:10px; margin:20px 0; float:left; }
    .row-fluid .pricingBox.featured { top:0; }
    .row-fluid .pricingBox .featuredText { top:-40px; }
    .row-fluid .pack-text { font-size:18px; padding-bottom:0; }

    /*----- Contact Page -----*/
    .row-fluid .contact-right iframe { height:280px !important; margin-top:40px; }
}

@media (max-width:500px){
    /* Service Section */
    .row-fluid .homeservice-boxes .hs_cos_wrapper_type_custom_widget { width:100%; }

    /* Testimonial Section */
    .row-fluid .testimonial-slider > span { padding:0; }
    .row-fluid .testimonalBox .clientQuote { padding:10px 15px; }

    /* Team Section */
    .teamMemberBoxes > span > div { width:100%; padding:15px 0; }

    /*----- About Page -----*/

    /* About Main & Our Team Section */
    .row-fluid .about-boxes .hs_cos_wrapper_type_custom_widget { width:100%; padding:15px 0; }

    /*----- Blog -----*/
    .row-fluid .listingTitle { padding-left:0; }
    .row-fluid .listingTitle .date { position:static; float:left; width:auto; padding:0 0 0 10px; margin-bottom:10px; line-height:36px; }
    .row-fluid .listingTitle .date span { float:right; margin: 0 0 0 10px; border-radius: 0 3px 3px 0; padding: 5px 10px; line-height:26px; }

    /*----- Resource Page -----*/
    .row-fluid .resource-box { width:100%; margin:0 0 20px; }

    /*----- Testimonial Page -----*/
    .testimonial-boxes .hs_cos_wrapper_widget { width:100%; }

    /*----- Gallery Page -----*/
    .row-fluid .gallery-images .hs_cos_wrapper_widget { width:100%; }
}


/* Responsive Menu Style */
@media (min-width: 768px){

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

  .row-fluid .mainmenu .hs-menu-wrapper {
      display: block !important;
  }

  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover:after { height:100%; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul ul li { background:; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li li a { background: ; color:#7dc72b;  }
  .row-fluid .mainmenu .hs-menu-wrapper > ul ul li a:hover { background:#f8f8f8 !important; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul { background:transparent; padding-top:12px; }
  .row-fluid .top-section.sticky .mainmenu .hs-menu-wrapper > ul > li > ul { padding-top:0; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul li { background:#ffffff; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul ul ul { margin-top:-10px !important; background:#ffffff; }

  .row-fluid .hero-slider .slidebox * { margin-top:20px; opacity:0; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; transition-delay: .3s; -webkit-transition-delay: .3s; }
  .row-fluid .hero-slider .slick-active .slidebox * { margin-top:0; opacity:1; }

}

@media (max-width: 767px){

  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow:         none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #FFFFFF;
    }


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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 10px;          /* Position Button at top right of screen  */
      right: 15px;        /*******************************************/
      width: 44px; /* Button width */
      height: 44px; /* Button height */
      padding: 12px 0;
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: 400;
      text-align: left;
      text-transform: uppercase;
      border-radius: 6px;
      -webkit-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #222222;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #7dc72b;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out;
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */ /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1;
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -2px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 35px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color: #FFFFFF; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 8px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

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

  a.child-triggerm {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-triggerm:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-triggerm span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  a.child-triggerm span, a.child-triggerm span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #FFFFFF; /* Icon color */
      display: block;
  }

  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span:after { background-color: #fff; }

  a.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-triggerm.child-open span:after {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-triggerm.child-open span {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
      transition-duration: .2s;
  }


  /* Menu Styles on Mobile Devices
     ========================================================================== */


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

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

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 65px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/
      width: 100%;
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65);
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 0; /* Padding to add room for close button */
      background-color: #7dc72b; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 16px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #222222; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 14px; /* Font size of child lists */
      color:#FFFFFF;
  }

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

 /* change height of unordered list and paragraph space */
p + ul {
    margin-top: 0px!important;
}

/* change padding of unordered list */