/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

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

@import url('http://fonts.googleapis.com/css?family=Open+Sans:300i,400,600,700,300');
@import url('http://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
@import url('http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    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-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


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

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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("http://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("http://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("http://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("http://static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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

@font-face {
  font-family: 'sharify';
  src: url('http://5341408.fs1.hubspotusercontent-na1.net/hubfs/5341408/EP_Wealth_Advisors_April2019/Doc/sharify.eot');
  src: url('http://5341408.fs1.hubspotusercontent-na1.net/hubfs/5341408/EP_Wealth_Advisors_April2019/Doc/sharify.eot?96358311#iefix') format('embedded-opentype'),
    url('http://5341408.fs1.hubspotusercontent-na1.net/hubfs/5341408/EP_Wealth_Advisors_April2019/Doc/sharify.woff?96358311') format('woff'),
    url('http://5341408.fs1.hubspotusercontent-na1.net/hubfs/5341408/EP_Wealth_Advisors_April2019/Doc/sharify.ttf?96358311') format('truetype'),
    url('http://5341408.fs1.hubspotusercontent-na1.net/hubfs/5341408/EP_Wealth_Advisors_April2019/Doc/sharify.svg?96358311#sharify') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Museo300Regular';
  src: url('https://advice.epwealth.com/hubfs/Fonts/Museo/Museo300-Regular-webfont.eot');
  src: url('https://advice.epwealth.com/hubfs/Fonts/Museo/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://advice.epwealth.com/hubfs/Fonts/Museo/Museo300-Regular-webfont.woff') format('woff'),
    url('https://advice.epwealth.com/hubfs/Fonts/Museo/Museo300-Regular-webfont.ttf') format('truetype'),
    url('https://advice.epwealth.com/hubfs/Fonts/Museo/Museo300-Regular-webfont.svg#Museo300Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

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

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

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

body {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #414042;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

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


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

/* Basic text */
p{
  margin: 1em 0;	
}

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

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

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizelegibility;
  font-weight: 500;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-family: Open Sans, sans-serif;
  font-size: 1.8em;
  color: #85776f;
}

h2 {
  font-size: 1.75em;
  margin: 0.83em 0;
}

h3,
.h3{
  font-family: Open Sans;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #00325b;
  margin: 0.83em 0;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-family: Open Sans;
  font-size: 18px;
  line-height: 26px;
  color: #bd5a20;
  margin: 20px 0 0 0;
}

h6 {
  font-size: 1.2em;
  margin: 1em 0;
}

/* Anchor Links */
a {
  color: #85776f;
  text-decoration: none;
}
a:visited {
  color: #589dc1;
}

a:hover {
  color: #007ba1;
  text-decoration: underline;
}

/* Lists */

ul,
ol {
  padding: 0;
  margin: .5em;
}

.nu ul,
.nu ol {
  padding-left: 40px;
  margin: .5em 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul ul, ul ol, ol ol, ol ul {}

li {
  margin: 0;
  margin-bottom: .5em;
}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


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

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

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


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

.header-container-wrapper {}
.header-container {}


.twp-header {
  position: fixed;
  background-color: #ffffff;
  top: 0;
  width: 100% !important;
  height: 74px;
  z-index: 1002;
}

.header-container-wrapper .widget-span,
.footer-container-wrapper .widget-span{
  min-height: 0;
}

.twp-header .custom-menu-primary.span8 {
  width: auto !important;
  margin-left: 0;
  float: right;
}

.twp-header .twp-logo.span4 {
  width: auto !important;
}

.twp-header .twp-logo a span {
  background: url(https://advice.epwealth.com/hubfs/Home-2022/Logo.svg),linear-gradient(transparent,transparent);
  background-size: 132px 53px;
  width: 132px;
  height: 53px;
  float: left;
  margin-top: 11px;
  margin-left: 7px;
}


@media(max-width: 767px) {
  .child-trigger i {
    margin:0 !important;
  }
}

/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {}

.body-container-wrapper {
  margin: 5em 0;
}

.twp-footer {
  position: fixed;
  clear: both;
  background-color: #003767;
  color: #ffffff;
  padding: 1em 0;
  margin-top: 20px;
  bottom: 0;
  width: 100%;
  height: 60px;
  z-index: 1002;
  line-height: 24px;
}

.twp-footer .twp-copyright {}

.twp-footer .twp-copyright .hs_cos_wrapper_type_rich_text > ul {
  display: inline-block;
  text-align: right;
  margin: 0;
  padding: 0;
  z-index: 12;
  position: relative;
}

.twp-footer .twp-copyright .hs_cos_wrapper_type_rich_text > span {
  padding: 0 1em;
  display: inline-block;
  border-right: 1px solid #ccc;
}

.twp-footer .twp-copyright .hs_cos_wrapper_type_rich_text > ul > li {
  display: inline-block;
  margin: 0 0 0 -4px;
  padding: 0;
}

.twp-footer .twp-copyright .hs_cos_wrapper_type_rich_text > ul > li > a {
  border-left: 1px solid #ccc;
  color: #ffffff;
  line-height: normal;
  padding: 0 1em;
}

.twp-footer .twp-copyright .hs_cos_wrapper_type_rich_text > ul > li:first-child > a {
  border-left: 0;
}

.twp-footer .footer-icons {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  height: 28px;
  display: block;
  margin-top: -30px;
  width: auto;
}

.twp-footer .footer-icons a {}

.twp-footer .footer-icons .footer-logos {
  padding-right: 5px;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  float: right;
  margin-top: 0;
  margin-right: 5px;
}

.linkedin-icon {
  background: url(http://5341408.fs1.hubspotusercontent-na1.net/hubfs/5341408/EP_Wealth_Advisors_April2019/Image/linkedin-icon.svg),linear-gradient(transparent,transparent);
}

.phone-icon {
  display: none;
}

.email-icon {
  background: url(http://5341408.fs1.hubspotusercontent-na1.net/hubfs/5341408/EP_Wealth_Advisors_April2019/Image/email-icon.svg),linear-gradient(transparent,transparent);
}

.nu .body-container-wrapper {
  margin: 7em 0 7em;
}


/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

.twp-header li.hs-menu-item.hs-menu-depth-2.financialhealthassessment a {
    font-weight: bold !important;
}

.twp-header li.hs-menu-item.hs-menu-depth-2.portfolioreview a {
    font-weight: bold !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and ( min-width:931px ) {

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .twp-header .custom-menu-primary {
    float: right;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 11px;
    display: none;
    position: relative;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper ul li {}

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li {}

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul li a {}

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 4px 9px;
    font-weight: normal;
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    color: #4D4D4D;
    text-transform: uppercase;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.1);
    display: block;
    text-decoration: none;
    position: relative;
    vertical-align: top;
    line-height: 1.3em;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 20px;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li.contactanadvisor {
    font-size: 14px;
    background-color: #86786F;
    color: #ffffff !important;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    padding: 0px 10px !important;
    margin-top: -27px;
    text-align: center;
    max-width: 143px;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li.contactanadvisor > a {
    color: #ffffff;
    padding-bottom: 10px;
    border: none;
    box-shadow: none;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li.contactanadvisor + li > a {
    border: none;
    box-shadow: none;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li.search > a {
    padding-right: 20px;
    width: 35.19px !important;
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0;
    border: 0;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li.search > a:before {
    content: "\f002";
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 6px;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li.services {
    margin-right: -12px;
    position: static;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper ul > li:hover > a {
    background: none;
    font-weight: bold;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper ul > li.active > a,
  .twp-header .custom-menu-primary .hs-menu-wrapper ul > li.active-branch > a{
    background: none;
    font-weight: bold;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after,
  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:after,
  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after{
    border-bottom: 1px #59a2d3 solid;
    content: "";
    display: block;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul li > a:hover:after{
    border-bottom: 1px #59a2d3 solid;
    content: "";
    display: block;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    font-weight: bold;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    clip: rect(0,5000px,5000px,-5000px);
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    float: left;
    display: block;
    margin: 0;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li > ul:after {
    clear: both;
    content: "";
    display: block;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:nth-child(2n+1) {
    clear: left;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    background: rgba(256,256,256,.9);
    left: unset !important;
    border: 1px solid #e0e0e0;
    border-top: none;
    font-size: 14px;
    box-sizing: content-box;
/*     width: 35% !important; */
    width: auto !important;
    min-width: 35%;
    margin-top: 15px;
    transition: all 0.3s ease-in !important;
  }
  
  @media screen and (min-width: 931px) {
    .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li > ul  {
        width: auto !important;
        min-width: 35%;
    }
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:nth-child(2n+2) {
    border-left: 1px solid #b7b7b7;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a {
    width: 100% !important;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    padding: 20px;
    font-weight: normal;
    color: #464646;
    line-height: 1.45;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {
    min-width: 65%;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li {
    width: 50%;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(1) {
    margin-top: 18px!important;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {
    padding: 20px;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: static;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a:hover,
  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li:hover > a {
    text-decoration: none;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a:hover:after,
  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li:hover > a:after {
    content: none;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    margin-top: 0;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper>ul>li.search>a:hover:after {
    content: none;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper>ul>li.login > ul {
    padding-right: 20px;
    padding-left: 0;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper>ul>li.login > ul > li {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper>ul>li.login:hover > ul > li > ul {
    padding-bottom: 10px;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding-left: 0;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper>ul>li.login > ul > li > a {
    padding: 0;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper>ul>li.login > ul > li > ul > li {
    margin: 0;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper>ul>li.login > ul > li > ul > li > a {
    padding: 20px;
    line-height: 1.45;
    text-decoration: none;
    color: #85776f;
  }
  .twp-header .custom-menu-primary .hs-menu-wrapper>ul>li.login > ul > li > ul > li > a:hover {
    color: #464646;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper ul > li > ul > li:hover>a {
    color: #222222;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper>ul>li.contactanadvisor.active > a {
    font-weight: bold;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper>ul>li.contactanadvisor.active > a:after {
    border-bottom: 1px #59a2d3 solid;
    content: "";
    display: block;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>a:after {
    content: "" !important;
    width: auto;
  }

  .twp-header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>a {
    display: inline-block !important;
    width: auto !important;
  }
  .twp-header .custom-menu-primary .hs-menu-wrapper>ul>li .financialliteracyinitiative {
    border: none !important;
  }
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 930px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    background: white;
    clear: both;
    z-index: 1000;
    right: 16px;
    top: -14px;
    position: absolute;
    width: 78px;
    height: 25px;
    white-space: nowrap;
    margin: 0 2% 0 10px !important;
    color: #367992;
    font-size: 1em;
    font-weight: 400;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    padding: 15px 20px;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    width: 27px;
    text-align: center;
    margin-right: 1px;
    top: 4px;
    position: relative;
    color: #367992;
    font-size: 25px;
    font-weight: 200;
  }
  .mobile-trigger i:before{  
    content: "\f0c9";
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 42px !important;
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i:after{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f055" !important;
    color: #003767!important;
    font-size: 14px;
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-children-wrapper{
    display: none;
  }  

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary .hs-menu-wrapper{
    position: absolute;
    right: -8px;
    float: right;
    width: 192px;
    background: rgba(256,256,256,.9);
    padding: 0 10px;
    top: 24px;
  }
  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
    color: #003767;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 14.4px;
    font-weight: 400;
    border-bottom: 1px #59a2d3 solid;
    line-height: 16.23px;
    padding: 14px 10px 12px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    background: #eeeeee;
    color: #111111;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    box-shadow: 0 12px 20px rgba(0,0,0,.15);
    background: #fff;
    border: 1px solid #e9e9e9;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    padding: 20px 5px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    padding: 4px 9px;
    border: 0;
    font-weight: bold;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.close {
    display: block !important;
    text-align: center;
    color: #003767;
    font-size: 12px;
    padding: 17px 20px 17px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul > li:nth-child(2) > ul > li {
    border-bottom: 1px #59a2d3 solid;
    padding: 9px 0px 7px 3px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    padding-top: 1px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul > li:nth-child(2) > ul > li.close {
    padding: 10px 0px 9px 3px;
    cursor: pointer;
  }

  body .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    position: absolute !important;
  }

}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


.blog-banner .inner {
  height: 471px;
}

.blog-banner .inner .slick-list {
  height: 100%;
}

.blog-banner .inner .slick-list .slick-track {
  height: 100%;
}

.blog-banner .inner .slick-list .slick-slide {}

.blog-banner .inner .slick-list .slick-slide > div {
  height: 100%;
}

.blog-banner .inner .slick-list .slick-slide > div .hs-rss-item {
  height: 100%;
  margin: 0;
}

.blog-banner .inner .slick-list .slick-slide > div .hs-rss-item .hs-rss-item-image {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.blog-banner-inner {
  border-width: 1px;
  border-style: solid;
  border-color: #9C9C9C;
  position: relative;
}

.blog-banner .inner .slick-list .slick-slide > div .hs-rss-item .hs-rss-item-image .content-group {
  position: absolute;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  width: 40%;
  height: 25%;
  left: 0%;
  top: 3.2%;
  z-index: 2;
  font-size: 16.9875px;
  line-height: 1.25em;
  padding: 4.71875px;
  font-family: serif;
}

.blog-banner-inner > a {
  position: absolute;
  top: 50%;
  height: 40px;
  font-size: 40px;
  width: 40px;
  transform: translateY(-55%);
  color: #000000;
}

.blog-banner-inner > a#wa_chpc_slider_prev {
  left: 10px;
}

.blog-banner-inner > a#wa_chpc_slider_next {
  right: 10px;
}

.blog .blog-content {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.blog .blog-sidebar {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.blog .body-container-wrapper .container-fluid .row-fluid .page-center {}

.blog .body-container-wrapper .container-fluid .row-fluid .page-center > div {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.blog .body-container-wrapper .container-fluid .row-fluid .page-center > div > div {
  margin-left: -7.5px;
  margin-right: -7.5px;
  width: auto;
}

.blog .blog-content.span8 {
  width: 66.66667%;
}

.blog .blog-sidebar.span4 {
  margin: 0;
  width: 33.33333%;
}

.blog-banner .inner .slick-list .slick-slide > div .hs-rss-item .hs-rss-item-image .content-group span.top-content {
  display: block;
  padding: inherit;
  line-height: 12px;
  color: rgb(128, 128, 128);
}

.blog-banner .inner .slick-list .slick-slide > div .hs-rss-item .hs-rss-item-image .content-group > span:last-child {
  font-family: arial;
  font-weight: lighter;
  background-color: rgba(0, 0, 0, 0);
  border: 2px none rgb(255, 255, 255);
  border-radius: 2px;
  font-size: 16.9875px;
  line-height: 1.25em;
  padding: 4.71875px;
  position: relative;
  top: 10px;
  left: -100%;
  color: rgb(102, 102, 102);
  display: block;
  transition: left 0.6s ease,opacity 1.5s ease;
  opacity: 0;
}

.blog-banner .inner .slick-list .slick-slide.slick-current > div .hs-rss-item .hs-rss-item-image .content-group > span:last-child {
  left: 14px;
  opacity: 1;
}

.blog-banner-inner > a span {
  line-height: 1;
  display: block;
  text-align: center;
}

.blog-banner .inner ul.slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.blog-banner .inner ul.slick-dots li.slick-active button:before {
  content: "\f0c8";
}

.blog-banner .inner ul.slick-dots li {
  display: inline-block;
  list-style: none;
  width: auto;
  margin: 0;
}

.blog-banner .inner ul.slick-dots li button {
  font-size: 0;
  background: transparent;
  border: 0;
  padding: 0;
}

.blog-banner .inner ul.slick-dots li button:before {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  content: "\f096";
  font-size: 20px;
  margin: 3px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  color: #FFFFFF;
  cursor: pointer;
  z-index: 17;
}

.blog-banner .inner ul.slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.blog-banner .inner ul.slick-dots li.slick-active button:before {
  content: "\f0c8";
}

.blog-banner .inner ul.slick-dots li {
  display: inline-block;
  list-style: none;
  width: auto;
  margin: 0;
}

.blog-banner .inner ul.slick-dots li button {
  font-size: 0;
  background: transparent;
  border: 0;
  padding: 0;
}

.blog-banner .inner ul.slick-dots li button:before {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  content: "\f096";
  font-size: 20px;
  margin: 3px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  color: #FFFFFF;
  cursor: pointer;
  z-index: 17;
}

.post-item {}

.post-item h1.entry-title {
  font-size: 2em;
  margin: 0.67em 0;
  line-height: 24px !important;
  font-weight: 500;
}

.post-listing {
  margin-top: -2px;
  line-height: 24px !important;
}

.blog .alignleft,
.blog img.alignleft {
  float: left;
  margin: 0 15px 10px 0;
}

.blog img.avatar {
  border-radius: 50%;
  max-width: 70px;
}

.blog .byline {
  text-transform: uppercase;
}

.blog #orangey a:link, 
.blog #orangey a:visited {
  color: #D75F00;
  text-decoration: none;
}


.sharify-container {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
}

.sharify-container ul {
  padding: 0;
  margin: 0;
}

.sharify-container li {
  list-style: none;
  height: 35px;
  line-height: 36px;
  float: left;
  margin: 0!important;
  padding-left: 2.5px;
}

.sharify-container li {
  margin-bottom: 5px !important;
}

.sharify-container li {
  font-family: Roboto Condensed, sans-serif;
}

.sharify-btn-twitter {
  min-width: 20%;
}

.sharify-container li a {
  border: 0;
  background-color: #4db2ec;
  border-radius: 1px;
  display: block;
  font-size: 15px;
  line-height: 37px;
  height: 100%;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  transition: all 0.2s ease-in-out;
}

.sharify-container li.sharify-btn-twitter a {
  background-color: #4db2ec;
}

.sharify-icon {
  font-size: 13px;
  line-height: 35px;
}

.sharify-btn-twitter .sharify-icon {
  float: left;
  padding-left: 10px;
}

[class^="sharify-"]:before, [class*=" sharify-"]:before {
  font-family: "sharify";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.sharify-twitter:before {
  content: '\e801';
}

.post-item h1.entry-title a {
  color: #85776f;
}

.sharify-container li.sharify-btn-facebook a {
  background-color: #3b5998;
}

.sharify-btn-facebook {
  min-width: 20%;
}

.sharify-facebook:before {
  content: '\e800';
}

.sharify-btn-facebook .sharify-icon {
  float: left;
  padding-left: 10px;
}

.sharify-btn-gplus {
  min-width: 10%;
}

.sharify-container li.sharify-btn-gplus a {
  background-color: #bb0000;
}

.sharify-gplus:before {
  content: '\e805';
}

.sharify-gplus {
  font-size: 22px;
}

.sharify-container li.sharify-btn-pinterest a {
  background-color: #cb2027;
}

.sharify-btn-pinterest {
  min-width: 10%;
}

.sharify-pinterest:before {
  content: '\e803';
}

.sharify-btn-pinterest .sharify-title {
  display: none;
}

.sharify-btn-linkedin {
  min-width: 10%;
}

.sharify-container li.sharify-btn-linkedin a {
  background-color: #007bb6;
}

.sharify-linkedin:before {
  content: '\e804';
}

.sharify-btn-linkedin .sharify-title {
  display: none;
}

.sharify-btn-linkedin .sharify-count {
  display: none;
  padding-right: 10px;
  float: right;
}

.sharify-btn-email {
  min-width: 20%;
}

.sharify-container li.sharify-btn-email a {
  background-color: #e74c3c;
}

.sharify-container li.sharify-btn-email a:hover {
  background-color: #c0392b;
}

.sharify-container li.sharify-btn-linkedin a:hover {
  background-color: #0e2e6f;
}

.sharify-container li.sharify-btn-pinterest a:hover {
  background-color: #bb0000
}

.sharify-container li.sharify-btn-gplus a:hover {
  background-color: #a30505;
}

.sharify-container li.sharify-btn-facebook a:hover {
  background-color: #0e2e6f;
}

.sharify-container li.sharify-btn-twitter a:hover {
  background-color: #3498db
}

.sharify-mail:before {
  content: '\e802';
}
.sharify-btn-email .sharify-icon {
  float: left;
  padding-left: 10px;
}

.footerlines {
  border-bottom: 1px solid #ccc;
  height: 40px;
  font-size: 1.5em;
  padding-left: 4px;
  letter-spacing: 0.13em;
  margin: 10px 0 20px 0;
}

.footerlines .fa{vertical-align: 0;position: relative;top: 3px;}

.blog h3.byline.vcard {
  text-rendering: optimizelegibility;
  font-weight: 500;
  font-size: 1.25em;
  margin: 1em 0;
  line-height: 24px;
}

footer.article-footer {
  margin-bottom: 39px;
}

.blog-pagination {
  margin-bottom: 29px;
  line-height: 24px;
}

.blog-pagination > div {
  margin: 1em 0;
}

.blog-section .blog-section {
  padding-bottom: 50px;
}

.blog-pagination > div a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 3px 10px;
  position: relative;
  float: left;
}

.blog-pagination > div:after {
  clear: both;
  content: "";
  display: block;
}

.post-item:last-child > footer.article-footer {
  margin-bottom: 0;
}

.blog-pagination > div a.prev-link,.blog-pagination > div a.next-link {
  color: #85776f;
}

.blog-pagination > div a:hover {
  color: #85776f;
  text-decoration: underline;
}

/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  outline: none;
  background: #FFF;
  border: 1px solid #CCC;
  color: #444;
  font-size: .9em;
  letter-spacing: normal;
  padding: 8px 1%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 0;
  width: calc( 100% - 25px);
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #333;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {
  color: #CCC;
  font-style: italic;
  font-weight: 400;
} /* Webkit Browsers */
:-moz-placeholder {
  color: #CCC;
  font-style: italic;
  font-weight: 400;
} /* Firefox 18- */
::-moz-placeholder {
  color: #CCC;
  font-style: italic;
  font-weight: 400;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #CCC;
  font-style: italic;
  font-weight: 400;
} /* IE10 */

.retirement-form form>div .input input[type="number"]::-webkit-input-placeholder {
  color: #999;
  font-style: italic;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
} /* Webkit Browsers */
.retirement-form form>div .input input[type="number"]:-moz-placeholder {
  color: #999;
  font-style: italic;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
} /* Firefox 18- */
.retirement-form form>div .input input[type="number"]::-moz-placeholder {
  color: #999;
  font-style: italic;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
} /* Firefox 19+ */
.retirement-form form>div .input input[type="number"]:-ms-input-placeholder {
  color: #999;
  font-style: italic;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
} /* IE10 */

/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}



/*  Form  */

.hs_cos_wrapper_type_blog_subscribe,
.widget-type-form{
  font-family: Open Sans;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #00325b;
  display: block;
  background-color: #e1e6e9;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.hs_cos_wrapper_type_blog_subscribe:hover, .widget-type-form:hover {
  background-color: #e3e3e4;
}

.hs_cos_wrapper_type_blog_subscribe h3,
.widget-type-form h3{
  padding: 50px 0 0 25px;
}

.hs_cos_wrapper_type_blog_subscribe form,
.widget-type-form form{
  padding: 34.9px 8.75px 10.5px 33.75px;
  margin: 0 2px;
}

.hs_cos_wrapper_type_blog_subscribe form label ,
.widget-type-form form label {
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  line-height: 24px !important;
  color: #414042 !important;
  display: block;
  margin: 17px 0 5px 0;
}

.hs_cos_wrapper_type_blog_subscribe form *:first-child label,
.widget-type-form form *:first-child label{
  margin: 0;
}

ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

ul.no-list.hs-error-msgs.inputs-list label {
  color: #f00 !important;
}

.hs-form-field + a {
  margin-top: 5px;
}

/*  Form  */

/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  width: 100%;
  padding: 0.5em 0;
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #444;
  border: 0;
  border-radius: 0;
  font-family: "Open Sans",sans-serif;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #1f1b1d;
  background-color: #eeeeee;
  border: #dededf 1px solid;
  width: auto !important;
  padding: 0.8em;
  font-size:15.75px
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #00325b;
  background-color: #d4d4d5;
  border: #ffffff 1px solid;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}

.hs_submit.hs-submit {
  margin: 5px 0 16px 0;
}

/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


.twp-advisor .body-container-wrapper .container-fluid .row-fluid .page-center {
  padding-left: 15px;
  padding-right: 15px;
}

.twp-advisor-row1 {}

.twp-advisor-row1 .page-center > div > div {
  background-color: #ddebf6;
  padding-bottom: 50px;
}

.twp-advisor-row1 .main-content .twp-advisor-row1-header {
}

.twp-advisor-row1 .main-content .twp-advisor-row1-header h1 {
  font-size: 4.5em;
  font-weight: 500;
  color: #b1c6d9;
  margin: 0;
  padding-left: 0;
}

.twp-advisor .widget-type-form form {}

.twp-advisor .widget-type-form {
  background: transparent;
}

.twp-advisor-row1 .page-center .main-content {
  padding: 25px 25px 0px;
}

.twp-row1-location-group {
}

.twp-row1-location-group.span4 {
  width: 250px;
  float: right;
  margin-left: 0;
}

.twp-advisor-row1-form.span8 {
  padding-left: 60px;
  padding-top: 40px;
  float: left;
  width: 66%;
}

.twp-advisor-row1-form label > span:empty + span.hs-form-required {
  display: none;
}

.twp-advisor-row1-form .hs-input {
  outline: none;
  background: #FFF;
  border: 1px solid #CCC;
  color: #444;
  letter-spacing: normal;
  padding: 8px 1%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 0;
  font-family: sans-serif;
  font-size:  12.6px;
}

.twp-advisor .widget-type-form form > fieldset {
  padding: 13px 0;
  width: 95%;
}

.twp-advisor .widget-type-form form > fieldset .hs-form-field {
  padding: 0;
}

.twp-advisor .widget-type-form form > fieldset.form-columns-2 .hs-form-field {
  padding: 0;
  width: 49%;
  margin-right: 3px;
}

.twp-advisor .widget-type-form form > fieldset.form-columns-2 .hs-form-field .hs-input {width: 100% !important;padding: 8px 6px;}

.twp-advisor .widget-type-form form > fieldset .hs-form-field > label .hs-form-required {
  color: #ff0000;
  font-weight: 400;
}

.twp-advisor .widget-type-form form > fieldset .hs-richtext {}

.twp-advisor .widget-type-form form > fieldset .hs-richtext label {}

.twp-advisor .widget-type-form form > fieldset .hs-richtext label span {
  margin-left: -4px;
  color: #ff0000;
  font-weight: 400;
}

.twp-advisor-row1-form textarea.hs-input {
  min-height: 158px;
}

.twp-advisor .widget-type-form form > fieldset.form-columns-2 .hs-form-field:last-child {
  float: right;
}

.twp-advisor .widget-type-form form .hs_submit.hs-submit {
  margin: 0;
}

.twp-advisor .widget-type-form form .hs_submit.hs-submit input.hs-button.primary.large {
  min-width: 100px;
}

.twp-advisor .widget-type-form form > fieldset .hs-richtext p {
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  line-height: 24px !important;
  color: #414042 !important;
  -webkit-hyphens: manual;
  -epub-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
  font-weight: normal;
}

.locations-intro {
  font-size: 1.7em;
  color: #003767;
  font-weight: 100;
}

.bluebold, .bluebold a, .bluebold a:visited {
  font-weight: bold;
  color: #003767;
  padding-top: 20px;
  line-height: 24px;
}

.bluebold a:hover{
  color: #007ba1;
}

.bluebold a:visited:hover{
  color: #003767;
}

.smgray {
  color: gray;
  font-size: small;
  line-height: 24px;
}

.addresses {
  line-height: 24px;
}

.twp-advisor-row1 .page-center > div {
  padding-bottom: 50px;
}

.spacer {
  line-height: 24px;
}

.full-width .main-content {
  background-color: #ddebf6;
  padding: 45px;
  padding-bottom: 50px;
  line-height: 24px;
}

.full-width .body-container-wrapper .page-center {
  padding-left: 15px;
  padding-right: 15px;
}

.twp-footer .twp-copyright .hs_cos_wrapper_type_rich_text>ul>li.active>a {
  color: #559fd3 !important;
  font-weight: bold;
}

.h6 {
  font-size: 0.746em;
  margin: 2.33em 0;
  color: #414042 !important;
  font-weight: bold;
}

.full-width .body-container-wrapper .page-center > div > div {
  padding-bottom: 50px;
}

p#back-top {
  position: fixed;
  bottom: 50px;
  margin-right: 30px;
  right: 0;
  z-index: 9999;
  margin-bottom: 21px;
}

a#toTopButton {
  width: 40px;
  display: block;
  text-decoration: none;
  opacity: .2;
  background: #000;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
  height: 40px;
  padding: 0 !important;
  position: static !important;
  cursor: pointer;
}

#back-top i {
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 7px;
  font-size: 1.5em;
  line-height: 35px;
  color: #FFF;
  text-align: center;
  margin: 0;
}

#back-top a:hover, #back-top a:focus {
  color: #000;
  opacity: 1;
}

.twp-col-right-group .page-center {
  padding: 0 15px !important;
}

.banner-area {
  margin-top: 5px;
  margin-bottom: 7px;
}

.two-column-right-form .main-content.span8 {
  width: 65%;
}

.two-column-right-form .main-content {}

.two-column-right-form .sidebar.span4 {
  float: right;
  width: 34%;
  margin: 6px 0 0 6px;
  background-color: #e1e6e9;
}

.two-column-right-form .sidebar {}

.home-content-intro {
  padding: 2%;
  margin-top: 6px;
  background-color: #f7f5e6;
  line-height: 24px;
}

.home-content-intro h4 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #00325b;
  margin: 0.67em 0;
  margin-bottom: 10px;
}

.home-content-intro p {
  line-height: 24px;
}

.body_container_1 {
  padding: 17px;
  line-height: 24px;
}

.body_container_1 h2 {
  line-height: 24px;
}

.body_container_1  p {
  line-height: 24px;
}

.body_container_1 ul {
  margin-left: 31px;
  line-height: 24px;
}

.twp-cta {
  margin-top: 80px;
  text-align: center;
  margin-bottom: 10px;
}

.twp-col-right-group {
  padding-bottom: 100px;
}

.two-column-right-form .widget-type-form {
  padding: 30px 0 0 25px;
}

.two-column-right-form .widget-type-form h3 {
  padding: 0;
  margin: 0;
}

.two-column-right-form .widget-type-form form {
  padding: 0;
  margin: 0;
}

.two-column-right-form .widget-type-form > span {
  display: block;
  padding: 30px 16px 0 25px;
}

.two-column-right-form .widget-type-form label > span:empty + span.hs-form-required {
  display: none;
}

.two-column-right-form .widget-type-form .hs-form-field > label {display: inline-block;margin: 14px 0 4px 0;color: #00325b !important;}

.two-column-right-form .widget-type-form .form-columns-2 .hs-richtext {
  margin: 14px 0 4px 0;
}

.two-column-right-form .widget-type-form label > span:empty {
  height: 0;
  display: block;
}

.two-column-right-form .widget-type-form form .hs-input {
  font-size: 12.6px;
  padding-left: 3.2px;
}

.two-column-right-form .widget-type-form textarea {
  min-height: 100px;
}

.two-column-right-form .sidebar {
  position: sticky;
  top: 25px;
}

.two-column-right-form .widget-type-form form .hs-form-field {
  padding-right: 4px;
}

.two-column-right-form .widget-type-form .hs-richtext > label {
  color: #00325b !important;
}

.two-column-right-form .widget-type-form form input.hs-button.primary.large {
  min-width: 100px;
}

.two-column-right-form .widget-type-form form .hs_submit.hs-submit {
  margin-top: 0;
  margin-bottom: 24px;
}

.banner-area img {
  display: block;
}

.two-column-right-form .main-content .hs_cos_wrapper_type_linked_image {
  display: block;
  margin-top: 12px;
  padding-bottom: 7px;
}

.two-column-right-form .main-content .hs_cos_wrapper_type_linked_image img {
  display: block;
}

.hs_cos_wrapper_type_header h1 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #00325b;
  padding-left: 2%;
  margin: 0.83em 0;
}

.main-content-left-col .hs_cos_wrapper_type_widget_container .twp-space .spacer {
  padding: 0 !important;
}

.two-column-right-form .main-content .hs_cos_wrapper_type_rich_text {
  line-height: 24px;
}

.arrowdn {
  background: url(http://5341408.fs1.hubspotusercontent-na1.net/hubfs/5341408/EP_Wealth_Advisors_April2019/Image/arrowdn.svg),linear-gradient(transparent,transparent);
  background-size: 54px 54px;
  width: 54px;
  height: 54px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.twopercent {
  padding-left: 2%;
}

.orange {
  font-size: 1.3em;
  color: #bd5a20;
}

.home-content-intro img {
  display: block;
}

.full-width .main-content .hs_cos_wrapper_type_rich_text h1 {
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 10px;
  color: #414042;
}

.body_container_1 figure {
  margin: 0;
  margin-top: 1em;
}

.body_container_1 figure img {
  display: block;
}

.body_container_1 figure figcaption {
  text-align: center;
  font-style: italic;
  margin-top: 1px;
}

.location {}

.location h1.heading {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #00325b;
  padding: 0;
  margin-bottom: 10px;
}

.location .body {
  padding: 10px 0;
}

.location .home-content-intro .body p {
  margin: 0;
}

table {
  border-collapse: separate;
  border-spacing: 1px;
  margin: 10px 0px 15px 0px;
  width: 100%;
  text-align: left;
}

table.tablethis {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  display: block;
  padding: 20px 0;
}

.trthis {
  background-color: #f7f5e6!important;
  border: 0;
  padding: .35em;
}

.twentyfivepercent {
  width: 25%;
}

.epmap {
  border: #fff 3px solid;
}

table td {
  border: solid 1px #e1e1e1;
  color: #3D3D3D;
  padding: 4px;
  vertical-align: top;
}

.tdthis {
  padding: .625em;
  border: 0;
  text-align: left;
}

table.tablethis img {
  max-width: 100%;
  height: auto;
  margin-bottom: 7px;
}

div.tablethis {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  display: block;
  padding: 0px 0 19px 0;
}

div.tablethis ul {
  background-color: #f7f5e6!important;
  border: 0;
  padding: 4px 0 0 0;
}

div.tablethis ul li {
  color: #3D3D3D;
  vertical-align: top;
  padding: .625em;
  border: 0;
  text-align: left;
  margin: 0;
  line-height: 1;
}

div.tablethis ul li a {
  font-size: 8pt;
  font-family: "Open Sans",sans-serif;
  color: #589dc1;
  text-decoration: none;
  display: block;
}

.top-image-with-content {}

.top-image-with-content div#homepage_image_2_container {}

.top-image-with-content div#homepage_image_2_container img {
  margin-top: 12px;
  display: block;
  padding-bottom: 7px;
}

.top-image-with-content .sideroom {
  padding: 0 10px;
  line-height: 24px;
}

.top-image-with-content .sideroom h2 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #00325b;
}

.top-image-with-content .sideroom .body_container_1 p {
  margin: 0;
  color: #414042 !important;
}

.locationlinks a {
  color: #414042 !important;
  text-decoration: underline!important;
}

.top-image-with-content .sideroom .body_container_1 {
  padding-bottom: 49px;
}

.top-image-with-content .sideroom p {
  margin: 0;
}

.top-image-with-content #homepage_image_2_container:not(.image-padding) + .sideroom p a {
  color: #589dc1;
  font-size: 8pt;
}

.top-image-with-content img {
  padding: 0 !important;
  margin: 0 !important;
}

.top-image-with-content .image-padding img {
  margin-top: 12px !important;
  padding-bottom: 7px !important;
}

.two-column-right-form.v2 .widget-type-form>span {
  padding: 0;
}

.two-column-right-form.v2 .widget-type-form>span form {
  margin: 0;
  padding: 5px 27px 10px 11px;
}

.two-column-right-form.v2 .widget-type-form .form-columns-2 .hs-richtext {
  margin: 0;
}

.two-column-right-form.v2 .widget-type-form .hs-richtext>label {
  color: #414042 !important;
}

.two-column-right-form.v2 .widget-type-form .hs-form-field>label {
  margin: 17px 0 5px 0;
  color: #414042 !important;
}



/* Our team */

.top-image-with-content-group .page-center > .inner {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.top-image-with-content-group .bottom-content {
  background-color: #f7f5e6;
  padding: 20px 0px 0 20px;
  margin-top: -5px;
  min-height: 685px;
}

.top-image-with-content-group {}

.top-image-with-content-group .top-image {
  margin-bottom: 7px;
}

.top-image-with-content-group .bottom-content .bottom-content-inner {}

.top-image-with-content-group .bottom-content .bottom-content-inner nav.nav-main-team {
  font-size: 1em;
  padding: 10px 0;
  width: 20%;
  float: left;
  margin-bottom: 30px;
}

.top-image-with-content-group .bottom-content .bottom-content-inner nav.nav-main-team:nth-child(2) {
  margin-top: 67px;
}

.top-image-with-content-group .bottom-content .bottom-content-inner nav.nav-main-team:nth-child(5) {}

.top-image-with-content-group .bottom-content .bottom-content-inner nav.nav-main-team:nth-child(3) {
  border-right: #DCCE86 1.265px solid;
  border-left: #DCCE86 1.265px solid;
  height: 460px;
  padding: 0 5px !important;
  margin-top: 10px;
}

.top-image-with-content-group .bottom-content .bottom-content-inner:after {
  clear: both;
  content: "";
  display: block;
}

nav.nav-main-team {}

nav.nav-main-team ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav.nav-main-team li {
  display: table-row;
  line-height: 1.5em;
  padding: 0 5px;
}

nav.nav-main-team li a {
  padding: 1px 5px;
  color: #85776f;
  display: block;
}

nav.nav-main-team li.active > a {
  color: #559fd3 !important;
}

nav.nav-main-team li a:hover{
  border: 1px #ffffff dotted;
  text-decoration: none;
  color: #003767;
}

nav.nav-main-team > ul {}

nav.nav-main-team > ul > li {}

nav.nav-main-team > ul > li > a {
  font-size: 1.6em;
  font-weight: 100;
  color: #003767;
  display: table-caption;
  line-height: 1.2em;
  padding-bottom: 13px;
}

nav.nav-main-team > ul > li > ul {}

nav.nav-main-team > ul > li > ul > li {}

nav.nav-main-team > ul > li > ul > li > a {
  font-weight: bold;
}

nav.nav-main-team > ul > li > ul > li + li > a {
  padding-top: 10px !important;
}

nav.nav-main-team > ul {}

nav.nav-main-team > ul > li {}

nav.nav-main-team > ul > li + li > a {
  margin-top: 15px;
}

.top-image-with-content-group .bottom-content .bottom-content-inner nav.nav-main-team:nth-child(3) > ul > li > a {
  display: block;
}

.fwwc .body_container_1 {
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  float: none;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.fwwc .body_container_1 .inner {
  width: 90%;
  padding: 30px;
  min-height: 300px;
  font-weight: bold;
}

.fwwc .body_container_1 .inner h6 {
  margin: 0;
}

.fwwc .body_container_1 > .page-center {
  width: 90% !important;
  margin-left: 0;
}

.fwwc .main-content {
  padding-bottom: 51px;
}

.top-image-with-content-group .bottom-content .bottom-content-inner nav.nav-main-team:nth-child(4) {
  padding-left: 20px;
}

.top-image-with-content-group .bottom-content .bottom-content-inner nav.nav-main-team:nth-child(5) {
  padding-left: 20px;
  margin-top: 70px;
}

.our-team-group .main-content {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.hs-our-team .banner-area {
  margin-top: 0;
}

.our-team {
  padding-top: 5%;
}

.our-team .col {
  line-height: 24px !important;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
}

.our-team .col span {
  font-size: 1.8em;
  color: #85776f;
  line-height: 24px !important;
  font-family: Open Sans ,sans-serif;
  font-weight: 700;
}

.our-team .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.our-team .col ul li {}

.our-team .col > ul {}

.our-team .col > ul > li {}

.our-team .col > ul > li > a {
  font-weight: 700;
  font-size: 1.5em;
  display: flex;
  padding: 18px 0 15px 0;
  color: #85776f;
}

.our-team .col > ul > li > a:hover{
  color: #007ba1;
  text-decoration: underline
}

.our-team .col > ul > li > ul > li > a {
  font-weight: normal;
  font-size: inherit;
}

.our-team .col > ul > li > ul {
  font-size: 1.2em;
  line-height: 1.18em;
}

.our-team .col.col3 {
  border-bottom: none;
  float: left;
  border-left: solid 1px black;
  padding-left: 20px;
}

.our-team .col.col4 {
  border-bottom: none;
  float: left;
  border-left: solid 1px black;
  padding-left: 20px;
}

.our-team .col.col1 {
  border-bottom: none;
  float: left;
  padding-left: 0;
}

.our-team .col.col3 ul ul,
.our-team .col.col4 ul ul {}

.our-team .col.col3 ul ul li,
.our-team .col.col4 ul ul li {
  margin: 0;
}

.our-team .col.col3 ul ul li a,
.our-team .col.col4 ul ul li a {
  font-size: 16.8px;
  display: flex;
  line-height: 1.9em;
}

.our-team .col.col3 > ul > li,
.our-team .col.col4 > ul > li {
  margin: 0;
}

.our-team-group .main-content {
  padding-bottom: 50px;
}

#profile-keeper {
  padding-top: 6px;
  display: inline-block;
}

.team-profile {
  padding-top: 0px;
}

.profile-picture_vtwo {
  float: left;
  clear: both;
  padding-right: 3%;
  max-height: 460px;
  overflow: hidden;
  max-width: none;
  min-width: calc( 360px + 3% );
}

.profile-blue-vtwo {
  background-color: #1f3749;
  display: block;
  height: 460px;
  color: white;
  padding: 20% 10px 0 50%;
}

.hs-our-team-inner .team-inner .page-center > div {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.profile-name-vtwo {
  font-size: 3em;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.1em;
  margin-bottom: 0;
  margin-top: 0;
  font-family: Open Sans;
}

.profile-picture_vtwo img {
  max-width: 360px;
  width: 100%;
}

.opensansh1.job-cert-vtwo {
  font-weight: 400;
  font-size: 1.7em;
  line-height: initial;
  color: #ffffff;

}

.location-bio-vtwo {
  font-weight: 400;
  font-size: 1.8em;
  line-height: initial;
  color: #ffffff;
  margin-bottom: 4px;
  margin-top: 0
}

.job-title-vtwo {
  font-size: 1.2em;
  font-weight: 400;
  color: #ffffff;
  margin-top: 11px;        
  line-height: 25px;
}


.profileHolder {margin-left: 4%;}

.hs-our-team-inner.two-column-right-form .widget-type-form {
  padding: 50px 0 0 25px;
}

.hs-our-team-inner.two-column-right-form.v2 .widget-type-form>span form {
  padding: 35px 27px 10px 11px;
}

.profile-container-detail-vtwo {
  width: 90%;
  margin: 95px auto 0;
}

.profile-column-detail-1-vtwo {
  float: left;
  width: 45%;
  line-height: 24px;
  color: #00325b;
}

.profile-column-detail-2-vtwo {
  width: 50%;
  float: left;
  padding: 0px 0 0 35px;
  border-left: 1px #000000 solid;
}

.job-certifications-title-vtwo {
  font-weight: bold;
  font-size: 1.8em;
  line-height: initial;
  color: #00325b;
  padding-bottom: 10px;
}

.profile-column-detail-1-vtwo h2 {
  font-size: inherit;
  margin: 0;
  line-height: 24px;
  color: #00325b;
}

.profile-column-detail-1-vtwo p {}

.profile-column-detail-2-vtwo h3 {
  line-height: initial;
  font-size: inherit;
  margin: 0;
  font-weight: normal;
}

.profile-container-detail-vtwo .about {
  clear: both;
}

.profile-container-detail-vtwo .about .bio-area-vtwo {
  clear: both;
  margin-top: 50px;
  display: inline-block;
}

.profile-container-detail-vtwo .about .body-vtwo {
  float: left;
  display: table;
  font-size: 1.2em;
  line-height: 24px;
  color: #00325b;
}

.opensansh1.wmtheader {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #00325b;
  padding: 40px 0 0 0px;
}

.team-member-team {
  margin: 32px 0 0;
  vertical-align: top;
}

.team-member-team .supportcontainer-inner {
  border: solid 2px #1f3749;
  float: left;
  width: 360px;
  height: 337px;
  margin: 10px 10px 0 0;
}

.team-member-team:after {
  clear: both;
  content: "";
  display: block;
}

.team-member-team .supportcontainer-inner ul {
  list-style: none;
  margin: -8px 0 0 2px;
}

.team-member-team .supportcontainer-inner h2 {
  margin: 9px 0;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #00325b;
}

.supportbox {
  padding-left: 18px;
  min-height: 81px;
  line-height: 24px;
}

.connectwith.twp-cta {
  padding-top: 34px;
  clear: both;    
  margin-bottom: 0;
}

.team-member-team .supportcontainer-inner ul li {
  margin-left: 15px;
  color: #00325b;
  margin-bottom: 0;
}

.team-member-team .supportcontainer-inner ul li:before {
  content: "-";
  margin-left: -15px;
}

.supportbluebox {
  min-height: 245px;
  min-width: 356px;
  background: #1f3749;
}

.supportbluebox .supportimg {
  float: left;
  width: 159px;
  height: auto;
  margin: 3px 0px 0 0;
}

.supportbluebox .supportperson-detail {
  text-align: right;
  color: #ffffff;
  padding: 11% 1% 0 0;
  line-height: 24px;
}

.supportbluebox .supportimg img {
  display: block;
}

.supportbluebox .supportperson-detail h2.opensansh1 {
  color: #ffffff;
  margin: 0.83em 0;
}

.supportbluebox .supportperson-detail .support-title {
  margin-top: -13px;
}

.supportbluebox .supportperson-detail .support-certs {}

.connectwith.twp-cta .cta_button {
  background-color: #db6c39;
  display: block;
  margin: 0 auto;
  color: white;
  width: 100%;
  font-weight: bolder;
  text-transform: uppercase;
  clear: both;
  text-align: center;
  font-size: 1.5em;
  padding: 13px 0 12px 0;
}

.connectwith.twp-cta .cta_button:hover {
  text-decoration: underline;
  color: #007ba1;
}

.connectwith.twp-cta .cta_button:hover > span {
  color: #fff;
}

.top-image-with-content-group .bottom-content.mobile {
  display: none;
}

.twp-team-member {
  margin-top: 70px;
  padding-bottom: 41px;
}

.twp-team-member .heading {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #00325b;
  margin-bottom: 25px;
  border-bottom: 1px solid black;
  padding: 9px 0;
}

.hs-our-team-inner.two-column-right-form .main-content {
  padding-bottom: 43px;
}

.twp-team-member > .hs-rss-item {
  width: 33.33333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin: 0;
}

.twp-team-member > .hs-rss-item a.hs-rss-title {
  font-size: large;
  display: block;
  margin-bottom: 7px;
  line-height: 24px;
  color: #85776f;
}

.twp-team-member > .hs-rss-item a.hs-rss-title:hover {
  color: #007ba1;
}

.twp-team-member:after {
  clear: both;
  content: "";
  display: block;
}

.twp-our-team h1 {
  margin: 0;
  font-weight: bold;
  font-size: 2.2em;
  color: #85776f;
  margin-bottom: 51px;
  border-bottom: 1px solid black;
  padding-bottom: 25px;
  line-height: 24px;
}

.twp-our-team .bottom {
  line-height: 24px;
}

.twp-our-team .bottom .left {
  width: 50%;
  float: left;
}

.twp-our-team .bottom .right {
  float: left;
  width: 50%;
  border-left: solid 1px black;
  padding-left: 61px;
}

.twp-our-team .bottom .bottom-inner:after {
  clear: both;
  content: "";
  display: block;
}

.twp-our-team .bottom .left span,
.twp-our-team .bottom .right span {
  font-weight: bold;
  font-size: 1.8em;
  color: #85776f;
}

.twp-our-team .bottom .left ul,
.twp-our-team .bottom .right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.twp-our-team .bottom .left > ul > li,
.twp-our-team .bottom .right > ul > li {}

.twp-our-team .bottom .left > ul > li > a,
.twp-our-team .bottom .right > ul > li > a {
  font-weight: bold;
  font-size: 1.5em;
  display: flex;
  padding: 18px 0 15px 0;
  color: #85776f;
}

.twp-our-team .bottom .left > ul > li > a:hover,
.twp-our-team .bottom .right > ul > li > a:hover {
  color: #007ba1;
}

.twp-our-team .bottom .left > ul ul,
.twp-our-team .bottom .right > ul ul {
  font-size: 1.2em;
  line-height: 1.18em;
}

.twp-our-team .bottom .left > ul li > a,
.twp-our-team .bottom .right > ul li > a {
  color: #85776f;
}

.twp-our-team .bottom .left > ul li > a:hover,
.twp-our-team .bottom .right > ul li > a:hover {
  color: #007ba1;
}

.twp-our-team .bottom .left span:not(:first-child),
.twp-our-team .bottom .right span:not(:first-child) {}

.twp-our-team .bottom .right > ul ul > li > a {
  font-size: 1.2em;
  display: flex;
  line-height: 1.9em;
}

.twp-our-team .bottom .right > ul ul {
  font-size: inherit;
  line-height: 24px;
}

.twp-our-team .bottom .right > ul ul > li {
  margin: 0;
}

.twp-our-team h1 {
  width: 65%;
}

.twp-our-team .bottom .right {
  width: 33%;
}

.twp-our-team .bottom .left {
  width: 33%;
}

.hs-our-team-inner.two-column-right-form .sidebar {
  position: fixed;
  top: 70px;
  width: 388px;
  right: calc(((100vw - 1170px)/2) + 6px );
}

.profile-container-detail-vtwo .about .about-inner:not(:last-child) .body-vtwo {
  margin-top: 1em;
  margin-bottom: 1em;
}

.connectwith.twp-cta:only-child {
  padding-top: 0;
  margin-top: 90px;
}

.twp-team-member>.hs-rss-item a.hs-rss-image {
  min-height: 180px;
  display: block;
}

.retirement .twp-col-right-group .page-center {
  max-width: 1380px;
  padding: 0 !important;
}

.retirement .twp-header {
  background: transparent;
}

.retirement .body-container-wrapper {
  margin: 0;
}

.retirement-banner-image-inner {
  width: 50%;
  padding: 5%;
  float: right;
  margin-top: 75px;
  line-height: 24px;
}

.retirement-banner-image.desktop {
  margin-top: 0px;
  z-index: 199;
  background-size: cover;
  background-position: 30% 0;
  width: 100%;
  height: auto;
  min-height: 980px;
}

.retirement-banner-image-inner img {
  margin-bottom: 7px;
  vertical-align: middle;
}

.retirement-banner-image-inner p {
  margin: 0;
}

.retirement .twp-header:before {
  float: none;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 75px;
  left: 0px;
  z-index: 200;
  background-color: rgba(255,255,255,0.9);
  border-bottom: solid 1px rgba(219,219,219,0.3);
  content: "";
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}

.fixed.retirement .twp-header:before {
  opacity: 1;
}

.ltblu {
  background-color: #b2d7e9!important;
  font-size: 17px;
  float: left;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.butn {
  text-decoration: none;
  background: #00356b;
  padding: 12px 17px;
  border: none;
  font-size: 16px;
  border-radius: 0;
  width: fit-content;
  text-align: center;
  text-transform: uppercase;
  margin: 0px auto;
  display: block;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 400;
  color: #ffffff!important;
  line-height: 17.2px;
  letter-spacing: 1px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.butn:hover {
  box-shadow: none;
  background: #626262;
  text-decoration: none;
  color: #ffffff;
}

.retirement-banner-image-inner .cta_button {
  background-color: #b2d7e9!important;
  float: left;
  text-decoration: none;
  background: #00356b;
  padding: 12px 17px;
  border: none;
  font-size: 16px;
  border-radius: 0;
  width: fit-content;
  text-align: center;
  text-transform: uppercase;
  margin: 0px auto;
  display: block;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 400;
  color: #ffffff!important;
  line-height: 17.2px;
  letter-spacing: 1px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;      -
  transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.retirement-banner-image.mobile {
  display: none;
}

.retirement .main-content {}

.retirement .sidebar.span4 {
  float: right;
  width: 34%;
  margin: 6px 0 0 6px;
  background-color: #e1e6e9;
}

.retirement .sidebar {}

.retirement .main-content.span8 {
  float: left;
  width: 65%;
}

.retirement .main-content > div {}

.retirement .main-content .main-content-inner {
  padding: 2%;
  margin-top: 6px;
}

.retirement .main-content .main-content-inner .hs_cos_wrapper_type_rich_text {
  line-height: 24px;
}

.retirement .main-content .main-content-inner .hs_cos_wrapper_type_rich_text p {
  margin: 0;
}

.retirement .main-content .main-content-inner .hs_cos_wrapper_type_header {
  display: block;
  height: 100%;
  width: 100%;
  clear: both;
}

.retirement .main-content .main-content-inner .hs_cos_wrapper_type_header h1 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #013668;
  display: block;
  margin: 0.83em 0;
  padding: 0;
}

.retirement .main-content .main-content-inner .hs_cos_wrapper_type_linked_image {}

.retirement .main-content .main-content-inner .hs_cos_wrapper_type_linked_image img {
  margin-bottom: 7px;
}

.retirement .main-content .main-content-inner .hs_cos_wrapper_type_rich_text .cta_button {
  text-decoration: none;
  background: #00356b;
  padding: 12px 17px;
  border: none;
  font-size: 16px;
  border-radius: 0;
  width: fit-content;
  text-align: center;
  text-transform: uppercase;
  margin: 0px auto;
  display: block;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 400;
  color: #ffffff!important;
  line-height: 17.2px;
  letter-spacing: 1px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin: 50px auto;
}

.retirement .main-content .main-content-inner .hs_cos_wrapper_type_rich_text .cta_button:hover {
  box-shadow: none;
  background: #626262;
  text-decoration: none;
}

.retirement .main-content .main-content-inner .hs_cos_wrapper_type_header:after {
  clear: both;
  content: "";
  display: block;
}

.retirement .main-content .main-content-inner .hs_cos_wrapper_type_header h1.empty {
  min-height: 1px !important;
  margin-bottom: 12px;
}

.retirement .orange {
  color: #db6c3e;
  font-size: 18pt;
}

.retirement .body_container_1 p {
  margin: 0;
}

.retirement .sidebar {
  position: sticky;
  top: 74px;
}

.twp-team-member.recent-post,.recent-post {
  margin-top: 0;
  padding-left: 17px;
  padding-bottom: 0;
}

.twp-team-member.recent-post .heading,.recent-post .heading {
  border-bottom: 1px solid #ccc;
  padding-left: 4px;
  margin: 10px 0 20px 0;
  font-family: Open Sans;
  font-weight: 500;
  font-size: 23px;
  line-height: 33px !important;
  color: #013668;
  letter-spacing: normal;
  padding: 0 0 6px 4px;
}

.twp-team-member.recent-post .team-member-slider, .recent-post .team-member-slider {
  position: relative;
  width: auto;
  padding: 15px 10px 11px 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.retirement.two-column-right-form .widget-type-form>span {
}

.retirement.two-column-right-form .widget-type-form {
  padding: 20px 0 0 0;
}

.chpcs_title {
  clear: both;
  height: 37px;
  width: 90%;
  padding-left: 6px;
  overflow: hidden;
  line-height: 12pt;
  font-size: small;
  background: rgba(255,255,255,0.8);
  display: block;
  z-index: 200;
  position: absolute;
  bottom: 48px;
}

.team-member-slider .slick-slide > div {
  width: 200px !important;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
  margin-top: 4px;
  margin-bottom: 4px;
}

.team-member-slider .slick-slide {}

.team-member-slider .slick-slide > div {}

.chpcs_foo_content {
  position: relative;
  height: 160px;
  border: none;
  display: block;
  float: left;
  padding-left: 4px;
  text-align: center;
}

.retirement .main-content .main-content-inner .twp-bottom-pane .hs_cos_wrapper_type_rich_text .cta_button {
  background: transparent;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

.twp-team-member.recent-post .slick-arrow {
  z-index: 250;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 50%;
  z-index: 4;
}

.twp-team-member.recent-post .slick-arrow.chpcs_prev {
  left: 17px;
  background: rgba(168, 32, 32, 0);
  color: rgb(143, 143, 143);
  font-size: 32px;
  line-height: 39px;
  width: 42px;
  height: 42px;
  margin-top: -2px;
}

.twp-team-member.recent-post .slick-arrow.chpcs_next {
  right: -0px;
  background: rgba(168, 32, 32, 0);
  color: rgb(143, 143, 143);
  font-size: 32px;
  line-height: 39px;
  width: 42px;
  height: 42px;
  margin-top: -2px;
}

.twp-team-member.recent-post {
  position: relative;
}

.invalid.error {
  border-color: #c87872!important;
}

.invalid.error {
  border-color: #c87872 !important;
}

.full-width .main-content .hs_cos_wrapper_type_form h3.form-title {
  margin: 0.67em 0;
  margin-bottom: 10px;
}

.full-width .main-content .hs_cos_wrapper_type_form {
  display: block;
}

.full-width .main-content .hs_cos_wrapper_type_form form {
  max-width: 500px;
  margin-top: 62px;
}

.full-width .main-content .hs_cos_wrapper_type_form form fieldset {}

.full-width .main-content .hs_cos_wrapper_type_form form fieldset > div.hs-form-field {
  padding-right: 8px;
  margin-bottom: 18px;
}

.full-width .main-content .hs_cos_wrapper_type_form form fieldset > div.hs-form-field .hs-input {
  width: 95%;
  display: inline-block;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.full-width .main-content .hs_cos_wrapper_type_form form fieldset.form-columns-2 > div.hs-form-field .hs-input {
  width: 90%;
}

.full-width .main-content .hs_cos_wrapper_type_form form label {
  font-size: 14px;
  width: 130px;
  text-align: right;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.full-width .main-content .hs_cos_wrapper_type_form form .inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}

.full-width .main-content .hs_cos_wrapper_type_form form .inputs-list {
  margin: 0 0 5px !important;
  width: 100%;
  padding-left: 5px !important;
}

.full-width .main-content .hs_cos_wrapper_type_form form .inputs-list>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}

.full-width .main-content .hs_cos_wrapper_type_form form .hs-error-msgs label {
  color: #f2545b !important;
}

.full-width .main-content .hs_cos_wrapper_type_form form .hs-form-required {
  color: red;
}

.full-width .main-content .hs_cos_wrapper_type_form form .hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 16px;
}

.full-width .main-content .hs_cos_wrapper_type_form form textarea.hs-input {
  height: auto !important;
  display: block !important;
}

.full-width .main-content .hs_cos_wrapper_type_form form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 14px 0px;
}

.full-width .main-content .hs_cos_wrapper_type_form form .actions input.hs-button.primary.large {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
}

ul.elleye {
  list-style: none;
}

ul.elleye > li {
  margin-left: 50px;
}

.accoladeholdpre {
  display: flex;
}

.accoladehold {
  float: left;
  height: 121px;
}

.accoladehold img {
  width: 59%;
  display: block;
  margin: 0 auto 10px auto;
}

.disclosure-bug {
  float: right;
  font-size: small;
  padding: 0 15px;
}

.disclosure-bug {
  font-size: smaller;
  padding-top: 9px;
}

.two-column-right-form .hs_cos_wrapper_type_header h1.empty {
  margin: 0;
  min-height: 35px;
}

.image-with-content-group .page-center {
  padding: 0 !important;
}

.twp-col-right-group .page-center .page-center {
  padding: 0 !important;
}

a.blue-link {
  color: #589dc1;
  font-size: 8pt;
}

.why-ep.two-column-right-form .home-content-intro p {
  margin: 0;
}

.why-ep.two-column-right-form .home-content-intro h3 {
  margin: 0.67em 0 10px;
}

.why-ep .body_container_1 p {
  margin: 0;
}

.home .hs_cos_wrapper_type_header h1 {
  padding: 0;
}

.home .home-content-intro .home-content-intro {
  margin-top: 0;
  padding: 17px 0;
}

.home-content-intro .home-content-intro p {
  margin: 0;
}

.home .hs_cos_wrapper_type_header h1 {
  margin: 0;
}

.home.two-column-right-form .main-content .main-content-left-col> span > div:first-child span.hs_cos_wrapper_type_header h1 {
  margin: 0.67em 0 10px;
}

.home .body_container_1 p {
  margin: 0;
}

.home .twp-cta {
  margin-top: 100px;
}

.home .twp-cta img {
  margin-left: auto;
  margin-right: auto;
}

.home.two-column-right-form .main-content .hs_cos_wrapper_type_linked_image > img {
  padding-bottom: 50px;
}

.banner-area .hero_image_mobile {
  display: none;
}

.nu form {
  max-width: 750px !important;
}

body #email-prefs-form .email-edit {
  max-width: 700px !important;
  font-size: .9em !important;
  padding: 8px 1% !important;
  line-height: normal;
}

input + input,
input + a {
  margin-top: 10px !important;
}

.custom_error_message h1 {
  font-size: 2em;
  margin: 0.67em 0;
  margin-bottom: 10px;
  font-weight: normal;
  color: #414042 !important;
}

.custom_error_message {
  line-height: 24px !important;
  color: #414042 !important;
}

.custom_error_message {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.hs-search-field {
  margin-top: 7px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 7px;
}

.hs-search-field input.hs-search-field__input {
  height: 45px;
}

.hs-search-field form input {
  width: 75%;
}

.hs-search-field form input#searchsubmit {
  margin: 0 !important;
  color: #1f1b1d;
  background-color: #eeeeee;
  border: #dededf 1px solid;
  width: 100px !important;
  padding: 0.8em 0;
  font-size: 1em;
  font-weight: 500;
  font-family: "Open Sans",sans-serif;
  padding: 7px 15px;
}

ul ul {
  margin: 0em .5em;
  margin-top: 5px;
}

.error-page .body-container-wrapper {
  padding-bottom: 57px;
}

.retirement-form {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.retirement-form form>div.twp-hidden .hs-richtext p {
  color: #59a3d4;
  font-weight: 600;
  font-size: large;
  font-style: italic;
  margin-top: 7%;
}

.retirement-form form {
  padding: 30px 25px 59px;
  display: block !important;
  margin: 0;
  line-height: 24px;
  background-color: #e1e6e9;
  margin-bottom: 50px;
  overflow: hidden;
}

.retirement-form .widget-type-form {
  background: transparent;
}

.retirement-form form>div {
  margin-left: -7.5px;
  margin-right: -7.5px;
  width: 100%;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.twp-hidden .hs-richtext h1 {
  color: #59a3d4;
  font-weight: 400;
  font-size: 32.2px !important;
  margin: .67em 0;
}

.retirement-form form>div.twp-hidden .hs-richtext {
  margin-bottom: 75px;
}

.retirement-form form>div .hs-richtext p {
  color: #003867;
  font-weight: 600;
  font-size: large;
  font-style: italic;
}

.retirement-form form>div label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 700;
  float: left;
  padding-right: 13px;
  padding-top: 3px;
  font-size: large;
  color: #003867 !important;
  margin: 0 !important;
}

.retirement-form form>div label span.hs-form-required {
  margin-left: 4.5px;
  color: #ee0000;
}

.retirement-form form>div .input {
  width: auto;
}

.retirement-form form>div .input input[type="number"] {
  width: 87px;
  min-width: 0 !important;
}

.retirement-form form div.hs-form-field {
  margin-bottom: 15px;
}

.retirement-form input[type="text"],
.retirement-form input[type="password"],
.retirement-form input[type="datetime"],
.retirement-form input[type="datetime-local"],
.retirement-form input[type="date"],
.retirement-form input[type="month"],
.retirement-form input[type="time"],
.retirement-form input[type="week"],
.retirement-form input[type="number"],
.retirement-form input[type="email"],
.retirement-form input[type="url"],
.retirement-form input[type="search"],
.retirement-form input[type="tel"],
.retirement-form input[type="color"],
.retirement-form input[type="file"],
.retirement-form textarea,
.retirement-form select {
  outline: none;
  background: #FFF;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  display: block;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-appearance: none;
}

.retirement-form form>div .input select {
  width: auto;
  min-width: 645px;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 35px;
  background: #FFF;
  border: 1px solid #CCC;
  background-clip: padding-box;
  color: #444 !important;
  text-decoration: none;
  white-space: nowrap;
  line-height: 32px;
  box-shadow: none;
  font-size: 12.6px;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  -webkit-appearance: menulist;
}

.retirement-form form>div.twp-hidden:not(:first-child) {
  padding-top: 105px;
}

.retirement-form form div.hs-form-field:after {
  clear: both;
  content: "";
  display: block;
}

.retirement-form form div.hs-form-field ul.inputs-list.multi-container {
  width: 100%;
  float: left;
  margin: 0;
  margin-top: 13px;
}

.retirement-form form div.hs-form-field ul.inputs-list.multi-container:after {
  clear: both;
  content: "";
  display: block;
}

.retirement-form form>div .hs-fieldtype-checkbox label,.retirement-form form>div .hs-fieldtype-radio label {
  width: 100%;
  padding-top: 0;
}

.retirement-form form div.hs-form-field ul.inputs-list.multi-container input {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background-color: rgb(255, 255, 255);
  background-image: url(http://5341408.fs1.hubspotusercontent-na1.net/hubfs/5341408/EP_Wealth_Advisors_April2019/Image/square.png);
  border: none;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  margin-right: 5px;
}

.retirement-form form div.hs-form-field ul.inputs-list.multi-container input:checked {
  background-position: -48px 0;
}

.retirement-form form div.hs-form-field ul.inputs-list.multi-container label {
  font-weight: normal;
  cursor: pointer;
}

.retirement-form form div.hs-form-field ul.inputs-list.multi-container li {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 13px;
  margin: 0;
  min-height: 24px;
  padding-top: 3px;
}

.retirement-form form div.hs-form-field.hs-fieldtype-radio ul.inputs-list.multi-container input {
  background-position: -120px 0;
  border-radius: 50%;
}

.retirement-form form div.hs-form-field ul.inputs-list.multi-container label:hover input {
  background-position: -24px 0;
}

.retirement-form form div.hs-form-field ul.inputs-list.multi-container label:hover input:checked {
  background-position: -48px 0;
}

.retirement-form form div.hs-form-field.hs-fieldtype-radio ul.inputs-list.multi-container li:hover input {
  background-position: -144px 0;
  background-color: transparent;
}

.retirement-form form div.hs-form-field.hs-fieldtype-radio ul.inputs-list.multi-container li:hover input:checked,
.retirement-form form div.hs-form-field.hs-fieldtype-radio ul.inputs-list.multi-container li input:checked {
  background-position: -168px 0;
}

.retirement-form form div.hs-form-field.hs_firstname .input input,
.retirement-form form div.hs-form-field.hs_lastname .input input,
.retirement-form form div.hs-form-field.hs_phone .input input,
.retirement-form form div.hs-form-field.hs_email .input input {
  width: auto !important;
}

.retirement-form form div.hs-form-field.hs_firstname {
  margin-top: -4px;
}

.retirement-form form>div.twp-hidden[data-reactid=".hbspt-forms-0.1:$5"],
.retirement-form form>div.twp-hidden[data-reactid=".hbspt-forms-0.1:$7"] {
  padding-top: 90px;
}

.retirement-form form>div .hs-richtext p.small {
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #414042 !important;
}

.retirement-form form input.hs-button.primary.large {
  font-family: "Open Sans",sans-serif;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  user-select: none;
  border-color: #ccc;
  background-color: #b7b7b7;
  width: 100px !important;
  clear: both;
  margin-top: 32px;
  color: #fff;
  text-transform: uppercase;
}

.retirement-form form>div.hs_submit.hs-submit {
  padding: 0;
}

.retirement-form form input.hs-button.primary.large:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
}

.retirement-form form ul.no-list.hs-error-msgs.inputs-list label {
  color: #a94442 !important;
  font-weight: normal;
  margin-top: 5px !important;
  margin-bottom: 10px;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  padding-top: 0 !important;
}

.retirement-form form ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
}


.twp-image-content-group .image {
  margin-top: 12px;
}

.twp-image-content-group .content {
  padding: 0 17px;
  margin-top: -93px;
}

.twp-image-content-group .content .inner > h1 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #00325b;
  display: block;
  padding: 17px 0 0;
  margin: 0;
}

.twp-image-content-group .content .inner p {
  margin: 0;
  line-height: 24px;
}

.twp-image-content-group .content .inner > h1 + p {
  padding-top: 17px;
}

.twp-image-content-group {}

.twp-image-content-group .item {
  padding-bottom: 17px;
}

.twp-image-content-group .item:last-child {}

.twp-image-content-group .item:last-child .content {
  padding-top: 63px;
}

.search-top-heading h1 {
  line-height: 24px !important;
  color: #414042 !important;
  font-family: "Open Sans",sans-serif;
  font-weight: normal;
  font-size: 2em;
  margin: 0.67em 0;
}

.twp-search .main-content {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

ul.hs-search-field__suggestions {
  padding: 7.5px;
  width: 75%;
}

ul.hs-search-field__suggestions li:first-child {
  padding: 5px 10px;
}

ul.hs-search-field__suggestions li {
  margin-bottom: 5px;
}

ul.hs-search-field__suggestions li a {
  padding: 5px 10px;
}

.hs-search-results__listing li a.hs-search-results__title {
  font-size: 1.25em;
  margin: 1em 0;
  color: #85776f;
  text-decoration: none;
}

.hs-search-results__listing li p.hs-search-results__description {
  line-height: 24px;
}

.hs-search-results__listing li {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.blog-topic-recent-post .heading,
.blog-recent-post-by-topic .heading{
  border-top: 1px solid #ccc;
  border-bottom: 0;
  padding-top: 3px;
  font-size: 1em;
  padding-left: 4px;
  letter-spacing: 0.13em;
  margin: 1.33em 0;
  text-align: center;
  margin-bottom: 2.2em;
  line-height: 24px;
}

.blog-topic-recent-post .heading-wrapper, .blog-recent-post-by-topic .heading-wrapper {
  font-size: 1.5em;
}

h4.widgettitle {
  margin: 1.33em 0;
  margin-bottom: 0.75em;
  font-weight: 500;
  border-top: 1px solid #ccc;
  border-bottom: 0;
  padding-top: 3px;
  font-size: 1em;
  padding-left: 4px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.rpjc_widget_cat_recent_posts {
  font-size: 0.8em;
  font-weight: 100;
  color: #737374;
  letter-spacing: 0.2em;
  padding: 0 10px;
  margin: 2.2em 0;
}

.widget {
  padding: 0 10px;
  margin: 2.2em 0;
}

.widget.first-widget {
  margin: 0 0 0 0;
  font-size: 1.5em;
  color: #444444;
  border-top: none;
  text-align: center;
  padding-bottom: 0px;
}

.widget.first-widget {
  margin: 0 0 2.2em;
}

.blog-topic-recent-post {
  line-height: 24px;
}

.blog-topic-recent-post ul {
  list-style: none;
}

.blog-topic-recent-post ul li a {
  list-style: none;
  color: #333;
  letter-spacing: normal;
  font-weight: 500;
}

.blog-topic-recent-post ul li a:hover {}

.rpjc_widget_cat_recent_posts:last-child {
  margin-bottom: 0;
}

.blog-recent-post-by-topic {}

.blog-recent-post-by-topic {
  margin: 2.20em 0;
  padding: 0 10px;
}

.rpjc_widget_cat_recent_posts:last-child li,.rpjc_widget_cat_recent_posts:last-child ul {
  margin-bottom: 0;
}

.blog-recent-post-by-topic .heading-wrapper .heading {
  text-transform: uppercase;
  margin-bottom: 27px;
}

.blog-recent-post-by-topic ul {}

.blog-recent-post-by-topic ul li {
  border-top: 1px solid #ccc;
  margin-bottom: 0.75em;
  list-style: none;
}

.blog-recent-post-by-topic ul li a {
  display: block;
  clear: both;
  overflow: hidden;
}

.blog-recent-post-by-topic ul li h4.title {
  list-style: none;
  max-width: 220px;
  font-size: 0.9em;
  padding-left: 10px;
  text-rendering: optimizelegibility;
  font-weight: 500;
  line-height: 24px;
}

.blog-recent-post-by-topic ul li img {
  margin-bottom: 7px;
}

.hs-blog-post .blog-section .blog-section {
  line-height: 24px;
  margin-top: -3px;
}
.comment-reply-to {
  cursor: pointer;
}

.site-search-wrapper {
  position: absolute;
  background: rgba(256,256,256,.9);
  font-size: 14px;
  box-shadow: 0 0 20px rgba(0,0,0,.15);
  clip: rect(0,5000px,5000px,-5000px);
  left: 0;
  top: 36px;
  margin: 0 !important;
  opacity: 0
}

.twp-header .custom-menu-primary.twp-parent {
  position: relative;
}

.site-search-wrapper > div {
  margin: 0em .5em;
  margin-top: 5px;
}

.site-search-wrapper > div > div {
  margin: 0 0 2.2em;
  padding: 20px;
  text-align: center;
}

.site-search-wrapper > div > div .hs-search-field {
  margin: 0;
}

.site-search-wrapper > div > div .hs-search-field input#searchsubmit {
  color: #1f1b1d;
  background-color: #eeeeee;
  border: #dededf 1px solid;
  width: 100px !important;
  font-size: 21px;
  font-weight: 500;
  font-family: "Open Sans",sans-serif;
  padding: 7px 15px;
  vertical-align: top;
  margin-top: 1px !important;
  margin-left: 2px !important;
}

.site-search-wrapper > div > div .hs-search-field  input.hs-search-field__input {
  font-size: 18.9px;
  font-family: sans-serif;
  width: 77%;
}

.twp-header .custom-menu-primary .hs-menu-wrapper>ul>li.search {
  min-height: 25px;
}

.twp-header .custom-menu-primary .hs-menu-wrapper>ul>li.search .site-search-wrapper {
  opacity: 0;
  top: 60px;
  transition: all .3s ease-in !important;
  pointer-events: none;
  visibility: hidden;
}

.twp-header .custom-menu-primary .hs-menu-wrapper>ul>li.search:hover .site-search-wrapper {
  opacity: 1;
  top: 36px;
  pointer-events: auto;
  visibility: visible;
}

.twp-header .custom-menu-primary .hs-menu-wrapper>ul>li.search .site-search-wrapper ul.hs-search-field__suggestions {
  text-align: center;
  width: calc( 100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

.twp-header .custom-menu-primary .hs-menu-wrapper>ul>li.search .site-search-wrapper ul.hs-search-field__suggestions * {
  text-align: left;
}

.twp-header.mobile {
  display: none !important;
}

.team-inner {
  padding-bottom: 43px;
}

.twp-our-team .bottom ul li.active > a {
  font-weight: bold;
}

.post-item h1.entry-title a:hover {
  color: #007ba1;
  text-decoration: underline;
}

.blog-pagination>div a.active {
  background-color: #f5f5f5;
  color: #85776f;
  padding: 3px 10px;
  position: relative;
}

.blog-banner-inner>a {
  outline: none;
}

.retirement-form form>div.twp-hidden .hs-richtext {
  background: #fff;
  margin-bottom: 39px;
  padding-bottom: 15px;
  position: relative;
  margin-left: -50px;
  padding-left: 50px;
  margin-right: -50px;
  padding-right: 50px;
  margin-top: -100px;
  padding-top: 100px;
}

.retirement-form form>div.twp-hidden:not(:first-child) {position: relative;}

.retirement-form form div.hs-form-field.hs-fieldtype-checkbox,.retirement-form form div.hs-form-field.hs-fieldtype-radio {
  padding-bottom: 30px;
}

.blog .twp-team-member.recent-post .heading {
  border-bottom: 1px solid #ccc;
  font-size: 1.5em;
  padding-left: 4px;
  letter-spacing: 0.13em;
  margin: 10px 0 20px 0;
}
.blog .twp-team-member.recent-post .heading:before {
  content: "\f017";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3333333333333333em;
  line-height: .75em;
  vertical-align: -15%;
  margin-right: .3em;
}
.hs-blog-post .section.post-footer .hs-input {
  margin-bottom: 15px;
}
.hs-blog-post .section.post-footer .actions {
  margin-top: 15px;
}

.hs-blog-listing .hs-author-profile {
  margin-top: 30px;
}

.retirement-banner-image-inner .cta_button:hover {
  background: #626262!important;
}

.blog-recent-post-slider.twp-team-member.recent-post .team-member-slider {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 60px;
  border: 0;
}

.blog-recent-post-slider.twp-team-member.recent-post .team-member-slider img {
}


#comments-listing {
  border:0;
  margin:0;
}

.comment {
  margin: 0 !important;
  border: 1px solid #ccc !important;
  padding: 15px;
  border-bottom: 0 !important;
}

.comment:first-child {
  margin-top: 30px !important;
}

.comment:last-child {
  border-bottom: 1px solid #ccc !important;
  margin-bottom: 30px !important;
}

.comment-date {
  font-size: 13px;
  text-align: left;
  display: block;
}

.home-content-intro h1 {
  font-size: 1.75em;
  margin: .83em 0;
  color: #003666;
  font-weight: bold;
}

.full-width-content .top h2 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #00325b;
  padding-left: 2%;
  margin: .83em 0;
}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1199px) {
  .blog .container-fluid .row-fluid .page-center {
    max-width: 100%;
  }

  .blog-banner .inner {
    height: 39.77vw;
  }

  .blog-banner-inner>a {
    transform: translateY(-53%);
  }

  .hs-our-team-inner.two-column-right-form .sidebar {width: 33%;right: 15px;}

  #profile-keeper {
    padding-top: 6px;
    display: block;
  }

  div#profile-keeper:after {
    clear: both;
    content: "";
    display: block;
  }

}

@media (max-width: 930px) {

  .twp-header .custom-menu-primary .hs-menu-wrapper>ul>li.search .site-search-wrapper {
    display: none !important;
  }

  .custom-menu-primary.twp-parent {
    padding: 0;
    margin: 0;
  }

  .twp-header .custom-menu-primary {
    float: right;
  }

  .mobile-trigger:hover {
    color: #222222;
  }

  .two-column-right-form .main-content {
    width: 100% !important;
  }

  .two-column-right-form .sidebar {
    width: 100% !important;
    margin-bottom: 74px !important;
  }

  .two-column-right-form .main-content > div:last-child {
    display: none;
  }

  .two-column-right-form .widget-type-form>span {
    padding-right: 46px;
  }

  table.tablethis img {
    margin-bottom: 7px;
  }

  table.tablethis img {
    margin-bottom: 7px;
  }

  .top-image-with-content .image-padding {
    padding-bottom: 50px;
  }

  .top-image-with-content div#homepage_image_2_container img {
    width: 100%;
  }

  .two-column-right-form .main-content .hs_cos_wrapper_type_linked_image img {
    width: 100% !important;
  }

  .hs-our-team-inner.two-column-right-form .main-content>div:last-child {
    display: block;
  }

  .hs-our-team-inner.two-column-right-form .sidebar {
    position: static;
  }

  .profile-name-vtwo {
    font-size: 2.25em;
  }

  .twp-team-member {
    padding-bottom: 0;
  }

  .twp-our-team h1 {
    width: 100%;
    text-align: center;
  }

  .twp-our-team .bottom .left {
    width: 50%;
  }

  .twp-our-team .bottom .right {
    width: 50%;
  }

  .retirement.two-column-right-form .main-content>div:last-child {
    display: block;
  }

  .retirement .main-content .main-content-inner .hs_cos_wrapper_type_linked_image img {
    width: auto !important;
  }

  .retirement p#back-top {
    bottom: 86px;
  }

  .twp-image-content-group .image {
    padding-bottom: 50px;
  }

  .twp-header.mobile {
    display: block !important;
  }

  .twp-header.desktop {
    display: none !important;
  }

  .home.two-column-right-form .mobile-trigger {
    right: 17px;
  }

  .home .custom-menu-primary .hs-menu-wrapper {
    right: 0;
  }

  .twp-team-member.recent-post .slick-arrow {
    margin-top: -40px !important;
  }

}

@media (max-width: 919px) {

  .header-container-wrapper .page-center {
    padding: 0 !important;
  }

  .mobile-trigger {
    right: 22px;
  }

  .twp-footer .twp-copyright .hs_cos_wrapper_type_rich_text>span {
    text-align: center;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    border: 0;
    width: 100%;
  }

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

  .twp-footer {
    clear: both;
    background-color: #003767;
    color: #ffffff;
    padding: 1em 0;
    margin-top: 20px;
    bottom: 0;
    width: 100% !important;
    height: 100px;
    z-index: 1002;
  }

  .twp-footer .footer-icons {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    margin: auto;
    width: 110px;
    top: 48px;
  }

  .phone-icon {
    display: inline-block;
    background: url(http://5341408.fs1.hubspotusercontent-na1.net/hubfs/5341408/EP_Wealth_Advisors_April2019/Image/phone-icon.svg),linear-gradient(transparent,transparent);
    margin: 0 10px !important;
  }

  .twp-footer .footer-icons span.linkedin-icon.footer-logos {
    margin-right: 0;
  }

  .twp-footer .footer-icons span.email-icon.footer-logos {
    margin: 0;
  }

  .body-container-wrapper {
    margin-bottom: 8em;
  }

  .twp-advisor .body-container-wrapper .container-fluid .row-fluid .page-center {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 30px;
  }

  .twp-advisor-row1 .main-content .twp-advisor-row1-header h1 {
    font-size: xx-large;
  }

  .twp-advisor .body-container-wrapper {
    margin-bottom: 5em;
  }

  .twp-advisor .twp-advisor-row1-form {
    width: 100% !important;
    padding: 0;
  }

  .twp-advisor .twp-advisor-row1-form .widget-type-form form {}

  .twp-advisor .twp-row1-location-group {
    width: 100% !important;
    text-align: -webkit-center;
    font-size: x-large;
  }

  .twp-advisor .widget-type-form form .hs_submit.hs-submit input.hs-button.primary.large {
    margin-bottom: 24px;
  }

  .smgray {
    font-size: medium;
  }

  .full-width .body-container-wrapper .page-center > div > div {
    padding-bottom: 50px;
  }

  .full-width .main-content {
    padding: 5px;
    padding-bottom: 50px;
  }

  .full-width .body-container-wrapper .page-center {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 30px;
  }

  .full-width .body-container-wrapper {
    margin: 5em 0;
  }

  .banner-area {
    margin-left: -5px;
    margin-right: -5px;
  }

  .twp-col-right-group .page-center {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .home-content-intro h4 {
    font-size: large;
  }

  .two-column-right-form .widget-type-form h3 {
    font-size: large;
  }

  .two-column-right-form .widget-type-form form .hs-input {
    padding-left: 8px;
  }

  .two-column-right-form .body-container-wrapper {
    margin-bottom: em;
  }

  .twp-col-right-group {
    padding-bottom: 80px;
  }

  .two-column-right-form .sidebar {
    margin-bottom: 82px !important;
  }

  .hs_cos_wrapper_type_header h1 {
    font-size: large;
  }

  .our-team .page-center {
    padding: 0 !important;
  }

  .our-team .page-center>.inner {
    padding: 0;
  }

  .our-team .bottom-content .bottom-content-inner nav.nav-main-team {
    width: 100%;
    font-size: 12px;
    padding: 0;
  }

  nav.nav-main-team ul {
    margin: .5em;
    margin-top: 5px;
  }

  nav.nav-main-team > ul {margin: 0.5em 0;}

  .nu .body-container-wrapper {
    margin-bottom: 8em;
  }
  nav.nav-main-team>ul>li>a {
    font-size: inherit;
    display: block;
    font-weight: normal;
    color: #85776f;
    line-height: 24px;
    padding: 0;
  }

  nav.nav-main-team ul li {
    display: block;
    padding: 0;
  }

  .our-team .bottom-content-inner {
    padding-top: 5px;
  }

  .nu .main-content {
    margin-bottom: 35px;
  }

  .nu .main-content:last-child {
    margin-bottom: 0px;
  }

  .our-team .bottom-content .bottom-content-inner nav.nav-main-team:first-child {
    padding-left: 0.5em;
  }

  nav.nav-main-team li a {
    padding: 0;
    line-height: 24px;
  }

  nav.nav-main-team li a:hover {
    border: 0;
    color: #007ba1;
    text-decoration: underline;
  }

  .our-team .bottom-content .bottom-content-inner nav.nav-main-team:nth-child(2) {
    margin: 0;
  }

  .our-team .bottom-content .bottom-content-inner nav.nav-main-team:nth-child(3) {
    height: auto;
    border: 0;
  }

  .our-team .bottom-content .bottom-content-inner nav.nav-main-team:nth-child(5) {
    margin-top: 0;
  }

  .our-team .col.col3 ul ul,
  .our-team .col.col4 ul ul {}

  .our-team .col.col3 ul ul li,
  .our-team .col.col4 ul ul li {
    margin: 0;
  }

  .our-team .col.col3 ul ul li a,
  .our-team .col.col4 ul ul li a {
    font-size: 16.8px;
    display: flex;
    line-height: 1.9em;
  }

  .our-team .col.col3 > ul > li,
  .our-team .col.col4 > ul > li {
    margin: 0;
  }

  .our-team-group .main-content {
    padding-bottom: 50px;
  }

  .hs-our-team .banner-area {
    margin-left: 0;
    margin-right: 0;
  }

  .hs-our-team .body-container-wrapper .page-center {
    padding: 0;
  }

  .our-team-group .main-content {
    padding-left: 0;
    padding-right: 0;
  }

  .our-team {
    padding-left: 5px;
    padding-right: 5px;
  }

  .our-team .col {
    width: 100% !important;
    padding: 0;
    margin-bottom: 30px !important;
  }

  .our-team .col.col3 {
    padding-left: 0;
    border: 0;
  }

  .our-team .col.col4 {
    padding-left: 0;
    border: 0;
  }

  table.tablethis img {
    margin-bottom: 7px;
  }

  .top-image-with-content .image-padding {
    padding-bottom: 50px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .top-image-with-content div#homepage_image_2_container img {
    width: 100%;
  }

  .two-column-right-form .main-content .hs_cos_wrapper_type_linked_image img {
    width: 100% !important;
  }

  .location h1.heading {
    font-size: large;
  }

  div.tablethis .hs-menu-flow-horizontal {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
  }

  div.tablethis .hs-menu-flow-horizontal ul {
    display: table-row;
    background-color: #f7f5e6!important;
    border: 0;
    padding: .35em;
  }

  div.tablethis .hs-menu-flow-horizontal ul:after,div.tablethis .hs-menu-flow-horizontal ul:before {
    content: none;
  }

  div.tablethis ul li {
    display: table-cell;
    line-height: 25px;
    vertical-align: top;
    padding: .625em;
    border: 0;
    text-align: left;
    width: auto;
  }

  div.tablethis ul li:first-child {}

  div.tablethis > span {
    table-layout: fixed;
    width: 100%;
    display: block;
    padding: 0;
  }

  div.tablethis {
    padding-top: 1px;
  }

  div.tablethis ul li a {
  }

  .top-image-with-content .sideroom h2 {
    font-size: large;
  }

  .top-image-with-content-group .bottom-content.desktop {
    display: none;
  }

  .top-image-with-content-group .bottom-content.mobile {
    display: block;
    min-height: 0;
    background: transparent;
    padding: .5em .5em 0 .5em;
    margin-bottom: 30px;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper {
    display: none;
  }

  .top-image-with-content-group .bottom-content.mobile a.body-menu {
    margin: 0;
    padding: 0;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    text-indent: 0;
    clip: auto;
    position: static;
    background: 0 0;
    text-transform: none;
    overflow: visible;
    z-index: 10;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 1.3em;
    border: none;
    border-radius: 0;
    pointer-events: auto;
    text-decoration: none;
    cursor: pointer;
    max-width: 100%;
    text-align: left;
    padding: 15px 20px;
    display: block;
    background-color: #003767;
    color: #ffffff;
  }

  .top-image-with-content-group img {
    margin-bottom: 5px;
  }

  .top-image-with-content-group .bottom-content.mobile a.body-menu i.fa {
    width: 27px;
    text-align: center;
    margin-right: 1px;
    top: 4px;
    position: relative;
    color: white;
    font-size: 25px;
    font-weight: 200;
  }

  .top-image-with-content-group .bottom-content.mobile a.body-menu:hover {
    color: #007ba1;
  }

  .top-image-with-content-group .page-center {
    padding: 0 !important;
  }

  .top-image-with-content-group .page-center .inner {
    padding: 0;
  }

  .top-image-with-content-group .bottom-content.mobile {
    margin-bottom: 0;
    padding: 0.5em;
  }

  .fwwc .body_container_1 {
    padding: 0;
  }

  .fwwc .body_container_1 > .page-center {
    padding: 0;
    width: 100% !important;
  }

  .fwwc .body_container_1 .inner {
    width: 100% !important;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper li {
    float: none;
    width: 100%;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li {
    min-height: 28px;
    background: #003767;
    display: block;
    margin: 0;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul {
    width: 100%;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li > a {
    line-height: 1.3em;
    border-top: 1px solid white;
    display: block;
    padding: 5px 32px 4px;
    font-size: 14px;
    color: #ffffff;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li:last-child {
    padding-bottom: 8px;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li > a:hover {
    text-decoration: none;
    font-weight: bold;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper .twp-child-trigger {
    position: absolute;
    height: 28px;
    width: 50px;
    right: 0;
    top: 0;
    border-left: 1px dotted #fff;
    cursor: pointer;
  }

  .twp-child-trigger i,.twp-child-trigger i:before {
    background: #fff;
    height: 1px;
    width: 10px;
    display: block;
  }

  .twp-child-trigger i:before {
    content: "";
    transform: rotate(90deg);
  }

  .twp-child-trigger i {
    position: absolute;
    left: 20px;
    top: 12px;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li:last-child .twp-child-trigger {
    height: 36px;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li:last-child .twp-child-trigger i {
    top: 16px;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper .twp-child-trigger.child-open {}

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper .twp-child-trigger.child-open + ul,
  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper .twp-child-trigger.child-open + ul ul {
    /*     opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto */
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper ul ul {
    position: relative !important;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li > ul {
    background: #fff !important;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li:first-child ul ul {
    display: block !important;
    position: static !important;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li > ul > li > a {
    padding: 4px 9px;
    font-weight: bold;
    line-height: 20px;
    display: inline-block;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li:first-child > ul {
    margin-top: 8px;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li > ul {
    position: absolute !important;
    width: 100%;
    border: 1px solid #0b5291;
    margin-bottom: 114px;
    /*     opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none; */
    display: none;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li > ul ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li > ul ul > li > a {
    padding: 5px 20px;
    line-height: 1.4em;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li > ul ul > li {
    margin: 0;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper li {
    margin: 0;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper .twp-child-trigger.child-open i:before {
    content: none;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li > ul > li:last-of-type {
    padding-bottom: 80px;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li:not(:first-child) > ul > li:last-of-type {
    padding-bottom: 0;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li:nth-child(2) > ul > li {}

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul {
    display: block !important;
    position: static !important;
    padding: 0;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li:nth-child(2) > ul,
  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li:nth-child(3) > ul,
  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li:nth-child(4) > ul {
    margin-top: 8px;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li > ul > li > a:empty {
    padding: 0;
    display: none;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li > ul > li > a:empty + .twp-child-trigger {
    display: none;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul > li,
  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li:nth-child(3) > ul > li,
  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li:nth-child(4) > ul > li {
    width: 50%;
    float: left;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul > li > a {
    padding: 4px 9px;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li:nth-child(3) > ul > li > a,
  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li:nth-child(4) > ul > li > a {
    font-weight: normal;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li:nth-child(4) > ul > li > a {
    padding: 3.5px 9px 4px;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li > ul > li:hover > a {
    color: #007ba1;
  }

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper > ul > li > ul > li:hover > a:hover {
    font-weight: bold;
  }

  .hs-our-team-inner .team-inner .page-center>div {
    padding: 0;
  }

  .hs-our-team-inner .team-inner .page-center {
    padding-left: 5px;
    padding-right: 5px;
  }

  .location-bio-vtwo {
    font-size: large;
  }

  .opensansh1.job-cert-vtwo {
    font-size: large;
  }

  .opensansh1.job-title-vtwo {
    font-size: large;
  }

  .opensansh1.wmtheader {
    font-size: large;
  }

  .team-member-team .supportcontainer-inner h2 {
    font-size: large;
  }

  .twp-team-member .heading {
    font-size: large;
  }

  .twp-team-member>.hs-rss-item {
    width: 100%;
  }

  .hs-our-team-inner.two-column-right-form .main-content {
    padding-bottom: 25px;
  }

  .h3 {
    font-size: large;
  }

  .retirement .sidebar {
    padding-left: 5px;
    padding-right: 5px;
  }

  .retirement .twp-col-right-group .page-center > div:nth-child(2) {
    padding-left: 5px;
    padding-right: 5px;
  }

  span.close {
    padding: 15px 20px;
    text-align: center;
    color: #003767;
    cursor: pointer;
    clear: both;
  }

  span.close i.fa {
    display: inline-block;
    width: auto;
  }

  span.close:hover {
    background: rgba(0,0,0,.1);
  }

  .full-width .main-content .hs_cos_wrapper_type_form h3.form-title {
    font-size: large;
  }

  .why-ep.two-column-right-form .home-content-intro h3 {
    font-size: large;
  }

  .why-ep.two-column-right-form .hs_cos_wrapper_type_header h1.empty {
    font-size: large;
    min-height: 30px;
  }

  .why-ep.two-column-right-form .main-content .hs_cos_wrapper_type_linked_image img {
    padding-bottom: 50px;
  }

  .custom_error_message h1 {
    font-size: 1.8em;
  }

  .hs-search-field form input {
    font-size: x-large;
    margin-bottom: 10px;
  }

  .error-page .body-container-wrapper {
    padding-bottom: 15px;
  }

  .retirement-form {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hs-retirement-form .body-container-wrapper .container-fluid .row-fluid .page-center {
    padding: 0;
  }

  .twp-image-content-group .content .inner>h1 {
    font-size: large;
  }

  .twp-search .body-container-wrapper .page-center.content-wrapper {
    padding: 0;
  }

  .twp-search .body-container-wrapper .main-content {
    padding-left: 5px;
    padding-right: 5px;
  }
  .search-top-heading h1{
    font-size:1.8em;
  }

  .blog .blog-content {
    width: 100% !important;
  }

  .blog-banner {
    max-width: 800px;
    margin:auto;
  }

  .blog-banner .inner {
    height: 54.407vw;
  }

  .blog .blog-sidebar {
    width: 50% !important;
  }

  .post-item h1.entry-title {font-size: 1.8em;}

  .full-width .main-content .hs_cos_wrapper_type_rich_text h1 {
    font-size: 1.8em;
  }

  .full-width .main-content ul,.full-width .main-content ol {
    margin-left: 30px;
  }

  .full-width-content .top h2 {
    font-size: large;
  }

}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {

  .retirement-banner-image-inner .cta_button,
  .retirement .main-content .main-content-inner .hs_cos_wrapper_type_rich_text .cta_button,
  .butn {
    font-size: 14px;
    padding: 12px 30px;
  }

  .retirement-banner-image-inner p:last-child img {
    margin-bottom: 10px;
  }

  .blog-banner .inner {
    height: 61.02vw;
  }

  .sharify-container li a span.sharify-title {
    display: none;
  }

  .sharify-container li {
    min-width: 14.2857142857%!important;
    width: 12.5%!important;
  }

  .sharify-container li a {
    text-align: center;
  }

  .sharify-container li .sharify-icon {
    float: none;
  }

  .blog img[style*=float] {
    float: none !important;
    display: block;
    margin: 10px auto !important;
  }

}

@media (max-width: 750px) {

  .twp-header .twp-logo a span {
    background-size: 100px 33px !important;
    width: 100px !important;
    height: 33px !important;
    margin-top: 11px !important;
    margin-left: 14px !important;
  }

  .twp-advisor .mobile-trigger {
    right: 18px;
  }

  .twp-header {
    height: 55px;
  }

  .twp-footer .page-center {
    padding: 0 !important;
  }

  .twp-advisor .widget-type-form form>fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-bottom: 30px;
  }

  .twp-advisor .widget-type-form form>fieldset.form-columns-2 .hs-form-field:last-child {
    margin-bottom: 0;
  }

  .banner-area {
    margin-top: 48px;
  }

  .two-column-right-form .widget-type-form>span {
    padding-right: 36px;
  }

  .two-column-right-form .mobile-trigger {
    right: 11px;
  }


  .profile-picture_vtwo {
    width: 100%;
    padding-right: 0;
    min-width: unset;
  }

  /*   .profile-picture_vtwo img {
  margin: auto !important;
  display: block;
} */

  .profile-blue-vtwo {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    /*     text-align: center; */
  }

  .team-profile:after {
    clear: both;
    content: "";
    display: block;
  }

  .profile-column-detail-1-vtwo {
    width: 100%;
    padding-bottom: 20px;
  }

  .profile-column-detail-2-vtwo {
    border: 0;
    width: 100%;
    padding-left: 0;
  }

  .profile-container-detail-vtwo .about .bio-area-vtwo {
    margin-top: 40px;
  }

  .team-member-team .supportcontainer-inner {
    margin: 10px auto 0;
    display: block;
    float: none;
  }

  .connectwith.twp-cta {
    margin-top: 0;
  }

  .twp-our-team .bottom .right {
    width: 100%;
    border: 0;
    padding-left: 0;
    padding-top: 30px;
  }

  .twp-our-team .bottom .left {
    width: 100%;
  }

  .profile-container-detail-vtwo {
    margin: 50px auto 20px;
  }

  .profile-container-detail-vtwo .about:after {
    clear: both;
    content: "";
    display: block;
  }

  .retirement-banner-image.desktop {
    display: none;
  }

  .retirement-banner-image.mobile {
    display: block;
    margin-top: 48px;
  }

  .retirement .body-container-wrapper {
  }

  .retirement .twp-header {
    background: #fff;
  }

  .retirement.two-column-right-form .mobile-trigger {
    right: 20px;
  }

  .retirement-banner-image.mobile .body.justmobi {
    padding: 0 17px;
    margin-top: 6px;
    line-height: 24px;
  }

  .retirement-banner-image.mobile .body.justmobi img {
    display: block;
    margin: auto;
  }

  .retirement-banner-image.mobile .image {}

  .retirement-banner-image.mobile .image img {
    margin-bottom: 7px;
  }

  .retirement-banner-image.mobile .body.justmobi p {
    margin: 0;
  }

  .retirement-banner-image.mobile h2 {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #013668;
  }

  .retirement-banner-image.mobile .body.justmobi-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .retirement .twp-header:before {
    content: none;
  }

  .retirement .main-content .main-content-inner {
    padding: 0;
    margin-top: 0;
  }

  .retirement .orange {
    font-size: 12pt;
  }

  .why-ep.two-column-right-form .main-content .main-content-left-col > span > div:not(:first-child) {
    padding-left: 17px;
    padding-right: 17px;
  }

  .why-ep.two-column-right-form .main-content .hs_cos_wrapper_type_linked_image {
    padding-left: 17px;
    padding-right: 17px;
  }

  .why-ep.two-column-right-form .main-content .main-content-left-col > span > div:not(:first-child) .hs_cos_wrapper_type_header {
    display: block;
    padding-left: 17px;
    padding-right: 17px;
  }

  .home.two-column-right-form .main-content .main-content-left-col > span > div > .hs_cos_wrapper_type_linked_image {
    padding-left: 17px;
    padding-right: 17px;
  }

  .home-banner .hero_image_mobile {
    display: block !important;
  }

  .home-banner .hero_image {
    display: none;
  }

  .twp-hidden .hs-richtext h1 {
    line-height: initial;
  }

  .retirement-form form div.hs-form-field ul.inputs-list.multi-container li {
    padding: 20px 0 !important;
  }

  .retirement-form form>div .input select {
    width: 100% !important;
    min-width: unset;
  }

  .twp-image-content-group .image {
    padding-left: 17px;
    padding-right: 17px;
  }

  .blog .blog-sidebar {
    width: 100% !important;
  }

  .blog-banner-inner {
    margin-left: -16px;
    margin-right: -15px;
    width: auto !important;
  }
  .blog-banner .inner {
    height: 61.07vw;
  }

  .supportbluebox {
    min-width: unset;
    max-width: 356px;
    width: 100%;
  }

  .team-member-team .supportcontainer-inner {
    max-width: 360px;
    width: 100%;
    height: auto;
  }

  .supportbluebox .supportperson-detail {
    padding-left: 159px;
    padding-right: 10px;
  }

  .hs-our-team-inner.two-column-right-form .widget-type-form {
    padding-left: 36px;
  }

  .hs-our-team-inner.two-column-right-form.v2 .widget-type-form>span form {
    padding-right: 36px;
  }


} 

@media (max-width: 600px) {

  table.tablethis {
    display: block;
  }

  table.tablethis td.tdthis {
    width: 100%;
    display: block;
  }

  table.tablethis tr.trthis {
    display: block;
    margin-bottom: .625em;
  }

  div.tablethis>span {}

  div.tablethis .hs-menu-flow-horizontal {
    display: block;
    margin-bottom: .625em;
  }

  div.tablethis .hs-menu-flow-horizontal ul {
    display: block;
  }

  div.tablethis ul li {
    display: block;
  }

}

@media (max-width: 480px) {

  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li,
  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper>ul>li:nth-child(3)>ul>li,
  .top-image-with-content-group .bottom-content.mobile .hs-menu-wrapper>ul>li:nth-child(4)>ul>li {
    width: 100%;
  }

  .blog-banner .inner {
    height: 60.126vw;
  }

  .blog-banner-inner>a {
    height: 30px;
    font-size: 30px;
    width: 30px;
  }

}

/* =============== Landscape phones and smaller devices =============== */
@media (max-device-width: 480px){

  .full-width .main-content .hs_cos_wrapper_type_form form fieldset.form-columns-2 > div.hs-form-field .hs-input {
    width: 95%;
  }  

  .two-column-right-form .widget-type-form form fieldset>div {
    margin-bottom: 30px;
  }

  .two-column-right-form .widget-type-form form fieldset>div:last-child {
    margin-bottom: 0px;
  }

}

@media (max-width: 400px) {

  .two-column-right-form .widget-type-form form fieldset > div {
    margin-bottom: 30px;
  }

  .two-column-right-form .widget-type-form form fieldset > div:last-child {
    margin-bottom: 0px;
  }

  .full-width .main-content .hs_cos_wrapper_type_form form fieldset.form-columns-2 > div.hs-form-field .hs-input {
    width: 95%;
  }

  .two-column-right-form .widget-type-form>span {
    padding-left: 0;
    padding-right: 25px;
  }

  .two-column-right-form .widget-type-form form .hs-input {
    width: 100% !important;
  }

}


@media (max-device-width: 919px){
  .hs_cos_wrapper_type_header h1,
  .twp-image-content-group .content .inner>h1,
  h3,
  .h3,
  .home-content-intro h4,
  .twp-team-member .heading,
  .top-image-with-content .sideroom h2,
  .location h1.heading{
    font-weight:500;
    line-height: 24px;
  }

  .profile-container-detail-vtwo .about .body-vtwo {
    font-size: 14px;
  }

  .profile-container-detail-vtwo {
    width: 96%;
  }

  h3,
  .h3,
  .location h1.heading{
    color: #414042 !important;
  }

  .profile-picture_vtwo {
    display: block;
  }

  .profile-blue-vtwo {
    float: left;
    width: 100%;
    padding: 5% 0 5% 0;
    height: auto;
    margin-bottom: 3%;
  }

  .profile-container-detail-vtwo {
    width: 96%;
  }

  .profile-column-detail-1-vtwo {
    width: 100%;
  }

  .profile-column-detail-2-vtwo {
    width: 100%;
    padding-left: 0;
    border: 0;
    padding: 10px 0 0 0;
  }

  .profile-column-detail-2-vtwo h3 {
    font-size: 1.25em;
    margin: 1em 0;
  }

  .profile-container-detail-vtwo .about .body-vtwo {
    float: left;
    display: table;
    font-size: 14px;
  }

  .twp-team-member .heading {
    font-weight: normal;
    font-family: "Open Sans",sans-serif;
    /*     font-size: 14px; */
    line-height: 24px !important;
    color: #414042 !important;
  }

  .two-column-right-form .widget-type-form h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px !important;
    color: #414042 !important;
    font-family: "Open Sans",sans-serif;
  }

  .hs-our-team-inner.two-column-right-form.v2 .widget-type-form>span form {
    padding-left: 0;
    padding-right: 25px;
  }

  .hs-our-team-inner.two-column-right-form .main-content {
    padding-bottom: 0;
  }

  .twp-our-team .bottom {
    padding-left: 4%;
    width: 100%;
  }

  .profile-container-detail-vtwo .about .bio-area-vtwo {
    margin-top: 50px !important;
  }

  .hs-our-team-inner.two-column-right-form .widget-type-form {
    padding-left: 36px;
  }

  .hs-our-team-inner.two-column-right-form.v2 .widget-type-form>span form {
    padding-right: 36px;
  }

  .two-column-right-form .widget-type-form h3.form-title{
    font-size: large !important;
  }

}


/* ***************************************************** */
/* https://www.epwealth.com/our-team/ >>> changes by Jay */
/* ***************************************************** */

@media screen and (max-width: 930px){
    body.site-page.team-template.team-2021>.body-container-wrapper {
        margin-top: 0 !important;
    }
    .advisor-bio-template>.body-container-wrapper>div.body-container.container-fluid {
        margin-top: 83px !important;
    }
  
  
}

.advisor-bio-template>.body-container-wrapper>div.body-container.container-fluid {
    margin-top: 140px;
}
.advisor-bio-template .body-container-wrapper {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100vw;
    overflow-x: hidden;
}