/* @import url('http://example.com/example_style.css'); */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400);

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

/* Reset */ 
body,html
{
    margin: 0;
    padding: 0;
    font-family: "Open Sans";
}

/* Page Structure */

.fullWrap,.outerWrap
{
    width: 100%;
    display:block;
    float:left;
}



.innerWrap
{
    max-width: 1140px;
    margin: 0 auto;
}

/* Typography */

body
{
    color: #666;
    background-color: #f8f8f8fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
}

/* Links */

.post-body a, .post-body p a,.bodyWrap .hs_cos_wrapper_type_rich_text a,a
{
    text-decoration:none;
    color: #ff7417;
}

.post-body a, .post-body p a:hover,.bodyWrap .hs_cos_wrapper_type_rich_text a:hover,a:hover
{  
     text-decoration:underline;
}

/* Form Buttons */
.hs_cos_wrapper_type_form .hs-button.primary.large, 
.hs_cos_wrapper_type_form .btn-primary,
.hs_cos_wrapper_type_form .hs-button.primary,
.hs_cos_wrapper_type_form .callToAction { 
 transition: all 0.2s linear 0s;}

.actions{text-align:center;}

.hs_cos_wrapper_type_form .hs-button.primary.large, 
.hs_cos_wrapper_type_form .btn-primary,
.hs_cos_wrapper_type_form .hs-button.primary,
.hs_cos_wrapper_type_form .callToAction { 
   background: none repeat scroll 0 0 #ff7417;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-size: 18px !important;
    font-weight: 300 !important;
    font-family: 'Open Sans', sans-serif;
    line-height: 16px;
    margin: 0;
    padding: 18px 50px;
    text-decoration: none;
    width: auto;
    margin-top:30px;
      -webkit-appearance: none;
    border-radius: 5em;
    }
    
    
.hs_cos_wrapper_type_form .hs-button.primary.large:hover,
.hs_cos_wrapper_type_form  .btn-primary:hover,
.hs_cos_wrapper_type_form  .hs-button.primary:hover,
.hs_cos_wrapper_type_form  .callToAction:hover
{
    color:#fff!important; 
    background-color: #00519b;
    text-decoration: none;
      -webkit-appearance: none;
    border-radius: 0;
}



body .hs-form fieldset.form-columns-1 .hs-input,body .hs-form fieldset {
    width: 100%;
    max-width:100%;
}

 .hs-input {
   margin-bottom:26px;
}

/* Webkit Form Style Reset */

input[type="text"],input[type="email"], textarea{
          -webkit-appearance: none;
    border-radius: 0;
    border:1px solid #dddddd;
    }
    
    input.hs-button.primary.large,input.hs-button{
          -webkit-appearance: none;
    border-radius: 0}
    
select{ /*border:1px solid #dddddd;border-radius: 0;background:#fff;*/height:28px;}

/***************************************************** Interior Site Page Content Styles *********************************************************/


.body-container{font-size:16px;line-height:25px;font-weight:300;}

.body-container h1{font-size:46px;font-weight:300;margin:16px 0;line-height:50px;}
.body-container h2{font-size:36px;font-weight:300; margin:20px 0 20px;line-height:46px;}
.body-container h3{font-size:24px;font-weight:300;margin:20px 0;}
.body-container h4{font-size:18px;font-weight:300;margin:20px 0;}
.body-container h5{font-size:14px;font-weight:300;margin:20px 0;}

/* Styles for Lists inside hs_cos_wrapper_type_rich_text elements */
.body-container .hs_cos_wrapper_type_rich_text ul{margin:0 0 20px 0;padding:0;list-style:none;}
.body-container .hs_cos_wrapper_type_rich_text ul li {
    background-image: url("//cdn2.hubspot.net/hubfs/319556/template-assets/shared/bullet.png");
    background-position: 0 14px;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 20px;
    padding: 6px 0 6px 16px;
}

/*** CTA Button Base ***/

a.cta {
    background-color: #ff7417;
    color: #fff;
    border-radius: 5em;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    margin: 20px 42px;
    padding: 16px 30px;
    text-decoration: none;
    text-transform: none;
    max-width:90%;
    transition: all 0.2s linear 0s;
}


a.cta:hover{
    text-decoration:none;
    color:#fff;
    background-color:#00519b;   
}

/* Alternate Colors */

a.cta.ctaBlue {
    background-color:#00519b;}

a.cta.ctaBlue:hover{
    background-color: #ff7417;
}

a.cta.orangeCTA_alt {
  background-color: transparent;
  border: 2px solid #ff7417;
  color: #ff7417;
}

a.cta.orangeCTA_alt:hover {
  background-color: transparent;
  border: 2px solid #00519b;
  color: #00519b;
}


a.cta.blueCTA_alt {
    background-color: transparent;
    border: 2px solid #00519b;
    color: #00519b;
}

a.cta.blueCTA_alt:hover{
  border: 2px solid #ff7417;
  color: #ff7417;
}


/***************************************************** Full Width CTA Custom Module  *********************************************************/

    .fullWidthCta{text-align:center;background-image:url(//cdn2.hubspot.net/hubfs/319556/template-assets/shared/section-divider.png);
    background-position:top center;
    background-repeat:no-repeat;
    padding-top:30px;
    
    }
    
    .fullWidthCta h2 {
        font-size: 30px;
        font-weight: 300;
        line-height: 32px;
        margin: 30px 0 10px;
    }
    
    body .outerWrap.fullWidthCta .innerWrap{border-top:1px solid #e8e8e8;padding:50px 0;overflow:auto;}
    
.fullWidthCta a.cta {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    padding-left: 2%;
    padding-right: 2%;
    width: 27%;
}

@media(max-width:481px){
    .fullWidthCta a.cta {
 margin:10px; width:50%;
}
}


@media(min-width:767px) and (max-width:950px){
    
     .fullWidthCta h2 {margin:0;}
    
   .fullWidthCta a.cta {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    margin: 10px;
    padding-left: 3%;
    padding-right: 3%;
    width: 35%;
}


}


/******************* Header + Navigation *****************/

/* Get Started Today! Offer */

.fullWrap.topBannerWrap {
    background-color: #ff7417;
    clear: both;
    display: none;
    float: left;
    padding: 6px 0;
    text-align: center;
}

.fullWrap.topBannerWrap a{font-size:18px;font-weight:300;color:#fff;text-decoration:none;}
.fullWrap.topBannerWrap a:hover{text-decoration:underline;}


#cornerPin{position:fixed;top:0;float:right;}

/* Swap Display of .topBanner and #cornerPin */
@media(max-width:1408px)
{

#cornerPin{display:none;}
.fullWrap.topBannerWrap {display:block;}

}


/* Drop Down */

.fullWrap.headerDD .headerTop
{
    display: inline-block;
    overflow: visible;
    padding: 0;
    position: relative; 
    width: 100%;
}

.fullWrap.headerDD .headerMenu ul ul
{
    background-color: #fff;
    max-width: 112px;
    padding-top: 24px;
}

.fullWrap.headerDD .headerMenu ul ul li
{
    float: left;
    padding: 0;
    width: 100%;
}

@media(max-width:1090px)
{
    .fullWrap.headerDD .headerMenu ul ul
    {
        display: none;
    };
}

@media(max-width:1140px)
{
    
    .body-container-wrapper .innerWrap, .footer-container-wrapper .innerWrap
    {
        padding: 0 20px;
    }

    .fullWrap.headerDD .headerMenu ul ul
    {
        background-color: #fff;
        margin-left: 13px;
        max-width: 112px;
        padding-top: 36px;
    };
}

.fullWrap.headerDD .headerMenu ul ul li a
{
    font-size: 14px;
    color: #333333;
    padding: 10px 24px 10px 20px;
    margin: 0;
    text-transform: none;
}

.fullWrap.headerDD .headerMenu ul ul li a:hover
{
    border-bottom: 2px solid #f3f3f3;
    background-color: #f3f3f3;
}

.fullWrap.headerDD .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a
{
    width: auto;
}

/* Header Containers */

.headerTop
{
    display: inline-block;
    overflow: auto;
    padding: 0 0 20px;
    width: 100%;
}

.headerWrap
{
    background-repeat: repeat-x;
    background-position: bottom center;
    background-color: #fff;
    border-bottom:#efefef;
    
    z-index:990;
 background-image:url(//cdn2.hubspot.net/hubfs/319556/template-assets/shared/header-bottom-bg-3.jpg);
 background-repeat:repeat-x;
 background-position:bottom;
}


/* Courtesy Button*/

#loginButton
{
    width: 100%;
    text-align: right;
}

.loginWrap
{
    float: left;
    padding-top: 20px;
}

.loginWrap a:first-child
{
}

#logo
{
    float: left;
  position: absolute; 
  top: 11px; 
  text-align: center!important;
  
}

/**** Header Menu ****/

#navWrap
{
    float: right;
    margin-top:10px;
}

.headerMenu
{
    color: #716d6d;
    float: left;
    margin: 0;
    padding: 6px 0 0;
}

.headerMenu li
{
    float: left;
   padding: 0 11px 11px;
}

.headerMenu li:first-child
{
/*padding: 6px 30px 11px;*/;
}

.headerMenu li,.headerMenu ul
{
    list-style: none;
}

.headerMenu a
{
    color: #333;
    font-weight: 300;
    font-size: 18px;
    text-decoration: none;
    text-transform: none;
    padding: 0 6px;
    border-bottom: 2px solid #fff;
}

.headerMenu a:hover
{
    text-decoration: none;
    color: #333;
    border-bottom: 2px solid #00519b;
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_menu
{
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a
{
    padding: 0 6px;
}

/* Header Buttons */

.loginWrap a.headerButton
{
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    padding: 9px 38px;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 3px 4px 4px 2px #ddd;
}

a.headerButton.freeTrialButton
{
    background-color: #4699b5;
    border: 2px solid #4699b5;
}

a.headerButton.freeTrialButton:hover
{
    background-color: #fff;
    text-decoration: none;
    color: #4699b5;
}

a.loginButton
{
    font-family: "proxima-nova";
    color: #939599;
    font-size: 16px;
    font-weight: light;
    text-decoration: none;
    padding: 8px 0 0 32px;
}

a.loginButton:hover
{
    text-decoration: none;
    color: #4d6d96;
}



#customToggle
{
    display: none;
}

@media (max-width:360px)
{

    a.loginButton
    {
        display: inline-block;
        padding: 20px 30px 10px;
    };
}

@media (max-width:480px)
{
    #loginButton
    {
        text-align: center;
        width: 100%;
        padding-top: 10px;
    }

/* Logo + Toggle */

    a#logo
    {
        float: left;
        position: initial; 
        margin-bottom: 0px;
        margin-left: 10px;
        max-width: 70%;
        padding-left: 0;
        text-align: left;
        margin-top:10px;
    }

    a#logo img
    {
    }

    #customToggle
    {
        display: block;
        float: right;
        margin-right: 20px;
        margin-top: 10px;
    }

    #navWrap.closed
    {
        display: none;
    }

    #navWrap.opened
    {
        float: none;
    }
    
    
/* Main Nav */
    ul.headerMenu li, ul.headerMenu li:first-child
    {
        background-image: none;
        border-bottom: 1px solid #cecece;
        float: left;
        padding: 10px 0;
        text-align: center;
        width: 100%;
    }

    ul.headerMenu li:first-child
    {
        border-top: 1px solid #cecece;
    }

    ul.headerMenu
    {
        width: 100%;
    }

/* Header Buttons */
    .loginWrap a.headerButton
    {
        display: inline-block;
    }

    .loginWrap
    {
        float: left;
        margin-top: 16px;
        text-align: center;
        width: 100%;
    }

    .headerTop
    {
        padding: 0 0 32px;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1
    {
        float: left;
        padding: 6px 0;
        text-align: center;
        width: 100%;
    };
}


@media (max-width:480px)
    {
        .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_menu
        {
            float: none;
        }    
        
        .hs-menu-wrapper ul
        {
            float:left;
        }
        
        .headerWrap{padding-bottom:20px;}
    
    }


@media (min-width:481px) and (max-width:1110px)
{

    .loginWrap a
    {
        margin-right: 1px;
    }

    #logo
    {
        margin-left: 20px;
        position: initial; 
    };
    
   
}

@media (min-width:1110px) and (max-width:1150px)
{
    #logo
    {
        padding-left: 20px;
    };
}

/* HubSpot Single Column Breakpoint*/
@media (min-width:481px) and (max-width:1090px)
{
    #navWrap
    {
        width: 100%;
    }

    .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_menu
    {
        float: none;
    }

    #logo
    {
        display: block;
        float: none;
        max-width: 100%;
        text-align: center;
    }

    .loginWrap
    {
        float: none;
        margin: 0 auto;
        padding: 5px 0 0;
        text-align: center;
        width: 65%;
    }

/* Center Nav Menu and Buttons */

    #navWrap
    {
        text-align: center;
        margin-top: 10px;
        float: none;
    }

    .headerWrap #loginButton
    {
        text-align: center;
        width: 100%;
        padding-right: 0;
       
    }

    .loginWrap
    {
        display: inline-block;
        float: none;
        margin: 10px auto 0;
        padding: 5px 0 0;
        text-align: center;
        width: auto;
    }


/* Adjust nav items to display centered*/
    #navWrap .headerMenu li
    {
        display: inline-block;
        float: none;
    }

    .headerMenu
    {
        float: none;
        text-align: center;
        width: auto;
    }

    .headerMenu
    {
        color: #716d6d;
        display: inline-block;
        font-size: 19px;
        margin: 0;
        padding: 0;
    };
}

@media(max-width:564px)
{
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a
    {
        display: inline-block;
        float: none;
        max-width: 200px;
        padding: 0 6px;
        width: auto;
        line-height:24px;
    };
}

@media (min-width:481px) and (max-width:1140px)
{
    .headerMenu li
    {
        float: left;
        padding: 0 11px 11px;
    }

    body .loginWrap a.loginButton
    {
        color: #939599;
        font-family: "proxima-nova";
        font-weight: 300;
        font-size: 14px;
        padding: 10px 11px;
        text-decoration: none;
    }

    #loginButton
    {
        width: 96%;
        padding-right: 4%;
    }

    #navWrap
    {
        text-align: center;
        margin-top: 10px;
    };
}

@media(min-width:480px) and (max-width:768px)
{
    .headerWrap #loginButton{margin-top:10px;}

    
}

/***************************************************** Fixed Header For Wide Desktop *********************************************************/
@media(max-width:1408px){
padding-top:46px;
}


@media(min-width:1409px){

/***** Fixed BG For Wide Desktop *****/

.headerWrap{position: fixed;width:100%;background-color:#fff;padding-top:0;}
.fullWrap.topBannerWrap{position:fixed;z-index:999;}

#heroWrap{background-position: center 126px;background-attachment: fixed;background-size: auto;}

/* Set to Height of Header */
.body-container-wrapper{margin-top:81px;}

}

/***************************************************** Hero Area *********************************************************/
  

body .body-container-wrapper #heroWrap .innerWrap{padding:0;}


#heroWrap {
   background-position: center 112px;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding: 50px 0;
    text-align: center;
}

#heroWrap.hero--has-image{ padding: 102px 0;}

#heroTextWrap{margin:0 auto; max-width:700px;padding:15px;  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);  border-radius:5em;}


#heroWrap h1 {
    color: #333;
    font-size: 42px;
    font-weight: 300;
    line-height: 50px;
    margin: 4px 0;
}


#heroWrap h2{font-size:24px; line-height:20px;font-weight:300;color:#666666;margin:6px 0 6pxpx;}


@media(max-width:480px)
{
     #heroWrap{padding:50px 0;}
     #heroWrap h1{font-size:22px;line-height:28px;}
     #heroWrap h2{font-size:18px;line-height:24px;margin-bottom:20px;}
}


@media(max-width:768px)
{
     #heroWrap{padding:50px 0;}
     #heroWrap h1{font-size:30px;line-height:34px;}
     #heroWrap h2{font-size:18px;line-height:24px;margin-bottom:20px;}
}

@media(max-width:1408px){
 #heroWrap{background-size:cover;background-position:center top;}   
}


/***************************************************** Footer *********************************************************/
.footerWrap {
    overflow: auto;
    padding-top: 36px;
    background-color:#00519b;
    margin-top:30px;
}
.hs-footer-company-copyright{width:100%;}
 .hs-footer-company-copyright{text-align:center;}

.footerWrap .hs-menu-wrapper.hs-menu-flow-vertical > ul li a, .hs-footer-company-copyright {
    color: #fff;
    display: inline-block;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 200;
    line-height: 18px;
    margin-bottom: 0;
    max-width: none;
    overflow: hidden;
    padding: 8px 0 0;
    text-decoration: none;
    text-overflow: inherit;
    white-space: normal;
}

.footerWrap .hs-menu-wrapper.hs-menu-flow-vertical > ul li a span{font-size:18px;}

.footerWrap .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

#footerContact{font-size:14px;}
#footerContact p{margin-top:0;font-size:14px;}
#footerContact span {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 14px;
    width: 100%;
}


#footerContact a{color:#fff;text-decoration:none;}
#footerContact a:hover{text-decoration:underline;}

#footerSocial a {
    display: inline-block;
    margin-top: 10px;
}


#footerBottom{color:#fff;font-size:10px;padding-bottom:26px;margin-top:50px;}
#footerBottom a{color:#fff;text-decoration:none;font-size:10px;margin-bottom:10px;line-height:14px;}
#footerBottom a:hover{text-decoration:underline;font-size:10px;}
#footerBottom .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_menu{float:right;}

@media(max-width:768px){
 .footerWrap{text-align:center;}   
 #footerBottom .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_menu{float:none;width:100%;}
 #footerLogo{display:none;}
}

/***************************************************** Blog *********************************************************/

.fullWrap.bannerWrap.blogBanner
{
    background-color: #eeeff0;
    background-image: url(//cdn2.hubspot.net/hubfs/319556/template-assets/shared/blog-hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 102px 0px 102px;
    overflow: auto;
    text-align: center;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    margin-bottom:45px;
}

.fullWrap.bannerWrap.blogBanner h1
{
    margin: 0;
    line-height: 42px;
    font-size: 42px;
    font-weight: 300;
    color: #333;
    text-transform: none;
}

.fullWrap.bannerWrap.blogBanner h1 a {
    color: #333;
    text-decoration: none;
}

.fullWrap.bannerWrap.blogBanner h1 a:hover {
    color: #00519b;
}

.fullWrap.bannerWrap.blogBanner h2
{
    margin: 10px 0 0;
    line-height: 24px;
    font-size: 24px;
    font-weight: 300;
    color: #666;
    text-transform: none;
}

.fullWrap.bannerWrap.blogBanner .hs-blog-header {
    background: rgba(255,255,255,0.9);
    border-radius: 5em;
    overflow: hidden;
    padding: 20px 110px;
    display: inline-block;
    margin: 0 auto;
}

.blogContent
{
}


/* Add padding to body, footer content on narrow viewports*/
    .hs-blog-post .body-container-wrapper, .hs-blog-listing .body-container-wrapper {
        padding-top: 0;
       
    }

@media all and (max-width:1139px) {
    .fullWrap.bannerWrap.blogBanner {
        padding-top: 90px;
    }
}
@media all and (max-width:768px) {
    .fullWrap.bannerWrap.blogBanner h1 {
        padding: 10px 0;
        line-height: 32px;
        font-size: 24px;
    }
    .fullWrap.bannerWrap.blogBanner h2 {
        line-height: 40px;
        font-size: 32px;
    }
    
    /* Remove blog header padding on narrow viewports*/
    .fullWrap.bannerWrap.blogBanner .hs-blog-header 
    {
        padding: 30px;
    }
}


/**************** Blog Title Area  ********************/


.titleWrap strong
{
    color: #535380;
    padding: 0;
    margin: 0;
    font-size: 52px;
    font-weight: 600;
}

.post-header h2
{
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 0;
}

/**************** Post Listing  ********************/

/* Hide Bio on Post Listing Pages*/
.hs-blog-listing .blogBio
{
    display: none;
}

.post-header h2, .hs-blog-post .post-header h1 {
    margin: 0 0 20px;
    padding: 0;
}

.post-header h2 a, .hs-blog-post .post-header h1 a
{
    color: #333;
    font-size: 36px;
    font-weight: 300;
    line-height: 37px;
    text-decoration: none;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}

.post-header h2 a:hover,.hs-blog-post .post-header h1 a:hover
{
    text-decoration: underline;
}

.post-header {
    margin: 0;
    display: inline-block;
}

.hs-blog-listing .post-body
{
    font-size: 15px;
    line-height: 27px;
}

/**************** Author Data  ********************/


/* Wrapper Container*/
.authorDetails
{
    float: left;
    width: 100%;
}

.authorDetails span
{
    float: left;
    padding: 12px 0;
}

#hubspot-author_data, .blogByLine
{
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 21px;
    margin-top: 0;
    padding-top: 0;
}

a.author-link
{
    color: #00519b;
    text-decoration: none;
}

a.author-link:hover
{
    color: #333;
    text-decoration: underline;
}

.hs-author-avatar
{
    border-radius: 24px;
    box-shadow: 4px 4px 4px 0 #ddd;
    float: left;
    margin-right: 10px;
}

/**************** Social Sharing  ********************/

.blogShareLinks { /* custom share buttons */ }
.hs_cos_wrapper_blog_social_sharing { /* HubSpot share buttons */ }

.hs-blog-social-share-item-facebook .fb_iframe_widget span {
    vertical-align: top !important;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 26px;
}

.blogShareLinks .customShareButton {
    font-size: 0px;
    height: 20px;
    margin: 0 5px 0 0;
    display: inline-block;
    cursor: pointer;
    background-position: left top;
    background-repeat: no-repeat;
}
.blogShareLinks .twButton {
    background-image: url(//cdn2.hubspot.net/hubfs/319556/template-assets/shared/twitterShare.png);
    width: 58px;
}
.blogShareLinks .liButton {
    background-image: url(//cdn2.hubspot.net/hubfs/319556/template-assets/shared/linkedinShare.png);
    width: 61px;
}
.blogShareLinks .fbButton {
    background-image: url(//cdn2.hubspot.net/hubfs/319556/template-assets/shared/facebookShare.png);
    width: 57px;
}
.blogShareLinks .gpButton {
    background-image: url(//cdn2.hubspot.net/hubfs/319556/template-assets/shared/googleShare.png);
    width: 32px;
}

/**************** Post Body Container  ********************/

.post-item {
    border-top: 1px solid #dddddd;
    margin-bottom: 30px;
    padding-top: 50px;
}

.post-item:first-child {
    border-top: 0;
    padding-top: 0;
}


/**************** Post Body Text  ********************/

.post-body
{
}

.post-body, .post-body p
{
    color: #333;
/*     font-size: 16px !important; */
    line-height: 30px;
    font-weight: 300;
    margin-top: 0;
}

.post-body p
{
/*margin-top:inherit;*/; 
  font-size: 20px!important;
} 

.widget-module ul{
  font-size: 20px!important;
}

.post-body img:first-child
{
    padding-bottom: 20px;
}

.post-body ul
{
    margin-left: 30px;
}




.post-body h2
{
    color: #535380;
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0;
}

.post-body h3
{
    font-weight: normal;
    color: #272a2f;
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 5px;
}

.post-body h4
{
    font-weight: normal;
    color: #ffa71d;
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 5px;
}

.logoType
{
    display: inline;
    float: none;
    font-weight: 200;
    text-transform: uppercase;
}

.logoType strong
{
    font-weight: 600;
}

.bodyWrap .hs_cos_wrapper_type_rich_text ul
{
    list-style: disc;
    margin: 0;
    padding: 0;
}

.bodyWrap .hs_cos_wrapper_type_rich_text ol
{
    margin: 0;
    padding: 0;
}

.bodyWrap .hs_cos_wrapper_type_rich_text li.liContent
{
    color: #bb8748;
    font-weight: 800;
}

.bodyWrap .hs_cos_wrapper_type_rich_text li .liContentInner
{
    background-position: left 10px;
    background-repeat: no-repeat;
    color: #636466;
    font-size: 14px;
    font-weight: 600;
}

.bodyWrap .hs_cos_wrapper_type_rich_text li
{
    padding-bottom: 30px;
}

.bodyWrap .hs_cos_wrapper_type_rich_text ol li , .bodyWrap .hs_cos_wrapper_type_rich_text ul li
{
    background-position: left 10px;
    background-repeat: no-repeat;
    color: #636466;
    font-size: 14px;
    font-weight: 600;
    margin-left: 20px;
    padding-bottom: 8px;
}

.bodyWrap .hs_cos_wrapper_type_rich_text ul li.liContent
{
    padding-bottom: 8px;
}

blockquote, blockquote p, blockquote p em
{
    color: #666;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
}

blockquote
{
    border-left: 8px solid #8DD6F6;
    margin-left: 0;
    padding-left: 50px;
}
/**************** Per Post 'Read More' Link  ********************/
/* The read more link can be moved inside the 'post-body' element in the Template Editor so it ends up inside the '.post-item' element when rendered */

a.more-link {
    border: 0;
    border-radius: 5em;
    color: #fff;
    background: #ff7417;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    margin: 20px 0;
    padding: 18px 45px;
    text-decoration: none;
    transition: all 0.2s linear;
}

a.more-link:hover {
    background-color: #00519b;
    text-decoration: none;
}

/**************** Topics  ********************/

.blog-listing-wrapper #hubspot-topic_data {
    display: none;
}


/**************** Blog Pagination  ********************/
.blog-pagination {
    color: #333;
    margin: 30px 0;
    padding: 30px 0;
    width: 100%;
    border-top: 1px solid #dddddd;
}

.blog-pagination a {
    border: 0;
    border-radius: 5em;
    color: #fff;
    background: #ff7417;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    margin: 20px 20px 20px 0;
    padding: 10px 45px;
    text-decoration: none;
    transition: all 0.2s linear;
}

.blog-pagination a:hover {
    background-color: #00519b;
    text-decoration: none;
}

/**************** Blog Listing Featured Image ********************/

.hs-featured-image-wrapper {
    float: none;
    clear: both;
}

.hs-featured-image-wrapper img
{
    border: 0 none;
}

.hs-featured-image
{
    float: none;
    margin: 0;
    max-width: inherit;
    padding: 0 0 20px;
    border: 0 none;
    max-width: 100%;
    height: auto;
}

a.hs-featured-image-link
{
}

.custom_listing_comments
{
    display: none;
    background-repeat: no-repeat;
    color: #333;
    font-size: 18px;
    padding: 3px 0 5px 38px;
}

/**************** Single Post Title  ********************/

.hs-blog-post .post-header
{
    padding-top: 0;
}

/**************** Single Post Images  ********************/

.section.post-body img
{
    max-width: 100%;
    width: 100%;
}
    
    
/**************** Single Post Topics ********************/ 

a.topic-link
{
    color: #00519b;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

a.topic-link:hover
{
    text-decoration: underline;
}


/**************** Comment Form  ********************/

    
#comment-form h4
{
    color: #535380;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 26px;
    margin-top: 0;
}

#comment-form h2
{
    margin: 0 0 20px;
    font-weight: 400;
}

.widget-type-blog_comments
{
    overflow: hidden;
    
    padding: 0;
    margin: 0 0 57px;
    padding: 30px 26px;
    
}

#comment-form label
{
    float: left;
    font-size: 12px;
    margin-bottom: 10px;
    color: #545558;
}

#comment-form .hs-form-field
{
    width: 100%;
    display: inline-block;
}

#comment-form input, #comment-form textarea
{
    border: 1px solid #c5c5c5;
    clear: both;
    float: left;
    margin-bottom: 12px;
    max-width: 368px;
    padding: 12px;
}

#comment-form .field.hs-form-field.follow-up-field
{
    clear: both;
    float: left;
    width: 100%;
}

#comment-form .hs_submit input
{
    
    border-radius: 5em;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    margin: 20px 0;
    padding: 12px 26px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #ff7417;
    color: #fff;
}

#comment-form .hs_submit input:hover
{
    color: #fff;
    background: #00519b;
    text-decoration: none;
    cursor: pointer;
}

#comment-form input[type="checkbox"]
{
    margin-top: 2px;
}

.follow-up-field #comment-form label
{
    line-height: 20px;
}

#comments-listing .comment.depth-0
{
    padding-top: 6px;
}
/**************** Sidebar Module Wrappers ********************/ 

.blogSidebarSocial,
.widget-type-post_filter .layout-widget-wrapper,
.widget-type-post_listing .layout-widget-wrapper,
.widget-type-blog_subscribe .layout-widget-wrapper {
    margin-bottom: 30px;
    overflow: hidden;
}

/**************** Sidebar Search ********************/ 


.hs_cos_wrapper_type_google_search {
    color: #333;
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 50px;
    overflow: visible;
    padding: 20px 0;
}

.hs_cos_wrapper_type_google_search label
{
  color: #333;
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 8px;
    display:block;
}


.hs_cos_wrapper_type_google_search input.hs-input {
    border: 1px solid #ddd;
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom:10px;
    max-width: 200px;
    padding: 8px;
    width: calc(75% - 5px);
}


.hs_cos_wrapper_type_google_search a.hs-button.primary {
    background-color: #ff7417;
    border: 0 none;
    border-radius: 5em;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 100;
    line-height: 16px;
    margin: 0 0 10px;
    padding: 8px 15px;
    text-decoration: none;
    transition: all 0.2s linear 0s;
    text-align:center;
}

.hs_cos_wrapper_type_google_search a.hs-button.primary:hover {
    background-color: #00519b;
    text-decoration: none;
}

/**************** Sidebar Post Filter & Recent POsts ********************/ 
.widget-type-post_filter,
.hs_cos_wrapper_type_post_listing {
    color: #272A2F;
    margin-bottom: 20px;
    padding: 0;
    font-size: 16px;
    line-height: 28px;
}

.hs_cos_wrapper_type_post_filter h3,
.hs_cos_wrapper_type_post_listing h3 {
    font-weight: 300;
    font-size: 28px;
    color: #333;
    margin: 0;
}

.hs_cos_wrapper_type_post_filter ul,
.hs_cos_wrapper_type_post_listing ul {
    list-style: none;
    margin: 0;
    padding: 0 0 20px;
    font-size: 14px;
}

.hs_cos_wrapper_type_post_filter ul li,
.hs_cos_wrapper_type_post_listing ul li {
    border-bottom: 1px solid #e3e3e3;
    float: left;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
}

.hs_cos_wrapper_type_post_filter ul li a,
.hs_cos_wrapper_type_post_listing ul li a {
    padding: 0;
    display: block;
    text-decoration: none;
    color: #333;
    width: 100%;
    box-sizing: border-box;
}

.hs_cos_wrapper_type_post_filter ul li a:hover,
.hs_cos_wrapper_type_post_listing ul li a:hover {
    text-decoration: underline;
    color: #333;
}

/**************** Sidebar Social ********************/ 
#blogSidebarSocial
{
    text-align: center;
    width: 100%;
    margin: 0 auto 30px;
}

#blogSidebarSocial a{padding:10px 5px;}

/**************** Sidebar Email Subscribe ********************/ 


.widget-type-blog_subscribe {
    color: #333;
    padding: 20px 0;
    overflow: auto;
    font-size: 18px;
    line-height: 24px;
}

h3#hs_cos_wrapper_blog_subscription_title
{
    font-weight: 300;
    font-size: 28px;
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
}


.widget-type-blog_subscribe .hs-richtext{font-size:14px;margin-bottom:14px;}

.widget-type-blog_subscribe div.hs_email {
    width: calc(75% - 5px);
    margin-right: 5px;
    display: block;
    float:left;
}

.widget-type-blog_subscribe div.hs_email input {
    font-size: 14px;
    /*line-height: 14px;*/
    font-weight: 300;
   /* padding: 3px 5px;*/
    border: 1px solid #ddd;
    font-family: "Open Sans";
}

.widget-type-blog_subscribe div.hs_email label {
    display: none;
}

.widget-type-blog_subscribe .email-validation {
    clear: both;
    color: #333333;
    margin: 10px 0;
    padding-top: 0;
    width: 100%;
}

/*** Submit Buttom ***/

body .widget-type-blog_subscribe div.hs_submit {
    width: calc(25% - 5px);
    margin-left: 5px;
    display: inline-block;
}

.hs_cos_wrapper_widget.hs_cos_wrapper_type_blog_subscribe input.hs-button.primary.large {
    border: 0;
    border-radius: 5em;
    margin: 0;
    color: #fff;
    display: block;
    width: 100%;
    float: none;
    font-size: 16px;
    line-height: 16px;
    padding: 8px 0;
    text-decoration: none;
    background-color: #ff7417;
    font-weight: 100;
    cursor: pointer;
    transition: all 0.2s linear;
}
.hs_cos_wrapper_widget.hs_cos_wrapper_type_blog_subscribe input.hs-button.primary.large:hover {
    background-color: #00519b;
    text-decoration: none;
}

/* Modify 'Submit' text size for intermediate displays*/

@media (max-width:767px)
{
    
   .hs_cos_wrapper_widget.hs_cos_wrapper_type_blog_subscribe input.hs-button.primary.large{font-size:12px;clear:both;float:left;}
    
    
}

@media(min-width:768px) and (max-width:866px)
{
    .hs_cos_wrapper_widget.hs_cos_wrapper_type_blog_subscribe input.hs-button.primary.large {font-size:10px;}
    
    
}

@media(min-width:867px) and (max-width:1140px)
{
    .hs_cos_wrapper_widget.hs_cos_wrapper_type_blog_subscribe input.hs-button.primary.large {font-size:12px;}
    
    
}


/* Blog Sidebar Group*/

.sideBarGroup
{
    background-color: #f6f6f6;
    border: 1px solid #cfdde4;
    margin-bottom: 30px;
    padding-bottom: 20px;
}



/* Blog Comment Section */



.hs-blog-listing .widget-type-blog_comments
{
    display: none;
}

#captcha_wrapper
{
    clear: both;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

#recaptcha_area, #recaptcha_table
{
    clear: both;
    float: left;
}

input#add-comment-button
{
    background-color: #1D6EB7;
    border: 0 none;
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

input#add-comment-button:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

.comment-from h4
{
    font-size: 1.2em;
    font-weight: 700;
    margin: 0;
}

#comment-form .follow-up-field label
{
    line-height: 24px;
}



/***************************************************** END Blog *********************************************************/

/***************************************************** Page Sections *********************************************************/


/* Section BG Colors */

.light-gray-bg,  .light-gray-background{background-color:#f2f2f2;}

.hs-site-page .pageSection{font-size:14px;line-height:30px;color:#333;padding:20px 0 20px;
}

.hs-site-page .pageSection.showDivider{
    background-image: url("//cdn2.hubspot.net/hubfs/319556/template-assets/shared/section-divider.png");
    background-position: center bottom;
    background-repeat: no-repeat;
}

.hs-site-page .pageSection.showDivider_top{
    background-image: url("//cdn2.hubspot.net/hubfs/319556/template-assets/shared/section-divider.png");
    background-position: center top;
    background-repeat: no-repeat;
}

/* Hide divider graphic for .pageSections with gray bg */
.hs-site-page .pageSection.light-gray-bg{background-image:none;}

.outerWrap.pageSection.heroWithInlineImage{border-bottom:2px solid #e5e5e5;padding:50px 0;margin-bottom:20px;}
.outerWrap.pageSection.heroWithInlineImage.hero--has-image{padding-bottom:68px;margin-bottom:20px;}
.removeBorder .outerWrap.pageSection.heroWithInlineImage {
    border-bottom: medium none;
    padding-bottom: 0;
}

.outerWrap.pageSection.OneTwoOne{}
.pageSection.OneThreeOne{line-height:24px;}
.image--borders img{border:1px solid #d3d3d3;}

h1{font-size:42px;line-height:48px;color:#333;margin:0 0 44px;}
h2{font-size:42px;line-height:48px;color:#333;margin:0 0 30px;}
h3, .pageSection h3{font-size:36px;line-height:48px;color:#333;margin:0 0 44px;}
body .pageSection h4{font-size:24px;line-height:30px;color:#333;margin:0 0 20px;font-weight:300;}
body .pageSection h5{font-size:18px;font-weight:300;color:#333;}

.pageSection a.cta{font-size:18px;}

.pageSection.twoColCtaWithGraphic h4{margin-top:24px;}

.pageSection a.cta{padding: 11px 30px;
min-width: 158px;}

a.textCta{font-size:18px;color:#00519b;font-weight:300;text-decoration:none;margin:30px 0;display:inline-block;}
a.textCta:hover{text-decoration:underline;}

.outerWrap.pageSection.heroWithInlineImage h1{font-size:42px;}
.outerWrap.pageSection.heroWithInlineImage.hero--has-image h1{margin-bottom:44px;}
.outerWrap.pageSection.heroWithInlineImage .inlineHeroImage{text-align:center;}
.outerWrap.pageSection.heroWithInlineImage .inlineHeroImage img{ max-width:100%;border:1px solid #f0f0f0;}

.pageSection li{font-size:18px;margin-bottom:28px;}

@media(max-width:480px){
    
    .body-container .outerWrap.pageSection.heroWithInlineImage h1{font-size: 30px;line-height:34px;}
    
            .pageSection h2 {
        font-size: 26px;
        line-height: 30px;
        margin:16px 0;
    }
    
    h3, .pageSection h3 {
        font-size: 22px;
        line-height: 30px;
        margin:20px 0;
    }
    body .pageSection h4 {
        color: #333;
        font-size: 16px;
        font-weight: 300;
        line-height: 25px;
        margin: 20px 0;
    }
    
    .pageSection a.cta{margin:20px 0;}

    .pageSection [class*="span"]{margin:10px 0;}
     .pageSection [class*="span"]:first-of-type{margin-top:0;}
    .pageSection [class*="row"]:first-of-type{margin-top:0px;}
    .pageSection.OneThreeOne [class*="row"]:first-of-type, .pageSection.OneTwoOne [class*="row"]:first-of-type{margin-top:0;}

    .hs-site-page .pageSection{padding: 0;}

    .pageSection.OneThreeOne, .pageSection.OneTwoOne{margin-bottom:0;padding:0;}
    
    .pageSection.OneThreeOne .topRow, .pageSection.OneTwoOne .topRow{margin-top:20px; margin-bottom:0;}
    .pageSection.OneThreeOne .bottomRow, .pageSection.OneTwoOne .bottomRow{margin-top:0px;margin-bottom:20px;}
    
    .mobile--centered{text-align:center;}
    
}

@media (min-width:481px) and (max-width:768px){
    .outerWrap.pageSection.heroWithInlineImage h1{font-size:30px;}
    h3, .pageSection h3{font-size:28px;}
        .pageSection h2 {
        font-size: 26px;
        line-height: 30px;
        margin:20px 0;
    }
    
 .pageSection a.cta{max-width: none;
    min-width: 0;}   
.pageSection.twoColCtaWithGraphic h4{margin-bottom:0;}    

.pageSection [class*="span"], .pageSection .span6, .pageSection .span4{
    margin-bottom: 20px;
}

    .hs-site-page .pageSection{padding:10px 0 10px;}

    .pageSection.OneThreeOne, .pageSection.OneTwoOne{margin-bottom:0;padding:0;}
    
    .pageSection.OneThreeOne .topRow, .pageSection.OneTwoOne .topRow{margin-top:10px; margin-bottom:0;}
    .pageSection.OneThreeOne .bottomRow, .pageSection.OneTwoOne .bottomRow{margin-top:0px;margin-bottom:10px;}


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

@media (min-width:769px) and (max-width:1139px){
 .pageSection a.cta{padding:11px 0;}
 
}

/* Quote Section*/

.pageSection.quote blockquote {
    border-left: medium none;
    float: right;
    margin-right: 100px;
    max-width: 844px;
    padding-left: 0;
    
}

.pageSection.quote blockquote,.pageSection.quote blockquote p{font-size:18px;line-height:24px;font-weight:300;}


.pageSection.quote blockquote{
    padding-left:100px;
    padding-top:14px;
    background-image:url(//cdn2.hubspot.net/hubfs/319556/template-assets/shared/quote.png);
background-repeat:no-repeat;
background-position:top left;}

.pageSection.quote blockquote cite{width:100%;}

.pageSection.quote blockquote cite span.quoteCite {
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    margin-top: 35px;
    width:100%;
}

@media(max-width:768px){
 .pageSection.quote blockquote{margin-right:0;background-position:top 10px;padding-left: 62px;}
 .pageSection.quote blockquote,.pageSection.quote blockquote p{font-size:16px;line-height:22px;font-weight:300;}
 .pageSection.quote blockquote cite span.quoteCite {font-size:14px;}
}

/* Five Column */

 body .pageSection.fiveCol h4{margin-bottom:20px;display:inline-block;}   

.row-fluid .fiveCol .span2 {
    width: 16%;
}

@media(max-width:767px){
 .row-fluid .fiveCol .span2 {
    width:inherit;
}   
}

@media(max-width:970px){
 body .pageSection.fiveCol h4{font-size:18px;}   
}

/*******************************************************************************************************************************/
/***************************************************** Contact *********************************************************/
/*******************************************************************************************************************************/

/*body.cosContact , html .cosContact { letter-spacing:1.1px; color:#333333; }
.cosContact .header-container-wrapper,.cosContact  .header-container { overflow:auto; }
*/


/*.cosContact .headerWrap > .cosContact .innerWrap { padding:20px 0; overflow:auto; }*/
.cosContact .phone p { font-size:24px; text-align:right; font-weight:300; margin:15px 0; }

.cosContact .bannerWrap { background:url('//cdn2.hubspot.net/hubfs/319556/template-assets/shared/banner.png') no-repeat center 0 / cover transparent;  }
.cosContact .bannerWrap > .innerWrap { padding:140px 0; max-width:690px; }
.cosContact .bannerText { background:rgba(255,255,255,.9); text-align:center; padding:15px;}
.cosContact .body-container .bannerText h1 { color:#333333; line-height:1.2em; margin:0; }
.cosContact .body-container .bannerText p {  color:#666666; font-size:24px; font-weight:300; margin:5px 0; }
.cosContact .group .widget-type-linked_image { margin-bottom:15px; }
.cosContact .group { font-size:24px; font-weight:300; line-height:1em; }
.cosContact .contactBody > .innerWrap { padding-top:50px; text-align:center; }
.cosContact .body-container h1 { margin:0 0 5px; }
.cosContact .body-container .contactBody h1 { margin:40px 0 15px; }
.cosContact .body-container h2 { font-size:24px;line-height:1.2em;  }
.cosContact .body-container h3 { font-size:18px; line-height:1.2em; margin:50px 0 20px; }
.cosContact .body-container p,.cosContact .body-container li { line-height:2em; font-size:14px; }

/*.cosContact .post-body a,.cosContact .post-body p a,.cosContact .bodyWrap .hs_cos_wrapper_type_rich_text a,.cosContact a { color:#ff7417; }*/
.cosContact .body-container .hs_cos_wrapper_type_rich_text ul li { background-image:url('//cdn2.hubspot.net/hubfs/319556/template-assets/shared/blue-bullet.png'); font-size:14px; }

.cosContact .hs-form fieldset { max-width:680px!important; margin:0 auto!important; }
.cosContact .form h3 { margin:0 0 20px!important; }
.cosContact .form ul { list-style:none; }
.cosContact .form label { text-align:left; float:left;  }
.cosContact .form input { margin-bottom:20px; }

.cosContact .lpImage { float:right!important; text-align:center; }


.cosContact .hs_cos_wrapper_type_form .hs-button.primary.large,.cosContact  .hs_cos_wrapper_type_form .btn-primary,.cosContact  .hs_cos_wrapper_type_form .hs-button.primary,.cosContact  .hs_cos_wrapper_type_form .callToAction,.cosContact  .directions p a { 
    width:185px; font-weight:300!important; font-family: 'Open Sans', sans-serif!important; padding:12px 0; background:#ff7417; font-size:18px!important; border:1px solid #fff; color:#fff!important; text-decoration:none; display:inline-block;
      -webkit-appearance: none;
    border-radius: 5em;
    }
    
   
    
.cosContact .hs_cos_wrapper_type_form .hs-button.primary.large:hover,
.cosContact .hs_cos_wrapper_type_form  .btn-primary:hover,
.cosContact .hs_cos_wrapper_type_form  .hs-button.primary:hover,
.cosContact .hs_cos_wrapper_type_form  .callToAction:hover,
.cosContact .directions p a:hover
{
    background-color: #00519b;
    text-decoration: none;
    -webkit-appearance: none;
    border-radius: 5em;
    
}



.cosContact .directions { margin-top:10px; }
.cosContact .directions p { font-size:18px; line-height:1.3em; }

body.cosContact  .body-container-wrapper .body-container.container-fluid { background:none; }
.cosContact .simpleFooter .innerWrap { border-top:none; background:url('//cdn2.hubspot.net/hubfs/319556/template-assets/shared/footer-top.png') no-repeat center 0 transparent; overflow:auto; padding:50px 0; }

@media screen and (max-width:767px) {
 .cosContact    .group { margin-bottom:35px; }
}

@media screen and (max-width:480px) {
 .cosContact form.hs-form .form-columns-2 .hs-form-field .hs-input,.cosContact form.hs-form .form-columns-3 .hs-form-field .hs-input { width:100%!important; }
}



/*******************************************************************************************************************************/
/***************************************************** JASON - Contact - END *********************************************************/
/*******************************************************************************************************************************/

/***************************************************** Financial Roadshow LP Template *********************************************************/


.cosLanding .headerWrap { background:#fff; box-shadow:0 1px 3px #e7e8e9;  }
.cosLanding .headerWrap > .innerWrap { padding:20px 0; }
.cosLanding .phone p { font-size:24px; text-align:right; font-weight:300; margin:15px 0; }

.cosLanding .bannerWrap { background:url('//cdn2.hubspot.net/hubfs/319556/template-assets/shared/banner.png') no-repeat center 0 / cover transparent;  }
.cosLanding .bannerWrap > .innerWrap { padding:85px 0; max-width:690px; }
.cosLanding .bannerText { background:rgba(255,255,255,.9); text-align:center; padding:15px;}
.cosLanding .body-container .bannerText h1 { color:#333333; line-height:1.2em; margin:0; }
.cosLanding .body-container .bannerText p {  color:#666666; font-size:24px; font-weight:300; margin:5px 0; }
.cosLanding .lpBody > .innerWrap { padding-top:100px; }
.cosLanding .body-container h1 { margin:0 0 5px; }
.cosLanding .body-container h2 { font-size:24px;line-height:1.2em;  }
.cosLanding .body-container h3 { font-size:18px; line-height:1.2em; margin:50px 0 20px; }
.cosLanding .body-container p,.cosLanding .body-container li { line-height:2em; font-size:14px; }

.cosLanding .body-container .hs_cos_wrapper_type_rich_text ul li { background-image:url('//cdn2.hubspot.net/hubfs/319556/template-assets/shared/blue-bullet.png'); font-size:14px; }
.cosLanding .cosLanding .widget-type-form h3 { font-size:24px; }

.cosLanding .lpImage { float:right!important; text-align:center; }

/* Form Styles */
.cosLanding .widget-type-form{margin-bottom:20px;}
.cosLanding .body-container h3 { font-size:24px; line-height:1.2em; margin:50px 0 20px; }

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

.cosLanding .field.hs-form-field{margin-bottom:20px;}
.cosLanding label{font-size:14px;margin-bottom:8px;}



.cosLanding .hs_cos_wrapper_type_form .hs-button.primary.large, 
.cosLanding .hs_cos_wrapper_type_form .btn-primary,
.cosLanding .hs_cos_wrapper_type_form .hs-button.primary,
.cosLanding .hs_cos_wrapper_type_form .callToAction { 
   background: none repeat scroll 0 0 #ff7417;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-size: 18px !important;
    font-weight: 300 !important;
    
    line-height: 16px;
    margin: 0;
    padding: 18px 50px;
    text-decoration: none;
    width: auto;
    margin-top:30px;
      -webkit-appearance: none;
    border-radius: 5em;
    }
    
    
.cosLanding .hs_cos_wrapper_type_form .hs-button.primary.large:hover,
.cosLanding .hs_cos_wrapper_type_form  .btn-primary:hover,
.cosLanding .hs_cos_wrapper_type_form  .hs-button.primary:hover,
.cosLanding .hs_cos_wrapper_type_form  .callToAction:hover
{
    color:#fff!important;
   
    background-color: #00519b;
    text-decoration: none;
      -webkit-appearance: none;
    border-radius: 5em;
}

body.cosLanding  .body-container-wrapper .body-container.container-fluid { background:none; }
.cosLanding .simpleFooter .innerWrap { text-align:center;border-top:none; background:url('//cdn2.hubspot.net/hubfs/319556/template-assets/shared/footer-top.png') no-repeat center 0 transparent; overflow:auto; padding:50px 0; }

@media screen and (max-width:767px) {
 .cosLanding   .phone p { text-align:center; }
 .cosLanding .bannerWrap {  
   

    background-attachment:scroll;
    background-position: center center;
    background-repeat:no-repeat;
    background-size: auto;

    }
}

/***************************************************** Careers *********************************************************/

.cosCareers .bannerWrap { background:url('//cdn2.hubspot.net/hubfs/319556/template-assets/shared/banner.png') no-repeat center 0 / cover transparent;  }
.cosCareers .bannerWrap > .innerWrap { padding:140px 0; max-width:700px; }
.cosCareers .bannerText { background:rgba(255,255,255,.9); text-align:center; padding:15px;}
.cosCareers .body-container .bannerText h1 { color:#333333; line-height:1.2em; margin:0; font-size:36px; }
.cosCareers .body-container .bannerText p {  color:#666666; font-size:24px; font-weight:300; margin:5px 0; }

.cosCareers .body-container h2 { font-size:24px; }


.careersBody > .innerWrap { padding-top:25px; }
.careersTop h2 { text-align:center; margin-top:15px; }
.careersTop p { line-height:2em; font-size:14px;}
.reasonsWrap { text-align:center; }
.reasons-row { margin:5px 0; }
.reason h3 { margin:0; font-size:42px; }

.careersPositions { text-align:center; background:url('//cdn2.hubspot.net/hubfs/319556/template-assets/shared/footer-top.png') no-repeat center 0 transparent; padding:50px 0;}
.careersPositions h2 { line-height:1.3em; margin:0 0 25px;}
.careersPositions ul { list-style:none; padding-left:0; }
.careersPositions ul li { background:none!important; font-size:18px!important; padding:0!important; margin:22px 0; }

.positionsDescription { background:url('//cdn2.hubspot.net/hubfs/319556/template-assets/shared/footer-top.png') no-repeat center 0 transparent; padding:50px 0; }
.positionsDescription h2 { margin:0 0 10px; }
.positionsDescription p { font-size:14px; line-height:2em; margin:10px 0 30px; }



.cosCareers .hs_cos_wrapper_type_form .hs-button.primary.large,.cosContact  .hs_cos_wrapper_type_form .btn-primary,.cosContact  .hs_cos_wrapper_type_form .hs-button.primary,.cosContact  .hs_cos_wrapper_type_form .callToAction { 
    width:185px; font-weight:300; text-align:center;  padding:12px 0; background:#ff7417; font-size:18px!important; border:1px solid #fff; border-radius: 5em; transition: all .7s;color:#fff!important; text-decoration:none; display:inline-block;
    }
    
.careersForm { background:url('//cdn2.hubspot.net/hubfs/319556/template-assets/shared/footer-top.png') no-repeat center 0 transparent; padding:50px 0;}
.careersForm h2 { line-height.1.3em; margin:0; text-align:center;}
.careersForm p { font-size:14px; line-height:2em; }

.cosCareers .hs-form fieldset { max-width:680px!important; margin:0 auto!important; }
.cosCareers .form h3 { margin:0 0 20px!important; }
.cosCareers .form ul { list-style:none; }
.cosCareers .form label { text-align:left; float:left; font-size:14px; }
.cosCareers .form input { margin-bottom:20px; }
.cosCareers .form .hs_submit .actions { text-align:center; }

.cosCareers .hs_cos_wrapper_type_form .hs-button.primary.large:hover,
.cosCareers .hs_cos_wrapper_type_form  .btn-primary:hover,
.cosCareers .hs_cos_wrapper_type_form  .hs-button.primary:hover,
.cosCareers .hs_cos_wrapper_type_form  .callToAction:hover
{
    background:#ffffff; 
    color:#ff7417!important;
    border:1px solid #ff7417;
    
    
}

/* Home */

/* Set Slideshow Dimensions */
/* max + min dimensions necessary for legacy mobile safari support */
.hs_cos_flex-viewport{max-width:650px;margin:0 auto;max-height:330px;min-height:198px;}
.hs_cos_flex-viewport,.hs_cos_flex-viewport img{margin:0 auto;max-height:330px;min-height:198px;max-width:550px;}

#homeSlider{background-image: url("//cdn2.hubspot.net/hubfs/319556/template-assets/shared/section-divider.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    overflow:auto;
}

.cosHome .homeHero h1{margin-bottom:20px;font-size:42px;color:#333333;}
.cosHome .homeHero h2 {
    color: #666;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 6px;
}

.cosHome .homeHero a.cta {
    font-size: 18px;
    line-height: 22px;
    padding: 16px 22px;
}


.hs_cos_flex-slider .hs_cos_flex-slides img {
    border-radius: 0;
    display: block;
    width: 100%;
}

.hs_cos_flex-slider .caption{
background-color:transparent;
color: #333;
    display: block;
    float: left;
    position: absolute;
    top: 0;
    z-index: 999;}

/**/

.hs_cos_flex-slider .caption h2,.hs_cos_flex-slider .caption h1{color:#333;font-size:40px;line-height:48px;margin-bottom:0;}

.hs_cos_flex-slider .caption{padding:0;font-size:18px;line-height:24px;}
.hs_cos_flex-slider .caption p{color: #666;
    font-size: 24px;font-weight:400;margin:0;}

.hs_cos_flex-slider .caption a.cta{font-size:18px;padding:8px 30px;margin:24px 0 16px;}

.hs_cos_flex-slider .caption img{border:1px solid #e6e6e6;}


.hs_cos_flex-viewport {
    margin: 0 auto;
   max-width: 100%;
    min-height: 550px;
}

.hs_cos_flex-slide-main a:first-of-type img{}



@media(max-width:360px){
 .hs_cos_flex-viewport {
    min-height: 450px;
}   
}

@media(min-width:361px) and (max-width:480px){
 .hs_cos_flex-viewport {
    min-height: 480px;
}   
}

@media(max-width:480px){


.cosHome .homeHero h1{margin-bottom:14px;font-size:24px;color:#333333; line-height:32px;}
.cosHome .homeHero h2,body.cosHome h2{ margin-bottom: 6px;font-size:20px; line-height:26px;font-weight:400;}

/* Slideshow */

.hs_cos_flex-slider .caption h2,.hs_cos_flex-slider .caption h1{font-size:26px;line-height:30px;padding-left:10px;padding-right:10px;}

body.cosHome .pageSection h3{font-size:18px;line-height:28px;margin:10px 0;}
body.cosHome .pageSection h4{font-size:16px;margin-bottom:14px;}
body.cosHome .pageSection h5{font-size:14px;}
.cosHome img{/*margin-bottom:20px;margin-top:4px;*/}
}


@media(min-width:481px) and (max-width:768px){
    
/* Slideshow */

.hs_cos_flex-slider .caption h2,.hs_cos_flex-slider .caption h1{font-size:32px;line-height:38px;padding-left:10px;padding-right:10px; }

    
.cosHome .homeHero h1,{margin-bottom:14px;font-size:32px;color:#333333; line-height:40px;}
.cosHome .homeHero h2,body.cosHome .pageSection h2{ margin-bottom: 6px;font-size:36px;}
.cosHome h3{font-size:18px;line-height:28px;}

.cosHome img{margin-bottom:20px;}
}


.cosHome h3,.cosHome .pageSection h3{font-size:30px;line-height:40px;color:#333;margin:0 0 24px;}

/* Client Logos*/

.homeClientLogos img{margin:20px 0;}

/** END MERGE **/

/***************************************************** Resources *********************************************************/
.cosResources .outerWrap.pageSection.twoColCtaWithGraphic{text-align:center;background-image:url(//cdn2.hubspot.net/hubfs/319556/template-assets/shared/section-divider.png);
    background-position:top center;
    background-repeat:no-repeat;
    padding-top:30px;}

.cosResources .body-container-wrapper .resourceRows .row-fluid-wrapper:first-child .outerWrap.pageSection.twoColCtaWithGraphic{
    background-image:none;}

/*-- Social Share Alignment Fix Made By HubSpot - added by Aleksandrs Emsis on 18.11.2019 --*/
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
vertical-align: top !important;
}

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