/****************************************************************************/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/***+********************************************************************+***/
/***+******************   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=Source+Sans+Pro:400,600,700,900,300|Raleway:400,300,600,700,900);
@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: 'Source Sans Pro', sans-serif; font-size:16px; line-height:25px; color:#222222; 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 #222222; background:#f5f5f5; margin:15px 0 25px; padding:10px 25px; font-size: 20px; font-weight: 300; font-style: italic; }
blockquote em { display:block; opacity:0.8; }

/* Slick Slider */
.slick-slider { position: relative; display: block; 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); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-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; }

.row-fluid .slick-slider button { font-size:22px; 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:rgba(0,0,0,0.2); color:#FFFFFF; border-radius:0; width:50px; height: 50px; font-size: 15px; line-height:50px; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out 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 { background:#009FE3; }
.row-fluid .slick-slider .slick-next { right:0; }
.row-fluid .slick-slider .slick-prev { left:0; }
.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 { 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:#009FE3; }
.row-fluid .slick-slide { outline:none; float:left; }

/* 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; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property:-moz-transform, opacity; -ms-transition-property:-ms-transform, opacity; -o-transition-property:-o-transform, opacity; transition-property:transform, opacity; }

/*Heading*/
  h1 { color:#2E2E2E; font-family: 'Raleway', sans-serif; font-size:45px; margin:0; padding:15px 0 15px; line-height:1; clear:both; font-weight:700; }
  h2 { color:#2E2E2E; font-family: 'Raleway', sans-serif; font-size:34px; margin:0; padding:10px 0 10px; line-height:1.1; clear:both; }
  h3 { color:#2E2E2E; font-family: 'Raleway', sans-serif; font-size:30px; margin:0; padding:10px 0 10px; line-height:1.1; clear:both; }
  h4 { color:#2E2E2E; font-family: 'Raleway', sans-serif; font-size:24px; margin:0; padding:10px 0 10px; line-height:1.1; clear:both; font-weight:400; }
  h5 { color:#2E2E2E; font-family: 'Raleway', sans-serif; font-size:20px; margin:0; padding:10px 0 10px; line-height:1.1; clear:both; }
  h6 { color:#2E2E2E; font-family: 'Raleway', sans-serif; font-size:18px; margin:0; padding:10px 0; line-height:1.1; clear:both; font-weight:700; }


/*anchor link*/
a { text-decoration:none; outline:none; color:#009FE3; -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:#EC008C; }

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: 'Source Sans Pro', 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-in-out;
        -moz-transition: all 0.4s ease-in-out-in-out;
        -o-transition: all 0.4s ease-in-out-in-out;
        -ms-transition: all 0.4s ease-in-out-in-out;
        transition: all 0.4s ease-in-out-in-out; }
input[type=submit] , form button, .row-fluid .hs-button { text-transform:uppercase; background:url(//cdn2.hubspot.net/hubfs/383029/Assets_Infinity_Theme_2016/images/submit-bg.png) no-repeat left top #009FE3; font-size:17px; line-height:25px; font-weight:700; padding:10px 20px; color:#FFFFFF; display:inline-block; }
input[type=submit]:hover , form button:hover, .row-fluid .hs-button:hover { background-color:#343434; color:#009FE3 }

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:#009FE3;  }

.row-fluid .hs_cos_flex-direction-nav a { background:transparent; }
.row-fluid .hs_cos_flex-direction-nav a.hs_cos_flex-prev:before { position:absolute; text-align:center; font-family:'FontAwesome'; content:"\f104"; left:0; top:0; width:30px; height:30px; border:#FFFFFF solid 1px; line-height:28px; color:#FFFFFF; text-indent:0; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .hs_cos_flex-direction-nav a.hs_cos_flex-next:before { position:absolute; text-align:center; font-family:'FontAwesome'; content:"\f105"; left:0; top:0; width:30px; height:30px; border:#FFFFFF solid 1px; line-height:28px; color:#FFFFFF; text-indent:0; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .hs_cos_flex-direction-nav a:hover:before { background:#009FE3; border-color:#009FE3; }

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; }
.row-fluid .hs-form fieldset.form-columns-1 .input { margin-right:0; }

@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 a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !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; margin:15px 0; list-style:none; }
.row-fluid .ulstyle ol { padding-left:15px; }
.row-fluid .ulstyle ol li { padding-left:5px; }
.row-fluid .ulstyle ul li { padding-left:20px; position:relative; }
.row-fluid .ulstyle ul li:before { position:absolute; content:""; font-family:'FontAwesome'; width:5px; height:5px; text-align:center; line-height:20px; left:0; top:10px; background:#009FE3; }

/* 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:#009FE3 0 0 0 1px; border:#FFFFFF solid 3px; }
.row-fluid input[type=checkbox]:checked + span:before { background:#009FE3; }
.row-fluid input[type=radio] + span:before { position:absolute; content:''; left:0; top:6px; width:14px; height:14px; border-radius:50%; box-shadow:#009FE3 0 0 0 1px; border:#FFFFFF solid 3px; }
.row-fluid input[type=radio]:checked + span:before { background:#009FE3; }

/*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:300; }
.row-fluid .text-normal , .row-fluid .text-normal h1 ,  .row-fluid .text-normal h2  , .row-fluid .text-normal h3 , .row-fluid .text-normal h4 , .row-fluid .text-normal h5 , .row-fluid .text-normal 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 { display:inline-block; background:#009FE3; color:#FFFFFF; padding:10px 20px; margin-top:10px; min-width:160px; text-align:center; text-transform: uppercase; line-height: 25px; font-size: 13px; font-weight: 900; letter-spacing: 1px; }
.row-fluid .btn-style1 a:hover, .row-fluid a.btn-style1:hover { background:#343434; color:#009FE3 }
.row-fluid .btn-style2 a, .row-fluid a.btn-style2 { display:inline-block; background:transparent; color:#FFFFFF; padding:10px 20px; border:#FFFFFF solid 2px; margin-top:10px; min-width:160px; text-align:center; text-transform:uppercase; text-align:center; line-height:21px; font-size: 13px; font-weight: 900; letter-spacing: 1px; }
.row-fluid .btn-style2 a:hover, .row-fluid a.btn-style2:hover { background:#343434; border-color:#343434; color:#009FE3 }
.row-fluid .btn-style3 a, .row-fluid a.btn-style3 { display:inline-block; background:transparent; color:#f5f5f5; padding:10px 20px; border:#f5f5f5 solid 2px; margin-top:10px; min-width:160px; text-align:center; text-transform:uppercase; text-align:center; line-height:21px; font-size: 13px; font-weight: 900; letter-spacing: 1px; }
.row-fluid .btn-style3 a:hover, .row-fluid a.btn-style3:hover { background:#343434; color:#009FE3; border-color:#343434; }
.row-fluid .btn-style4 a, .row-fluid a.btn-style4 { display:inline-block; background:transparent; color:#444444; padding:10px 20px; border:#444444 solid 2px; margin-top:10px; min-width:160px; text-align:center; text-transform:uppercase; text-align:center; line-height:21px; font-size: 13px; font-weight: 900; letter-spacing: 1px; }
.row-fluid .btn-style4 a:hover, .row-fluid a.btn-style4:hover { background:#343434; color:#009FE3; border-color:#343434; }

/* Title Style */
.row-fluid .title-style1 h1, .row-fluid .title-style1 h2, .row-fluid .title-style1 h3, .row-fluid .title-style1 h4, .row-fluid .title-style1 h5, .row-fluid .title-style1 h6 { padding-bottom:30px; position:relative; margin-bottom:10px; text-transform:uppercase; font-weight:700; }
.row-fluid .title-style1 h1:before, .row-fluid .title-style1 h2:before, .row-fluid .title-style1 h3:before, .row-fluid .title-style1 h4:before, .row-fluid .title-style1 h5:before, .row-fluid .title-style1 h6:before { 
    position:absolute; content:''; left:0; bottom:13px; right:0; margin:0 auto; max-width:350px; width:100%; background:#444444; height:1px; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s;
}
.row-fluid .title-style1 h1:after, .row-fluid .title-style1 h2:after, .row-fluid .title-style1 h3:after, .row-fluid .title-style1 h4:after, .row-fluid .title-style1 h5:after, .row-fluid .title-style1 h6:after {
    position:absolute; content:''; left:0; bottom: 11px; right: 0; margin: 0 auto; width: 100px; height: 5px; border:#444444 solid 1px; background:#FFFFFF;
}

.row-fluid .title-style2 h1, .row-fluid .title-style2 h2, .row-fluid .title-style2 h3, .row-fluid .title-style2 h4, .row-fluid .title-style2 h5, .row-fluid .title-style2 h6 { padding-bottom:30px; position:relative; margin-bottom:10px; text-transform:uppercase; font-weight:700; }
.row-fluid .title-style2 h1:before, .row-fluid .title-style2 h2:before, .row-fluid .title-style2 h3:before, .row-fluid .title-style2 h4:before, .row-fluid .title-style2 h5:before, .row-fluid .title-style2 h6:before { 
    position:absolute; content:''; left:0; bottom:13px; right:0; margin:0 auto; max-width:350px; width:100%; background:#FFFFFF; height:1px; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s;
}
.row-fluid .title-style2 h1:after, .row-fluid .title-style2 h2:after, .row-fluid .title-style2 h3:after, .row-fluid .title-style2 h4:after, .row-fluid .title-style2 h5:after, .row-fluid .title-style2 h6:after {
    position:absolute; content:''; left:0; bottom: 11px; right: 0; margin: 0 auto; width: 100px; height: 5px; border:#FFFFFF solid 1px; background:#FFFFFF;
}

.row-fluid .altcontent-main .title-style1 h1:after, .row-fluid .altcontent-main .title-style1 h2:after, .row-fluid .altcontent-main .title-style1 h3:after, .row-fluid .altcontent-main .title-style1 h4:after, .row-fluid .altcontent-main .title-style1 h5:after, .row-fluid .altcontent-main .title-style1 h6:after { background:#f5f5f5; }
.row-fluid .title-style1:hover h1:before, .row-fluid .title-style1:hover h2:before, .row-fluid .title-style1:hover h3:before, .row-fluid .title-style1:hover h4:before, .row-fluid .title-style1:hover h5:before, .row-fluid .title-style1:hover h6:before { max-width:470px; }

.row-fluid .altcontent-main .title-style2 h1:after, .row-fluid .altcontent-main .title-style2 h2:after, .row-fluid .altcontent-main .title-style2 h3:after, .row-fluid .altcontent-main .title-style2 h4:after, .row-fluid .altcontent-main .title-style2 h5:after, .row-fluid .altcontent-main .title-style2 h6:after { background:#FFFFFF; }
.row-fluid .title-style2:hover h1:before, .row-fluid .title-style2:hover h2:before, .row-fluid .title-style2:hover h3:before, .row-fluid .title-style2:hover h4:before, .row-fluid .title-style2:hover h5:before, .row-fluid .title-style2:hover h6:before { max-width:470px; }

/*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; z-index:2; }

.row-fluid .overlay-black:before { background:#000000; }
.row-fluid .overlay-base:before { background:#009FE3; opacity:0.7; }

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

.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.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; } 
.row-fluid .content-main { float:left; width:100%; padding-top:70px; padding-bottom:70px; }
.row-fluid .altcontent-main { float:left; width:100%; padding-top:70px; padding-bottom:70px; 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; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-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; font-family:'FontAwesome'; border-radius:100%; color:#FFFFFF !important; background:#009FE3; text-align:center; line-height:36px; 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/Assets_Infinity_Theme_2016/images/submit-bg.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:#009FE3; line-height:36px; 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); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; 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 a { position: fixed; right: 20px; bottom: 20px; color:#FFFFFF; width: 50px; height: 50px; text-align: center; line-height: 50px; background:#009FE3; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; opacity:0; }
.row-fluid .back-to-top a.show { opacity:1; }
.row-fluid .back-to-top a:hover { background:#343434; }

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

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

/* Layout Option */

    @media (min-width:1241px ){ 
        .row-fluid .wrapper { padding:0; } 
    }


/* 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 .btn-style3 a, .row-fluid a.btn-style3, .row-fluid .btn-style4 a, .row-fluid a.btn-style4, .row-fluid .back-to-top a, .row-fluid .slick-slider button { border-radius:5px; }









.tweets_txt span { display:block; }

/* RSS Listing + Sign Link */
.row-fluid .hs-rss-item-image-wrapper > a { width: 60px; height: 60px; position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0); -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; transition-delay:0.1s; -webkit-transition-delay:0.1s; }
.row-fluid .hs-rss-item:hover .hs-rss-item-image-wrapper > a { -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1); }
.row-fluid .hs-rss-item-image-wrapper > a:before { position:absolute; content:''; left:0; right:0; top:0; margin:0 auto; width:1px; height:100%; background:#FFFFFF; }
.row-fluid .hs-rss-item-image-wrapper > a:after { position:absolute; content:''; left:0; right:0; top:50%; margin:0 auto; width:100%; height:1px; background:#FFFFFF; }

/*----- Homepage -----*/
/* Top Section */
.row-fluid .top-section { position:absolute; left:0; top:0; width:100%; z-index:999; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .top-section .cta_button { margin-top:17px; }
.row-fluid .top-section .wrapper  { border-bottom:1px solid rgba(255, 255, 255, 0.1); }
.row-fluid .toplogo { padding:10px 0; }
.row-fluid .toplogo img { max-width:150px; margin-top:8px; }

.row-fluid .top-right > div { float:right; }
.row-fluid .mainmenu { width:auto; }
.row-fluid .top-cta { width:auto; padding:0 0 0 15px; margin:0; }
.row-fluid .mainmenu > div > span, .row-fluid .mainmenu .hs-menu-wrapper { float:left; width:100%; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { font-size:13px; font-weight:900; line-height:32px; text-transform:uppercase; letter-spacing:1px; padding:23px 15px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul ul li a { font-size:13px; font-weight:900; letter-spacing:0.5px; text-transform:uppercase; }

/* Hero Slider */
.row-fluid .hero-slider .homeSlide { float:left; width:100%; min-height:550px; padding:120px 0 80px; background-size:cover; background-repeat:no-repeat; background-position:center top; }
.row-fluid .hero-slider .slick-slider { overflow:hidden; }
.row-fluid .hero-slider h1 { font-size:65px; }
.row-fluid .hero-slider h2 { font-size:65px; color:#009FE3; }
.row-fluid .hero-slider .btn-style1, .row-fluid .hero-slider .btn-style2 { margin:25px 10px 0; }
.row-fluid .hero-slider .btn-style1 a { margin:0 10px; }
.row-fluid .hero-slider .slick-dots { position:absolute; left:0; width:100%; bottom:0; margin:0; }

/* Infinity Section */
.row-fluid .infinity-boxes .hs_cos_wrapper_type_custom_widget { width:33.33%; float:left; padding:50px 25px 0; font-size:16px; }
.row-fluid .infinity-section .service-icon { position:relative; float: none; display: inline-block; width: 100px; height: 100px; background:#009FE3; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; border:#FFFFFF solid 7px; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .infinity-boxes .hs_cos_wrapper_type_custom_widget:hover .service-icon { box-shadow: #009FE3 0 0 25px; }
.row-fluid .infinity-boxes .hs_cos_wrapper_type_custom_widget .service-icon img { max-width:50px; 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 .infinity-boxes .hs_cos_wrapper_type_custom_widget .service-content h6 { -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; text-transform:uppercase; margin:10px 0; }
.row-fluid .infinity-boxes .hs_cos_wrapper_type_custom_widget:hover .service-content h6 { color:#009FE3; }

/* Home Services */
.row-fluid .homeservice-main .hs_cos_wrapper_type_custom_widget { width:31.33%; float:left; margin:30px 1% 0; padding:15px; font-size:16px; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .homeservice-main .service-image { float:left; width:100%; overflow:hidden; height:255px; position:relative; margin-bottom:10px; }
.row-fluid .homeservice-main .service-image > a { opacity:0; position:absolute; color:#FFFFFF; left:50%; top:50%; text-align:center; -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); border:#FFFFFF solid 1px; width: 40px; height: 40px; line-height: 38px; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; z-index:10; }
.row-fluid .homeservice-main .service-image:before { position:absolute; content:''; left:10px; top:10px; right:10px;  bottom:10px; background:#009FE3; opacity:0; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .homeservice-main .hs_cos_wrapper_type_custom_widget:hover .service-image > a { opacity:1; }
.row-fluid .homeservice-main .hs_cos_wrapper_type_custom_widget:hover .service-image:before { opacity:0.6; z-index:9; }
.row-fluid .homeservice-main .service-image .bgimg-main { height:100%; margin-bottom:10px; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .homeservice-main .hs_cos_wrapper_type_custom_widget:hover .bgimg-main { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.row-fluid .homeservice-main .hs_cos_wrapper_type_custom_widget h6 { margin:10px 0; }
.row-fluid .homeservice-main .hs_cos_wrapper_type_custom_widget:hover { background:#FFFFFF; -webkit-box-shadow: #CCC 0 0 15px;
        -moz-box-shadow: #CCC 0 0 15px;
        -o-box-shadow: #CCC 0 0 15px;
        -ms-box-shadow: #CCC 0 0 15px;
        box-shadow: #CCC 0 0 15px; margin-top:20px; }
.row-fluid .homeservice-main .hs_cos_wrapper_type_custom_widget:hover .service-content > a h6 { color:#009FE3; }

/* Black CTA Section */
.row-fluid .blackcta-section { background:#009FE3; padding:40px 0 50px; position:relative; }
.row-fluid .blackcta-section:before { position:absolute; content:''; left:0; top:0; width:100%; height:100%; background:url(//cdn2.hubspot.net/hubfs/383029/Assets_Infinity_Theme_2016/images/pattern1.png)repeat left top; opacity:0.1; }
.row-fluid .blackcta-section .wrapper { position:relative; }
.row-fluid .blackcta-section .ctabtn-style { width:auto; margin:0; padding-left:10px; }
.row-fluid .blackcta-section .ctainner-box > div { float:right; }
.row-fluid .blackcta-section h4 { font-size:20px; color:#FFFFFF !important; margin-top:10px; font-weight:700; }
.row-fluid .ctainner-box { float:right; }
.row-fluid .ctainner-box .btn-style1, .row-fluid .ctainner-box .btn-style2 { width:auto; margin:0; padding-left:15px; }

/* Why Choose Section */
.row-fluid .whychoose-section { position:relative; }
.row-fluid .whychoose-section:hover .grayscale-image { -webkit-filter: grayscale(0);  -moz-filter: grayscale(0);  -ms-filter: grayscale(0);  -o-filter: grayscale(0);  filter: grayscale(0); filter: gray;  }
.row-fluid .whychoose-image img { width:100% !important; }
.row-fluid .whychoose-main { padding:40px; width:50%; float:right; margin:0; }
.row-fluid .whychoose-left { position:absolute; left:0; top:0; width:50%; height:100%; margin:0; }
.row-fluid .whychoose-boxes .hs_cos_wrapper_type_custom_widget { float:left; width:50%; position:relative; padding:0 0 15px; margin:25px 0 0; }
.row-fluid .whychoose-boxes .hs_cos_wrapper_type_custom_widget:before { position:absolute; content:''; left:0; bottom:0; width:0; height:1px; background:#2E2E2E; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .whychoose-boxes .hs_cos_wrapper_type_custom_widget:hover:before { width:100%; }
.row-fluid .whychoose-boxes .hs_cos_wrapper_type_custom_widget .service-icon { width:60px; height:60px; position:absolute; left:0; top:0; padding-left:10px; }
.row-fluid .whychoose-boxes .hs_cos_wrapper_type_custom_widget .service-content { padding-left:80px; padding-right:10px; font-size:14px; line-height:22px; }
.row-fluid .whychoose-boxes .hs_cos_wrapper_type_custom_widget h6 { padding-top:0; text-transform:uppercase; }

/* Home Resource Section */
.row-fluid .resource-boxes { padding-top:40px; }
.row-fluid .resource-boxes .hs_cos_wrapper_type_custom_widget { float:left; width:21%; margin:15px 5.33% 15px 0; }
.row-fluid .resource-boxes .hs_cos_wrapper_type_custom_widget:nth-child(4n) { clear:right; margin-right:0; }
.row-fluid .resource-boxes .hs_cos_wrapper_type_custom_widget:nth-child(4n+1) { clear:left; }
.row-fluid .resource-image { height:300px; position:relative; overflow:hidden; background-position:center top; }
.row-fluid .resource-image:before { position:absolute; content:''; left:10px; top:10px; bottom:10px; right:10px; background:#009FE3; opacity:0; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .resource-social { position:absolute; left:0; bottom:-100%; width:100%; text-align:center; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; transition-delay:0.2s; -webkit-transition-delay:0.2s; }
.row-fluid .resource-boxes .hs_cos_wrapper_type_custom_widget:hover .resource-social {  bottom:10px; }
.row-fluid .resource-boxes .hs_cos_wrapper_type_custom_widget:hover .resource-image:before { opacity:0.6; }
.row-fluid .resource-social a { font-size:13px; float:none; display:inline-block; width:36px; height:36px; line-height:36px; margin:0 2px; color:#FFFFFF; }
.row-fluid .resource-social a.rs-facebook { background:#3c5898; }
.row-fluid .resource-social a.rs-twitter { background:#51aceb; }
.row-fluid .resource-social a.rs-linkedin { background:#0077b6; }
.row-fluid .resource-social a.rs-googleplus { background:#be2933; }
.row-fluid .resource-social a.rs-github { background:#000000; }
.row-fluid .resource-social a:hover { color:#FFFFFF; background:#009FE3 }
.row-fluid .resource-text { background:#FFFFFF; padding:10px; float:left; width:100%; font-size:14px; }
.row-fluid .resource-text h5 { font-weight:700; }
.row-fluid .resource-text span { float:left; width:100%; line-height:22px; }
.row-fluid .resource-text span:first-child { color:#444444; }
.row-fluid .resource-text span:last-child { font-size:16px; line-height:22px; padding-bottom:10px; }
.row-fluid .resource-text .readmore-link { margin:10px 0; }

/* Testimonial Slider */
.row-fluid .testimonial-slider .slick-slider { padding:0 70px; margin-top:30px; }
.row-fluid .testimonial-slider .clientImage { float: none; display: inline-block; margin: 40px 0 0; width:80px; }
.row-fluid .testimonial-slider .clientImage img { -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; width:100% !important; }
.row-fluid .testimonial-slider .clientName span { float:left; width:100%; text-transform:uppercase; }
.row-fluid .testimonial-slider .clientName label { float:left; width:100%; font-size:12px; }
.row-fluid .testimonalBox { padding:0 50px; }
.row-fluid .testimonial-slider .slick-dots { margin-top:20px; }
.row-fluid .testimonial-slider .slick-dots li button { background:#b8b8b8; }
.row-fluid .testimonial-slider .slick-dots li.slick-active button, .row-fluid .testimonial-slider .slick-dots li button:hover { background:#009FE3; }

/* Newsletter Section */
.row-fluid .newsletter-section .wrapper { padding:0 150px; }
.row-fluid .newsletter-section .title-style1 h4:before { background:#FFFFFF; }
.row-fluid .newsletter-section .title-style1 h4:after { border-color:; }
.row-fluid .newsletter-section .hs_email > label, .row-fluid .newsletter-section .form-title { display:none; }
.row-fluid .newsletter-section form { position:relative; margin-top:40px; }
.row-fluid .newsletter-section input[type=email] { height:45px; padding-right:145px; }
.row-fluid .newsletter-section input[type=submit]  { position:absolute; right:0; top:0; height: 45px; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; font-weight: 400; }
.row-fluid .newsletter-section .hs-error-msgs li { float:none; display:inline-block; }

/* News Section */
.row-fluid .news-section h3 { padding:0; }
.row-fluid .news-section .hs-rss-item { float:left; width:32%; margin:40px 2% 0 0; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; text-align:center; }
.row-fluid .news-section .hs-rss-item:hover { -webkit-box-shadow: #b8b8b8 0 0 25px;
        -moz-box-shadow: #b8b8b8 0 0 25px;
        -o-box-shadow: #b8b8b8 0 0 25px;
        -ms-box-shadow: #b8b8b8 0 0 25px;
        box-shadow: #b8b8b8 0 0 25px; }
.row-fluid .news-section .hs-rss-item:nth-child(3n) { margin-right:0; }
.row-fluid .news-section .hs-rss-item-image-wrapper { position:relative; float:left; width:100%; margin:0; padding:0; height:290px; background-size: cover; background-repeat: no-repeat; background-position: center top; }
.row-fluid .news-section .hs-rss-item-image-wrapper:before { position:absolute; content:''; left:10px; top:10px; bottom:10px; right:10px; background:#009FE3; opacity:0; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .news-section .hs-rss-item:hover .hs-rss-item-image-wrapper:before { opacity:0.6; }
.row-fluid .news-section .hs-rss-item-image-wrapper img { display:none; }
.row-fluid .news-section .hs-rss-item-text  { float:left; width:100%; margin:0; padding:20px; }
.row-fluid .news-section .hs-rss-title { color:#444444; font-size:18px; font-family: 'Raleway', sans-serif; font-weight:700; }
.row-fluid .news-section .hs-rss-item:hover .hs-rss-title, .row-fluid .news-section .hs-rss-author { color:#009FE3; }
.row-fluid .news-section .hs-rss-byline { text-transform:uppercase; font-size:12px; margin-bottom:10px; letter-spacing:0.7px; }
.row-fluid .news-section .hs-rss-date { padding-left:3px; }
/*.row-fluid .news-section .hs-rss-description a { display: block; width: 110px; text-align: center; padding: 10px; margin-top: 30px; background: #009FE3; color:#FFFFFF; line-height: 25px; font-size: 14px; font-weight: 900; }
.row-fluid .news-section .hs-rss-description a:hover { background:#343434; color:#FFFFFF } */
.row-fluid .news-section .hs-rss-description a { margin-left:10px; } 

/* Logo Slider */
.row-fluid .logo-section { padding-bottom:30px; }
.row-fluid .logo-slider .slick-slider { padding:0 50px; margin-top:50px; }
.row-fluid .logo-slider .slick-slide { padding:0 10px; position:relative; min-height:150px; overflow:hidden; }
.row-fluid .logo-slider img { float:none; display:inline-block; max-width:150px; top:50%; position:absolute; -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; width:90% !important; }

/* Footer Section */
.row-fluid .footer-section { background:#3B3F3F; font-size: 14px; color:#b8b8b8; padding:50px 0; }
.row-fluid .footer-section .footer-logo img { max-width:150px; margin-bottom:15px; }
.row-fluid .footer-section h3 { font-size:20px; font-weight:700; text-transform:uppercase; color:#FFFFFF; margin-bottom:30px; }
.row-fluid .footer-section .hs_email > label { display:none; }
.row-fluid .footer-section ul li a { color:#b8b8b8; }
.row-fluid .footer-section ul li a:hover { color:#009FE3; } 
 
/*.row-fluid .footer-address { padding-top:20px; }*/
.row-fluid .footer-section .useful-links ul { margin:0; }
.row-fluid .footer-section .useful-links ul li { float:left; width:100%; padding-bottom:5px; position:relative; }
.row-fluid .footer-section .useful-links ul li a:hover { color:#FFFFFF; }
.row-fluid .footer-section .useful-links ul li:before { position:absolute; content:''; left:0; top:10px; width:6px; height:6px; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; background:#009FE3; }
.row-fluid .latest-news ul { list-style:none; }
.row-fluid .latest-news { color:#b8b8b8; }
.row-fluid .latest-news a { color:#FFFFFF; }
.row-fluid .latest-news a:hover { color:#009FE3; }
.row-fluid .latest-news .hs-rss-author { padding-left:20px; position:relative; padding-right: 10px; border-right: #b8b8b8 solid 1px; margin-right: 10px; }
.row-fluid .latest-news .hs-rss-author:before { position:absolute; font-family:'FontAwesome'; content:"\f040"; left:0; top:0; width:15px; height:15px; text-align:center; line-height:15px;  }
.row-fluid .latest-news .hs-rss-date { position:relative; padding-left:20px; }
.row-fluid .latest-news .hs-rss-date:before { position:absolute; font-family:'FontAwesome'; content:"\f073"; left:0; top:0; width:15px; height:15px; text-align:center; line-height:15px;  }
.row-fluid .latest-news .hs-rss-item { padding-bottom: 20px; border-bottom:#444444 solid 1px; }

.row-fluid .footer-section .get-touch { padding-left:50px; padding-bottom:20px; position:relative; color:#FFFFFF; }
.row-fluid .footer-section .get-touch a { color:#FFFFFF; }
.row-fluid .footer-section .get-touch a:hover { text-decoration:underline; }
.row-fluid .footer-section .get-touch span span { float:left; width:100%; color:#b8b8b8; font-size: 12px; letter-spacing: 1px; text-transform:uppercase; }
.row-fluid .footer-address:before, .row-fluid .footer-contact:before, .row-fluid .footer-email:before { position:absolute; font-family:'FontAwesome'; content:"\f041"; left:0; top:0; font-size:30px; width:40px; height:40px; text-align:center; line-height:40px; color:#b8b8b8; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .footer-contact:before { content:"\f095"; }
.row-fluid .footer-email:before { content:"\f003"; }
.row-fluid .get-touch:hover:before { color:#009FE3; }

.row-fluid .footer-copyright { background:#000000; padding:15px 0; float:left; width:100%; color:#b8b8b8 } 
.row-fluid .footer-copyright img { max-width:120px; }
.row-fluid .copyright-text { text-align:right; font-size:12px; text-transform:uppercase; padding-top:10px; }

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

/* Top Section */
.homepage2 .row-fluid .top-section { border-bottom:1px solid rgba(255,255,255,0.1); }
.homepage2 .row-fluid .top-section .wrapper { border-bottom:none; }

/* Infinity Section */
.row-fluid .option2 .infinity-boxes .service-content h6 { padding-bottom:25px; position:relative; }
.row-fluid .option2 .infinity-boxes .service-content h6:after { position:absolute; content:''; left:0; right:0; bottom:10px; margin:0 auto; width:50px; height:2px; background:#2E2E2E; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .option2 .infinity-boxes .hs_cos_wrapper_type_custom_widget:hover .service-content h6:after { width:100px; background-color:#009FE3; }

/* Contractor Section */
.row-fluid .contractor-section { float:left; width:100%; background:#f5f5f5; position:relative; }
.row-fluid .contractor-section .contractor-left { padding:120px 80px; }
.row-fluid .contractor-section .contractor-right { position:absolute; right:0; top:0; width:50%; height:100%; background-position:center top; }

/* Latest Project */
.row-fluid .lp-boxes .hs_cos_wrapper_type_custom_widget { float:left; width:32%; margin:30px 2% 0 0; position:relative; overflow:hidden; color:#FFFFFF; }
.row-fluid .lp-boxes .hs_cos_wrapper_type_custom_widget:before { position:absolute; content:''; left:10px; right:10px; top:10px; bottom:10px; background:#009FE3; opacity:0; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; z-index:1; }
.row-fluid .lp-boxes .hs_cos_wrapper_type_custom_widget:hover:before { opacity:0.6; }
.row-fluid .lp-boxes .lp-box { height:390px; width:100%; float:left; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .lp-boxes .hs_cos_wrapper_type_custom_widget:hover .lp-box { -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
.row-fluid .lp-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3n) { clear:right; margin-right:0; }
.row-fluid .lp-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3n+1) { clear:left; }
.row-fluid .lp-boxes .lpbox-content { position: absolute; left: 0; top: 50%; width: 100%; -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); z-index:9; opacity:0; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .lp-boxes .hs_cos_wrapper_type_custom_widget:hover .lpbox-content { opacity:1; }
.row-fluid .lp-boxes h6 { padding: 10px 20px 30px; text-transform: uppercase; position:relative; color:#FFFFFF !important; }
.row-fluid .lp-boxes h6:after { position:absolute; content:''; left:0; right:0; bottom:12px; margin:0 auto; width:0; height:1px; background:#FFFFFF; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; transition-delay:0.1s; -webkit-transition-delay:0.1s; }
.row-fluid .lp-boxes .hs_cos_wrapper_type_custom_widget:hover h6:after { width:100px; }

/* Testimonial Section 2 */
.row-fluid .option2 .testimonial-slider .clientName { float: left; width: 100%; padding: 30px 0 15px; text-align:center; }
.row-fluid .option2 .testimonalBox > span { float:left; width:100%; text-align:center; }
.row-fluid .option2 .testimonalBox > span img { float:none; display:inline-block; margin:0 2px; }
.row-fluid .option2 .testimonial-slider .slick-dots { display:none !important; }
.row-fluid .option2 .testimonial-slider .clientName span, .row-fluid .option2 .testimonial-slider .clientName label { font-size:16px; width:auto; float:none; display:inline-block; font-weight:700; text-transform:uppercase; }
.row-fluid .option2 .testimonial-slider .clientName label:before { content:'-'; padding:0 6px 0 4px; }

/* Our Publications */
.row-fluid .our-publications .hs-rss-item { float:left; width:32%; margin:30px 2% 0 0; position:relative; }
.row-fluid .our-publications .hs-rss-item:before { position:absolute; content:''; left:50%; width:0; height:2px; bottom:0; background:#009FE3; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .our-publications .hs-rss-item:after { position:absolute; content:''; right:50%; width:0; height:2px; bottom:0; background:#009FE3; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .our-publications .hs-rss-item:hover:before { width:50%; left:0; }
.row-fluid .our-publications .hs-rss-item:hover:after { width:50%; right:0; }
.row-fluid .our-publications .hs-rss-item:nth-child(3n) { clear:right; margin-right:0; }
.row-fluid .our-publications .hs-rss-item:nth-child(3n+1) { clear:left; }
.row-fluid .our-publications .hs-rss-item-image-wrapper { position:relative; float:left; width:100%; height:220px; background-size:cover; background-position:center top; background-repeat:no-repeat; }
.row-fluid .our-publications .hs-rss-item-image-wrapper:before { position:absolute; content:''; left:10px; right:10px; top:10px; bottom:10px; background:#009FE3; opacity:0; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .our-publications .hs-rss-item:hover .hs-rss-item-image-wrapper:before { opacity:0.6; }
.row-fluid .our-publications .hs-rss-item-image-wrapper img { display:none; }
.row-fluid .our-publications .hs-rss-item-text { float:left; width:100%; padding:20px 0 0; }
.row-fluid .our-publications .hs-rss-title { font-size: 20px; font-weight: 700; color:#000000; min-height:50px; }
.row-fluid .our-publications .hs-rss-title:hover { color:#009FE3; }
.row-fluid .our-publications .hs-rss-byline { font-size:16px; padding:10px 0; }
.row-fluid .our-publications .hs-rss-date { padding-bottom: 5px; float: left; width: 100%; }
.row-fluid .our-publications .hs-rss-description a { display: table; margin-top: 10px; text-transform: uppercase; font-size: 14px; font-weight: 600; letter-spacing: 0.5px; }

/* Statistic Section */
.row-fluid .statistic-section h2 { font-size:42px; }

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

/* Top Section */
.header2 .row-fluid .top-section { position:static; float:left; width:100%; background:#FFFFFF; }
.header2 .row-fluid .top-section .wrapper { border-bottom:none; }

/* Hero Section */
.homepage3 .home-hero { overflow:hidden; font-size:20px; line-height:28px; font-weight:300; }
.homepage3 .home-hero .wrapper { position: absolute; left: 0; top: 48%; right: 0; transform: translateY(-50%); padding:0 90px; }
.homepage3 .home-hero h1 span { color:#009FE3; }
.homepage3 .home-hero .hero-btn { width:auto; float:none; display:inline-block; margin:0 10px; }
.row-fluid .hero-video > div > span { float: left; width: 100%; position: relative; overflow: hidden; padding: 56.25% 0 0; } 
.row-fluid .hero-video > div > span iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.row-fluid .hero-video .wistia_responsive_padding { padding:0 !important; position:static !important; }

.homepage3 .row-fluid .home-hero:before { z-index:1; }
.row-fluid .wistia_romulus_control { display:none; }
.row-fluid .wistia_embed > div { height:100%; }
.row-fluid #wistia_grid_19_below { display:none; }
.row-fluid .service-boxes3 h5 { margin:5px 0; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .service-boxes3 .hs_cos_wrapper_type_custom_widget { float:none; display:inline-block; padding:35px 25px; width:33.33%; margin-left:-4px; position:relative; }
.row-fluid .service-boxes3 .hs_cos_wrapper_type_custom_widget > a { color:#222222; }
.row-fluid .service-boxes3 .service-image img { max-width:60px; margin-bottom:15px; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
.row-fluid .service-boxes3 .hs_cos_wrapper_type_custom_widget:hover .service-image img { position:relative; -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px); }
.row-fluid .service-boxes3 .hs_cos_wrapper_type_custom_widget:hover h5 { color:#009FE3; }

/* Service Section */
.row-fluid .resource-text h6 { font-size: 14px; padding: 5px 0 15px; }
.row-fluid .homeresource-main.option3 .resource-boxes .hs_cos_wrapper_type_custom_widget:hover .resource-social { bottom:50%; margin-bottom:-40px; }
.row-fluid .homeresource-main.option3 .resource-social a { margin:3px 2px; background: transparent; border: #FFF solid 1px; }
.row-fluid .homeresource-main.option3 .resource-social a:hover { border-color:#FFFFFF; background:#FFFFFF; color:#009FE3 }

/* Testimonial Slider */
.row-fluid .testimonial-section.option3 .testimonial-slider .clientImage { margin:15px 0; } 
.row-fluid .testimonial-section.option3 .testimonial-slider .clientImage img {  border:#FFFFFF solid 3px; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
.row-fluid .testimonial-section.option3 .testimonial-slider .clientQuote { font-weight:300; margin:0 0 25px; }
.row-fluid .testimonial-section.option3 .testimonial-slider .clientName span { font-weight:700; font-size:18px; }
.row-fluid .testimonial-section.option3 .testimonial-slider .clientName label { font-weight:300; font-size:16px; }

/*----- Service Page 1-----*/

/* Hero Section */
.row-fluid .hero-section { background-attachment:fixed; background-position:center !important; }
.row-fluid .hero-section h1 { text-transform:uppercase; padding-bottom:0; }
.row-fluid .hero-section .wrapper { padding-right:50%; font-weight:300; text-transform: uppercase; font-size: 13px; letter-spacing: 1px; }
.row-fluid .hero-section .hero-text { position:relative; float:left; width:100%; padding-bottom: 30px; }
.row-fluid .hero-section .hero-text p { padding:5px 0; }
.row-fluid .hero-section .hero-text:before { position:absolute; content:''; left:0; bottom:20px; width:100px; height:1px; background:rgba(255,255,255,0.6); }
.row-fluid .hero-section .hero-text:after { position:absolute; content:''; left:0; bottom:10px; width:40px; height:1px; background:rgba(255,255,255,0.6); }

/* Service Section */
.row-fluid .service-main .service-boxes { padding-top:20px; }
.row-fluid .service-main .hs_cos_wrapper_type_custom_widget { float:left; width:22.75%; margin:15px 3% 15px 0; background:#FFFFFF; padding:40px 30px; -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.05);
        -o-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.05);
        -ms-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.05);
        box-shadow: 0 22px 40px rgba(0, 0, 0, 0.05); -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .service-main .hs_cos_wrapper_type_custom_widget:hover { -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
        -o-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
        box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15); -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px); }
.row-fluid .service-main .hs_cos_wrapper_type_custom_widget:nth-child(4n) { margin-right:0; clear:right; }
.row-fluid .service-main .hs_cos_wrapper_type_custom_widget:nth-child(4n+1) { clear:left; }
.row-fluid .service-main h6 { margin:10px 0; }
.row-fluid .service-main .leanmore-link:before { content:"\f18e"; font-family:'FontAwesome'; padding-right:5px; }
.row-fluid .service-main .leanmore-link { margin:10px 0; font-weight:300; }
.row-fluid .service-main .service-icon img { max-height:80px; width:auto; }

.row-fluid .testimonial-section.option3.overlay-base .testimonial-slider .slick-dots li button { background:#FFFFFF; }
.row-fluid .testimonial-section.option3.overlay-base .testimonial-slider .slick-dots li button:hover, .row-fluid .testimonial-section.option3.overlay-base .testimonial-slider .slick-dots li.slick-active button { background:#444444; }

/*----- Service Page 2 -----*/

/* Service Section */
.row-fluid .service-main2 .hs_cos_wrapper_type_custom_widget { position:relative; width:100%; float:left; margin:20px 0 60px; }
.row-fluid .service-main2 .service-detail { float:right; width:75%; padding:60px 75px; background:#f5f5f5; }
.row-fluid .service-main2 .service-detail h3 { padding-top: 0; font-weight: 900; font-size: 26px; }
.row-fluid .service-main2 .service-image { width:25%; position:absolute; left:50px; top:50%; -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
.row-fluid .service-main2 .service-image:before { position:absolute; content:''; left:10px; top:10px; right:10px; bottom:10px; border:#FFFFFF solid 2px; opacity:0; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .service-main2 .hs_cos_wrapper_type_custom_widget:hover .service-image:before { opacity:1; }
.row-fluid .service-main2 .hs_cos_wrapper_type_custom_widget:nth-child(2n) .service-detail { float:left; } 
.row-fluid .service-main2 .hs_cos_wrapper_type_custom_widget:nth-child(2n) .service-image { left:auto; right:50px; }
.row-fluid .service-main2 .hs_cos_wrapper_type_custom_widget:last-child { margin-bottom:0; }
.row-fluid .service-main2 .hs_cos_wrapper_type_custom_widget ul { list-style:none; padding:0; }
.row-fluid .service-main2 .hs_cos_wrapper_type_custom_widget ul li { position:relative; padding:7px 10px 7px 30px; float:left; width:50%; font-size:18px; }
.row-fluid .service-main2 .hs_cos_wrapper_type_custom_widget ul li:before { color:#009FE3; position:absolute; content:"\f05d"; font-family:'FontAwesome'; left:0; top:7px; width:25px; height:25px; line-height: 25px; font-size: 22px; }

/*----- Service Page 3 -----*/
.row-fluid .infinity-section.option2 .btn-style1 { margin-top:40px; }

/*----- Service Page 4 -----*/
.row-fluid .service-main.option4 .hs_cos_wrapper_type_custom_widget { padding:0; background:transparent; -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
.row-fluid .service-main.option4 .hs_cos_wrapper_type_custom_widget:hover { -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
.row-fluid .service-main.option4 .hs_cos_wrapper_type_custom_widget .service-icon { -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .service-main.option4 .hs_cos_wrapper_type_custom_widget:hover .service-icon { -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px); }

.row-fluid .service-video { padding:150px 0; background-position:center top; }
.row-fluid .service-video .video-text { font-size:22px; font-style:italic; font-weight:300; margin-top:30px; }
.row-fluid .service-video .video-playbtn a { padding:20px 25px; background:#009FE3; color:#FFFFFF; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; font-size: 24px; box-shadow: rgba(255,255,255,0.4) 0 0 0 15px; margin: 15px; }
.row-fluid .service-video .video-playbtn a:hover { background-color:#FFFFFF; color:#009FE3; }
.row-fluid .service-video #video-popup { display:none; }

/*----- Team Page -----*/

/* Team Section */
.row-fluid .team-main .team-boxes { padding-top:20px; }
.row-fluid .team-main .hs_cos_wrapper_type_custom_widget { float:left; width:31%; margin:15px 3.5% 15px 0 }
.row-fluid .team-main .hs_cos_wrapper_type_custom_widget:nth-child(3n) { margin-right:0; }
.row-fluid .team-main .hs_cos_wrapper_type_custom_widget .team-image { height:320px; overflow:hidden; position:relative; }
.row-fluid .team-main .hs_cos_wrapper_type_custom_widget .team-image > .bgimg-main:before { position:absolute; content:''; left:0; top:120%; width:100%; height:100%; background:#009FE3; opacity:0; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; z-index:1; }
.row-fluid .team-main .hs_cos_wrapper_type_custom_widget:hover .team-image > .bgimg-main:before { opacity:0.6; top:0; }
.row-fluid .team-main .hs_cos_wrapper_type_custom_widget .teamimage-inner { float:left; width:100%; height:inherit; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; background-position:center top; }
.row-fluid .team-main .hs_cos_wrapper_type_custom_widget:hover .teamimage-inner { -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }

.row-fluid .team-main .team-social { position: absolute; left: 0; top:110%; width: 100%; z-index:2; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; transition-delay:0.2s; -webkit-transition-delay:0.2s; }
.row-fluid .team-main .hs_cos_wrapper_type_custom_widget:hover .team-social { top:50%; -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
.row-fluid .team-main .team-social a { color:#FFFFFF; width:40px; height:40px; border:#FFFFFF solid 1px; line-height:38px; margin:3px 2px; }
.row-fluid .team-main .team-social a:hover { color:#009FE3; background:#FFFFFF; }
.row-fluid .team-main .team-text { padding:10px 15px; }
.row-fluid .team-main .team-text h6 { font-size: 14px; padding: 5px 0 15px; }

/*----- Contact Page -----*/

.row-fluid .contact-main .title-style1 h1:after, .row-fluid .contact-main .title-style1 h2:after, .row-fluid .title-style1 .contact-main h3:after, .row-fluid .contact-main .title-style1 h4:after, .row-fluid .contact-main .title-style1 h5:after, .row-fluid .contact-main .title-style1 h6:after { right:auto; }
.row-fluid .contact-main .title-style1 h1:before, .row-fluid .contact-main .title-style1 h2:before, .row-fluid .title-style1 .contact-main h3:before, .row-fluid .contact-main .title-style1 h4:before, .row-fluid .contact-main .title-style1 h5:before, .row-fluid .contact-main .title-style1 h6:before { right:auto; max-width:250px; }
.row-fluid .contact-main .title-style1:hover h1:before, .row-fluid .contact-main .title-style1:hover h2:before, .row-fluid .title-style1:hover .contact-main h3:before, .row-fluid .contact-main .title-style1:hover h4:before, .row-fluid .contact-main .title-style1:hover h5:before, .row-fluid .contact-main .title-style1:hover h6:before { max-width:300px; }

.row-fluid .contact-main .row-fluid .hs-form fieldset.form-columns-2 .field, .row-fluid .contact-main .row-fluid .hs-form fieldset.form-columns-1 .field { padding-bottom:20px; }
.row-fluid .contact-main textarea { height:250px; resize:none; }

.row-fluid .contact-sidebar h4 { font-size:20px; font-weight:700; text-transform:uppercase; }
.row-fluid .contact-sidebar a { color:#222222; }
.row-fluid .contact-sidebar a:hover { color:#009FE3; }
.row-fluid .contact-sidebar .cs-box { padding:0 0 40px 85px; margin-bottom:40px; border-bottom:#efefef solid 1px; position:relative; word-break:break-word; }
.row-fluid .contact-sidebar .cs-box:before { position:absolute; content:"\f041"; font-family:'FontAwesome'; left:20px; top:8px; font-size:36px; text-align:center; width:40px; height:40px; line-height:40px; color:#2E2E2E; }
.row-fluid .contact-sidebar .cs-phone:before { content:"\f095"; }
.row-fluid .contact-sidebar .cs-email:before { content:"\f003"; }
.row-fluid .contact-sidebar .cs-email { border-bottom:none; padding-bottom:0; }  

/*----- Contact Page 2 -----*/
.row-fluid .contactinfo-row { padding:4px 0; float:left; width:100%; }
.row-fluid .contactinfo-row span span { color:#009FE3; }
.row-fluid .contact-sidebar.option2 h4 { margin-bottom:10px; }
.row-fluid .contact-sidebar .cs-box2 { padding-bottom:30px; }
.row-fluid .contact-main.option2 { padding-top:0; }
.row-fluid .contact-main.option2 h3 { padding:0; }

.row-fluid .contact-main.option2 .cs-icon { position:relative; padding-left:40px; }
.row-fluid .contact-main.option2 .cs-icon:before { position:absolute; content:"\f041"; font-family:'FontAwesome'; left:0; top:3px; width:30px; height:30px; text-align:center; }
.row-fluid .contact-main.option2 .cs-phone:before { content:"\f095"; }
.row-fluid .contact-main.option2 .cs-email:before { content:"\f003"; }
.row-fluid .contact-main.option2 .contact-social { padding-top:20px; }

.row-fluid .contact-main.option2 .fm_button {width:36px ; height:36px; 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 .contact-main.option2 .fm_button:before { position:absolute; width:100%; height:100%; font-family:'FontAwesome'; font-size:16px; left:0; top:0; line-height:34px; color:#444444; border:#444444 solid 1px; -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 .contact-main.option2 .fm_button:hover:before { background:#009FE3; border-color:#009FE3; color:#FFFFFF }
.row-fluid .contact-main.option2 .fm_button span { background-image:none !important; }
.row-fluid .contact-main.option2 .fm_youtube:before { content:"\f16a"; }
.row-fluid .contact-main.option2 .fm_twitter:before { content:"\f099"; }
.row-fluid .contact-main.option2 .fm_pinterest:before { content:"\f231"; }
.row-fluid .contact-main.option2 .fm_rss:before { content:"\f09e"; }
.row-fluid .contact-main.option2 .fm_googleplus:before { content:"\f0d5"; }
.row-fluid .contact-main.option2 .fm_linkedin:before { content:"\f0e1"; }

/*----- Column Pages -----*/
.row-fluid .maincontent-section .content-box { padding-top:20px; }

.header2 .row-fluid .maincontent-section { border-top:#b8b8b8 solid 10px; }
.row-fluid .sitepage-sidebar .sidepage-cta img { max-width:300px; width:100%; }

.row-fluid .sidebarmenu ul { padding:0; float:left; width:100%; border:#b8b8b8 solid 1px; }
.row-fluid .sidebarmenu ul li { float:left; width:100%; border-bottom:#b8b8b8 solid 1px; position:relative; }
.row-fluid .sidebarmenu ul li:before { position:absolute; content:''; left:0; top:0; width:100%; height:100%; background:#FFFFFF; opacity:0.4 }
.row-fluid .sidebarmenu ul li:last-child { border-bottom:none; }
.row-fluid .sidebarmenu ul li a { padding:10px; display:block; color:#444444; position:relative; }
.row-fluid .sidebarmenu ul li:hover a { background:#009FE3; color:#FFFFFF; }

.row-fluid .sitepage-sidebar .sidepage-cta { padding-top:40px; }   

.row-fluid .sitepage-sidebar h3.form-title { padding:0; }
.row-fluid .sitepage-sidebar .hs-rss-title { padding-left:30px; position:relative; color:#444444; }
.row-fluid .sitepage-sidebar .hs-rss-title:before { position:absolute; content:"\f101"; font-family:'FontAwesome'; left:0; top:0; width:20px; height:20px; font-size:18px; color:#444444; }
.row-fluid .sitepage-sidebar .hs-rss-title:hover, .row-fluid .sitepage-sidebar .hs-rss-title:hover:before { color:#009FE3; }

.row-fluid .sitepage-sidebar h4 { padding-bottom:0; }

.row-fluid .sitepage-services .hs_cos_wrapper_type_custom_widget { position:relative; float: left; width: 100%; padding:40px 0; border-bottom: #efefef solid 1px; }
.row-fluid .sitepage-services .hs_cos_wrapper_type_custom_widget:first-child { padding-top:0; }
.row-fluid .sitepage-services .hs_cos_wrapper_type_custom_widget:first-child .service-icon { top:0; }

.row-fluid .sitepage-services.option2 .hs_cos_wrapper_type_custom_widget:first-child { padding-top:15px; }
.row-fluid .sitepage-services.option2 .hs_cos_wrapper_type_custom_widget:first-child .service-icon { top:15px; }

.row-fluid .sitepage-services .service-icon { position:absolute; left:0; top:40px; width:100px; height:100px; background:#b8b8b8; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; text-align:center; padding:15px; overflow:hidden; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .sitepage-services .hs_cos_wrapper_type_custom_widget:hover .service-icon { background-color:#009FE3; }
.row-fluid .sitepage-services .service-icon img { max-width:50px; 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; }
.row-fluid .sitepage-services .service-content { float:left; width:100%; padding-left:120px; }

/*----- Resource Page -----*/
.row-fluid .inbound-marketing .hs_cos_wrapper_type_custom_widget { float:left; width:48%; margin:40px 4% 0 0; }
.row-fluid .inbound-marketing .hs_cos_wrapper_type_custom_widget:nth-child(2n) { margin-right:0; }

.row-fluid .inbound-marketing .resource-img { float:left; width:30%; padding-right:30px; }
.row-fluid .inbound-marketing .resource-detail { float:left; width:70%; }
.row-fluid .inbound-marketing .resource-detail h5 { padding:0 0 15px; }
.row-fluid .inbound-marketing a.findoutmore { text-transform: uppercase; font-size: 13px; font-weight: 900; letter-spacing: 0.5px; margin-top: 10px; }
.row-fluid .inbound-marketing a.findoutmore .fa, .row-fluid .inbound-marketing a.findoutmore i { -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .inbound-marketing a.findoutmore:hover .fa, .row-fluid .inbound-marketing a.findoutmore:hover i { padding-left:5px; }

/*----- FAQ Page -----*/
.row-fluid .faq-section .faq-question { padding:15px 60px 15px 15px; color:#FFFFFF; background-color:#009FE3; font-size:18px; cursor:pointer; position:relative }
.row-fluid .faq-section .faq-question:before { position:absolute; content:"\f054"; text-align:center; font-family:'FontAwesome'; right:10px; top:15px; width:25px; height:25px; line-height:25px; color:#FFFFFF; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .faq-section .hs_cos_wrapper_type_custom_widget.active .faq-question:before { -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
.row-fluid .faq-section .faq-answer { display:none; padding:5px 15px; background:#FFFFFF; }
.row-fluid .faq-section .hs_cos_wrapper_type_custom_widget:first-child .faq-answer { display:block; }
.row-fluid .faq-section .hs_cos_wrapper_type_custom_widget { border:#e2e2e2 solid 1px; margin-bottom:15px; }

/*----- Pricing Page -----*/
.row-fluid .testimonial-section2 .hs_cos_wrapper_type_custom_widget { float:left; width:100%; padding:30px 20px; -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .testimonial-section2 .hs_cos_wrapper_type_custom_widget:hover { -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.25);
        -o-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.25);
        -ms-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.25);
        box-shadow: 0 7px 30px rgba(0, 0, 0, 0.25); -webkit-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        -o-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px); }
.row-fluid .testimonial-section2 .client-logo { float:left; width:35%; min-height:130px; position:relative; text-align:center; }
.row-fluid .testimonial-section2 .client-logo img { position:absolute; top:50%; -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); left: -20px; right: 0px; margin: 0 auto; }
.row-fluid .testimonial-section2 .client-detail { float:left; width:65%; }
.row-fluid .testimonial-section2 .client-message { margin-bottom:25px; }
.row-fluid .testimonial-section2 .client-image { float:left; }
.row-fluid .testimonial-section2 .client-image img { -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
.row-fluid .testimonial-section2 .client-info { float:left; padding-left:10px; font-weight:300; }

.row-fluid .plan-section .tabs-menu ul { list-style:none; }
.row-fluid .plan-section .tabs-menu ul li { float:none; display:inline-block; margin:0 2px; }
.row-fluid .plan-section .tabs-menu ul li a { padding:5px 10px; border-bottom:#009FE3 solid 1px; font-size:12px; text-transform:uppercase; color:#009FE3; font-weight:600; }
.row-fluid .plan-section .tabs-menu ul li.current a { padding-bottom:3px; border-width:3px; }
.row-fluid .plan-section .wrapper > div .tab-content { display:none; float:left; width:100%; }
.row-fluid .plan-section .wrapper > div:nth-child(3) .tab-content { display:block; }
.row-fluid .plan-boxes .hs_cos_wrapper_type_custom_widget { float:left; width:33.33%; background:#f5f5f5; margin-top:40px; }
.row-fluid .plan-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3n-1) { -webkit-box-shadow: 0 3px 26.9px 5.1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 3px 26.9px 5.1px rgba(0, 0, 0, 0.25);
        -o-box-shadow: 0 3px 26.9px 5.1px rgba(0, 0, 0, 0.25);
        -ms-box-shadow: 0 3px 26.9px 5.1px rgba(0, 0, 0, 0.25);
        box-shadow: 0 3px 26.9px 5.1px rgba(0, 0, 0, 0.25); -webkit-transform: scale(1.07);
        -moz-transform: scale(1.07);
        -o-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07); position:relative; z-index:9; }
.row-fluid .plan-boxes .plan-top { float:left; width:100%; padding:25px 25px 75px; background:#009FE3; color:#FFFFFF; position:relative; }
.row-fluid .plan-boxes .plan-top:before { position:absolute; content:''; left:0; bottom:0; width:100%; height:20px; background:rgba(255,255,255,0.7); }
.row-fluid .plan-boxes .plan-top:after { position:absolute; content:''; left:0; bottom:20px; width:100%; height:20px; background:rgba(255,255,255,0.4); }
.row-fluid .plan-boxes .plan-top h5, .row-fluid .plan-boxes .plan-top h3 { color:#FFFFFF; }
.row-fluid .plan-boxes .plan-top h3 { font-weight:300; padding:0 0 25px; }
.row-fluid .plan-boxes .plantop-text { padding:0 20%; }
.row-fluid .plan-boxes .plan-bottom { list-style:none; float:left; width:100%; padding:25px 50px; font-weight:300; }
.row-fluid .plan-boxes .plan-bottom li { margin-bottom:30px; }
.row-fluid .plan-boxes .plan-bottom .plan-day, .row-fluid .plan-boxes .plan-bottom .plan-advisor { font-weight:700; font-style:italic; }
.row-fluid .promo-premium { margin-top:80px; font-weight:300; }
.row-fluid .promo-premium a { font-weight:400; }

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

/* Unique Experience */
.row-fluid .unique-experience .hs_cos_flex-slider { margin:0; }
.row-fluid .unique-left h4, .row-fluid .unique-left h5 { font-weight:900; padding-top:0; }
.row-fluid .unique-left ul { list-style:none; padding:0; margin:0; }
.row-fluid .unique-left ul li { position:relative; padding:7px 10px 7px 30px; float:left; width:50%; font-size:18px; }
.row-fluid .unique-left ul li:before { color:#009FE3; position:absolute; content:"\f05d"; font-family:'FontAwesome'; left:0; top:7px; width:25px; height:25px; line-height: 25px; font-size: 22px; }
.row-fluid .experience-text { margin-bottom:20px; }

/* About Service */
.row-fluid .about-service .hs_cos_wrapper_type_custom_widget { float:left; width:32%; margin:25px 2% 25px 0; position:relative; }
.row-fluid .about-service .hs_cos_wrapper_type_custom_widget:nth-child(3n) { margin-right:0; }
.row-fluid .about-service .service-left { position:absolute; left:0; top:0; width: 65px; height: 65px; border: #000000 solid 1px; text-align: center; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .about-service .hs_cos_wrapper_type_custom_widget:hover .service-left { background:#009FE3; border-color:#009FE3; }
.row-fluid .about-service .service-left img { max-width:30px;  position:absolute; top:50%; left:0; right:0; margin:0 auto; -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);}
.row-fluid .about-service .service-right { float:left; width:100%; padding-left:85px; }
.row-fluid .about-service .service-right h6 { padding-top:0; }

/* Mission Vission */
.row-fluid .mission-vission { padding:50px 0; }
.row-fluid .mission-vission h4 { font-size:20px; font-weight:700; text-transform:uppercase; }

/* Headquarter Section */
.row-fluid .head-boxes { float:left; width:100%; margin-top:40px; }
.row-fluid .headquarter-section .hs_cos_wrapper_type_custom_widget { float:left; width:50%; height:490px; position:relative; border-right:#FFFFFF solid 5px; border-bottom:#FFFFFF solid 5px; overflow:hidden; }
.row-fluid .headquarter-section .head-box { position:absolute; left:0; top:0; width:100%; height:100%; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .headquarter-section .hs_cos_wrapper_type_custom_widget:hover .head-box { -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
.row-fluid .headquarter-section .hs_cos_wrapper_type_custom_widget:before { position:absolute; content:''; left:0; top:0; width:100%; height:100%; background:#009FE3; opacity:0; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; z-index:1; }
.row-fluid .headquarter-section .hs_cos_wrapper_type_custom_widget:after { position:absolute; content:''; left:12px; right:12px; bottom:12px; top:12px; opacity:0; border:#FFFFFF solid 1px; z-index:2; }
.row-fluid .headquarter-section .hs_cos_wrapper_type_custom_widget:hover:before, .row-fluid .headquarter-section .hs_cos_wrapper_type_custom_widget:hover:after { opacity:0.8; }
.row-fluid .headquarter-section .service1 { width:50%; height:490px; }
.row-fluid .headquarter-section .service2 { width:25%; height:245px; }
.row-fluid .headquarter-section .service3 { width:25%; height:245px; }
.row-fluid .headquarter-section .service4 { width:50%; height:245px; }
.row-fluid .headquarter-section .service5 { width:25%; height:245px; }
.row-fluid .headquarter-section .service6 { width:25%; height:245px; }
.row-fluid .headquarter-section .service7 { width:50%; height:490px; }
.row-fluid .headquarter-section .service8 { width:50%; height:245px; margin-top:-245px; }
.row-fluid .headquarter-section .head-info { opacity:0; color:#FFFFFF; position: absolute; width:100%; padding: 0 30px; left: 0; top:50%; -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); z-index:3; }
.row-fluid .headquarter-section .hs_cos_wrapper_type_custom_widget:hover .head-info { opacity:1; }
.row-fluid .headquarter-section h6 { float:left; width:100%; margin-bottom: 50px; text-transform: uppercase; position: relative; color:#FFFFFF; }
.row-fluid .headquarter-section h6 span { float:left; width:auto; position:relative; }
.row-fluid .headquarter-section h6 span:before { position:absolute; content:''; left:0; bottom:-10px; width:0; height:2px; background:#FFFFFF; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .headquarter-section h6:after { position:absolute; content:''; left:0; right:0; margin:0 auto; bottom:-22px; width:200px; height:2px; background:#FFFFFF; opacity:0.7; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0); }
.row-fluid .headquarter-section .service2 h6:after, .row-fluid .headquarter-section .service3 h6:after, .row-fluid .headquarter-section .service5 h6:after, .row-fluid .headquarter-section .service6 h6:after { width:100px; }
.row-fluid .headquarter-section .hs_cos_wrapper_type_custom_widget:hover h6 span:before { width:100%; }
.row-fluid .headquarter-section .hs_cos_wrapper_type_custom_widget:hover h6:after { -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
.row-fluid .headquarter-section .head-category { float:left; width:100%; margin-left:50%; transition-delay:0.1s; -webkit-transition-delay:0.1s; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .headquarter-section .hs_cos_wrapper_type_custom_widget:hover .head-category { margin-left:0; }

/*----- About Page 2 -----*/
.row-fluid .about-serviceboxes { float:left; width:100%; padding-top:40px; } 
.row-fluid .about-service.option2 .service-left { border:none; }
.row-fluid .about-service.option2 .hs_cos_wrapper_type_custom_widget:hover .service-left { background:transparent; }
.row-fluid .about-service.option2 .hs_cos_wrapper_type_custom_widget .service-left img { top:0; -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -o-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px); -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .about-service.option2 .hs_cos_wrapper_type_custom_widget:hover .service-left img { -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }

.row-fluid .about-team .team-boxes { padding-top:40px; }
.row-fluid .about-team .hs_cos_wrapper_type_custom_widget { float:none; display:inline-block; width:31%; margin:15px 3.5% 15px -4px; }
.row-fluid .about-team .hs_cos_wrapper_type_custom_widget:nth-child(3n) { margin-right:0; clear:right; }
.row-fluid .about-team .hs_cos_wrapper_type_custom_widget:nth-child(3n+1) { clear:left; }
.row-fluid .about-team .team-image .bgimg-main { height:250px; float:left; width:100%; -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px; background-position:center top; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .about-team .team-image, .row-fluid .about-team .team-content { float:left; width:100%; overflow:hidden; }
.row-fluid .about-team .team-title { float:left; width:100%; padding:20px 0 12px; border-bottom:#b8b8b8 solid 1px; position:relative; }
.row-fluid .about-team .team-title:after { position:absolute; content:''; left:0; bottom:-1px; width:40px; height:1px; background:#009FE3; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .about-team .hs_cos_wrapper_type_custom_widget:hover .team-title:after { width:100%; }
.row-fluid .about-team .team-title h5 { font-size:16px; text-transform:uppercase; padding:0 0 5px; }
.row-fluid .about-team .team-title h6 { padding:0 0 5px; font-weight:400; color:#b8b8b8; font-size:16px; }
.row-fluid .about-team .team-text { float:left; width:100%; padding:15px 0; position:relative; border-bottom:#b8b8b8 solid 1px; }
.row-fluid .about-team .team-text:after { position:absolute; content:''; left:0; bottom:-1px; width:40px; height:1px; background:#009FE3; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .about-team .hs_cos_wrapper_type_custom_widget:hover .team-text:after { width:100%; }
.row-fluid .about-team .team-social { float:left; width:100%; padding:15px 0; }
.row-fluid .about-team .team-social a { margin-right:5px; color:#b8b8b8; }
.row-fluid .about-team .team-social a:hover { color:#009FE3; }

/*----- About Page 3 -----*/
.row-fluid .logo-section.option2 { padding:10px 0; }
.row-fluid .logo-section.option2 .slick-slider { margin:0; }

/* CTA Section */
.row-fluid .blackcta-section.option2 .ctabtn-style { float:none; display:inline-block; }

/* Testimonial Section */
.row-fluid .testimonial-section.option3 .slick-slider { margin-top:0; }
.row-fluid .testimonial-section.option3 .slick-slide { padding-top:40px; position:relative; font-size:17px; font-weight:300; }
.row-fluid .testimonial-section.option3 .slick-slide:before { position:absolute; content:"\f10e"; font-family:'FontAwesome'; font-size:30px; left:0; right:0; top:0; margin:0 auto; width:30px; height:30px; line-height:30px; text-align:center; }
.row-fluid .testimonial-section.option3 h6 { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; padding-top: 20px; font-weight: 600; }

/*----- Video Page -----*/
.row-fluid .video-boxes .hs_cos_wrapper_widget_container { margin:0 -10px; }
.row-fluid .video-boxes .hs_cos_wrapper_widget { float:left; float:left; width:33.33%; padding:0 10px; margin:0 0 35px; }
.row-fluid .video-boxes .hs_cos_wrapper_widget:nth-child(3n) { clear:right; }
.row-fluid .video-boxes .hs_cos_wrapper_widget:nth-child(3n+1) { clear:left; }
.row-fluid .video-boxes .wistia_responsive_padding { padding:0 !important; position:static !important; }
.row-fluid .video-boxes .wistia_click_to_play , .video-boxes iframe { width:100% !important; height:100% !important; position:absolute; left:0; top:0; }
.row-fluid .video-boxes .video-b { overflow:hidden; float:left; margin:0 0 15px; width: 100%; }
.row-fluid .video-boxes .video-b.iframevideo { position:relative; padding-top:56.25%; height:auto; }
.row-fluid .video-boxes .video-b.iframevideo iframe, .row-fluid .video-boxes .video-b.iframevideo video { position:absolute; left:0; top:0; width:100% !important; height:100% !important; }
.row-fluid .video-btext { float:left; width:100%; }
.row-fluid .video-boxes h4 { margin:0; padding-bottom:0; font-weight:700; }
.row-fluid .video-boxes h6 { font-weight:300; margin:0; }
.row-fluid .ctaimg-section a.cta_button { float:right; }

.row-fluid .video-boxes .video-biframe, .row-fluid .video-boxes .video-b { padding: 56.25% 0 0; position: relative; overflow:hidden; }
.row-fluid .video-boxes .video-biframe .wistia_responsive_padding, .row-fluid .video-boxes .video-b .wistia_responsive_padding { padding:0 !important; position:static !important; }
.row-fluid .video-boxes .video-b iframe, .row-fluid .video-boxes .video-b video, .row-fluid .video-boxes .video-b object, .row-fluid .video-boxes .video-b embed { position:absolute; left:0; top:0; width:100%; height:100%; }

.row-fluid .featuredvideo-right { position:relative; padding-top:26.25%; overflow:hidden; }
.row-fluid .featuredvideo-right .wistia_responsive_padding { position:static !important; padding:0 !important; }
.row-fluid .featuredvideo-right video, .row-fluid .featuredvideo-right iframe, .row-fluid .featuredvideo-right embed, .row-fluid .featuredvideo-right object { position:absolute; left:0; top:0; width:100%; height:100%; }


/*----- Gallery Page -----*/
.row-fluid .gallery-images .hs_cos_wrapper_widget { float:left; width:33.33%; padding:0 10px; margin:0 0 20px; }
.row-fluid .gallery-images .hs_cos_wrapper_widget > a { background:#FFFFFF; }
.row-fluid .gallery-images .hs_cos_wrapper_widget_container { margin:0 -10px; }

.row-fluid .easy-section .btn-style1, .row-fluid .easy-section .btn-style2 { width: auto; float: none; display: inline-block; padding-top: 10px; }

/*----- Blog 1 -----*/
.row-fluid .blog-top { padding:20px 0; position:relative; float:left; width:100%; z-index:8; background:#f5f5f5; }
.row-fluid .search-section ,  .row-fluid #subscribe-popup { display:none; }

.row-fluid .search-link span { font-size:0; cursor:pointer; display:inline-block; vertical-align:top; }
.row-fluid .search-link span:before { color:#009FE3; font-family: 'FontAwesome';  content: "\f002"; font-size:24px; }
.row-fluid .search-link span:hover:before { color:#343434; }

.row-fluid .search-section { position:absolute; left:0; top:100%; width:100%; padding:20px 0; background:#FFFFFF; z-index: 8; box-shadow:0 4px 2px 2px rgba(000,000,000,0.1); }
.row-fluid .search-section > div { margin:0 auto !important; float:none; width:100%; max-width:1210px; }
.row-fluid .search-section input[type=text] , .row-fluid .search-section input[type=email] { height:44px; line-height:100%; background:#f5f5f5; padding:0 115px 0 15px; float:left; width:100%; margin:0; border:none; }
.row-fluid .search-section .input { position:relative; }
.row-fluid .search-section .hs-button { position:absolute; right:0; top:0; }
.row-fluid .search-section a { cursor:pointer; vertical-align:top; margin:0; }
.row-fluid .search-section label { display:none; }

.row-fluid .blog-topsubscribe .blog-topsubscribelink span {  cursor:pointer; display:inline-block; vertical-align:top; text-transform:uppercase; color:#009FE3; }
.row-fluid .blog-topsubscribe .blog-topsubscribelink span:hover { color:#343434; }
.row-fluid .blog-topsubscribe .blog-topsubscribelink span:before { font-family: 'FontAwesome';  content:"\f003"; font-size:24px; display:inline-block; margin:-1px 15px 0px 0; float:left; }
.row-fluid .blog-topsubscribe .blog-topsubscribelink span:hover { color:#343434; }

#subscribe-popup { padding:25px; min-width:400px; }
#subscribe-popup h3 { font-size:24px; }

.row-fluid .blog-seach , .row-fluid .blog-topsubscribe { width:auto; margin:12px 20px 0 0; }
.row-fluid .topic-dropdownmain { float:right; width:300px; position:relative; }
.row-fluid .select-topics span { display:block; padding:12px 20px; background:#009FE3; color:#FFFFFF; position:relative; cursor:pointer; }
.row-fluid .select-topics span:before { content: "\f107";  font-family: 'FontAwesome'; position:absolute; right:20px; top:12px; font-size:22px; }
.row-fluid .topics-list ul { display:none; position:absolute; z-index:8; left:0; top:100%; width:100%; background:#FFFFFF; overflow:hidden; list-style:none; padding:0; margin:15px 0 0; }
.row-fluid .topics-list h3 { display:none; }
.row-fluid .topics-list ul li a { display:block; padding:10px 15px; }
.row-fluid .topics-list ul li a:hover { color:#EC008C; }
.row-fluid .topics-list ul li { border-top:1px solid #f5f5f5; } 
.row-fluid .topics-list ul li:first-child { border-top:none; } 

/* Top Blog Sidebar */
.row-fluid .topblog-slider { display:none; }
.hs-blog-listing .row-fluid .topblog-slider { display:none; }
.row-fluid .topblog-slider h3 { padding:0; }
.row-fluid .topblog-slider .hs-rss-item { background-repeat:no-repeat; background-position:center top; background-size:cover; margin:0; height:450px; position:relative; }
.row-fluid .topblog-slider .hs-rss-item-image-wrapper > a { display:none; }
.row-fluid .topblog-slider .hs-rss-item img { display:none; }
.row-fluid .topblog-slider .hs-rss-item-text { opacity:0; padding:15px 25px; width:100%; background:rgba(0,0,0,0.7); color:#FFFFFF; position: absolute; left: 0; bottom: 0; text-align: center; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .topblog-slider .slick-active .hs-rss-item-text { opacity:1; }
.row-fluid .topblog-slider .hs-rss-title { font-size:20px; font-weight:700; text-transform:uppercase; }
.row-fluid .topblog-slider .hs-rss-title:hover { color:#FFFFFF; }
.row-fluid .topblog-slider .hs-rss-author { float:left; width:100%; text-transform:uppercase; font-weight:700; letter-spacing:1px; font-size:12px; }
.row-fluid .topblog-slider .hs-rss-byline { opacity:1; text-transform:uppercase; font-weight:700; letter-spacing:1px; font-size:12px; }

.row-fluid .mainblog-section .post-item { display:none; float:left; width:33.33%;  border-right:#f5f5f5 solid 1px; border-bottom:#f5f5f5 solid 1px; }
.row-fluid .mainblog-section .post-item:nth-child(1), .row-fluid .mainblog-section .post-item:nth-child(2), .row-fluid .mainblog-section .post-item:nth-child(3),
.row-fluid .mainblog-section .post-item:nth-child(4), .row-fluid .mainblog-section .post-item:nth-child(5), .row-fluid .mainblog-section .post-item:nth-child(6),
.row-fluid .mainblog-section .post-item:nth-child(7), .row-fluid .mainblog-section .post-item:nth-child(8), .row-fluid .mainblog-section .post-item:nth-child(9) { display:block; }
.row-fluid .mainblog-section .post-item:hover { background:#f5f5f5; }
.row-fluid .mainblog-section .hs-featured-image-wrapper { height:250px; position:relative; }
.row-fluid .mainblog-section .hs-featured-image-wrapper a { display:block; width:100%; height:100%; }
.row-fluid .mainblog-section .post-listing #hubspot-topic_data { position:absolute; left:-20px; bottom:20px; background:#444444; font-size:13px; font-weight:300; text-transform:uppercase; padding:5px 10px; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .mainblog-section .post-listing #hubspot-topic_data a { color:#FFFFFF; }
.row-fluid .mainblog-section .post-item:hover #hubspot-topic_data { left:0; }
.row-fluid .mainblog-section .post-item > span { padding:40px; float:left; width:100%; }
.row-fluid .mainblog-section .post-item:nth-child(3n) { border-right:none; }
.row-fluid .mainblog-section .post-item:nth-child(3n+1) { clear:left; }
.row-fluid .mainblog-section .post-header h2 { font-size:20px; font-weight:300; }
.row-fluid .mainblog-section .post-header h2 a { color:#444444; }
.row-fluid .mainblog-section .post-header h2 a:hover { color:#009FE3; } 

.row-fluid .open-olderpost { float:left; width:100%; padding-top:40px; }
.row-fluid .open-olderpost a { text-transform:uppercase; font-size:13px; }

/*Blog Inner*/
.row-fluid .innerpage-hero { padding:150px 0; }
.row-fluid .hero-authordate { line-height: 13px; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; font-weight: 300; margin-top: 20px; }
.row-fluid .mainblog-section .blog-post-wrapper #hubspot-topic_data { padding:45px 0 25px; font-size:13px; line-height:18px; letter-spacing:0.6px; text-transform:uppercase; float:left; width:100%; font-weight:700; margin-top:30px; border-top:#b8b8b8 solid 1px; }
.hs-blog-post .row-fluid .mainblog-section .wrapper { padding:0 100px; position:relative; }

.row-fluid .mainblog-section .hs-author-profile, .row-fluid .mainblog-section #hubspot-author_data { float:left; width:100%; padding:25px 0; position:relative; }
.row-fluid .mainblog-section #hubspot-author_data .hs-author-avatar, .row-fluid .mainblog-section .hs-author-profile .hs-author-avatar { position:absolute; left:0; top:25px; width:125px; height:125px; overflow:hidden; }
.row-fluid .mainblog-section #hubspot-author_data .hs-author-avatar img, .row-fluid .mainblog-section .hs-author-profile .hs-author-avatar img { -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
.row-fluid .mainblog-section #hubspot-author_data .author-detail, .row-fluid .mainblog-section .hs-author-profile .author-detail { float:left; width:100%; padding-left:150px; }
.row-fluid .mainblog-section #hubspot-author_data h6 { padding-top:0; }
.row-fluid .mainblog-section .hs-author-profile .hs-author-social-label { display:none; }
.row-fluid .mainblog-section .hs-author-profile .hs-author-name { font-size:18px; }

.row-fluid .mainblog-section .hs-author-social-links .hs-author-social-link {width:36px ; height:36px; 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;  background-image:none !important; }
.row-fluid .mainblog-section .hs-author-social-links .hs-author-social-link:before { position:absolute; width:100%; height:100%; font-family:'FontAwesome'; font-size:16px; left:0; top:0; line-height:34px; color:#444444; border:#444444 solid 1px; -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; text-indent:0; }
.row-fluid .mainblog-section .hs-author-social-links .hs-author-social-link:hover:before { background:#009FE3; border-color:#009FE3; color:#FFFFFF }
.row-fluid .mainblog-section .hs-author-social-links .hs-social-facebook:before { content:"\f09a"; }
.row-fluid .mainblog-section .hs-author-social-links .hs-social-twitter:before { content:"\f099"; }
.row-fluid .mainblog-section .hs-author-social-links .hs-social-google-plus:before { content:"\f0d5"; }
.row-fluid .mainblog-section .hs-author-social-links .hs-social-linkedin:before { content:"\f0e1"; }

.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:#000000; }
.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:#009FE3 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:#009FE3; }
.row-fluid .mainblog-section .comment-reply-to { padding:0; background:transparent; position:absolute; right:0; top:20px; color:#009FE3; font-size:12px; }
.row-fluid .mainblog-section .comment-reply-to:hover { background:transparent; color:; }
.row-fluid .mainblog-section .comment-reply-to em { display:none; }

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

.row-fluid .mainblog-section #sticky-wrapper { height:0 !important; }
.row-fluid .share-this { position:absolute !important; left:0; top:10px; z-index: 99 !important; width: 40px !important; }
.row-fluid .is-sticky .share-this { position:fixed !important; left:auto; margin-left: -100px; }
.row-fluid .share-this ul { padding:0; margin:0; list-style:none; }
.row-fluid .share-this ul li { width:40px; height:40px; line-height:40px; font-size:18px; text-align:center; float:left; }
.row-fluid .share-this ul li a { display:block; background:#f5f5f5; border-bottom:#b8b8b8 solid 1px; color:#444444 }
.row-fluid .share-this ul li a:hover { color:#FFFFFF; }
.row-fluid .share-this ul li a.share-facebook:hover { background-color:#2b3990; }
.row-fluid .share-this ul li a.share-twitter:hover { background-color:#27aae1; }
.row-fluid .share-this ul li a.share-linkedin:hover { background-color:#1b74bc; }
.row-fluid .share-this ul li a.share-googleplus:hover { background-color:#e93f2e; }

@media (min-width:1651px) {
    .row-fluid .hero-section .wrapper { padding-right:35%; }
}

@media (min-width:1601px) {
    .row-fluid .hero-slider .wrapper { position:absolute; left:0; right:0; margin:0 auto; top:45%; -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); padding-top:0 !important;  }
    .row-fluid .hero-slider .homeSlide { padding:80px 0; }
    
    .row-fluid .topblog-slider .slick-next { right:10%; }
    .row-fluid .topblog-slider .slick-prev { left:10%; }
    .row-fluid .topblog-slider .slick-slider:hover .slick-prev { left:10%; margin-left:10px; }
    .row-fluid .topblog-slider .slick-slider:hover .slick-next { right:10%; margin-right:10px; }
}
  
@media (min-width:992px) and (max-width:1270px){
    .row-fluid .wrapper, .row-fluid .search-section > div { max-width:900px !important; }
    
    /*----- Homepage -----*/
    /* Top Section */
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding:23px 13px; }
    
    /* Hero Section */
    .row-fluid .hero-slider .homeSlide { padding:80px 0; }
    
    /* Home Resource Section */
    .row-fluid .resource-image { height:250px; }
    .row-fluid .resource-boxes .hs_cos_wrapper_type_custom_widget { width:23%; margin:15px 2.6% 15px 0; }
    
    /*----- Homepage 3 -----*/
    .homepage3 .home-hero { height:auto !important; }
    
    /*----- Service Page -----*/
    
    /* Hero Section */
    .row-fluid .hero-section .wrapper { padding-right:30%; }
    
    /* Service Section */
    .row-fluid .service-main .hs_cos_wrapper_type_custom_widget { padding:30px 20px; }
    
    /*----- Pricing Page -----*/
    .row-fluid .plan-boxes .plantop-text { padding: 0 10%; }
    
    /*----- About Page 1 -----*/
    .row-fluid .headquarter-section h6 { font-size:15px; }
    
}


@media (min-width:768px) and (max-width:991px){
    .row-fluid .wrapper, .row-fluid .search-section > div { max-width:700px !important; }
    
    /*----- Homepage -----*/
    /* Top Section */
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding:23px 8px; }
    .row-fluid .top-section.sticky .mainmenu .hs-menu-wrapper > ul > li > a { padding:15px 8px !important; }
    .row-fluid .top-section .cta_button { padding:10px; min-width:0; } 
    .row-fluid .hero-slider h1, .row-fluid .hero-slider h2 { font-size:38px; line-height:1.1; }
    
    /* Hero Section */
    .row-fluid .hero-slider .homeSlide { padding:80px 0; }
    
    /* Infinity Section */
    .row-fluid .infinity-boxes .hs_cos_wrapper_type_custom_widget { padding:50px 10px 0; }
    
    /* Home Service Section */
    .row-fluid .homeservice-main .service-image { height:180px; }
    
    /* Black CTA Section */
    .row-fluid .blackcta-section .btn-style3 a, .row-fluid .blackcta-section a.btn-style3 { min-width:130px; padding:10px 7px; }
    
    /* Why Choose Section */
    .row-fluid .whychoose-boxes .hs_cos_wrapper_type_custom_widget { width:100%; }
    
    /*----- Homepage 2 -----*/
    /* Contractor Section */
    .row-fluid .contractor-section .contractor-left { padding:80px 50px; }
    
    /* Latest Project Section */
    .row-fluid .lp-boxes .lp-box { height:300px; }
    
    /*----- Homepage 3 -----*/
    .row-fluid .resource-image { height:380px; }
    
    /*----- Service Page 1 -----*/
    
    /* Hero Section */
    .row-fluid .hero-section .wrapper { padding-right:20%; }
    
    /*----- Service Page 2 -----*/
    .row-fluid .service-main2 .service-detail { width:70%; padding:30px 45px; }
    .row-fluid .service-main2 .service-image { width:30%; left:30px; }
    .row-fluid .service-main2 .hs_cos_wrapper_type_custom_widget:nth-child(2n) .service-image { right:30px; }
    
    /*----- Blog 1 -----*/
    .row-fluid .mainblog-section .hs-featured-image-wrapper { height:180px; }
    
    .hs-blog-post .row-fluid .mainblog-section .wrapper { padding:0; }
}


@media (max-width:991px){
    
    /* Testimonial Section */
    .row-fluid .testimonalBox { padding:0; }
    
    /* Home Resource Section */
    .row-fluid .resource-boxes .hs_cos_wrapper_type_custom_widget { width:48.5%; margin-right:3%; }
    .row-fluid .resource-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2n) { margin-right:0; }
    
    /* Newsletter Section */
    .row-fluid .newsletter-section .wrapper { padding:0 20px; }
    .row-fluid .newsletter-section input[type=email] { padding:0 90px 0 10px; }
    .row-fluid .newsletter-section input[type=submit] { font-size:13px; padding:8px; letter-spacing:0.5px; }
    
    /* News Section */
    .row-fluid .news-section .hs-rss-item-image-wrapper { height:220px; }
    
    /* Footer Section */
    .row-fluid .latest-news .hs-rss-item, .row-fluid .latest-news .hs-rss-date { float:left; width:100%; }
    .row-fluid .latest-news .hs-rss-date:before { top:5px; }
    
    /*----- Homepage 3 -----*/
    
    /* Hero Section */
    .homepage3 .home-hero { height:auto !important; }
    .homepage3 .home-hero .wrapper { padding:0 20px; }
    .homepage3 .home-hero h1 { font-size:38px; }
    
    /* Our Services */
    .row-fluid .service-boxes3 .hs_cos_wrapper_type_custom_widget { padding:35px 15px; }
      
    /* Service Section */
    .row-fluid .service-main .hs_cos_wrapper_type_custom_widget { width:47%; }
    .row-fluid .service-main .hs_cos_wrapper_type_custom_widget:nth-child(2n) { margin-right:0; }
    
    /*----- Team Page -----*/
    .row-fluid .team-main .hs_cos_wrapper_type_custom_widget { width:46.5%; }
    .row-fluid .team-main .hs_cos_wrapper_type_custom_widget:nth-child(2n) { margin-right:0; }
    .row-fluid .team-main .hs_cos_wrapper_type_custom_widget:nth-child(3n) { margin-right:3.5%; clear:none; }
    .row-fluid .team-main .hs_cos_wrapper_type_custom_widget .team-image { height:270px; }
    
    /*----- Contact Page -----*/
    .row-fluid .contact-sidebar .cs-box { padding:0 0 20px 60px; margin-bottom:20px; }
    .row-fluid .contact-sidebar .cs-box:before { left:0; font-size:24px; }
    
    /* Contact Page 2 */
    .row-fluid .contactmap-main iframe { height:300px !important; }
    .row-fluid .contact-main.option2 .fm_button { width:30px; height:30px; }
    .row-fluid .contact-main.option2 .fm_button:before { line-height:28px; }
    
    /*----- Column Pages -----*/
    .row-fluid .column-left, .row-fluid .sitepage-sidebar { float:left; width:100%; margin:0; }
    .row-fluid .sitepage-services { float:left; width:100%; margin:0 0 30px; }
    
    /*----- Resource Page -----*/
    .row-fluid .inbound-marketing .hs_cos_wrapper_type_custom_widget { width:100%; }
    
    /*---- FAQ Page -----*/
    .row-fluid .faq-section .faq-left { float:left; width:100%; margin-bottom:30px; }
    
    /*----- Pricing Page -----*/
    .row-fluid .plan-boxes .plan-bottom { padding:25px; }
    .row-fluid .plan-boxes .plantop-text { padding: 0; }
    
    /*----- About Page 1 -----*/
    
    /* About Service */
    .row-fluid .about-service .service-left { width:50px; height:50px; }
    .row-fluid .about-service .service-left img { max-width:20px; }
    .row-fluid .about-service .service-right { padding-left:60px; }
    
    /* Headquarter Section */
    .row-fluid .headquarter-section h6:after { width:150px !important; }
    .row-fluid .headquarter-section .hs_cos_wrapper_type_custom_widget { width:50% !important; height:300px !important; margin-top:0 !important; }
    
    /*----- About Page 2 -----*/
    
    /* About Service */
    .row-fluid .about-service.option2 .hs_cos_wrapper_type_custom_widget .service-left img { max-width:30px; }
    
    /*----- Video Page -----*/
    .row-fluid .video-boxes .hs_cos_wrapper_widget { width:50%; margin:0 0 20px; }
    .row-fluid .video-boxes .hs_cos_wrapper_widget:nth-child(3n) { clear:none; }
    .row-fluid .video-boxes .hs_cos_wrapper_widget:nth-child(3n+1) { clear:none; }
    .row-fluid .video-boxes .hs_cos_wrapper_widget:nth-child(2n) { clear:right; }
    .row-fluid .video-boxes .hs_cos_wrapper_widget:nth-child(2n+1) { clear:left; }
    
    .row-fluid .video-boxes .wistia_click_to_play , .video-boxes iframe  { height:180px !important; }
    .row-fluid .video-boxes .video-b { height:180px; }
    
     /*----- Gallery Page -----*/
    .row-fluid .gallery-images .hs_cos_wrapper_widget { width:50%; }
    
    /*----- Blog 1 -----*/
    .row-fluid .mainblog-section .post-item > span { padding:20px; }
    .row-fluid .mainblog-section .post-header h2 { font-size:18px; line-height:1.2; }
    .row-fluid .mainblog-section #hubspot-topic_data { left:-10px; }
    
    .row-fluid .is-sticky .share-this, .row-fluid .share-this { position:static !important; margin-left:0 !important; float:left; width:100% !important; text-align:center; } 

}

@media (max-width:767px){
    .row-fluid h1 { font-size:38px; }
    .row-fluid h1, .row-fluid h2, .row-fluid h3, .row-fluid h4, .row-fluid h5, .row-fluid h6 { line-height:1.2; }
    .row-fluid .top-space { padding-top:125px !important; }
    blockquote { font-size:16px; }
      
    .row-fluid .wrapper, .row-fluid .search-section > div { max-width:100%; padding:0 20px; }
    .row-fluid .content-main, .row-fluid .altcontent-main { padding:50px 0; }
    .row-fluid .title-style1 h1:before, .row-fluid .title-style1 h2:before, .row-fluid .title-style1 h3:before, .row-fluid .title-style1 h4:before, .row-fluid .title-style1 h5:before, .row-fluid .title-style1 h6:before { max-width:150px; }
    .row-fluid .title-style2 h1:before, .row-fluid .title-style2 h2:before, .row-fluid .title-style2 h3:before, .row-fluid .title-style2 h4:before, .row-fluid .title-style2 h5:before, .row-fluid .title-style2 h6:before { max-width:150px; }
    
    /*  Top Section */
    .row-fluid .top-section .top-right, .row-fluid .top-right > div, .row-fluid .top-cta { float:left; width:100%; padding:0; text-align:center; }
    .row-fluid .top-cta a { float:none; display:inline-block; }
    .row-fluid .top-section .cta_button { margin-top:0; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding:10px 15px; line-height:26px; color:#FFFFFF; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul { transition:none !important; width:100%; margin-top:0; border:none; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li a:first-child:hover { color:#222222; }
    
    /* Hero Slider */
    .row-fluid .hero-slider { display:none; }
    .row-fluid .home-hero { min-height:320px; }
    .row-fluid .home-hero .mobile-image { display:block; }
    .row-fluid .home-hero .mobile-image img { opacity:0; }
    
    /* Black CTA Section */
    .row-fluid .blackcta-section { text-align:center; }
    .row-fluid .blackcta-section h4 { margin-top:0; }
    .row-fluid .ctainner-box { float:none; display:inline-block; }
    .row-fluid .blackcta-section .ctabtn-style { float:none; display:inline-block; padding:0 10px; }
    
    /* Kick Theme Section */
    .row-fluid .infinity-boxes .hs_cos_wrapper_type_custom_widget { padding:50px 0 0; width:100%; }
    
    /* Home Service Section */
    .row-fluid .homeservice-main .hs_cos_wrapper_type_custom_widget { width:100%; max-width:350px; float:none; display:inline-block; padding:10px; }
    
    /* Why Choose Section */
    .row-fluid .whychoose-left { position:static; height:350px; width:100%; }
    .row-fluid .whychoose-main { width:100%; padding:40px 20px; }
    .row-fluid .whychoose-boxes .hs_cos_wrapper_type_custom_widget { width:100%; text-align:center; padding:0 0 20px; }
    .row-fluid .whychoose-boxes .hs_cos_wrapper_type_custom_widget .service-icon { position:static; float:none; display:inline-block; }
    .row-fluid .whychoose-boxes .hs_cos_wrapper_type_custom_widget .service-content { padding:0 10px; }
    .row-fluid .testimonial-slider .slick-slider { padding:0 45px; margin-top:20px; }
    
    /* News Section */
    .row-fluid .news-section { text-align:center; }
    .row-fluid .news-section .hs-rss-item { width:100%; max-width:350px; float:none; display:inline-block; }
    
    /* Logo Slider */
    .row-fluid .logo-section { padding-bottom:30px; }
    .row-fluid .logo-slider .slick-slider { margin-top:20px; }
    
    /* Footer Section */
    .row-fluid .copyright-text { text-align:left; }
    .row-fluid .footer-section .get-touch { float:left; width:100%; }
    
    /*----- Homepage 2 -----*/
    
    /* Latest Projects */
    .row-fluid .lp-boxes .hs_cos_wrapper_type_custom_widget { max-width:370px; width:100%; margin:30px 0 0; float:none; display:inline-block; }
    
    /* Contractor Section */
    .row-fluid .contractor-section .contractor-left { padding:40px 20px; }
    .row-fluid .contractor-section .contractor-right { position:static; width:100%; }
    .row-fluid .contractor-section .contractor-right .bg-img { display:block; }
    
    /* Our Publications */
    .row-fluid .our-publications { text-align:center; }
    .row-fluid .our-publications .hs-rss-item { max-width:370px; width:100%; margin:30px 0 0; float:none; display:inline-block; }
    .row-fluid .our-publications .hs-rss-description a { display:block; }
    
    /* Statistic Section */
    .row-fluid .statistic-section .statistic-box { padding:15px 0; }
    
    /*----- Homepage 3 -----*/
    
    /* Top Section */
    .header2 a.mobile-trigger i, .header2 a.mobile-trigger i:before, .header2 a.mobile-trigger i:after { background:#000000; }
    
    /* Hero Section */
    .row-fluid .hero-video { display:none; }
    .homepage3 .row-fluid .home-hero .mobile-image { display:none; }
    .homepage3 .home-hero .wrapper { position:relative; top: 0; -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); padding: 50px 20px; }
    
    /* Service Section */
    .row-fluid .service-boxes3 .hs_cos_wrapper_type_custom_widget { width:100%; }
    
    /*----- Service Page 1 -----*/
    
    /* Service Section */
    .row-fluid .hero-section .wrapper { padding-right:20px; }
    .row-fluid .hero-section h1 { font-size:38px; }
    
    /*----- Service Page 2 -----*/
    
    /* Service Section */
    .row-fluid .service-main2 .service-image { position:static; width:100%; -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
    .row-fluid .service-main2 .service-detail { padding:30px; width:100%; }
     
    /*----- Contact Page -----*/
    .row-fluid .contact-sidebar { padding-top:50px; }
    
    /*----- Contact Page 2 -----*/
    .row-fluid .contact-sidebar.option2 { padding-top:0; word-break:break-word; }
    
    /* Column Pages */
    .row-fluid .sitepage-sidebar { float:left; width:100%; }
    
    /*----- Resource Page -----*/
    .row-fluid .inbound-marketing .hs_cos_wrapper_type_custom_widget { text-align:center }
    .row-fluid .inbound-marketing .resource-img { width:100%; padding:0 0 20px; }
    .row-fluid .inbound-marketing .resource-detail { width:100%; }
    
    /*----- Pricing Page -----*/
    .row-fluid .plan-boxes .hs_cos_wrapper_type_custom_widget, .row-fluid .plan-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3n-1) { width:100%; -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); -webkit-box-shadow: 0 3px 26.9px 5.1px rgba(0,0,0,0.25);
        -moz-box-shadow: 0 3px 26.9px 5.1px rgba(0,0,0,0.25);
        -o-box-shadow: 0 3px 26.9px 5.1px rgba(0,0,0,0.25);
        -ms-box-shadow: 0 3px 26.9px 5.1px rgba(0,0,0,0.25);
        box-shadow: 0 3px 26.9px 5.1px rgba(0,0,0,0.25); }
    .row-fluid .promo-premium { margin-top:50px; }
    
    .row-fluid .testimonial-section2 .hs_cos_wrapper_type_custom_widget { text-align:center; }
    .row-fluid .testimonial-section2 .client-logo, .row-fluid .testimonial-section2 .client-detail { width:100%; min-height:0; }
    .row-fluid .testimonial-section2 .client-logo img { position:static; -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); margin-bottom:20px; }
    .row-fluid .testimonial-section2 .client-detail > span { float:none; display:inline-block; }
    
    /*----- About Page 1 -----*/
    
    /* Unique Experience */
    .row-fluid .unique-left { margin-bottom:40px; }
    .row-fluid .unique-left ul li { width:100%; }
    
    /* About Service */
    .row-fluid .about-service .hs_cos_wrapper_type_custom_widget { width:100%; margin-right:0; }
    .row-fluid .mission-vission { padding:20px 0; }
    .row-fluid .mission-vission .mv-box { padding:15px 0; text-align:center; }
    
    /*----- About Page 2 -----*/
    
    /* Our Team */
    .row-fluid .about-team .hs_cos_wrapper_type_custom_widget { width:48%; }
    .row-fluid .about-team .hs_cos_wrapper_type_custom_widget:nth-child(2n) { margin-right:0; clear:right; }
    .row-fluid .about-team .hs_cos_wrapper_type_custom_widget:nth-child(2n+1) { clear:left; margin-right:4%; }
    
    /*----- Video PAge -----*/
    .row-fluid .ctaimg-section { text-align:center; }
    .row-fluid .ctaimg-section a.cta_button { float:none; display:inline-block; }
    .row-fluid .featuredvideo-right { padding-top:56.25%; }
    
    /*----- Gallery Page -----*/
    .row-fluid .easy-section .btn-style1, .row-fluid .easy-section .btn-style2 { margin:0 5px; }
    
    /*----- Blog 1 -----*/
    
    /* Blog Top */
    .row-fluid .blog-seach, .row-fluid .blog-topsubscribe { float:left; }
    .row-fluid .blog-topsubscribe .blog-topsubscribelink span { font-size:0; }
    .row-fluid .blog-topsubscribe .blog-topsubscribelink span:before { display:block; font-size:20px; }
    
    /* Blog Slider */
    .row-fluid .topblog-slider .hs-rss-item { height:300px; }
    
    /* Main Blog Section */
    .row-fluid .mainblog-section .post-item { width:100%; margin-bottom:30px; }
    .row-fluid .mainblog-section .post-item:last-child { margin-bottom:0; }
    .row-fluid .mainblog-section .post-header h2 { margin-top:10px; }
    .hs-blog-post .row-fluid .mainblog-section .wrapper { padding:0 20px; }

    .row-fluid .mainblog-section .blog-post-wrapper #hubspot-topic_data { text-align:center; }
    .row-fluid .mainblog-section #hubspot-author_data, .row-fluid .mainblog-section .hs-author-profile { text-align:center;}
    .row-fluid .mainblog-section #hubspot-author_data .hs-author-avatar, .row-fluid .mainblog-section .hs-author-profile .hs-author-avatar { width:80px; height:80px; position:static; float:none; display:inline-block; margin-bottom:15px; }
    .row-fluid .mainblog-section #hubspot-author_data .author-detail, .row-fluid .mainblog-section .hs-author-profile .author-detail { padding-left:0; }
    
    .row-fluid .share-this ul, .row-fluid .share-this ul li { float:none; display:inline-block; }

}

@media (max-width: 500px){
    
    /* Home Resource Section */
    .row-fluid .resource-boxes .hs_cos_wrapper_type_custom_widget { width:100%; margin-right:0; }
    
    /* Testimonial Section */
    .row-fluid .testimonial-slider .slick-slider, .row-fluid .logo-slider .slick-slider, .row-fluid .logo-slider .slick-slide { padding:0; }
    
    /*----- Homepage 2 -----*/
    .row-fluid .lp-boxes .lp-box { height:300px; }
    
    /*----- Service Page 1 -----*/
    
    /* Service Section */
    .row-fluid .service-main .hs_cos_wrapper_type_custom_widget { width:100%; margin-right:0; }
    
    /*----- Service Page 2 -----*/
    
    /* Service Section */
    .row-fluid .service-main2 .hs_cos_wrapper_type_custom_widget ul li { width:100%; }
    
    /*----- Team Page -----*/
    .row-fluid .team-main .hs_cos_wrapper_type_custom_widget { width:100%; margin-right:0; }
    
    /*----- Column Pages -----*/
    .row-fluid .sitepage-services .service-icon { position:relative; top:0; }
    .row-fluid .sitepage-services .service-content { padding:20px 0 0; }
    
    /* Resource Page */
    .row-fluid .inbound-marketing .hs_cos_wrapper_type_custom_widget { width:100%; }
    
    /*----- About Page 1 ----*/
    
    /* Headquarter Section */
    .row-fluid .headquarter-section .hs_cos_wrapper_type_custom_widget { float:left; width:100% !important; height:250px !important; border-right:none; }
    .row-fluid .headquarter-section h6:after { width:80px !important; }
    
    /* About Service */
    .row-fluid .about-service { text-align:center; } 
    .row-fluid .about-service .service-left { float:none; display:inline-block; position:relative; }
    .row-fluid .about-service .service-right { padding-left:0; }
    
    /*----- About Page 2 -----*/
    
    /* Our Team */
    .row-fluid .about-team .hs_cos_wrapper_type_custom_widget { width:100%; margin-right:0; }
    .row-fluid .about-team .hs_cos_wrapper_type_custom_widget:nth-child(2n+1) { clear:left; margin-right:0%; }
    
    /* Video Page */
    .row-fluid .video-boxes .hs_cos_wrapper_widget { width:100%; }
    
    /*----- Gallery Page -----*/
    .row-fluid .gallery-images .hs_cos_wrapper_widget { width:100%; }
    
    /*----- Blog 1 -----*/
    
    /* Main Blog Section */
    .row-fluid .mainblog-section .hs-featured-image-wrapper { height:180px; }
    
    /* Blog Top */
    .row-fluid .topic-dropdownmain { width:100%; float:left; }
    .row-fluid .blog-topsubscribe { float:right; margin-right:0; }
    .row-fluid .blog-topsubscribe .blog-topsubscribelink span:before { margin-right:0; }
    #subscribe-popup { min-width:0; width:100%; padding:10px; }
    
}


/* 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;
  }
    
    /* Sticky Header */
    
        .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 .mainmenu .hs-menu-wrapper > ul > li > a { color:#FFFFFF; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul { border-bottom:#009FE3 solid 5px; margin-top:-10px; width:250px; -webkit-transition: ease-in-out all 0.4s !important;
        -moz-transition: ease-in-out all 0.4s !important;
        -o-transition: ease-in-out all 0.4s !important;
        -ms-transition: ease-in-out all 0.4s !important;
        transition: ease-in-out 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 { left:100%; top:0; -webkit-transition: ease-in-out all 0.4s !important;
        -moz-transition: ease-in-out all 0.4s !important;
        -o-transition: ease-in-out all 0.4s !important;
        -ms-transition: ease-in-out all 0.4s !important;
        transition: ease-in-out all 0.4s !important; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li li a:hover { color:#444444; }
    
    .row-fluid .top-section.sticky .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#009FE3; }

    .row-fluid .top-section.sticky.sticky2 { top:0; }
    .row-fluid .top-section.sticky .toplogo { padding:5px 0; }
    .row-fluid .top-section.sticky .cta_button { margin-top:13px; }
    .row-fluid .top-section.sticky .mainmenu .hs-menu-wrapper > ul > li > a { color:#000000; line-height:32px; padding:18px 15px; }

    .row-fluid .mainmenu .hs-menu-wrapper > ul ul li a { background: #FFFFFF; color:#009FE3;  }
    .row-fluid .mainmenu .hs-menu-wrapper > ul ul li a:hover { background:#F8F8F8; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul ul ul { margin-top:-10px !important; background:#FFFFFF; }
    
    .row-fluid .hero-slider .slidebox * { -moz-transform: scale(0.7); -webkit-transform: scale(0.7); -o-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); opacity:0; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; transition-delay: .3s; -webkit-transition-delay: .3s; }
    .row-fluid .hero-slider .slick-active .slidebox * { -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity:1; }
    
    /*----- Homepage 3 -----*/
    
    /*----- Hero Section -----*/
    .homepage3 .home-hero { background-image:none !important; }
    
    /* Top Section */
    .header2 .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { color:#000000; }
    .header2 .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#009FE3; }

}

@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;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #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: normal;
      text-align: left;
      text-transform: uppercase;
      border-radius: 6px;
      -webkit-transition:color .2s ease-in-out-in; 
      -moz-transition:color .2s ease-in-out-in;
      transition:color .2s ease-in-out-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: #009FE3;
      opacity: 0;
      transition: opacity .4s ease-in-out-in-out;
      -moz-transition: opacity .4s ease-in-out-in-out;
      -webkit-transition: opacity .4s ease-in-out-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* 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);
      -moz-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);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-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);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-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;
      -moz-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:#222222; }
  
  a.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-triggerm.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-triggerm.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-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);
      -moz-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: #009FE3; /* 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 */
  }
}

.hs-rss-item  .hs-rss-byline { display:none; }