/****************************************************************************/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/***+********************************************************************+***/
/***+******************   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(//fonts.googleapis.com/css?family=Open+Sans:400,300,700,800,600,600italic,400italic,300italic,700italic,800italic|Montserrat:400,700);*/
@import url(//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
 *
 *  
 */



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

body { margin:0; padding:0; font-family: museo-sans, sans-serif; font-size:17px; font-weight:300; line-height:28px; color:#0a1319; background:#FFFFFF; overflow-x:hidden }

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

hr { background:#ccc; height:1px; border:none; outline:none; clear:both; margin:30px 0; }
.img-responsive2 { max-width:100%; height:auto }

.clear { clear:both }

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

ul.slides , ul.flex-direction-nav , ol.flex-control-nav { margin:0; padding:0; list-style:none; float:left; width:100%;}
.row-fluid ol.flex-control-nav { text-align:center; padding:10px 0 0; }
.row-fluid ol.flex-control-nav li { display:inline-block; padding:0 5px; }
.row-fluid ol.flex-control-nav li a { display:inline-block; border:1px solid #499dba; width:15px; height:15px; 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 { background:#499dba;  }


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

/*Heading*/
h1 { text-shadow: 1px 1px 6px rgba(65,69,82,.5); font-weight:900; color:#414552; font-family: museo-sans, sans-serif; font-size:34px; line-height:44px; margin:0; padding:0 0 10px; clear:both; text-transform: uppercase; }
h2 { text-shadow: 1px 1px 6px rgba(65,69,82,.5); font-weight:300; color:#414552; font-family: museo-sans, sans-serif; font-size:30px; line-height:36px; margin:0; padding:0 0 10px; clear:both; text-transform: uppercase;  }
h3 { color:#414552; color: #499dba; font-family: museo, serif; font-size:30px; margin:0; padding:15px 0; line-height:48px; font-weight:300; clear:both; text-transform: capitalize; }
h4 { font-weight:500; color:#414552; font-family: museo, serif; font-size:28px; line-height:34px; margin:0; padding:0 0 10px; clear:both; }
h5 { font-weight:900; color:#414552; font-family: museo-sans, sans-serif; font-size:26px; line-height:30px; margin:0; margin-top: 30px; padding:0; line-height: 1em; clear:both; text-transform: uppercase; }
h6 { font-weight:500; color:#929497; font-family: museo, serif; font-size:20px; margin:0; padding:0 0 10px 0; line-height:26px; clear:both; text-transform: capitalize;  }

.featured-text {font-size: 1.5em; line-height: 1.5em; color: #929497;}

/* 2025 Landing Page CSS */

.landingPage h1{
   font-size:  36pt !important;
   text-shadow: 1px 1px 6px rgba(65,69,82,.5);
}

.landingPage h2{
    text-transform: none;
    font-size: 24pt;
    line-height: 1.2em;
    color: white;
    text-shadow: 1px 1px 6px rgba(65,69,82,.5);
}

.highlightBox{
  position: relative;
  padding: 24px;
  padding-bottom: 12px;
  background: #f2f2f2;
  border-radius: 8px;
  border: 0px solid white;
  margin-bottom: 30px;
}

.highlightBox img{

}

.highlightBox2 div.text_area p.title{
  font-family: museo, serif;
  font-size:22px;
  font-weight: 500;
  line-height: 1em;
  color: #499DBA;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5em;
}

.highlightBox2 div.text_area p.description{
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-size: 12pt;
  line-height: 1.5em;
  padding-top: 10px; 
}

.iconImg img{
   height: 100px !important;
   width: auto;
   display: inline;
   position: relative;
   float: none;
   margin-bottom: 10px;
}

.highlightBox h3{
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5em;
}

.highlightBox h6{
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.hightlightBox p{
  font-size: 12pt;
  line-height: 1.2em;
  padding-top: 10px;
}

.highlightImg img{
   display: block;
   width: 100%;
   height: auto;
   border: 0px solid #333;
   border-radius: 8px 8px 0 0; 
}

.highlightBox div.highlightBox{
  margin: 0;
  padding-bottom: 32px;
}

.footNoteTxt{
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 24px;
  padding: 0;
  padding-bottom: 10px;
  text-align: right;
  font-size: 14px;
  color: #999999; 
}

/* 2023 Homepage Background Video CSS */

#hdr{margin: 0; padding: 0; position: relative;}
#TopVideoBG{position: relative; top: 0; left: 0; right: 0; width: 100%; height: 100%;}
#hdr div.row-number-11, #videoOverlay{position: absolute; top: 0px; width: 100%; height: 100%; text-align: center; z-index: 100; margin: 0; padding: 0; border-bottom: 10px solid white; border-top: 0px solid white;}

#videoOverlay {background-color: rgba(65,69,82,.15)}
#videoOverlay img{ filter: drop-shadow(1px 1px 3px rgba(65,69,82,.4)); margin-top: 10%; margin-bottom: 60px; }
#videoOverlay h1{ font-size: 60px; line-height: 1.2; font-weight: 900; font-family: museo-sans, sand-serif; text-transform: uppercase; padding-bottom: 10px; color: white; }
a.cta_button{color: #f2f2f2 !important; font-style: none; background: #EB6846; border: solid 0px; font-size: 12px; font-weight: 300!important; text-transform: capitalize!important; padding: 8px 16px!important; border-radius: 40px!important;}
#videoOverlay a.cta_button{margin-top:100px!important;}

.featuredCS .row-fluid .span6{
    margin: 0;
    padding: 0;
    width: 50%;
}

.hs_cos_wrapper:has(span span span a.cta_button){position: relative; bottom: 20px; padding: 20px 0; text-align: center!important;}
a.cta_button.greenCTA{background-color: #109e6f;}
a.cta_button.orangeCTA, a.cta_button.greenCTA{margin: 0 auto; font-size: 17px; text-align: center;}

div#companycontent-section {margin-bottom: 80px; margin-top: -140px;}

/*div#videoProducts{position: relative; margin: 0 auto; top:-160px; z-index: 200;}*/
/*.homepage div.body-container-wrapper div.row-fluid-wrapper.row-depth-1.row-number-8 { position: relative; margin: 0 auto; margin-bottom: -140px; top:-140px; z-index: 200;}*/
.homepage div#videoProducts.wrapper { position: relative; margin: 0 auto; top:-140px; z-index: 200; margin-bottom: -140px; padding-bottom: -140px;}
.homepage #videoProducts h3{text-align: center; color: white; text-shadow: 1px 1px 6px rgba(65,69,82,.5);}
/* END 2023 Homepage Background Video CSS */

.title-text { text-align:center; }
.title-text h2 { font-weight: 500; letter-spacing: 2px; text-transform: uppercase; padding:0 0 10px; }
.sub-text { padding:0 0 35px; text-align:center; font-family: museo-sans, sans-serif; font-size: 14px; line-height: 20px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; color: #ffffff; }
 
.title-withbg { background: #414552; padding:100px 0; text-align:center; color:#F2F2F2; }
.title-withbg h2 { font-weight: 500; letter-spacing: 2px; text-transform: uppercase; padding:0; color:#F2F2F2; }

div.blog-left a.link-style, div.blog-right a.link-style{float: right; color: white; background-color: #eb6846;}


.post-header h2{font-size: 1.6em !important}
.post-item{margin-bottom: 10px;}
.hs-blog-social-share{display: none}
#hubspot-author_data{margin-bottom: 10px;}

.hs-search-module label{font-size: 26px; color:#414552; font-weight: 900; text-transform: uppercase; margin-bottom: 10px}

div.process{padding: 20px 0;}
div.process h4{font-size: 16pt; text-align: left;}
div.process p{font-size: 12pt;}

div.video-product-header{text-align: center; padding-bottom: 20px;}
div.video-product{background: url(https://3382923.fs1.hubspotusercontent-na1.net/hubfs/3382923/design/product-bg.png) no-repeat; background-size: contain; text-align: left; margin-bottom: 30px; background-color: white; border: 1px solid #f2f2f2; border-radius: 2px;}
div.video-product h5{text-transform: uppercase; margin: 0; margin-top: 6px; padding: 0; line-height: 1em;}
div.video-product .blue h5{color: #499DBA;}
div.video-product .orange h5{color: #eb6846;}
div.video-product .green h5{color: #109E6F;}
div.video-product .gray h5{color: #414552;}
div.video-product-text{padding: 10px 10px 10px 25px;}
div.video-product .subtext{margin-top: 0; margin-bottom: 10px; padding-top: 0; font-weight: 500; font-family: museo, serif; color: #929497;}
div.video-product .learn-button{text-align: right; margin: 8px; padding-right: 8px;}
div.video-product .learn-button a, div.video-product .learn-button a:hover, div.video-product .learn-button a:visited{font-weight: 300; background: #499DBA; font-size: .8em; color: #f2f2f2; border: 0px solid white; border-radius: 20px; padding: 8px 16px;} 
div.video-product .learn-button.orange a{background: #eb6846;}
div.video-product .learn-button.green a{background: #109e6f}
div.video-product .learn-button a:hover{background-color: #929497; color: white;}

div.sub-products{text-align: center;margin:0 auto !important; max-width:1250px; float:none !important; padding:0 20px;}
div.sub-products .span3{width: 30%;}
div#Promote div.promote{display:none;}
div#Inspire div.inspire{display:none;}
div#Educate div.educate{display:none;}
div#Engage div.engage{display:none;}

div.pkg-group, div.smart-group{border: 1px solid #F08661; border-radius: 20px 20px 0 0; background: white; margin-bottom: 20px;}
div.pkg-group h5, div.smart-group h5{text-align: center; background: #F08661; font-family: museo-sans, sans-serif; padding: 20px; color: white; font-weight: 700; text-transform: uppercase; border: 0px solid #F08661; border-radius: 20px 20px 0 0;}
div.smart-group{border: 1px solid #00AC88 !important;}
div.smart h5{background: #00AC88; color: white;}
div.pkg-inner{padding: 20px 10%;}

.equal-heights > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-wrap: wrap;
}

.swiper-wrapper .card{
    display: flex;
  flex-wrap: wrap;
  background-color: #f2f2f2 !important;
}

div.cusQcta span div.hs-cta-embed, div.colBtm div.widget-type-linked_image span img {
  margin: 0 auto !important; 
}

div.projPrice{
  text-align: center;
  padding: 20px;
  padding-top: 60px;
  background-color: #f28e69;
  background-color: #0A1319;
  background-color: #f2f2f2;
  border: 1px solid #f28e69;
  border-radius: 12px;
  margin-bottom: 80px;
}

div.projPrice h4{
  font-weight: 500;
  font-size: 1em;
  font-style: italic;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.1em;
}

div.projPrice h3{
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  margin-top: 0;
  padding-top: 0;
  line-height: 1.5em;
  color: #f28e69;
}

div.projPrice h3 span{
  font-weight: normal;
  font-size: .5em; 
  color: Black;
}

div.projPrice p{
  margin-bottom: 10px;
  font-weight: 100;
}

div.SVConPkg{
  margin: 30px 0;
}

div.SVConPkg img{
  margin-bottom: 20px;
}

div.SVConPkg h3{
  margin: 0;
  padding: 0;
  line-height: 1em;
}

.revealMe{
  display: none; 
}

div.pkgColOutside{
  position: relative;
  background: #f2f2f2;
  border: 1px solid #929497;
  border-width: 0;
  border-radius: 0 0 12px 12px;
  margin-bottom: 20px;
}

div.SVpkgCol{
 background: #f2f2f2;
 padding-bottom: 230px;
 border: 1px solid #929497;
 border-width: 0;
 border-radius: 0 0 12px 12px; 
}

div.SVpkgCol ul{
     list-style: none;
     padding-left: 4px;
}

div.SVpkgCol ul li:before {
  content: '✓';
  padding-right: 6px;
  font-weight: 900;
}

div.SVpkgCol ul li{
  text-indent: -1em;
  padding-left: 1em; 
}

div.SVpkgColBtm, div.colBtm{
 position: absolute;
 bottom: 0;
  text-align: center;
}

div.colBtm{
  bottom: -80px; 
}

div.ptnGroup div.pkgColOutside{
   margin-bottom: 90px;
   border-radius: 12px; 
}

div.pkgProductBox{
 background: #f2f2f2;
 border: 1px solid #929497;
 border-width: 0;
 border-radius: 12px;
 margin-top: 20px;
}

.accordion_group{
  background: #f2f2f2; 
}

.accordion_icon{
  margin-left: -10px;
  background-color: #499dba;
}

.accordion_header{
  font-size: 17px; 
}

.smart-benefits{border: 1px solid #f2f2f2; background: #f2f2f2; border-radius: 20px; padding: 15px 20px;}
.smart-benefits h4{font-family: museo, serif; font-weight: 500; color: #499dba;}
.smart-benefits h5{line-height: 1.4em; margin: 15px 0; text-transform: uppercase; font-size: 14px; font-family: museo-sans, san-serif; font-weight: 900; color: #929497;}

.splide__controls{display: none;}

div.team-member{clear: both; width: 100% !important; margin: 0 auto !important; margin-bottom: 40px !important;}
div.team-member-headshot {width: 100% !important; display: inline !important; margin: 0 auto !important; text-align: center !important;}
div.team-member-headshot img{display: inline !important; margin: 0 auto !important;}
div.team-member h3{padding: 0; padding-top: 10px;}
div.team-member h5{font-weight: 300; font-size: 20px; line-height: 22px;}
div.team-member-bio {display: none}

/* Packages */
div.package-col div{margin: 0; padding: 0}
div.package-col div:last-child{text-align: center}
div.package-col h2{font-size: 1.2em}
div.package-col h2{font-size: 1.2em; margin: 0; padding: 0; line-height: 1.2em;}
div.package-col p, div.package-col h6{padding: 0 12px !important; margin-bottom: 0 !important;}
div.package-col div ul{text-align: left; padding: 0; padding-left: 12px; margin: 0; list-style: none !important;}
div.package-col div ul li, div.package-col div p{font-size: .7em; margin: 0; padding: 0}
div.package-col div ul li:before {content: '✓' !important; padding-right: 8px; color: #499dba; font-weight: 900;}
div.package-col div ul.placeholder li{color: #f5f5f5;}
div.package-col div ul.placeholder li:before{color: #f5f5f5;}
div.package-col div ul.pkg-cost li:before{content: '=' !important; color: #109e6f; font-weight: 900;}

div.package-page div.package-col h6{display: inline; margin-top: 30px; text-align: left !important;}
div.package-page div.package-col div{height: auto !important}

div.process-col div{text-align: right;}
div.process-col div:first-child{height: 68px; margin: 0; padding: 0;}
div.process-col div:last-child{text-align: right;}
div.process-col h3{font-size: 1.2em; margin: 0; padding: 0; line-height: 1em;}

div.explorer-pkg h2{border-radius: 6px 6px 0 0; background-color: #414552; color: #f2f2f2; padding: 12px; margin-bottom: 6px;}
div.voyager-pkg h2{border-radius: 6px 6px 0 0; background-color: #109e6f; color: #f2f2f2; padding: 12px; margin-bottom: 6px;}
div.adventurer-pkg h2{border-radius: 6px 6px 0 0; background-color: #eb6846; color: #f2f2f2; padding: 12px; margin-bottom: 6px;}
div.trailblazer-pkg h2{border-radius: 6px 6px 0 0; background-color: #499dba; color: #f2f2f2; padding: 12px; margin-bottom: 6px;}

/* Production Services Columns */

div.capabilities{
  position: relative;
  margin-bottom: 20px;
}

div.capabilities div.capabilityHeader{
   display: inline block;
   min-height: 50px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin: 0;
   padding: 0;
   transform: translate(-50%, -50%);
}

div.capabilities div.capabilityHeader h3{
  font-size: 40px;
  font-family: museo-sans;
  font-weight: 900;
  color: white;
  margin: 0;
  padding: 0 !important;
  text-align: center;
}

div.capabilities div.capabilities-content{
  padding: 40px 40px 40px 0; 
}

div.capabilities h4{
  margin: 10px 0;
  padding: 0;
  font-size: 20pt;
  font-weight: 300;
  font-family: museo, serif;
  color: #499dba;
}

div.capabilityBox p{
  font-size: 16px; 
}

div.cap-org{
  background: #fdefea;
}
div.cap-org h4{
  color: #f19171;
}

div.cap-org div.hdr-bgColor{
  position: relative;
  background: #f19171; 
}

div.cap-grn{
  background: #e2f3f1;
}

div.cap-grn h4{
  color: #00b393;
}

div.cap-grn div.hdr-bgColor{
  position: relative;
  background: #00b393;
}

div.cap-teal{
  background: #e5f3f4;
}

div.cap-teal h4{
  color: #50adb4;
}

div.cap-teal div.hdr-bgColor{
  position: relative;
  background: #50adb4;
}

div.cap-blu{
  background: #e4f1f5;
}

div.cap-blu div.hdr-bgColor{
  position: relative;
  background: #499dba;
}

.row-fluid [class*="fixed-span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.row-fluid [class*="fixed-span"]:first-child {
    margin-left: 0
}

.row-fluid .fixed-span2{
     width: 14.89361702%;
    *width: 14.8404255306383% 
}

.row-fluid .fixed-span10{
     width: 82.97872339599999%;
    *width: 82.92553190663828%  
}

div.col-white-bg {background: white; border-radius: 6px; margin-bottom: 20px}
div.col-white-bg ul{margin: 1em 2em;padding:0;list-style: none;}
div.col-white-bg ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #eb6846; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
div.col-white-bg div.col-header{background: #373b46;border-radius: 4px 4px 0 0;padding: 10px;text-align: center;}
div.col-white-bg div.col-header img{width: 64px;height: auto;margin: 30px 0;vertical-align: middle}
div.col-white-bg div.col-header div.widget-type-text{color: white;margin-bottom: 30px;}

/*test*/
div.service-btext p{text-align: left;}

/* Legal Form Fix */
.legal-consent-container input[type=checkbox] + span{height: auto !important;}


/* Verticals */

div.box-bg{padding: 6px;margin-bottom: 20px;}
div.box-bg h4:before{content: "\2014";color: white;font-weight: bold;display: inline;margin-right: .5em;}
div.box-bg h4:after{content: "\2014";color: white;font-weight: bold;display: inline;margin-left: .3em;}
div.box-bg h4{text-align: center; font-size: 1.2em; font-weight: normal; color: white;margin: 0; padding: 0;}

/*anchor link*/
a { text-decoration:none; outline:none; color:#499dba; -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; }
a:hover { color:#1A1A1A; }

/*Button Link Option*/
.row-fluid .link-style a , .row-fluid a.link-style , .hs_cos_wrapper_type_google_search a.hs-button { cursor:pointer; font-weight:600; letter-spacing:1.2px; text-transform: uppercase; line-height:24px; z-index:5; overflow: hidden; position:relative; display:inline-block; padding:10px 25px;  background-color:#eb6846; color:#f2f2f2; border-radius:4px; margin:5px 0 0; font-size:16px; }
.row-fluid .link-style a:hover , .row-fluid a.link-style:hover , .hs_cos_wrapper_type_google_search a.hs-button:hover  { background:#499dba; color:#f2f2f2; }

.row-fluid .link-style2 a , .row-fluid a.link-style2 { font-weight:500; letter-spacing:1.2px; text-transform: uppercase; line-height:24px; z-index:5; overflow: hidden; position:relative; display:inline-block; padding:10px 25px;  background-color:#414552; color:#F2F2F2; border-radius:4px; margin:5px 0 0; font-size:16px; }
.row-fluid .link-style2 a:hover , .row-fluid a.link-style2:hover  { background:#499dba; color:#0a1319; }


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: museo-sans, sans-serif; font-size:16px; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
select { background:#fff url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/down-arrow.png) no-repeat right center; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
textarea { padding:15px 20px; height:100px; }
input[type=submit] , button {  border:none; outline:none; cursor:pointer; background:none; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
input[type=submit] , form button {  background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/blank.png) no-repeat left top #499dba; font-size:17px; line-height:24px; font-weight:700; padding:8px 20px; color:#fff; display:inline-block; }
input[type=submit]:hover , form button:hover { background:#414552; color:#F2F2F2; }
 

/* Click to top scroll */


.back-to-top { cursor:pointer; position: fixed; right: 20px; bottom: 20px; color:#0a1319; width: 50px; height: 50px; text-align: center; line-height: 50px; background:#499dba; -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
    -ms-transition: ease all 0.4s;
    transition: ease all 0.4s; opacity:0; }
.back-to-top.show { opacity:1; }
.back-to-top:hover { background:#414552; color:#F2F2F2; }

/* Corners Option */

 .row-fluid .link-style a, .row-fluid a.link-style, .row-fluid .link-style2 a, .row-fluid a.link-style2, input[type=submit], button, .back-to-top, .row-fluid ol.flex-control-nav li a , .row-fluid .team-bsocial a , .row-fluid .pagination-blog li a { border-radius:5px; }







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; border:1px solid #499dba; 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.slick-active button { background:#499dba;  }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#F2F2F2; background:#414552;; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#499dba; color:#0a1319;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }


ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:12px; }
.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; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:#499dba; color:#0a1319; border-color:#499dba; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#499dba; background:#499dba;  border-radius:100%; }

.video-frame{display:none;}

@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    
  
  #videoOverlay a.cta_button{margin-top: 10px !important;}
  
  .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; }
  
}


/*.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 { word-wrap: break-word; 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; }

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

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


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

/* 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 { outline:none; 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; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.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; }

/*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: 8020; }
.fancybox-skin { position: relative; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index: 8030; }
.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: 8060; }
#fancybox-loading div { width: 44px; height: 44px; background: url('//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/fancybox_loading.gif') center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; color:#fff; font-family:'FontAwesome'; border-radius:100%; color:#fff !important; background:#499dba; 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('//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/blank.png'); /* helps IE */ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 36px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; font-family:'FontAwesome'; border-radius:100%; color:#fff !important;  background:#499dba; 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:#414552; }


.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; }
/* Title 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('//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/fancybox_loading@2x.gif'); }
}

.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:1250px; float:none !important; padding:0 20px; } 

.row-fluid .content-section { padding-top:80px; padding-bottom:80px; float:left; width:100%; }
.row-fluid .altcontent-section { background:#f5f5f5; }

/*top*/
.row-fluid .top { position:absolute; left:0; top:0; width:100%; padding:20px 25px; z-index:999; border-bottom: 1px solid rgba(255,255,255,0.1); }
.row-fluid .logo { float:left; width:auto; }
.row-fluid .top .logo-orignal { display:none; }
.row-fluid .logo img { max-height:50px; width:auto !important; }


/*menu*/
.row-fluid .mainmenu { float:right; width:auto; margin:0; }
.row-fluid .mainmenu .hs-menu-wrapper > ul { vertical-align: top; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .mainmenu .hs-menu-wrapper ul li a { line-height:20px; text-transform:uppercase; padding:4px 25px; font-size:14px; font-weight:400; color:#fff; vertical-align: top; font-family: museo-sans, sans-serif; }

@media (min-width: 768px){
    
   #package-table .span4, #package-table .span2{width: 19% !important; margin-left: 6px !important;}
  
    /*div.adventurer-pkg h6, div.trailblazer-pkg h6{color: #f5f5f5 !important;}*/
    div.package-col h6{display: none}
    div.package-col div{display:block; height: 170px;}
    div.package-col div:last-child, div.package-col div:first-child{height: 68px; min-height: 10px;}
    /*div.package-col h6{border-bottom: 1px solid #414552;}*/
  
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#499dba; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#499dba; } /* MENU LINK COLOR FIX */
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul {width:200px; padding:15px 0; margin: 0px; background:#414552;  position: absolute;  top:100%;  left:0px; border-radius: 6px; -webkit-box-shadow: 0 0px 2px 0 rgba(0,0,0,.3); box-shadow: 0 0px 2px 0 rgba(0,0,0,.3); }
    

    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li { padding: 0px 20px; margin: 0px; display: block; float: none; text-transform: none; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:link , .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:visited { font-family: museo-sans, sans-serif; padding:5px 0; line-height:20px; color:#F2F2F2; width:100%; font-size:12px; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover { color:#499dba;  }
    
    /*.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > ul { -moz-animation: fadeInRight 0.3s ease-in; -webkit-animation:fadeInUp 0.3s ease-in; animation:fadeInUp 0.3s ease-in ; } */
    
    /*.row-fluid .mainmenu .hs-menu-wrapper ul li ul li:hover ul { -moz-animation: fadeInRight 0.3s ease-in; -webkit-animation: fadeInRight 0.3s ease-in; animation:fadeInRight 0.3s ease-in ; }*/
    .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul { left:100%; top:0; } 
    
    /* updated on 20-9-17 */
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul{transform: translateY(30px); transition:all ease 400ms !important;}
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > ul{transform: translateY(0px);}
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul{transform: translateX(30px); transition:all ease 400ms !important;}
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:hover > ul{transform: translateX(0px);}
    
    
    @-webkit-keyframes fadeInUp {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
    -moz-transform: translate3d(0, 40%, 0);
    -o-transform: translate3d(0, 40%, 0);
    -ms-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);; 
      }
    
      to {
        opacity: 1; 
        -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;;  
      }
    }
    
    @keyframes fadeInUp {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
    -moz-transform: translate3d(0, 40%, 0);
    -o-transform: translate3d(0, 40%, 0);
    -ms-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);; 
      }
    
      to {
        opacity: 1;
       -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;;  
      }
    }
    
    
    @-webkit-keyframes fadeInRight {
      from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);;  
      }
    
      to {
        opacity: 1;
        -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;;  
      }
    }
    
    @keyframes fadeInRight {
      from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);;
      }
    
      to {
        opacity: 1;
        -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;;  
      }
    }

}


@media (min-width: 768px){
    
    .simplified{
      background: #414552;
      padding: 10px 25px;
      height: 90px;
    }
  
    .row-fluid .top{/*background: rgba(65,69,82,.8);*/ border-bottom: 0px; text-shadow: 1px 1px 2px #0A1319;}
  
    .row-fluid .top.fixed { top:0; padding: 10px 25px; position:fixed; left:0; border-bottom:none; background:#FFFFFF; -webkit-box-shadow: 0 0 2px 2px rgba(000,000,000,0.1);
    -moz-box-shadow: 0 0 2px 2px rgba(000,000,000,0.1);
    -o-box-shadow: 0 0 2px 2px rgba(000,000,000,0.1);
    -ms-box-shadow: 0 0 2px 2px rgba(000,000,000,0.1);
    box-shadow: 0 0 2px 2px rgba(000,000,000,0.1); text-shadow: none; }
    .row-fluid .top.fixed .logo-orignal { display:block; }
    .row-fluid .top.fixed .logo-white { display:none; }
    .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .mainmenu .hs-menu-wrapper ul li a { color:#333333; }
    .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#499dba; }
    .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#499dba; } 
    
  .homepage .logo-white { display: none; }
}


/*header slider*/
.row-fluid .slider-bg { display:none; }
.row-fluid .header-slider { position:relative; text-align:center; color:#fff; }
.row-fluid .header-slides { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .header-slider .hs_cos_wrapper_type_custom_widget { position:relative; }
.row-fluid .header-slider .hs_cos_wrapper_type_custom_widget:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(000,000,000,0.7); }

.row-fluid .header-slider .hs_cos_wrapper_type_custom_widget .headerslider-content { padding:0 110px; position:relative; z-index:9; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .header-slider h1 , .row-fluid .header-slider h2 , .row-fluid .header-slider h3 , .row-fluid .header-slider h4 , .row-fluid .header-slider h5  , .row-fluid .header-slider h6 { color:#fff; }
.row-fluid .header-slider h2 { font-size:60px; line-height:65px; font-weight:700; font-family: museo-sans, sans-serif; text-transform:uppercase; padding:0 0 30px; }
.row-fluid .headerslider-text { padding:0 0 35px; color:rgba(255,255,255,0.6); }

.row-fluid .header-slider .slick-arrow { border:none; outline: none; position:absolute; top:50%; margin:-35px 0 0; font-size:0; z-index:5; cursor: pointer; width: 70px; height: 70px; z-index: 100; color:#fff; overflow: hidden; background: rgba(0,0,0,0.1); }
.row-fluid .header-slider .slick-arrow:before { content:"\f104"; font-family:'FontAwesome'; font-size:24px; }
.row-fluid .header-slider .slick-prev { left:25px; }
.row-fluid .header-slider .slick-next { right:25px; }
.row-fluid .header-slider .slick-next:before { content:"\f105"; }
.row-fluid .header-slider .slick-arrow:hover { background:#499dba; }

/*header*/
.row-fluid .header { text-align:center; color:#F2F2F2; padding:200px 0 150px; position:relative; background-color:#f5f5f5; }
.row-fluid .header:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:#414552; opacity:0.2; }
.row-fluid .header > div { position:relative; }
.row-fluid .header a { color:#F2F2F2; }
.row-fluid .header a:hover { color:#499dba; }
.row-fluid .header h1 , .row-fluid .header h2 , .row-fluid .header h3 , .row-fluid .header h4 , .row-fluid .header h5 , .row-fluid .header h6 { color:#F2F2F2; }
.row-fluid .header h1 { font-size:60px; line-height:65px; font-weight:900; font-family: museo-sans, sans-serif; text-transform:uppercase; padding-bottom: 12px; }
.row-fluid .header h1 { font-size:60px; line-height:1.2em; font-weight:900; font-family: museo-sans, sans-serif; text-transform:uppercase; padding-bottom: 10px; }
.row-fluid .header h2 { font-size:36px; line-height:1.2em; font-weight:300; font-family: museo-sans, sans-serif; text-transform:uppercase; padding-bottom: 10px; }
.row-fluid .header-pagenametext {  line-height:16px; font-size:13px; text-transform:uppercase; font-weight:700; }
.row-fluid .header-pagenametext span span { opacity:0.7; display:inline-block; border-left:1px solid #F2F2F2; padding-left:10px; margin-left:5px; }
.row-fluid .header-pagenametext a { opacity:0.7; }
.row-fluid .header-pagenametext a:hover { opacity:1; }

/*header2*/
.row-fluid .header2 { text-align:center; color:#F2F2F2; position:relative; background-color:#f5f5f5; float:left; width:100%; overflow:hidden; }
.row-fluid .header2:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:#414552; opacity:0.7; z-index:2; }
.row-fluid .header2 h1 , .row-fluid .header2 h2 , .row-fluid .header2 h3 , .row-fluid .header2 h4 , .row-fluid .header2 h5 , .row-fluid .header2 h6 { color:#F2F2F2; }
.row-fluid .header2 h1 { font-size:60px; line-height:1.2em; font-weight:900; font-family: museo-sans, sans-serif; text-transform:uppercase; padding-bottom: 10px; }
.row-fluid .header2 h2 { font-size:36px; line-height:1.2em; font-weight:300; font-family: museo-sans, sans-serif; text-transform:uppercase; padding-bottom: 10px; }
.row-fluid .header-video { position:absolute; left:0; top:0; z-index:1; width:100%; height:100%; overflow:hidden; }
.row-fluid .header-video video, .row-fluid .header-video iframe { width:100% !important; height:auto !important; }
.row-fluid .header2 > .row-fluid-wrapper:last-child { position:relative; z-index:3; position:relative; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .header2-text { padding:0 15% 30px; }


/*company section*/
.row-fluid .companycontent-text { padding:35px 5%; font-size:24px; line-height: 1.2em; }

/*service section*/
.row-fluid .service-boxes { background-color:#499dba; color:#F2F2F2; }
.row-fluid .service-box { padding:0 30px; float:left; width:25%; margin:0; }
.row-fluid .service-boxes h4 { color:#F2F2F2; font-family: 'Montserrat',Arial; font-size: 20px;  line-height: 30px; font-weight: 700; letter-spacing: 2px;  text-transform: uppercase; padding:0 0 15px; }
.row-fluid .service-bicon img { max-height:64px; max-width:none; }
.row-fluid .service-bicon { padding:0 0 25px; }
.row-fluid .service-box1 { background:rgba(255,255,255,0.3); }
.row-fluid .service-box2 { background:rgba(255,255,255,0.2); }
.row-fluid .service-box3 { background:rgba(255,255,255,0.1); }
.row-fluid .service-box4 { background:rgba(255,255,255,0.0); }
.row-fluid .service-bicon { padding-top:60px; }
.row-fluid .service-btext { padding-bottom:60px; }
.row-fluid .service-btext { opacity:0.8; }

/*features section*/ 
.row-fluid .features-boxes { padding:20px 0 0; }
.row-fluid .features-boxes .hs_cos_wrapper_widget { float:left; width:31.33%; margin:0 0 0 3%; padding:0 0 30px; }
.row-fluid .features-boxes .hs_cos_wrapper_widget:nth-child(3n) { clear:right; }
.row-fluid .features-boxes .hs_cos_wrapper_widget:nth-child(3n+1) { margin-left:0; clear:left; }
.row-fluid .features-img img { display:none; }
.row-fluid .features-img { height:250px; margin:0 0 25px; background-size:cover; background-position:center; background-repeat:no-repeat; }
.row-fluid .features-section h5 { text-transform:uppercase; letter-spacing:0.5px; }

/*casestudy section*/
.row-fluid .casestudy-section .hs_cos_wrapper_widget { float:left; width:25%; }
.row-fluid .casestudy-box { color:#fff; text-align:center; position:relative; float:left; width:100%; height:250px; background-size:cover; background-position:center; background-repeat:no-repeat; text-transform:uppercase; }
.row-fluid .casestudy-box:hover:before { content:''; position:absolute; left:0; background:#499dba; opacity:0.8; width:100%; height:100%;  }
.row-fluid .casestudy-btexttitle { position:relative; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; padding:0 15px; display:none }
.row-fluid .casestudy-box img { display:none; }
.row-fluid .casestudy-box a { color:#fff; }
.row-fluid .casestudy-box:hover .casestudy-btexttitle { display:block; }
.row-fluid .casestudy-btext { opacity:0.8; font-weight:700; font-size:16px; }
.row-fluid .casestudy-box h5 { padding:0 0 5px; color:#fff;}

/*richfeature section*/ 
.row-fluid .richfeature-boxes { padding:40px 0 0; }
.row-fluid .richfeature-boxes .hs_cos_wrapper_widget { float:left; width:48%; margin:0 0 0 2%; padding:0 95px 35px 0; position:relative; text-align:right; }
.row-fluid .richfeature-boxes .hs_cos_wrapper_widget:nth-child(2n) { clear:right; padding-right:0; padding-left:95px; text-align:left; }
.row-fluid .richfeature-boxes .hs_cos_wrapper_widget:nth-child(2n+1) { margin-left:0; clear:left; }
.row-fluid .richfeature-img { position:absolute; right:0; background-color:#499dba; width:65px; height:65px; border-radius: 3px; text-align:center;  padding:0 10px; }
.row-fluid .richfeature-img img { position:relative; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .richfeature-boxes .hs_cos_wrapper_widget:nth-child(2n) .richfeature-img { right:auto; left:0; }
.row-fluid .richfeature-boxes h6 { color:#414552; padding:0 0 10px; text-transform:uppercase; letter-spacing:1.2px; }

/*content left right section*/
.row-fluid .contentleftright-section { position:relative; background:#f5f5f5;  }
.row-fluid .contentleftright-section.contentleftright-darkbg { background:#414552; color:#F2F2F2 }
.row-fluid .contenttext-section {padding: 40px 20px; width:60%; margin:0; }
.row-fluid .contentimg-section {width:40%;}
.row-fluid .contentleftright-section .contenttext-section { width:50%; }
.row-fluid .contentleftright-section .contentimg-section {  width:50%; }
.row-fluid .contentrightimg-section .contentimg-section { right:0; }
.row-fluid .contentleftimg-section .contentimg-section { left:0; }
.row-fluid .contentleftimg-section .contenttext-section { float:right; }

.row-fluid .contentleftright-darkbg h1 , .row-fluid .contentleftright-darkbg h2 , .row-fluid .contentleftright-darkbg h3 , .row-fluid .contentleftright-darkbg h4 , .row-fluid .contentleftright-darkbg h5 , .row-fluid .contentleftright-darkbg h6 { color:#F2F2F2; } 
.row-fluid .contentleftright-subtext { padding:0 0 20px; font-family: museo-sans, sans-serif; font-size: 14px; line-height: 20px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; color: #999999; }
.row-fluid .contentleftright-text { padding:0 0 20px; }

/*testimonial section*/ 
.row-fluid .testimonial-slider { padding:10px 0 0; text-align:center; }
.row-fluid .testimonial-slidertext { padding:0 40px 25px; position:relative; font-size:24px; line-height:36px; font-weight:400; color:#1a1a1a; }
.row-fluid .testimonial-slidertext:before { content: "\f10d"; font-family:'FontAwesome'; position:absolute; left:0; top:0; color:#499dba; }
.row-fluid .testimonial-slidertext:after { content: "\f10e"; font-family:'FontAwesome'; position:absolute; right:0; top:0; color:#499dba; }
.row-fluid .testimonial-sliderclientname { text-align:center; color: #808080; font-size:16px; }
.row-fluid .testimonial-slidermain.bgimg-main:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background-color:#fff; opacity:0.8; }
.row-fluid .testimonial-slidermain.bgimg-main > div , .row-fluid .testimonial-slidermain.bgimg-main { position:relative; }


/*statistics section*/ 
.row-fluid .statistics-box { padding:0 5%; text-align:center; }
.row-fluid .statistics-box > div > .row-fluid { max-width:220px; display:inline-block; }
.row-fluid .statistics-bicon { vertical-align:middle; width:auto; float:none; display:inline-block; }
.row-fluid .statistics-bcount { vertical-align:middle; width:auto; float:none; display:inline-block; font-family: museo-sans, sans-serif; font-size: 42px; line-height: 60px; font-weight: 400; letter-spacing: 2px; color: #1a1a1a; }
.row-fluid .statistics-btext { padding:8px 0 0; font-family: museo-sans, sans-serif; font-size: 14px; line-height: 20px; font-weight: 400; text-transform: uppercase; letter-spacing: 2px; color: #999999; }
.row-fluid .statistics-section2 .statistics-box { padding:0 15px; }

/*cta section*/ 
.row-fluid .cta-section .widget-type-cta { float:none; width:auto; display:inline-block; }

.row-fluid .cta-section2 .link-style { float:right; width:auto;  }
.row-fluid .cta-section2 .link-style a { margin:0; }
.row-fluid .ctawithbg-section { position:relative;  border: 0px solid black; border-radius: 20px !important; margin-bottom: 60px;}
.row-fluid .ctawithbg-section:before {  border: 0px solid black; border-radius: 20px !important; content:''; position:absolute; left:0; top:0; width:100%; height:100%; background-color:#414552; opacity:0.5; }
.row-fluid .ctawithbg-section > div { position:relative; }
.row-fluid .ctawithbg-section h1 , .row-fluid .ctawithbg-section h2 , .row-fluid .ctawithbg-section h3 , .row-fluid .ctawithbg-section h4 , .row-fluid .ctawithbg-section h5 , .row-fluid .ctawithbg-section h6 { font-family: museo-sans, sans-serif; font-weight: 900; margin: 0 5%; padding: 0px; color:#f2f2f2; }
.row-fluid .ctawithbg-section h4{ font-family: museo-sans, sans-serif; font-weight: 300; margin: 0 5%; padding: 0px; color:#f2f2f2; }
.row-fluid .cta-section3 .widget-type-cta { float:none; display:inline-block; width:auto; margin:0; padding:10px 10px 0; }
.row-fluid .ctasec2-right .widget-type-cta { float:none; display:inline-block; width:auto; margin:0; padding:10px 10px 0; }
.row-fluid .cta-section2 .ctasec2-right  .link-style { float:none; width:auto;  }
.row-fluid .ctawithbg-section .sub-text { padding:25px 5% 0; color:#fff; } 
.row-fluid .ctasubscribe-form form { display:inline-block; max-width: 460px; width: 100%; }

.row-fluid .ctawithbg-section .hs_cos_wrapper:has(span span span a.cta_button){padding: 0;  bottom: 0;}

/*about we section*/
 

/*Company Logo section*/
.row-fluid .company-logoes .hs_cos_wrapper_widget { display:inline-block; width:19%; padding:0 15px; vertical-align:middle; }

/*Company Logo2 section*/
.company-logo2slider .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget { text-align:center; border-left:1px solid #e2e2e2; padding:0 25px; vertical-align:middle; height:240px; }
.company-logo2slider .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget > img  , .company-logo2slider .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget > a { position:relative; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; } 


/*Company Team section*/
.row-fluid .team-boxes .hs_cos_wrapper_widget  { float:left; width:32.33%; margin:0 0 10px 1.5%; }
.row-fluid .team-boxes .hs_cos_wrapper_widget:nth-child(3n) { clear:right; }
.row-fluid .team-boxes .hs_cos_wrapper_widget:nth-child(3n+1) { clear:left; margin-left:0; }
.row-fluid .team-bimg { height:250px; float:left; width:100%; overflow:hidden; margin:0 0 15px; }
.row-fluid .team-bimg img { width:100%; height:auto; }
.row-fluid .team-boxes h4 { text-transform:uppercase; }
.row-fluid .team-boxes h6 { text-transform:uppercase; opacity:0.7; font-size:18px; }
.row-fluid .team-bsocial a { display:inline-block; margin:5px 2px 0; background:#f5f5f5; color:#333; width:40px; height:40px; line-height:40px; font-size:20px; text-align:center; }
.row-fluid .team-bsocial a:hover { background:#499dba; color:#0a1319; }

/*Company Team2 section*/
.row-fluid .team-boxes2 .hs_cos_wrapper_widget { float:left; width:20%; padding:; vertical-align:middle; margin:25px 0 0; position:relative; text-align:center; #0a1319 }
.row-fluid .team-b2img { height:300px; overflow:hidden; background-size:cover; background-position:center top; }
.row-fluid .team-b2img img { display:none; }
.row-fluid .team-b2content { position:absolute; left:0; top:0; width:100%; height:100%; opacity:0; }
.row-fluid .team-boxes2 .hs_cos_wrapper_widget:hover .team-b2content { opacity:1; }
.row-fluid .team-b2content:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background-color:#499dba; opacity:0.3; }
.row-fluid .team-b2ccover { padding:0 25px; position:relative;  top:50%; width:100%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .team-boxes2 h1 , .row-fluid .team-boxes2 h2 , .row-fluid .team-boxes2 h3 , .row-fluid .team-boxes2 h4 , .row-fluid .team-boxes2 h5 , .row-fluid .team-boxes2 h6 { text-transform:uppercase; color:#0a1319; }
.row-fluid .team-boxes2 h6 { font-size:16px; opacity:0.8; }
.row-fluid .team-b2social a { display:inline-block; margin:5px 2px 0; background:#499dba; color:#0a1319; width:30px; height:30px; line-height:30px; font-size:18px; text-align:center; }
.row-fluid .team-b2social a:hover { background:#fff; color:#499dba; }

/*Company Team3 section*/
.row-fluid .team-boxes3 .hs_cos_wrapper_widget { float:left; width:32.33%; margin:10px 0 10px 1.5%; }
.row-fluid .team-boxes3 .hs_cos_wrapper_widget:nth-child(3n) { clear:right; }
.row-fluid .team-boxes3 .hs_cos_wrapper_widget:nth-child(3n+1) { clear:left; margin-left:0; }
.row-fluid .team-b3img img { display:none; }
.row-fluid .team-b3img { display:inline-block; margin:0 0 15px; background-size:cover; background-repeat:no-repeat; width:250px; height:250px; border-radius:100%; overflow:hidden; }
.row-fluid .team-boxes3 h4 { text-transform:uppercase; }
.row-fluid .team-boxes3 h6 { text-transform:uppercase; opacity:0.7; font-size:18px; }

/*image section*/
.row-fluid .image-section .hs_cos_wrapper_widget  { float:left; width:25%;  }
.row-fluid .image-section .hs_cos_wrapper_widget a { position:relative; display:block; height:340px; overflow:hidden; background-size:cover; background-repeat:no-repeat; background-position:center; }
.row-fluid .image-section .hs_cos_wrapper_widget a:hover:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background-color:#414552; opacity:0.5; }
.row-fluid .image-section .hs_cos_wrapper_widget a img { display:none; }

/*content boxes section*/
.row-fluid .content-box { float:left; width:33.33%; border-left:1px solid #eaeaea; }
.row-fluid .content-box:first-child() { border:none; }
.row-fluid .content-b { width:100%; padding:16%; }
.row-fluid .content-bimg { margin:0 0 25px; height:56px; }
.row-fluid .content-bimg img { max-height:56px; width:auto; position:relative; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; } 
.row-fluid .content-bimg2 { margin:0 0 25px; width:65px; height:65px; display:block; padding:0 10px; overflow:hidden; display: inline-block; background:#f2f2f2; border-radius:5px; }
.row-fluid .content-bimg2 img { position:relative; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; } 
.row-fluid .contentbox-text { padding:10px 0 20px; }

.row-fluid .content-box2 { border-left:1px solid #eaeaea; border-top:1px solid #eaeaea; }
.row-fluid .contentboxes-section .hs_cos_wrapper_widget { float:left; width:33.33%; }
.row-fluid .content-box .hs_cos_wrapper_widget { width:100%; }
.row-fluid .contentboxes-section .hs_cos_wrapper_widget:nth-child(1) .content-box2 , .row-fluid .contentboxes-section .hs_cos_wrapper_widget:nth-child(2) .content-box2 , .row-fluid .contentboxes-section .hs_cos_wrapper_widget:nth-child(3) .content-box2 , .row-fluid .content4boxes-section .hs_cos_wrapper_widget:nth-child(4) .content-box2 { border-top:none; }
.row-fluid .content4boxes-section .hs_cos_wrapper_widget { float:left; width:25%; }
.row-fluid .contentboxes-section .hs_cos_wrapper_widget:nth-child(3n) { clear:right; }
.row-fluid .contentboxes-section .hs_cos_wrapper_widget:nth-child(3n+1) { clear:left; }

.row-fluid .content4boxes-section .hs_cos_wrapper_widget:nth-child(3n) { clear:none; }
.row-fluid .content4boxes-section .hs_cos_wrapper_widget:nth-child(3n+1) { clear:none; }

.row-fluid .content4boxes-section .hs_cos_wrapper_widget:nth-child(4n) { clear:right; }
.row-fluid .content4boxes-section .hs_cos_wrapper_widget:nth-child(4n+1) { clear:left; }
.row-fluid .content4boxes-section .content-b {  padding:10%; }

.row-fluid .contentboxes-section h4 a , .row-fluid .contentboxes-section h5 a { color:#414552; }
.row-fluid .contentboxes-section h4 a:hover , .row-fluid .contentboxes-section h5 a:hover { color:#499dba; }

/*content boxes2 section*/
.row-fluid .content-boxes2 .hs_cos_wrapper_widget { float:left; width:33.33%; padding:10px 15px; }
.row-fluid .content-boxes2 .hs_cos_wrapper_widget:nth-child(3n) { clear:right; }
.row-fluid .content-boxes2 .hs_cos_wrapper_widget:nth-child(3n+1) { clear:left; }
.row-fluid .contentbox2-text { padding:10px 0 0; }
.row-fluid .contentbox2-text p { padding:0 0 15px; }
.row-fluid .content-boxes2 h4 { padding:0; font-size: 20px; font-weight: 700; letter-spacing: 2px; line-height: 30px; text-transform: uppercase; }
.row-fluid .contentbox2-icon { margin:0 0 25px; height:36px; }
.row-fluid .contentbox2-icon img { max-height:36px; width:auto; }
.row-fluid .contentbox2-icon2 { margin:0 0 25px; height:66px; }
.row-fluid .contentbox2-icon2 img { max-height:66px; width:auto; position:relative; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }

.row-fluid .content-boxes2 h4 a { color:#414552; }
.row-fluid .content-boxes2 h4 a:hover { color:#499dba; }


/*content boxes3 section*/
.row-fluid .content-boxes3 .hs_cos_wrapper_widget { float:left; width:32.33%; padding:10px 0; margin:0 0 0 1.5%; }
.row-fluid .content-boxes3 .hs_cos_wrapper_widget:nth-child(3n) { clear:right; }
.row-fluid .content-boxes3 .hs_cos_wrapper_widget:nth-child(3n+1) { clear:left; margin-left:0; } 
.row-fluid .content-boxes3 h4 { padding:0; font-size: 20px; font-weight: 700; letter-spacing: 2px; line-height: 30px; text-transform: uppercase; color:#414552; }
.row-fluid .contentbox3-icon { float:left; width:20%; padding:0 15px 0 0; }
.row-fluid .content-boxes3 h4 a { color:#414552; }
.row-fluid .content-boxes3 h4 a:hover { color:#499dba; }
.row-fluid .contentbox3-text { float:left; width:80%; }

/*content boxes4 section*/ 
.row-fluid .content-box4 { padding:15px 0; }

/*content boxes5 section*/  
.row-fluid .content-boxes5 .hs_cos_wrapper_widget { float:left; width:32.33%; padding:10px 0; margin:0 0 0 1.5%; }
.row-fluid .content-boxes5 .hs_cos_wrapper_widget:nth-child(3n) { clear:right; }
.row-fluid .content-boxes5 .hs_cos_wrapper_widget:nth-child(3n+1) { clear:left; margin-left:0; }
.row-fluid .content-b5title { padding:15px 0; font-size: 20px; font-weight: 700; letter-spacing: 2px; line-height:28px; text-transform: uppercase; color:#414552; border-bottom:1px solid #eaeaea; margin:0 0 15px; }
.row-fluid .content-b5title span { color:#499dba; }

/*blog page*/
#hubspot-topic_data { padding:10px; margin:15px 0; background:#f2f2f2; }
.about-author-sec { float:left; width:100%; padding:15px; margin:0 0 20px; border:1px solid #e4e4e4; background:#f6f6f6; }
.about-author-sec h4 { padding:0; color:#ff6600; font-size:20px; }
.about-author-sec h4 a { color:#ff6600; }
.author-img img , .hs-author-avatar img { border-radius:100%; height:auto; }
.fb_iframe_widget span { vertical-align:top !important; }

.post-item { float:left; width:100%; padding:30px 0 40px; border-bottom:1px dotted #ccc; }
.post-item h2 { padding:0 0 15px; }
.hs-featured-image { margin:0 0 15px; width:100%; padding:0; max-width:100%; }

.hs-blog-post .blog-left { padding:33px 0 0; padding-top: 15px; }
.row-fluid .blog-right { padding:33px 0 0; }

.row-fluid .blog-right h3 {text-transform:uppercase; }
.row-fluid .blog-rbox { padding:0 0 30px; border-bottom:1px dotted #ccc; margin:0 0 30px; }
.row-fluid .blog-rboxlast { margin:0; border:none; padding-bottom:0; }
.row-fluid .blog-rbox ul { margin:0; padding:0; list-style:none; }
.row-fluid .blog-rbox ul li { padding:5px 0; }
.row-fluid .blog-rbox ul li a { color:#333; }
.row-fluid .blog-rbox ul li a:hover { color:#499dba; }
.row-fluid .blog-rbox .hs_cos_wrapper_type_post_filter ul li { display:inline-block;  margin:0 5px 5px 0; font-size:12px; }
.row-fluid .blog-rbox .hs_cos_wrapper_type_post_filter ul li a { display:inline-block; padding:5px 10px; background:#f2f2f2; color:#000; font-weight:600; }
.row-fluid .blog-rbox .hs_cos_wrapper_type_post_filter ul li a:hover { background:#499dba; color:#0a1319; }

.row-fluid .new-comments label { font-weight:300; color:#5b5b5b;  float:left; width:100%; text-align:left }
.row-fluid .new-comments label span.hs-form-required { color:#f15d3d }
.hs_subscribe ul { margin:0; }

a.previous-posts-link { margin:25px 15px 0 0; }
a.next-posts-link { margin:25px 0 0 15px; }
a.all-posts-link { margin:25px 0 0; }

.hs_cos_wrapper_type_google_search a.hs-button  { margin:25px 0 0; }

.row-fluid .post-topicdate { float:left; width:100%; padding:0 0 30px; color:#b3b3b3; text-transform:uppercase; font-weight:600; line-height:20px; }
.row-fluid .post-topicdate a { color:#b3b3b3; }
.row-fluid .post-topicdate a:hover { color:#499dba; }
.row-fluid .post-topicdate span { display:inline-block; margin:0 0 0 10px; border-left:1px solid #b3b3b3; padding: 0 0 0 10px; }
.row-fluid .post-header h2 { padding:0; }

.row-fluid .pagination-blog { margin:0; padding:30px 0 00; float:left; width:100%; }
.row-fluid .pagination-blog li { display:inline-block; margin:0 5px 5px 0; }
.row-fluid .pagination-blog li a { background:#ebebeb; display:inline-block; width:30px; height:30px; line-height:30px; text-align:center; color:#333; }
.row-fluid .pagination-blog li a:hover , .row-fluid .pagination-blog li.active a { background:#499dba; color:#0a1319; }
.row-fluid .pagination-blog li.disabled { display:none; }

/*content pages*/ 
.row-fluid .content-2boxes .hs_cos_wrapper_widget { float:left; width:49%; margin:0 0 15px 2%; }
.row-fluid .content-2boxes .hs_cos_wrapper_widget:nth-child(2n) { /*clear:right;*/ }
.row-fluid .content-2boxes .hs_cos_wrapper_widget:nth-child(2n+1) { clear:left; margin-left:0; }

.row-fluid .content-3boxes .hs_cos_wrapper_widget { float:left; width:31.33%; margin:0 0 15px 1.5%; }
.row-fluid .content-3boxes .hs_cos_wrapper_widget:nth-child(3n) { /*clear:right;*/ }
.row-fluid .content-3boxes .hs_cos_wrapper_widget:nth-child(3n+1) { clear:left; margin-left:0; }

.row-fluid .content-3boxes h4 { font-size: 20px; font-weight: 700; letter-spacing: 2px; line-height: 30px; text-transform: uppercase; }
.row-fluid .content-3boxes h4 a { color:#414552; }
.row-fluid .content-3boxes h4 a:hover { color:#499dba; }

.row-fluid .content-4boxes .hs_cos_wrapper_widget { float:left; width:24%; margin:0 0 15px 1.33%; }
.row-fluid .content-4boxes .hs_cos_wrapper_widget:nth-child(4n) { clear:right; }
.row-fluid .content-4boxes .hs_cos_wrapper_widget:nth-child(4n+1) { clear:left; margin-left:0; }

.row-fluid .content-5boxes .hs_cos_wrapper_widget { float:left; width:20%; margin:0 0 15px 1.33%; }
.row-fluid .content-5boxes .hs_cos_wrapper_widget:nth-child(5n) { clear:right; }
.row-fluid .content-5boxes .hs_cos_wrapper_widget:nth-child(5n+1) { clear:left; margin-left:0; }

.row-fluid .content-6boxes { text-align:center; }
.row-fluid .content-6boxes .hs_cos_wrapper_widget { display:inline-block; width:15%; margin:0 0 15px 1.33%; }
.row-fluid .content-6boxes .hs_cos_wrapper_widget:nth-child(6n) { clear:right; }
.row-fluid .content-6boxes .hs_cos_wrapper_widget:nth-child(6n+1) { clear:left; margin-left:0; }

 
/*videos section*/ 
.row-fluid .videos-sectionmain h4 { font-size:25px; line-height:28px; }
.row-fluid .videos-sectionmain h6 { font-size:18px; text-transform:uppercase; line-height:26px; opacity:0.8; padding:0; }
.row-fluid .video-biframe { width:100%; padding:0 0 15px; }
.row-fluid .video-biframe iframe { width:100%; }

/*what we do section*/ 
.row-fluid .whatwedo-icon { float:left; width:100%; margin:0 0 20px; height:80px; }
.row-fluid .whatwedo-icon img  { max-height:80px; width:auto; }

/*services boxes section*/ 
.row-fluid .services-box { margin-top:60px; position:relative; }
.row-fluid .services-bicon { float:left; width:auto; }
.row-fluid .services-bcontent { float:left; width:100%; margin:0; padding:0 0 0 85px; }
.row-fluid .services-bicon { position:absolute; left:0; background-color:#499dba; width:65px; height:65px; border-radius:3px; text-align:center; }
.row-fluid .services-bicon span { width:65px; height:65px; display:block; padding:0 10px; overflow:hidden; }
.row-fluid .services-bicon span img { position:relative;  top:50%; width:100%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .services-bcontent h4 { font-size: 20px; font-weight: 700; letter-spacing: 2px; line-height: 26px; text-transform: uppercase; }

/*process boxes section*/ 
.row-fluid .process-box { margin-top:30px; position:relative; }
.row-fluid .process-bnumber { position:absolute; left:0; top:0; width:auto; font-size:50px; line-height:46px; color:#414552; opacity:0.2; font-weight: 700; }
.row-fluid .process-box h4 { font-size: 20px; font-weight: 700; letter-spacing: 2px; line-height: 26px; text-transform: uppercase; }
.row-fluid .process-bcontent { margin:0; width:100%; padding:0 15px 0 60px; }

.row-fluid .process-box2 { margin-top:20px; position:relative; }
.row-fluid .process-box2 h4 { font-size: 20px; font-weight: 700; letter-spacing: 2px; line-height: 26px; text-transform: uppercase; }
.row-fluid .process-bnumber2 { font-size:50px; line-height:56px; color:#414552; opacity:0.2; font-weight: 700; padding:0 0 15px; }

/*testimonial and client logoes section*/ 
.row-fluid .testimonial-slider , .row-fluid .client-logoes { padding:0 15px; }
.row-fluid .client-logoes .hs_cos_wrapper_widget  { padding:15px 0; height:140px; overflow:hidden; background:#f2f2f2; text-align:center; }
.row-fluid .client-logoes .hs_cos_wrapper_widget img { position:relative;  top:50%; width:100%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }

/*pricing section*/ 
.row-fluid .pricing-boxes { padding:50px 0 0; }
.row-fluid .pricing-box { float:left; width:33.33%; margin:0; background:#fff; border: 1px solid #e5e5e5; padding:25px 20px; }
.row-fluid .pricing-box ul { margin:0; padding:0; list-style:none; }
.row-fluid .pricing-box ul li { padding:4px 0; }
.row-fluid .pricing-box h4 { font-size: 20px; font-weight: 700; letter-spacing: 2px; line-height: 26px; text-transform: uppercase; }
.row-fluid .pricing-bpricemonth { float:left; width:100%; position:relative; padding:0 15px; }
.row-fluid .pricing-bpricemonth:before { content:''; position:absolute; left:0; top:50%; margin:-0.5px 0 0; background:#e5e5e5; height:1px; width:100%; }
.row-fluid .pricing-bpm { background:#fff; float:none; display:inline-block; position:relative; width:100px; height:100px; border: 1px solid #e5e5e5; border-radius:100%; padding:20px 15px; text-align:center; }
.row-fluid .pricing-bpmtext { font-size:30px; line-height:30px; font-weight:700; }
.row-fluid .pricing-bpmtext sub { vertical-align: bottom; font-size:14px; line-height: 19px; }
.row-fluid .pricing-bpmtext2 { font-size:14px; line-height:18px; text-transform:uppercase; font-weight:500; }
.row-fluid .pricingsub-title { margin:-5px 0 0; font-size:15px; color:#414552; opacity:0.2; font-weight: 700; padding:0 0 15px; }
.row-fluid .pricing-btext { padding:10px 0 20px; border-bottom:1px solid #e5e5e5; margin:0 0 25px; }
.row-fluid .pricing-box.pricing-boxhighlight { margin:-30px 0 0; padding-top:45px; padding-bottom:45px; }
.row-fluid .pricing-box.pricing-boxhighlight h4 { color:#499dba; font-size:24px; }
.row-fluid .pricing-box:first-child { border-right:none; }
.row-fluid .pricing-box:last-child { border-left:none; }


/*service packege section*/ 
.row-fluid .servicepackage-box { padding:100px 30px; position:relative; margin:15px 0 0; }
.row-fluid .servicepackage-box:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(255,255,255,0.8); }
.row-fluid .servicepackage-box > div { position:relative; }
.row-fluid .servicepackage-text { padding:5px 0 20px; }


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


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

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

/*gallery section*/

/*feature tab*/
.featuretab-linkmain { float:left; width:35%; position:relative; }
.featuretab-linkmain:before { content:''; right:-1px; height:100%; width:1px; background:#ccc; position:absolute; top:0; }
.featurestab-contentmain { float:right; width:65%; padding:0 0 0 30px; border-left:1px solid #ccc; }
.featuretab-content { display:none; }
.featuretab-content.active { display:block; }
.featurestab-contentmain .featuretab-linktitle { display:none; cursor:pointer;  }
.featuretab-linkmain .featuretab-linktitle { cursor:pointer; position:relative; opacity:0.8; padding:15px 50px 15px 0; font-family: museo-sans, sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 2px; line-height: 28px; text-transform: uppercase; }
.features-tabes { padding:30px 0 0; }
.featuretab-linkmain .featuretab-linktitle.active { opacity:1; }
.featuretab-linkmain .featuretab-linktitle.active:before , .featuretab-linktitle:before:hover { content:''; right:-1px; height:100%; width:1px; background:#000; position:absolute; top:0; }

/*accordian*/
.accordian-title { cursor:pointer; padding:10px 0; font-family: museo-sans, sans-serif; font-size: 14px; line-height: 28px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; border-bottom: 1px solid #e5e5e5; }
.accordian-text { padding:15px 0; display:none; float:left; width:100%; }        
.accordian-title.active { border-bottom-color:#000; }

/*faq contact*/
.row-fluid .faqcontact-box { border: 1px solid rgba(0,0,0,0.3); padding:100px 5%; margin-top:20px; }
.row-fluid .faqcontact-bicon span { display:block; height:60px; margin:0 0 15px; }
.row-fluid .faqcontact-bicon img { max-height:60px; position:relative;  top:50%;  -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .faqcontact-btitle { font-size: 20px; font-weight: 700; letter-spacing: 2px; line-height: 26px; text-transform: uppercase; }

/*contact info section*/
.row-fluid .contactinfo-box { float:left; width:25%; margin:0; border-left: 1px solid #f2f2f2; }
.row-fluid .contactinfo-box > .row-fluid-wrapper { padding:45px 50px; }
.row-fluid .contactinfo-box:first-child { border:none; }
.row-fluid .contactinfo-bicon { position:absolute; width:30px; top:5px; left:0; }
.row-fluid .contactinfo-box > .row-fluid-wrapper > div { position:relative; }
.row-fluid .contactinfo-bcontent { padding:0 0 0 60px; float:left; width:100%; margin:0; }
.row-fluid .contactinfo-btitle { font-size: 20px; font-weight: 700; letter-spacing: 2px; line-height: 26px; text-transform: uppercase; color:#414552; padding:0 0 8px; }
.row-fluid .contactinfo-btitle a { color:#414552 }
.row-fluid .contactinfo-btitle a:hover { color:#499dba }


/*connect section*/
.row-fluid .connect-bicon { margin:0 0 15px; color:#414552; display:inline-block; width:50px; height:50px; background:#f2f2fe; border-radius:100%; line-height:50px; text-align:center; font-size:22px; }
.row-fluid .connect-boxes a:hover .connect-bicon { color:#0a1319; background-color:#499dba; }
.row-fluid .connect-boxes a { color:#414552; font-size: 20px; font-weight: 700; letter-spacing: 2px; line-height: 26px; text-transform: uppercase; }
.row-fluid .connect-boxes a:hover { color:#499dba }



/*footer*/
.row-fluid .footer { color:#F2F2F2; background-color:#414552; font-size:16px;  line-height: 24px; }
.row-fluid .footer h1 , .row-fluid .footer h2 , .row-fluid .footer h3 , .row-fluid .footer h4 , .row-fluid .footer h5 , .row-fluid .footer h6 { color:#F2F2F2; } 
.row-fluid .footer h3 { padding:0 0 25px; font-family: museo-sans, sans-serif;  color: #f2f2f2 !important; font-size: 18px; line-height: 26px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; }
    
.row-fluid .footer-top { padding:80px 30px; }

.row-fluid .footer a { color:#F2F2F2; opacity:0.8; }
.row-fluid .footer a:hover { color:#499dba; opacity:1; }
.row-fluid .footer ul { margin:0; padding:0 0 15px; list-style:none; }
.row-fluid .footer ul li a:link , .row-fluid .footer ul li a:visited { padding:0; }
.row-fluid .footer ul li { margin:0 0 5px; }
 
.row-fluid .footer-social { padding:25px 0 0; }
 
.row-fluid .footer-social a.fm_youtube:before {   content: "\f167"; }
.row-fluid .footer-social a.fm_facebook:before { content: "\f09a"; }
.row-fluid .footer-social a.fm_twitter:before  { content: "\f099"; }
.row-fluid .footer-social a.fm_googleplus:before { content: "\f0d5"; }
.row-fluid .footer-social a.fm_linkedin:before { content: "\f0e1"; }
.row-fluid .footer-social a.fm_pinterest:before { content: "\f231"; }
.row-fluid .footer-social a.fm_rss:before { content: "\f09e"; }
.row-fluid .footer-social a.fm_xing:before { content: "\f168"; } 

.row-fluid .footer-social a span { display:none !important; }
.row-fluid .footer-social a { display:inline-block; border-radius:4px; width:35px; height:35px; font-family:'FontAwesome'; font-size:22px; text-align:center; line-height:35px; margin:0 10px 10px 0; color:#fff; }
.row-fluid .footer-social a:hover { opacity:0.7; }

.row-fluid .footer-menu2 { padding-left:10px; }

.row-fluid .footer .hs-rss-title { text-transform: uppercase; font-weight: 700; }

.row-fluid .footer-copyrights { padding:15px 30px; background:rgba(0,0,0,0.2); font-size:14px; } 

/*Padding Option*/
.row-fluid .padding-top10 { padding-top:10px; }
.row-fluid .padding-top20 { padding-top:20px; }
.row-fluid .padding-top30 { padding-top:30px; }
.row-fluid .padding-top40 { padding-top:40px; }
.row-fluid .padding-top50 { padding-top:50px; }

.row-fluid .padding-top0 { padding-top:0; }
.row-fluid .padding-bottom0 { padding-bottom:0; }

.row-fluid .padding-bottom10 { padding-bottom:10px; }
.row-fluid .padding-bottom20 { padding-bottom:20px; }
.row-fluid .padding-bottom30 { padding-bottom:30px; }
.row-fluid .padding-bottom40 { padding-bottom:40px; }
.row-fluid .padding-bottom50 { padding-bottom:50px; }


/*Margin Option*/
.row-fluid .margin-top10 { margin-top:10px; }
.row-fluid .margin-top20 { margin-top:20px; }
.row-fluid .margin-top30 { margin-top:30px; }
.row-fluid .margin-top40 { margin-top:40px; }
.row-fluid .margin-top50 { margin-top:50px; }

.row-fluid .margin-bottom10 { margin-bottom:10px; }
.row-fluid .margin-bottom20 { margin-bottom:20px; }
.row-fluid .margin-bottom30 { margin-bottom:30px; }
.row-fluid .margin-bottom40 { margin-bottom:40px; }
.row-fluid .margin-bottom50 { margin-bottom:50px; }



    
@media (min-width: 768px) and (max-width: 1200px){ 
    
    h1 { font-size:34px; line-height:46px; }
    h2 { font-size:30px; line-height:40px; }
    h3 { font-size:28px; line-height:34px; }
    h4 { font-size:26px; line-height:32px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:22px; line-height:26px; }
    
    /*Heading*/
    .title-withbg { padding: 70px 0; }
    
    /*top*/
    #videoOverlay img{width: 200px;}
    #videoOverlay h1{font-size: 36px;};
    .row-fluid .link-style a, .row-fluid a.link-style, .hs_cos_wrapper_type_google_search a.hs-button{font-size: 12px;}
    .row-fluid .link-style a, .row-fluid a.link-style, .hs_cos_wrapper_type_google_search a.hs-button{padding: 8px 16px;}  
  
    /*menu*/
    .row-fluid .mainmenu { float: right; padding-top:4px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding: 4px 10px; }
    
    /*header slider*/
    .row-fluid .header-slider h2 { font-size: 45px; line-height: 55px; padding: 0 0 20px; }
    
    /*header*/
    .row-fluid .header h1 { font-size: 50px; line-height: 1.2em; padding: 0 0 10px; }
    .row-fluid .header h2 { font-size: 36px; line-height: 1.2em; padding: 0 0 20px; }
  
    /*header2*/
    .row-fluid .header2 h1 { font-size: 50px; line-height: 1.2em; padding: 0 0 10px; }
    .row-fluid .header2 h2 { font-size: 36px; line-height: 1.2em; padding: 0 0 20px; }
    
    /*company section*/
 
    /*service section*/
    
    /*features section*/
    
    /*casestudy section*/
    
    /*richfeature section*/
    
    /*content left right section section*/
    .row-fluid .contentimg-section { width: 50%; }
    .row-fluid .contenttext-section { width: 50%; padding: 80px 30px; }
    
    /*testimonial section*/
    .row-fluid .testimonial-slidermain { padding: 60px 0; }
    
    
    /*statistics section*/
    .row-fluid .statistics-box { padding: 0 2%; }
    .row-fluid .statistics-bcount { font-size: 28px; }
    
    /*cta section*/
    .row-fluid .cta-section { padding: 80px 0; }
    
    /*about we section*/ 
    
    /*Company Logo section*/
    
    /*Company Logo2 section*/
    .company-logo2slider .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget { height:200px; }
 
    /*Company Team section*/
    .row-fluid .team-bimg { height:220px; }
    
    /*Company Team2 section*/
    
    /*Company Team3 section*/
    .row-fluid .team-b3img { width:160px; height:160px; }
    .row-fluid .team-boxes3 h4 { font-size: 24px; line-height: 32px; }
    
    /*image section*/
    
    /*content boxes section*/
    .row-fluid .content-b { padding: 10%; }
    .row-fluid .content4boxes-section .content-b {  padding:5%; }
    .row-fluid .content-b h5 { font-size: 18px; line-height: 22px; }
    
    /*content boxes2 section*/ 
    
    /*content boxes3 section*/
    
    /*content boxes4 section*/ 

    /*content boxes5 section*/  
    
    /*blog page*/
    
    /*content pages*/ 
    .row-fluid .content-6boxes .hs_cos_wrapper_widget { width:31.33%; margin:0 0 15px 2.5%; }
    .row-fluid .content-6boxes .hs_cos_wrapper_widget:nth-child(6n) { clear:none; margin-left:2.5%;  }
    .row-fluid .content-6boxes .hs_cos_wrapper_widget:nth-child(6n+1) { clear:none; margin-left:2.5%;  }
    .row-fluid .content-6boxes .hs_cos_wrapper_widget:nth-child(3n) { clear:right; }    
    .row-fluid .content-6boxes .hs_cos_wrapper_widget:nth-child(3n+1) { clear:left; margin-left:0; }
    
    /*videos section*/ 
    
    /*what we do section*/ 
    
    /*services boxes section*/  
    .row-fluid .services-box { margin:25px 0 0; }
    
    /*process boxes section*/ 
    
    /*testimonial and client logoes section*/      
    
    /*pricing section*/ 
    
    /*resource section */  
    
    /*gallery section*/

    /*feature tab*/

    /*accordian*/
    
    /*faq contact*/
    
    /*contact info section*/
    .row-fluid .contactinfo-box { width:50%; border-top:1px solid #f2f2f2; }
    .row-fluid .contactinfo-box:first-child() , .row-fluid .contactinfo-box:nth-child(2) { border-top:none; }
    .row-fluid .contactinfo-box:nth-child(2n+1) { border-left:none; }
    
    
    
    /*footer*/
    .row-fluid .footer-top { padding: 50px 30px; }
    
    /*Padding Option*/
    
    /* 13-6-17 for video banner */
    .row-fluid .header-videomain{height:auto!important; padding:170px 0 100px}
    .row-fluid .header-videomain>.row-fluid-wrapper:last-child{position:relative;z-index:3;position:relative;top:auto;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
 
}

@media (min-width: 992px) and (max-width: 1200px){
    
    .row-fluid .wrapper {  max-width:920px; }
    
    /*Heading*/
    
    /*top*/
    
    /*menu*/
    
    /*header slider*/
    
    /*header*/
    
    /*header2*/
    
    /*company section*/
    
    /*service section*/
    
    /*features section*/
    .row-fluid .features-img { height:200px; }
    
    /*casestudy section*/
    
    /*richfeature section*/
    
    /*content left right section section*/
    
    /*testimonial section*/
    
    /*statistics section*/
    
    /*cta section*/
    
    /*about we section*/
    
    /*Company Logo section*/
    
    /*Company Logo2 section*/

    /*Company Team section*/
    
    /*Company Team2 section*/
    
    /*Company Team3 section*/
    
    /*image section*/
    
    /*content boxes section*/
    
    /*content boxes2 section*/ 
    
    /*content boxes3 section*/
    
    /*content boxes4 section*/ 

    /*content boxes5 section*/ 
    
    /*blog page*/
    
    /*content pages*/ 
    
    /*videos section*/ 
    
    /*what we do section*/ 
    
    /*services boxes section*/ 
    
    /*process boxes section*/ 
    
    /*testimonial and client logoes section*/  
    
    /*pricing section*/ 
    
    /*resource section */

    /*gallery section*/

    /*feature tab*/

    /*accordian*/
    
    /*faq contact*/
    
    /*contact info section*/ 
    
    /*footer*/
    
    /*Padding Option*/

    
}

@media (min-width: 768px) and (max-width: 991px){
    
    /*.row-fluid .wrapper {  width:720px; }	*/
    .homepage div.body-container-wrapper div.row-fluid-wrapper.row-depth-1.row-number-8 {position: relative; margin: 0 auto; margin-bottom: 0; top: 0; z-index: 0;}
    .homepage #videoProducts h3{text-align: left; color: #499dba; text-shadow: none;}
  .video-product .nomobile {display:none;}
    /*Heading*/
    
    /*top*/
    
    /*menu*/
    
    /*header slider*/
    
    /*header*/
    
    /*header2*/
    
    /*company section*/
    
    /*service section*/
    .row-fluid .service-box { width: 50%; }
    
    /*features section*/
    .row-fluid .features-img { height: 170px; }
    
    /*casestudy section*/
    .row-fluid .casestudy-section .hs_cos_wrapper_widget { width: 50%; }
    
    /*richfeature section*/
    
    /*content left right section section*/
    
    /*testimonial section*/
    
    /*statistics section*/
    
    /*cta section*/
    
    /*about we section*/
 
    
    /*Company Logo section*/
    
    /*Company Logo2 section*/
 
    /*Company Team section*/
    .row-fluid .team-bimg { height:200px; }
    
    /*Company Team2 section*/
    
    /*Company Team3 section*/
    
    /*image section*/
    
    /*content boxes section*/
    
    /*content boxes2 section*/ 
    
    /*content boxes3 section*/
    
    /*content boxes4 section*/ 

    /*content boxes5 section*/ 
    
    /*blog page*/
    
    /*content pages*/ 
    
    /*videos section*/ 
    
    /*what we do section*/ 
    
    /*services boxes section*/ 
    
    /*process boxes section*/ 
    
    /*testimonial and client logoes section*/  
    
    /*pricing section*/
    
    /*resource section */ 
    .row-fluid .resource-box { width:50%; margin:0 0 15px; }
    
    /*gallery section*/

    /*feature tab*/

    /*accordian*/
    
    /*faq contact*/
    
    /*contact info section*/ 
    
    /*footer*/
    .row-fluid .footer h3 { font-size: 16px; letter-spacing: 1.2px; }
    .row-fluid .footer-recentpost { font-size: 14px; line-height: 21px; }
    .row-fluid .footer-menu { width:100%; margin:0 0 10px; padding:0; }
    
    /*Padding Option*/
    
    
}

@media (min-width: 481px) and (max-width: 1024px) and (orientation:landscape) {
  div.package-col div{display:block; height: 200px;}
  div.process-col{display: none!important;}
  div.package-col h6{display: block; color: #414552 !important;}
  #package-table .row-fluid .span3 {
    width: 31.914893614%;
    margin-left: 1.41843969%;
    * width:31.8617021246383%
    * margin-left:2.0744680846382977%;
  }
}

@media (min-width: 30px) and (max-width: 767px){
    
    h1 { font-size:30px; line-height:38px; }
    h2 { font-size:28px; line-height:34px; }
    h3 { font-size:26px; line-height:32px; }
    h4 { font-size:24px; line-height:30px; }
    h5 { font-size:22px; line-height:28px; }
    h6 { font-size:20px; line-height:26px; }
  
  div.adventurer-col h6, div.trailblazer-col h6{color: #414552;}
  div.package-col{margin-bottom: 20px}
  div.package-col div{display:block; min-height: 60px;}
  div.process-col{display: none!important;}
  
div.pkgColOutside{
 width: 100% !important;
}
    
div.pkgPrice{
   position: relative;
   width: 100% !important;
}
  
  .row-fluid [class*=span]{
    width: 100%; 
  }
 
  
    .row-fluid .content-section { padding-bottom:40px; padding-top:40px; }
    .row-fluid .sameheight { height:auto !important; }
    
    /*Heading*/
    .title-text h2 { letter-spacing: 1.2px; }
    .title-withbg { padding: 50px 0; }
    .sub-text { padding: 0 0 15px; }
    
    /*top*/
    .row-fluid .top { padding: 20px 0; }
  
    #videoOverlay img{display: none;}
    #videoOverlay h1{font-size: 28px; margin-top: 25%;}
    .row-fluid .link-style a, .row-fluid a.link-style, .hs_cos_wrapper_type_google_search a.hs-button{font-size: 10px;}
    .row-fluid .link-style a, .row-fluid a.link-style, .hs_cos_wrapper_type_google_search a.hs-button{padding: 6px 12px;}  
  
    /*menu*/
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { color:#FFFFFF ; padding:10px 15px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:hover { color:#333333;}
   
    /*header slider*/
    .row-fluid .header-slides { height:auto !important; }
    .row-fluid .header-slider .hs_cos_wrapper_type_custom_widget .headerslider-content { padding:130px 25px 50px; top:auto; -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);; }
    
    .row-fluid .header-slider h2 { font-size: 30px; line-height: 35px; padding: 0 0 10px; }
    .row-fluid .headerslider-text { padding: 0 0 15px; }
    .row-fluid .header-slider .slick-arrow { display:none !important; }
    
    /*header*/
    .row-fluid .header { padding: 140px 0 80px; }
    .row-fluid .header h1 { font-size: 30px; line-height: 1.2em; padding: 0 0 10px; }
    .row-fluid .header h2 { font-size: 24px; line-height: 1.2em; padding: 0 0 10px; }  
  
  
    /*header2*/
    .row-fluid .header2 { height:auto; padding: 140px 0 80px; height:auto !important; }  
    .row-fluid .header2 h1 { font-size: 30px; line-height: 1.2em; padding: 0 0 10px; }
    .row-fluid .header2 h2 { font-size: 24px; line-height: 1.2em; padding: 0 0 10px; }
    .row-fluid .header2 > .row-fluid-wrapper:last-child { position:relative; z-index:3; position:relative; top:auto; -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);; }
    .row-fluid .header2-text { padding:0 0 15px; }
    
    /*company section*/
    .row-fluid .companycontent-section { padding:40px 0; }
    .row-fluid .companycontent-text { padding:20px 0 0; font-size: 17px; line-height: 26px; }
    
    /*service section*/
    .row-fluid .service-box { padding:0 20px; width:50%; }
    .row-fluid .service-bicon { padding-top:40px; }
    .row-fluid .service-btext { padding-bottom:40px; }
    
    /*features section*/
    .row-fluid .features-section { padding:40px 0; }
    .row-fluid .features-boxes .hs_cos_wrapper_widget { margin: 0; padding: 0 0 40px; width:100%; }
    
    /*casestudy section*/
    .row-fluid .casestudy-section .hs_cos_wrapper_widget { width:50%; }
    
    /*richfeature section*/    
    .row-fluid .richfeature-section { padding:40px 0; }
    .row-fluid .richfeature-boxes { padding: 20px 0 0; width: 100%; }
    .row-fluid .richfeature-boxes .hs_cos_wrapper_widget , .row-fluid .richfeature-boxes .hs_cos_wrapper_widget:nth-child(2n) { padding: 0 0 35px 77px; text-align: left; width: 100%; }
    
    .row-fluid .richfeature-img { left: 0; }
    
    /*content left right section*/
    .row-fluid .contenttext-section { padding: 40px 20px; width:100%; }
    .row-fluid .contentimg-section { float: left; height: auto; position: relative; right: auto; width: 100%; }
    .row-fluid .contentimg-section .bg-img { display:block; }
    .row-fluid .contentleftright-section .contenttext-section { width:100%; }
    .row-fluid .contentleftright-section .contentimg-section {  width:100%; }
    
    
    /*testimonial section*/
    .row-fluid .testimonial-slidermain { padding: 40px 0; }
    .row-fluid .testimonial-slidertext { font-size: 17px; line-height: 26px; padding: 0 23px 25px; }
    
    /*statistics section*/
    .row-fluid .statistics-section { padding:30px 0; }
    .row-fluid .statistics-box , .row-fluid .statistics-section2 .statistics-box { padding:15px 0; }
    .row-fluid .statistics-bcount { font-size: 34px; line-height: 47px; }
    
    /*cta section*/
    .row-fluid .cta-section { padding: 50px 0; }
    .row-fluid .cta-section2 { text-align:center; }
    .row-fluid .cta-section2 .link-style { width:100%; }
    
    /*about we section*/ 
    
    /*Company Logo section*/
    
    /*Company Logo2 section*/
    .company-logo2slider .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget { height:180px; }
 
    /*Company Team section*/
    
    /*Company Team2 section*/
    .row-fluid .team-boxes2 .hs_cos_wrapper_widget { width:100%; margin:0; }
    .row-fluid .team-b2img { height: auto; }
    
    /*Company Team3 section*/
    .row-fluid .team-boxes3 .hs_cos_wrapper_widget { width:100%; margin:15px 0; }
    .row-fluid .team-b3img { width:160px; height:160px; }
    
    /*image section*/
    .row-fluid .image-section .hs_cos_wrapper_widget { width:50%; }
    .row-fluid .image-section .hs_cos_wrapper_widget a { height:200px; }
    
    /*content boxes section*/
    .row-fluid .content-b { padding: 10%; }
    .row-fluid .content4boxes-section .content-b {  padding:10%; }
    .row-fluid .content-box { border:none; border-top: 1px solid rgb(242, 242, 242); float: left; width: 100%; }
    .row-fluid .content-box2 , .row-fluid .content4boxes-section .content-box2 { border:none; border-top: 1px solid #eaeaea; }
    .row-fluid .contentboxes-section .hs_cos_wrapper_widget { float: left; width: 100%;  }     
    .row-fluid .content4boxes-section .hs_cos_wrapper_widget:nth-child(4) .content-box2 , .row-fluid .contentboxes-section .hs_cos_wrapper_widget:nth-child(2) .content-box2 , .row-fluid .contentboxes-section .hs_cos_wrapper_widget:nth-child(3) .content-box2 { border-top: 1px solid #eaeaea; }
    .row-fluid .content-b h5 { font-size: 20px; line-height: 24px; }    

    /*content boxes2 section*/
    .row-fluid .content-boxes2 .hs_cos_wrapper_widget { padding: 10px 15px; width: 100%; }
    
    /*content boxes3 section*/
    .row-fluid .content-boxes3 .hs_cos_wrapper_widget { width:100%; padding:10px 0; margin:0; }
    
    /*content boxes4 section*/ 

    /*content boxes5 section*/ 
    .row-fluid .content-boxes5 .hs_cos_wrapper_widget { width:100%; padding:10px 0; margin:0; }
    .row-fluid .team-boxes3 h4 { font-size: 22px; line-height:30px; }
    
    /*blog page*/
    .row-fluid .post-header h2 { font-size:25px; line-height:30px; }
    .row-fluid .post-topicdate { font-size: 15px; line-height: 14px; }
    .post-item { padding: 30px 0; }
    .post-item:first-child { padding-top:0; }
    .post-header h1 { padding-top:0; }
    
    /*content pages*/
    .row-fluid .content-left { padding:0 0 10px; }
    .row-fluid .content-mid { padding:10px 0; }
    .row-fluid .content-right { padding:10px 0 0; }

    .row-fluid .content-3boxes .hs_cos_wrapper_widget { width:100%; margin:0 0 15px; }
    
    .row-fluid .content-4boxes .hs_cos_wrapper_widget { width:48%; margin:0 0 15px 2%; }
    .row-fluid .content-4boxes .hs_cos_wrapper_widget:nth-child(4n) { clear:none; margin-left:2%; }
    .row-fluid .content-4boxes .hs_cos_wrapper_widget:nth-child(4n+1) { clear:none; margin-left:2%; }
    .row-fluid .content-4boxes .hs_cos_wrapper_widget:nth-child(2n) { clear:right; }    
    .row-fluid .content-4boxes .hs_cos_wrapper_widget:nth-child(2n+1) { clear:left; margin-left:0; }
    
    .row-fluid .content-6boxes .hs_cos_wrapper_widget { width:48%; margin:0 0 15px 2%; }
    .row-fluid .content-6boxes .hs_cos_wrapper_widget:nth-child(6n) { clear:none; margin-left:2%;  }
    .row-fluid .content-6boxes .hs_cos_wrapper_widget:nth-child(6n+1) { clear:none; margin-left:2%;  }
    .row-fluid .content-6boxes .hs_cos_wrapper_widget:nth-child(2n) { clear:right; }    
    .row-fluid .content-6boxes .hs_cos_wrapper_widget:nth-child(2n+1) { clear:left; margin-left:0; }
    
    /*videos section*/ 
    
    /*what we do section*/ 
    .row-fluid .whatwedo-boxes .hs_cos_wrapper_widget { margin-top:15px; }
    
    /*services boxes section*/ 
    .row-fluid .services-box { margin:25px 0 0; }
    
    /*process boxes section*/ 
    .row-fluid .process-bcontent { padding-right:0; }
    .row-fluid .process-boxes { padding-top:10px; }
    
    /*testimonial and client logoes section*/
    .row-fluid .testimonialclient-rightsection { padding:30px 0 0; }
    .row-fluid .testimonial-slider , .row-fluid .client-logoes { padding:0; }
    
    /*pricing section*/ 
    .row-fluid .pricing-boxes { padding:0; }
    .row-fluid .pricing-box { margin:15px 0; float:left; width:100%; padding-top:25px; padding-bottom:25px; } 
    .row-fluid .pricing-box.pricing-boxhighlight { margin:15px 0; padding-top:25px; padding-bottom:25px; } 
    .row-fluid .pricing-box:first-child { border-right:1px solid #e5e5e5; }
    .row-fluid .pricing-box:last-child { border-left:1px solid #e5e5e5; }
    
    /*resource section */ 
    .row-fluid .resource-box { width:50%; margin:0 0 15px; }
    
    /*gallery section*/

    /*feature tab*/
    .featuretab-linkmain {  display:none; }
    .featurestab-contentmain { width:100%; border:none; padding:0; }
    .featurestab-contentmain .featuretab-linktitle { display:block; padding:10px 0; float:left; width:100%;  cursor:pointer; font-family: museo-sans, sans-serif; font-size: 14px; line-height: 28px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; border-bottom: 1px solid #e5e5e5; }
    .featuretab-linktitle.active { border-bottom-color:#000; }
    .featuretab-content { display:none; padding:15px 0; float:left; width:100%; }

    /*accordian*/
    
    /*faq contact*/
    .row-fluid .faqcontact-box { padding:50px 25px; }
    
    /*contact info section*/  
    .row-fluid .contactinfo-box { width:100%; border:none; border-top:1px solid #eaeaea; } 
    
    /*footer*/
    .row-fluid .footer-top { padding:40px 0; }
    .row-fluid .footer h3 { padding: 0 0 15px; }
    .row-fluid .footer-menu2 { padding:15px 0 0; }
    .row-fluid .footer-box { padding:15px 0; }
    
    /*Padding Option*/
    .row-fluid .mobpadding-top10 { padding-top:10px; }
    .row-fluid .mobpadding-top20 { padding-top:20px; }
    .row-fluid .mobpadding-top30 { padding-top:30px; }
    .row-fluid .mobpadding-top40 { padding-top:40px; }
    .row-fluid .mobpadding-top50 { padding-top:50px; }
 
    .row-fluid .padding-top0 { padding-top:0; }
    .row-fluid .padding-bottom0 { padding-bottom:0; }
    .row-fluid .mobpadding-top0 { padding-top:0; }
    .row-fluid .mobpadding-bottom0 { padding-bottom:0; }    
    
    .row-fluid .mobpadding-bottom10 { padding-bottom:10px; }
    .row-fluid .mobpadding-bottom20 { padding-bottom:20px; }
    .row-fluid .mobpadding-bottom30 { padding-bottom:30px; }
    .row-fluid .mobpadding-bottom40 { padding-bottom:40px; }
    .row-fluid .mobpadding-bottom50 { padding-bottom:50px; }
    
    
    /*Margin Option*/
    .row-fluid .mobmargin-top10 { margin-top:10px; }
    .row-fluid .mobmargin-top20 { margin-top:20px; }
    .row-fluid .mobmargin-top30 { margin-top:30px; }
    .row-fluid .mobmargin-top40 { margin-top:40px; }
    .row-fluid .mobmargin-top50 { margin-top:50px; }

    .row-fluid .mobmargin-bottom10 { margin-bottom:10px; }
    .row-fluid .mobmargin-bottom20 { margin-bottom:20px; }
    .row-fluid .mobmargin-bottom30 { margin-bottom:30px; }
    .row-fluid .mobmargin-bottom40 { margin-bottom:40px; }
    .row-fluid .mobmargin-bottom50 { margin-bottom:50px; }
}

@media (min-width: 30px) and (max-width: 767px){
    
    .nomobile { display:none !important; }
    .row-fluid .logo img { max-height:40px; width:auto !important; margin: 0 20px!important;}

    a.cta_button{margin-top: 5px !important; padding: 4px 8px !important;}
    #videoOverlay h1{padding-bottom: 0px;}
    .homepage div.body-container-wrapper div.row-fluid-wrapper.row-depth-1.row-number-8 {position: relative; margin: 0 auto; margin-bottom: 0; top: 0; z-index: 0;}
    .homepage #videoProducts h3{text-align: left; color: #499dba; text-shadow: none;}
  
  div.video-product{width: 100%!important;}
  
  div.capabilities div.capabilityHeader{
   display: inline block;
   min-height: 50px;
   position: absolute;
   top: 0;
   left: 0;
   margin: 0;
   padding: 20px 0;
   transform: translate(0,0);
   text-align: center;
   width: 100%;
}
  
  .hdr-bgColor{
    width: 100% !important;
    height: 70px !important;
  }
  
    /*Heading*/
    
    /*top*/
    
    /*menu*/
    
    /*header slider*/
    
    /*header*/
    
    /*header2*/
    
    /*company section*/
    
    /*service section*/
    .row-fluid .service-box { width:100%; } 
    
    /*features section*/
    
    /*casestudy section*/
    .row-fluid .casestudy-section .hs_cos_wrapper_widget { width:100%; }
    
    /*richfeature section*/
    
    /*content left right section section*/
    
    /*testimonial section*/
    
    /*statistics section*/
    
    /*cta section*/
    
    /*about we section*/
    .row-fluid .aboutwe-box { padding:15px 0; }
    
    /*Company Logo section*/
    
    /*Company Logo2 section*/
 
    /*Company Team section*/
    .row-fluid .team-boxes .hs_cos_wrapper_widget  { width:100%; margin:0 0 15px; }
    
    /*Company Team2 section*/
    
    /*image section*/ 
    .row-fluid .image-section .hs_cos_wrapper_widget a { height: 160px; }
    
    /*content boxes section*/
    
    /*content boxes2 section*/ 
    
    /*content boxes3 section*/
    
    /*content boxes4 section*/ 

    /*content boxes5 section*/ 
    
    /*blog page*/
    
    /*content pages*/ 
    .row-fluid .content-2boxes .hs_cos_wrapper_widget , .row-fluid .content-4boxes .hs_cos_wrapper_widget , .row-fluid .content-5boxes .hs_cos_wrapper_widget { width:100%; margin:0 0 15px; }

    /*videos section*/ 
    
    /*what we do section*/ 
    
    /*services boxes section*/
    
    /*process boxes section*/
    
    /*testimonial and client logoes section*/  
    
    /*pricing section*/ 
    
    /*resource section */ 
    .row-fluid .resource-box { width:100%; margin:0 0 15px; }
    
    /*gallery section*/

    /*feature tab*/

    /*accordian*/
    
    /*faq contact*/
    
    /*contact info section*/ 
    
    /*footer*/
    
    /*Padding Option*/
    
    
}


@media (min-width: 768px){

  a.mobile-trigger, span.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
      padding-top: 12px;
  }

}

@media (max-width: 767px){
 
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover { color: #333333; }     
    
  /* 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: 12px;          /* Position Button at top right of screen  */
      right: 15px;        /*******************************************/
      width: 44px; /* Button width */
      height: 44px; /* Button height */      
      padding: 12px 10px;
      background: #499dba; /* Background color */
      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; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }
  
  
      .top.fixed a.mobile-trigger { top: 7px; width: 39px; height: 35px; padding: 7px 8px; }
      .top.fixed .mainmenu.js-enabled .hs-menu-flow-horizontal { position: absolute; top: 8px; }
  

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

  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: #499dba;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -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: 24px; /* 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
     ========================================================================== */

  span.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);
  }
  span.child-triggerm:hover {
      text-decoration: none;
  }


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

  span.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;
  }
  span.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  span.child-triggerm span, span.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 span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
  
  span.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;
  }
  span.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;
  }
  span.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: 12px;             /* 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: 40px 0 0 0; /* Padding to add room for close button */
      background-color: #499dba; /* 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: 22px; /* 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: #333333; /* 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: 16px; /* Font size of child lists */
  }

  /* 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 */
  }
}/* @import url('http://example.com/example_style.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    */
/*****************************************/

.footer .social-icons img{
  width: 30px !important;
  height: auto;
}

.footer .wbenc img{
  margin-top: 20px;
  width: 50% !important;
}