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

@import url('https://use.typekit.net/xvd7yoz.css');
@import url("https://pro.fontawesome.com/releases/v5.1.0/css/all.css");

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

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

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/


            


					 





              
   /* Dark Blue */



   /* Teal */




















































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


.grecaptcha-badge {
	margin: 1rem 0;
}


body .container-fluid .row-fluid .hs-form input[type="submit"].hs-button {
  background: #EEAD1F;
  border-color: #EEAD1F;
  color: #001A21!important;
  text-shadow: none!important;
  font-weight: 600!important;
}



body.hs-content-id-10661268819 .container-fluid .row-fluid .hs-form input[type="submit"].hs-button {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  background: rgb(248,157,33);
  color: #ffffff !important;
  height: auto;
  transition: all .4s ease;
  width: auto;
  line-height: 1.5em;
  border-radius: 30px;
  border-color: rgb(248,157,33);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0.5em 0 0 0;
}

body.hs-content-id-10661268819 .container-fluid .row-fluid .hs-form .actions {
  text-align:center;
}

body.hs-content-id-10661268819 .container-fluid .row-fluid .hs-form input[type="submit"].hs-button:hover {
  background: #f4ae47;
}

.hs-form {
	text-align: left;
}

.hs-form .hs-error-msgs {
	margin: 0 0 5px 0;
}

.hs-form select,
.hs-form input,
.hs-form textarea,
.hs-form fieldset {
	margin-bottom: 1rem;
  padding: 1rem;
}

form ul li::before {
  display:none!important;
}



.vertical-padding {
  padding: 2em 0;
}

.top-padding {
  padding: 2em 0 0 0;
}

.bottom-padding {
  padding: 0 0 2em 0;
}

.vertical-padding-hero {
  padding: 3em 0;
}

.l-container--800 {
  max-width: 800px;
  display: block;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 960px) {
  .vertical-padding {
    padding: 4em 0;
  }

  .vertical-padding-hero {
    padding: 6em 0;
  }
}

@media (min-width: 960px) {
  .vertical-padding {
    padding: 4em 0;
  }

  .vertical-padding-hero {
    padding: 6em 0;
  }
}





.u-clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.u-background--grey {
  background: #edf5f7 ;
}

.u-text--left {
  text-align: left; 
}

.u-text--right {
  text-align: right;  
}

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

.u-text--normal,
.u-text--normal h2 {
  font-weight: 400;
}

.u-text--medium {
  font-weight: 500;
}

.u-text--bold {
  font-weight: 800;
}

.u-add--bottom--m  {
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  .u-notched-content {
    position: relative;
    padding: 2em 0 4em;
  }

  .u-notched-content:after {
    content: '';
    display: block;
    height: 80px;
    position: absolute;
    top: -45px;
    right: -40px;
    left: -40px;
    background: #ffffff;
    z-index: 2;
  }
  
  .hs-blog-listing .u-notched-content:after,
  .hs-blog-post .u-notched-content:after {
  	top: -80px;
  }
}


/* .u-notched-content {
  padding-bottom:0;
} */

body{
  padding:0;
  font-size: 18px;
  line-height: 1.4;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  font-family: 'canada-type-gibson', Arial, sans-serif; ;
  width:100%;
  letter-spacing:0;
  background: #fff ;
  margin: 0 auto;
  color: #333;
  font-weight: 300;
}

body .container-fluid .row-fluid .wrapper{
  max-width: 1230px;
  margin-left:auto;
  margin-right:auto;
  float: none;
  padding-left:15px;
  padding-right:15px;
}

img{
  height:auto;
}

p b, strong {
  font-weight: 600!important;
}

h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.4375rem;
}

h1,
.h1 {
  font-family:  'canada-type-gibson', Arial, sans-serif; ; 
  font-size: 3.3em;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
}

h2,
.h2 {
  font-family:  'canada-type-gibson', Arial, sans-serif; ;
  font-size: 2em;
  color: #4b848e;
  font-weight: 600;
}

h3,
.h3 {
  font-family:  'Rooney', Georgia, serif; ;
  font-size: 1.3em;
  color: #003a4c;
  font-weight: 300;
  font-style: italic;
}

h4,
.h4 {
  font-family:  'canada-type-gibson', Arial, sans-serif; ; 
  font-size: 1.3em;
  color: #003a4c;
  font-weight: 600;
}

h5,
.h5 {
  font-family:  'canada-type-gibson', Arial, sans-serif; ;
  font-size: 1.2em;
  color: #003a4c;
  font-weight: 600;
}

h6,
.h6 {
  font-family:  'canada-type-gibson', Arial, sans-serif; ;
  font-size: 1em;
  color: #003a4c;
  font-weight: 600;
}

.body-container-wrapper ul,
.body-container-wrapper li{
  margin-bottom:15px;
}

.body-container-wrapper ul li {
  list-style-type: none;
  text-indent: -8px;
}

.body-container ul li::before {
  content: '•';
  display: inline-block;
  color: #EEAD1F;
  padding-right: 7px;
} 

a{
  margin-bottom:0;
  color: #215861;
  text-decoration: none;
  font-weight: 400;
}

a.cta_button {
  font-family:  'canada-type-gibson', Arial, sans-serif; ;
}

a:hover {
  color: #5f98a2;
  text-decoration: none;
}

p,
.body-container-wrapper li{
  letter-spacing: 0;
}

.body-container-wrapper {
  background:#fff;
  overflow:hidden;
  position:relative;
}

.body-container-wrapper ul{
  padding:0;
  text-decoration:none;
  margin:20px 0;
}

.body-container-wrapper ol{
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;    
}

.body-container-wrapper li{
  margin-left:26px;
}


.body-container-wrapper ol li:before{
  display:none;
}

.no-list-style ul{
  margin:0;    
  list-style:none;
}

.no-list-style li{
  margin:0;
}

.no-list-style li:before{
  display:none;
}

blockquote{
  margin: 0;
  font-size: 2rem;
  font-family:  'Rooney', Georgia, serif; ;
  font-style: italic;
  color: #003a4c;
  font-weight: 300; 
}

.widget-type-cta{
  margin-top:15px;
}

/* body a.cta_button[title],
body .container-fluid .row-fluid .hs-button{    
  font-size: 16px;
  line-height: 1.4;
  padding: 16px 34px;
  font-family: ;
  text-align: center;
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  transition: all .15s ease;
  background:  #4b848e; 
  text-transform: uppercase;
  font-weight: 600;
  cursor:pointer; 
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
 border-radius: 0;    
 border:1px solid #4b848e;
} */

body .row-fluid .simple-cta a.cta_button[title],
body .row-fluid .simple-cta a.cta_button[title]:hover{
  background: transparent;
  color: #000;
  box-shadow: none;
  padding: 0;
  text-shadow: none;
  text-decoration: underline;    
  text-transform: inherit;
  border:0;
  width:auto;
}

.hs-cta-wrapper a.cta_button{ 
  padding:0;
  border:none;
}

.hs-cta-wrapper a.cta_button img{ 
  height:auto;
}

.c-light-gray-box {
  padding: 40px; 
  background-color: #edf5f7 ;
  font-size: 0.9em;
  margin-bottom: 1rem;
}

.c-light-gray-box--p--half {
  padding: 20px;
}

.c-light-gray-box_image {
  margin-bottom: 1.875rem;
}

/*.c-light-gray-box a:after {
  font-family: "Font Awesome 5 Pro"; 
  content: " \f105";
  top: 1px;
  position: relative;
}*/






.c-white-box {
  padding: 40px; 
  background-color: #fff;
  font-size: 0.9em;
  margin-bottom: 1rem;
}

.c-white--p--half {
  padding: 20px;
}

.c-white-box_image {
  margin-bottom: 1.875rem;
}

.c-white-box a:after {
  font-family: "Font Awesome 5 Pro"; 
  content: " \f105";
  top: 1px;
  position: relative;
}

.section-heading-content {
  font-size: 1.2em;
  margin-bottom: 2em;
  text-align: center;
}



.c-hero {
  position: relative;
  z-index: 1;
  padding: 80px 0 120px 0;
  min-height: 550px;
}

.c-hero--interior {
  padding: 80px 0 120px 0;
  min-height: 400px;
}

.c-hero_inner {
  z-index: 3;
}

.c-hero p {
  color:  #ffffff;
}

.c-hero_content {
  z-index: 2;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.c-hero_cta p {
  font-size: 1rem;
  color: #404040;
}

.c-hero_form {
	padding: 2rem 1rem;
  background-color: #EBF4F6;
}

.c-hero_cta {
	padding: 2rem;
  background-color: #EBF4F6;
}

.c-hero_form .hs-error-msgs label {
  color: #4b848e;
  text-align: center;
  margin-bottom: .5rem;
  display: block;
  text-align: center;
}

.c-hero_form .form-title {
	text-align: center;
}
	
.body-container .hs-error-msgs li {
	text-indent: 0;
}
	
.body-container .hs-error-msgs li:before {
	content: none;
}

.c-hero_form .hs-form-field > label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.c-hero_form .hs-form-field > label:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.search--blog .hs-search-field__bar label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.search--blog .hs-search-field__bar label:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.row-fluid .c-hero_form input {
  margin-bottom: 1rem;
}

body .c-hero_form a.cta_button[title],
body .c-hero_form .hs-button {
	padding: .5rem .8rem !important;
}

.c-hero_form .hs-form input[type="submit"].hs-button {
	margin-top: 0;
}

@media (min-width: 768px) {
  .c-hero p {
    font-size: 30px;
    font-weight: 400;
  }
  .c-hero_cta p {
  	font-size: 18px;
  }
  .c-hero_content {
  	width: 66%;
    max-width: 100%;
    float: left;
    margin-right: 4%;
  }
  .c-hero_form,
  .c-hero_cta {
  	width: 30%;
    max-width: 100%;
    float: right;
  }
}


.c-accordions_single {
  background: #fff;
  margin-bottom: 1.5rem;
}

.c-accordions_upper {
  padding: 1.5rem 3.5rem 1rem 1.5rem;
}

.c-accordions_lower {
  padding: 0 3.5rem 1.5rem 1.5rem;
}

.c-accordions_icon {
  position: absolute;
  top: calc(50% - 16px);
  right: 1rem;
  -webkit-transition: .25s ease-out;
-o-transition: .25s ease-out;
transition: .25s ease-out;
}

.c-accordions_upper {
  position: relative;
  cursor: pointer;
}

.c-accordions_title {
  margin-bottom: .5rem;
}

.c-accordions_excerpt {
  margin-bottom: 0;
}

.c-accordions p {
  margin-top: 0;
}

.c-accordions_upper--expanded .c-accordions_icon {
  -webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}


.c-leadership-headshot_wrapper > .hs_cos_wrapper {
  display: -webkit-box;
display: -ms-flexbox;
display: flex;
  -ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.c-leadership-headshot_column {
  max-width: 260px;
}

.c-leadership-headshot_wrapper > .hs_cos_wrapper > .hs_cos_wrapper {
  flex-basis: 100%;
}

.c-leadership-headshot {
  margin-bottom: 30px;
}

.c-leadership-headshot_trigger {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.c-leadership-headshot_trigger:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: -webkit-linear-gradient(to bottom right, rgba(76, 133, 142, .5), rgba(0, 59, 76, .5));
background: -o-linear-gradient(to bottom right, rgba(76, 133, 142, .5), rgba(0, 59, 76, .5));
background: linear-gradient(to bottom right, rgba(76, 133, 142, .5), rgba(0, 59, 76, .5));
  opacity: 0;
  -webkit-transition: .25s ease-out;
-o-transition: .25s ease-out;
transition: .25s ease-out;
}

@supports (mix-blend-mode: hard-light) {
  .c-leadership-headshot_trigger:after {
    mix-blend-mode: hard-light;
  }
}

.c-leadership-headshot_trigger:hover:after {
  opacity: 1;
}

.c-leadership-headshot_name {
  font-size: 18px;
}

.c-leadership-headshot_name,
.c-leadership-headshot_lightbox_name {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.c-leadership-headshot_position {
  font-size: 16px;
  color: #215861;
}

.c-leadership-headshot_name,
.c-leadership-headshot_lightbox_name,
.c-leadership-headshot_position,
.c-leadership-headshot_lightbox_position {
  display: block;
  text-align: left;
}

.c-leadership-headshot_lightbox {
  display: none;
}



.featherlight .featherlight-close-icon {
  font-size: 19px;
}

@media (min-width: 768px) {
  .c-leadership-headshot_wrapper > .hs_cos_wrapper > .hs_cos_wrapper {
    flex-basis: 29%;
    margin-right: 4%;
  }
  .featherlight .featherlight-close-icon {
    top: 2rem;
    right: 2rem;
  }
}
@media (min-width: 960px) {
  .c-leadership-headshot_wrapper > .hs_cos_wrapper > .hs_cos_wrapper {
    flex-basis: 21%;
    margin: 0 2% 0 2%;
  }
}

.featherlight:last-of-type {
  background: #edf5f7;
  padding: 1rem;
}

.c-leadership-headshot_lightbox_image {
  align-self: flex-start;
  margin-right: 3rem;
  margin-bottom: 2rem;
}

/* .c-leadership-headshot_lightbox_name,
.c-leadership-headshot_lightbox_position,
.c-leadership-headshot_lightbox_contact-link {
color: inherit;
} */

.c-leadership-headshot_lightbox_contact-link {
  display: inline-block;
  margin-right: .5rem;
  margin-bottom: 1rem;
}

.c-leadership-headshot_lightbox_name {
  margin-bottom: .5rem;
}

.c-leadership-headshot_lightbox_position {
  margin-bottom: 2rem;
  color: #EEAD1F
}

.c-leadership-headshot_lightbox_left {
  flex-shrink: 0;
}




.featherlight .c-leadership-headshot_lightbox.featherlight-inner {
  display: -webkit-box;
display: -ms-flexbox;
display: flex;
  -ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.featherlight .featherlight-content {
  background: #edf5f7;
}

@media (min-width: 768px) {
  .featherlight .c-leadership-headshot_lightbox.featherlight-inner {
    -ms-flex-wrap: nowrap;
flex-wrap: nowrap;
  }
}

@media (min-width: 960px) {
  .featherlight:last-of-type {
    background: rgba(0, 59, 76, 0.5);
  }

  .featherlight .featherlight-content {
    max-width: 1024px;
    padding: 2rem;
  }
}
}

/*========================================================
Responsive Styling
========================================================*/


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

  h1 {
    font-size: 3.3em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.3em;
  }

  h4 {
    font-size: 1.3em;
  }

  h5 {
    font-size: 1.2em;
  }

  h6 {
    font-size: 1em;
  }

  blockquote{
    font-size: 2rem;
  }

}

@media (max-width:767px){

  h1, h2, h3, h4, h5, h6 {
    line-height: 1.3em; 
  }

  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.3em;
  }

  h5 {
    font-size: 1.2em;
  }

  h6 {
    font-size: 1.1em;
  }

  blockquote{
    font-size: 1.5rem;
  }

}




/*==================================================
Two Col Adjust 
==================================================*/

body .container-fluid .row-fluid .two-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 47.4%;
  -webkit-flex-basis: 47.4%;
  float: left;
  margin-right: 2.43%;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}


@media (max-width:767px){


  body .container-fluid .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}








/*==================================================
Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -5.8%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 27.9%;
  -webkit-flex-basis: 27.9%;
  float: left;
  margin-right: 5.43%;
  margin-top: 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.redirect-page{
  position:absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  width:100%;
  height:100%;
  display:block;
  cursor:pointer;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper:hover .redirect-page{
  border:1px solid ;
}


@media (max-width:767px){


  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}



@media (min-width:768px){

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper:nth-child(-n+3){
    margin-top:0;
  }

}






/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 30px;
  box-sizing:border-box;
  position:relative;
}



@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   


  .change-mobile .wrapper .row-fluid-wrapper>.row-fluid,
  .change-on-mobile>.row-fluid-wrapper>.row-fluid{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mobile-top-margin{
    margin-top:40px;
  }

}




/*=====================================================
Header Top Bar
=====================================================*/            

.ps-vision-top-bar{
  padding:10px 0;
  background:#333;
}

.ps-vision-top-bar .fa{
  font-style:normal;
}

.ps-vision-top-bar a,
.ps-vision-top-bar .time{
  font-size:14px;
  line-height:1;
  font-weight:300;
  color:#d0d0d0;
  letter-spacing:1px;
}

.ps-vision-top-bar a:hover{
  color:#fff;
}

.ps-vision-top-bar .fa {
  margin-right: 10px;
  font-size: 20px;
  position: relative;
  top: 2px;
}

.ps-vision-top-bar .contacts .fa-phone{
  margin-left:30px;
}




/*=====================================================
Header Styling
=====================================================*/         

body .header-container-wrapper .span12{
  min-height:0;
}

.header {
  padding: 15px 0;
  position: relative;
  z-index: 2;
}

.header .logo {
  margin-bottom: 15px;
}

.mobile-trigger {
	font-size: 23px;
  position: absolute;
  right: 10px;
  top: 35px;/*54*/
  /*-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;*/
  border: none;
  color: #215861;/*333*/
  background: none;
  cursor: pointer;
  z-index: 1000;
}

.sub-menu-arrow {
    display: inline-block;
    font-size: 16px;
  	line-height: 0;
    position: absolute;
  	right: -15px;
  	top: -4px;
  	cursor: pointer;
}

.ps-vision-header {
	z-index: 7;
  background: #ffffff;
}

.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 > ul li a {
  white-space: normal;
  text-overflow: unset;
  overflow: unset;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  max-width: 100%;
}

.ps-vision-header .cta_button#cta_button_2035607_b6320add-5a44-46e1-a266-0420d95403c7 {
	padding: .75rem .8rem;
  font-size: 11px;
}

.ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li > a {
	padding: 10px 20px 10px 0;
}

@media (max-width: 991px) {
  
  .sub-menu-arrow {
    font-size: 20px;
    width: 20px;
    height: 20px;
    padding: 1rem;
    right: 0;
  }
  
  .ps-vision-header .main-navigation {
  	display: none;
  }
  
  .ps-vision-header .main-navigation--expanded {
		display: block;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    width: 100%;
    max-width: 100%;
    display: inline-block;
  }

  .ps-vision-header .hs-menu-wrapper ul>li.hs-item-has-children>a:after, 
  .ps-vision-header .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children>a:after {
    position: absolute;
    -webkit-transform: translateY(50%));
-ms-transform: translateY(50%));
transform: translateY(50%));
    right: 20%;
    font-size: 23px;
    font-weight: 200;
  }

  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    width: 75%;
  }
  


  body .ps-vision-header .vision-menu-primary {
    width: 100%; 
    margin-bottom: 2rem;
    margin-top:20px;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }

  .header .header-menu-cta {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: static;
    display: none;
    visibility: hidden;
    background: #edf5f7;
    opacity: 1;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper--expanded {
  	visibility: visible;
  }
}

@media (max-width: 639px) {
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    width: 100%;
  }
  
  .ps-vision-header .hs-menu-wrapper ul>li.hs-item-has-children>a:after, 
  .ps-vision-header .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children>a:after {
    right: 0;
  }
}

@media (min-width: 991px){
  
  .header .wrapper > .row-fluid-wrapper > .row-fluid {
    width: 100%;
    display: flex;
    justify-content: space-between;
	}


  
  .ps-vision-header .main-navigation {
    display: block !important;
  }
  
  .mobile-trigger {
  	display: none;
  }
  
  .sub-menu-arrow {
  	display: none;
  }
  
  .ps-vision-header .hs-menu-wrapper ul>li.hs-item-has-children>a:after,
  .ps-vision-header .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children>a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f063";
    font-weight: 800;
    font-size: 12px;
    color:#003a4c;;
    padding-left: 8px;
    position: relative;
  }
  
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: -webkit-box;
display: -ms-flexbox;
display: flex;
    -webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
    -webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
  }
  
  .header .logo {
    margin-bottom: 0;
  }

  .ps-vision-header .top-right-cta{
    margin-top:12px; 
    padding-left:30px;
  }

  body .ps-vision-header .top-right-cta a.cta_button{
    padding: 10px 3px;
    font-size: 14px;
    letter-spacing: 0;
    width: 100%;    
  }

  .ps-vision-header .hs-menu-wrapper{
    line-height:0;
    text-align:center;
    float:right;
    position:relative;
    right:-15px;
    width: 100%;
    margin-top: .25rem;
  }
  
    
  .header-menu-cta > .hs_cos_wrapper.widget-type-cta {
  	margin-top: 8px;
  }

  .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    line-height:0;
    margin-right: 2rem;
  }

  .span3.widget-span.widget-type-cell.vertical-center.logo {
    width: 215px;
  }

  .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1>a {
    line-height: 1;
    color: #003a4c;
    font-size: 0.625em;
    padding: 0;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: -1px;
    z-index: 99;
    text-transform: uppercase;
    text-overflow: unset;
    white-space: normal;
    padding: 1rem 0;
  }

  .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1>a:hover {
    color: #5f98a2;
  }

}

.ps-vision-header .wrapper{
  position:relative;
}



@media (min-width: 1344px) {
	  .ps-vision-header .cta_button#cta_button_2035607_b6320add-5a44-46e1-a266-0420d95403c7 {
    font-size: 14px;
  }
}






/*=============================================================
SUB MENU STYLING
=============================================================*/            

@media (min-width: 991px){

  .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    background: #fff;
    border: 1px solid #e7e7e7;
    border-bottom: 0;
  }

  .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    color:#000;
    font-size: 14px;
    padding: 10px 20px;
    line-height:1;
    letter-spacing: .8px;
    font-weight: 400;
    text-align: left;
    border-bottom: 1px solid #e7e7e7;
    min-width: 250px;
    text-indent:0;
    text-transform: uppercase;
  }

  .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
    background: #edf5f7 ;
    color: #333;
  }

  .ps-vision-header .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children>a:after {
    color:#000;
    position: absolute;
    right: 18px;
    top: 13px;
  }

/*   .ps-vision-header .hs-menu-wrapper ul>li.hs-item-has-children:hover>a:after,
  .ps-vision-header .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children:hover>a:after {
    content: "\f106";
  } */

  .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-2>:last-child>a{
    border-bottom:0;
  }

}


/*============Tab Responsive ================*/

@media (min-width:991px) and (max-width: 960px){

  .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    font-size: 10px;
    min-width: 86px;
  } 

  .ps-vision-top-bar a, .ps-vision-top-bar .time {
    font-size: 12px;
    letter-spacing: .5px;
  } 

  .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1>a {
    font-size: 10px;
  }

  body .row-fluid .ps-vision-header .wrapper{
    padding:0 20px;
  }

  .ps-vision-header .hs-menu-wrapper ul>li.hs-item-has-children>a:after, .ps-vision-header .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children>a:after {
    top: 0px;
  }

  .ps-vision-header .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children>a:after {
    right:8px;
    top: 10px;
  }

}





/*=====================================================
Fixed Navigation Styling
=====================================================*/         

@media (min-width:768px){   

  .ps-vision-header{
    background-color: #FFFFFF;
    padding:15px 0;
  }    

  /*  

  body .container-fluid .row-fluid .ps-vision-header-container{
  transition:all .3s ease-in-out;
  position:fixed;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
  opacity:1;
}    



  body .container-fluid .row-fluid .fixed-nav{
  top:-90px;
}
  */


}




/*=====================================================
Footer Styling
=====================================================*/         

.ps-vision-footer {
  padding: 65px 0;
  background: #003a4c;
}

.ps-vision-footer .social-icons .fa{
  color: #000;
  font-size: 15px;
  margin: 0 5px 18px;
  width: 30px;
  height: 30px;
  background: #fff;
  line-height: 30px;
  border-radius: 50%;
  text-shadow:none;
}



@media (max-width:1024px){

}



@media (max-width:767px){

  .ps-vision-footer{
    padding: 30px 0;
  }


}









/*****************************************************************
*************** Who we are Section ********************
*****************************************************************/


.ps2-home-1-who-we-are .left-col h4{
  color:;
}


.ps2-home-1-who-we-are .left-col{
  padding-right:25px;
}

.ps2-home-1-who-we-are .icon{
  font-size: 50px;
  text-align: center;
}

.ps2-home-1-who-we-are .left-col li{
  padding: 1rem 2rem;
  background: #fff;
  margin: 1.5rem 0;
  transition: all .4s ease-in-out;
  position:relative;
  cursor:pointer;
  padding-right:55px;
  border: 1px solid transparent;
  font-size: 0.85em;
}    

.ps2-home-1-who-we-are .left-col li:hover,
.ps2-home-1-who-we-are .left-col li.active{
  /*box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);*/
  border-left: 3px solid #a1c5d2;
}
.ps2-home-1-who-we-are .left-col li:hover h3
{
  color:#4b848e;
  transition: all .4s ease-in-out;


}
.ps2-home-1-who-we-are .left-col li.active h3
{
  color:#215861;
  transition: all .4s ease-in-out;


}
.ps2-home-1-who-we-are .left-col li:after{
  position: absolute;
  content: "\f105";
  right: 20px;
  top: 42%;
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  color: #b4b4b4;
}




@media (max-width:1024px){


  .ps2-home-1-who-we-are .left-col{
    padding-right:16px;
  }

}

@media (max-width:767px){

  .ps2-home-1-who-we-are .left-col{
    padding:0;
  }

  .ps2-home-1-who-we-are{
    padding:60px 0;
  }

}    









/***********************************Tabber Section ********************************/



.ps1-event-2-tabber #filter-select{
  list-style:none;
}

.ps1-event-2-tabber #filter-select li{
  display: inline-block;
  float: left;
  padding: 20px 45px;
  background: transparent;
  margin-left: 0;
  line-height: initial;
  border-top:3px solid transparent;
  border-right:1px solid transparent;
  border-left:1px solid transparent;
  cursor:pointer;
  text-align:center;
  position: relative;
  bottom: -1px;
  z-index: 4;    
}

.ps1-event-2-tabber #filter-select li.active{
  border-top:3px solid ;
  background: #fff;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

.ps1-event-2-tabber .popup-content{
  background:#fff;   
  border: 0px solid #e7e7e7;
  padding:40px;
  box-shadow: 0 0 100px rgba(0, 0, 0, .1);
}

.ps1-event-2-tabber #filter-select li h2{
  font-size:34px;
}

.ps1-event-2-tabber .table{
  text-align: left;
  border-collapse: collapse;
}

.ps1-event-2-tabber .table thead tr th{
  background: #f5f7fa;    
}

.ps1-event-2-tabber .table tr th{
  padding: 15px 20px;
  border: 1px solid #e7e7e7;    
}







@media (max-width:1024px){


  .ps1-event-2-tabber #filter-select li h2 {
    font-size: 26px;
  }

  .ps1-event-2-tabber #filter-select li {
    display: inline-block;
    padding: 15px 28px;
  }
}



@media (max-width:767px){


  .ps1-event-2-tabber #filter-select li h2 {
    font-size: 22px;
  }

  .ps1-event-2-tabber #filter-select li {
    padding: 15px 18px;
  }

  body .container-fluid .row-fluid .popup-content {
    overflow-x: scroll;
  }

}    




}




/*=====================================================
Footer Styling
=====================================================*/         

.ps-vision-footer {
  padding: 65px 0;
  background: #003a4c;
}

.ps-vision-footer .social-icons .fa{
  color: #000;
  font-size: 15px;
  margin: 0 5px 18px;
  width: 30px;
  height: 30px;
  background: #fff;
  line-height: 30px;
  border-radius: 50%;
  text-shadow:none;
}



@media (max-width:1024px){

}



@media (max-width:767px){

  .ps-vision-footer{
    padding: 30px 0;
  }


}








/*****************************************************************
*************** Who we are Section ********************
*****************************************************************/


.ps2-home-1-who-we-are .left-col h4{
  //color:;
}


.ps2-home-1-who-we-are .left-col{
  padding-right:25px;
}

.ps2-home-1-who-we-are .icon{
  font-size: 50px;
  text-align: center;
}

.ps2-home-1-who-we-are .left-col li{
  padding: 1rem 2rem;
  background: #fff;
  margin: 1.5rem 0;
  transition: all .4s ease-in-out;
  position:relative;
  cursor:pointer;
  padding-right:55px;
  border: 1px solid transparent;
  font-size: 0.85em;
}    

.ps2-home-1-who-we-are .left-col li:hover,
.ps2-home-1-who-we-are .left-col li.active{
  /*box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);*/
}
.ps2-home-1-who-we-are .left-col li:hover h3
{
  color:#4b848e;
  transition: all .4s ease-in-out;


}
.ps2-home-1-who-we-are .left-col li.active h3
{
  color:#215861;
  transition: all .4s ease-in-out;

}
.ps2-home-1-who-we-are .left-col li:after{
  position: absolute;
  content: "\f105";
  right: 20px;
  top: 42%;
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  color: #b4b4b4;
}




@media (max-width:1024px){


  .ps2-home-1-who-we-are .left-col{
    padding-right:16px;
  }

}

@media (max-width:767px){

  .ps2-home-1-who-we-are .left-col{
    padding:0;
  }

  .ps2-home-1-who-we-are{
    padding:60px 0;
  }

}    









/***********************************Tabber Section ********************************/



.ps1-event-2-tabber #filter-select{
  list-style:none;
}

.ps1-event-2-tabber #filter-select li{
  display: inline-block;
  float: left;
  padding: 20px 45px;
  background: transparent;
  margin-left: 0;
  line-height: initial;
  border-top:3px solid transparent;
  border-right:1px solid transparent;
  border-left:1px solid transparent;
  cursor:pointer;
  text-align:center;
  position: relative;
  bottom: -1px;
  z-index: 4;    
}

.ps1-event-2-tabber #filter-select li.active{
  border-top:3px solid ;
  background: #fff;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

.ps1-event-2-tabber .popup-content{
  background:#fff;   
  border: 0px solid #e7e7e7;
  padding:40px;
  box-shadow: 0 0 100px rgba(0, 0, 0, .1);
}

.ps1-event-2-tabber #filter-select li h2{
  font-size:34px;
}

.ps1-event-2-tabber .table{
  text-align: left;
  border-collapse: collapse;
}

.ps1-event-2-tabber .table thead tr th{
  background: #f5f7fa;    
}

.ps1-event-2-tabber .table tr th{
  padding: 15px 20px;
  border: 1px solid #e7e7e7;    
}







@media (max-width:1024px){


  .ps1-event-2-tabber #filter-select li h2 {
    font-size: 26px;
  }

  .ps1-event-2-tabber #filter-select li {
    display: inline-block;
    padding: 15px 28px;
  }
}



@media (max-width:767px){


  .ps1-event-2-tabber #filter-select li h2 {
    font-size: 22px;
  }

  .ps1-event-2-tabber #filter-select li {
    padding: 15px 18px;
  }

  body .container-fluid .row-fluid .popup-content {
    overflow-x: scroll;
  }

}    




/************************************************************************************
        ====================Blog Rss ******************
************************************************************************************/

.ps1-home-1-blog-section .featured-posts {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.5%;
}

.ps1-home-1-blog-section .featured-posts .post-boxes{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction:column;
    -webkit-flex-direction:column;
    flex-basis: 27.9%;
    -webkit-flex-basis: 27.9%;
    float: left;
    margin-right: 5.43%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.12);
    background: #fff;
}

.ps1-home-1-blog-section .featured-posts h2,
.ps1-home-1-blog-section .featured-posts h2 a{
    font-size:20px;
    line-height:1.4;
    letter-spacing:.25px;
    font-weight:600;
    margin-bottom: 8px;
    color:#000;
}

.ps1-home-1-blog-section .featured-posts h2 a:before{
    position:absolute;
    top:0;
    left:0;
    right:0;
    content:'';
    bottom:0;
}

.ps1-home-1-blog-section .featured-posts .post-date,.author-data{
    font-size:14px;
    pointer-events:none;
}

.ps1-home-1-blog-section .featured-posts .post-boxes .background-container{
    background-size: cover;
    height: 180px;
    background-position: center center;    
}

.ps1-home-1-blog-section .featured-posts .post-boxes .item-wrapper {
    margin: 0;
    padding: 25px;
}

ul#filter-select li:before {
  content: none;
}


@media (max-width:767px){
    
.ps1-home-1-blog-section .featured-posts{
    display:block;
    margin:0;
}

.ps1-home-1-blog-section .featured-posts .post-boxes{
    display:block;
    margin:20px auto;
    width:100%;
    max-width:340px;
    float:none;
}
    
}

/* "2018 Blog" Template Styles */
/*=============================*/

/* remove <li> :before from locations where it is not fit
 * 	- pagination
 * 	- post-meta on Singles and Listing
 *  */

.body-container-wrapper .hs-blog-post.vision-blog-1 .list-single-style li::before, 
.body-container-wrapper .vision-blog-1 .list-single-style li::before,
.body-container-wrapper .page-numbers li::before,
.body-container-wrapper .hs-search-results__listing li::before,
.vision-blog-1 ul.list-single-style li::before {
	content: none !important;
}

/* Improve Pagination
 * - allow link within <li> to take up full area for optimal click / tap target
 * - adjust background-color to brand colors
 * */

.page-numbers a {
	display: block;
  text-align: center;
  padding-left: 7px;
}

.vision-blog-1 .page-numbers li.current,
.vision-blog-1 .page-numbers li:hover,
.vision-blog-1 .page-numbers .previous-posts-link:hover,
.vision-blog-1 .page-numbers .next-posts-link:hover {
  background: #EEAD1F;
  color: #EEAD1F;
}

.vision-blog-1 .page-numbers li {
	border: none;
}

/* remove excessive margin-top from div within li */

.vision-blog-1 .post-item #hubspot-author_data {
  margin-top: 0;
}

/* resize text for blog hero specifically, to spec requested */

/* .hs-blog-listing .c-hero_title {
	font-size: 2em;
} */

.hs-blog-listing .c-hero p {
	font-size: 1.3em;
}

.hs-blog-post .c-hero {
	padding: 80px 0 120px 0;
}

/* Post Item Styles */

.hs-blog-listing .post-item {
  background: #EBF4F6;
  box-shadow: none;
}

.hs-blog-listing .post-item li,
.sidebar-container .widget-type-post_filter li,
.body-container-wrapper .hs-search-results__listing li,
.body-container-wrapper .hs-search-field__suggestions li {
	text-indent: 0;
  color: #003a4c;
}

.hs-blog-listing .post-item h2,
.hs-blog-listing .post-item h2 a {
  color: #003a4c
}



/* Sidebar Styles */

body .sidebar-container a.cta_button[title],
body .sidebar-container .hs-button {
	padding: .5rem .8rem !important;
	font-size: 16px !important;
}

.sidebar-container .widget-type-post_filter {
  border-left: 3px solid #EBF4F6;
  padding-left: .25rem;
  margin-bottom: 1rem;
}

.sidebar-container .widget-type-post_filter ul {
	margin-top: 0;
  margin-bottom: 0;
}

.sidebar-container .widget-type-post_filter li {
  border-bottom: 1px solid #edf5f7;
  padding-bottom: 16px;
  transition: .3s ease-out;
  margin-left: 10px;
}

.sidebar-container .widget-type-post_filter a {
	display: block;
}

.sidebar-container .widget-type-post_filter li:hover {
  border-color: #4b848e;
}

.sidebar-container .widget-type-post_filter li:hover a {
  color: #003a4c;
} 

body .sidebar-container .widget-type-post_filter ul li::before,
body ul.hs-search-field__suggestions li::before {
	content: none;
  text-indent: 0;
}

.widget-type-post_filter li:last-child {
	margin-bottom: 0;
}

/* Suggested Search Result Styles */

.hs-search-field__suggestions li {
	margin-left: 0;
}

.hs-search-field .hs-search-field__suggestions {
  padding-left: 1rem;
  padding-right: 1rem;  
}

.hs-search-field__suggestions #results-for {
	margin-top: 1rem;
}

/* Adjustment to Post-Meta on Listings */

.vision-blog-1.hs-blog-listing .post-read span,
.vision-blog-1.hs-blog-listing .post-read span:hover,
.vision-blog-1.hs-blog-listing .date-row,
.vision-blog-1.hs-blog-listing .date-row:hover,
.vision-blog-1.hs-blog-listing .author-link,
.vision-blog-1.hs-blog-listing .author-link:hover {
  color: #003a4c;
}



/* Fix social media sharing links */
.hs-blog-post.vision-blog-1 .blog-main-container .sharing-icon li:before {
	content: none;
}


.hs-blog-post.vision-blog-1 .blog-main-container .sharing-icon li a {
	padding-left: 1rem;
}

.hs-blog-post.vision-blog-1 .blog-main-container .sharing-icon li a:hover {
  background-color: #003a4c;
}

/* Search Result Styling */
.hs-search-results__title {
	font-size: 1.3rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #a1c5d2;
  display: block;
}

.hs-search-results__description {
	margin-top: 10px;
  margin-bottom: 40px;
}

.hs-search-results__input {
  border: 1px solid #4b848e;
}

.hs-search-results__listing li {
	margin-left: 0;
}

.search-page .hs-search-field__input {
  border: 1px solid #a1c5d2;
  transition: .2s ease-out;
  padding-left: .75rem;
  padding-right: .75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  color: #4b848e;
  font-family:  'canada-type-gibson', Arial, sans-serif; ;
}

.search-page .hs-search-field__input:hover,
.search-page .hs-search-field__input:focus {
  border-color: #4b848e;
  color: #003a4c;
}

@media ( min-width: 768px ) {
  .hs-search-results__title {
  	font-size: 1.4rem;
  }	
}

/* Blog Post - Author Styles */

.hs-blog-post.vision-blog-1 .blog-section h6 {
  color: #4b848e;
}

/* Blog Post - Blockquote Styles */

.hs-blog-post.vision-blog-1 blockquote {
  color: #003a4c;
  text-align: center;
  border-left: 0;
  font-size: 1.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .hs-blog-post.vision-blog-1 blockquote {
  	font-size: 2rem;
  }
}

.hs-blog-post.vision-blog-1 blockquote:before {
	content: url('https://cdn2.hubspot.net/hubfs/2035607/2018%20Signify%20Health/Signify%20Logo.svg');
  display: block;
  width: 200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;  
}

.vision-blog-1 .body-container-wrapper .page-numbers {
	margin-bottom: 1rem;
}

.hs-blog-listing .c-hero {
	padding: 80px 0 120px 0;
}


/* 11/07/18 Robert - Form Box*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b848e+0,7db9e8+100&1+0,0+100 */
.form-box-a {
border-top:solid 1px #e9f5f7;
border-left:solid 1px #e9f5f7;
border-right:solid 1px #e9f5f7;
border-bottom:none;
padding:20px; 
background: -moz-linear-gradient(top, rgba(197,229,235,1) 0%, rgba(125,185,232,0) 100%);
background: -webkit-linear-gradient(top, rgba(197,229,235,1) 0%,rgba(125,185,232,0) 100%);
background: linear-gradient(to bottom, rgba(197,229,235,1) 0%,rgba(125,185,232,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5e5eb', endColorstr='#007db9e8',GradientType=0 );
}
.form-box-b {
border:solid 1px #c5e5eb;
padding:20px; 
background: #e9f5f7;
}
.form-box-c {
border-left:solid 1px #c5e5eb;
padding:20px; 
background: -moz-linear-gradient(left, rgba(233,245,247,1) 0%, rgba(125,185,232,0) 100%);
background: -webkit-linear-gradient(left, rgba(233,245,247,1) 0%,rgba(125,185,232,0) 100%);
background: linear-gradient(to right, rgba(233,245,247,1) 0%,rgba(125,185,232,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f5f7', endColorstr='#007db9e8',GradientType=1 );
}
.form-box-d {
border-left:solid 1px #ffe7b4;
padding:20px; 
background: -moz-linear-gradient(left, rgba(255,243,216,1) 0%, rgba(125,185,232,0) 100%);
background: -webkit-linear-gradient(left, rgba(255,243,216,1) 0%,rgba(125,185,232,0) 100%);
background: linear-gradient(to right, rgba(255,243,216,1) 0%,rgba(125,185,232,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff3d8', endColorstr='#007db9e8',GradientType=1 );
}
.form-box-e {
border:solid 1px #fbd37d;
padding:20px;
}

/* Ignitium Ungated Asset CSS */
@media (min-width: 960px) {
.signify-ignitium	{
	margin-bottom: -10px !important;
 	height: 2170px !important;
  border: 0;
}
}

@media (max-width: 959px) {
.signify-ignitium	{
	margin-bottom: -10px !important;
 	height: 1007px !important;
  border: 0;
}
}


/* YouTube Responsive CSS for HubSpot */ 

.hs-responsive-embed { 
  position: relative; 
height: 0; 
overflow: hidden; 
padding-top: 0; 
padding-left: 0; 
padding-right: 0;  
 } 

.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed { 
 position: absolute; 
top: 0; 
left: 0; 
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: 56.25%; 
} 




/* adding site search */
/*.menu-search-button { margin-top:18px; }
.menu-search-button span,
.menu-search-button-medium,
.main-navigation .hs-search-field__bar form { display:none; }
.main-navigation .hs-search-field { position:absolute; right:70px; top:62px; width:400px; }
.main-navigation .hs-search-field__input { font-size:1.2em; color:rgb(33,98,77); }
.main-navigation .hs-search-field__suggestions { background:#fff; }
.main-navigation .hs-search-field__suggestions li { padding-bottom:10px; }
.ps-vision-header { overflow:visible !important; }
.search-module-medium-icon { display:none; }
.mobi-search .menu-search-button-tablet { display:none; }
.mobi-search .menu-search-button-tablet span { display:none; }
.mobi-search .menu-search-button-tablet { position:absolute; right:50px; top:23px; }
.tablet-search-field { display:none; }*/

.ps-vision-header .hs-search-field__input { padding:6px !important; font-family: 'canada-type-gibson', sans-serif; height:auto !important; border: 1px solid #4b848e; }
.ps-vision-header { overflow:visible !important; min-height:80px !important; }
.ps-vision-header .hs-search-field__suggestions { background:#fff; }
.ps-vision-header .hs-search-field__suggestions li { padding-bottom:10px; }
.menu-search-button span { display:none; }
.menu-search-button { position: absolute; top: 20px; right: 60px; }
.desktop-search { display:none; }
.desktop-search { position:absolute; right:70px; top:62px; width:400px; }
.tablet-search { display:none; }
.tablet-search { margin-top:20px; position: absolute; top: 0; right: 100px; }
.search-icon-tablet { display:none; }
.phone-search { display:none; }


.menu-search-button {
  display: none;
}

@media(min-width:768px) {
  .menu-search-button {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .desktop-search { display:none; }
  .search-icon-tablet { display:block; }
  /*.search-module-large { display:none !important; }
  .search-module-medium-icon { display:none; }
  .mobi-search { display:block; }*/
}

@media (min-width:320px) and (max-width:768px){
  .phone-search { display:block; }
  .desktop-search { display:none; }
  .tablet-search { display:none; }
  .search-icon-tablet { display:none; }
}



._tr_popbox.__tr_hidden {
  z-index: -1;
}





/* Hubspot Flexible Content Everything */

/* --------- CSS ------------- */

/* ------------- Content Section Column Styles ------------- */

.page-center {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  position: relative;
}

.content-section h1,
.content-section h2,
.content-section h3,
.content-section h4,
.content-section h5,
.content-section h6,
.content-section p {
  margin: 0 0 20px 0;
}

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p,
.white ol,
.white ul,
.white label,
.white blockquote {
  color: #fff;
}

.white a, .white a:visited {
  color: #fff;
  text-decoration: underline;
}

.white a:hover, .white a:focus {
  color: #fff;
}


.two-flex, .three-flex, .four-flex, .seventythirty-flex {
  display: flex;
  flex-flow: column;
}

.top-title {
  margin: 0 0 35px 0;
}

.seventypercent {
  width:70%;
}
.thirtypercent {
  width:30%;
}


@media(min-width:768px) {
 
  .two-flex, .three-flex, .seventythirty-flex {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  
  .four-flex {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  
  .two-flex .column-content {
    width: 47%;
  }
  
  .two-flex .column-content.form-left {
    width: 59%;
  }
  
  .two-flex .column-content.form-right {
    width: 38%;
  }
    
  .three-flex .column-content {
    width: 30%;
  }
  
  .four-flex .column-content {
    width: 47%;
  }/*
  .seventythirty-flex .seventypercent,
  .seventythirty-flex .thirtypercent {
    width:100%;
  }*/
  
}

@media(min-width:992px) {
  .four-flex .column-content {
    width: 22%;
  }
}

@media (max-width:425px) {
  .column-content {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .community-header-column {
    text-align:center;
  }
}

.c-hero_inner h1 sup,
.c-hero_inner p sup {
  font-size:.5em;
}

/* list style with signify icon */

ul.signifylist {
  list-style-image: url('https://cdn2.hubspot.net/hubfs/2035607/signify-list-icon.png');
}
ul.signifylist li::before {
  content: '';
}

/* new hdo page */
ul.hdo-anchors {
  overflow: hidden;
}
ul.hdo-anchors li {
	float: left;
	width: 16.6%;
  box-sizing: border-box;
  color: #171e42;
  padding: 10px;
  margin:0px;
}
ul.hdo-anchors li::before {
    content: '';
    display: inline-block;
    color: #EEAD1F;
    padding-right: 7px;
}

ul.hdo-anchors li a::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f101";
  padding-left:8px;
  font-size: .75em;
  color:rgb(238,173,31);
}

@media (max-width:767px) {
  ul.hdo-anchors li { width:100%; }
}

@media (max-width:768px) {
  .seventypercent, .thirtypercent {
    width:100%;
  }
}

.signify-gradient {
  background: linear-gradient(to top right, rgba(0, 59, 76, 0.8), rgba(0, 59, 76, 0.8));
}


/* ---------- Tables Module ----------- */


/* --------- Mojo Alert Banner Styles Thing ----------- */

.alert-banner-mojo {
  border-top: 1px solid #003a4c;
  background: #edf5f7;
  padding: 15px 0;
}

.alert-banner-mojo p {
  color: #003a4c;
  margin: 0;
  text-align: center;
}

.alert-banner-mojo a, .alert-banner-mojo a:visited {
  color: #003a4c;
  text-decoration: underline;
}

.alert-banner-mojo a:hover, .alert-banner-mojo a:focus {
  color: #003a4c;
  text-decoration: underline;
}






.blog-title, .blog-meta { text-align:center; }