/* @import url('http://example.com/example_style.css'); */
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,400italic,700,700italic,300italic,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800,900);

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


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


/**
 * Find the most consistently used font styles, colors, and container widths
 * for your site and assign them to the jinja variables below for easy use
 * and reference.
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */
 
 
/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */



/* Typography */
            /*  */
            /*  */
                         /*  */
                          /*  */
  /*  */
  /*  */

/* Well Colors */






/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros
   ========================================================================== */


/**
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below.  Ignore the jinja comment tags.
  *
  * 
  */


/* Transition */


/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/





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


/**
 * Box Sizing
 *
 * Applies a natural box layout model to all elements so that width and padding
 * are essentially combined, making responsive styles easier to manage.
 */

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

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

/* Website background color and default font styles */
body {
    background: #fff;
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

hr{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .wrapper {
    float: none;
    max-width: 1190px;
    margin: 0 auto;
    padding-left:10px;
    padding-right:10px;
}

a {
    text-decoration: none;
    color: #116fcc /**/;
    -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;
    font-weight: 600;
}
a:hover,
a:focus {
    color: ;
}

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




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


/* Basic text */
p { 
    margin: 10px 0; 
    font-weight: 500!important;
    }

small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: ;
    margin: 10px 0;
    text-rendering: optimizelegibility;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

/* Lists */
ul, ol {
    list-style-position: inside!important;
    margin-left: 20px!important;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

.text-center { text-align: center; }








/* ==========================================================================


   2. COS STRUCTURE


   ========================================================================== */





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


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

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




/* ==========================================================================
   Header
   ========================================================================== */
   
.header-container{padding: 8px 0px 6px;font-family: 'Lato', sans-serif;}   
   
.header-container .widget-type-menu{
    position: relative;
}

.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
    position: absolute;
    right: 0px;
    top: 15px;
}


.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children:before {
    content: "\f0d7";
    position: absolute;
    right: 0;
    top: 11px;
    color: #333;
    font-family: "FontAwesome";
    width: 13px;
    height: 13px;
    font-size: 14px;
}



.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    max-width: 100%;
    font-size: 14px;
    font-weight: 600;
     padding: 10px 20px 15px;
    letter-spacing: .25px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Lato', sans-serif;
}

.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1.hs-item-has-children:hover:before,
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover,
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.active-branch>a, 
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-item-has-children.active-branch>ul>li.hs-item-has-children.active-branch>a,
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-item-has-children.active-branch>ul>li.hs-item-has-children.active-branch>ul>li.active-branch>a,
body .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1.hs-item-has-children.active-branch:before{color:#0c4d8d;}
   
   
.header-container .cta_button{
    color: #0c4d8d;
    font-weight: 600;
    border: 1px solid #0c4d8d;
    border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    -o-border-radius: 7px !important;
    transition: all 0.4s ease 0s !important;
    padding: 10px 0px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    top: 2px;
    font-size: 14px;
    max-width: 170px;
    width: 100%;
    text-align: center;
    font-family: 'Lato', sans-serif;

} 

@media(min-width:768px){
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{background:#f2f2f2;}
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{width:auto;text-align:left;padding: 10px 20px;}
.header-container .widget-type-cta{text-align:right;}
.header-container .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:165px;}

}




/* ==========================================================================
   Body Container Style
   ========================================================================== */


/*Section Hero*/

.section.hero{
   background-repeat: no-repeat;
   background-size: cover;
   background-position: top center;
   min-height: 600px; 
   position:relative;
   padding-top:175px;
    
}   
   
.section.hero:after{
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   display: block;
   background: rgba(255, 255, 255, 0.6);
}   

.section.hero .wrapper{
    position:relative;
    z-index:1;
}


.section.hero .widget-type-section_header{
    max-width:620px;
    
}

.section.hero h1{
    font-size:50px;
    font-weight:700;
    text-align: left;
    line-height: 60px;
    color:#0c4d8d;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 15px;
}

.section.hero .secondary-header{
    font-weight: 500;
    font-size: 26px;
    line-height: 35px;
    color: #555555;
}

.section.hero .first-cta,
.section.hero .last-cta{
    max-width: 225px;
}

.section.hero .first-cta .cta_button{
    color: #fff;
    text-decoration: none;
    border: 2px solid #0c4d8d;
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 12px 20px;
    background-color: rgb(66, 209, 170);
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    letter-spacing: 1px;
    width: 100%;
    max-width: 200px;
    margin-top: 10px;
}

.section.hero .last-cta .cta_button{
    color:#000000;
    text-decoration: none;
    border: 2px solid #000000;
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 12px 20px;
    background-color:transparent;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    letter-spacing: 1px;
    width: 100%;
    max-width: 200px;
    margin-top: 10px;
}

.section.three-col{
    text-align:center;
    padding:60px 0px;
    background: #F7F8FA;
}


.section.three-col .widget-type-header h2{
    font-weight: 500;
    color: #000000;
    letter-spacing: .25px;
    font-size: 40px;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 50px;
}

.section.three-col .widget-type-header h2:after {
    background: #0c4d8d;
    width: 65px;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    margin: 0 auto;
}

.section.three-col .wrapper h2{
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

.section.three-col .fa{
    color:#0c4d8d;
    font-size:70px;
}

.section.three-col .row-fluid .widget-type-raw_html{
    max-width: 140px;
    height: 140px;
    margin: 0 auto 25px;
    float: none;
    padding: 32px 30px 0px;
    border: 3px solid #0c4d8d;
    text-align: center;
    vertical-align: middle;
    border-radius: 100%;
    display: block;
}


.section.our-services{padding:50px 0px 0px;}

.section.our-services .animation-header{padding-bottom:60px;}

.section.our-services .animation-header h2{
    font-weight: 500;
    color: #000000;
    letter-spacing: .25px;
    font-size: 40px;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 50px;
}

.section.our-services .animation-header h2:after {
    background:#0c4d8d;
    width: 65px;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    margin: 0 auto;
}


.container-fluid .section.our-services .row-fluid .wrapper{max-width:900px;}

.section.our-services .fa{font-size:30px;}

.section.our-services .set-right{text-align:right;}

.section.our-services .row-fluid .span6{margin:0px;}

.services-border{position:relative;}

.services-border:before{
    content: '';
    position: absolute;
    left: 50%;
    top:55px;
    bottom: 0;
    width: 6px;
    border: 1px solid;
   -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top:none;
    border-bottom:none;
}


.services-border h3{
    font-size: 24px;
    font-weight: 500;
    margin: 0px;
    
}

.services-border p{
    color:#666666;
    font-weight: 500;
}

.icon-box,.icon-box1{
    position:relative;
    padding:0px 0px 85px;
}

.icon-box .widget-type-rich_text{
    padding-left: 75px;
    padding-top: 40px;
    
}


@media(min-width:768px){
    
.row-fluid [class*="span"].swap-right{
    float:right;
}
    
    }

.section.our-services .icon-box:hover .fa:after{background:#0c4d8d;}
.section.our-services .icon-box:hover .fa:before{}

.section.our-services .icon-box .fa{
    font-size: 25px;
    position: absolute;
    right: -49px;
    top: -30px;
    width: 75px;
    height: 75px;
    text-align: center;
    vertical-align: baseline;
    padding-top: 25px;
    transition: .3s;
    
}

.section.our-services .icon-box .fa:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 75px;
    height: 75px;
    background:#fff;
    box-sizing: border-box;
    border:6px double;
    transition: .2s;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    z-index: -1;
    
}


.icon-box1 .widget-type-rich_text{
    padding-right: 75px;
    padding-top: 40px;
    
}

.section.our-services .icon-box1:hover .fa:after{background:#0c4d8d;}
.section.our-services .icon-box1:hover .fa:before{}

.section.our-services .icon-box1 .fa{
    font-size: 25px;
    position: absolute;
    left: -48px;
    top: -30px;
    width: 75px;
    height: 75px;
    text-align: center;
    vertical-align: baseline;
    padding-top: 25px;
    transition: .3s;
    
}

.section.our-services .icon-box1 .fa:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 75px;
    height: 75px;
    background:#fff;
    box-sizing: border-box;
    border:6px double;
    transition: .2s;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    z-index: -1;
    
}

.section.cta_getstarted{
    background:#0c4d8d;
    padding-top: 50px;
    padding-bottom: 60px;
    text-align:center;
}

.section.cta_getstarted .widget-type-rich_text{
    margin:0 auto;
    max-width:800px;
    float:none;
}

.section.cta_getstarted .widget-type-rich_text h2{
    font-weight: 500;
    color:#ffffff;
    letter-spacing: .25px;
    font-size: 40px;
    text-align: center;
    padding-bottom:0px;
    position: relative;
    margin-bottom:20px;
    line-height: 55px;
    
}

.section.cta_getstarted .cta_button{
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 12px 20px;
    background-color: transparent;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    letter-spacing: 1px;
    width: 100%;
    max-width: 220px;
    margin-top: 25px;
}

.section.cta_getstarted .cta_button:hover{
    border:2px solid #000000;
    background:#000000;
}

.section.cta_getstarted p{
    font-size: 18px;
    font-style: italic;
    padding: 0px 20px;
    color:#ffffff;
}

.section.cta_getstarted{}

.section.cta_getstarted{}


.section.text-threecol{padding: 50px 0px 60px;}

.section.text-threecol{}

.section.text-threecol .widget-type-header h2{
    font-weight:400;
    color:#000000;
    letter-spacing: .25px;
    font-size: 40px;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 50px;
}

.section.text-threecol .widget-type-header h2:after{
    background:#0c4d8d;
    width: 65px;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    margin: 0 auto;
}

.section.text-threecol .text-col h2 {
    font-weight:600;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    text-align: left;
    
}

.section.text-threecol .text-col h2{
    
}

.ver-spc-50{padding-top:50px;}


.section.testimonial{
  padding: 50px 0 70px;
  text-align: center;
  position: relative;
  background-size: cover; 
  background-position: top center;
  background-attachment: fixed;
  }
  
.section.testimonial:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: rgba(0,0,0,0.7);
} 

.section.testimonial .row-fluid .wrapper[class*="span"]{position:relative;z-index:1;}

.section.testimonial .testimonial-heading h2{
    color:#ffffff;
    font-size:45px;
    margin-bottom: 0px;
    letter-spacing: .25px;
    font-weight: 700;
    padding-bottom:20px;
    margin-bottom: 60px;
    position:relative;
    
}

.section.testimonial .testimonial-heading h2:after{
    background:#0c4d8d;
    width:65px;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    margin: 0 auto;
}

.section.testimonial .testimonial-profile h2{
    font-size: 20px;
    color:#ffffff;
    line-height: 26px;
    font-weight:600;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: .25px;
}

.section.testimonial .testimonial-profile  h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color:#ffffff;
    letter-spacing: .25px;
}

.section.testimonial p{
    font-size: 14px;
    color:#ffffff;
    letter-spacing: .5px;
    line-height: 20px;
    margin: 0;
    font-weight:600;
}

.section.testimonial .widget-type-linked_image{text-align:left;}

.section.testimonial .testimonial-text{
    background:#0c4d8d;
    border-radius: 10px;
    font-style: italic;
    margin: 30px 0 0;
    padding: 15px 25px 20px;
    position: relative;
    text-align: left;
}
.section.testimonial .testimonial-text:after{
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #0c4d8d;
    height: 0;
    width: 0;
    left: 30px;
    top: -15px;
    position: absolute;
    content: "";
}

.section.clients-logo{}

.section.clients-logo {
    text-align: center;
    padding: 60px 0;
    background: #F7F8FA;
   
}

.section.clients-logo h2{
    margin: 0 auto;
    font-size:40px;
    line-height:50px;
    font-weight: 500;
    color: #333;
    position: relative;
    padding-bottom: 20px;
}

.section.clients-logo h2:after {
    background:#0c4d8d;
    width: 65px;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    margin: 0 auto;
}

.section.clients-logo ul {
    list-style: none;
    padding: 0;
    margin:0px 0 0;
    text-align: center;
}

.section.clients-logo li {
    display: inline-block;
    text-align: center;
    max-width: 200px;
    width: 100%;
    vertical-align: middle;
}

.section.clients-logo li img {
    max-width: 150px;
    webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id…0.3333 0 0 .3333 .3333 .3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: grayscale(100%);
    filter: gray;
}

.section.clients-logo li img:hover {
    -webkit-filter: grayscale(0%);
    -webkit-filter: none;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id…s='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale");
    filter: none;
}


/* ==========================================================================
    Section Form Style                                            
   ========================================================================== */
   

.section.form{
    position: relative;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    padding:60px 0px 60px;}
    
.section.form:after{
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   display: block;
   background: rgba(255, 255, 255, 0.8);
} 

.section.form .wrapper{position:relative;z-index:1;}

.section.form .widget-type-form {
    position: relative;
    top: -58px;
    background: rgba(66, 209, 170, 0.6);
    padding: 50px 30px;
   
}

.section.form .widget-type-linked_image{
    position: relative;
    z-index: 2;}

.section.form h3.form-title{
    padding-bottom: 15px;
    font-weight: 300;
    color: #000000;
    padding-bottom:20px;
    margin:0px 0px 50px;
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    position: relative;
}

.section.form h3.form-title:after{
    background:#0c4d8d;
    width: 65px;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    margin: 0 auto;
}
   
.section.form  input {color:#000000;padding:0px 0px 0px 16px;}
   
.section.form select{color:#000000;padding-left: 16px;opacity:0.8;}
   
form label{display:block;
   text-transform: uppercase;
   font-size: 14px;
   font-weight: 600;
   color:#000000;
   
}
   
.hs-form-required{display:none;}
   
.hs_radio.field.hs-form-field,.hs_check.field.hs-form-field,.hs_upload_file.field.hs-form-field{display:block!important;}
   
form ul li{display:block;margin-right:15px;}
   
.hs_check.field.hs-form-field label,.hs_radio.field.hs-form-field label{display:block;}
   
   body .hs_calender label,
   body .hs_number label{
   display: block;
   text-transform: uppercase;
   font-size: 14px;
   font-weight: 600;}
   
   
   /*Checkbox,Radio*/
    
form ul.inputs-list{list-style-type:none;padding-left:0px;}
   
input[type="radio"],input[type="checkbox"]{margin: 0px 10px 15px 0px;}
   
.section.form  input[type="file"]{padding:0px;}

.section.form .hs-form fieldset.form-columns-1 .hs-input{width:100%;}

.section.form .hs-form fieldset{max-width:100%;}
  
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"] {
   display:block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   box-sizing: border-box;
   height: 50px;
   border: 1px solid #DDD;
   margin-bottom:15px;
   -webkit-appearance: none;
   font-size:16px;
 
}
 
textarea{
 height:100px;
 padding-left:16px;
 border: 1px solid #DDD;
}
   
select {
 -webkit-appearance: none;
 -moz-appearance: none;
  appearance: none;
  height: 50px;
  border: 1px solid #DDD;
  font-size:16px;
  font-style: italic;
  border-radius:0px;
  padding-left: .5em;
  margin-bottom: 25px;
  background: #ffffff url(//cdn2.hubspot.net/hub/459002/file-2629539462-png/ebook-lp/form-dropdown-arw.png) 100% center no-repeat;
}
    
select#calmonth ,select#calyear{
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width:100%;
  max-width:68px;
  background:none;}
    
    #calroot #caldays{border-bottom:none!important;}
    
    
    body input[type="text"]:focus,
    body input[type="password"]:focus, 
    body input[type="datetime"]:focus, 
    body input[type="datetime-local"]:focus, 
    body input[type="date"]:focus,  
    body input[type="month"]:focus, 
    body input[type="time"]:focus,  
    body input[type="week"]:focus, 
    body input[type="number"]:focus, 
    body input[type="email"]:focus, 
    body input[type="url"]:focus, 
    body input[type="search"]:focus, 
    body input[type="tel"]:focus, 
    body input[type="color"]:focus,
    body input[type="file"]:focus,
    body textarea:focus,
    body select:focus { 
    border: 1px solid #f7751f;
    outline: none;
    }
   
  
  
    /* Placeholder Text */
 
::-webkit-input-placeholder { /* Webkit Browsers */
    opacity:0.7;
    font-size:14px;
    font-style: italic;
   
     }
      
      
:-moz-placeholder { /* Firefox 18- */
   opacity:0.7;
   font-size:14px;
   font-style: italic;
  }
  
::-moz-placeholder { /* Firefox 19+ */
   opacity:0.7;
   font-size:14px;
   font-style: italic;
  
   
}
:-ms-input-placeholder { /* IE10 */
 
   opacity:0.7;
   font-size:14px;
   font-style: italic;
  
}
 
 .hs-form-field{position:relative;}
  ul.hs-error-msgs.inputs-list{position:absolute;top:72px;margin:0px;}
  ul.hs-error-msgs.inputs-list label{color:;font-size:10px;color:red;}
  
.hs_cos_wrapper_type_form .hs-button.primary.large {
  height: 50px;
  padding:0px;
  border: none;
  width: 100%;
  font-size:18px;
  font-weight:600;
  color:#fff;
  background:#000000;
  cursor:pointer;
  margin-top: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
  
.hs_cos_wrapper_type_form .hs-button.primary.large:hover{opacity:.9;}
  



/* ==========================================================================
    Section One-Col PAge Style                                          
   ========================================================================== */


     /*Section InnerPage Hero*/
 
.section.innerpage-hero{
   background-repeat: no-repeat;
   background-size: cover;
   background-position: top center;
   min-height:350px; 
   position:relative;
   padding-top:120px;
    
}   

.contact-page .innerpage-hero {
    min-height: 700px;
}

.section.innerpage-hero:after{
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   display: block;
   background: rgba(255, 255, 255, 0.75);
}   

.section.innerpage-hero .wrapper{position:relative;z-index:1;}

.section.innerpage-hero h1{
 color:#0c4d8d;
 font-size: 50px;
 line-height: 55px;
 font-weight: 500;
 }

.section.innerpage-hero p.secondary-header{
 font-size: 26px;
 font-weight: 500;
 line-height: 35px;
 color: #555555;
 }

 /*After HEro Three CTA*/

 
.section.threecol-cta .widget-type-rich_text{
     
     margin:0px;
     text-align:center;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
 }
 

.section.threecol-cta .widget-type-rich_text ul{list-style:none;padding:0px;margin:0px;}

.section.threecol-cta .widget-type-rich_text ul li{
    float:left;
    width:33.33%;
    display:inline-block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.section.threecol-cta .widget-type-rich_text ul li a{
    
    display:block;
    width:100%;
}
 
.section.threecol-cta .widget-type-rich_text ul li:first-child a{
background:#373FB3;

}

.section.threecol-cta .widget-type-rich_text ul li:first-child + li a{
background:#FFB421;

}

.section.threecol-cta .widget-type-rich_text ul li:first-child + li + li a{
background:#FF6008;

}

.section.threecol-cta .widget-type-rich_text{
margin: 0px;
line-height: 55px;
}

.section.threecol-cta .widget-type-rich_text a{
font-size:35px;
display:block;
padding:10px 0px;
font-weight: 300;
color: #fff;
text-shadow: 1px -1px 1px #000000;
letter-spacing: .50px;
}

body .section.threecol-cta .widget-type-rich_text ul li a:hover,
body .section.threecol-cta .widget-type-rich_text ul li:first-child + li + li a:hover,
body .section.threecol-cta .widget-type-rich_text li a.nav-active,
.section.threecol-cta .widget-type-rich_text ul li:first-child + li a.nav-active,
.section.threecol-cta .widget-type-rich_text ul li:first-child + li + li a.nav-active,
.section.threecol-cta .widget-type-rich_text.list-item3:hover{
 background:#000000;
}

body .navigator{position:relative;}
    
.small-header .navigator .nav{
        position:fixed;
        top:0px;
        z-index:3;
        position: fixed;
       -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
       transform: translateY(0%);
       -webkit-transition: all .5s;
       -moz-transition: all .5s;
        transition: all .5s;
    }



 
 /*Section One Section*/

.section-one-col{}

.section-one-col{text-align:left;padding-top:0px;}

.section-one-col .wrapper{}

.section-one-col h2{
 color:#0c4d8d;
 font-size:30px;
 line-height:40px;
 font-weight:400;
 padding-bottom:0px;
}

.section-one-col h2:after{}

.section-one-col p{
 font-size:16px;
 font-weight: 500;
 line-height:25px;
 color:#555555;
}


.pt60{padding-top:60px;}


.left-sidebar{padding:75px 0px 60px;}

.sidebar_module{
    background:#F7F8FA;
    padding:75px 20px 60px;
    position: relative;
    }
    
.sidebar_module:after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    display:block;
    background:#F7F8FA;
    top:0px;
    z-index:-1;
} 

.sidebar_module h3 {
    font-size: 24px!important;
    font-weight: 700!important;
    color: #4c4c4c;
}
.sidebar_module ul, 
.sidebar_module ol {
    padding: 0!important;
    list-style-position: outside!important;
    margin-left: 1em!important;
    font-size: 1em!important;
}

.sidebar_module ul li, 
.sidebar_module ol li {
    margin-bottom: 1em!important;
}

.sidebar_module ul a, 
.sidebar_module ol a {
    font-weight: 500!important;
}

.sidebar_module .hs-form {
    margin-bottom: 40px!important;
}

blockquote{
    margin: 30px 0px 30px 30px;
    border-left: 5px solid #0c4d8d;
    padding-left: 15px;
    font-size: 16px;
    color:#666666;
    font-style: italic;
    font-weight: 500;
    letter-spacing: .25px;
    line-height: 25px;
}


.widget-type-rich_text.abt_us{
    background: #0c4d8d;
    padding: 20px;
    color: #fff;
}

.testimonial_text{}

.testimonial_text h1{
    color:#666666;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    position:relative;

}

.testimonial_text h1:before{
    content: "\f10d";
    position: absolute;
    left:-30px;
    top:0px;
    font-family: "FontAwesome";
    width:40px;
    height:40px;
    color:#666666;
    
}

.testimonial_text .page-header.section-header{
    padding:0px 0px 0px 40px;
}
  
.testimonial_text .secondary-header{
   font-size: 15px;
    font-weight:600;
    color:#000000;
    letter-spacing: .25px;
    margin-bottom:0px;
    line-height:20px;
    }

.abt_us h3{
    font-size: 20px;
    font-weight: 600;
}

.abt_us p{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .25px;
}

.our_services{
    padding-top: 50px;
    
}

.our_services h3{
    font-size: 20px;
    font-weight: 600;
    color:#000000;
    
}

.our_services ul{
    list-style: none;
    padding-left: 0;
}

.our_services ul li{
    padding-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
    


.our_services ul li:before{
    content: "\f00c";
    position: absolute;
    left: 5px;
    top:0px;
    font-family: "FontAwesome";
    width: 16px;
    height: 16px;
    color:#0c4d8d;

}

.widget-type-cta.side_cta{
    padding-top:50px;
    text-align:center;
}




/*Section Get Started*/


.section-getstarted{
 /*background:#0c4d8d;*/
 background: #ECF0F1;
 position: relative;
 padding:75px 0px 0px 0px;
 margin-top:0px;
 }
 
/*.section-getstarted:after{
 content: "";
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 display: block;
 background:url("//cdn2.hubspot.net/hubfs/459002/ecailles.png")repeat;
 }*/

.section-getstarted .wrapper{
 position:relative;
 z-index:1;
 }

.section-getstarted .widget-type-linked_image{text-align:center;}

.section-getstarted h2{
 font-size: 35px;
 font-weight:600;
 letter-spacing: 1px;
 line-height: 45px;
 margin: 0px;
 color: #ffffff;
 
}

.section-getstarted{}

.section-getstarted ul{
 padding: 25px 0px 0px;
 margin: 0px;
 list-style: none;
 }

.section-getstarted ul li{
    color:#ffffff;
    font-size: 17px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 30px;
    letter-spacing: .50px;
    font-weight:600;
}

.section-getstarted ul li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "FontAwesome";
    width: 16px;
    height: 16px;
    color: #fff;
}


.section-getstarted.cta_button{
    color: #FFF;
    text-decoration: none;
    border: 2px solid #fff;
    display: block;
    /*max-width: 200px;
    width: 100%;*/
    width: auto;
    text-align: center;
    padding: 10px;
    background-color: transparent;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 20px;
} 


.section-getstarted .cta_button:hover {
    background:#000000;
    border: 2px solid #000000;
}

.cta_button {
    display: inline-block!important;
    margin: 20px auto;    
}
    
/*section icons*/ 

.section.icons{padding:75px 0px 60px;}
.section.icons .fa{font-size:35px;color:#0c4d8d;}
.section.icons h2{
    color:#000000;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    padding-bottom: 35px;
    text-align: center;
    margin: 0px;
}

.section.icons .wrapper h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 15px;
    text-align:left;
}
.section.icons .widget-type-raw_html{text-align:center;}
.section.icons{}



/* ==========================================================================
    Section Footer Style                                          
   ========================================================================== */



.section.subscription-form {
    background-color: #003533;
    padding: 40px 0 50px;
}


.section.subscription-form h3 {
    color: #fff;
    margin: 0;
    font-size: 30px;
    text-align: center;
    line-height: 45px;
    margin-bottom: 20px;
    font-weight: 500;
}

.section.subscription-form form {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.section.subscription-form ul.hs-error-msgs.inputs-list {
    position: absolute;
    top: 52px;
    margin: 0;
}


.section.subscription-form form input[type="email"] {
    height: 50px;
    font-size: 16px;
    padding-left: 15px;
}


.section.subscription-form form input[type="submit"]:hover {
    background:#000000;
}

.section.subscription-form form input[type="submit"] {
    -webkit-appearance: none;
    background-color: #FF6008;
    border: none;
    padding: 10px;
    width: 100%;
    display: block;
    height: 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 200px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.section.subscription-form .hs-form-field{position:relative;}
 
    
    
  
/* ==========================================================================
    Section Footer Style                                          
     
  
  
.footer-container-wrapper {
    background: #333;
    padding: 65px 0;
    color: #ddd;
}  
  
.footer-container-wrapper h3 {
    color: #ddd;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
} 

.footer-container-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-container-wrapper .widget-type-post_listing h3 {
    display: none;
} 

.footer-container-wrapper ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}

.footer-container-wrapper ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    color:#0c4d8d;
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: bold;
}

.footer-container-wrapper ul li a {
    text-transform: none;
    text-decoration: none;
    color: #ddd;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.footer-container-wrapper ul li a:hover{color: #0c4d8d;}
   ========================================================================== */


@media(min-width:){}

@media (min-width: 768px){

.ftr-col2 {
    padding: 0 40px;
    border-left: 1px dashed rgba(255,255,255,0.66);
    border-right: 1px dashed rgba(255,255,255,0.66);
}

}

@media(max-width:1024px) and (min-width:768px){

.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 12px;
    padding: 14px 10px 14px;
    
}

.header-container .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: 145px;
}

.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children:before{
    right: -5px;
    top: 15px;
    font-size:11px;
}
  
.header-container .cta_button{font-size:13px;}
  
.container-fluid .section.our-services .row-fluid .wrapper{max-width:768px;}
  
.section.our-services .icon-box .fa{right:-48px;}
.section.our-services .icon-box1 .fa{left:-48px;}
    
}


@media screen and (max-width:767px) {
    
    .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,
    .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{padding: 2px 10px;text-align: left;}
    .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children:before{display:none;}
    .header-container .widget-type-cta{text-align:center;}
    .section.hero h1 ,.section.innerpage-hero h1{font-size: 35px;line-height:45px;}
    .section.hero .first-cta{margin-top:20px;}
    .section.innerpage-hero{background-position:center;min-height:400px;padding-top:75px;padding-bottom:0px;}
    .section.three-col .widget-type-header h2,
    .section.our-services .animation-header h2,
    .section.cta_getstarted .widget-type-rich_text h2,
    .section.text-threecol .widget-type-header h2,
    .section.testimonial .testimonial-heading h2,
    .section-getstarted h2,.section.clients-logo h2{font-size: 30px;line-height: 40px;}
    .section-getstarted{padding:60px 0 60px 0;}
    .section.icons{padding:60px 0px 10px 0px;}
    .section.icons h2{font-size: 30px;line-height: 40px;}
    .section.icons .widget-type-raw_html{padding-bottom:20px;}
    .section.icons .wrapper .widget-type-rich_text h2{padding-bottom:50px;font-size:16px;text-align:center;}
    .section.form h3.form-title{margin: 0 0 25px;font-size: 30px;line-height: 40px;padding-top: 20px;}
    .section.form .widget-type-form {top: -43px;padding: 50px 10px;}
    .section.form .hs-form fieldset.form-columns-2 .input,
    .section.form .hs-form fieldset.form-columns-1 .input{margin-right:0px;}
    .section.form form.hs-form .form-columns-2 .hs-form-field .hs-input,
    .section.form form.hs-form .form-columns-3 .hs-form-field .hs-input{width:100%;}
    .ver-space50{padding-top:50px;}
    .section.clients-logo li{margin-bottom:30px;}
    .services-border:before {left: 50px;}
    .section.our-services .icon-box .fa,
    .section.our-services .icon-box1 .fa{font-size: 20px;left: 2px;top: -20px;padding-top: 28px;}
    .section.our-services .icon-box .fa:after,
    .section.our-services .icon-box1 .fa:after{width: 60px;height: 60px;}
    .section.clients-logo{padding:60px 0px 35px;}
    .section.subscription-form form input[type="submit"]{max-width: 100%;position: relative;}
    .section.subscription-form{padding: 60px 0 75px;}
    .section.our-services .set-right{text-align: left;}
    .icon-box1 .widget-type-rich_text {padding-left: 75px;padding-right:0px;padding-top: 40px;}
    
    .section-two-col .widget-type-linked_image.right-side-image{float:none;}
    .section-two-col,.row-fluid .remove-margin{text-align:center;}
    .section-two-col h2{padding-top: 15px;line-height: 40px;}
    
    .mpt-60{padding-top:60px;}
    
    .sidebar_module:after{display:none;position:relative;}
    blockquote{margin: 30px 0 30px 10px;}
   
}

}


 @media(min-width:768px){
    
.make-equal-height > .row-fluid-wrapper >.row-fluid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    }
    
    
}


/*Twitter widgets Style Footer*/

.example1 {
  position: relative;
  }
  
.example1:before,.example1:after {}

.twitter-share{padding-top:20px;}

.twitter-share h3{
   font-size: 20px;
   font-weight: 600;
   padding-bottom: 15px;
   color:#000000;
   letter-spacing:.50px;
}
  
#tw-widget1 ul{
  padding: 0px;
  list-style: none;
  margin: 0px;}
  
#tw-widget1 li {
  background:;
  max-width: 340px;
  position: relative;
  margin: 0 auto; 
  margin: 0 auto 20px;}


#tw-widget1 a {
  text-decoration: none; }


#tw-widget1 .user img {display:none;}

#tw-widget1 .user a span {
    position: absolute;
    display: block;
    top: 0;
    text-align: left;
}
    
#tw-widget1 .user a span[data-scribe="element:name"] {
    position: relative;
    top:0px;
    left:0px;
    font-size:14px;
    color:#55acee;
    font-weight:600;
    padding-left: 30px;
}
    
#tw-widget1 .user a span[data-scribe="element:name"]:before{
    content: "\f099";
    position: absolute;
    font-family: "FontAwesome";
    width:22px;
    height:22px;
    left: 0px;
    top:-5px;
    color:#55acee;
    font-size: 22px;
}

#tw-widget1 .user a span[data-scribe="element:name"]:after{
    content: "\f21d";
    position: absolute;
    font-family: "FontAwesome";
    font-size:20px;
    width:22px;
    color:#222;
    height:22px;
    top:-5px;
    right:-28px;
}
    
#tw-widget1 .user a span[data-scribe="element:screen_name"] {
    position: absolute;
    top: -1px;
    left:150px;
    font-size: 14px;
    color: #101010;
}


#tw-widget1 .tweet {
  margin: 0;
  padding: 28px 0px 0px 28px;
  font-weight: 500;
  color: #868686;
  font-size: 14px;
  font-family: "Open Sans",sans-serif;
  }

#tw-widget1 .tweet a {
    color: #2D79CE;
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    text-decoration: none; }

#tw-widget1 .tweet a[data-scribe="element:url"] {
    color: #2D79CE; }


#tw-widget1 .tweet a[data-scribe="element:hashtag"] {
    color: #2D79CE; }


#tw-widget1 .interact {display:none; }


#tw-widget1 .interact a {
    padding: 15px 0;
    text-decoration: none;
    color: #fff;
    background: #04C6C4; }


#tw-widget1 .interact a:hover {
      color: #4d4d4d;
      background: #04bcba; }


#tw-widget1 .interact a:active {
      box-shadow: inset 0px 0px 10px -4px rgba(0, 0, 0, 0.75); }



#tw-widget1 .interact a:first-child {
      border-radius: 0px 0px 0px 6px; }


#tw-widget1 .interact a:last-child {
      border-radius: 0px 0px 6px 0px; }


#tw-widget1 .interact .twitter_reply_icon, #tw-widget1 .interact .twitter_fav_icon, #tw-widget1 .interact .twitter_retweet_icon {
    text-align: center;
    font-size: 0px;
    width: calc(100% / 3);
    display: inline-block; }
    

#tw-widget1 .interact .twitter_reply_icon:before, #tw-widget1 .interact .twitter_fav_icon:before, #tw-widget1 .interact .twitter_retweet_icon:before {
 font-size: 22px;
 font-family: "Fontawesome";
 -webkit-font-smoothing: antialiased;
 padding-right: 4px; }
  


#tw-widget1 .interact .twitter_reply_icon:before {
    content: ""; }
#tw-widget1 .interact .twitter_retweet_icon:before {
    content: ""; }
#tw-widget1 .interact .twitter_fav_icon:before {
    content: ""; }


/*For Post time*/
#tw-widget1 .timePosted {
  display:none; }
#tw-widget1 .timePosted:before {display:none;}

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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

.custom-menu-primary .hs-menu-wrapper{
    text-align: right;
    margin-top: 15px;
}

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  background:f7f8fa;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:f7f8fa;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:0c4d8d;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:b80e0e;
}

/* Child List */
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    left: -5px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #212121;
    padding: 13px 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:f7f8fa;
  padding: 6px 10px;
  text-align: left;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:0c4d8d;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:b80e0e;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    margin-right: 17px;
}

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

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

/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can
 * use this for custom styling on any element when the menu is in the open position.
 */

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

@media (max-width: 767px){


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

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

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

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block!important;
    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:#0c4d8d;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */
    padding: 7px 10px 8px 10px;
    background: #0c4d8d; /* Background color */
    border: 1px solid #f7f8fa;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #f7f8fa;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#b80e0e;
    background-color: #f7f8fa;
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#b80e0e;
    background-color: #f7f8fa;
    border-color: transparent;
  }


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #f7f8fa; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #b80e0e; /* Icon color */
  }


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

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

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  } */


  /* Menu Styles on Mobile Devices
     ========================================================================== */
   .custom-menu-primary {
       position: relative!important;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
       background: #f7f8fa!important;
   }
   
  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }

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

  /* Mobile Menu Styles */
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
    background-color: #f7f8fa;
    overflow: visible!important;
    position: fixed; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 80px 0 0;
    margin: 0;
    z-index: 99;
    height: 100%;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > 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 */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#0c4d8d; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#b80e0e; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-children-wrapper {
      background: #edeff3!important;
      position: relative!important;
      overflow: auto!important;
      height: auto!important;
      font-size: 14px;
  }

  .custom-menu-primary .hs-menu-children-wrapper li {
      height: 2.5em!important;
      background: transparent!important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, 1);
    padding: 0!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 12px; /* Font size of child lists */
  }

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