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

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro: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: 'Source Sans Pro', sans-serif;
}

/* Page Structure */

.fullWrap
{
    width: 100%;
}

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

/* Typography */

body
{
    color: #222;
    background-color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}


/* Links */

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

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




/* Form Buttons */
/*a.cta_button,*/
.cosHome #heroWrap .cta_button,
.homeGroup .cta_button,
body .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,
/* Blog Elements */
    body #comment-form .hs_submit input,
   .blog .widget-type-google_search .hs-button.primary,
    body .hs_cos_wrapper_widget.hs_cos_wrapper_type_blog_subscribe input.hs-button.primary.large,
    body a.more-link,
    .blog .widget-type-google_search a.hs-button.primary
    { 
         border: 1px solid #3cbfae;
     transition: all 0.7s ease 0s;
     }

/* Hover State */
/*body a.cta_button:hover,*/
.cosHome #heroWrap .cta_button:hover,
.homeGroup .cta_button:hover,
body .body-container-wrapper input.hs-button.primary.large:hover, 
body .body-container-wrapper input.btn-primary:hover,
body .body-container-wrapper input.hs-button.primary:hover,
body .body-container-wrapper input.callToAction:hover,

/* Blog Elements */
body #comment-form .hs_submit input:hover,
body .hs_cos_wrapper_widget.hs_cos_wrapper_type_blog_subscribe input.hs-button.primary.large:hover,
.blog .widget-type-google_search a.hs-button.primary:hover,
body a.more-link:hover
    { 
    background: none repeat scroll 0 0 #fff;
        border: 1px solid #3cbfae;
        color: #3cbfae;
    }

/*** CTA Button Base ***/

a.cta {
    background-color: #3cbfae;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    line-height: 18px;
    margin: 20px 42px;
    padding: 16px 20px;
    text-decoration: none;
    text-transform: none;
    transition: all 0.7s ease 0s;
      border: 1px solid #3cbfae;
}

.body-container .readMoreTestimonials .hs_cos_wrapper_type_rich_text a:hover,
a.cta:hover,.body-container .hs_cos_wrapper_type_rich_text a.cta:hover{background: none repeat scroll 0 0 #fff;
    border: 1px solid #3cbfae;
    color: #3cbfae;
    text-decoration:none;}
    
a.cta.whiteButton{ background-color: #3cbfae;color:#fff;border:1px solid #fff;}

a.cta.whiteButton:hover{ background-color:#fff;color:#3cbfae;border:1px solid #3cbfae; }


/* Webkit Form Style Reset */

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

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


/* Drop Down */

.fullWrap.headerDD .headerTop
{
    display: inline-block;
    overflow: visible;
    padding: 0 0 20px;
    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)
{
    
     body #loginButton a
    {
        margin-bottom:14px;
    }
    
    .fullWrap.headerDD .headerMenu ul ul
    {
        display: none;
    }
    
   
        
}

@media(max-width:1140px)
{
    
    .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;
   background-image:url(//cdn2.hubspot.net/hubfs/436003/cos-assets/template-assets/img/header-bottom-bg.jpg);
   background-repeat:repeat-x;
   z-index:990;
}


/* Courtesy Button*/

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

#loginButton a {
    background-color: #939598;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 6px;
    padding: 4px 20px;
    text-decoration: none;
}   

#loginButton a:hover
{
    background-color:#3cbfae;
}

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

.loginWrap a:first-child
{
}

#logo
{
    float: left;
}

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

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

.headerMenu
{
    color: #222;
    float: left;
    margin: 0;
    padding: 0;
}

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

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

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

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

.headerMenu a:hover
{
    text-decoration: none;
    color: #222;
    border-bottom: 2px solid #35bfae;
}

.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
{
    color: #fff;
    font-size: 12px;
    font-weight: light;
    text-decoration: none;
    padding: 7px 24px;
    background-color:#939598;
}

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



#customToggle
{
    display: none;
}

@media (max-width:360px)
{

    
    body #customToggle
    {
        margin-top: 14px;
    }
}

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

/* Logo + Toggle */

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

    a#logo img
    {
    }

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

    #navWrap.closed
    {
        display: none;
    }

    #navWrap.opened
    {
        float: none;
    }
    
    #navWrap.headerMenu.opened{
    max-height:350px;    
    
    }
    
    
/* 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: 11px 0;
        text-align: center;
        width: 100%;
    };
}

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

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

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

@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: 28px;
        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:568px)
{
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a
    {
        display: inline-block;
        float: none;
        max-width: 200px;
        padding: 0 6px;
        width: auto;
    };
    
    body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1
    {
        float: left;
        padding: 11px 0;
        text-align: center;
        width: 100%;
    };
    
    
}

@media (min-width:481px) and (max-width:620px){
     .headerMenu li
    {
         padding: 11px 8px;
         display:inline-block;
    }   
}

@media (min-width:621px) and (max-width:1140px)
{
 .headerMenu li
    {
         padding: 11px 14px;   
    }   

}

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

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

    #loginButton
    {
       
    }

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


/***************************************************** Fixed Header For Wide Desktop *********************************************************/

@media(min-width:1140px){

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

.headerWrap{position: fixed;width:100%;background-color:#fff;}

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

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

}

/***************************************************** Hero Area *********************************************************/
  
  /* Extra Wrapper to allow for thin gradient at top of content area*/
  #heroOuterWrap
    {
        background-image:url(//cdn2.hubspot.net/hubfs/436003/cos-assets/template-assets/img/content-top-bg.jpg);
        background-repeat: repeat-x;
        background-position: bottom center;
        background-color: #fff;
        background-repeat:repeat-x;
        padding-bottom:10px;
        overflow:auto;
        width:100%;
    }

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

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

#heroWrap h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    line-height: 58px;
    margin: 0 0 16px;
    
}
#heroWrap h2{font-size:30px; line-height:36px;font-weight:300;color:#fff;margin:0 0 38px;}


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


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

@media(max-width:1139px){
 #heroWrap{background-size:cover;}   
}

@media(min-width:1500px){
    #heroWrap{background-size:100% auto;}
    
    }

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

/* Set BG for Top of Body Content */
body .body-container-wrapper{
}

/* Set BG for Bottom of Body Content */
body .body-container-wrapper .body-container.container-fluid
    {
        background-image:url(//cdn2.hubspot.net/hubfs/436003/cos-assets/template-assets/img/header-bottom-bg.jpg);
        background-repeat: repeat-x;
        background-position: bottom center;
        background-color: #fff;
        background-repeat:repeat-x;
       padding-bottom:50px;
    }

body .body-container-wrapper .body-container.container-fluid .bodyContentWrap{padding-top:50px;}

/* Add horizontal padding to inner content containers to prevent content from touching viewport edges on narrow viewports */
    @media(max-width:1139px)
    {
    
        body .body-container-wrapper .innerWrap{padding:0 20px;}
        
    }


/***************************************************** Interior Site Page Sidebar Styles *********************************************************/


@media(max-width:768px)
{
.sidebar.leftSidebar{margin-bottom:30px;display:block;}
}

/* Sidebar Vertical Navigation */

.body-container .sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li a 
    {
        color: #222;
        font-size: 16px;
        font-weight: 300;
        line-height: 18px;
        padding: 14px 0;
        text-decoration: none;
    }

.body-container .sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover
    {
        text-decoration:underline;
    }

.body-container .sidebar h2{margin-top:0;}


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


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

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

.body-container .hs_cos_wrapper_type_rich_text a{text-decoration:none;}
.body-container .hs_cos_wrapper_type_rich_text a:hover{text-decoration:underline;}

/* 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/436003/cos-assets/template-assets/img/bullet.png");
    background-position: 0 14px;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 20px;
    padding: 6px 0 6px 16px;
}

.body-container .hs_cos_wrapper_type_rich_text img{box-shadow: 1px 1px 3px #3a3a3a;}


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

    .fullWidthCta{text-align:center;}
    
    .fullWidthCta h2 {
        font-size: 24px;
        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;margin-bottom:40px;}

/***************************************************** Footer *********************************************************/
.footerWrap {
    overflow: auto;
    background: #909090 url("//cdn2.hubspot.net/hubfs/436003/cos-assets/template-assets/img/footer-bg.jpg") no-repeat top center;
    padding-top: 46px;
    background-repeat:no-repeat;
    background-size:cover;
   
     

}
.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-size: 14px;
    font-weight: 200;
    line-height: 20px;
    margin-bottom: 0;
    max-width: none;
    overflow: hidden;
    padding: 10px 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%;
}

#footerSocial{margin-top:14px;}

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

#bestPlaceToWork{display:inline-block;margin:20px auto;clear:both;width:100%;text-align:center;}


@media(max-width:767px){
 body .footer-container-wrapper .footerWrap{text-align:center;background-color:#909090;}   
 
 
 /* Set Footer Menus to 100% Width to Center Text at Single Column Viewport Width */
 #footerBottom .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_menu,.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_menu{float:none;width:100%;}
 
 .footerWrap .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_menu
    {
        float: none;
    }
    
    /* Remove extra padding and line-height from #footerBottom Links */
    
    #footerBottom .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
       
        line-height: 14px;
        padding: 4px 0;
    }

   
 
}

/* Add Margin to Footer Social Links on Breakdown */
@media(max-width:960px){
  #footerSocial a{margin-top:10px;display:inline-block;}   
}

/***************************************************** Simple Footer *********************************************************/

/* Remove content area bottom border graphic from pages using Simple Footer */
body.hs-site-page.hasSimpleFooter .body-container-wrapper .body-container.container-fluid{background-image:none;}


.simpleFooter  { text-align:center; }
.simpleFooter .innerWrap { max-width:1140px; margin:0 auto; padding:60px 0; border-top:1px solid #dddddd;  }
.simpleFooter p { font-size:12px; margin:20px 0; }
.simpleFooter  p a { color:#222;display:inline-block; margin:0 12px; text-decoration:none; }
.simpleFooter  p a:hover { text-decoration:underline; }


/***************************************************** Base Form Styles *********************************************************/

.hs-site-page .hs_cos_wrapper_type_form{margin-top:40px;}

.hs_cos_wrapper_type_form
{
    background-color: #f2f2f2;
    border: 1px solid #d1d1d1;
    display: block;
    /*max-width: */
    padding: 20px 20px;
}


/* Form Title*/    
h3.hs_cos_wrapper.form-title
{
    color: #535380;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 14px;
    text-transform: uppercase;
    margin-top: 0;
}

.hs_cos_wrapper_type_form .hs-richtext
{
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 20px;
}
/* Labels */

.hs-form-field label {
    color: #222;
    display: block;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 7px;
    text-transform: capitalize;
}

.hs-field-desc
{
    font-size: 12px;
}

/* Form CTA */

.actions{text-align:center;margin-bottom:30px;}

.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-color: #535380;
    border-radius: 0px !important;
    color: #fff;
    font-size: 14px !important;
    font-weight: 600;
    margin: 20px 0 20px;
    padding: 18px 52px !important;
    text-shadow: none !important;
    text-transform: uppercase;
     /*background-image:url('');*/
    background-repeat: no-repeat;
    background-position: 95% -38px;
    width: 100%;
}



/* All <input> elements */

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

.hs_cos_wrapper_type_form input[type="radio"]
{
    width: 10px;
    padding-right: 5px;
    border: 0px;
}

.hs_cos_wrapper_type_form textarea,.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"],
.hs_cos_wrapper_type_form input[type="datetime"],
.hs_cos_wrapper_type_form input[type="datetime-local"],
.hs_cos_wrapper_type_form input[type="date"],
.hs_cos_wrapper_type_form input[type="month"],
.hs_cos_wrapper_type_form input[type="time"],
.hs_cos_wrapper_type_form input[type="week"],
.hs_cos_wrapper_type_form input[type="number"],
.hs_cos_wrapper_type_form input[type="email"],
.hs_cos_wrapper_type_form input[type="url"],
.hs_cos_wrapper_type_form input[type="search"],
.hs_cos_wrapper_type_form input[type="tel"],
.hs_cos_wrapper_type_form input[type="color"] select
{
    -moz-box-sizing: border-box;
    display: inline-block;
    padding: 14px 10px;
    width: 100%;
}

body .hs_cos_wrapper_type_form input[type="text"],
body .hs_cos_wrapper_type_form textarea,
body .hs_cos_wrapper_type_form input[type="email"]
{
    border: 0 none;
    border-radius: 0;
    color: #545558;
    font-size: 14px;
    margin-bottom: 16px;
    padding: 10px;
    width: 100%;
    border: 1px solid #c5c5c5;
}

body .hs_cos_wrapper_type_form select
{
    font-size: 16px;
    margin-bottom: 16px;
    padding: 10px;
    width: 100%;
}

ul.inputs-list.multi-container
{
    padding: 0;
    margin: 0;
}

.field.hs-form-field
{
    margin-bottom: 8px;
}

input[type="file"]
{
    font-size: 16px;
    max-width: 90%;
}

@media(max-width:480px)
{
    .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-image: none;
    };
}

/* Form Overrides */

.hs_cos_wrapper_type_form { background:#ffffff; border:none; padding:0 20px; }
.widget-type-form ul { list-style:none; }
.cosLanding .widget-type-form h3 { font-size:30px; color:#222222; font-family:"Source Sans Pro", sans-serif; font-weight:300; line-height:1em; text-transform:none; margin-bottom:25px; }
.cosLanding .widget-type-form label { font-size:16px; color:#222222 font-weight:300; font-family:"Source Sans Pro", sans-serif; }




body .hs_cos_wrapper_type_form input[type="text"], body .hs_cos_wrapper_type_form textarea, body .hs_cos_wrapper_type_form input[type="email"] { padding:6px; }

.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: #3cbfae ;
    color: #fff;
    font-size: 24px !important;
    font-weight: 100;
    margin: 10px auto;
    padding: 10px 40px !important;
    text-shadow: none !important;
    text-transform: none;
    width:auto;
    font-family:"Source Sans Pro", sans-serif;
    border:0;
}

.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
{
   background-color: #939598;
    cursor: pointer;
    color: #fff
    
    
}

.form .hs_submit .actions { text-align:center; }

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


#contactSocial{text-align:center;}
#contactSocial a {
    display: inline-block;
    margin: 10px;
}

/***************************************************** News Page *********************************************************/

.newsItem{margin-bottom:40px;}
.newsItem h2{color:#3cbfae;}
.newsItem a.cta{margin-top:30px;margin-left:0;text-transform:capitalize;font-size:24px;padding-left:40px;padding-right:40px;font-weight:300;margin-bottom:0;}
.newsItem h2.newsItemTitle{margin-bottom:10px;}
.newsItem .newsItemDateLine{width:100%;margin-bottom:20px;font-size:18px;}
.newsItem .newsItemDateLine {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.newsPage .footerWrap{background-image:url(//cdn2.hubspot.net/hubfs/436003/cos-assets/template-assets/img/news-footer-bg.jpg);}

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

.fullWrap.bannerWrap.blogBanner {
    padding: 100px 0 0;
    overflow: auto;
    background: url(//cdn2.hubspot.net/hubfs/436003/cos-assets/template-assets/img/blog-header-bg.jpg) no-repeat center top #3c3a36;
    background-size: cover;
}

.fullWrap.bannerWrap.blogBanner h1 {
    margin: 40px 0 125px;
    line-height: 42px;
    font-size: 42px;
    font-weight: 300;
    color: #fff;
    padding: 0;
    text-align: center;
}

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

.blogContent
{
}

@media(max-width:768px)
{

    .fullWrap.bannerWrap.blogBanner h2
    {
        line-height: 40px;
        font-size: 24px;
    };
}

@media screen and (max-width:767px) {
    .fullWrap.bannerWrap.blogBanner h1 {margin:50px 0;}
    .fullWrap.bannerWrap.blogBanner {padding:0;}
}


@media(max-width:1139px)
{
    .hs-blog-post .body-container-wrapper,.hs-blog-listing .body-container-wrapper
    {
        padding-top: 0;
        background-color: #fbfbfb;
    };
}

@media(max-width:1139px)
{
    .hs-blog-post .body-container-wrapper,.hs-blog-listing .body-container-wrapper
    {
        padding-top: 0;
    };
}

/**************** 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: 12px;
    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-bottom: 24px;
}

.post-header h2 a, .hs-blog-post .post-header h1 a {
    color: #222;
    font-size: 36px;
    font-weight: 300;
    line-height: 40px;
    text-decoration: none;
    letter-spacing: 3px;
}

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

.post-header
{
    margin-bottom: 24px;
    margin-top: 0;
    display: inline-block;
}

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

.post-listing-simple h2
{
    margin: 0;
}

.post-listing-simple h2 a
{
    font-size: 16px;
    text-decoration: none;
}

.post-listing-simple h2 a:hover
{
    text-decoration: underline;
}

.post-listing-simple .post-item
{
    margin-bottom: 0;
}

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


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

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

#hubspot-author_data, .blogByLine
{
    color: #222222;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 24px;
    margin-top: 0;
    padding-top: 0;
    /*width: 240px;*/
}

a.author-link
{
    color: #3cbfae;
    text-decoration: none;
}

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

#hubspot-author_data img, .blogByLine img {
    border-radius: 50%;
    box: 4px 4px 4px 0 #ddd;
    margin-right: 10px;
    width: 30px;
    height: auto;
    vertical-align: top;
    float: left;
}
    


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


/* HubSpot Blog Share Links*/

.hSblogShareLinks
{
    float: left;
}

.hs-blog-social-share
{
    height: auto;
    background-color: transparent;
    border-top: 0px;
    border-bottom: 0px;
}

ul.hs-blog-social-share-list
{
    margin: 11px 0;
}

ul.hs-blog-social-share-list li
{
    height: 20px;
}

.hs-blog-social-share .hs-blog-social-share-list
{
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item
{
    float: left;
    margin-right: 5px;
}


/* Custom Icon Blog Share Links*/


.blogShareLinks
{
    line-height: 31px;
    color: #ccc;
    display: inline-block;
    margin: 8px 0 0;
    float: left;
    clear: both;
}

.blogShareLinks span
{
    line-height: 37px;
}

a.blogShare
{
    display: inline-block;
}

.social-sharing-widget-vertical,ul.hs-blog-social-share
{
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
}

.linkedInShare {
    display: inline-block;
    float: left;
    margin-right: 2px;
    position: inherit;
    z-index: 0;
}

.twitterWrap
{
    margin-left: 8px;
    float: left;
    max-width: 66px;
    display: inline-block;
}

.fbWrap{
    float:left;    

}

.facebookWrap
{
    margin-left: 8px;
    float: none;
    max-width: 85px;
    display: inline-block;
}

.gPlusWrap
{
    margin: 0 0 0 4px;
    float: none;
    max-width: 75px;
    display: inline-block;
}

@media (max-width:480px)
{
    
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item
    {
        margin-bottom: 5px;
    };
}
.social-sharing-widget #li_ui_li_gen_1424367693366_1-inner {
    background-image: none !important;
}
.social-sharing-widget #li_ui_li_gen_1424367130975_1-content {
    text-indent: none !important;
}
.social-sharing-widget iframe {
    margin-top: 0 !important;
    vertical-align: top !important;
}
.social-sharing-widget  [id^=___plusone_] {
    vertical-align: top !important;
    margin-top: 2px !important;
}

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

.widget-type-blog_content {
    font-size: 16px;
}

.post-item
{
    margin-bottom: 32px;
    border-bottom: 1px solid #e4e4e4;
}

.post-item:last-child
{
    border-bottom: 0px;
    margin-bottom: 0px;
}

.post-header
{
    padding-top: 50px;
}

.post-header h2
{
    margin-top: 0;
}

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

/**************** Post Body Text  ********************/
.hs-blog-post .fullWidthCta
{
    display: none;
}

.post-body
{
    display: inline-block;
}

.post-body, .post-body p
{
    color: #222;
    line-height: 2em;
    font-weight: 300;
    margin: 0 0 20px;
}

.post-body p
{
/*margin-top:inherit;*/;
}

.post-body img:first-child
{
    margin-bottom: 10px;
}

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

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

.post-body a, .post-body p a,.bodyWrap .hs_cos_wrapper_type_rich_text a,a
{
    text-decoration: underline;
    color: #35bfae;
}

.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: #999;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
}

blockquote
{
    border-left: 8px solid #8DD6F6;
    margin-left: 0;
    padding-left: 50px;
}

/* Blog Post CTA */
.hs-cta-img {
    margin: 16px auto 36px !important;
    padding: 0 !important;
}

/**************** 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 {
    background: #3cbfae;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    margin: 20px 0;
    padding: 15px 35px;
    text-decoration: none;
    text-transform: capitalize;
}

a.more-link:hover {
}



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

#hubspot-topic_data {
    display: none;
    color: #333;
    font-size: 14px;
    border-top: 1px solid #d6d6d6;
    font-weight: 400;
    padding: 26px 0;
    margin: 0;
}

#hubspot-topic_data a:hover
{
    text-decoration: none;
}

#hubspot-topic_data a
{
    text-decoration: underline;
    color: #3cbfae;
    font-weight: normal;
}

/**************** Blog Pagination  ********************/
.blog-pagination
{
    color: #222;
}

.blog-pagination a
{
    color: #222;
    font-size: 18px;
    text-decoration: none;
    text-shadow: none !important;
    text-transform: capitalize;
    width: auto;
}

.blog-pagination a:hover
{
    color: #3cbfae;
    text-decoration: underline;
}

.blog-pagination
{
    border-top: 1px solid #e4e4e4;
    margin: 36px 0;
    padding: 36px 0;
    width: 100%;
}
/**************** Blog Listing Featured Image ********************/

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

.hs-featured-image {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    max-width: none;
}

a.hs-featured-image-link
{
}

.custom_listing_comments {
    display: none !important;
    background-image: url("//cdn2.hubspot.net/hub/423318/file-1852767770-jpg/cos-assets/cos-page-assets/blog/comments.jpg");
    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%;*/
}

#hs_cos_wrapper_post_body p:first-child img:first-child {
    /* max-width: 100% !important;
    width: 100% !important; (Commented out by HubSpot Support (Rosey) to allow image editing within the blog editor - 1/19/16)*/
}

/*.section.post-body #hs_cos_wrapper_post_body p:first-of-type img{
    max-width: 100%;
    width: 100%;  
}*/

/*
.section.post-body #hs_cos_wrapper_post_body .hs-cta-wrapper img{width:auto;max-width:100%;}

@media(max-width:768px){
 .section.post-body #hs_cos_wrapper_post_body .hs-cta-wrapper img{width:100%;max-width:100%;}
   
}
*/
    
/**************** Single Post Topics ********************/ 

a.topic-link
{
    color: #4699b5;
    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 auto 56px;
    padding: 50px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

#comment-form .hs-form fieldset {
    max-width: none !important;
    width: 100%;
}

#comment-form .hs-form fieldset.form-columns-2 .input,
#comment-form .hs-form fieldset.form-columns-1 .input {
    margin-right: 0 !important;
}

#comment-form .hs-form fieldset.form-columns-2 .hs-form-field {
    width: calc(50% - 10px);
}

#comment-form .hs-form fieldset.form-columns-2 .hs-form-field:nth-child(1) {
    margin-right: 10px;
}

#comment-form .hs-form fieldset.form-columns-2 .hs-form-field:nth-child(2) {
    margin-left: 10px;
}

#comment-form label {
    font-size: 16px;
    color: #222;
}

#comment-form input, #comment-form textarea {
    font-family: inherit;
    border: 1px solid #e4e4e4;
    clear: both;
    margin: 0 auto 10px;
    padding: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #222;
}

#comment-form textarea {
    resize: none;
    height: 100px;
}

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

#comment-form .hs_submit .action {
    margin-bottom: 0;
}

#comment-form .hs_submit input
{
    font-family: inherit;
    margin: 20px 0 0;
    background: #3cbfae;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    margin: 20px 0;
    padding: 15px 35px;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
}

#comment-form .hs_submit input:hover { }

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

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

#comments-listing {
    padding: 20px 0;
    margin-bottom: 40px;
}

#comments-listing .comment {
    margin: 20px auto !important;
    border-bottom: 1px solid #e4e4e4;
}

#comments-listing .comment.depth-0 {
    border-top: 0;
    padding: 0;
    margin: 0 auto;
}

#comments-listing .comment-from a {
    font-weight: 300;
    color: #3cbfae;
    text-decoration: none;
}

.hs_submit .actions input#recaptcha_response_field,.hs_submit .actions input#recaptcha_response_field:hover{border:1px solid #cecece;background-color:#fff;font-size:16px;color:#333;}

/**************** Sidebar Module Wrappers ********************/ 
.blog-sidebar {
    max-width: 320px;
    float: right !important;
}

.blog-sidebar .row-depth-2:last-child .widget-span {
    border-bottom: 0;
}

.sidebarSocial .layout-widget-wrapper, .widget-type-post_filter .layout-widget-wrapper, .sidebarSocial .layout-widget-wrapper {
}

/**************** Sidebar Post Filter & Recent Posts ********************/ 
.widget-type-post_filter, .widget-type-post_listing {
    color: #222;
    margin: 0 0 30px;
    padding: 0 0 30px;
    overflow: auto;
    font-size: 16px;
    border-bottom: 1px solid #e4e4e4;
}

#blogCategoryFilter .widget-type-post_filter{border-bottom:0;}

.hs_cos_wrapper_type_post_filter h3, .hs_cos_wrapper_type_post_listing h3 {
    font-weight: 300;
    font-size: 30px;
    color: #222;
    margin: 0 0 15px;
    text-transform: capitalize;
}

.hs_cos_wrapper_type_post_filter ul, .hs_cos_wrapper_type_post_listing ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hs_cos_wrapper_type_post_filter ul li, .hs_cos_wrapper_type_post_listing ul li {
    border: 0;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

.hs_cos_wrapper_type_post_filter ul li a, .hs_cos_wrapper_type_post_listing ul li a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #222;
    font-size: 16px;
    font-weight: 300;
}

.hs_cos_wrapper_type_post_filter ul li a:hover
{
    text-decoration: underline;
    color: #3cbfae;
}

/**************** Sidebar Social ********************/ 
#blogSidebarSocial {
    width: 100%;
    margin: 0 0 30px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom:20px;
}

#blogSidebarSocial h3 {
    font-weight: 300;
    font-size: 30px;
    color: #222;
    margin: 0 0 20px;
}

#blogSidebarSocial a img {
    margin-right: 15px;
    border: 0;
    width: 30px;
    height: auto;
}

/* Blog Sidebar CTA */

.blog-sidebar .widget-type-cta {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0 40px !important;
    margin-bottom: 30px !important;
}

.blog-sidebar .widget-type-cta .hs-cta-img {
    margin: 0 auto !important;
    padding: 0 !important;
}

/* Rollovers */

.sidebarSocialLink{height:33px;background-repeat:no-repeat;width:34px;background-position:center top;display:inline-block; margin:10px 10px 10px 0;background-position:center -33px;}

.sidebarSocialLink:hover{background-position:center top;}

.sidebarSocialLink.sidebarGooglePlus{background-image:url(//cdn2.hubspot.net/hubfs/436003/cos-assets/template-assets/img/rollover-googleplus.png);}
.sidebarSocialLink.sidebarFacebook{background-image:url(//cdn2.hubspot.net/hubfs/436003/cos-assets/template-assets/img/rollover-facebook.png);}
.sidebarSocialLink.sidebarLinkedIn{background-image:url(//cdn2.hubspot.net/hubfs/436003/cos-assets/template-assets/img/rollover-linkedin.png);}
.sidebarSocialLink.sidebarTwitter{background-image:url(//cdn2.hubspot.net/hubfs/436003/cos-assets/template-assets/img/rollover-twitter.png);}


/**************** Sidebar Email Subscribe ********************/ 
/* And Search Form */
.widget-type-blog_subscribe .hs-richtext {
    font-size: 15px;
    margin-bottom: 18px;
    font-weight:300;
}

.blog .widget-type-blog_subscribe,
.blog .widget-type-google_search {
    margin: 0 0 30px;
    padding: 20px 0 30px;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
    font-size: 16px;
    color: #222;
}

.blog .widget-type-google_search {
    padding-bottom: 40px;
}

.blog .widget-type-blog_subscribe h3,
.blog .widget-type-google_search label {
    font-weight: 300;
    font-size: 30px;
    margin: 0 0 20px;
    color: #222;
    text-transform: capitalize;
}

.blog .widget-type-google_search label {
    margin-bottom: 26px;
    display:inline-block;
}

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

.blog .widget-type-blog_subscribe .field.hs-form-field,
.blog .widget-type-google_search .hs-input {
    /*width: calc(100% - 110px);*/
    
    width:65%;
    height:33px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

.blog .widget-type-blog_subscribe .hs_submit,
.blog .widget-type-google_search .hs-button.primary {
    width: 90px;
    display: inline-block;
    vertical-align: top;
}

.blog .widget-type-blog_subscribe input[type="email"] {
    font-family: inherit;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    height: 30px;
    padding: 5px;
    border: 1px solid #e4e4e4;
    color: #222;
}

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

.blog .widget-type-blog_subscribe .actions {
    margin: 0 !important;
}

.hs_cos_wrapper_widget.hs_cos_wrapper_type_blog_subscribe input.hs-button.primary.large {
    font-family: inherit;
    border: 0;
    margin: 0;
    background: #3cbfae;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    padding-left: 4px;
    padding-right:4px;
    text-transform: capitalize;
    cursor: pointer;
    /*width: 90px !important;*/
    height: 30px;
}
.blog .widget-type-google_search .input {
    margin-top: 20px;
}
.blog .widget-type-google_search .hs-input {
    margin-right: 16px;
    margin-bottom:12px;
}
.blog .widget-type-google_search .hs-button.primary {
    width: 90px;
    font-family: inherit;
    border: 0;
    margin: 0;
    background: #3cbfae;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    padding: 0;
    height: 32px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

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

@media all and (max-width:1139px) {
    .blog .body-container-wrapper {
        padding-top: 60px;
    }
}

@media all and (max-width:767px) {
    .blog-sidebar {
        float: none !important;
        margin: 0 auto !important;
    }
}

@media all and (max-width:480px) {
    .widget-type-blog_comments {
        padding: 50px 20px;
    }
    #comment-form .hs-form fieldset.form-columns-2 .hs-form-field,
    #comment-form .hs-form fieldset.form-columns-2 .hs-form-field:nth-child(1),
    #comment-form .hs-form fieldset.form-columns-2 .hs-form-field:nth-child(2) {
        width: 100%;
        margin: 0 auto;
    }
}

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

/*******************************************************************************************************************************/
/***************************************************** JASON - BEGIN *********************************************************/
/*******************************************************************************************************************************/

/***************************************************** Principles Site Page Template *********************************************************/
.principle-row { margin-bottom:50px; }
.principle-description p { margin:0px 0 10px; }
.body-container .principle-body h2 { font-size:42px; margin:8px 0 6px; }
/*body.principle #heroWrap { background-size:cover; padding:95px 0;}*/

@media(max-width:768px){
    .principle-row {text-align:center;}
    .principle-row img{margin-bottom:20px;} 
}


/***************************************************** Team Member Site Page Template *********************************************************/

.cosTeamMember #heroWrap { background-size:cover; padding:110px 0; }

.teamBody h1 { margin:0 0 15px; }
.teamBody h2 { color:#3cbfae; margin:0; font-size:30px;}
.teamBody h3 { font-size:24px; margin:12px 0 0;}
.teamBody h4 { font-size:24px; margin:30px 0 0; }
.teamMemberPhoto { float:right!important;  }
@media screen and (min-width:768px) {
    .teamMemberPhoto { margin-left:5%!important; }
}
@media screen and (max-width:768px) {
    .teamMemberPhoto { width:100%!important; }
}
.teamMemberBio img { margin-right:10px; }
.teamMemberPhoto img { margin:0 0 20px!important; }

.body-container .teamMemberBio a img {
    box-shadow: none;
}

.backTeamButton p a { display:inline-block; background:#3cbfae; font-size:24px; color:#ffffff; padding:15px; border:1px solid #fff; transition: all .7s; text-decoration:none;}
.body-container .backTeamButton .hs_cos_wrapper_type_rich_text  p a:hover { background:#fff; color:#3cbfae; border:1px solid #3cbfae;text-decoration:none; }

/***************************************************** Resources Intro Site Page Template *********************************************************/

#cosResourcesIntro #heroWrap { background-size:cover; padding:110px 0; }

.resourceIntroBody { text-align:center; padding:35px 0 75px;}
.resourceIntroText > .innerWrap { max-width:435px; margin:0 auto 20px; overflow:auto;}
.resourceIntroText h2 { font-size:36px; margin:0; }
.resourceIntroButtons > .innerWrap { max-width:1000px; margin:0 auto; }

.body-container .resourceIntroLink p a { display:inline-block; background:#3cbfae; font-size:24px; color:#ffffff; padding:15px 0; border:1px solid #fff; transition: all .7s; text-decoration:none; text-align:center; width:100%; max-width:320px; }
.body-container .resourceIntroLink p a:hover { background:#fff; color:#3cbfae; border:1px solid #3cbfae; text-decoration:none;}

/***************************************************** Home *********************************************************/

.cosHome #heroWrap { background-size:cover; padding:175px 0 120px; }
@media screen and (min-width:768px) {
    .cosHome .leftBannerCTA { text-align:right; } 
    .cosHome .rightBannerCTA { text-align:left; }
    .homeTop p { padding:0 5%; }
    .homeGroup { padding:0 2%; }
}
.cosHome #heroWrap .cta_button { border:none;display:inline-block; color:#fff; text-decoration:none; background:rgba(60,191,174,.75); width:240px; padding:17px 0; font-size:24px; text-align:center;}
.cosHome #heroWrap .cta_button:hover{background-color:#fff;opacity:.75;color:#3cbfae;border:none;}
.cosHome #heroWrap h1 { line-height:1.2em; margin:0 0 50px; }
.homeTop p { text-align:center; font-size:18px; line-height:1.8em; margin:0 0 90px;}

.homeGroup { text-align:center; }
.homeGroup h2 { font-size:24px; line-height:28px; }
.homeGroup p { font-size:16px; margin:0px 0 25px; }
.homeGroup .cta_button { display:inline-block; font-size:18px; color:#fff; background:#3cbfae; padding:3px 15px; text-decoration:none; }
.homeGroup .widget-type-linked_image{height:90px;}

/* Vertically Align Value Proposition headlines, copy and buttons */

.descriptionCopy {
    height: 140px;
    min-height: 140px;
}

@media screen and  (max-width:766px) {
.descriptionCopy {
    height: auto;
    min-height: auto;
}
}

@media screen and (min-width:767px) and (max-width:1120px) {
.descriptionCopy {
    height: 200px;
    min-height: 200px;
}

.homeGroup h2{height:84px;min-height:84px;}

}


.cosHome .fullWidthCta { margin-top:75px; }
.cosHome .fullWidthCta > .innerWrap { border-top:none!important; }

.testimonialRSS { background:url('//cdn2.hubspot.net/hubfs/436003/cos-assets/template-assets/img/testimonial-rss-back-2.png') repeat-y right top / 100% auto transparent; overflow:auto;}
.testimonialRSS > .innerWrap { border-top:1px solid #e8e8e8; }
.testimonialGroup { background:#fff; padding:50px 50px 50px 10px; min-height:465px!important; }
.testimonial p { background:url('//cdn2.hubspot.net/hubfs/436003/cos-assets/template-assets/img/quotes.png') no-repeat 0 0 transparent; padding:47px 0 0 80px; font-size:16px; margin:0 0 15px;}
.testimonialAuthor { text-align:right; }
.readMoreTestimonials { text-align:right; }
.readMoreTestimonials a {  border: 1px solid #3cbfae;transition: all 0.7s ease 0s; display:inline-block; font-size:18px; color:#fff; background:#3cbfae; padding:8px 15px; text-decoration:none; text-align:center; }

.homeRSS h3 { font-size:30px; color:#fff; margin:20px 0; }
.homeRSS .hs-rss-title { font-size:18px; color:#fff; text-decoration:none; line-height:1.2em; }
.homeRSS .hs-rss-date { font-size:18px; color:#fff; }

.rssGroup { padding:30px 0 0px 50px; }
.rssReadMore p { margin:0; }
.rssReadMore p a { display:inline-block; font-size:18px; color:#fff; border:1px solid #fff; padding:8px 15px; text-decoration:none; text-align:center;margin-left:0; }

.cosHome .body-container { padding-bottom:0!important; }


@media screen and (max-width:767px) {
    .cosHome #heroWrap .cta_button { margin:10px 0; }
    .homeGroup { margin-bottom:60px; }
    .testimonialRSS { background:none; }
    .rssGroup { background:#3cbfae; padding:30px 0 50px 20px; }
    .homeGroup .cta_button { margin-top:20px; }
    .cosHome .fullWidthCta {margin-top:0; }
    .testimonialGroup { min-height:1px!important; }
}

@media screen and (max-width:450px) {
    .testimonial p { padding:60px 0 0; }
}


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

/* Confirmation Page */

.cosConfirmation .bodyContentWrap{margin-bottom:120px;overflow: auto;}
.cosConfirmation .bodyContentWrap a.cta{line-height:30px;}


/*******************************************************************************************************************************/
/************************************************ Vivian - Our Team - BEGIN ****************************************************/
/*******************************************************************************************************************************/

#filters{margin-top:30px;}

.our-team .teamWrap h1 {
    padding: 0 20px;
}
.our-team .button-group {
    text-align: center;
}
.our-team .button-group button {
    border: 0;
    outline: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    color: inherit;
    padding: 0;
    margin: 10px 20px;
    cursor: pointer;
    background: transparent;
}
.our-team .button-group button.active, .our-team .button-group button:hover {
    color: #3cbfae;
}
.our-team #filterAll button {
    color: #3cbfae;
}
.our-team .teamContainer
{
    padding: 40px 0;
    width:100%;
    display:block;
}


.our-team .teamItem {
    width: 25%;
    text-align: center;
    margin: 0 fixed;
    padding: 0;
    cursor: pointer;
    float:left;
    display:inline-block;
    
}
.our-team .teamItem .itemPad{
    padding: 20px;
    margin: 0;
}

.our-team .teamItem{
   
    margin: 0;
     display: inline-block;
     min-height:250px;
     float:left;
     height:250px;
}

.our-team .teamItem img {
    margin: 0 auto 20px;
    width: 100%;
    height: auto;
    max-width: none;
}
.our-team .teamItem .employeeName {
    font-size: 18px;
    line-height: 18px;
    margin: 0 auto 5px;
}
.our-team .teamItem:hover .employeeName {
    color: #3cbfae;
}
.our-team .teamItem .employeeTitle {
    font-size: 14px;
    line-height: 14px;
    margin: 0 auto;
}

@media all and (max-width:767px) {
    .our-team .teamWrap h1 {
        text-align: center;
    }
}
@media all and (max-width:640px) {
    .our-team #filters.button-group {
        text-align: center;
    }
    .our-team #filters.button-group button {
        display: block;
        text-align: center;
        margin: 10px auto;
    }
    .our-team #filters.button-group button.active {
        border-bottom: 2px solid rgba(60,191,174,0.25);
        font-weight: 500;
    }
    .our-team .teamItem {
        width: 33.3%;
    }
    .our-team .teamItem img {
        margin: 0 auto 10px;
    }
    .our-team .teamItem .employeeName {
        font-size: 16px;
        line-height: 16px;
        margin: 0 auto 0px;
    }
    .our-team .teamItem .employeeTitle {
        font-size: 12px;
    }
}
@media all and (max-width:468px) {
    .our-team .teamItem {
        width: 50%;
    }
    
    .our-team .teamItem{
   
     min-height:325px;
  
     height:325px;
}
    
}
@media all and (max-width:350px) {
    .our-team .teamItem {
        width: 100%;
    }
}

/*******************************************************************************************************************************/
/************************************************* Vivian - Our Team - END *****************************************************/
/*******************************************************************************************************************************/

/* Resources */

.cosResources .resourceItem{border-top:1px solid #e8e8e8;margin-top: 50px;
    padding-top: 50px;}

.contentItems .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:first-child .resourceItem{border-top:none;margin-top:0;padding-top:0;}
.cosResources .resourceItem h2{margin-bottom:40px;}
.cosResources .resourceItem a.cta{margin-left:0;font-size:18px;margin-right:0;text-align:center;min-width:200px;}
.cosResources .resourceItem img{padding-top:34px;}

@media(max-width:768px){
 .cosResources{text-align:center;}   
}

.blog-form {
   float:left;
   margin:0
   padding:0;
}

/*for popup*/
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}
#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width: 500px;
  height: 180px;
  padding: 10px;
  background-color: #ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
#popupfoot {
  font-size: 16pt;
  position: absolute;
  bottom: 0px;
  width: 250px;
  left: 250px;
}
























