@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Playfair+Display:400,700,900');

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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


   /* CSS Updated by PSL 03-2020*/


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


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

* {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box;}

body {font-family: 'Georgia', sans-serif; color:#656565; padding:0; margin:0; font-size:18px; line-height:24px;  overflow-x:hidden;}
.hero_section p {color:#FFFFFF !important;}
  
h1 {font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; color:#fff; padding:0; margin:0; font-size:36px; line-height:40px;}
h2 {font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; color:#fff; padding:0; margin:0; font-size:32px; line-height:36px;}
h3 {font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; color:#82A2CC; padding:0; margin:0; font-size:28px; line-height:32px;}
h4 {font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; color:#000; padding:0; margin:0; font-size:24px; line-height:28px;}
h5 {font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; color:#000; padding:0; margin:0; font-size:18px; line-height:24px;}
h6 {font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; color:#000; padding:0; margin:0; font-size:16px; line-height:18px;}

img { border:0; vertical-align: top; height:auto; max-width:100%; }
hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 
.clear { clear:both }
p { padding:8px 0; margin:0; }
a { text-decoration:none; outline:none; color:#6FC085; -webkit-transition:all .6s ease-in-out; -moz-transition:all .6s ease-in-out; -o-transition:all .6s ease-in-out; transition:all .6s ease-in-out; }
a:hover { color:#000; }
ul {list-style: square; list-style-position: outside;}
input , button , textarea, select , 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"] { outline:none; border-bottom:1px solid #7a7a7a; border-top:none; border-right:none; 
border-left:none; background:#fff; height:50px; padding:0 5px; font-family: sans-serif; font-size:16px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:100px; }

input[type=submit] , button { width:auto; cursor:pointer; background:url(https://cdn2.hubspot.net/hubfs/1785169/Retirement_Reality/images/blank.png) no-repeat left top #44B7BA;  padding:10px 20px; min-width:200px; color:#fff; text-align:center; display:inline-block; border:1px solid #44B7BA; letter-spacing:2px; font-weight:600; text-transform:none;  font-size:14px;   outline:none; } 
input[type=submit]:hover , button:hover { background-color:#44B7BA;  }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; font-size:13px; line-height:18px; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:18px; height:18px; border:1px solid #003666; color:#fafafa; background:transparent;   }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:transparent; color:#fff; border-color:transparent; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#003666; position:absolute; left:-25px; top:0;  content: "\f046"; font-family:'FontAwesome'; width: 20px; line-height: 20px; font-size:20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:16px; height:16px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:1px; top:5px;  content:''; width:12px; height:12px; border-color:#333; background:#3333;  border-radius:100%; }

.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; outline: none; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-dots { margin:0; padding:0; list-style:none; }

.slick-arrow { position:absolute; top:50%; font-size:0; min-width:auto;  width:40px; height:40px; line-height:40px; border:none; outline:none; background:#fbb314; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index:2; color:#2b2975; }
.slick-arrow:hover { background:#fac040; }
.slick-prev { left:0; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:38px; }
.slick-prev:before { content: "\f104"; left: -10px; position: relative; top: -11px }
.slick-next { right:0;}
.slick-next:before { content: "\f105"; right: 3px; position: relative; top: -11px }


ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#a1a1a1;  min-width:auto; padding:0; border:0;width:15px; height:15px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#82A2D3; }

::-webkit-input-placeholder { color: #000; font-family: 'Georgia', sans-serif; opacity:1; font-size:16px; line-height:20px;}
::-moz-placeholder { color: #000; font-family: 'Georgia', sans-serif; opacity:1; font-size:16px; line-height:20px;}
:-ms-input-placeholder { color: #000; font-family: 'Georgia', sans-serif; opacity:1; font-size:16px; line-height:20px;}
:-moz-placeholder { color: #000; font-family: 'Georgia', sans-serif; opacity:1; font-size:16px; line-height:20px; }

@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    
  .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 } 
  .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }
  
}

@media (min-width: 1101px) {
    
.row-fluid .mainmenu { text-align:right; }
.row-fluid .mainmenu ul li { padding:0;  position:relative;}
.row-fluid .mainmenu ul > li:first-child > a { border-left:1px solid #D8DBE0;  }
.row-fluid .mainmenu ul li a { font-size:16px; line-height:22px; padding:32px 10px; border-right:1px solid #D8DBE0; text-transform:none; font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; font-weight:600;  color:#000; text-align:center; position:relative; white-space: normal; width:100% !important; float:left;  max-width: 100% !important; overflow: hidden;  text-overflow: inherit;  z-index:1;}
.row-fluid .mainmenu ul li.hs-menu-item.hs-menu-depth-1 > a:before { content:''; position:absolute; bottom:0; left:0; background:#82A2D3;  z-index:-1; height:0; width:100%; opacity:0; transition:all .6s ease; }
.row-fluid .mainmenu ul li a:hover { color:#fff; } 
.row-fluid .mainmenu ul li.hs-menu-item.hs-menu-depth-1 > a:hover:before {  height:100%; opacity:1;transition:all .6s ease;  }
.row-fluid .mainmenu ul li.hs-menu-item.hs-menu-depth-1:hover a:before {  height:100%; opacity:1;transition:all .6s ease;  }
.row-fluid .mainmenu ul li.hs-menu-item.hs-menu-depth-1:hover a { color:#fff; }
.hs-menu-depth-2 a { text-transform:none !important;}
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children ul.hs-menu-children-wrapper li { width:100%; float:left; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children ul.hs-menu-children-wrapper { top:100%; background:#82A2D3; width:218px; z-index:999; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {  color:#fff; word-break: break-word; text-align:left;  white-space: normal;  width: 100% !important; overflow: hidden; text-overflow: inherit;  border: 0;  padding: 12px 20px;}
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover { background:#6FBF85; }


.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul li{ border-bottom: 1px solid rgba(255,255,255,0.2);  }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul li:last-child { border-bottom:0; }
 
}    
 
.row-fluid  .wrapper { width:1200px; float:none; margin:0 auto !important; padding:0 15px;}

.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bg-img { display:none; }


.row-fluid .header_section { background:#375577; padding:; color:#fff;  }
.row-fluid .social_icon span.hs_cos_wrapper { display:flex; align-items:center; }
.row-fluid .social_icon ul { list-style:none; padding:0;  margin:0; width:auto; float:left; }
.row-fluid .social_icon ul li { float:left; width:auto; margin-right:10px;}
.row-fluid .social_icon ul li a { float:left; width:35px; height:35px; border:1px solid #7A8EA5;  text-align:center; font-size:16px; color:#fff; border-radius:50%; display: flex; align-items: center; }
.row-fluid .social_icon ul li a i { margin:0 auto; }
.row-fluid .social_icon ul li a:hover { background:#7A8EA5; color:#fff; }

.row-fluid .call_number { width:auto; float:left; color:#fff; font-weight:600; padding:25px 0 25px 50px; position:relative; border-left:1px solid #4B6685; margin-left:10px; }
.row-fluid .call_number:before { position:absolute; content:"\f095"; font-family: 'FontAwesome'; left: 18px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);  font-size: 20px; color:#6FBF85; }
 
.row-fluid .topheader_right { text-align:right; }
.row-fluid .topheader_right > div > div { display:flex; align-items:center; width: auto; float: right; }
.row-fluid .askus_link {  border-left:1px solid #4B6685; border-right:0px solid #4B6685; padding:26px 20px; width:100px; float:left; } 
.row-fluid .askus_link a { font-size:15px; font-weight:bold; color:#fff; text-transform:none; }
.row-fluid .askus_link a:hover { color:#6FBF85; } 
.row-fluid .login_link {  border-left:1px solid #4B6685; border-right:1px solid #4B6685; padding:26px 20px; width:auto; float:left; } 
.row-fluid .login_link a { font-size:15px; font-weight:bold; color:#fff; text-transform:none; }
.row-fluid .login_link a:hover { color:#6FBF85; } 

/*-===-=--=hubspot_search-=-=-==-=*/ 
.row-fluid .hubspot_search { float:left;  margin-left:20px; background: transparent;  border:1.5px solid #677E98; width:180px; border-radius: 8px; overflow: hidden; }
.row-fluid .hubspot_search input { float: left; width: 100% !important; color:#fff; background: #375577 !important;  height: 44px !important;  padding: 10px 12px 10px 12px  !important; font-size: 18px; text-indent: 0 !important; font-size: 18px; font-family: 'Georgia', sans-serif;  }
/* .row-fluid .hubspot_search input::after {content:"->";} */
.hubspot_search ::-webkit-input-placeholder { color: #fff; font-size: 18px; font-family: 'Georgia', sans-serif; letter-spacing: 0;  text-transform: capitalize; opacity: 1;}
.hubspot_search :-moz-placeholder { color: #fff; font-size: 18px; font-family: 'Georgia', sans-serif;  letter-spacing: 0;  text-transform: capitalize;  opacity: 1;}
.hubspot_search ::-moz-placeholder { color: #fff; font-size: 18px; font-family: 'Georgia', sans-serif; letter-spacing: 0;  text-transform: capitalize;  opacity: 1;}
.hubspot_search :-ms-input-placeholder {color: #fff; font-size: 18px; font-family: 'Georgia', sans-serif; letter-spacing: 0; text-transform: capitalize;  opacity: 1;}
.hs-search-field_bar { width:100%; position: absolute; cursor: pointer; content: "\f002"; background: #375577; line-height: 38px;font-family: 'FontAwesome';  color: #fff; font-size: 18px;    height: 100%;  padding: 0 8px; right: 0; top: 0;}

/* HIDE suggestions for banner search field */
.hs-search-field__suggestions {display: none !important;}
.hs-search-field__suggestions li {display: none !important;}

.hs-search-field__bar {
  position:relative;
}
.hs-search-field__bar::after {
  font-family: 'FontAwesome';
  content:"\f002";
  text-align: center;
  padding-top: 10px;
  position:absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
}

/* SHOW suggestions for search results page well field */
.well_search {visibility:visible;}
.well_search .hs-search-field__suggestions {display: block !important;width:90%; margin:auto;}
.well_search ul {list-style-type:none; display:block !important;}
.well_search ul {list-style-type:square !important;padding:10px !important; list-style-position:inside !important;}
.well_search li {list-style-type:square !important; display:list-item !important;}
.well_search a {display:inline !important;}
.well_search #results-for {border-bottom:1px solid #656565; margin-bottom:10px;margin-left:0px !important;
  						display:block !important;}
.well_search #results-for::before {content:"Quick ";}

.hs-search-results__title {margin-top:20px !important;font-weight:bold !important;padding-top:5px;}
.hs-search-results__description {margin-bottom:20px;}
.hubspot_search_input .hs-search-field__input { margin:auto; color:#656565 !important; background: #ffffff !important;  
  height: 44px !important;  padding: 10px 12px 10px 12px  !important; 
  font-size: 18px; text-indent: 0 !important; font-size: 18px; font-family: 'Georgia', sans-serif;
	border:1px solid #4B6685;}
.hubspot_search_input .hs-search-field__bar { background: #82A2D3 !important;  
  height: 54px !important;  
  font-size: 18px; text-indent: 0 !important; font-size: 18px; font-family: 'Georgia', sans-serif;
	border:1px solid #4B6685;padding:12px; margin-top:20px ; margin-bottom:12px;}
.hubspot_search_input {background-color:#FFFFFF;padding:10px;}
.hubspot_search_input input {max-width:550px !important;}
.hubspot_search_results, .hs_search_results, .hs_search_results__template, .hs_search_results__pagination {visibility:visible;}
#hsresults li {display:block !important;margin-top:20px !important;border-top:1px solid #656565;}

/*-===-=Password prompt-=-===-*/
.hs_cos_wrapper_type_password_prompt input {height:36px !important; border:1px solid #656565; padding:5px; width:350px !important;margin-bottom:5px;}
.hs_cos_wrapper_type_password_prompt .hs-button {background:#375579; font-size:16px; line-height:24px; float:none; 
  display:inline-block;  margin-top:20px; border-radius:25px; color:#fff; font-weight:bold; 
  padding:10px 40px; text-transform:none; box-shadow: 0 6px 10px 0px #ccc; 
  -webkit-box-shadow: 0 6px 10px 0px #ccc; -moz-box-shadow: 0 6px 10px 0px #ccc; }
.hs_cos_wrapper_type_password_prompt .hs-button:hover { background:#819FD1;  color:#fff; }
 



/*-===-=--=google_search-=-=-==-=*/
.row-fluid .google_search { float:left;  margin-left:20px; background: transparent;  border:1.5px solid #677E98; width:180px; border-radius: 8px; overflow: hidden; }
.row-fluid .google_search .gsc-control-cse.gsc-control-cse-en {  padding: 0; float: left;  width: 100%;  background: transparent;   border: 0;}
.row-fluid .google_search .gsc-search-box-tools.gsc-search-box-tools { border: 0;  width: 100%; float: left;  padding: 0;  margin: 0;}
.row-fluid .google_search .gsc-input-box { background:transparent;  height: 100%;  border: 0; padding: 0;}
.row-fluid .google_search .gsc-input input { float: left; width: 100% !important; color:#fff; background: #375577 !important;  height: 39px !important;  padding: 10px 12px 10px 12px  !important; font-size: 18px; text-indent: 0 !important; }
.row-fluid .google_search table.gsc-search-box td { padding: 0;  width: 0;}
.row-fluid .google_search table.gsc-search-box { margin: 0;  background: transparent;}
.row-fluid .google_search .google_search .gsc-input-box {  background: transparent;}
.row-fluid .google_search .gsc-search-box tr td:first-child { float: left; width: calc(100% - 35px); padding: 0;  background: transparent;}
.row-fluid .google_search .gsc-search-box tr td:first-child .gsib_a { width: 100%;}
.row-fluid .google_search .gsc-search-box tr td:nth-child(2) { float: right; width: 35px; background: transparent;}
.row-fluid .google_search table.gsc-search-box td {  width: auto;}
.row-fluid .google_search .gsc-search-button {  position: relative; border: 0;  padding: 0;  margin: 0; float: right;  height: 39px; cursor: pointer; min-width:auto; }
.row-fluid .google_search .gsc-search-button input[type=image] { background: url('//info.hepacart.com/hubfs/Hepacart-2016/Image/right.png?t=1486169000876') no-repeat center center !important; opacity: 0;}
.row-fluid .google_search .gsc-search-button-v2 {  width: 100% !important;}
.row-fluid .google_search .gsc-search-button:before { width:100%; position: absolute; cursor: pointer; content: "\f002"; background: #375577; line-height: 38px;font-family: 'FontAwesome';  color: #fff; font-size: 18px;    height: 100%;  padding: 0 8px; right: 0; top: 0;}
.row-fluid .google_search .gsst_a {  display: none;}

.google_search ::-webkit-input-placeholder { color: #fff; font-size: 18px; font-family: 'Georgia', sans-serif; letter-spacing: 0;  text-transform: capitalize; opacity: 1;}
.google_search :-moz-placeholder { color: #fff; font-size: 18px; font-family: 'Georgia', sans-serif;  letter-spacing: 0;  text-transform: capitalize;  opacity: 1;}
.google_search ::-moz-placeholder { color: #fff; font-size: 18px; font-family: 'Georgia', sans-serif; letter-spacing: 0;  text-transform: capitalize;  opacity: 1;}
.google_search :-ms-input-placeholder {color: #fff; font-size: 18px; font-family: 'Georgia', sans-serif; letter-spacing: 0; text-transform: capitalize;  opacity: 1;}

 
.row-fluid .main_header { padding:0; background:#fff;  }
.row-fluid .events_btn,.row-fluid .mainmenu,.row-fluid .top_logo {  margin-left:0; width:auto; } 
.row-fluid .mainmenu { margin:0 34px ; }

.row-fluid .main_header .wrapper > div > div { display:flex; align-items:center;  line-height:0;}
.row-fluid .events_btn a { font-size:14px; line-height:20px; color:#fff; padding:10px 20px 10px 20px; background:#82A2D3; font-weight:600;  transition:all .6s ease; border-radius: 30px; position:relative; }  
.row-fluid .events_btn a:before { padding-right: 10px; color:#002340;  font-size: 18px; content:"\f073"; font-family: 'FontAwesome'; position:relative; left:0; top:1px; transition:all .6s ease;}
.row-fluid .events_btn a:hover { background:#6FBF85; color:#fff; transition:all .6s ease; }
.row-fluid .events_btn a:hover:before { color:#fff; transition:all .6s ease; }

/*===footer_section==*/
.row-fluid .footer_section { padding:45px 0 20px; background:#38567A; font-size:18px; color:#fff; }
.row-fluid .footer_section .email_box { font-family: Helvetica, 'Helvetica 55 Roman', 'Arial', sans-serif; color:#fff; }
.row-fluid .footer_section .email_box a { color:#fff; }
.row-fluid .footer_section .email_box a:hover { color:#82a0cf; }
.row-fluid .footer_section h4 a { color:#fff; font-weight:bold; font-size:33px; line-height:40px; }
.row-fluid .footer_section h4 a:hover { color:#6FBF85; }

 
.row-fluid .footer_social { text-transform:none; font-weight:bold; text-align:right; }  
.row-fluid .footer_social p { padding-right:19px; }
.row-fluid .footer_social ul { list-style:none; padding:0;  margin:0; width:auto; float:right; }
.row-fluid .footer_social ul li { float:left; width:auto; margin-right:10px;}
.row-fluid .footer_social ul li a { float:left; width:35px; height:35px; border:1px solid #7A8EA5;  text-align:center; font-size:16px; color:#fff; border-radius:50%; display: flex; align-items: center; }
.row-fluid .footer_social ul li a i { margin:0 auto; }
.row-fluid .footer_social ul li a:hover { background:#7A8EA5; color:#fff; }

.row-fluid .footer_copyright { font-size:15px; line-height:20px; font-family: Helvetica, 'Helvetica 55 Roman', 'Arial', sans-serif; border-top:1px solid #607895; padding-top:20px; margin-top:30px; }  


/*===header_section====*/
.row-fluid .hero_section { padding:120px 0; position:relative; text-align:center; }
.row-fluid .hero_section:before { position:relative; content:""; background:rgba(36,58,88,0.7); width:100%; height:100%; left:0; top:0; }
.row-fluid .hero_section .wrapper { position:relative; z-index:99; }

.row-fluid .hero_section2 { padding:120px 0; position:relative; text-align:center;}
.row-fluid .hero_section2:before { position:absolute; content:""; background:rgba(129,159,209,0.6); width:100%; height:100%; left:0; top:0;margin-top:0px !important;margin-bottom:0px !important; }
.row-fluid .hero_section2 .wrapper { position:relative; z-index:99; }
h1 .hero_section2 { opacity:1 !important; }

.row-fluid .hero_content { font-size:24px; line-height:30px; font-weight:400; margin: 0 auto !important; max-width:955px; float: none; }
.row-fluid .hero_content h1 { font-size:60px; line-height:70px; color:#fff; padding-bottom:40px; font-weight:400; }
.row-fluid .hero_content h1 span { color:#82A2D3; }

.row-fluid .hero_section h1 { font-size:60px; line-height:70px; color:#fff; padding-bottom:40px; font-weight:400; background-color: black; }
.row-fluid .hero_section h1 span { color:#82A2D3; }

/*===HERO Section Remove black background box(PSL)===*/
.row-fluid .hero_section_alt_home { height: auto; margin-bottom: 50px; padding:220px 0; position:relative; text-align:left; }
.row-fluid .hero_section_alt { height: auto; margin-bottom: 50px; padding:180px 0; position:relative; text-align:left; }
.row-fluid .hero_section_products { height: auto; margin-bottom: 30px; padding:70px 0; position:relative; text-align:left; }

.row-fluid .hero_section_alt_home h1 { font-size:64px; line-height:68px; font-weight:400; padding-left: 20px; background-color:transparent; text-shadow: 3px 2px 5px rgba(51, 51, 51, 0.7); }
.row-fluid .hero_section_alt h1 { font-size:60px; line-height:62px; font-weight:400; background-color:transparent; text-shadow: 3px 2px 5px rgba(51, 51, 51, 0.7); }
.row-fluid .hero_section_products h1 { height: auto; margin: 0px; padding:0px; position:relative; text-align:left; font-size:48px; line-height:52px; font-weight:400; background-color:transparent; text-shadow: 3px 2px 6px rgba(51, 51, 51, 0.7); }

.row-fluid .hero_section_alt_home .wrapper { position:relative; z-index:99; }


/*===end===*/

.row-fluid .hero_content .cta_button { font-size:24px; line-height:30px; float:none; display:inline-block; margin-top:40px; border-radius:25px; color:#fff; font-weight:bold; padding:10px 30px; border:1px solid #82A2D3; text-transform:none; }
.row-fluid .hero_content .cta_button:hover { background:#82A2D3; color:#fff; }



/*===Homepage (PSL)===*/
/*====Homepage Home-Intro (PSL)===*/
.row-fluid .home-intro { margin-bottom: 40px; }
.row-fluid .home-intro p { font-size: 22px; line-height: 30px; font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; padding:10px 30px 15px; } 
.row-fluid .home-intro p.cta { line-height: 70px; padding-bottom: 0; } 
.row-fluid .home-intro h2 { color:#330000; font-size:38px; line-height:40px; text-transform: uppercase; font-weight:700; padding:0 30px 0; } 
.row-fluid .home-intro h3 { color:#666; font-size:28px; line-height:30px; text-transform:none; font-weight:300; padding:5px 30px 20px; } 
.row-fluid .home-intro ul { font-size:22px; line-height:26x; font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; } 
.row-fluid .home-intro li { padding-bottom:20px; } 
.row-fluid .home-intro-image { max-width:70%; margin-left:60px; text-align:center; } 
.row-fluid .home-intro-image a img:hover { opacity: 0.7; } 


/*===Custom ModulePage Buttons==*/
.row-fluid .button_home {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  height: 40px; 
  border: none;
  border-radius: 10px;
  white-space: nowrap;
  float: left;
  padding-bottom:20px;
}


.row-fluid .button_green {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #6FC085;
  height: 40px; 
  border: none;
  border-radius: 10px;
  white-space: nowrap;
  float: left;
  padding-bottom:20px;
}

.row-fluid .button_blue {
  font: bold 18px Helvetica, Arial, sans-serif;
  line-height: 18px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #82a0cf;
  padding: 10px 20px;
  height: 40px; 
  border: none;
  border-radius: 10px;
  white-space: nowrap;
  float: left;
}

.row-fluid .button_gray {
  font: bold 18px Helvetica, Arial, sans-serif;
  line-height: 18px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #999;
  padding: 10px 20px;
  height: 40px; 
  border: none;
  border-radius: 10px;
  white-space: nowrap;
  padding-bottom:20px;
}



/*===needto_box===*/
.row-fluid .needto_box { background:#6FC085; padding:30px; max-width:850px; margin:-30px auto 60px !important; position: relative; z-index: 1; float:none; text-align:center; border-radius:5px; }
.row-fluid .needto_box h2 { font-size: 48px; line-height: 58px; text-transform: uppercase; font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; font-weight:400; margin-bottom:30px; } 
.row-fluid .needto_box select { border:0; border-radius:5px; cursor:pointer; background:url('https://cdn2.hubspot.net/hubfs/439089/2018-Redesign/Images/down.png') no-repeat center center #fff; color:#000; float:left; width:620px; padding:10px 30px 10px 20px; height: 50px; background-position: 98% 50%; -webkit-appearance: none;  -moz-appearance:none;  appearance:none; }

.row-fluid .go_btn { background:#fff; padding:10px 15px; color:#6FC085; width: 100%; float: left; font-size:24px; line-height:30px; font-weight:bold; border-radius:5px;  height:50px; }
.row-fluid .go_btn:hover { background:#9bbff7; color:#fff; }
.row-fluid .gobtn_main { width:auto; float:none; display:inline-block; vertical-align:top; }
.row-fluid .dropdown-main { width:auto; float:none; display:inline-block; vertical-align:top; }
 

/*===Need to Box - How can Gray help? - 02 (PSL)===*/
.row-fluid .needto_box02 { background:#82a2cc; padding:30px; max-width:670px; margin:30px auto 30px !important; float:none; text-align:center; border-radius:10px; }
.row-fluid .needto_box02 p {font-size: 44px; line-height: 52px; font-family: Helvetica, 'Helvetica 55 Roman', 'Arial', sans-serif; font-weight:400 }
.row-fluid .needto_box02 select { font-size:20px; line-height: 24px; font-family: Helvetica, 'Helvetica 55 Roman', 'Arial', sans-serif; font-weight:400;
  border:0; border-radius:8px; cursor:pointer; background:url('https://cdn2.hubspot.net/hubfs/439089/2018-Redesign/Images/down.png') no-repeat center center #fff; color:#000; padding:10px 30px 10px 20px; height: 50px; background-position: 98% 50%; -webkit-appearance: none;  -moz-appearance:none; appearance:none; }

/*===Homepage (PSL)===*/
.row-fluid .dropdown_main02 { max-width:100%; height:50px; float:left; display:block; margin-right: 5px; }
.row-fluid .go_btn02 { max-width: 60px; height:50px; background:#fff; padding:10px 15px; text-align:center; color:#333; float: left; display:inline-block; font-size:20px; line-height: 32px; font-family: Helvetica, 'Helvetica 55 Roman', 'Arial', sans-serif;  font-weight:400; border-radius:8px;}
.row-fluid .go_btn02:hover { background:#82A2D3; color:#fff; }

.row-fluid .go_btn02 a.go_btn {
  display: block;
  font-size: 20px;
  height: auto;
  margin-top: 0;  
  padding: 0;
}

/*===???===*/
.row-fluid .gobtn_main02 { width:auto; float:none; display:inline-block; padding:auto 10px; font-family: Helvetica, 'Helvetica 55 Roman', 'Arial', sans-serif; }
.row-fluid .gobtn_main02:hover { background:#82A2D3; color:#fff; }



/*====CTA Boxes homepage (PSL)===*/
.row-fluid .cta_section { width:100%; padding: 50px 0; float: none; margin:0; font-family: Helvetica, 'Arial Bold', sans-serif; }
.row-fluid .container { display: flex; flex-wrap: wrap; }
.row-fluid .cta_box { flex: 1; padding:50px; }
.row-fluid .cta_box.blue { background:#cdd9ec; }
.row-fluid .cta_box.green { background:#c6dbd0; }
.row-fluid .cta_box.gray_dark { background:#bfc1c1; }
.row-fluid .cta_box.gray_light { background:#e0dddf; }

.row-fluid .cta_section h2 { font-size: 50px; line-height: 46px; letter-spacing: -1px; float:none; display:block; text-transform: uppercase; text-align: left; font-weight:800; color:#375577; } 
.row-fluid .cta_section h2 a { color:#375577; } 
.row-fluid .cta_section h2 a:hover { opacity: 0.5; } 
.row-fluid .cta_section h3 { font-size: 38px; line-height: 38px; float:none; display:block; text-transform: uppercase; text-align: left; font-weight:600; color:#375577; } 

.row-fluid .cta_section .hs_cos_wrapper_type_widget_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1em;
}

.row-fluid .cta_section .hs_cos_wrapper_type_widget_container > div {
  margin-bottom: 1em;
  width: 49.25%;
}
.row-fluid .cta_section .cta_box {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.row-fluid .cta_section .cta_graphic { width: 30%; opacity: 1.0; }
.row-fluid .cta_section .cta_graphic a:hover { opacity: 0.5; }
.row-fluid .cta_section .cta_graphic img { display: block; width: 100%; }
.row-fluid .cta_section .cta_graphic + div {
  align-self: center;
  padding-left: 1.5em;
  width: 70%;
}

.row-fluid .cta_section .cta_box.green .cta_graphic + div {
  padding-left: 0;
  width: 100%;
}

/*====graypes_section====*/

.row-fluid .graypes_section { padding:50px 0 100px; border-top:1px solid #E5E5E5; border-bottom:1px solid #E5E5E5; text-align:center; }
.row-fluid .graypes_section h2 { color:#38567A; font-size:48px; line-height:56px;text-transform: uppercase;  font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; font-weight:400; padding-bottom:10px;} 
.row-fluid .graypes_section .graypes_subtitle { color:#656565; font-size:24px; line-height:30px; text-transform:none; margin-bottom:40px; }
.row-fluid .grayssystem_right { margin-left: 20px; text-align:left; color:#656565; font-size:15px; }
.row-fluid .grayssystem_right h5 { color:#38567A; font-size:18px; line-height:24px; padding:10px 0; font-weight:400; } 
.row-fluid .graysystem_img { }

.row-fluid .system_btn.withback a { background:#819FD1; color:#fff; border-color:#819FD1;  }
.row-fluid .system_btn.withback a:hover { background:#6FBF85; color:#fff;  border-color:#6FBF85;  }
.row-fluid .system_btn a { font-size:16px; line-height:25px; float:none; display:inline-block; background:#F7F7F7; margin-top:20px; border-radius:25px; color:#38567A; font-weight:bold; padding:10px 20px; border:1px solid #BFBFBF; text-transform:none; }
.row-fluid .system_btn a:hover { background:#819FD1; border-color:#819FD1; color:#fff; }


/*====servicea_section===*/

.row-fluid .servicea_section { padding:70px 0; border-bottom:1px solid #E5E5E5; }
.row-fluid .services_box { width:calc(33.33% - 30px); float:none; display:inline-block; background:#819FD1; border-radius:6px; margin:0 15px; padding:30px 15px; vertical-align:top; text-align:center;   font-size:20px; line-height:30px; box-shadow: 0 0px 17px 4px #ccc; -webkit-box-shadow: 0 0px 17px 4px #ccc; -moz-box-shadow: 0 0px 17px 4px #ccc; }
.row-fluid .services_img { padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #E5E5E5;  }
.row-fluid .services_box h2 { color:#fff; font-size:36px; line-height:40px; text-transform: uppercase;  font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; font-weight:400; padding-bottom:20px; float:left; width:100%;}  
.row-fluid .services_box h2 span { color:#fff; font-size:40px; line-height:50px; display:block; } 

.row-fluid .services_box.dark_congobron { background:#485671; }
.row-fluid .services_box.dark_blue { background:#38567A; }

.row-fluid .services_box .author-name { width:100%; float:left; }
.row-fluid .services_box .post-title a { width:100%; float:left; font-size:20px; line-height:30px; color:#fff; }
.row-fluid .services_box .services_content { padding:0 15px; margin-bottom:20px; color:#FFFFFF !important; }

.row-fluid .homeservice_btn a { text-align:center; margin-top:10px; font-size: 18px;  line-height: 24px;  color: #fff;  border: 2px solid #fff; padding: 12px 20px;  border-radius: 5px; float: none; display: inline-block; }
.row-fluid .homeservice_btn a:hover { background:#fff; color:#656565; }

.row-fluid .more_btn a { text-align:center; margin-top:10px; }
.row-fluid .more_btn a { font-size: 18px;  line-height: 24px;  color: #fff;  border: 2px solid #fff;padding: 12px 20px; border-radius: 5px; float: none; display: inline-block; }
.row-fluid .more_btn a:hover { background:#fff; color:#FFF; }

.row-fluid .authoe_detl { font-size:14px; color:#fff; width:100%; float:left; padding:10px 0;}
.row-fluid .authoe_detl a { font-size:14px; color:#fff; }
.row-fluid .read_mpre { font-size: 18px;  line-height: 24px; margin-top:15px;  color: #fff;  border: 2px solid #fff;padding: 12px 20px;    border-radius: 5px;    float: none;    display: inline-block; }
.row-fluid .read_mpre:hover { background:#fff; color:#819FD1; }


/*=Resources section (PSL)===*/
.row-fluid .resources_section { color:#666; font-size:20px; line-height:28px; text-align:left; font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; padding:30px 0; }
.row-fluid .resources_section_box {width:calc(50% - 30px); display:inline-block; float:left; margin:0 15px 20px; padding:40px 30px 40px 40px; vertical-align:top;  background:#cdd9ec }
.row-fluid .resources_section p { font-weight:700; padding:10px 0; }
.row-fluid .resources_section h2 { color:#330000; font-size:38px; line-height:40px; text-align:center; text-transform: uppercase; font-weight:700; padding:0 10px 60px; }  
.row-fluid .resources_section h3 { font-size: 40px; line-height: 38px; color:#375577; text-transform: uppercase; font-weight:700; border-bottom:1px solid #999; padding:10px 0; }
.row-fluid .resources_section h3 > a { color:#375577; }
.row-fluid .resources_section h3 > a:hover { color:#330000; }



/*=Products section (PSL)===*/
.row-fluid .products_section { color:#666; font-size:20px; line-height:26px; text-align:left; font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; padding: 10px 0 0;  }
.row-fluid .products_section_box { width:calc(50% - 30px); height: auto; float:none; display:inline-block; background:#fff; margin:15px 15px; padding:30px 10px 20px; vertical-align:top; border-bottom:1px solid #999; }
.row-fluid .products_section p { font-weight:400; padding:5px 20px 25px 0; }
.row-fluid .products_section p.two { padding-bottom:50px; }
.row-fluid .products_section a { color:#82a0cf; font-size:24px; font-weight:700; text-transform: uppercase;}
.row-fluid .products_section a:hover { color:#385676;}
.row-fluid .products_section h2 { color:#330000; font-size:38px; line-height:40px; text-align:left; text-transform: uppercase; font-weight:700; padding:20px 0 0;}  
.row-fluid .products_section h3 { font-size: 30px; line-height: 34px; color:#375577; text-transform: uppercase; font-weight:700; padding: 10px 0 5px;  }   


/*=Product Detail Pages (PSL)===*/
.row-fluid .product_detail_section { font-size:20px; line-height:28px; text-align:left; font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; padding:25px 0 0;  }
.row-fluid .product_detail_section p { padding:0 0 40px 0; }
.row-fluid .product_detail_section p.no-pad { padding:0 0; }
.row-fluid .product_detail_section h2 { color:#330000; font-size:38px; line-height:40px; text-transform: uppercase; font-weight:700; padding-bottom:20px; }
.row-fluid .product_detail_section h3 { font-size: 30px; line-height: 34px; color:#375577; font-weight:700; padding:20px 0 5px 0; }
.row-fluid .product_detail_section h3.no-pad { padding:0 0 5px 0; }  
.row-fluid .product_detail_section h4 { font-size: 22px; line-height: 28px; color:#82a0cf; font-weight:700; padding:40px 0; } 
.row-fluid .product_detail_section h4.no-pad { padding:0; } 
.row-fluid .product_detail_section h4.no-pad-bot { padding:20px 0 5px; } 
.row-fluid .product_detail_section h4.no-pad-top { padding-top:5px; } 
.row-fluid .product_detail_section ul { padding-left: 0 }
.row-fluid .product_detail_section li { margin: 0 0 5px; } 
.row-fluid .product_detail_section_02 { float: left; display: inline-block; padding:50px 0 50px; background:rgba(111,192,133,0.2); }
.row-fluid .product_detail_section_02 img { width: 300px; height: 300px; margin: 0 10px 0 30px; padding-right: 30px; text-align: center; vertical-align: middle; }

.equal-heights .row-fluid .product_detail_section wrapper { display: flex; flex-wrap: wrap; }
.row-fluid .product_detail_section_02 wrapper { vertical-align: middle; }


/*===Testimonial Box on product detail pages PSL====*/
.row-fluid .testimonial_section { font-family: Helvetica,'Helvetica 55 Roman','Arial Bold', sans-serif; padding: 0 20px 0 10px; }
.row-fluid .testimonial_section hr { border: 0; border-bottom: 2px solid #819FD1; margin: 0px; }
.row-fluid .testimonial_section h3 { font-size:34px; line-height:36px; font-weight:600; color:#82a2cc; text-align: left; padding: 60px 0 10px; }
.row-fluid .testimonial_section h4 { font-size:20px; line-height:24px; font-weight:600; color:#666; text-align: left; padding-bottom: 8px; }
.row-fluid .testimonial_section p { font-size:20px; line-height:26px; font-weight:400; color:#666; text-align: left; padding-bottom: 60px; }


/*=About section (PSL)===*/
.row-fluid .about_section { color:#666; font-size:20px; line-height:28px; font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; text-align:left; margin: auto 0; padding:20px 0 0;  }
.row-fluid .about_section p { font-weight:400; border-bottom:1px solid #82a0cf; padding:0 0 40px 0; }
.row-fluid .about_section p.no-border { font-weight:400; border:none; padding:0 0 20px 0; }
.row-fluid .about_section h2 { color:#330000; font-size:38px; line-height:40px; text-transform: uppercase; font-weight:700; padding:0 0 20px; }  
.row-fluid .about_section h3 { font-size: 30px; line-height: 34px; color:#375577; text-transform: uppercase; font-weight:700; padding:40px 0 5px 0; } 
.row-fluid .about_section image { padding: 30px 0 20px 20px; vertical-align:top; }


/*=======grayassociates_welcome===*/
.row-fluid .grayassociates_welcome { padding:70px 0; background:#F7F7F7; color:#000; border-bottom:1px solid #E5E5E5; text-align:center;  font-size:18px; line-height:24px;  color:#656565; }
.row-fluid .grayassociates_welcome h1 { color:#656565;  font-size:48px; line-height:56px;  font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; font-weight:400; padding-bottom:20px; margin-bottom:30px; position:relative; }
.row-fluid .grayassociates_welcome h1:before { position:absolute; content:""; background:#376388; height:2px; width:150px; bottom:0; left:50%; transform: translateX(-50%);}
.row-fluid .grayassociates_welcome h1 strong { color:#7E7E7E; font-weight:400;}
.row-fluid .grayassociates_welcome h1 span { color:#375577; }

.row-fluid .welcom_text { color:#656565; font-size:18px; line-height:24px; margin-bottom:10px; }

.row-fluid .about_buttion { margin-top:30px; text-align:center;}
.row-fluid .about_btn { float:none; display:inline-block; margin-left:20px; width:auto;}
.row-fluid .about_btn.register_btn a { background:#819FD1; color:#fff; border-color:#386487;  } 
.row-fluid .about_btn.register_btn a:hover { background:#6FBF85; color:#fff;  border-color:#6FBF85;  }
.row-fluid .about_btn a { font-size:16px; line-height:24px; float:none; display:inline-block; background:#F7F7F7; margin-top:20px; border-radius:25px; color:#38567A; font-weight:bold; padding:10px 30px; border:2px solid #BFBFBF; text-transform:none; }
.row-fluid .about_btn a:hover { background:#819FD1; border-color:#819FD1; color:#fff; }



.row-fluid .difference_inquiries { padding:70px 0; text-align:center; border-bottom:1px solid #E5E5E5; }
.row-fluid .inquiries_box { max-width: 500px;  width: 50%;  float: none; display: inline-block;   margin-left: 0 !important; padding: 0 50px; position:relative; margin-right:-4px; }
.row-fluid .inquiries_box h4 {color:#819FD1; font-weight:bold; text-transform: uppercase; font-size:30px; line-height:40px; padding-bottom:10px; }
.row-fluid .inquiries_content { color:#575757; font-size:24px; line-height:30px; padding:20px 0; font-weight:400;  }
.row-fluid .inquiries_box:first-child:before { background:#E2E2E2; position:absolute; top:0; right:-5px; content:""; width:1px; height:100%; }

.row-fluid .inquiries_secound.inquiries_box h4 { color:#375579; }

.row-fluid .start_btn.blue_bg a { background:#375579; }
.row-fluid .start_btn a { font-size:16px; line-height:24px; float:none; display:inline-block; background:#819FD1; margin-top:20px; border-radius:25px; color:#fff; font-weight:bold; padding:10px 40px; text-transform:none; box-shadow: 0 6px 10px 0px #ccc; -webkit-box-shadow: 0 6px 10px 0px #ccc; -moz-box-shadow: 0 6px 10px 0px #ccc; }
.row-fluid .start_btn a:hover { background:#6FBF85;  color:#fff; }
.row-fluid .start_btn.blue_bg a:hover  { background:#6FBF85; } 

.cta-green.blue_bg a { background:#6FC085; }
.cta-green a { font-size:16px; line-height:24px; float:none; display:inline-block; background:#819FD1; margin-top:20px; border-radius:25px; color:#fff; font-weight:bold; padding:10px 40px; text-transform:none; box-shadow: 0 6px 10px 0px #ccc; -webkit-box-shadow: 0 6px 10px 0px #ccc; -moz-box-shadow: 0 6px 10px 0px #ccc; }
.cta-green a:hover { background:#6FBF85;  color:#fff; }
.cta-green.blue_bg a:hover  { background:#6FBF85; } 
.cta-green  { font-size:24px; line-height:30px; float:none; display:inline-block; margin-top:40px; border-radius:25px; color:#fff; font-weight:bold; padding:10px 30px; border:1px solid red; text-transform:none; }
.cta-green:hover { background:#6FC085; color:#fff; }
.cta-green { font-size: 18px; line-height: 26px; padding:10px 20px; }

/*===grayhelp_section===*/
.row-fluid .grayhelp_section { padding:50px 0; }
/*====PSL changed H2 (only) style===*/
.row-fluid .grayhelp_section h2 { color:#330000; text-align:left; font-size:38px; line-height:40px;  font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; font-weight:700; text-transform: uppercase; margin-bottom: 20px; padding:0 0 0 20px; position:relative; }
.row-fluid .grayhelp_section h2:before { position:absolute; content:""; background:#376388; height:0; width:150px; bottom:0; left:50%; transform: translateX(-50%);}
.row-fluid .grayhelp_section h2 span { color:#819FD1;}
/*====PSL changed margin-bottom below from 50 to 10===*/
.row-fluid .grayhelp_cover { width:100%; float:left; margin-bottom:10px; }
.row-fluid .grayhelp_cover .slick-prev { left:-50px; background:url('https://cdn2.hubspot.net/hubfs/439089/2018-Redesign/Images/prev.png') no-repeat center center; width: 31px; height: 31px;  background-size: 100% 100% !important; padding: 0;} 
.row-fluid .grayhelp_cover .slick-prev:before { display:none; }

.row-fluid .grayhelp_cover .slick-next { right:-50px; background:url('https://cdn2.hubspot.net/hubfs/439089/2018-Redesign/Images/next.png') no-repeat center center; width: 31px; height: 31px;  background-size: 100% 100% !important; padding: 0;}
.row-fluid .grayhelp_cover .slick-next:before { display:none; }
 

.row-fluid .grayhelp_cover > span { width:100%; float:left;  }
.row-fluid .grayhelp_cover > span .hs_cos_wrapper { float:left;}
.row-fluid .grayhelp_cover .grayhelp_box { width:calc(100% - 10px); margin:0 5px; float:left; position:relative;  border:5px solid #F4F4F4; }
.row-fluid .grayhelp_cover .grayhelp_box a { width:100%; float:left;  }
.row-fluid .grayhelp_cover .grayhelp_img { width:100%; float:left; height:450px; background-size:cover !important; }

.row-fluid .grayhelp_box .grayhelp_text {  width:auto; position:absolute; bottom:15px; left:14px; right:14px; }
.row-fluid .grayhelp_box .grayhelp_text h4 { color:#FFFFFF; font-size:24px; line-height:30px; width:auto; float:left; font-weight:bold; background:rgba(56,86,122,0.9); padding:10px 10px;}

.row-fluid .view_btn { text-align:center; }
.row-fluid .view_btn a { font-size:16px; line-height:25px; float:none; display:inline-block;   margin-top:20px; border-radius:25px; color:#819FD1; font-weight:bold; padding:10px 30px; border:2px solid #819FD1; text-transform:none; }
.row-fluid .view_btn a:hover { background:#6FBF85; border-color:#6FBF85; color:#fff; }

  
/*====clientssay_about====*/
.row-fluid .clientssay_about {  background:#656565; padding:80px 0; text-align:center; }
.row-fluid .clientssay_about .our_services { padding-top:70px; }
.row-fluid .clientssay_about .client_saytext { font-size:24px; line-height:30px; color:#fff; margin-bottom:10px; }
.row-fluid .clientssay_about h3 { font-size:36px; line-height:42px; color:#fff; font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; font-weight:400; }
.row-fluid .clientssay_about h4 { font-size:36px; line-height:32px; color:#fff; font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; font-weight:400; }
.row-fluid .clientsay_left { font-size:20px; line-height:30px;  padding:0 50px; font-weight: 500; color:#FFFFFF;  } 
.row-fluid .clientsay_right { font-style:italic; font-size:20px; line-height:30px;  padding:30px 75px; color:#3B3B3B; background:#F3F3F3; border-bottom:2px solid #6881A9; font-weight: 500; position:relative; }   
.row-fluid .clientsay_right h4 { font-size:36px; line-height:32px; color:#656565 !important;  font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; font-weight:400; font-style:normal;}
.row-fluid .clientsay_right:before { position:absolute; content:""; background:url('https://cdn2.hubspot.net/hubfs/439089/2018-Redesign/Images/double_quote.png') no-repeat center center; width:500px; height:38px; background-size:100% 100% !important; left: 30px;   top: 13px; }


/*====webcast_series===*/
.row-fluid .webcast_series { padding:80px 0 20px; border-bottom:1px solid #E5E5E5; text-align:center;  }
.row-fluid .webcast_series h2 { color:#86A4D6; font-size:48px; line-height:56px;  font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; font-weight:400; padding-bottom:15px; }
.row-fluid .webcast_series .webcast_subtext {  font-size:30px; line-height:40px; color:#656565;  text-transform:none; margin-bottom:20px; }  

.row-fluid .webcast_cover { width:100%; float:left; margin-top:60px; }
.row-fluid .webcast_cover > span { width:100%; float:left; }
.row-fluid .webcast_cover > span .hs_cos_wrapper { width:50%; float:left; margin-bottom:50px; padding-bottom:50px; position:relative; padding-right: 60px; }
.row-fluid .webcast_cover > span .hs_cos_wrapper:before { position:absolute; content:""; background:#E7E8EA; height:1px; width:calc(100% - 50px); left:0; bottom:0; }
.row-fluid .webcast_cover > span .hs_cos_wrapper:after { position:absolute; content:""; background:#E7E8EA; width:1px; height:calc(100% - 50px); right:0; top:0; }

.row-fluid .webcast_cover > span .hs_cos_wrapper:nth-child(2n) { padding-left:60px; padding-right:0;}
.row-fluid .webcast_cover > span .hs_cos_wrapper:nth-child(2n):after { display:none; } 
.row-fluid .webcast_cover > span .hs_cos_wrapper:nth-child(2n):before { right:0; left:auto;}

.row-fluid .webcast_cover > span .hs_cos_wrapper:nth-child(3n):before { display:none; } 
.row-fluid .webcast_cover > span .hs_cos_wrapper:nth-child(4n):before { display:none; } 


.row-fluid .webcast_cover .webcast_box { width:100%; float:left; color:#000; font-size:14px; line-height:22px; color:#656565;}
.row-fluid .webcast_cover .webcast_img { width:80px; height:80px; float:left; border:1px solid #BECAD8; display:flex; align-items:center;  }
.row-fluid .webcast_cover .webcast_img img { margin:0 auto; max-width:70px; }

.row-fluid .webcast_cover .webcast_content { width:calc(100% - 80px); float:left; padding:0 10px 0 30px; text-align:left; }
.row-fluid .webcast_cover .webcast_text { width:100%; float:left; }
.row-fluid .webcast_cover h4 { color:#656565; font-size:18px; line-height:24px; margin-bottom:10px; text-transform:none; }
 

/*====grayreports_section===*/
.row-fluid .grayreports_section {  position:relative; }
.row-fluid .grayreports_subtitle {  color:#86A4D6; font-size:48px; line-height:56px;  font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; font-weight:400; padding-bottom:15px; text-transform:none; }
.row-fluid .grayreports_section h1 { color:#9E9E9E; font-size:74px; line-height:80px;  font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; font-weight:400; padding-bottom:15px; text-transform:none; }
.row-fluid .grayreports_section h1 span { color:#38567A; }

.row-fluid .student_education { color:#656565; font-size:20px; line-height:30px; font-weight:bold; }
.row-fluid .grayreports_content { color:#656565; font-size:24px; line-height:30px; font-weight:300; padding:20px 0; } 

.row-fluid .watch_video a { font-size: 16px; line-height: 25px; float: none; display: inline-block; margin-top: 20px;  border-radius:5px; color: #4E4E4E;  font-weight: bold;  padding: 10px 30px; border: 2px solid #376388;  text-transform: uppercase;  }
.row-fluid .watch_video a:hover { background:#376388; color:#fff;}

.row-fluid .grayreports_section .wrapper { position:relative; }
.row-fluid .grayreports_left { margin-left:75px !important; padding:150px 0;  } 
.row-fluid .grayreports_img { position:absolute; bottom:0; right:0; width: auto; max-width: 515px;margin-right:200px; }


/*==hero_form====*/ 

.row-fluid .hero_section.form_hero { padding:100px 0 0; }

.row-fluid .hero_form { background:#6FC085; padding:35px; border-radius:5px; text-align:left; margin-bottom: -45px; }
.row-fluid .hero_form h3 { text-align:center; color:#fff; font-size:28px; line-height:34px;  font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; font-weight:400; padding-bottom:25px; text-transform:none; width:100%; float:left; }
.row-fluid .hero_form form { width:100%; float:left; }
.row-fluid .hero_form form .hs-form-field .hs-form-required { display:none; }
.row-fluid .hero_form form .hs-form-field .hs-input { font-family: 'Georgia'; padding:10px 15px; border:1px solid #B4B5B5; height:45px; color:#656565; font-size:15px; line-height:22px; border-radius:5px; margin-bottom:5px; }
.row-fluid .hero_form form fieldset.form-columns-1 .hs-form-field .input { margin-right:0; }
.hero_form label {color:white;font-family: 'Georgia'; font-size:15px; line-height:22px;}
.row-fluid .hero_form form .hs-button { color:#6FC085; font-size:20px; line-height:24px; background:#fff; letter-spacing: 0; font-weight:bold; border-radius:5px; padding:10px 20px; height:auto; transition:all .6s ease; }
.row-fluid .hero_form form .hs-button:hover { background:#82A2D3; border-color:#82A2D3; color:#fff; transition:all .6s ease; }  

.row-fluid .hero_form ul.hs-error-msgs li label {color:yellow;}
.hero_form .invalid {font-family: 'Georgia'; font-size:15px; line-height:22px;}
.hero_form .hs_input {font-family: 'Georgia'; font-size:15px; line-height:22px;}
.hero_form div.input {font-family: 'Georgia'; font-size:15px; line-height:22px;}
.hero_form input[type="checkbox"], .hero_form input[type="radio"], .hero_form legend {font-family: 'Georgia'; font-size:15px; line-height:22px; color:#FFFFFF;}
.hero_form legend {font-style:italic;}

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:16px; height:16px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:1px; top:5px;  content:''; width:12px; height:12px; border-color:#333; background:#3333;  border-radius:100%; }


.row-fluid .hero_caption {text-align:left; }
.row-fluid .hero_caption h1 { font-size:60px; line-height:70px; padding-bottom:0; }
.row-fluid .caption_subtitle { font-size:48px; line-height:52px; font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; font-weight:400; color:#82A2D3; padding:25px 0; }
 
.row-fluid .caption_menu  { padding-top:15px; }
.row-fluid .caption_menu .hs-breadcrumb-menu-wrapper > ul li a { padding:0 25px 0 15px; font-size:15px; line-height:20px; position:relative; color:#fff; font-weight:400;}
.row-fluid .caption_menu .hs-breadcrumb-menu-wrapper > ul li:first-child a { padding-left:0;}
.row-fluid .caption_menu .hs-breadcrumb-menu-wrapper > ul li:last-child a:before { display:none; }
.row-fluid .caption_menu .hs-breadcrumb-menu-wrapper > ul li:last-child  { color:#6FC085; }
.row-fluid .caption_menu .hs-breadcrumb-menu-wrapper > ul li a:before { position:absolute; content:"/"; right:0; top:0;  }
.row-fluid .caption_menu .hs-breadcrumb-menu-divider  { display:none; }
a.hs-breadcrumb-label, li.hs-breadcrumb-label, span.hs-breadcrumb-label {font-size:18px !important;}


li.blog_list a {color:#4709Bc;}

.secondary_form { background:#819FD1; margin-top:20px; padding:20px; border-radius:5px; text-align:left; margin-bottom: -45px; color:#FFFFFF; }
.secondary_form h3 { text-align:center; color:#fff; font-size:24px; line-height:30px;  font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; font-weight:500; padding-bottom:25px; text-transform:none; width:100%; float:left; }
.secondary_form  { width:100%; float:left; }
.secondary_form  .hs-form-field .hs-form-required { display:none; }
.secondary_form  .hs-form-field .hs-input { padding:10px 15px; border:1px solid #B4B5B5; height:45px; color:#656565; font-size:15px; line-height:22px; 
border-radius:5px; margin-bottom:5px; }
.secondary_form  fieldset.form-columns-1 .hs-form-field .input { margin-right:0; }

.secondary_form  .hs-button {position: relative; left: 50%; transform: translateX(-50%); margin: auto !important;color:#819FD1; font-size:20px; line-height:24px; background:#fff; letter-spacing: 0; font-weight:bold; border-radius:5px; padding:10px 20px; height:auto; transition:all .6s ease; }
.secondary_form  .hs-button:hover { background:#6FC085; border-color:#6FC085; color:#fff; transition:all .6s ease; }  

#optional_form form { background:#819FD1; margin-top:20px; padding:20px; border-radius:5px; border-top-right-radius: 0px; border-top-left-radius: 0px; text-align:left; margin-bottom: -45px; color:#FFFFFF; }
#optional_form h3 { border-radius: 0px; border-top-right-radius: 5px; border-top-left-radius:5px; border:1px solid #819FD1; text-align:center; margin-bottom:0px; 
color:#819FD1; font-size:24px; line-height:30px;  font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; font-weight:500; 
padding:10px; text-transform:none; width:100%; float:left; }
#optional_form form { margin-top:0px; width:100%; float:left; }
#optional_form form  .hs-form-field .hs-form-required { display:none; }
#optional_form form .hs-form-field .hs-input { padding:10px 15px; border:1px solid #B4B5B5; height:45px; color:#656565; font-size:15px; line-height:22px; border-radius:5px; margin-bottom:5px; }
#optional_form form fieldset.form-columns-1 .hs-form-field .input { margin-right:0; }

#optional_form form .hs-button { color:#819FD1; font-size:20px; line-height:24px; background:#fff; letter-spacing: 0; font-weight:bold; border-radius:5px; padding:10px 20px; height:auto; transition:all .6s ease; }
#optional_form form .hs-button:hover { background:#6FC085; border-color:#6FC085; color:#fff; transition:all .6s ease; }  

.newblog_form { background:#989898 !important; margin-top:20px; padding:20px; border-radius:5px; text-align:left; margin-bottom: -45px; color:#FFFFFF; }
.newblog_form h3 { color:#fff; font-size:18px; line-height:24px;  font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; font-weight:400; padding-bottom:25px; text-transform:none; width:100%; float:left; }
.newblog_form  { width:100%; float:left; }
.newblog_form  .hs-form-field .hs-form-required { display:none; }
.newblog_form  .hs-form-field .hs-input { padding:10px 15px; border:1px solid #B4B5B5; height:45px; color:#656565; font-size:15px; line-height:22px; border-radius:5px; margin-bottom:5px; }
.newblog_form  fieldset.form-columns-1 .hs-form-field .input { margin-right:0; }

.newblog_form  .hs-button { color:#819FD1; font-size:24px; line-height:30px; background:#fff; letter-spacing: 0; font-weight:bold; border-radius:5px; padding:10px 20px; height:auto; transition:all .6s ease; }
.newblog_form  .hs-button:hover { background:#6FC085; border-color:#6FC085; color:#fff; transition:all .6s ease; }   
 


/*====Blog Form Revise PSL====*/
.newblog_form02 { background:#a9bfdc; !important; margin-top:10px; padding:30px; text-align:left; margin-bottom: -45px; color:#fff; }
.newblog_form02 h3 { color:#fff; font-size:15px; line-height:18px; font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; font-weight:600; padding:0 10px 20px 0; text-transform:none; width:100%; float:left; }
.newblog_form02  { width:90%; float:left; }
.newblog_form02  .hs-form-field .hs-form-required { display:none; }
.newblog_form02  .hs-form-field .hs-input { padding:10px 15px; border:1px solid #B4B5B5; height:35px; color:#656565; font-size:15px; line-height:18px; font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; border-radius:5px; margin-bottom:3px; }
.newblog_form02  fieldset.form-columns-1 .hs-form-field .input { margin-right:0; }

.newblog_form02  .hs-button { color:#375577; font-size:16px; line-height:18px; background:#fff; letter-spacing: 0; font-weight:bold; border:1px solid #B4B5B5; border-radius:5px; padding:10px 10px; margin-top: 2px; height:35px; transition:all .6s ease; }
.newblog_form02  .hs-button:hover { background:#d3e2f4; border-color:#B4B5B5; color:#375577; transition:all .6s ease; }   



/*====ourteam_section====*/
.row-fluid .ourteam_section { padding:0 0 40px; color:#000; }
.row-fluid .ourteam_section p { color:#656565; font-size:20px; line-height:25px; text-align: left; font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; padding:0 0 0 20px; margin-bottom:30px; } 
.row-fluid .ourteam_section h2 { font-size:38px; line-height:40px; color:#330000; padding: 0 0 10px 20px; font-weight: 700; text-transform: uppercase; text-align: left; }

.row-fluid .team_cover { width:100%; float:left; margin-top:40px;}
.row-fluid .team_cover > span { width:100%; float:left; }
.row-fluid .team_cover > span .hs_cos_wrapper { width:calc(33.33% - 30px); float:left; margin:0 15px 50px;  }

.row-fluid .team_box { width:100%; float:left; }
.row-fluid .team_box .team_img { width:100%; float:left; height:350px; background-size:cover !important; }
.row-fluid .team_box .testimonial_img { width:100%; float:left; height:50px; background-size:cover !important; }
.row-fluid .team_box .team_content { width:100%; float:left; background:#F3F3F3; padding:20px; color:#3B3B3B; font-size:16px; line-height:24px; }
.row-fluid .team_box .team_content h4 {color:#3B3B3B; font-size:24px; line-height:30px; font-weight:500; width:100%; float:left; text-transform:none; }
.row-fluid .team_box .team_content h5 {color:#82A2D3; font-size:16px; line-height:22px; font-weight:500; width:100%; float:left; text-transform:none; padding:8px 0 15px;}
.row-fluid .team_box .team_text { width:100%; float:left; font-weight:500;}
.row-fluid .team_box .team_height { width:100%; float:left; }


.row-fluid .loadmore_btn { font-size: 16px; line-height: 25px;  float:left; display: inline-block;  background: #6FC085; margin-top: 20px; border-radius: 25px; color: #fff;  font-weight: bold;  padding: 10px 60px;  text-transform: uppercase; }
.row-fluid .loadmore_btn:hover { background:#82A2D3; color:#fff; }

.row-fluid .blogmore_btn a { background:#6FC085 !important; text-align:center; margin:10px 0 10px; font-family: Helvetica, Arial, sans-serif; }
.row-fluid .blogmore_btn a { font-size: 18px; line-height: 20px; background:#6FC085 !important; color: #fff; font-weight:700; text-transform: uppercase; padding: 6px 18px; border-radius: 10px; float: none; display: inline-block; }
.row-fluid .blogmore_btn a:hover { background:#84dc9c !important; color:#FFF; }
  

/*=Blog / Button (PSL)===*/
.row-fluid .blogmore_btn02 a { background:#6FC085 !important; text-align:center; margin:10px 0 10px; padding: 6px 24px; font-family: Helvetica, Arial, sans-serif; }
.row-fluid .blogmore_btn02 a { font-size: 18px; line-height: 20px; background:#6FC085 !important; color: #fff; font-weight:700; text-transform: uppercase; padding: 6px 18px; border-radius: 10px; float: none; display: inline-block; }
.row-fluid .blogmore_btn02 a:hover { background:#84dc9c !important; color:#FFF; }


/*=introduction_section===*/
.row-fluid .introduction_section { padding:120px 0 50px; color:#656565; font-size:16px; line-height:26px; font-weight:500; }   
.row-fluid .introduction_section h2 { color:#656565 !important; font-size:30px; line-height:40px; font-weight:500; text-transform:none; padding-bottom:10px; }


/*=introduction_section_blog (PSL)===*/
.row-fluid .introduction_section_blog { padding:20px 0 50px; color:#656565; font-family: Helvetica,'Helvetica 55 Roman','Arial Bold',sans-serif; font-size:18px; line-height:22px; font-weight:400; }  
.row-fluid .introduction_section_blog  p  { padding: 10px 0; margin:0; color:#656565; font-size:18px; line-height:26px; }
.row-fluid .introduction_section_blog  p a { color:#656565; font-weight: 600; } 
.row-fluid .introduction_section_blog  p a:hover { color:#82a0cf; text-decoration: underline; } 

.row-fluid .introduction_section_blog  ul { padding: 0 5px; margin-left:50px; font-size:16px; line-height:24px; }
.row-fluid .introduction_section_blog  li { padding: 5px 5px; color:#656565; }
.row-fluid .introduction_section_blog  li a { color:#656565; }
.row-fluid .introduction_section_blog  li a:hover { color:#82a0cf; text-decoration: underline; }

.row-fluid .introduction_section_blog .topics p a { color:red; } 

.row-fluid .introduction_section_blog  h2 { color:#375577 !important; font-size:32px; line-height:34px; font-weight:700; text-transform:none; padding-bottom:3px; }
.row-fluid .introduction_section_blog  h2 a { color:#375577 !important; }
.row-fluid .introduction_section_blog  h2 a:hover { color:#82a0cf !important; }

/*=PSL edit font-size 28-24, padding 40-15===*/
.row-fluid .introduction_section_blog h3 { color:#375577; padding-left: 15px; margin: 0; font-size: 24px; line-height: 28px; font-weight:600; }

.row-fluid .introduction_section_blog02 h3 { color:#375577; padding-left: 40px; margin: 0; font-size: 28px; line-height: 32px; }



/*=introduction_section_products (PSL)===*/
.row-fluid .introduction_section_products { padding:250px 50px 50px 0px; color:#656565; font-size:16px; line-height:26px; font-weight:500; }   
.row-fluid .introduction_section_products h2 { color:#385676 !important; font-size:40px; line-height:40px; font-weight:600; text-transform:none; padding-bottom:20px; }

.row-fluid .inquiries_media { background:#EFEFEF; padding:50px ; text-align:center; margin-bottom:70px; }
.row-fluid .inquiries_media h4 { color:#819FD1; font-size:30px; line-height:40px;  font-weight:bold;}
.row-fluid .inquiries_media h2 { color:#6FC085 !important; font-size:30px; line-height:40px;  font-weight:bold;}
.row-fluid .inquiries_media .inquiries_subtitle { color:#575757; font-size:24px; line-height:34px; padding:10px 0; }

/*=====lending_header====*/
.row-fluid .landing_hero.hero_section { padding:180px 0 80px 0;  }
.row-fluid .lending_header { padding:25px 0; position:absolute; content:""; top:0; left:0; width:100%; z-index:999; border-bottom:1px solid #5F7087; }
.row-fluid .content_number { text-align:right; }
.row-fluid .content_number .call_number { padding: 5px 0 5px 50px; border:0; float: right;}

/*====higher_education========*/
.row-fluid .higher_education { padding:60px 0; color:#656565; }
.row-fluid .higher_education .veroeos_title h4 { color:#656565; text-align:center; font-size:30px; line-height:40px; font-weight:500; margin-bottom:40px; }
.row-fluid .laptopmarker-img { text-align:center; }
.row-fluid .laptopmarker-img img { max-width:590px; width:100% !important; }

.row-fluid .higheredu_left { font-size:18px; line-height:26px; font-weight:500; }
.row-fluid .inquiries_higher { margin-top:50px; border:1px solid #D7D7D7; margin-bottom:0; }

.row-fluid .accusamus_content ul { padding:0; margin:20px 0; list-style:none; width:100%; float:left; }
.row-fluid .accusamus_content ul li { width:100%; float:left; position:relative; margin-bottom:15px; padding-left:30px; }
.row-fluid .accusamus_content ul li:before { position:absolute; content:""; background:url('https://cdn2.hubspot.net/hubfs/439089/2018-Redesign/Images/rightarrow.png') no-repeat center center; width:18px; height:18px; left:0; top:4px; }
.row-fluid .accusamus_content ul li a { width:100%; float:left; }

.row-fluid .webcast_form { background:#6FC085; padding:35px; border-radius:5px; text-align:left;  color:#fff; font-size:16px;  font-weight:500; margin-bottom:50px; }
.row-fluid .webcastmain_form h3 { display:none; }
.row-fluid .webcast_form h3 { color:#fff; border-bottom:1px solid #A9D9B6;  font-size:36px; line-height:44px;  font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; font-weight:400; text-transform:none; width:100%; float:left; text-align:center; padding-bottom:24px; margin-bottom:24px; }
.row-fluid .webcast_form form .hs-richtext h5 { margin-bottom:20px; }
.row-fluid .webcast_form .inputs-list.multi-container { width:100%; float:left; padding:10px 0; }
.row-fluid .webcast_form .inputs-list.multi-container li { width:100%; float:left;margin-bottom: 5px; }
.row-fluid .webcast_form .inputs-list.multi-container li label { width:100%; float:left; font-size:16px;}
.row-fluid .webcast_form .inputs-list.multi-container li label input { height:auto; }
.row-fluid .webcast_form .inputs-list.multi-container li label span { float:left; padding-top:3px; }

.row-fluid .webcast_form form { width:100%; float:left; }
.row-fluid .webcast_form form .hs-form-field .hs-form-required { display:none; }
.row-fluid .webcast_form form .hs-form-field .hs-input { padding:10px 15px; border:1px solid #B4B5B5; height:45px; color:#656565; font-size:15px; line-height:22px; border-radius:5px; margin-bottom:5px; }
.row-fluid .webcast_form form fieldset.form-columns-1 .hs-form-field .input { margin-right:0; }

.row-fluid .webcast_form form .hs-button { color:#6FC085; font-size:24px; line-height:30px; background:#fff; letter-spacing: 0; white-space: normal; font-weight:bold; border-radius:5px; padding:10px 20px; height:auto; transition:all .6s ease; }
.row-fluid .webcast_form form .hs-button:hover { background:#82A2D3; border-color:#82A2D3; color:#fff; transition:all .6s ease; }  

/*======about_services==*/
.row-fluid .about_services { background:#82A2D3; padding:40px 50px; text-align:center;  border-radius:5px;  font-size:20px; line-height:30px; color:#fff;  }
.row-fluid .about_services h3 {font-size:36px; line-height:44px;  font-family: Helvetica, 'Helvetica 55 Roman', 'Arial Bold', sans-serif; font-weight:400; color:#fff;} 
.row-fluid .client_services { border-bottom: 1px solid #A8BEE0;  border-top: 1px solid #A8BEE0;  padding:20px 0; margin:20px 0; }
.row-fluid .clientssay_sertitle { font-size:24px; line-height:30px;  }

.row-fluid .clientsay_testimonial { font-size:20px; line-height:30px;  padding:30px 30px 30px 60px; color:#3B3B3B; background:#F3F3F3; border-bottom:2px solid #6881A9; font-weight: 500; position:relative; }   
.row-fluid .clientsay_testimonial:before { position:absolute; content:""; background:url('https://cdn2.hubspot.net/hubfs/439089/2018-Redesign/Images/double_quote.png') no-repeat center center; width:500px; height:30px; background-size:100% 100% !important; left: 15px; top: 13px; }





@media (min-width: 1241px) and (max-width: 1350px){
    
      .row-fluid .mainmenu ul li a { font-size: 14px; line-height: 20px; padding: 32px 12px; }
      .row-fluid .events_btn a {  font-size: 12px; }
      .row-fluid .mainmenu { margin-left:20px; }    
      
      .row-fluid .grayhelp_cover > span { padding:0 30px; } 
      .row-fluid .grayhelp_cover .slick-prev {  left:-20px; }
      .row-fluid .grayhelp_cover .slick-next {  right:-20px; }        
      
      .row-fluid .services_box h2 {font-size: 30px; line-height: 40px; }
      .row-fluid .services_box h2 span {font-size: 36px; line-height: 42px; }
      
       /*====PSL====*/
      .row-fluid .cta_box h2 { font-size: 44px; line-height: 42px;} 
      .row-fluid .cta_box h3 { font-size: 34px; line-height: 36px;} 

      
}


@media (min-width: 1101px) and (max-width: 1240px){
    
    .row-fluid .header_section .wrapper {  width:1100px; }
    .row-fluid .events_btn, .row-fluid .mainmenu, .row-fluid .top_logo { width:auto; margin-left:0; }
    .row-fluid .top_logo img {  max-width:200px;  }
    .row-fluid .mainmenu { padding:0 25px; }
    .row-fluid .mainmenu ul li a { font-size: 14px; line-height: 20px; padding: 32px 12px; }

	
}


@media (min-width: 992px) and (max-width: 1100px){

	
}

@media (min-width: 992px) and (max-width: 1240px){
     
	.row-fluid .wrapper {  width:960px; }	
	.row-fluid .system_btn a { font-size: 14px; padding:10px 24px; }
	.row-fluid .hero_content h1 { font-size: 46px; line-height: 70px; }
	
	
	.row-fluid .services_box h2 { font-size: 28px; line-height: 36px;}
  .row-fluid .services_box h2 span { font-size: 30px; line-height: 40px; }
	.row-fluid .services_box .services_content { font-size: 16px; line-height: 26px; color:#FFFFFF !important; }
	.row-fluid .services_box .services_content .cta_button:hover { background:#82A2D3; color:#656565; }
	.row-fluid .services_box .services_content .more_button:hover { background:#82A2D3; color:#656565; }
	
	.row-fluid .inquiries_box h4 { font-size: 26px; line-height: 34px; }
	.row-fluid .inquiries_content {font-size: 20px; line-height: 26px; padding: 10px 0; } 

   .row-fluid .grayhelp_cover .slick-prev { left:0; }  
  .row-fluid .grayhelp_cover .slick-next { right:0; }   
	.row-fluid .webcast_series .webcast_subtext { font-size: 24px; line-height: 38px; }
  
  .row-fluid .grayreports_left { padding:80px 0; }
	.row-fluid .grayreports_section h1 { font-size: 54px; line-height: 70px; }
	.row-fluid .grayreports_content { font-size: 20px; line-height: 30px; }  
	.row-fluid .clientsay_left { font-size: 18px; line-height: 28px; padding: 0 30px; } 
	.row-fluid .grayreports_img { max-width:400px; }
	
	.row-fluid .grayhelp_cover .grayhelp_img { height:400px; }
	
	/*====*/
	.row-fluid .caption_subtitle { font-size: 40px; line-height: 55px; padding:12px 0; }
	.row-fluid .hero_caption h1 { font-size: 46px; line-height: 56px;}
	.row-fluid .ourteam_section { padding:30px 0 20px; }   
		
		
	/*=====*/
	.row-fluid .landing_hero.hero_section {padding:150px 0 30px 0; }
	.row-fluid .hero_section h1 { font-size: 46px;}
	.row-fluid .higher_education .veroeos_title h4 {font-size: 28px; line-height: 40px; } 
	.row-fluid .webcast_form form .hs-button { font-size: 18px; line-height: 24px; }
	.row-fluid .webcast_form h3 { font-size: 30px; line-height: 40px; }
	
  
  /*====PSL min992-max1240====*/
  .row-fluid .hero_section_alt_home { height: auto; margin-bottom: 50px; padding:180px 0; }
  .row-fluid .hero_section_alt { height: auto; margin-bottom: 50px; padding:140px 0; }
  .row-fluid .hero_section_products { height: auto; margin-bottom: 30px; padding:60px 0; }

  
  .row-fluid .hero_section_alt_home h1 { font-size:58px; line-height:62px; }
  .row-fluid .hero_section_alt h1 { font-size:58px; line-height:60px; }
  .row-fluid .hero_section_products h1 { height: auto; margin: 0px; padding:0px; font-size:46px; line-height:48px;}

  
  .row-fluid .home-intro { margin-bottom: 30px; }
  .row-fluid .home-intro-image { max-width:60%; margin-left:60px; text-align:center; } 


  .row-fluid .grayhelp_section { margin: 10px 10px 50px; padding: 0; }
  .row-fluid .grayhelp_section h2 { padding:30px 40px 0 10px; }

  
  .row-fluid .cta_section { margin: 0; }

	.row-fluid .cta_section h2 { font-size: 44px; line-height: 42px; display:block; } 
  .row-fluid .cta_section h3 { font-size: 32px; line-height: 34px; font-weight: 400; display:block; } 
  
  .row-fluid .resources_section { color:#666; font-size:20px; line-height:26px; text-align:left; display:inline-block; float:left; margin-bottom:40px; padding:0; }
  .row-fluid .resources_section_box {width:calc(50% - 20px); display:inline-block; float:left; margin:0 10px 20px 20px; padding:30px 30px; vertical-align:top; }
  .row-fluid .resources_section p { font-weight:600; padding:10px 0; }
  .row-fluid .resources_section h2 { font-size:42px; line-height:42px; text-align:left; font-weight:700; padding:0 5px 40px; }  
  .row-fluid .resources_section h3 { font-size: 36px; line-height: 34px; font-weight:700; border-bottom:1px solid #999; padding:10px 0; }

  
   .row-fluid .needto_box02 { padding:35px; margin-bottom: 10px; border-radius:5; } 
   .row-fluid .go_btn { margin-top:0; }
   .row-fluid .dropdown-main { width:100%; }
  
   .row-fluid .dropdown-main02 { width:80%; padding-bottom: 10px; }
   .row-fluid .go_btn02 { max-width: 60px; }

  .row-fluid .gobtn_main02 { width:20%; display: inline-block;  }
  
  
   .row-fluid .products_section { font-size:20px; line-height:26px; padding: 10px 0 0 10px; }
   .row-fluid .products_section_box { width:calc(50% - 40px); height: auto; float:none; display:inline-block; margin:15px 20px; padding: 5px 10px 5px; }
   .row-fluid .products_section p { font-weight:400; padding:5px 20px 25px 0; }
   .row-fluid .products_section p.two { padding-bottom:40px; }
   .row-fluid .products_section a { font-size:22px; font-weight:700; }
   .row-fluid .products_section h2 { font-size:38px; line-height:40px;  padding:40px 0 20px 10px;}  
   .row-fluid .products_section h3 { font-size: 28px; line-height: 30px; padding: 5px 0 5px; }   
  
  .row-fluid .product_detail_section { font-size:20px; line-height:26px; padding:25px 0 0; }
  .row-fluid .product_detail_section p { padding:0 0 40px 0; }
  .row-fluid .product_detail_section p.no-pad { padding:0 0; }
  .row-fluid .product_detail_section h2 { font-size:38px; line-height:40px; padding-bottom:20px; }
  .row-fluid .product_detail_section h3 { font-size: 28px; line-height: 30px; padding:20px 0 5px 0; }  
  .row-fluid .product_detail_section h3.no-pad { padding:0 0 5px 0; } 
  .row-fluid .product_detail_section h4 { font-size: 22px; line-height: 28px; padding:40px 0; } 
  .row-fluid .product_detail_section h4.no-pad { padding:0; } 
  .row-fluid .product_detail_section h4.no-pad-bot { padding:20px 0 5px; } 
  .row-fluid .product_detail_section h4.no-pad-top { padding-top:5px; } 
  .row-fluid .product_detail_section ul { padding-left: 10px; }
  .row-fluid .product_detail_section li { margin: 0 0 5px; } 
  .row-fluid .product_detail_section_02 { float: left; display: inline-block; padding:50px 0 50px; }
  .row-fluid .product_detail_section_02 img { width: 275px; height: 275px; margin: 0 15px 0 40px; padding-right: 10px; }
  
  .row-fluid .testimonial_section { padding: 0 30px 0 20px; }
  .row-fluid .testimonial_section hr { border: 0; border-bottom: 2px solid #819FD1; margin: 0px; }
  .row-fluid .testimonial_section h3 { font-size:32px; line-height:36px; padding: 50px 0 5px; }
  .row-fluid .testimonial_section h4 { font-size:18px; line-height:22px; padding-bottom: 8px; }
  .row-fluid .testimonial_section p { font-size:20px; line-height:26px; padding-bottom: 50px; }


  .row-fluid .about_section { font-size:20px; line-height:26px; padding:20px 0 0; }
  .row-fluid .about_section p { padding:0 0 40px 0; }
  .row-fluid .about_section p.no-border { padding:0 0 20px 0; }
  .row-fluid .about_section h2 { font-size:38px; line-height:40px; padding:0 0 20px; }  
  .row-fluid .about_section h3 { font-size: 30px; line-height: 34px; padding:40px 0 5px 0; } 
  .row-fluid .about_section img { padding: 15px 0 20px 20px;}
    
}
 




@media (min-width: 768px) and (max-width: 991px){
		.row-fluid .wrapper {  width:750px; }	
	
	.row-fluid .hero_content h1 { font-size: 44px; line-height: 60px; }
	.row-fluid .needto_box h2  { font-size: 38px; line-height: 48px; }
	.row-fluid .system_btn { width:100%; margin-left:0;}
	
	.gobtn_main {display:block;margin:auto;margin-top:8px;margin-bottom:8px;}
	
	.row-fluid .servicea_section {text-align:center; padding:60px 0 40px }
	.row-fluid .services_box { width:calc(50% - 30px); margin-bottom:30px; vertical-align: top; }
	.row-fluid .inquiries_box h4 { font-size: 22px; line-height: 30px; }
	.row-fluid .inquiries_content { font-size: 16px;  line-height: 24px; padding: 8px 0; }
	.row-fluid .grayhelp_cover .slick-prev { left:0; }  
	.row-fluid .grayhelp_cover .slick-next { right:0; }  
	
	.row-fluid .difference_inquiries { padding:50px 0; }
	.row-fluid .clientsay_left { font-size: 16px; line-height: 28px; padding: 0 20px; }
	.row-fluid .clientsay_right { font-size: 18px; line-height: 28px; padding: 30px 25px 30px 55px; text-align:left; }
	.row-fluid .clientsay_right:before { width: 28px; height: 25px; left: 14px;}
	
	.row-fluid .webcast_series { padding:60px 0 0; }
	.row-fluid .webcast_series .webcast_subtext { font-size: 22px; line-height: 30px; }
	.row-fluid .webcast_cover { margin-top: 30px; }
	
	.row-fluid .webcast_cover > span .hs_cos_wrapper { margin-bottom: 40px; padding-right: 20px; padding-bottom: 40px; }
	.row-fluid .webcast_cover > span .hs_cos_wrapper:nth-child(2n) { padding-left: 30px; }
	
	.grayreports_section { margin-left:-40px !important; }
	.row-fluid .grayreports_right { width:1%; }
	.grayreports_img { display:none; }
	.row-fluid .grayreports_left { margin-left:-50px; padding:0px; padding-bottom:30px;width:100%; text-align:center; }
	.row-fluid .grayreports_subtitle { font-size: 34px; line-height: 46px; }
	.row-fluid .grayreports_section h1 { font-size: 44px; line-height: 60px; }
	.row-fluid .grayreports_content { font-size: 20px; line-height: 28px; }
	
	/*======*/
	.row-fluid .hero_section.form_hero {padding:80px 0 10px; }
	.row-fluid .hero_caption h1 { font-size: 46px; line-height: 60px; }
	.row-fluid .hero_form { padding:25px; }
	.row-fluid .hero_form h3 { font-size: 30px; line-height: 40px; }
	.row-fluid .caption_subtitle { font-size: 38px; line-height: 46px; padding:15px 0; }
	
	.row-fluid .ourteam_section { padding:20px 0 50px; }
	.row-fluid .ourteam_section h2 { font-size: 26px; padding-bottom: 20px; line-height: 40px; }
	.row-fluid .team_cover > span .hs_cos_wrapper { width:calc(50% - 30px); }
	
	/*====*/
	.row-fluid .landing_hero.hero_section { padding:150px 0 20px 0; }
	.row-fluid .hero_section h1 {font-size: 44px; line-height: 64px; }
	.row-fluid .higheredu_right { width:50%; margin-left:0; padding-left:30px; }
	.row-fluid .higheredu_left { width:50%; margin-left:0; }
	
	.row-fluid .webcast_form { padding:25px; }
	.row-fluid .webcast_form h3 { font-size: 26px; line-height: 34px; }
	.row-fluid .webcast_form form .hs-button { font-size: 16px; line-height: 26px; }
	.row-fluid .higher_education .veroeos_title h4 { font-size: 24px; line-height: 30px; }
	.row-fluid .inquiries_higher { padding:30px; }
	.row-fluid .about_services { padding:30px 30px; }
	
	.row-fluid .clientsay_testimonial { font-size: 18px; line-height: 28px; padding: 30px 25px 30px 55px; text-align:left; }
	.row-fluid .clientsay_testimonial:before { width: 28px; height: 25px; left: 14px;}


/*====PSL min768max991===*/
  .row-fluid .hero_section_alt_home { width: 100%; height: auto; margin-bottom: 50px; padding:80px 0; }
  .row-fluid .hero_section_alt { width: 100%; height: auto; margin-bottom: 50px; padding:80px 0; }
  .row-fluid .hero_section_products { height: auto; margin-bottom: 30px; padding:50px 0; }
  
  .row-fluid .hero_section_alt_home h1 { font-size:48px; line-height:50px; }
  .row-fluid .hero_section_alt h1 { font-size:60px; line-height:64px; }
  .row-fluid .hero_section_products h1 { height: auto; margin: 0px; padding-left: 30px; font-size:42px; line-height:44px;  }
  
  
  .row-fluid .home-intro { margin: 0 0; padding-bottom: 0px; }
  .row-fluid .home-intro p { font-size: 20px; line-height: 25px; padding:10px 30px 5px 20px; } 
  .row-fluid .home-intro h2 { font-size:34px; line-height:36px; padding:10px 30px 0 20px;} 
  .row-fluid .home-intro h3 { font-size:24px; line-height:26px; padding:5px 30px 10px 20px; } 
  .row-fluid .home-intro ul { font-size:20px; line-height:24px; } 
  .row-fluid .home-intro li { padding-bottom:15px;} 
  .row-fluid .home-intro-image { max-width:60%; margin-left:40px; } 
  
  .row-fluid .grayhelp_section { margin: 10px 10px; padding:30px 0; }
  .row-fluid .grayhelp_section h2 { font-size:34px; line-height:36px; margin-bottom: 20px; padding:10px 40px 0 10px; }
  
  .row-fluid .cta_section { width:100%; margin:0; padding-bottom: 30px; }
  .row-fluid .cta_box { padding: 30px 20px 30px 20px; }

  .row-fluid .cta_section h2 { font-size: 32px; line-height: 32px; letter-spacing:-1px; float:none; display: block; text-align: left; } 
  .row-fluid .cta_section h3 { font-size: 26px; line-height: 26px; font-weight:400; float:none; display: block; text-align: left; }
 

  .row-fluid .resources_section { color:#333; font-size:20px; line-height:25px; display:inline-block; float:left; padding:0; }
  .row-fluid .resources_section_box {width:calc(50% - 20px); display:inline-block; float:left; margin:0 10px 20px 20px; padding:30px 30px; vertical-align:top; }
  .row-fluid .resources_section p { font-weight:500; padding:10px 0; }
  .row-fluid .resources_section h2 { font-size:34px; line-height:36px; text-align:left; font-weight:700; padding:0 10px 40px; }  
  .row-fluid .resources_section h3 { font-size: 34px; line-height: 34px; font-weight:700; border-bottom:1px solid #999; padding:10px 0; }


   .row-fluid .needto_box02 { margin-bottom: 10px; padding:20px; } 
   .row-fluid .needto_box02 select { width:100%; }
   .row-fluid .go_btn { margin-top:10px; }
   .row-fluid .dropdown-main { width:100%; }

  .row-fluid .dropdown-main02 { width:80%; }
  .row-fluid .gobtn_main02 { width:15%; }
  

   .row-fluid .products_section { font-size:18px; line-height:23px; padding: 10px 0 0 40px; }
   .row-fluid .products_section_box { width:calc(50% - 40px); height: auto; float:none; display:inline-block; margin:15px 20px; padding:5px 10px 0; }
   .row-fluid .products_section p { font-weight:400; padding:5px 20px 25px 0; }
   .row-fluid .products_section p.two { padding-bottom:40px; }
   .row-fluid .products_section a { font-size:20px; font-weight:700; }
   .row-fluid .products_section h2 { vertical-align: top; font-size:34px; line-height:36px; padding: 0 10px 0; }  
   .row-fluid .products_section h3 { font-size: 24px; line-height: 27px; padding: 10px 0 0; }   
  
  .row-fluid .product_detail_section { font-size:18px; line-height:23px; padding: 25px 10px; }
  .row-fluid .product_detail_section p { padding:0 30px 10px 20px; }
  .row-fluid .product_detail_section p.no-pad { padding:0 20px; }
  .row-fluid .product_detail_section h2 { font-size:32px; line-height:34px; padding:50px 20px 0; }  
  .row-fluid .product_detail_section h3 { font-size: 28px; line-height: 30px; padding:10px 30px 20px 20px; }
  .row-fluid .product_detail_section h3.no-pad { padding:0 0 5px 20px; } 
  .row-fluid .product_detail_section h4 { font-size: 20px; line-height: 24px; padding:25px 20px; } 
  .row-fluid .product_detail_section h4.no-pad { padding:0 20px; } 
  .row-fluid .product_detail_section h4.no-pad-bot { padding:20px 20px 5px; } 
  .row-fluid .product_detail_section h4.no-pad-top { padding-top:5px; } 
  .row-fluid .product_detail_section ul { padding-left: 10px; }
  .row-fluid .product_detail_section li { margin: 0 0 5px 35px; }
  .row-fluid .product_detail_section_02 { float: left; display: inline-block; padding:40px 0 40px; }
  .row-fluid .product_detail_section_02 img { width: 250px; height: 250px; margin: 0 60px 0 0; padding-right: 50px; }
  
  .row-fluid .testimonial_section { padding: 0 10px 0 50px; }
  .row-fluid .testimonial_section hr { border: 0; border-bottom: 2px solid #819FD1; margin: 0px; }
  .row-fluid .testimonial_section h3 { font-size:28px; line-height:32px; padding: 40px 0 10px; }
  .row-fluid .testimonial_section h4 { font-size:18px; line-height:22px; padding-bottom: 5px; }
  .row-fluid .testimonial_section p { font-size:20px; line-height:26px; padding-bottom: 40px; }


   .row-fluid .about_section { font-size:18px; line-height:23px; padding:0 0 0 30px;  }
   .row-fluid .about_section p { padding:0 0 30px 0; }
   .row-fluid .about_section p.no-border { padding:0 0 20px 0; }
   .row-fluid .about_section h2 { font-size:34px; line-height:36px; padding:0; }  
   .row-fluid .about_section h3 { font-size: 30px; line-height: 34px; padding:30px 0 5px 0; } 
   .row-fluid .about_section img { padding: 5px 25px 20px 10px; }
  
	}








@media (min-width: 30px) and (max-width: 767px){
	 
	.row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }	
	
	.row-fluid .footer_social { text-align:center; }
	.row-fluid .footer_social ul { float:none; display:inline-block; }
	
	.row-fluid .footer_section h4 a {  text-align: center; width: 100%; float: left; font-size: 28px; line-height: 30px;}  
	.row-fluid .footer_section .email_box { float:left; width:100%; margin-bottom:20px; text-align: center; }
	.row-fluid .footer_copyright { text-align:center; }
	
  #optional_form .hs-button {font-size:16px !important;margin:auto !important;} 
  .secondary_form .hs-button {font-size:16px;margin:auto !important;padding:3px !important;} 
  .hs-button .primary .large {font-size:16px;} 
  .hs-breadcrumb-menu-wrapper {display:none;}
	.gobtn_main {display:block;margin:auto;margin-top:8px;margin-bottom:8px;}
    /*====PSL select change from 72 to 50; font-size 12 to 15===*/
	#ineedto_select { height:50px; overflow-wrap:break-word; font-size:15px; text-transform: uppercase; color:#333; }
	#ineedto_select option {font-size:12px; }
	
	.row-fluid .hero_section { padding:60px 0;}
	.row-fluid .hero_content {  font-size: 20px; line-height: 30px; }
	.row-fluid .hero_content h1 {  font-size: 34px; line-height: 48px; padding-bottom: 30px; }
	.row-fluid .hero_content .cta_button { font-size: 18px; line-height: 26px; padding:10px 20px; }
    
    .row-fluid .needto_box h2 {font-size: 36px; line-height: 44px; }
    .row-fluid .graypes_section { padding:40px 20px; }
  /*====PSL H2 size change===*/
    .row-fluid .graypes_section h2 { font-size: 34px; line-height: 42px; }
    .row-fluid .graypes_section .graypes_subtitle { font-size: 22px; }
    .row-fluid .grayssystem_right { margin-left: 0; text-align: center; padding-right:0 !important; }
    
    .row-fluid .servicea_section { text-align:center;  padding:50px 0 30px;}
    .row-fluid .services_box { width:100%; margin:0 0 30px; max-width:400px; float:none; display:inline-block;  }
	.row-fluid .services_box h2 { font-size: 28px; line-height: 36px; }
	.row-fluid .services_box h2 span { font-size: 30px; line-height: 46px; }	
	.row-fluid .services_box .services_content { font-size: 18px; color:#FFFFFF !important;}
	.row-fluid .services_box .services_content .cta_button:hover { background:#82A2D3; color:#fff; }
	.row-fluid .services_box .services_content .more_button:hover { background:#82A2D3; color:#fff; }
	
	.row-fluid .grayassociates_welcome { padding:50px 0; }
	.row-fluid .grayassociates_welcome h1 { font-size: 36px; line-height: 42px; }
	.row-fluid .about_btn { margin-left:0; width:100%; }
	
	.row-fluid .difference_inquiries { padding:40px 0; }
	.row-fluid .inquiries_box { width:100%; padding:0 ; margin-bottom:50px; }
	.row-fluid .inquiries_box:first-child:before { display:none; }
	.row-fluid .inquiries_box h4 { font-size: 24px; line-height: 30px;  } 
	.row-fluid .inquiries_content { font-size: 18px; line-height: 32px; padding:10px 0; } 
	
   .row-fluid .grayhelp_cover > span { max-width:600px; float:none; display:inline-block; }
	.row-fluid .grayhelp_section { padding: 40px 0;  text-align:center;}
	.row-fluid .grayhelp_section h2 { font-size:32px; line-height:30px; }
	.row-fluid .grayhelp_cover .grayhelp_img { height:300px; }
	
	.row-fluid .clientssay_about { padding:50px 0; }
	.row-fluid .clientssay_about h3 { font-size: 30px; line-height: 40px; }
	.row-fluid .clientsay_left { padding:0 0 30px; font-size: 17px; line-height: 26px; }
	.row-fluid .clientssay_about .our_services { padding-top:30px; }
	
	.row-fluid .clientsay_right { font-size: 16px; line-height: 26px;  padding:20px 20px 20px 50px; text-align:left;}
	.row-fluid .clientsay_right:before { width: 28px; height: 25px; left: 11px;}
	
	
	.row-fluid .webcast_series { padding:40px 0 20px; }
	.row-fluid .webcast_series h2 { font-size: 32px; line-height: 40px; }
	.row-fluid .webcast_series .webcast_subtext { font-size: 22px; line-height: 36px; }
    .row-fluid .webcast_cover > span .hs_cos_wrapper { width:100%; padding:0; margin-bottom: 30px;} 	
    .row-fluid .webcast_cover > span .hs_cos_wrapper:before { display:none; }
    .row-fluid .webcast_cover > span .hs_cos_wrapper:after { display:none; }
	.row-fluid .webcast_cover > span .hs_cos_wrapper:nth-child(2n) { padding-left:0; }
	.row-fluid .webcast_cover .webcast_img img { top: 50%; position: relative; transform: translateY(-50%);}
	
	.row-fluid .webcast_cover .webcast_img { float:none; display:inline-block; }
	.row-fluid .webcast_cover .webcast_content { width:100%; padding:15px 0; text-align:center;}
	.row-fluid .webcast_cover { margin-top: 30px; }
	
	.row-fluid .grayreports_left { margin-left:-1px !important;padding:0px; padding-bottom:30px; width:100%; text-align:center; }
	.grayreports_section { visibility:visible;}
	.row-fluid .grayreports_right { width:1%; }
	.grayreports_img { display:none !important; }
	.row-fluid .grayreports_subtitle { font-size: 28px; line-height: 34px; }
	.row-fluid .grayreports_section h1 { font-size: 34px; line-height: 40px; }
	.row-fluid .grayreports_content { font-size: 18px; line-height: 30px; }

    
    /*=======*/
    .row-fluid .hero_section.form_hero { padding:50px 0; } 
    .row-fluid .hero_caption { text-align:center; }

    .row-fluid .hero_caption h1 { font-size: 38px; line-height: 46px; }
    .row-fluid .caption_subtitle { font-size: 32px; line-height: 40px; }
      
    .row-fluid .hero_form { float:left; width:100%; padding:20px; margin-bottom:0; text-align:center; }
    .row-fluid .hero_form h3 { font-size: 24px; line-height: 30px; } 
    
    .row-fluid .caption_menu { margin-bottom:30px; }
    .row-fluid .caption_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul { text-align:center;}
    .row-fluid .caption_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 
  { width:auto; float:none; display:inline-block;} 
    
    .row-fluid .ourteam_section { font-size: 26px; line-height: 28px; padding:20px 0 20px; text-align:center; }
    .row-fluid .ourteam_section h2 { font-size: 26px; line-height: 28px; padding: 0 5px 10px 20px; }
    .row-fluid .team_cover > span .hs_cos_wrapper { width:100%; max-width:400px; float:none; display:inline-block; margin:0 0 50px; }
    .row-fluid .loadmore_btn { float:none; }
    .row-fluid .team_box .team_height { height:auto !important; }
    
    
    /*=====.row-fluid .introduction_section===*/
    
    .row-fluid .lending_header { text-align:center; padding:25px 0 15px; } 
    .row-fluid .introduction_section { padding:60px 0 50px; text-align:left; }
    .row-fluid .inquiries_media { padding:30px 20px; }
    .row-fluid .inquiries_media .inquiries_subtitle { font-size: 21px; line-height: 30px;}
    .row-fluid .inquiries_media h4 { font-size: 26px; line-height: 34px; }
    .row-fluid .introduction_section h2 { color:#656565 !important; font-size: 22px; line-height: 30px; }
  
    .row-fluid .landing_hero.hero_section { padding:160px 0 20px 0; }
    .row-fluid .content_number { text-align:center; margin-top:10px; }
    .row-fluid .content_number .call_number { float:none; display:inline-block; padding-left: 30px;}
    .row-fluid .hero_section h1 { font-size: 34px; line-height: 46px; }
    
    .row-fluid .higheredu_left { text-align:center; }
    .row-fluid .higher_education .veroeos_title h4 { font-size: 24px; line-height: 38px; }
    .row-fluid .laptopmarker-img img { width: 100% !important; }
    .row-fluid .accusamus_content ul li { text-align:left; }
    .row-fluid .clientssay_sertitle { font-size: 18px; line-height: 24px; }
    
    .row-fluid .webcast_form h3 { font-size: 28px; line-height: 40px; }
    .row-fluid  .higheredu_right { text-align:center; }
    .row-fluid .webcast_form { padding:20px;  max-width: 480px; float: none; display: inline-block;}
    .row-fluid .webcast_form form .hs-button { font-size: 18px; line-height: 26px; width: 100%; float: left; white-space: normal;}
    
    .row-fluid .about_services { padding:30px 20px; font-size: 16px; line-height: 24px;}
    .row-fluid .about_services h3 { font-size: 26px; line-height: 34px; }
    
    .row-fluid .clientsay_testimonial { font-size: 16px; line-height: 26px; padding:20px 20px 20px 50px; text-align:left; }
    .row-fluid .clientsay_testimonial:before { width: 28px; height: 25px; left: 11px; }

  
    .row-fluid .needto_box { padding:20px; } 
    .row-fluid .needto_box select { width:100%; }
    .row-fluid .go_btn { margin-top:20px; }
    .row-fluid .dropdown-main { width:100%; }
    .row-fluid .needto_box { padding:20px; border-radius:0; } 
    
  
  /*====PSL added 30-767===*/
  .row-fluid .hero_section_alt_home { width: 100%; height: auto; margin-bottom: 40px; padding: 120px 0; }
  .row-fluid .hero_section_alt { width: 100%; height: auto; margin-bottom: 40px; padding: 120px 0; }
  .row-fluid .hero_section_products { height: auto; margin-bottom: 20px; padding:30px 0; }
  
  .row-fluid .hero_section_alt_home h1 { font-size:38px; line-height:42px; padding-left: 50px; }
  .row-fluid .hero_section_alt h1 { font-size:38px; line-height:40px; padding-left: 20px; }
  .row-fluid .hero_section_products h1 { height: auto; margin: 0px; padding-left:40px; font-size:32px; line-height:34px; }
  
  
  .row-fluid .home-intro { margin-bottom: 30px; padding-bottom: 0px; }
  .row-fluid .home-intro p { font-size: 18px; line-height: 22px; padding:10px 50px; } 
  .row-fluid .home-intro h2 { font-size:28px; line-height:28px; padding:0 30px 0 50px;} 
  .row-fluid .home-intro h3 { font-size:24px; line-height:26px; padding:5px 20px 2px 50px; } 
  .row-fluid .home-intro ul { font-size:18px; line-height:20px; padding:0 20px 0 50px; } 
  .row-fluid .home-intro li { padding-bottom:10px; } 
  .row-fluid .home-intro-image { max-width:60%; margin-left:12px; padding:5px 0 40px 0; } 
  
  .row-fluid .grayhelp_section { margin:40px 20px 0; padding:10px 30px 30px 50px; }
  .row-fluid .grayhelp_section h2 { font-size:32px; line-height:32px; margin-bottom: 20px; padding:10px 40px 0 10px; }
  
  .row-fluid .cta_section .cta_graphic {
    margin: 0 auto .5em;
    max-width: 150px;
    width: 40%;
  }
  .row-fluid .cta_section { margin: 20px 0 0; padding: 40px 0 50px; text-align: center; }
  .row-fluid .cta_section .cta_graphic + div {
    align-self: center;
    padding-left: 0;
    width: 100%;
  } 
  .row-fluid .cta_section .hs_cos_wrapper_type_widget_container > div  {
    width: 100%;
  }
  .row-fluid .cta_box { padding:30px 20px 30px 20px; }
 
  .row-fluid .cta_section h2 { font-size: 30px; line-height: 30px; letter-spacing:-1px; float:none; display: block; text-align: center; } 
  .row-fluid .cta_section h3 { font-size: 26px; line-height: 26px; font-weight:400; float:none; display:block; text-align: center; } 

  .row-fluid .resources_section { font-size:18px; line-height:22px; margin:0; padding-left:20px; }
  .row-fluid .resources_section_box {width:calc(50% - 20px); display:inline-block; float:left; margin:0 10px 20px 10px; padding:30px 20px; vertical-align:top; }
  .row-fluid .resources_section p { font-weight:400; padding:10px 0; }
  .row-fluid .resources_section h2 { font-size:28px; line-height:30px; text-align:left; font-weight:700; padding:0 10px 20px; }  
  .row-fluid .resources_section h3 { font-size: 34px; line-height: 34px; ; font-weight:700; border-bottom:1px solid #999; padding:10px 0;  }
  
  .row-fluid .needto_box02 { width: 80%; padding:20px 30px; margin-top:5px; margin-bottom: 10px;} 
  .row-fluid .needto_box02 select { width:100%; }
  .row-fluid .needto_box02 h2 { font-size:24px; font-weight:400; }
  .row-fluid .go_btn {  width:100%; font-size:23px; margin-top:0; height: 50px; }

  .row-fluid .dropdown-main02 { width:75%; padding-right:10px; padding-bottom: 10px; }
  .row-fluid .gobtn_main02 { width:15%; height: 50px; padding-top: 8px; }
  
   .row-fluid .products_section { font-size:17px; line-height:22px; padding: 10px 0 0 25px; }
   .row-fluid .products_section_box { width:calc(50% - 40px); height: auto; float:none; display:inline-block; margin:15px 15px; padding:5px 0; }
   .row-fluid .products_section p { font-weight:400; padding:5px 10px 10px 0; }
   .row-fluid .products_section p.two { padding-bottom:40px; }
   .row-fluid .products_section a { font-size:20px; }
   .row-fluid .products_section h2 { font-size:26px; line-height:28px; padding: 0 10px 0 0; }  
   .row-fluid .products_section h3 { font-size: 20px; line-height: 22px; padding: 5px 0 0; } 
  
  .row-fluid .product_detail_section { font-size:17px; line-height:22px; padding: 10px 20px 0; }
  .row-fluid .product_detail_section p { padding:0 30px 20px 20px; }
  .row-fluid .product_detail_section p.no-pad { padding:0 20px; }
  .row-fluid .product_detail_section h2 { font-size:30px; line-height:32px; padding:0 15px 15px 20px; }  
  .row-fluid .product_detail_section h3 { font-size: 22px; line-height: 24px; padding:10px 30px 5px 20px; } 
  .row-fluid .product_detail_section h3.no-pad { padding:10px 30px 5px 20px; }
  .row-fluid .product_detail_section h4 { font-size: 20px; line-height: 24px; padding:25px 20px; } 
  .row-fluid .product_detail_section h4.no-pad { padding:0 20px; } 
  .row-fluid .product_detail_section h4.no-pad-bot { padding:20px 20px 5px; } 
  .row-fluid .product_detail_section h4.no-pad-top { padding-top:5px; } 
  .row-fluid .product_detail_section li { margin: 0 0 5px 20px; } 
  .row-fluid .product_detail_section_02 { float: left; display: inline-block; margin: 0; padding:30px 0 30px; }
  .row-fluid .product_detail_section_02 img { float: left; display: inline-block; width: 200px; margin: 15px 10px 20px 30px; padding-right: 0; }
  
  .row-fluid .testimonial_section { float: left; display: inline-block; width: 60%; margin: 10px 0 10px 10px; padding: 0 5px 0 15px; }
  .row-fluid .testimonial_section hr { border: 0; border-bottom: 2px solid #819FD1; margin: 0px; }
  .row-fluid .testimonial_section h3 { font-size:24px; line-height:28px; padding: 20px 0 5px; }
  .row-fluid .testimonial_section h4 { font-size:18px; line-height:20px; padding-bottom:0; }
  .row-fluid .testimonial_section p { font-size:18px; line-height:22px; padding-bottom: 20px; }

     
   .row-fluid .about_section { font-size:17px; line-height:22px; padding:0 20px 0 30px; }
   .row-fluid .about_section p { padding:0 0 30px 0; }
   .row-fluid .about_section p.no-border { padding:0 0 20px 0; }
   .row-fluid .about_section h2 { font-size:30px; line-height:32px; padding:0 0 20px; }  
   .row-fluid .about_section h3 { font-size: 26px; line-height: 28px; padding:30px 0 5px 0; } 
   .row-fluid .about_section img { padding: 0 0 20px 0; }
  
  .row-fluid .ourteam_section p { color:#656565; font-size:16px; line-height:20px; padding:0 20px 0 20px; margin-bottom:10px; } 
}


@media (min-width: 30px) and (max-width: 480px){

  /*====PSL added 30-480===*/
  .row-fluid .hero_section_alt_home { width: 100%; height: auto; margin-bottom: 30px; padding:60px 0; }
  .row-fluid .hero_section_alt { width: 100%; height: auto; margin-bottom: 30px; padding:60px 0; }
  .row-fluid .hero_section_products { height: auto; margin-bottom: 10px; padding:25px 0; }
  
  .row-fluid .hero_section_alt_home h1 { font-size:24px; line-height:26px; padding-left: 0; }
  .row-fluid .hero_section_alt h1 { font-size:32px; line-height:34px; padding-left: 10px; }
  .row-fluid .hero_section_products h1 { height: auto; margin: 0px;  padding-left: 30px; font-size:28px; line-height:34px; }
  
  .row-fluid .home-intro { margin-bottom: 0;  padding-bottom: 0px; }
  .row-fluid .home-intro p { font-size: 16px; line-height: 20px; padding:10px 10px 10px 10px; } 
  .row-fluid .home-intro h2 { font-size:26px; line-height:26px; padding:0 10px 0 10px; } 
  .row-fluid .home-intro h3 { font-size:24px; line-height:26px; padding:5px 10px 2px 10px; } 
  .row-fluid .home-intro ul { font-size:18px; line-height:20px; padding:0 20px 0 20px; } 
  .row-fluid .home-intro li { padding-bottom:6px;} 
  .row-fluid .home-intro-image { max-width:72%; margin-left:10px; padding:0 0 30px 0; }   
  
  .row-fluid .grayhelp_section { margin:0 0 20px; padding:10px 10px; }
  .row-fluid .grayhelp_section h2 { font-size:30px; line-height:32px; margin: 0 0 20px; padding:30px 10px 0 10px; }

  .row-fluid .cta_section { margin: 0; padding: 40px 0 50px; text-align: center; }
  .row-fluid .cta_box { width:100%; margin:0 0 20px 0; padding:30px 20px 30px 30px; }

  .row-fluid .cta_section h2 { font-size: 32px; line-height: 32px; letter-spacing:-1px; float:none; display: block; text-align: center;  } 
  .row-fluid .cta_section h3 { font-size: 32px; line-height: 32px; font-weight:400; float:none; display:block; text-align: center;  } 
  
  .row-fluid .resources_section { font-size:18px; line-height:22px; padding:0; }
  .row-fluid .resources_section_box {width:100%; display:inline-block; float:left; margin:0 0 20px 0; padding:30px 30px; }
  .row-fluid .resources_section p { font-weight:400; padding:10px 0; }
  .row-fluid .resources_section h2 { font-size:26px; line-height:28px; text-align:left; font-weight:700; padding:0 5px 30px; }  
  .row-fluid .resources_section h3 { font-size: 32px; line-height: 32px; font-weight:700; padding:10px 0; }
  .stack-row > .row-fluid-wrapper > .row-fluid{
        display: -webkit-box;   
        display: -moz-box;      
        display: -ms-flexbox;   
        display: -webkit-flex;  
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .main-content{
        order: 2;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        width: 100%;
    }
    .sidebar {
        order: 1;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        width: 100%;
    }
  
  .row-fluid .needto_box02 { width:100%; padding:40px 15px; margin-top:40px; margin-bottom: 10px; } 
  .row-fluid .needto_box02 select { width:100%; }
  .row-fluid .needto_box02 h2 { font-size:20px; font-weight:400; }
  .row-fluid .go_btn { font-size:20px; margin-top: 5px; padding-left: 20px; height: 50px; }
  #ineedto_select { height:50px; overflow-wrap:break-word; font-size:15px; color:#333; }
	#ineedto_select option {font-size:12px; }

  .row-fluid .dropdown-main02 { width:90%; padding-right:0; padding-bottom: 10px; display: inline; }
  .row-fluid .gobtn_main02 { width:30%; height:40px; padding-top: 5px; display: inline-block; }

   
  .row-fluid .products_section { font-size:17px; line-height:22px; padding: 10px 0 0 20px; }
  .row-fluid .products_section_box { width:100%; height: auto; float:none; display: block; margin:0; padding:5px 20px 5px 5px; }
  .row-fluid .products_section p { font-weight:400; padding:5px 0 15px 0; }
  .row-fluid .products_section p.two { padding-bottom:30px; }
  .row-fluid .products_section a { font-size:18px; }
  .row-fluid .products_section h2 { font-size:24px; line-height:26px;  padding: 0; }  
  .row-fluid .products_section h3 { font-size: 20px; line-height: 22px; padding: 30px 0 0; } 
  
   
  .row-fluid .product_detail_section { font-size:17px; line-height:21px; padding: 5px 5px 0px 5px; }
  .row-fluid .product_detail_section p { padding:0 0 15px 10px; }
  .row-fluid .product_detail_section p.no-pad { padding:0 10px; }
  .row-fluid .product_detail_section h2 { font-size:28px; line-height:30px; padding:10px 10px 10px; }  
  .row-fluid .product_detail_section h3 { font-size: 20px; line-height: 23px; padding:15px 5px 5px 10px; }  
  .row-fluid .product_detail_section h3 { padding:15px 5px 5px 10px; } 
  .row-fluid .product_detail_section h4 { font-size: 18px; line-height: 20px; padding:25px 5px 25px 5px; } 
  .row-fluid .product_detail_section h4.no-pad { padding:0 10px; } 
  .row-fluid .product_detail_section h4.no-pad-bot { padding:20px 10px 5px; } 
  .row-fluid .product_detail_section h4.no-pad-top { padding-top:5px; }
  .row-fluid .product_detail_section li { margin: 0 0 5px 25px; } 
  .row-fluid .product_detail_section_02 { float: none; padding:10px 0 30px; margin: 0; }
  .row-fluid .product_detail_section_02 img { float: none; text-align: center; width: 260px; margin: 10px 20px; padding: 10px 0; }
  
  .row-fluid .testimonial_section { float: none; width: 100%; margin: 10px; padding: 0 20px 0 15px; }
  .row-fluid .testimonial_section hr { border: 0; border-bottom: 2px solid #819FD1; margin: 0px; }
  .row-fluid .testimonial_section h3 { font-size:24px; line-height:28px; padding: 20px 0 5px; }
  .row-fluid .testimonial_section h4 { font-size:18px; line-height:20px; padding-bottom:0; }
  .row-fluid .testimonial_section p { font-size:18px; line-height:22px; padding-bottom: 20px; }


    
  .row-fluid .about_section { font-size:16px; line-height:20px; padding:0 10px 0 15px; }
  .row-fluid .about_section h2 { font-size:26px; line-height:28px; padding:0 0 10px; }
  .row-fluid .about_section img { padding: 0 0 20px 0; }
  
    
  .row-fluid .ourteam_section p {  padding:0 20px 0 20px; margin-bottom:10px; } 
}



@media (min-width: 30px) and (max-width: 1100px){
    
    .row-fluid .main_header { padding:20px 0; position:relative; }
    .row-fluid .social_icon span.hs_cos_wrapper { display:inherit; text-align:center;}
    .row-fluid .social_icon ul { width:100%; text-align: center; margin-bottom:10px;}
    
    .row-fluid .main_header .wrapper > div > div { display: inherit; }
    .row-fluid .call_number { width:auto; float:none; display:inline-block; margin: 0; padding: 10px 10px 10px 30px; border-left: 0;}
    .row-fluid .call_number:before { left:0; }
    
    .row-fluid .events_btn { text-align:center; width:100%; margin-bottom:30px; margin-left:0; }
    .row-fluid .events_btn span { text-align:center; }
    .row-fluid .events_btn a { width: auto; margin-top: 20px; float: none; display: inline-block;  background:#6FBF85;}
    .row-fluid .events_btn a:before { color:#fff;}
    .row-fluid .top_logo img { max-width:200px; }
    
    .row-fluid .topheader_right > div > div { display:inherit; text-align:center; } 
    .row-fluid .askus_link { border-left: 0; margin-bottom: 20px; text-align: center;border-right: 0; padding: 10px 20px; width: 100%; }
    .row-fluid .askus_link a { float:none; display:inline-block; text-align:center; }
    .row-fluid .login_link { border-left: 0; margin-bottom: 20px; text-align: center;border-right: 0; padding: 10px 20px; width: 100%; }
    .row-fluid .login_link a { float:none; display:inline-block; text-align:center; }
    
    .row-fluid .top_header { margin-top:30px; }
    .row-fluid .top_header .social_icon ul li { border:none; float:none; display:inline-block; }
    .row-fluid .top_header .social_icon ul li a { padding:10px; }
    
    .row-fluid .google_search { margin-left:0;  width:230px; float:none; display:inline-block; }
    
    .mobile-open .header_section { position:fixed;  z-index: 9999; width:100%;}  
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a 
  {  white-space: normal; max-width:100%;  width: 100%;overflow: hidden;text-overflow: inherit;max-width: 100%; }
    .mainmenu .hs-menu-flow-horizontal ul li a { max-width:100%; }
    
    .mainmenu.js-enabled .hs-menu-flow-horizontal { right: -320px; width: 320px; transition:all .6s ease;}
    .mobile-open .mainmenu.js-enabled .mobile-trigger {  right: 37px; transition:all .6s ease;}
    .mobile-open .mainmenu.js-enabled .hs-menu-flow-horizontal { right:0; transition:all .6s ease; overflow-y: scroll;  } 
    
    .row-fluid .topheader_left { width:100%;}
    .row-fluid .topheader_right { width:100%;}
    .row-fluid .top_header { margin-left:0; width:100%; }   
    .row-fluid .main_header .wrapper { width:100%; }
    

}
 
@media (min-width: 30px) and (max-width: 600px){ 
    
    .mobile-open .header_section { position:fixed;  z-index: 9999; width:100%;}  
    .mobile-open .mainmenu.js-enabled .hs-menu-flow-horizontal { right:0; transition:all .6s ease; overflow-y: scroll;  }
    
    .mainmenu.js-enabled .hs-menu-flow-horizontal { right: -270px; width: 270px; }
    
    .mainmenu.js-enabled  .mobile-trigger { transition:all .6s ease; }
    .mobile-open .mainmenu.js-enabled  .mobile-trigger  { right:270px;  transition:all .6s ease;  }
       
}

  

  
  
  

@media (min-width: 1101px){

  a.mobile-trigger, a.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
  }

}

@media (max-width: 1100px){
   
   
   
   
  /* Variables
     ========================================================================== */

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


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu *{
    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;
    }


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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 0;          /* Position Button at top right of screen  */
      right: 19px;        /*******************************************/
      width: 50px; /* Button width */
      height: 100%; /* Button height */      
      padding: 19px 13px;
      background: #375577; /* Background color */
      z-index: 999; /* Z-index to keep button on top of other layers */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      transition:all .6s ease;
      text-transform: uppercase;
      left:auto;
  }
  
  .mobile-open  a.mobile-trigger{  right: 0x; left:0; }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #fff;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #455560;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -2px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 24px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 8px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

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

  a.child-triggerm {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-triggerm:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-triggerm span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  a.child-triggerm span, a.child-triggerm span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: block;
  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span:after { background-color: #fff; }
  
  a.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-triggerm.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-triggerm.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


  /* Hide menu on mobile */
  .mainmenu.js-enabled .hs-menu-children-wrapper{
      display: none;
  }  

   

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

  
  
  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: fixed; /**************************************************************/
      top: 0;             /* Positions the menu to drop from the very top of the screen */
      transition:all .6s ease;
      height:100%;
        z-index: 9999;
    }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 0 0 30px; /* Padding to add room for close button */
      background-color: #82A2D3; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
    
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 18px; /* Font size of top level list items */
      line-height: 26px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  
  .mainmenu .hs-menu-flow-horizontal ul li a:hover { background:#6FBF85;  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 10px 20px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #fff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 0; /* Indent Child lists */
      padding: 10px 20px 10px 40px;
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
  
  .mainmenu ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children a.child-triggerm { display:none !important; }
  
  
  .mainmenu_2022{
    font-family: "Poppins", Sans-serif;     font-size: 15px;     font-weight: 500;    
  }
  .mainmenu_2022 ul.hs-menu-children-wrapper{
  line-height:26px;}
  
}