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

@import url('//fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700');
@import url('//fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,600,600i,700');
@import url("https://use.typekit.net/vme6gzt.css");
@import url("https://use.typekit.net/yof0spq.css");
@import url("https://use.typekit.net/cls4ewk.css");


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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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


@font-face {
  font-family: 'Born Ready Slanted';
  src: url('https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets%20October%202018/Images/BornReadySlanted-Regular.eot');
  src: url('https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets%20October%202018/Images/BornReadySlanted-Regular.eot') format('embedded-opentype'),
    url('https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets%20October%202018/Images/BornReadySlanted-Regular.woff2') format('woff2'),
    url('https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets%20October%202018/Images/BornReadySlanted-Regular.woff') format('woff'),
    url('https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets%20October%202018/Images/BornReadySlanted-Regular.ttf') format('truetype'),
    url('https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets%20October%202018/Images/BornReadySlanted-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
font-family:"stevie-sans";
src:url("https://use.typekit.net/af/798ceb/00000000000000007735a69a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"),url("https://use.typekit.net/af/798ceb/00000000000000007735a69a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"),url("https://use.typekit.net/af/798ceb/00000000000000007735a69a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
font-display: optional;font-style:normal;font-weight:900;font-stretch:normal;
}

@font-face {
font-family:"stevie-sans";
src:url("https://use.typekit.net/af/1c305e/00000000000000007735a6b3/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/1c305e/00000000000000007735a6b3/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/1c305e/00000000000000007735a6b3/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display: optional;font-style:normal;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"stevie-sans";
src:url("https://use.typekit.net/af/ad2711/00000000000000007735a6a5/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/ad2711/00000000000000007735a6a5/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/ad2711/00000000000000007735a6a5/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
font-display: optional;font-style:normal;font-weight:600;font-stretch:normal;
}


/*--------- Theme Base Colors ----------*/

 



/*--------- Font Family ----------*/

 


.luxary-footer .content-wrapper{
    max-width: 1355px;
    width:100%;
    margin: 0 auto;
    padding: 0 55px;

}
.footer-container-wrapper .flt-fconts h6,.footer-container-wrapper  .foot-cols h6 {
    color: #fcfdfd;
    font-weight: 600;
    margin: 0 0 5px;
      font-size: 16px;
    line-height: 24px;
  text-transform:none;
  font-family:"stevie-sans";
  padding: 0;
}
.footer-container-wrapper .foot-cols .f-menus li a,.reprt-rt ul li a,.reprt-lt span,.luxary-footer a{font-family:"stevie-sans";}
.footer-container-wrapper .flt-fconts p{font-family:"stevie-sans"; letter-spacing: 0; font-size: 16px;line-height: 24px;margin:0 0 23px;    font-weight: 400;    color: #e4e7e9;}
.footer-container-wrapper .foots-bttomcons p{font-family:"stevie-sans";color: #fcfdfd; font-size: 14px; font-weight: 400; line-height: 24px;}
.footer-container-wrapper  .foot-cols h6 {margin:0 0 18px;}
.wistia_click_to_play{
  cursor:pointer;
}


script{
  display:none!important;
}


body{
  padding:0;
  font-size: 16px ;
  line-height: 1.4;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  width:100%;
  font-family: neuzeit-grotesk;
  margin:0 auto;
  //max-width:1440px;
  color:#1a325e;
  //position:relative;
  BACKGROUND:#FFF;
}


body:before{
  position: absolute;
  content: '';
  right: 100%;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #F2F2F2;
  z-index: 11; 
}


.row-fluid [class*="span"].wrapper-large{
  width: 100%;
  max-width: 1470px;
  margin-left:auto;
  margin-right:auto;
  float: none;
  padding-left:15px;
  padding-right:15px;
}

.row-fluid [class*="span"].wrapper{
  width: 100%;
  max-width: 1170px;
  margin-left:auto;
  margin-right:auto;
  float: none;
  padding-left:15px;
  padding-right:15px;
}

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


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


h1,h2,h3,h4,h5,h6,p,a{
  text-transform:initial;
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;
  color:#000;
  font-family: neuzeit-grotesk;

}

h1,h2,h3,h4,h5,h6{
  font-weight:400;
}



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

a{
  margin-bottom:0;
}

h1{
  font-size: 54px;
  font-weight: 300;
  line-height: 50px;
  color: #1a325e;
}


h2{
  font-size: 36px;
  line-height: 1.25;
  color: #1a325e;
}



h3{
  font-size: 24px;
  line-height: 1.25;
  color: #1a325e;
}

h4{
  font-size: 20px;
  font-weight: bold;
  line-height: 0.8;
  color: #1a325e;
}

h5{
  font-size: 14px;
  font-weight: bold;
  line-height: 2.21;
  letter-spacing: 3.2px;
  color: #1a325e;
}

h6{
  font-size:10px;
  line-height:20px;
  font-family: neuzeit-grotesk;
  letter-spacing: 1.7px;
  margin:0;
  color:#1a325e;
}



p{
  font-size: 18px;
  line-height: 1.67;
  color: #1a325e;

}


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



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

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

.body-container-wrapper li{
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #010101;
}



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

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

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

.body-container-wrapper a{

}

blockquote{
  margin: 0;
  font-size: 16px;
  font-style: italic;
  color: #a9a9a9;
  font-weight: 300;
  padding-left: 17px;
  border-left: 2px solid #202020;
  margin-left: 4px;
  margin-top: 25px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}



body a.cta_button[title],
body .container-fluid .row-fluid .hs-button{    
  font-family: neuzeit-grotesk;
  padding: 12px 47px;
  text-align: center;
  display: inline-block;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  font-size: 14px;
  line-height: 1.43;
  border:none;
  border-radius: 3px;
  color: #ffffff;
  font-weight:bold;
  cursor:pointer;
}


body a.cta_button[title]:hover,
body .container-fluid .row-fluid .hs-button:hover{
  background:#244480 !important;
  color:#fff;
}



body .orange-button a.cta_button,
body .container-fluid .row-fluid .orange-button .hs-button{
  background-color: #f1592a;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}

body  .orange-button a.cta_button:hover,
body .container-fluid .row-fluid  .orange-button .hs-button:hover{
  background-image: linear-gradient(139deg, #f5a623, #f1592a);
}


body .simple-cta a.cta_button,
body .simple-cta a{
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  color: #f1592a;
  border-color:#fff;
}


body .simple-cta a.cta_button:hover{
  background-color: #f9f9f9;
  background-image:none;
}


body .bordered-cta a.cta_button{
  border: solid 2px #ffffff;
  background:transparent;
  color:#fff;
}




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

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

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

.float-left{
  float:left;
}

body .container-fluid .row-fluid  .float-right{
  float:right;
}

.overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:#1a325e;
  z-index: -1;
  opacity:0.9;
}

.gray-bg{
  background:#fafafa;
}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
  color:#fff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a,
.text-margin-zero .widget-type-cta{
  margin:0;
}

.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
  color:#1a325e;
}

body .container-fluid .row-fluid [class*="span"]{
  min-height:0;
}

.white-bg{
  background:#ffffff;
}

.gray-bg{
  background-color: rgba(249, 249, 249, 0.5);
}

.blue-bg{
  background-image: linear-gradient(116deg, #4a90e2, #3f76da 44%, #3055cf);
}

.section-bg,
.with-bg{
  background-size: cover!important;
  background-position: center center!important;
}

.section-bg .bg-image{
  display:none!important;
}

.section-padding{
  padding:100px 0;
}

.section-border{
  border-bottom:1px solid #e7e7e7;
}

body .container-fluid .row-fluid .section-heading.align-center {
  max-width: 840px;
  float: none;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:40px;
}

.section-heading p{
  font-size:20px;
  font-weight:400;
}

.heading-underline{
  margin-bottom: 40px;
  padding-bottom: 4px;
  position: relative;
}

.heading-underline:before{
  position: absolute;
  content: '';
  bottom: 0;
  lefT: 0;
  height: 3px;
  width: 100px;
  background: #f6921e;
}




@media (min-width: 768px) {

  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }     
  
  .body-container-wrapper ul{
  margin:20px 17px;
  font-size:16px;
}
}


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

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

  .row-fluid [class*="span"].wrapper{
    padding-left:15px;
    padding-right:15px;
  }

  h1 {
    font-size: 30px;
    font-weight: 500;
    line-height:36px;
  }

  h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  h3 {
    font-size: 20px;
    line-height: 1.2;
  }

  .section-padding {
    padding: 60px 0;
  }

  body .container-fluid .row-fluid .section-heading.align-center {
    margin-bottom: 30px;
  }



  .section-heading p {
    font-size: 18px;
  }

  body a.cta_button, body .container-fluid .row-fluid .hs-button{
    padding: 12px 20px;
  }

}




@media (max-width:767px){

  .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }



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

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


  h1 {
    font-size: 35px;
  }


  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 18px;
  }








}



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



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

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




@media (max-width:767px){

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

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

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper{
    max-width:100%;
  }

}





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

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

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




@media (max-width:767px){

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

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

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper{
    max-width:100%;
  }

}









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

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

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  /*display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;*/
  flex-basis: 23.2%;
  -webkit-flex-basis: 23.2%;
  float: left;
  margin-right: 1.8%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}






@media (max-width:767px){

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

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





/*=========================================================
FORM STYLING
=========================================================*/                

/*======= Placeholder Color ====*/

::-webkit-input-placeholder {
  font-family: neuzeit-grotesk;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.5px;
  color: #bcbcbc;
}

:-moz-placeholder {
  font-family: neuzeit-grotesk;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.5px;
  color: #bcbcbc;
}

::-moz-placeholder {  
  font-family: neuzeit-grotesk;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.5px;
  color: #bcbcbc;
}

:-ms-input-placeholder {  
  font-family: neuzeit-grotesk;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.5px;
  color: #bcbcbc;
}

select::-ms-expand {
  display: none;
}



.row-fluid form li{
  margin:0;
}

.row-fluid  form li:before{
  display:none;
}

.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea{
  font-family: neuzeit-grotesk;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.5px;
  color: #bcbcbc;
  background-color: #fefefe;
  border: solid 1px #ededed;
  margin-bottom: 7px;
  border-radius: 3px;
  padding: 11px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
  outline:0;
  border:0;
  border: 1px solid #84c88c;
}

.row-fluid  form textarea{
  height:130px;    
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
  margin-bottom:0;
}

.row-fluid form .field>label{
  font-size: 24px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: -1.2px;
  display: block;
  margin-bottom: 6px;
  margin-top: 14px;
  padding-left: 0;
  font-family: neuzeit-grotesk;
}


.row-fluid .hide-label form .field>label{
  display:none;
}

.row-fluid form .hs_submit .actions{
  text-align:left; // CTA Button Alignment
}

.row-fluid form .hs-button.primary{
  height: auto;
}

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

form .hs-error-msgs li{
  line-height: 1;
  color: red;
  font-weight: 400;
  font-size: 11px;
  position: relative;
  top: 0;
  letter-spacing: 0.5px;
}

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

body .row-fluid .hs-form fieldset {
  max-width: 100%;
}

form .hs-form-required{
  display:none;
}

.body-container-wrapper form ul,
.body-container-wrapper form li{
  margin:0;
  padding:0;
}

.body-container-wrapper form ul,
form ul{
  list-style:none;
}

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

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
  margin-bottom:20px;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 49%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
  margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
  margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
  margin-right:0;
}

body .row-fluid select{
  background: #fff url(//2558854.fs1.hubspotusercontent-na1.net/hubfs/2558854/Chicago%20LP/select%20arrow.png) no-repeat;
  background-position: center right;
  -webkit-appearance: none;
}





/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  padding: 0;
  border-radius: 4px;
  background: #fff;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #cfd3d7;
  -webkit-appearance: none;
  border: 2px solid #ddd;
  margin-right: 8px;
  top: 2px;
  width: 20px;
  height: 20px;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  top: 3px;
  left: 2px;
  border: 3px solid #1a325e;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 50%;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  background: #1a325e;
  left: 3px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}



@media (max-width:480px){

  body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
  }

  body .row-fluid .hs-form fieldset .input{
    margin:0;
  }

  body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

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






/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

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

@media (max-width: 1024px){


  /* Variables
  ========================================================================== */

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

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of sd-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */

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


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #8AB341; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #8AB341; /* Icon color */
  }


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

  .child-trigger{
    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 transparent;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#fff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }


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

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

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

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

  /* Mobile Menu Styles */ 
  body .row-fluid .custom-menu-primary-may.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 30px 0!important;
  }
  .custom-menu-primary-may .hs-menu-wrapper{
    background-color:#1a325e; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary-may .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary-may .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary-may .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary-may .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary-may .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary-may .hs-menu-wrapper > 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 */
  .custom-menu-primary-may .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary-may .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }



}








/*============================================================
HEADER Mobile Responsive
===========================================================*/

@media (max-width:1024px){

  .custom-menu-primary-may .hs-menu-wrapper{
    display:none;
  }

  .mobile-trigger {
    border: 0;
    top: 0;
    right: 14px;    
    background:transparent;
  }

  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 25px;
    background:#1a325e;
    height:3px;
  }

  .mobile-trigger i:before {
    top: -6px;
  }

  .mobile-trigger i:after {
    top: 6px;
  }

  .mobile-trigger {
    top: 25px;
    right: 20px;
  }

  .mobile-open .mobile-trigger {
    background-color: transparent;
    z-index:5;
  }

  .mobile-trigger:hover {
    background-color: transparent;
    border-color: transparent;
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, 
  .mobile-trigger:hover i:after, .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
    background-color: #1a325e;
  }

  .mobile-trigger i{
    transition: all .5s ease-in;
  }

  .mobile-open .mobile-trigger i{
    background:transparent;
    transition: all .1s ease-in;
  }

  .mobile-trigger i:before,
  .mobile-trigger i:after{
    transition: all .3s ease-in;
  }

  .mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
    background:#1a325e;
  }

  .mobile-open .mobile-trigger i:after{
    top: 0;
    transform: rotate(-45deg);
    background:#1a325e;
  }

  .custom-menu-primary-may.js-enabled{
    position: absolute;
    padding-top: 0;
    margin: 10px 0 10px 0;
    left: 0;
    right: 0;
    top: 0;
    margin:0;
  }

  .custom-menu-primary-may .hs-menu-wrapper>ul li {
    border-top: 0px;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    background:#e3e8eb;
    padding:10px 0;
  }

  .custom-menu-primary-may .hs-menu-wrapper > ul ul li a {
    text-indent: 10px;
    font-size: 14px;
  }

  body .row-fluid .custom-menu-primary-may.js-enabled .hs-menu-wrapper{
    padding: 0;
    margin:0;
    z-index:12;
    top:83px;
  }




  .custom-menu-primary-may .hs-menu-wrapper > ul li a {
    padding: 0 20px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height:38px;
  }


}





/*==============================================================================
Hero Section Styling
================================================================================*/

.hero-section{
  padding: 200px 0 140px;
  background-position: 99% 99% !important;
  position:relative;
}

.hero-section p{
  font-size: 20px;
  font-weight: 300;
  line-height: 1.75;
  margin: 0;
  padding: 10px 0 96px;
}


.hero-section .right-col{
  //background-color: rgba(241, 89, 42, 0.52);
  height:335px;
  margin-top: 124px;

}


@media(min-width:768px){

  .hero-section .right-col{    
    // position: absolute;
    // right: 0;    
  }


}


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


  .hero-section {
    padding: 200px 0 140px;
  }


  .hero-section p{
    padding: 10px 0 40px;
  }


  .hero-section .right-col{
    margin-top: 55px;
  }



}


@media(max-width:767px){


  .hero-section {
    padding: 144px 0 80px;
    background-position: center center!important;
  }


  .hero-section p {
    padding: 10px 0 24px;
  }

  .hero-section .widget-type-cta{
    text-align:center;
  }

  .hero-section .right-col{
    margin-top:79px;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }


}



/*=============================================================================
Home Section Two Styling
===============================================================================*/


.home-section-two{
  padding-bottom:75px;
  margin-top:-2px;
}

.home-section-two h3{
  color: #f1592a; 
  margin-bottom: 20px;
}

.home-section-two p{
  font-size: 16px;
  line-height: 1.63;
  color: #495b67;
}


.home-section-two .span4{
  padding: 39px;    
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 19px 38px 0 rgba(0, 0, 0, 0.17), 0 15px 12px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4) 5%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0));
  border-image-slice: 1;
  position:relative;
}

@media(min-width:768px){

  .row-fluid .home-section-two .span4 {
    width: 32.623932%;
  } 

  .row-fluid .home-section-two .span4{
    margin-left: 1.564103%;
  }

  .row-fluid .home-section-two .span4:first-child {
    margin-left: 0;
  }


}


.home-section-two .span4:after{
  content: "";
  position: absolute;
  top: 41%;
  right: -21px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  z-index:2;
}

.home-section-two .span4:last-child:after{
  display:none;
}



@media(max-width:767px){


  .home-section-two .span4{
    margin-bottom:50px;
  }

  .home-section-two .span4:after{
    display:none;
  }





}



/*=============================================================================
Home Section Three Styling
===============================================================================*/

.home-section-three{
  padding: 51px 0;
}

@media(max-width:767px){

  .home-section-three {
    padding: 0px 0 51px;
  }    

}


/*=============================================================================
Home Section Four Styling
===============================================================================*/

.home-section-four{
  padding: 42px 0px 89px;
  position:relative;
}

.home-section-four:after{
  content:"";
  position:absolute;
  background:url('//2105840.fs1.hubspotusercontent-na1.net/hubfs/2105840/Assets-17/group-3@2x.png') no-repeat;
  width:279px;
  height:558px;
  bottom: -310px;
  left:0;
}


.home-section-four h3{
  margin: 0px 0px 33px;
}


.home-section-four h3 span{
  font-weight: bold;
  color: #f1592a;
}

.home-section-four ul{
  margin:0;
  padding:0;
}

.home-section-four ul li{
  display:inline-block;
  margin-right: 56px;
  vertical-align: middle;
}

.home-section-four ul li:last-child{
  margin-right:0;
}


@media(max-width:767px){

  .home-section-four {
    padding: 42px 0px 57px;
  }    

  .home-section-four:after{
    display:none;
  }  

  .home-section-four ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
  }

}


/*=============================================================================
Home Section Five Styling
===============================================================================*/



.home-section-five{
  padding: 91px 0 106px;
  position:relative;
}

.home-section-five:before{
  content:"";
  position:absolute;
  width:172px;
  height:344px;
  top:-128px;
  right:0;
  background:url('//2105840.fs1.hubspotusercontent-na1.net/hubfs/2105840/Assets-17/right@2x.png') no-repeat;
}


.home-section-five:after{
  content:"";
  position:absolute;
  width:200px;
  height:450px;
  bottom:-21px;
  right:0;
  background:url('//2105840.fs1.hubspotusercontent-na1.net/hubfs/2105840/Assets-17/group-4@2x.png') no-repeat;
}

body  .container-fluid .row-fluid .module-width{
  max-width: 670px;
  margin: 0 auto;
  float: none;
}

.home-section-five h2{
  margin-bottom:30px;
}

body .row-fluid .home-section-five .three-col-adjust {
  padding: 76px 0px;
}

body .row-fluid .home-section-five .three-col-adjust span>.hs_cos_wrapper{
  margin-bottom:2px;
}


@media(max-width:767px){

  .home-section-five:before,
  .home-section-five:after{
    display:none
  }  


  body .row-fluid .home-section-five .three-col-adjust {
    padding: 30px 0 0;
  }

}




/*================================================================================
Home Section Six Styling
=================================================================================*/

.home-section-six{
  padding-bottom: 70px;
}

.home-section-six .module-width{
  padding-top: 73px;
  padding-bottom: 77px;
}


.negative-space{
  margin-top: -30px;
  position: relative;
}


.home-section-six h6{
  font-size: 14px;
  font-weight: bold;
  line-height: 2.21;
  letter-spacing: 3.2px;
  margin: 37px 0 17px;
  text-transform:uppercase;
}


.home-section-six p{
  font-size: 18px;
  line-height: 1.67;
  max-width: 328px;
  margin: 0 auto;
}


body .container-fluid .row-fluid .side-button form label{
  display:none;
}

body .container-fluid .row-fluid .side-button .hs-error-msgs  label{
  display:block;
  clear: both;
}

body .container-fluid .row-fluid .side-button form{
  max-width:550px;
  position:relative;
  margin:0 auto;
}


body .container-fluid .row-fluid .side-button .hs-button{
  position:absolute;
  top:0;
  right:0;
}

body .container-fluid .row-fluid .side-button input{
  color:#94a1b0;
  max-width:324px;
  float:left;
}

.side-button::-webkit-input-placeholder {
  color:#94a1b0;
}

.side-button:-moz-placeholder {
  color:#94a1b0;
}

.side-button::-moz-placeholder {  
  color:#94a1b0;
}

.side-button:-ms-input-placeholder {  
  color:#94a1b0;
}


body .container-fluid .row-fluid .side-button .hs-button{
  color:#fff;
  background:#f1592a;
  padding: 12px 36px;
}

body .container-fluid .row-fluid .side-button .hs-button:hover{
  background-image: linear-gradient(139deg, #f5a623, #f1592a);
}



body .home-section-six .side-button{
  margin-top: 48px;
}


@media(max-width:767px){

  body .container-fluid .row-fluid .side-button input{
    float:none;
  }    

  body .container-fluid .row-fluid .side-button .hs-button{
    position:static;
    margin: 19px auto 0;
    float: none;
    display: block;
  }   


  .home-section-six .span4{
    margin-bottom:50px;
  }




}


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

.footer-container-wrapper{
  background:#fff;
}

.footer-container-wrapper h6{
  font-size: 12px;
  font-weight: bold;
  color: #495b67;
  text-transform:uppercase;
  margin: 0;
  padding-bottom: 16px;
  letter-spacing:0;
}


.footer-container-wrapper p{
  font-size: 14px;
  line-height:24px;
  color: #94a1b0;
  letter-spacing: -0.3px;
  margin:0;
}

.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-vertical li a,
.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
  font-size: 14px;
  line-height: 1.71;
  color: #94a1b0;
  padding:0;
  width: 100%;
  max-width: 100%;
  white-space: normal;
}



.footer-container-wrapper .footer-col {
  width: 17.9455%;
}




.light-peeche-bg{
  border-radius: 5px;
  background-color: rgba(241, 89, 42, 0.07);
  padding: 14px 16px;
  margin-top: 30px;
}

.light-peeche-bg ul li{
  display:inline-block;
  vertical-align:middle;
}

.light-peeche-bg ul li:last-child{
  padding-left: 20px;
}

.light-peeche-bg ul li img{
  vertical-align:middle;
}

.light-peeche-bg h6{
  padding:0;
  position:relative;
  display:inline-block;
}

.light-peeche-bg ul li p{
  line-height:17px;
}

.left-right-arrows{
  text-align: center;
  padding: 19px 17px;
  position:relative;
}


.left-right-arrows h6:before{
  content:"";
  position:absolute;
  background:url('//2105840.fs1.hubspotusercontent-na1.net/hubfs/2105840/Assets-17/left@2x.png') no-repeat;
  width:9px;
  height:16px;
  top:12px;
  left:-71px;
}

.left-right-arrows h6:after{
  content:"";
  position:absolute;
  width:9px;
  height:16px;
  background:url('//2105840.fs1.hubspotusercontent-na1.net/hubfs/2105840/Assets-17/right@2x-1.png') no-repeat;
  top:12px;
  right:-71px;
}


.footer-container-wrapper ul{
  margin:0;
  padding:0;
  list-style-type:none;
}


.footer-container-wrapper .social-icons ul li{
  display:inline-block;
  margin-right: 13px;
}

.footer-container-wrapper .social-icons ul li a{
  color: #94a1b0;
  font-size: 23px;
  line-height: 23px;
}

.border-top {
  border-top: solid 2px #efefef;
  padding-top: 25px;
  margin-top: 30px;
}


.copy-right-text{
  padding-top: 28px;
}

.copy-right-text p{
  font-size: 12px;
  line-height:22px;
  letter-spacing:0;
}





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

  .footer-container-wrapper .footer-col {
    width: 16.95%;
  }


  .light-peeche-bg ul li{
    text-align:center;
  }

  .light-peeche-bg ul li img{
    display:none;
  }


  .light-peeche-bg ul li:last-child {
    padding-left: 0;
  }


}

@media(max-width:767px){

  .footer-container-wrapper .footer-col {
    width: 100%;
    text-align:center;
  }

  .left-right-arrows h6:before{
    left: -51px;
  }

  .left-right-arrows h6:after{
    right:-51px;
  }

  .footer-container-wrapper .social-icons ul{
    text-align: center;
    margin-bottom: 14px;
  }

  .light-peeche-bg ul li:last-child {
    padding-left: 0px;
  }


  .light-peeche-bg ul li {
    text-align: center;
    float: none;
    display: block;
    margin: 0 auto;
  }

  .light-peeche-bg ul li img{
    margin: 0 auto 10px;
  }   

  .copy-right-text {
    padding-top: 8px;
    text-align: center;
  }



}

/*===========================================================================
Product Page Styling
=============================================================================*/



.product-hero-section{
  padding: 200px 0 320px;
}

.hero-section.product-hero-section p{
  padding: 10px 0 29px;
}



@media(max-width:767px){

  .product-hero-section {
    padding: 200px 0 300px;
  }


}



/*============================================================================
Product Section Two Styling
=============================================================================*/

.product-section-two {
  padding-bottom: 63px;
}

.product-section-two h2{
  padding-bottom: 30px;
  margin: 0;
}

/*====================================================================
Product Section Four Styling 
==================================================================*/

.product-section-four{
  padding: 84px 0px;
}

.product-section-four h2{
  margin-bottom: 76px;
}

.scrolling-tabs{
  width:100%;
  top:101px;
  z-index:6;
}


.scrolling-tabs ul{
  list-style-type:none;
  margin:0;
  padding:0;
  text-align:center;
}


.scrolling-tabs ul li{
  display:inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  text-align: center;
  color: #94a1b0;
  text-transform: uppercase;
  margin-right:9%;
  letter-spacing: 0;
  position:relative;
  cursor:pointer;
}

.scrolling-tabs ul li.active{
  color: #4a90e2;
}

.scrolling-tabs ul li:last-child{
  margin-right:0;
}

.scrolling-tabs ul li.active:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #4a90e2;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
}


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

  .scrolling-tabs ul li{
    margin-bottom:25px;
  }  

  body .transparent-cta a.cta_button {
    padding: 5px 29px;
  }

}


@media(max-width:767px){

  .scrolling-tabs ul li{
    margin-bottom: 30px;
    text-align: center;
    margin-right: 10px
  }    


}


/*==================================================================
Image Text And CTA CM Styling
===================================================================*/

.image-cta-cm{
  margin-top:100px;
  background: #fff;
  box-shadow: 0 1px 7px 0 rgba(119, 119, 119, 0.19);
}


.image-cta-cm h4{
  color: #495b67;
  line-height: 26px;
}

.image-cta-cm p{
  font-size: 16px;
  line-height: 1.63;
  color: #495b67;
  margin: 0;
  padding: 14px 0px 14px;
}


body .container-fluid .row-fluid .testimonial-grp{
  text-align: center;
  margin: -26px auto 0;
  display: inline-block;
}


.light-peeche-module{
  background-color: #ffdbc0;
  position: relative;
  padding: 6px 30px;
  top: 4px;
  display: inline-block;
}

.light-peeche-module:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffdbc0;
  left: -6px;
  bottom: 0;
  transform: rotate(43deg);
  display:none;
}

.light-peeche-module h3{
  font-size: 24px;
  line-height: 1.25;
  color: #da4416;
  margin: 0;
}

.testimonial-grp img{
  max-width: 52px;
  vertical-align: middle;
  border-radius:100%;
}


.descriptive-grp{
  margin: 0;
  padding: 33px 19px 60px 64px;
}

.descriptive-grp.image-left{
  padding: 33px 64px 60px 60px;
} 


.cta-module-width{
  max-width: 151px;
}


body .transparent-cta a.cta_button{
  padding: 5px 36px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 3px;
  color: #4a90e2;
  box-shadow:none;
  font-weight: bold;
  cursor: pointer;
  background-color: #ffffff;
  border: solid 1px #4a90e2;
  text-transform: uppercase;
}

body .transparent-cta.orange-cta a.cta_button{
  border-color:#ff7f1e;
  color:#ff7f1e;
}


body .transparent-cta a.cta_button:hover,
body .transparent-cta.orange-cta a.cta_button:hover{
  color:#fff;
}

body .transparent-cta.orange-cta a.cta_button:hover{
  background:#ff7f1e;
}

@media(min-width:768px){

  body .row-fluid .top-module-width{
    width: 43.5%;   
  }

  body .row-fluid .bottom-module-width{
    width: 53%;
    text-align: right;
  }

}

body .row-fluid .top-module-width.image-left{
  float:right;
}

body .row-fluid .bottom-module-width.image-left{
  text-align: left;
  margin: 0;
}

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




}


@media(max-width:767px){


  .descriptive-grp{
    margin: 0;
    padding: 30px;
  }    


  body .container-fluid .row-fluid .bottom-module-width{
    text-align:center;
  }   


}


/*==========================================================================
Product Section Five Styling
============================================================================*/

.product-section-five{
  padding: 96px 0 230px;
}

.product-section-five h2{
  padding-bottom: 118px;
}

.product-section-five h4{
  margin-bottom: 34px;
}

.product-section-five p{
  font-size: 16px;
  line-height: 1.63;
  color: #495b67;
  margin: 45px auto 0;
  max-width: 284px;
}

body .container-fluid .row-fluid .product-section-five .widget-type-linked_image {
  min-height: 258px;
}

.image-before{
  position:relative;
}

.image-before:before{
  content: "";
  position: absolute;
  background: url(//2105840.fs1.hubspotusercontent-na1.net/hubfs/2105840/Assets-17/deco@2x.png) no-repeat;
  width: 275px;
  height: 576px;
  top: -236px;
  right: 0;

}




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

  .product-section-five h4{
    line-height:27px;
  }    

}


@media(max-width:767px){


  .image-before:before{
    display:none;
  }   


  .product-section-five  .span4{
    margin-bottom:50px;
  }

  .product-section-five h2 {
    padding-bottom: 50px;
  }

  body .container-fluid .row-fluid .product-section-five .widget-type-linked_image {
    min-height: auto;
  }

  .product-section-five {
    padding: 50px 0 50px;
  }

}


/*========================================================================================
Testimonial Slider Section Styling
=========================================================================================*/



.testimonial-slider-section{    
  padding-bottom: 93px;
  position:relative;
}




.testimonial-slider-section:before{
  content: "";
  position: absolute;
  background: url(//2105840.fs1.hubspotusercontent-na1.net/hubfs/2105840/Assets-17/Left%20One.png?t=1500891094083) no-repeat;
  width: 202px;
  height: 404px;
  top: -269px;
  left: 0;
  z-index: 2;

}


@media(max-width:767px){


  .testimonial-slider-section:before{
    display:none;
  }    

  .testimonial-slider-section {
    padding-bottom: 50px;
  }

}


/*=======================================================================================
Product Singular Page Styling
========================================================================================*/

.product-singular-hero{
  height: 653px;
  background-position: bottom!important;
  background-repeat: no-repeat!important;
  padding-top: 199px;
}

.product-singular-hero h1{
  margin: 0;
  padding-bottom: 31px;
}


.product-singular-hero p{
  font-size: 20px;
  font-weight: 300;
  line-height: 1.75;
}


body .container-fluid .row-fluid .heading-width{
  max-width: 565px;
  margin: 0 auto;
  float: none;
}

.image-top-space{
  padding-top: 14px;
}

/*=======================================================================================
Product Singular Section Two  Styling
========================================================================================*/

.product-singular-section-two{
  padding: 333px 0 113px;
}



body .container-fluid .row-fluid .cta-top-space{
  margin: 0;
  padding-top: 70px;
}

.product-singular-section-four{
  padding-bottom: 132px;
}


body .container-fluid .row-fluid .product-singular-section-four .wrapper-large{
  max-width: 1292px;
}



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




  body .row-fluid .three-col-adjust span>.hs_cos_wrapper{
    flex-basis: 46.98%;
    -webkit-flex-basis: 46.98%;
    margin-right: 2.9%;
  }


  .product-singular-section-two {
    padding: 255px 0 113px;
  }




}




/*====================================================================================
Customers Page Styling
======================================================================================*/

.product-singular-hero.customer-hero{
  padding-top:0;
}


.customer-section-two{

  margin: 100px 0 -3px;
}



.customer-section-two .span4{

  margin-top: -137px;
}


.module-top-space{
  padding-top:88px;
}


@media(max-width:767px){

  body .container-fluid .row-fluid .product-singular-hero.customer-hero{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  } 

  .customer-section-two .span4{
    margin-top:0;
  }


}



/*===============================================================================
Filter Section Styling
================================================================================*/


.filter-section{
  padding: 28px 0;
}

.filter-section h3{
  color: #f1592a;
  margin: 0;
}

body .row-fluid .filter-section select{
  font-size: 16px;
  line-height: 1.63;
  color: rgba(73, 91, 103, 0.5);
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #dee2e7;
  max-width: 245px;
  padding: 4px 10px;
}

body .row-fluid .filter-section select{
  background: #fff url(//2105840.fs1.hubspotusercontent-na1.net/hubfs/2105840/Assets-17/path-6@2x.png) no-repeat;
  background-position: 95% center;
}

.customer-logo-section{
  padding: 100px 0 88px;

}


.customer-logo-section ul{
  margin:0;
  padding:0;
}

.customer-logo-section ul li{
  display:inline-block;
  list-style-type:none;
  vertical-align: middle;
  min-width: 210px;
  text-align: center;
  margin-bottom: 71px;
}


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


  .customer-logo-section ul li{
    min-width: 241px;
  }

  .customer-section-two {
    height: 172px;
  }



  .customer-section-two h2{
    font-size: 20px;
    line-height: 26px;
  } 






}

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


  .module-top-space {
    padding-top: 38px;
  }

  .customer-section-two .span4 {
    margin-top: -65px;
  }


}



@media(max-width:767px){


  .filter-section h3{
    text-align:center;
    margin-bottom:30px;
  }  


  .customer-section-two {
    height: auto;
    margin: 0px 0 -3px;
    padding: 50px 0;
  }

  .customer-logo-section {
    padding: 50px 0;
  }


}



/*==============================================================================
Counter Section Styling
================================================================================*/

.counter-section{
  background-image: linear-gradient(242deg, #f5a623, #f1592a);
  padding: 206px 0 165px;
  position:relative;
}

.counter-section:before{
  content:"";
  position:absolute;
  background:url('//2105840.fs1.hubspotusercontent-na1.net/hubfs/2105840/Assets-17/square@2x.png');
  width:273px;
  height:572px;
  top: -195px;
  left:0;
}

.counter-section:after{
  content:"";
  position:absolute;
  background:url('//2105840.fs1.hubspotusercontent-na1.net/hubfs/2105840/Assets-17/square@2x-1.png');
  width:217px;
  height:460px;
  bottom: -75px;
  right:0;
}


.heading-bottom-space h2{
  margin: 0;
  padding-bottom: 71px;
  position:relative;
  z-index:1;
}

.counter-section ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
  position:relative;
  z-index:1;
}

.counter-section ul li{
  display: inline-block;
  width: 100%;
  max-width: 19.5%;
  text-align: center;
} 

.counter-section ul li h1{
  position: relative;
  padding-bottom: 20px;
}

.counter-section ul li h1:after{
  content:'';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 50px;
  text-align: center;
  margin: 0 auto;
  background: #fff;
}

.counter-section ul li p{
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 0;
}

.counter-section ul li:first-child{
  max-width: 13.5%;
}

.counter-section ul li:nth-child(2){
  max-width: 13.5%;
}

.counter-section ul li:nth-child(4){
  max-width: 25.5%;
}

.counter-section ul li:last-child{
  max-width: 26.5%;
}




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


  .counter-section ul li:last-child {
    max-width: 25.5%;
  }


}


@media(max-width:767px){

  .counter-section:before,
  .counter-section:after{
    display:none;
  }  


  .counter-section ul li{
    display:block;
    max-width:100%!important;
    margin-bottom: 40px;
  }


  .counter-section{
    padding:100px 0;
  } 


  .customer-logo-section ul li{
    max-width:100%;
    display:block;
  }


  .customer-section-two{
    height:auto;
    text-align:center;
  }

  .customer-section-two .span4 {
    top: 0;
    text-align:center;
  }

  .module-top-space {
    padding-top: 30px;
  }


}



/*============================================================================
Case Study Section
==============================================================================*/


.case-study-section {
  padding: 55px 0 118px;
}

.case-study-section .heading-bottom-space h2{
  padding-bottom: 29px;
}



ul.each-post-topic{
  margin:0;
  padding:0;
}

ul.each-post-topic li{
  display:none;
  font-size: 12px;
  font-weight: bold;
  line-height: 2.58;
  letter-spacing: 2.7px;
  color: #4a90e2;
  text-transform: uppercase;
  margin:0;
}

ul.each-post-topic li a{
  font-size: 12px;
  font-weight: bold;
  line-height: 2.58;
  letter-spacing: 2.7px;
  color: #4a90e2;
  text-transform:uppercase;
}


ul.each-post-topic li:first-child{
  display:inline-block;
}

.post-body-inner {
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(119, 119, 119, 0.54);
  padding: 10px;
}

.inner-white-bg {
  background: #fff;
  padding: 20px;
  margin-top: -21px;
  position:relative;
}

.inner-white-bg:before{
  content:"";
  position:absolute;
  background:#f1592a;
  width:57px;
  height:5px;
  top:-5px;
  left:0;
}

.features-image-block{
  position:relative;
}

.features-image-block:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 28px solid #f9f9f9;
  top: -18px;
  right: -4px;
  transform: rotate(-45deg);
}


@media(min-width:768px){

  .recent-posts {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.5%;
  }


}






/*==============================================================================
Investor Center Page Styling
===============================================================================*/


.investor-hero{
  background-image: linear-gradient(258deg, #f1912a, #f1592a);
  padding: 235px 0px 124px;
  border-bottom: 20px solid rgba(247, 243, 237, 0.76);
}


.investor-hero h2{
  margin-bottom: 29px;
}


.investor-hero p{
  font-size: 20px;
  font-weight: 300;
  line-height: 1.75;
  max-width: 580px;
}

.investor-about-section{
  padding: 115px 0;
}


.investor-about-section h2{
  text-align:center;
  margin-bottom: 27px;
}

.investor-about-section p{
  font-size: 16px;
  line-height: 1.63;
  max-width: 869px;
  margin: 0 auto;
}


.key-information-section{
  padding: 81px 0px;

}

.key-information-section.gray-bg{
  background:#f4f4f4;
}


.key-information-section h2{
  margin-bottom: 43px;
}

.key-information-section ul{
  margin:0;
  padding:0;
  text-align:center;
  border-bottom: solid 1px rgba(73, 91, 103, 0.37);
  padding-bottom: 31px;
  margin-bottom: 36px;
}

.key-information-section ul li{
  display:inline-block;
  margin:0;
  font-size: 20px;
  font-weight: bold;
  color: #495b67;
  font-family: "aktiv-grotesk",sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0;
  cursor:pointer;
  padding: 5px 38px;
  position:relative;
}

.key-information-section ul li:before{
  content:"";
  position:absolute;
  background:#495b67;
  right: -3px;
  top: 13px;
  width:3px;
  height:23px;
}

.key-information-section ul li:last-child:before{
  display:none;
}


.key-information-section ul li.active{
  border-radius: 3px;
  background-color: #4a90e2;
  color: #fff;
  position: relative;
  z-index: 1;

}

.key-information-section ul li.active:before{
  display:none;
}

.key-information-section ul li span{
  display:none;
}

.key-information-section ul li.active:after {
  position: absolute;
  left: -5px;
  right: -5px;
  top: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  background:#4a90e2;
}




@media(max-width:767px){

  .key-information-section ul li{
    display:block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }    

  .key-information-section ul li span{
    display:none;
  }

}

/*===============================================================
Registry Section 
=================================================================*/

.registry-section{
  padding: 142px 0 104px;
}

.registry-section h3{
  color: #f1592a;
  margin-bottom: 30px;
}


.registry-section p,
.registry-section li{
  font-size: 16px;
  line-height: 1.63;
}

.registry-section p{
  margin-bottom: 27px;
}

.registry-section .left-col p{
  max-width:500px;
}

.registry-section ul{
  margin:0;
  padding:0;
}

.registry-section li{
  list-style-type:none;
  margin:0;
  color: #495b67;
  padding-bottom: 3px;
}

.registry-section li img{
  vertical-align:middle;
  max-width: 24px;
  margin-right: 20px;
  height: auto;
}

.registry-section .right-col{
  background:#f9f9f9;
  padding:40px 45px;
}


.registry-section .cta_button{
  text-transform: uppercase;
  border: solid 2px rgba(74, 144, 226, 0.63);
}

body .blue-bordered-cta .cta_button{
  background-color: #ffffff;
  border: solid 2px rgba(74, 144, 226, 0.63);
  color: #4a90e2;
  padding: 12px 52px;
}

body .blue-bordered-cta .cta_button:hover{
  color:#fff;
}


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

  body .blue-bordered-cta .cta_button{
    padding: 12px 30px;
  }    



}


@media(max-width:767px){

  .registry-section .left-col{
    margin-bottom:30px;
  }

  .registry-section .right-col{
    padding-left:20px;
    padding-right:20px;
  }

  .registry-section .cta_button{
    padding: 12px 20px;
    display: block;
  }


}


/*======================================================
Corporate Directory Section
========================================================*/

.corporate-section{
  padding: 77px 0 50px;
}


.corporate-section .heading-bottom-space h2 {
  padding-bottom: 80px;
}


.white-col{
  padding: 35px 35px 18px;
  margin-bottom: 32px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(119, 119, 119, 0.54);
  border-bottom:12px solid #f1592a;
}

.white-col h3{
  color:#f1592a;
  margin-bottom: 29px;
}

.white-col h4{
  color: #495b67;
}

.white-col p{
  margin-bottom: 30px;
}

.white-col ul{
  margin:0;
  padding:0;
}

.white-col ul li{
  font-size: 18px;
  line-height: 1.67;
  color: #495b67;
  margin:0;
  padding:0;
  list-style-type:none;
}

.pad-bottom-space{
  padding-bottom: 47px;
}


.pad-b-90{
  padding-bottom: 57px;
}


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

  .white-col h4{
    line-height:26px;
  }    

}


/*===========================================================
corporate-governence-section 
=============================================================*/


.corporate-governence-section{
  padding: 103px 0 49px;
  position:relative;
}

body .container-fluid .row-fluid .corporate-governence-section .wrapper-small{
  max-width:890px;
}

.corporate-governence-section:before{
  content:"";
  position:absolute;
  background:url('//2105840.fs1.hubspotusercontent-na1.net/hubfs/2105840/Assets-17/squares%20%281%29.svg') no-repeat;
  width: 345px;
  height: 722px;
  bottom: 0px;
  left: 0px;
  background-size: 100%;
}


.corporate-governence-section:after{
  content:"";
  position:absolute;
  background:url('//2105840.fs1.hubspotusercontent-na1.net/hubfs/2105840/Assets-17/squares.svg') no-repeat;
  width: 313px;
  height: 678px;
  top: 0px;
  right: 0px;
  background-size: 100%;
}

.corporate-governence-section ul{
  margin:0;
  padding:0;
  text-align: center;
  max-width: 438px;
  margin: 9px auto 33px;
}


.corporate-governence-section h2{
  margin-bottom: 48px;
}

.corporate-governence-section p{
  font-size: 16px;
  line-height: 1.63;
  margin-bottom: 27px;
}

.corporate-governence-section li{
  list-style-type:none;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #f1592a;
  margin:0;
  padding:0;
  letter-spacing: 0;
  position:relative;
  padding-bottom: 10px;
}


.corporate-governence-section li:before{
  content:"";
  position:absolute;
  background:url('//2105840.fs1.hubspotusercontent-na1.net/hubfs/2105840/Assets-17/tick@2x.png') no-repeat;
  width:24px;
  height:24px;
  top: 7px;
  left: -43px;
  background-size: 100%;
}


@media(max-width:767px){

  .corporate-governence-section:before,
  .corporate-governence-section:after{
    display:none;
  }    


  .corporate-governence-section ul{
    padding-left:50px;
  } 


}


.investor-download-section{
  padding:65px 0;
}

.investor-download-section h6{
  font-size: 14px;
  font-weight: bold;
  line-height: 2.21;
  letter-spacing: 3.2px;
  color: #495b67;
  margin-bottom: 9px;
}

.investor-download-section h4{
  line-height:27px;
}

.investor-download-section p{
  font-size: 16px;
  line-height: 1.63;
}


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


  .investor-download-section h4 {
    line-height: 27px;
    font-size: 16px;
    line-height: 22px;
  }


}



.download-col{
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(119, 119, 119, 0.54);
  text-align:center;
  padding: 15px 20px;
  position:relative;
  min-height: 255px!important;
}

.download-col .blue-bordered-cta{
  position: absolute;
  width: auto;
  bottom: 18px;
  left: 0;
  right: 0;
}



.investor-team-section{
  padding: 102px 0;
}


.investor-team-section h2{
  margin-bottom: 40px;
}


.investor-team-section .two-col-adjust{
  position:relative;
}

.morecontent span{
  display: none;
}


.morelink {
  display: block;
}


body .row-fluid .investor-team-section .two-col-adjust span>.hs_cos_wrapper{
  display:block;
}


/*==========================================================
Subscribe Module Styling
============================================================*/

.subscribe-module{
  background:#fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.11);
  padding: 19px 0px;
  opacity:0;
  transition:all ease-in-out .2s;
}

.subscribe-module.fixed{
  position:fixed;
  bottom:0;
  opacity:1;
  z-index: 3;
}

.subscribe-module h3{
  margin:0;
}


.subscribe-module .social-icons ul{
  margin:0;
  padding:0;
  text-align:center;
}


.subscribe-module .social-icons ul li{
  margin:0;
  padding:0;
  list-style-type:none;
  display:inline-block;
  margin-right:17px;
}

.subscribe-module .social-icons ul li:last-child{
  margin-right:0;
}

.subscribe-form form{
  position:relative;
  max-width:412px;
}

body .container-fluid .row-fluid .subscribe-form input[type="email"]{
  border-radius: 3px;
  background-color: #f9f9f9;
  border: none;
  padding: 12px 15px;
  padding-right: 170px;
}


body .container-fluid .row-fluid .subscribe-form .hs-button{
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

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

  body .container-fluid .row-fluid .subscribe-form input[type="email"]{
    padding-right:50%;
  } 

  .subscribe-module .social-icons img {
    max-width: 30px;
  }

  .subscribe-module .social-icons ul li {
    margin-right: 5px;
  }


}


@media(max-width:767px){

  body .container-fluid .row-fluid .subscribe-module {
    display:none;
  }    

}


/*=============================================================
Share Link Styling
==============================================================*/




/*BOX*/
div.sl-box {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:13px;
  text-transform:uppercase;
  font-weight:normal;
  text-align:center;
  width: 100%;
  height: auto;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  background: none;
  max-width: 300px;
}
div.sl-box div, div.sl-box span {padding:0; margin:0; height:auto; width:auto; background:none; border:none}
div.sl-box span.sl-data {background-color:#FFF;}
div.sl-box span.sl-symbol {
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  display: block;
  clear: both;
  padding: 10px;
  border-bottom: 1px solid #333;
  background-color: #225FAB;
  color: #FFF;
}
div.sl-box span.sl-close {
  font-size: 15px;
  line-height: 15px;
  font-weight: normal;
  padding: 10px;
  display: block;
  clear: both;
  background-color: #FAFAFA;
  border-bottom: 1px dotted #ccc;
  color: #333;
}
div.sl-box span.sl-change {
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  padding: 10px;
  display: block;
  clear: both;
  margin: 0 auto;
  background-color: #FFF;
  color: #333;
}
div.sl-box span.sl-change.sl-up {color:#090;}
div.sl-box span.sl-change.sl-down {color:#C00;}
div.sl-box span.sl-updated {
  font-size: 13px!important;
  line-height: 23px!important;
  text-transform: none;
  font-weight: bold;
  display: block;
  clear: both;
  color: #fff!important;
  padding: 12px 0 0 0!important;
  border-top:2px solid #225FAB;
}
div.sl-box span.sl-provided {
  font-size: 13px!important;
  color: #fff!important;
  line-height: 11px;
  text-align: center;
  text-transform: none;
  padding: 0 0 5px 0;
  display: block;
  clear: both;
}
div.sl-box span.sl-provided a {color:#fff!important;}
div.sl-box span.sl-provided a:hover {color:#000000;}
div.sl-box div.sl-clear {
  float:none;
  clear:both;
  margin:0;
  padding:0;
}



.scrolling-tabs.fixed {
  position:fixed;
  left: 0;
  right: 0;
  background: #fff;
  padding: 40px 0px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.18);
}

.body-container-wrapper .privacy-policy li{
  list-style: disc;
  font-size: 18px;
  line-height: 1.67;
  color: #495b67;
}





/*********************** Header Section Styling ******************************/






.header-section .header-top-row .left-col img{
  max-width:205px;
  margin:0 auto;
  float:none;
  position: relative;
  top: -4px;
}

.header-section .header-top-row{
  padding:15px 0 7px;
}

.header-section .header-top-row .right-col .phone-number-container ul{
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.header-section .header-top-row .right-col .phone-number-container ul li{
  display: inline-block;
  margin-top: 15px;
  line-height: 1;
  position: relative;
  top: 0px;
}

.header-section .header-top-row .right-col .phone-number-container ul li img {
  width: 20px!important;
}

.header-section .header-bottom-row .menu-container ul li{
  font-family:"proxima-nova";
  font-size: 11.5px;
  font-weight: 600;
  line-height: 2.78;
  letter-spacing: 0.8px;
  text-align: center;
  color: #1a325e;
}

.header-section .header-bottom-row .menu-container ul li a{
  color: #1a325e;
  padding: 16px 17px 9px;
  height: auto;
  line-height: 23PX;
}

.header-section .header-bottom-row .menu-container ul li a:hover{
  color: #ccc19a;
}

.header-section .header-bottom-row{
  border-top:1px solid #e3e8eb;
  border-bottom: 1px solid #e3e8eb;
}

.header-section .header-top-row .right-col .cta-container .cta-1 a.cta_button{
  background-color:transparent;
  color: #1a325e;
  border:1px solid #1a325e;
  border-radius:5px; 
  box-shadow:none;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  font-family:"proxima-nova";
  text-transform:uppercase;
  padding:10px 10px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

.header-section .header-top-row .right-col .cta-container .cta-1 a.cta_button:hover{
  background-image:none;
  color: #fff; 
}

.header-section .header-top-row .right-col .cta-container{
  width:54%;
  float:right;
  margin-top:6px;
}

.header-section .header-top-row .right-col .phone-number-container{
  text-align:right;
  width:41%;
}

.header-section .header-top-row .right-col .phone-number-container h4{
  font-size:18px;
  line-height:1.56;
}

.header-section .header-top-row .right-col .cta-container .cta-2 a.cta_button{
  background-color:#ccc19a;
  color: #ffffff;
  border:none;
  border-radius:5px;
  box-shadow:none;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  font-family:"proxima-nova";
  text-transform:uppercase;
  padding:11px 8px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

.header-section .header-top-row .right-col .cta-container .cta-2 a.cta_button:hover{
  background-color:#1a325e !important;
  color:#fff;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
  white-space: normal;
  max-width: 100%;
  overflow: hidden;
}

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

body .row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{
  line-height:2.0;
}

.header-section .header-bottom-row .menu-container .hs-menu-wrapper ul.hs-menu-children-wrapper{
  background-color: #fdfdfd;
  border: solid 1px #e3e8eb;
  width:232px;
  padding:10px 0;
  box-shadow: -8px 7px 13px #88888885;
}

.header-section .header-bottom-row .menu-container .hs-menu-wrapper ul.hs-menu-children-wrapper li.hs-menu-item{
  font-size:13px;
  text-align:left;
  line-height:1;
}

.header-section .header-bottom-row .menu-container .hs-menu-wrapper ul.hs-menu-children-wrapper li.hs-menu-item>a:hover{
  color:#ccc19a;
}

.header-section .header-bottom-row .menu-container .hs-menu-wrapper ul.hs-menu-children-wrapper li.hs-menu-item>a{
  width:100%;
  white-space:inherit;
  padding:10px 16px;
  text-indent:0;
}




@media(max-width:1154px) and (min-width:1025px){

  .header-section .header-top-row .right-col .cta-container .cta-1 a.cta_button {
    font-size: 11px;
    padding: 10px 5px;
  }

  .header-section .header-top-row .right-col .cta-container .cta-2 a.cta_button{
    font-size: 11px;
    padding: 11px 6px;
  }


}

@media(max-width:1024px){

  .header-section .header-top-row .right-col .cta-container .cta-2{
    display:none;
  }

  .header-section .header-top-row .right-col .cta-container{
    width: 75%;
    float: right;
    margin-top: 6px;
  }

  .header-section .header-top-row .right-col .cta-container .cta-1{
    text-align: right;
    float: right;
    position: relative;
    left: -60px;
  }

  body .row-fluid .menu-container .cta-1 a.cta_button {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    box-shadow: none;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: "proxima-nova";
    text-transform: uppercase;
    padding: 10px 10px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
  }  


  body .row-fluid .menu-container .cta-1 a.cta_button:hover{
    background: transparent;

  }   



  .row-fluid .header-bottom-row .cta-1 {
    padding: 0px 17px 9px;
  } 


  .header-section .header-top-row .right-col .phone-number-container{
    display:none;
  }

  .header-section .header-bottom-row .menu-container ul li a{
    color: #fff;
  }
}


@media(max-width:767px){

  .header-section .header-top-row .right-col .cta-container{
    display:none;
  }

  body .row-fluid .menu-container .cta-1 a.cta_button {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    box-shadow: none;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: "proxima-nova";
    text-transform: uppercase;
    padding: 10px 10px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
  }


  .row-fluid .header-bottom-row .cta-1 {
    padding: 0px 17px 9px;
  }  

  body .row-fluid .menu-container .cta-1 a.cta_button:hover{
    background: transparent;

  }    

  .header-section .header-top-row .right-col .phone-number-container{
    display:none;
  }

  .header-section .header-bottom-row .menu-container ul li a{
    color: #fff;
  }

}

@media(max-width:568px){

  body .row-fluid .menu-container .cta-1 a.cta_button {
    padding: 10px 0px;

  }
}


/************************* Footer Section Styling ****************************/



body .row-fluid .footer-section .wrapper{
  max-width: 1113px;
}


.footer-section{
  padding:70px 0 45px;
  position:relative;
  border-top:1px solid #e3e8eb;
}

.footer-section .col-1 ul li{
  display:inline-block;
}

.footer-section .col-1{
  width: 33.7%;
}

.footer-section .col-2{
  width: 31.5%;
}

.footer-section .col-3{
  width: 12.5%;
}

.footer-section .col-4{
  width: 14%;
}

.footer-section .footer-bottom-row ul li{
  display:inline-block;
}

.footer-section p{
  font-size:16px;
}

.footer-section .col-1 img{
  max-width:211px;
}

.footer-section .col-1 .image-container{
  margin-bottom:34px;
}

.footer-section .col-1 .text-container p{
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: normal;
  color: #1a325e;
}

.footer-section .col-1 .text-container{
  margin-bottom:41px;
}

.footer-section .col-1 .social-icons-cm ul li{
  padding:0 10px;
}

.footer-section .col-1 .social-icons-cm ul li:first-child{
  padding-left:0;
}

.footer-section .col-1 .social-icons-cm .fab{
  color: #1a325e;
  font-size:18px;

}

body .row-fluid .footer-section .col-2 h6,.footer-section .col-3 h6,.footer-section .col-4 h6{
  font-family: "proxima-nova";
  font-size: 11.5px;
  font-weight: bold;
  line-height: 2.78;
  letter-spacing: 0.8px;
  color: #1a325e;
  padding-bottom:3px;
}

body .row-fluid .footer-section .col-2 .heading-container p{
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: normal;
  color: #1a325e;
}

body .row-fluid .footer-section .col-2 .heading-container{
  max-width:216px;
  margin:0 auto;
}

body .row-fluid .footer-section .col-2 ul{
  margin-bottom:0;
}

body .row-fluid .footer-section .col-3 ul{
  margin-bottom:0;
}

body .row-fluid .footer-section .number-container{
  margin-top:26px;
}

body .row-fluid .footer-section .cta-container a.cta_button:hover{
  background-image:none;

}

body .row-fluid .footer-section .cta-container a.cta_button{
  background-color:transparent;
  color:#ccc19a;
  text-decoration:underline;
  box-shadow:none;
  font-size: 18px;
  padding:0;
  font-weight:normal;

}

body .row-fluid .footer-section .col-3 ul li a,body .row-fluid .footer-section .col-4 ul li a{
  color: #1a325e;
  text-transform:uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.5px;
  font-family:"proxima-nova";
}

body .row-fluid .footer-section .footer-bottom-row ul li{
  padding-right:20px;
  font-size: 11.5px;
  font-weight: bold;
  line-height: 2.78;
  letter-spacing: 0.8px;
  color: #1a325e;
  text-transform:uppercase;
  font-family:"proxima-nova";
}



@media(max-width:1024px){

  body .row-fluid .footer-section .col-3 ul li a, body .row-fluid .footer-section .col-4 ul li a {
    line-height: 30px;
  }
}




@media(max-width:767px){

  .footer-section .col-1 {
    width: 100%;
    text-align: center;
  }

  .footer-section .col-1 .image-container {
    margin-bottom: 15px;
  }

  .footer-section .col-1 .image-container img{
    padding-left:10px !important;  
  } 

  .footer-section .col-1 .text-container {
    margin-bottom: 20px;
  }

  .footer-section .col-2 {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }

  body .row-fluid .footer-section .col-2 .heading-container {
    max-width: 100%;
  }

  body .row-fluid .footer-section .number-container {
    margin-top: 20px;
  }

  .footer-section .col-3 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .footer-section .col-4 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .footer-section .footer-bottom-row{
    text-align:center;
  }

  body .row-fluid .footer-section .footer-bottom-row ul li {
    padding: 0 10px;
  }

  .footer-section .col-1 .social-icons-cm ul li:first-child{
    padding-left:10px;
  }

}







/************************* Body Section Styling ******************************/





.body-section .sidebar-left-col a.cta_button{
  background-color:#fff;
  color: #1a325e;
  border-radius:5px;
  border-top-left-radius:0;
  border-bottom-right-radius:0;
  margin-top:30px;
}

.body-section .sidebar-left-col .demo-box{
  background-color:#ccc19a;
  padding:33px 20px;
}

.body-section .sidebar-left-col .demo-box h3{
  font-size:18px;
  font-weight:normal;
  line-height:29px;
  color: #1a325e;
  margin-bottom:0px;
}

body .row-fluid .body-section .sidebar-left-col .demo-box p{
  color: #1a325e;
}

.body-section .right-sidebar p{
  margin-bottom:30px;
  font-size:18px;
  line-height:29px;
  color: #67686b;
  font-weight:normal;
}

.body-section .right-sidebar h3{
  font-size: 26px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #1a325e;
  margin-bottom:18px;
}

.body-section .right-sidebar h4{
  font-size: 22px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #1a325e;
  margin-bottom:18px;
}

.body-section .right-sidebar .second-row h2{
  margin-bottom:15px;
}

.body-section .right-sidebar .third-row h3{
  margin-bottom:15px;
}

.body-section .right-sidebar .first-row p{
  margin-bottom:65px;
}

.body-section .right-sidebar .second-row p{
  margin-bottom:45px;
}

.body-section .right-sidebar .third-row p{
  margin-bottom:45px;
}

.body-section .left-col-inner{
  padding:60px;
}

.body-section .left-col-inner ul li a{
  padding:3px 0;
}

.body-section .left-col-inner ul{
  margin-top:20px;
}

.body-section .left-col-inner h4{
  font-size: 22px;
  line-height: 0.82;
  letter-spacing: normal;
  color: #1a325e;
  margin-bottom:35px;
  position:relative;
}

.body-section .left-col-inner h4:after{
  position:absolute;
  content:'';
  left:0;
  top:30px;
  background:#ccc19a;
  width:58px;
  height:3px;
}

.body-section .left-col-inner p{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
  color: #1a325e;
}





@media(max-width:1024px){

  .body-section .sidebar-left-col .demo-box h3 {
    font-size: 15px;
  }

  .body-section .sidebar-left-col a.cta_button {
    margin-top: 15px;
  }

  .body-section .left-col-inner {
    padding: 30px;
  }

  body .row-fluid .right-sidebar .widget-type-rich_text h2 {
    font-size: 26px;
  }

  body .row-fluid .body-section .right-sidebar .first-row p {
    margin-bottom: 30px;
  }

  body .row-fluid .body-section .right-sidebar .second-row p {
    margin-bottom: 30px;
  }

  body .row-fluid .body-section .right-sidebar .third-row p {
    margin-bottom: 30px;
  }
}





@media(max-width:767px){

  body .row-fluid .right-sidebar {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/*************************** Form Section Styling ****************************/




.form-section{
  padding:80px 0 94px;
}

body .row-fluid .form-section .heading-container h3{
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  margin-bottom:0;
}

body .row-fluid .form-section .heading-container p{
  font-size: 21px;
  line-height: 1.62;
  font-weight:300;
}

body .row-fluid .form-section .form-container{
  background-color:#fff;
  padding:20px 56px 25px; 
  max-width:470px;
  margin:50px auto 0;
  float:none;
  border-radius:4px;
  position:relative;
}

body .row-fluid .form-section .form-container:after{
  background: url(https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Group%20%281%29.png);
  position: absolute;
  content: '';
  top: 0;
  left: 25px;
  width: 42px;
  height: 59px;
  background-repeat:no-repeat;
}



body .row-fluid .form-section .form-container h4{
  margin-bottom:35px;
  font-size:13px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 1.9px;
  color: #1a325e;
  text-align:center;
  text-decoration:underline;
  font-family: "proxima-nova";
}

body .row-fluid form .field>label{
  font-family: "proxima-nova";
  font-size: 11.5px;
  font-weight: 600;
  line-height: 2.78;
  letter-spacing: 0.8px;
  color: #1a325e;
  margin-bottom:0;
  margin-top:4px;
}



body .row-fluid .form-section .form-container .hs-button{
  width:100%;
  background-color:#ccc19a;
  color:#fff;
  border-radius:5px;
  border-top-left-radius:0;
  border-bottom-right-radius:0;
  font-family: "proxima-nova";
  font-size:13px;
  font-weight:bold;
  letter-spacing:2px;
  margin-top:10px;

}

body .row-fluid .form-section .form-container .hs-button:hover{
  background:none;
  color:#fff;

}



@media(max-width:1024px){

  body.form-page .row-fluid .form-section .span6{
    width:100%;
    margin:0;
    float:none;
  }

  body.form-page .row-fluid .form-section .wrapper>.row-fluid-wrapper>.row-fluid{
    display:flex;
    flex-direction:column-reverse;
  }

  body .row-fluid .form-section .form-container.home-hero-form-container{
    margin:30px auto 30px!important; 
    float:none!important;
  }
}


@media(max-width:767px){

  body .row-fluid .form-section .heading-container h3 {
    font-size: 28px;
  }

  body .row-fluid .form-section {
    padding: 50px 0 50px;
  }

  .form-page .form-section .wrapper>.row-fluid-wrapper>.row-fluid{
    display:flex;
    flex-direction:column-reverse;
  }

  .form-page .form-section .form-container{
    margin-bottom:30px!important;
  }
}

/*=========================================================
FORM STYLING
=========================================================*/                

/*======= Placeholder Color ====*/

::-webkit-input-placeholder {
  color: #a3a3a3;
}

:-moz-placeholder {
  color: #a3a3a3;
}

::-moz-placeholder {  
  color: #a3a3a3;
}

:-ms-input-placeholder {  
  color: #a3a3a3;
}

select::-ms-expand {
  display: none;
}



.row-fluid form li{
  margin:0;
}

.row-fluid  form li:before{
  display:none;
}

.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea{
  height: 47px;
  font-family:neuzeit-grotesk;
  color:#1a325e;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .2px;
  padding: 0;
  margin-bottom: 8px;
  border-radius: 3px;
  background: #fff;
  padding: 10px 20px;
  font-weight: 400;
  border: 1px  solid #ccc19a;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.row-fluid  form textarea{
  height:130px;    
}

.row-fluid  form select{
  color: #989898;
}

.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
  outline:0;
  border:1px solid #1a325e;
  color:#1a325e;
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
  margin-bottom:0;
}

.row-fluid form .field>label{
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  margin-top: 16px;
  color: #72808e;
}

.row-fluid form .hs_submit .actions{
  text-align:center; // CTA Button Alignment
}

.row-fluid form .hs-button.primary{
  height: auto;
  margin-top: 30px;
}

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

form .hs-error-msgs li{
  line-height: 1;
  color: red;
  font-weight: 500;
  font-size: 11px;
  position: relative;
  top: -4px;
  letter-spacing: 0.3px;
}

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

body .row-fluid .hs-form fieldset {
  max-width: 100%;
}

form .hs-form-required{
  display:none;
}

.body-container-wrapper form ul,
.body-container-wrapper form li{
  margin:0;
  padding:0;
}

.body-container-wrapper form ul,
form ul{
  list-style:none;
}


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

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
  margin-bottom:20px;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 49%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
  margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
  margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
  margin-right:0;
}

body .row-fluid select{
  background: #fff url(//2558854.fs1.hubspotusercontent-na1.net/hubfs/2558854/DreamPack/Select%20Arrow.png) no-repeat;
  background-position: center right;
  -webkit-appearance: none;
}





/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  padding: 0;
  border-radius: 4px;
  background: #fff;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #cfd3d7;
  -webkit-appearance: none;
  border: 2px solid #ddd;
  margin-right: 8px;
  top: 2px;
  width: 20px;
  height: 20px;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  top: 3px;
  left: 2px;
  border: 3px solid #1a325e;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 50%;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  background: #1a325e;
  left: 3px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}



@media (max-width:480px){

  body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
  }

  body .row-fluid .hs-form fieldset .input{
    margin:0;
  }

  body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

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









/************************** Blog Section Styling *******************************/





.blog-section{
  padding:100px 0;
}

body .row-fluid .blog-section .wrapper {
  max-width: 1113px;
}

body .row-fluid .cm-container{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  float: left;
  width: 32%;
  padding-right: 0;
  margin: 0 14px 0 0;
  display: block;
  box-sizing: border-box;
  align-self: stretch;
  background-color: #ffffff;
  border: solid 1px #e3e8eb;
}

.blog-section .cm-container .bottom-row{
  padding:4px 20px 25px;
}

.blog-section .heading-container{
  margin-bottom:36px;
}

.blog-section .heading-container h2{
  font-size: 30px;
  font-weight: normal;
  line-height: 0.8;
  letter-spacing: normal;
  color: #1a325e;
}

.blog-section .cm-container .image-container{
  height:230px;
}

.blog-section .featured-posts.move {
  margin-right: -14px;
} 

@media (min-width:768px){

  .blog-section .featured-posts.move{
    display: flex;
    flex-direction: row;
  }

  .blog-section .cm-container .bottom-row {
    padding: 4px 20px 45px;
  }

  body .row-fluid .cm-container {
    position: relative;
  }

  .blog-section .cm-container .cta-container {
    position: absolute;
    bottom: 26px;
    left: 20px;
    right: 0;
  }

}

.blog-section .cm-container .tags-container ul{
  list-style-type:none;
  margin-left:0;
  margin-bottom:10px;
}

.blog-section .cm-container .tags-container li{
  list-style-type:none;
  display:none;
}

.blog-section .cm-container .tags-container li:first-child{
  display:block 
}

.blog-section .cm-container .tags-container li a{
  font-family: "proxima-nova";
  font-size: 11px;
  font-weight: bold;
  line-height: 1.82;
  letter-spacing: 0.6px;
  color: #1a325e;
  text-transform:uppercase;
}

.blog-section .cm-container .tags-container li a{
  border-bottom: 1px solid #cccbcb;
}


.blog-section .cm-container .heading-container h4{
  font-size: 22px;
  font-weight: normal;
  line-height: 29px;
  letter-spacing: normal;
  color: #1a325e;
}

.blog-section .cm-container .heading-container h4 a{
  color: #1a325e;
}

.blog-section .cm-container .heading-container{
  margin-bottom:43px;
}

.blog-section .cm-container .description-container p{
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: normal;
  color: #67686b;
}

.blog-section .cm-container .cta-container a.cta_button{
  background-color:transparent;
  font-family: "proxima-nova";
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: 1.4px;
  color: #1a325e;
  box-shadow:none;
  padding:0;
  position:relative;
}

.blog-section .cm-container .cta-container a.cta_button:after{
  position: absolute;
  content: '';
  background: url(https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Q%20Report/Pillar%20Page%20%20%20Q%20Report%20%20%20Zeplin%20%282%29.png?t=1526902401857);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 17px;
  height: 10px;
  top: 3px;
  right: -20px;
}

.blog-section .cm-container .cta-container a.cta_button:focus{
  outline:none;
}

.blog-section .cm-container .cta-container a.cta_button:hover{
  background-image:none;
}

.blog-section .cm-container .cta-container{
  margin-top:30px;
}

body .row-fluid .cm-container{
  transition:0.4s all ease-in;
}

body .row-fluid .cm-container:hover{
  box-shadow: 0 0 18px 2px #aaaaaa80;
}





@media(max-width:1024px){

  body .row-fluid .cm-container {
    width: 31%;
  }

  .blog-section .featured-posts.move {
    margin-right: -30px;
  }

  .blog-section {
    padding: 60px 0;
  }
}




@media(max-width:767px){

  .blog-section .heading-container h2 {
    font-size: 20px;
  }

  body .row-fluid .cm-container {
    width: 100%;
    float:none;
    margin-bottom:20px;
  }

  .blog-section .featured-posts.move {
    margin-right: 0;
  }

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




/*************************** Popup Section Styling **************************/




.popup-section{
  opacity: 0;
  z-index: 19;
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: 0.4s all ease-in;
  pointer-events: none;
  overflow-y: scroll;
  overflow-x:hidden;

}

.hide-overflow{
  overflow:hidden;
}

.popup-section .row-fluid form input:focus, .popup-section .row-fluid form select:focus, .popup-section .row-fluid form textarea:focus {
  outline: 0;
  border:1px solid #ccc19a;
  color: #fff!important;
  background-color:transparent!important;
}

body.form-page.ppc-page .row-fluid form select{   
  border: 1px solid #c3c7ce;
}

.popup-section .row-fluid form input,.popup-section .row-fluid form select,.popup-section .row-fluid form textarea{
  COLOR:#fff;
}

.popup-section.show-popup{
  opacity: 1;
  pointer-events: auto;
}

.popup-section .cross-icon{
  position:absolute;
  content:'';
  top: 26px;
  left: 96%;
  cursor:pointer;

}

.popup-section .cross-icon img{
  max-width:20px;

}

.popup-section{
  padding:120px 0;
  background-color:#1a325e;
}

body .row-fluid .popup-section .heading-container{
  max-width:500px;
  margin:0 auto 55px;
  float:none;
}

body .row-fluid .popup-section .heading-container h3{
  font-weight:300;
  font-size:24px;
  line-height:1.4;
}

body .row-fluid .popup-section .form-container{
  max-width:360px;
  margin:0 auto;
  float:none;
}

body .row-fluid .popup-section .logo-container{
  margin-top:65px;
}

body .row-fluid .popup-section .form-container .hs-button{
  background-color:#ccc19a;
  width:100%;
  color:#fff;
  border-radius:5px;
  border-top-left-radius:0;
  border-bottom-right-radius:0;
}

body .row-fluid .popup-section .form-container .hs-button:hover{
  background-image:none;
}

body .popup-section .form-container .row-fluid  form .field>label {
  text-transform:uppercase;
  color: #fff;
}

body .row-fluid .popup-section .form-container h4{
  background-color:transparent;
  width:100%;
  color:#ccc19a;
  padding:0;
  font-size:12px;
  letter-spacing:2px;
}

.popup-section .form-container .row-fluid form input, .popup-section .form-container .row-fluid form select, .popup-section .form-container .row-fluid form textarea{
  background:#354A71;
}





@media(max-width:767px){

  .popup-section .cross-icon {
    left: 88%;
  }

  body .row-fluid .popup-section .heading-container h3 {
    font-size: 18px;
  }

  body .row-fluid .popup-section .heading-container {
    margin: 0 auto 50px;
  }
}



body .container-fluid .row-fluid .form-section1 .form-container.home-hero-form-container {
  float:none;
  margin:50px auto 0;
}





/********************** Form Page Styling *****************************/





.form-hero-section{
  background-color:#fff;
}

body .container-fluid .row-fluid .form-hero-section .form-container.home-hero-form-container{
  float: none!important;
  margin: 50px auto 0!important;
  margin-right:auto!important;
  -webkit-box-shadow: 0 11px 11px -4px #00000021;
  -moz-box-shadow: 0 11px 11px -4px #00000021;
  box-shadow: 0 11px 11px -4px #00000021;
}

body .container-fluid .row-fluid .form-hero-section .form-container.home-hero-form-container .hs-button{
  box-shadow:none;
  padding:16px 0;
}


@media ( max-width:1024px){

  .header-section .header-bottom-row .menu-container .hs-menu-wrapper ul.hs-menu-children-wrapper{
    background-color: #1a325e;
    border: 0;
    width: 100%;
    padding: 10px 0px;
    box-shadow: none;
  } 

}

html.mobile-open, body.mobile-open {
  overflow-y: visible;
}

.mobile-open #site-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}




body .row-fluid .request-callback-form {
  display:none;
}

body .row-fluid .form-section .form-container.home-hero-form-container {
  background-color: #fff;
  padding: 20px 56px 25px;
  max-width: 470px;
  margin: 50px auto 0;
  float: right;
  border-radius: 4px;
  position: relative;
  margin-right:0;
  border: solid 1px #ccc19a;
}

.home-hero-section.form-section {
  position: relative;
}


@media(max-width:1024px){
  .home-hero-section.form-section {
    padding: 45px 0 93px;
  }

  body .row-fluid .form-section .form-container.home-hero-form-container {
    padding: 20px 36px 25px;
  }

  .row-fluid .form-heading.home-hero-form-heading {
    padding: 0 30px;
  }

}



@media(max-width:767px){


  body .row-fluid .form-section .form-container.home-hero-form-container {
    margin: 0 auto;
    float: none;
    margin-top:50px;
  }

  body .row-fluid .form-section .form-container:after {
    left: -1px;
    top: -1px;
    width: 42px;
    border-radius: 8px 0px 0px 0px;
  }

  body .row-fluid .form-section .form-container {
    padding: 20px 20px 25px;
  }

  body .row-fluid .form-section .form-container.home-hero-form-container{
    padding: 20px 20px 25px;
  }

}



.hs-responsive-embed.hs-responsive-embed-instagram{
  padding-bottom:70px!important;
}


.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed{
  /*height:450px!important;
  width:390px!important;*/
}

.customer-spotlight .hs-responsive-embed iframe,
.customer-spotlight .hs-responsive-embed object,
.customer-spotlight .hs-responsive-embed embed{
  width:100%!important;
}






/*=======================================================
Heirloom Thankyou Page Styling 
=========================================================*/




/**************** Thankyou Section1 Styling ********************/




body.thankyou .thankyou-section1{
  border:21px solid #CCC19A;
  height:100vh;
  display:flex;
  justify-content:center;
  align-items:center;
}

.thankyou-section1 .logo img{
  max-width:168px!important;
  height:auto;
}

.thankyou-section1 .heading-container h1{
  font-size:51.17px;
  line-height:52px;
  color:#1A325E;
  font-weight:bold;
}

.thankyou-section1 .heading-container{
  margin-top:30px;
}

body .row-fluid .thankyou-section1 .heading-container p{
  font-size:28.01px; 
  line-height:36px;
  color:#1A325E;
  font-weight:normal;
  max-width:622px;
  margin:0 auto;
  float:none;
}

.thankyou-section1 .heading-container h2{
  font-size:88.01px;
  line-height:90px;
  color:#1A325E;
  font-weight:normal;
  font-family: 'Born Ready Slanted';
  margin-top:40px;
}

.thankyou-section1 .cta-container a.cta_button{
  background:#CCC19A;
  border-radius:0 5px 0 5px;
  font-size:13px;
  line-height:16px;
  letter-spacing:2px;
  color:#fff;
  font-weight:bold;
  text-transform:uppercase;
  font-family:"proxima-nova";
  padding: 17px 21px;
  width:100%;
  box-sizing:border-box!important;
  box-shadow:none;
}

.thankyou-section1 .cta-container a.cta_button:hover{
  background:#E1DAC3;
  background-image:none;
}

body .row-fluid .thankyou-section1 .cta-container{
  max-width: 375px;
  margin: 45px auto 0;
  float: none;
}

body .row-fluid .thankyou-section1 .cta-container .span6{
  width: 46.717949%;
}

body .row-fluid .thankyou-section1 .cta-container .cta-2{
  margin-left: 6.564103%;
}



@media(max-width:767px){

  body.thankyou .thankyou-section1{
    height: 100%;
    padding: 60px 0;
  }

  .thankyou-section1 .heading-container h1 {
    font-size: 37.17px;
    line-height: 42px;
  }

  body .row-fluid .thankyou-section1 .heading-container p {
    font-size: 24.01px;
    line-height: 35px;
  }

  .thankyou-section1 .heading-container h2{
    font-size: 68.01px;
    line-height: 90px;  
  }

  body .row-fluid .thankyou-section1 .cta-container{
    max-width:100%;
  }

  body .row-fluid .thankyou-section1 .cta-container .span6 {
    width: 100%;
    margin-left:0!important;
  }

  body .row-fluid .thankyou-section1 .cta-container .cta-2{
    margin-top:20px;
  }
}







/*==============================================================
Claims Page Styling Start 
================================================================*/




/******************** Claims Section1 Styling ***********************/


body .row-fluid .claim-section1 .wrapper{
  max-width:1370px;
}

.claim-section1 .left-container{
  padding-left:80px;
  padding-bottom:80px;
}

.claim-section1 .wrapper{
  position:relative;
}

.claim-section1 .right-container{
  padding-left:60px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
}

.claim-section1{
  background: linear-gradient(202.01deg, #386197 0%, #1A325E 100%);
  position:relative;
}

.cm-section1{
  padding:95px 0 0;
}

.cm-section1 .heading-container h1{
  font-size:60px;
  line-height:62px;
}

.cm-section1 .cm-cont{
  border-top:1px solid #CCC19A;
  border-bottom:1px solid #CCC19A;
  margin:50px auto 50px;
  padding: 42px 0 38px;
}

.cm-section1 .cm-cont p{
  font-size:16px;
  line-height:20px;
  margin-bottom:35px;
}



@media(max-width:1280px){

  .claim-section1 .left-container{
    padding-left: 0;  
  }

  .cm-section1 .heading-container h1 {
    font-size: 55px;
    line-height: 62px;
  }
}



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

  .claim-section1 .left-container{
    padding-right:30px;
  }

  body .container-fluid .row-fluid .cm-section1 .right-col img{
    max-width: 157px !important;
    max-height: 58px !important;
  }

  body .row-fluid .cm-section4 .left-slide, body .row-fluid .cm-section4 .right-slide{
    width:100% !important;
  }  
  .cm-section4 .cm-cont .video-container{
    padding:0 !important;
  }
  body .row-fluid .cm-section4 .right-slide{
    margin-left:0 !important;
  } 
  .cm-section1 .cm-cont p{
    min-height:40px;
  }
}


@media(max-width:767px){

  .cm-section1{
    padding: 60px 0 0;  
  }

  .claim-section1 .left-container{
    padding-right:0px;
  }

  .cm-section1 .heading-container h1 {
    font-size: 47px;
    line-height: 52px;
  }

  .claim-section1 .right-container{
    margin-top:80px;
  }

  .cm-section1 .cm-cont p{
    min-height:40px;  
  }  

  body .container-fluid .row-fluid .cm-section1 .span6 {
    width: 50%;
    float: left;
  }  

  body .container-fluid .row-fluid .cm-section1 .left-col{
    padding-right:10px;  
  }

  body .container-fluid .row-fluid .cm-section1 .right-col img{
    max-width:165px !important;
    max-height:58px !important;
  }

}



/*********************** Cm Section2 Styling ***********************/




.cm-section2{
  padding-bottom:50px;
}

.cm-section2 .heading-container h2{
  font-size:40px;
  line-height:47px; 
  font-weight:normal;
}

.cm-section2 .heading-container{
  margin-bottom:45px;
}

.cm-section2 .accordion_header h4{
  font-size:16px;
  line-height:24px;
  font-weight:bold;
  letter-spacing:0.16px;
  margin-bottom: 5px;
  position:relative;
  cursor:pointer;
  padding-right:90px;
}

.cm-section2 .accordion_header h4:after,
.cm-section2 .accordion_header h4:before{
  position: absolute;
  content: '';
  background: #CCC19A;
  width: 2px;
  height: 17px;
  transition: all .8s ease-in-out;
}

.cm-section2 .accordion_header h4:after{
  top: 3px;
  right: 10px;
  transform: rotate(-90deg);
}

.cm-section2 .accordion_header h4:before{
  right: 10px;
  top: 3px;
}

.cm-section2 .accordion_group.expanded .accordion_header h4:before{
  transform: rotate(90deg);
}

.cm-section2 .accordion_content p{
  font-size:15px;
  line-height:24px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom:10px;
  margin-top:18px;
}

.cm-section2 .accordion_group{
  border-bottom: 1px solid rgba(227, 232, 235, 0.16);
  margin-bottom: 15px;
  padding-bottom: 10px;
}





/********************** Cm Section3 Styling ******************/




.cm-section3{
  padding-bottom:60px;

}

.cm-section3 .cm-cont{
  background:#142B53;
  padding:35px 40px 40px;
  border-radius:3px;
}

body .row-fluid .cm-section3 .cm-cont p{
  font-size:16px;
  line-height:24px;
  font-weight:normal;
  max-width:302px;
  margin:0 auto 20px;
  float:none;
}

body .row-fluid .cm-section3 .cm-cont p a{
  text-decoration:underline;
}

.cm-section3 .cm-cont h4{
  font-size:26px;
  line-height:30px; 
  font-weight:normal;
}

.cm-section3 .cm-cont .cta-container a.cta_button{
  background:#CCC19A;
  font-size:13px;
  line-height:16px;
  font-weight:bold;
  border-top-left-radius:0;
  border-bottom-right-radius:0;
  text-transform:uppercase;
  font-size:13px;
  line-height:16px;
  letter-spacing:1px;
  font-weight:bold;
  padding: 12px 16px;
}


.cm-section3 .cm-cont .cta-container a.cta_button:hover{
  background: #1a325e;
  color: #fff;
}  


body.claim .row-fluid .form-section .form-container:after{
  display:none;
}

body.claim .form-section .home-hero-form-heading h4{
  font-size:33px;
  line-height:37px;
  color:#1A325E;
  font-weight:normal;
  text-decoration:none;
  border-bottom:none;
  letter-spacing:normal;
  margin-top:15px;
}

body.claim .row-fluid .form-section .form-container.home-hero-form-container {
  max-width: 484px;
  margin: 0px auto 0!important;
  float: none!important;
  border:7px solid #CCC19A;
  padding-bottom:0;
}

body.claim .form-section .form-container form label{
  font-size:13px;
  line-height:19px;
  color:#1A325E;
  font-weight:500;
  margin-bottom:7px;
}

body.claim .form-section .form-container form input{
  background-color: rgba(26,50,94,0.05);
  color:#1A325E;
  font-size:15px;
  line-height:16px;
  font-weight:normal;
  border:none;
  border-radius:0;
  margin-bottom:15px;
}

body.claim .form-section .form-container form .hs-button{
  padding: 17px 0px;
  font-size:17px;
  line-height:21px;
  font-weight:bold;
}

body.claim .form-section{
  padding-bottom:0px;
  padding-top:0;
}

.cm-section4 .text-container{
  background-color: #FDFDFD;
  border: 0.78px solid #CCC19A;
  border-radius: 3.13px;
  padding:40px 15px 30px;
  position:relative;
}

.cm-section4 .text-container .description-container p{
  font-size:14.88px;
  line-height:25px;
  color:#1A325E;
  font-weight:normal;
  margin-bottom: 13px;
}

.cm-section4 .video-container{
  background:#fff;
}

.cm-section4 .cm-cont.image-con .video-container{
  display:none;
}

.cm-section4 .cm-cont.image-con .text-container{
  display:block;
}

.cm-section4 .cm-cont.video-con .video-container{
  display:block;
}

.cm-section4 .cm-cont.video-con .text-container{
  display:none;
}

.cm-section4 .cm-cont .info-container p{
  font-size:15.66px;
  line-height:21px;
  color:#1A325E;
  font-weight:normal;
  margin-bottom:10px;
}

.cm-section4 .cm-cont .review-cont p{
  font-size:11px;
  line-height:13px;
  color:#7E8D96;
  font-weight:normal;
  margin-bottom:0;
}

.cm-section4 .cm-cont .review-cont .row-fluid{
  display:flex;
}

.cm-section4 .cm-cont .review-cont .left-column{
  display:flex;
  justify-content:center;
  align-items:center;
}

.cm-section4 .cm-cont .review-cont .right-column{
  display:flex;
  justify-content:center;
  align-items:center;
}

.cm-section4 .cm-cont .text-container .image-container{
  height:50px;
  width:50px;
  border-radius:100%;
  position:absolute;
  top:-30px;
}

.cm-section4 .cm-cont .video-container .video-image-cont{
  height:130px;
}

.cm-section4 .cm-cont .video-container{
  padding:5px;
}

.cm-section4 .cm-cont .video-container{
  border-radius: 3.13px;
  border: 0.78px solid #CCC19A;
  background-color: #FDFDFD;
}

.cm-section4 .container{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: flex-start;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

.cm-section4 .cm-cont .video-container .top-row-cont .video{
  height:174px;
  position:relative;
  z-index:2;
}



.cm-section4 .cm-cont .video-container .top-row-cont .video:before{
  position:absolute;
  background-color: rgba(26,50,94,0.42);
  left: 0;
  right: 0;
  top: 0;
  content: '';
  bottom: 0;
  z-index:0;

}

.cm-section4 .cm-cont .video-container .top-row-cont{
  position:relative;
  margin-bottom:14px;
}

.cm-section4 .cm-cont{
  margin-bottom:45px;
}

body .row-fluid .cm-section4 .left-slide,
body .row-fluid .cm-section4 .right-slide{
  width: 43.717949%;
}

body .row-fluid .cm-section4 .right-slide{
  margin-left: 4.564103%;
}

.cm-section4 {
  max-height: 3000px;
  overflow-y: hidden;
}

/* to hide scroll-bar */ 
.cm-section4::-webkit-scrollbar { 
  width: 0 !important;
}

.cm-section4 .cm-cont:hover{
  -webkit-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
  transition:0.3s all ease-in-out;
}

.cm-section4 .cm-cont{
  transition:0.3s all ease-in-out;
}

.cm-section4 .cm-cont:hover .text-container .image-container{
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition:0.3s all ease-in-out;
}



@media(max-width:1280px){

  body .row-fluid .cm-section4 .left-slide,
  body .row-fluid .cm-section4 .right-slide{
    width: 46.717949%;  
  }

  .claim-section1 .right-container{
    padding-left:0;
  }
}



@media(max-width:767px){

  body.claim .row-fluid .form-section .form-container.home-hero-form-container{
    padding: 30px 20px 0px;  
  }

  body.claim .row-fluid .form-section .form-container .form-heading.home-hero-form-heading{
    padding:0;
  }

  body .row-fluid .cm-section4 .left-slide{
    width:100%;
  }

  body .row-fluid .cm-section4 .right-slide{
    width:100%;
  }

  body .row-fluid .cm-section4 .right-slide{   
    margin-left:0;
  }

  .cm-section4 .container{
    margin:0;
  }

  .cm-section4 .container{
    height:150px;   
  }

  .cm-section4 .cm-cont .text-container .image-container{
    position:relative; 
    top:0;
    margin:0 auto 20px;
    transition:0.3s all ease-in-out;
  }

  .cm-section4 .cm-cont{
    text-align:center;
  }

  .cm-section4 .cm-cont .review-cont .row-fluid{
    display:block;
  }

  .cm-section4 .cm-cont .video-container{
    padding:5px 5px 30px;
  }

  .claim-section1 .right-container{
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin-top:10px;
  }

  body.claim .form-section{
    padding-bottom:70px;
  }

  .cm-section4 .cm-cont:hover{
    -webkit-transform: none;
    -ms-transform:none;
    transform:none;
    transition:none;
  }

  .cm-section4 .cm-cont{
    transition:0.3s all ease-in-out;
  }

  .cm-section4 .cm-cont:hover .text-container .image-container{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition:none;
  }

  .cm-section4 .cm-cont .video-container .top-row-cont .video{

    height:185px;
  } 


}






/************************* Popup Video Styling ***************/




.fancybox-slide>*{
  background:transparent!important;
}

.fancybox-bg{
  background: rgba(0, 0, 0, 0.5)!important;
  opacity:1!important;
}

.fancybox-close-small:after{
  content:''!important;
  background:url('https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Qreport%20Claims%20Page/Close.svg')!important;
  background-repeat:no-repeat!important;
  background-size:cover!important;
  background-position:center center!important;
  width:28px!important;
  height:28px!important;
}

.fancybox-container #one{
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
  position: fixed!important;
  overflow: hidden!important;
  height: 100vh!important;
  left: 0px!important;
  right: 0px!important;
  top: 0px!important;
  bottom: 0px!important;
}

.fancybox-close-small{
  top:10%!important;
  right:10%!important;
}






/************************** CRO Header Section Styling *********************/



.homepage-redirect .cro-header-section{
   position:absolute;
   left:0;
   top:0;
   right:0;
   z-index:1;
   
}

.cro-header-section{
  padding: 7px 0;
  border-bottom: 2px solid #D8DDE6;
  
}

body.mobile-quote .row-fluid .cro-header-section{
   display:none;
}

.cro-header-section .left-col ul{
  list-style-type:none;
  position: relative;
  top: 3px;
}

.cro-header-section .left-col ul li{
  display:inline-block;
}

.cro-header-section .right-col ul{
  list-style-type:none;
  position: relative;
  top: 5px;
}

.cro-header-section .right-col ul li{
  display:inline-block;
  font-size:16px;
  line-height:19px;
  color:#1A325E;
  font-weight:normal;
  padding-right:30px;
}

.cro-header-section .right-col ul li a{
  font-size:16px;
  line-height:19px;
  color:#1A325E;
  font-weight:normal;
}

.cro-header-section .right-col{
  float:right;
  text-align:right;
}

.cro-header-section .right-col ul li img{
  max-width:18px;
  height:auto;
  width:100%;
  vertical-align:middle;
  padding-right:8px;
}

body .row-fluid .cro-header-section .wrapper{
  max-width:1345px;
}

.cro-header-section .left-col .logo{
  position:relative; 
  top:0px;
}

.request-callback-header .left-col .logo{
   top:6px;
}



@media(max-width:1024px){

  .cro-header-section .left-col .logo img{
    height:auto;
  }

  .cro-header-section .left-col .logo{
    width: 45.928177%;
    top: 13px;
  }

  .cro-header-section .left-col .step-list-cont{
    width: 39.309392%;
    padding-left: 20px;
  }

  .cro-header-section .left-col{
    width: 32.618785%; 
  }

  .cro-header-section .right-col {
    width: 60.618785%;
  }
  
  .cro-header-section .right-col ul li:last-child{
     padding-right:0;
  }
  
  .cro-header-section .left-col ul{
     padding-left:0;
     top: 0;
  }
  
  .cro-header-section .right-col ul {
    top: 0;
}
}



@media(max-width:767px){

  .cro-header-section .left-col {
    width: 49%;
    float: left;
  }

  .cro-header-section .right-col {
    width: 47%;
  }

  .cro-header-section .left-col .step-list-cont{
    display:none;
  }

  .cro-header-section .right-col ul li span.number-cont{
    display:none;
  }

  .cro-header-section .right-col ul li:last-child{
    display:none;
  }

  .cro-header-section .left-col .logo {
    width: 100%;
    top: 6px;
  }

  .cro-header-section .right-col ul li {
    padding-right: 0;
  }
  
  body.mobile-quote .row-fluid .cro-header-section{
  
  display:block;
}
  
.cro-header-section .left-col .logo img{
   max-width:150px;
 }
  
.homepage-redirect .calculator-section{
   padding:0;
}
  
body.step-up .calculator-section{
   padding:44px 0;
}
}



/********************* CRO Section1 Styling *******************/


body .row-fluid .cro-section1 .cm-section4 .left-slide,
body .row-fluid .cro-section1 .cm-section4 .right-slide {
  width: 45.717949%;
}

.cro-section1 .left-container .google-review{
  padding-top:88px;
}

body .row-fluid .cro-section1{
  background:#fff;
}

body .row-fluid .cro-section1 .wrapper{
  max-width:1345px;
}

.cro-section1 .left-container{
  padding-left:0;
  width: 52.717949%;
}

.cro-section1 .right-container{
  width: 46.717949%;
}

body.step1.claim,
body.step2.claim,
body.step3.claim{
  background:#fff;
  max-width:100%;
}



@media(max-width:1300px){

  .cro-section1 .right-container{
    padding-left: 40px;  
  }

  .cro-section1 .cm-section4{
    overflow-y:visible; 
  }

}


@media(max-width:1024px){

  body .row-fluid .cro-section1 .step-form-container{
    padding:0;
  }

  body .row-fluid .cro-section1 .left-container{
    padding-right:0; 
  }
}



@media(max-width:767px){

.cro-section1 .left-container{
    width: 100%;
    height: 100%;
    padding-bottom: 330px;
}

  .cro-section1 .right-container {
    padding-left: 0;
    width: 100%;
    display:none;
  }
  
  .cro-section1 .left-container .google-review{
     display:none;
  }
}





/******************* Mobile Quote Tool Styling Start *******************/

body .row-fluid .mobile-banner-section{
  display:none;
}

body .row-fluid .stepped-slider{
  display:none;
}

body .row-fluid .steps-resp{
  display:none;
}

#go-back-bt a{
   color:#6E7989;
   font-size:15px;
   line-height:18px;
   font-weight:normal;
   cursor:pointer;
}

#go-back-bt{
   margin-top:30px;
}

@media(max-width:767px){

  .mobile-quote .home-hero-section{
    display:none;
  }
  
  body.step-up .cro-header-section .white-logo{
     display:none;
  }
  
  body.step-up .cro-header-section .blue-logo{
     display:block!important;
     position:relative;
     top:8px;
  }
  
  body.step-up .cro-header-section .blue-logo img{
     max-width:150px!important;
  }
  
  body.step-up .cro-header-section{
     position:relative;
  }
  
  body.step-up .cro-header-section .white-img{
     display:none!important;
  }
  
  body.step-up .cro-header-section .blue-img{
     display:block!important;
  }
  
  body.homepage-redirect .cro-header-section .blue-logo{
     display:none;
  }
  
  body.homepage-redirect .cro-header-section .blue-img{
     display:none;
  }
  
  body.step-up .cro-header-section .blue-img{
     display:block;
  }
  
  .mobile-quote .header-section{
     display:none;
  }

  body .container-fluid .row-fluid .mobile-banner-section{
    display:block;
  }

  .mobile-banner-section{
    padding:128px 0 449px;  
  }

  .mobile-banner-section .heading-container h1{
    font-size:40px;
    line-height:34px;
    color:#fff;
    font-weight:bold;
  }

  .mobile-banner-section .heading-container p{
    font-size:20px;
    line-height:25px;
    color:#fff;
    font-weight:normal;
    margin-top:25px;
    margin-bottom:25px;
  }

  .mobile-banner-section .heading-container a.cta_button{
    background:#fff;
    font-size:18px; 
    line-height:22px;
    font-weight:bold;
    color:#00376F;
    border-radius:0 5px 0 5px;
    padding: 14px 30px;
  }
  
  .mobile-banner-section .heading-container a.cta_button:hover{
     background-image:none;
  }


}




/********************** Calculator Section Styling ******************/

@media(max-width:767px){

.calculator-section{
    padding:44px 0;  
}
  
body .row-fluid .calculator-section .p2-container form label.hs-error-msg{
  top: -10px!important;
  position: relative;
  left: 0!important;
  color: red!important;
  font-weight:normal!important;
  font-size:11px!important;
  line-height:14px!important;
}

.calculator-section .p2-container h4{
  font-size:25px;
  line-height:30px;
  font-weight:bold;
  margin-bottom:30px;
}

body .row-fluid .calculator-section .p2-container form .hs-button{
    background: #1a325e;
    color: #fff !important;
    border-radius: 0 5px 0 5px;
    font-size: 18px;
    line-height: 22px;
    font-family: "proxima-nova";
    height: auto;
    border: none;
    padding: 16px 40px;
    font-weight: normal;
}
  
  body .row-fluid .calculator-section .p2-container form .hs-button:first-letter{
     text-transform:uppercase;
  }

  .calculator-section .p2-container form .actions{
    text-align:right;
  }

  body .row-fluid .calculator-section .p2-container form .field>label {
    position: absolute;
    top: 5px;
    left: 15px;
    transition: .2s all ease-in-out;
    z-index: 11;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.25px;
    font-weight: normal;
    color:#6E7989;
    font-family:"neuzeit-grotesk";
    text-transform:lowercase;
  }
  
  body .row-fluid .calculator-section .p2-container form .field>label:first-letter{
     text-transform: uppercase;
  }

  body .row-fluid .calculator-section .p2-container form .gray-color-text label{
    top: -14px;
    color:#6E7989;
    transition:0.2s all ease-in-out;
    background:#fff;
    left:11px;
    padding: 0 10px;
  }

  body .row-fluid .calculator-section .p2-container form .color-text label{
    top: -10px;
    color: #00376f;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    transition: .2s all ease-in-out;
    background: #fff;
    left: 11px;
    padding: 0 10px;
  }

  .calculator-section .p2-container form .hs-form-field{
    position:relative;
  }

body .row-fluid .calculator-section .p2-container form input,
 body .row-fluid .calculator-section .p2-container form select,
body .row-fluid .calculator-section .p2-container form textarea{
  border:1px solid #D8DDE6;
  margin-bottom:24px;
  height:42px;
  color:#00376F;
  font-size:16px;
  line-height:19px;
  font-weight:normal;
}
 
  .calculator-section .equal-height-container>.row-fluid-wrapper>.row-fluid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; 
  }

  body .row-fluid .stepped-slider{
    display:block;
  }

  body .row-fluid .steps-resp{
    display:block;
  }

  body .row-fluid .cro-service-cm{
    display:none;
  }

  body .row-fluid .cro-document-cm{
    display:none;  
  }

  .stepped-slider .slick-vertical .slick-slide{
    display: flex;
    align-items: center;
    padding: 0px 15px;
    justify-content: center;
  }
  
  .calculator-section .p2-container form .hs-button:hover{
    background-image:none;
    background: #1a325e;
    color: #fff;
  }
  
body form.hs-form .form-columns-2 .hs-form-field .hs-input,
body form.hs-form .form-columns-3 .hs-form-field .hs-input{
   width:100%!important;
}
  
  body .row-fluid .calculator-section .p2-container form .hs-error-message{
     color: red;
     font-weight:normal;
     font-size:11px;
     line-height:14px;
     
  }
}



@media(max-width:340px) and (min-width:320px){

body.qr-cro-page .row-fluid .cro-section1 .wrapper{
   padding-left:10px;
   padding-right:10px;
}

body .container-fluid .row-fluid .cro-section1 .step-form-container form .gray-color-text label{
   padding:0;  
   top:-10px;
}
  

}










.step-2-page .cro-section1 .left-container{
   margin-bottom: 20px;
   padding-bottom:30px;
}

.step-2-page .cro-section1 .step-form-container form .hs-error-msgs li{
   display:block!important;
}

.step-1-page .cro-section1 .step-form-container form .hs-error-msgs li{
   display:block!important;
}

.step-3-page .cro-section1 .step-form-container form .hs-error-msgs li{
   display:block!important;
}

.step-3-page .cro-section1 .step-form-3.step-form-container{
    margin-bottom: 0!important;
}

.cro-header-section ul.steeped-list li{
   display:none;
}

.step-3-page .cro-header-section ul.steeped-list li:last-child{
   display:block;
}

.step-2-page .cro-header-section ul.steeped-list li:nth-child(2n){
   display:block;
}

.step-1-page .cro-header-section ul.steeped-list li:nth-child(1){
   display:block;
}









body.step-1-page{
animation: fadein 6s;
    -moz-animation: fadein 6s; /* Firefox */
    -webkit-animation: fadein 6s; /* Safari and Chrome */
    -o-animation: fadein 6s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
   from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}



/*============================================================
           QR New Banner Page Styling 
============================================================*/





/******************** QR New Header Section Styling Start *******************/





.qr-header-section .header-top-row{
   background:#fff;
}

.qr-header-section .header-top-row ul{
   list-style-type:none;
   margin:9px 0;
}

.qr-header-section .header-top-row ul li{
   display:inline-block;
   padding-right:50px;
}

.qr-header-section .header-top-row ul li:last-child{
   padding-right:0;
}

.qr-header-section .header-top-row ul li a{
   font-size:14px;
   line-height:17px;
   color:#00376F;
   font-weight:bold;
}

.qr-header-section .header-top-row{
   float:right;
   text-align:right;
}

.qr-header-section .header-section-bottom{
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 2;
  border-bottom:1px solid #fff;
  padding: 16px 0 16px;
}

.qr-header-section .header-section-bottom .col-1 .logo img{
   max-width:161px!important;
}

.qr-header-section .header-section-bottom .col-3{
   float:right;
   text-align:right;
}

.qr-header-section .header-section-bottom .col-2 ul li a{
   color:#fff;
   font-size:16px;
   line-height:19px;
   padding-top:0;
   padding-bottom:0;
   padding-left:0;
   padding-right:54px;
}

.qr-header-section .header-section-bottom .col-2 ul li:last-child a{
   padding-right:0;
}

.qr-header-section .header-section-bottom .col-3 a.cta_button{
   color:#00376F;
   font-weight:bold;
   background:#fff;
   padding: 13px 24px;
}

body .row-fluid .qr-header-section .header-section-bottom .col-2 ul li{
   line-height:normal;
}

.qr-header-section .header-section-bottom .col-2 ul{
   position:relative;
   top:4px;
   text-align: right;
    float: right;
    position: relative;
    left: -90px;
}

.qr-header-section .header-section-bottom .col-1{
   width: 20.076923%;
}

.qr-header-section .header-section-bottom .col-2{
   width: 60.717949%;
   text-align: right;
    float: right;
}

.qr-header-section .header-top-row ul li img{
  max-width: 16px;
  vertical-align: middle;
  padding-right: 7px;
  position: relative;
  top: -1px;
}

.qr-header-section .header-section-bottom .col-1 .logo{
   position:relative;
   top:3px;
}



@media(max-width:1200px) and (min-width:1025px){

.qr-header-section .header-section-bottom .col-2 ul li a{
   padding-right: 45px;  
}
}



@media(max-width:1024px){

.qr-header-section .header-section-bottom .col-1{
   width: 22.076923%;  
}
  
.qr-header-section .header-section-bottom .col-2 {
    width: 70.717949%;
}
  
.qr-header-section .header-section-bottom .col-2 ul li a {
    padding-right: 12px;
}
  
.qr-header-section .header-section-bottom .col-3{
    width: 23.364641%;
}
  
.qr-header-section .header-section-bottom .col-2 ul{
   left: -10px;
}
}



@media(max-width:767px){

body .row-fluid .qr-header-section{
   display:none;
}
}



/*********************** QR Banner Section Styling Start *******************/





.qr-banner-section-cont{
   background-color: #063265;
   position:relative;
   z-index:1;
   overflow:hidden;
}

.qr-banner-section-cont .left-col{
   position:relative;
   z-index:1;
   padding: 160px 0 184px;
   width:52%;
}

.qr-banner-section-cont:after{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background: linear-gradient(180deg,#063264 0%,#3a71a1 47.4%,rgba(106,170,215,0) 100%,rgba(106,170,215,0) 100%);
  width: 100%;
  z-index: -1;
  transform: rotate(-90deg);
}

.qr-banner-section-cont .right-col{
   position:absolute;
   right:0;
   top:0;
   bottom:0;
   z-index:-1;
   width:56%;
}

.qr-banner-section-cont .heading-container h1{
  font-size:72px;
  line-height:68px;
  font-weight:normal;
  margin-bottom:30px;
}

.qr-banner-section-cont .heading-container p{
   font-size:20px;
   line-height:25px;
   font-weight:normal;
}



@media(max-width:1200px) and (min-width:1025px){

.qr-banner-section-cont .left-col{
   width: 61%;  
}
}


@media(max-width:1024px){

.qr-banner-section-cont .heading-container h1{
  font-size: 51px;
  line-height: 56px;  
}
  
.qr-banner-section-cont .left-col {
    width: 58%;
}
}



@media(max-width:767px){

body .row-fluid .qr-banner-section-cont{
   display:none;
}
}




/******************** Personalised Quote Section Styling Start ******************/



body.new-home-banner{
animation: fadein 6s;
    -moz-animation: fadein 6s; /* Firefox */
    -webkit-animation: fadein 6s; /* Safari and Chrome */
    -o-animation: fadein 6s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
   from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}


body .container-fluid .row-fluid .personalised-quote-section .wrapper{
   max-width:1133px;
   margin:-100px auto 0;
   float:none;
   background:#ffff;
   position:relative;
   z-index:1;
   border-radius: 8px;
   padding:0;
   box-shadow: 0 2px 14px 2px rgba(0,0,0,0.25);
   min-height:392px; 
}

.personalised-quote-section .left-cont{
   padding: 45px 50px 35px;
    width: 77.358974%;
}

.personalised-quote-section .form-heading h4{
   font-size:28px;
   line-height:34px;
   color:#00376F;
   font-weight:bold;
}

.personalised-quote-section .form-heading{
   margin-bottom:25px;
}

body .row-fluid .personalised-quote-section .right-cont{
  position:absolute;
  right:0; 
  top:0;
  bottom:0;
  background:#D8DDE6;
  border-radius:0 8px 8px 0;
  padding:0 45px;
  text-align:center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left:0;
}

.personalised-quote-section .left-cont .form-section-cont form .hs-button{
  background:#1A325E;
  border-radius:0 5px 0 5px;
  color:#fff;
  font-size:18px; 
  line-height:22px;
  font-weight:bold;
  box-shadow: none;
  float: right;
  margin-top: 16px;
  margin-bottom: 20px;
}

.personalised-quote-section .left-cont .form-section-cont form input{
   border:1px solid #D8DDE6;
   margin-bottom:30px;
   font-size:16px;
   line-height:19px;
   color:#00376F;
   font-weight:normal;
}

.personalised-quote-section .left-cont .form-section-cont form input:focus{
   border:1px solid #00376F;
}

body .row-fluid .personalised-quote-section form .field>label {
    position: absolute;
    top: 5px;
    left: 15px;
    transition: .2s all ease-in-out;
    z-index: 11;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.25px;
    font-weight: normal;
    color: #6e7989;
    font-family: "neuzeit-grotesk";
    text-transform: initial;
}

body .row-fluid .personalised-quote-section form .gray-color-text label {
    top: -14px;
    color: #6e7989;
    transition: .2s all ease-in-out;
    background: #fff;
    left: 11px;
    padding: 0 10px;
}

body .row-fluid .personalised-quote-section form .color-text label {
    top: -10px;
    color: #00376f;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    transition: .2s all ease-in-out;
    background: #fff;
    left: 11px;
    padding: 0 10px;
}

.personalised-quote-section form .hs-form-field {
    position: relative;
}

body .row-fluid .personalised-quote-section label.hs-error-msg {
    position: relative;
    left: 0px !important;
    padding: 0 !important;
    color: red !important;
    font-size: 11px!important;
    font-weight: normal!important;
    top: -17px!important;
}

.personalised-quote-section .right-cont .star-heading{
   margin-bottom:30px;
}




@media(max-width:1200px){

body .container-fluid .row-fluid .personalised-quote-section{
   padding:0 15px;
}
}



@media(max-width:1024px){


.personalised-quote-section .left-cont{
   padding: 45px 30px 35px;  
}
  
.personalised-quote-section .form-heading h4 {
    font-size: 25px;
}
  
body .row-fluid .personalised-quote-section .right-cont{
   padding: 0 15px;
}
}




@media(max-width:767px){


body .row-fluid .personalised-quote-section{
   display:none;
}
}
 





/******************* C Banner Styling Start ********************/


.c-banner{
   position:relative;
}


.c-banner .image-container{
   height:529px;
}

/* .c-banner .top-row .right-cont{
   background: #063264;
} */

.c-banner .left-cont{
   width:50%;
}

.c-banner .right-cont{
  background: linear-gradient(270deg, #063264 0%, #3A71A1 65.21%, rgba(106,170,215,0) 100%, rgba(106,170,215,0) 100%);
  width: 78%;
  margin-left: 0;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 143px;
}


.c-banner .top-row{
   overflow:hidden;
}

.c-banner .container .left-col h1{
  font-size:59.9px;
  font-weight: bold;
  letter-spacing: -0.57px;
  line-height: 61.9px;
}

.c-banner .container .left-col h1 span{
  font-size: 71.14px;
  letter-spacing: -0.67px;
  line-height: 61.9px;
   font-family: 'Born Ready Slanted';
   font-weight:normal;
   display:block;
}

.c-banner .container .left-col p{
   font-size:20px;
   line-height:25px;
   font-weight:normal;
   margin-top:30px;
}

.c-banner .container .right-col .form-container{
  border: 2px solid #00376f;
  border-radius: 0 30px 0 30px;
  background-color: #fff;
  max-width: 436px;
  padding: 25px 41px;
  position: relative;
  margin-top: -335px;
  z-index: 2;
  float: right;
  box-shadow: 2px 9px 23px 0 rgba(0,55,111,0.28);
  position:relative;
  min-height:548px;
}

.c-banner .container .right-col .form-container:after{
  position:absolute; 
  right: 40px;
  top: -1px;
  content:'';
  background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/White%20star%20ribbon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 32px;
  height: 39px;
}

.c-banner .container .right-col .form-container .heading-cont h3{
  font-size:33.49px;
  font-weight: bold;
  letter-spacing: -0.32px;
  line-height: 34.71px;
  color: #00376F; 
}

.c-banner .container .right-col .form-container form input{
  border: 1px solid #C3C7CE;
  border-radius: 4px;
  background-color: #FFFFFF; 
  color: #3F4E62;
  font-weight:normal;
}

body .row-fluid .c-banner .container .right-col .form-container form .field>label{
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  text-transform:initial;
  color: #00376F;
  font-family: neuzeit-grotesk;
  letter-spacing:normal;
  margin-bottom:5px;
}

body .row-fluid .c-banner .container .right-col .form-container form .hs-button{
  border-radius: 0 5.5px 0 5.5px;
  background-color: #1A325E;
  box-shadow: 0 5px 9px 0 rgba(0,55,111,0.35);
  font-size: 18px;
  font-weight: bold;
  color:#fff;
  font-family:"proxima-nova";
  border: none;
  padding: 12px 26px;
  margin-top: 15px;
}

.c-banner .container .right-col .form-container form input::placeholder{
   color: #BEC2CA;
  font-family: neuzeit-grotesk;
  font-size: 16px;
  line-height: 45px;
}

body.wrapper-mac-adjust .c-banner .container .right-col .form-container form input::placeholder{
   line-height:normal;
}

body.wrapper-mac-adjust .c-banner .container .right-col .form-container form input::-moz-placeholder{
   line-height:45px;
}



body .row-fluid .c-banner .container{
  background: #fff;
  margin-top: -130px;
  border-top-left-radius:30px;
  position: relative;
  z-index: 2;
  padding: 30px 61px;
}

body .row-fluid .c-banner .container:after{
  position: absolute;
  right: auto;
  top: 0;
  bottom: 0;
  content: '';
  background: #fff;
  width: 10000px;
  z-index: -1;
}

body .row-fluid .c-banner .container .left-col{
   width: 49.717949%;
}

body .row-fluid .c-banner .container .right-col{
   width: 47.717949%;
    float: right;
}



@media(max-width:1300px){

.c-banner .right-cont:before{
   left: -260px;
}
}



@media(max-width:1190px){

body .row-fluid .c-banner .container .right-col{
   width: 45.717949%;
}
  
.c-banner .container .left-col h1 span{
   font-size: 62.14px;
}
  
.c-banner .container .left-col h1 {
    font-size: 51.9px;
}
  
body .row-fluid .c-banner .container .left-col {
    width: 50.717949%;
}
  
.c-banner .right-cont:before{
  top: -30px;
  left: -200px;
}
}



@media(max-width:1024px){

body .row-fluid .c-banner .container .left-col{
   width: 44.717949%;
}
  
body .row-fluid .c-banner .container .right-col {
    width: 51.717949%;
}
  
body .row-fluid .c-banner .container:after{
     right:-90%;
}
  
.c-banner .right-cont{
     bottom: 3px;
}
}



@media(max-width:767px){

.c-banner{
   display:none!important;
}
}






/********************** Bottom Form Section Styling ********************/





.bottom-form-section:before{
   display:none;
}

.bottom-form-section .heading-container h2{
  font-size: 47.92px;
  font-weight: bold;
  letter-spacing: -0.45px;
  line-height: 49.52px;
  text-align: center;
  margin-bottom: 0; 
}

body .row-fluid .bottom-form-section .heading-container h3{
   font-size: 55.77px;
  letter-spacing: -0.53px;
  line-height: 48.53px;
  text-align: center;
  font-family: 'Born Ready Slanted';
  margin-bottom:30px;
}

body .row-fluid .bottom-form-section .heading-container p{
   font-size: 18px;
  letter-spacing: -0.17px;
  line-height: 20px;
  text-align: center;
}

body .row-fluid .form-section.bottom-form-section .form-container.home-hero-form-container {
    border: 2px solid #00376f;
    border-radius: 0 30px 0 30px;
    background-color: #fff;
    max-width: 436px;
    padding: 25px 41px;
    position: relative;
    z-index: 2;
    float: right;
    box-shadow: 2px 9px 23px 0 rgba(0,55,111,0.28);
    position: relative;
    min-height: 548px;
    margin: 25px auto 0;
}

body .row-fluid .form-section.bottom-form-section .form-container.home-hero-form-container .form-heading h4 {
    font-size: 33.49px;
    font-weight: bold;
    letter-spacing: -0.32px;
    line-height: 34.71px;
    color: #00376f;
    text-align: left;
    border: none;
    text-decoration: none;
    font-family: "neuzeit-grotesk";
    margin-bottom:10px;
}

body .row-fluid .form-section.bottom-form-section .form-container.home-hero-form-container .form-heading{
   padding:0;
}

body .row-fluid .form-section.bottom-form-section .form-container.home-hero-form-container:after{
   position: absolute;
    right: 40px;
    top: -1px;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/White%20star%20ribbon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 32px;
    height: 39px;
    left:auto;
}

body .row-fluid .form-section.bottom-form-section .form-container.home-hero-form-container form .field>label {
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    text-transform: initial!important;
    color: #00376f;
    font-family: neuzeit-grotesk;
    letter-spacing: normal;
    margin-bottom: 5px;
}

body .row-fluid .form-section.bottom-form-section .form-container.home-hero-form-container form input {
    border: 1px solid #c3c7ce;
    border-radius: 4px;
    background-color: #fff;
    color: #3f4e62;
    font-weight: normal;
}

body .row-fluid .form-section.bottom-form-section .form-container.home-hero-form-container form .hs-button {
    border-radius: 0 5.5px 0 5.5px;
    background-color: #1a325e;
    box-shadow: 0 5px 9px 0 rgba(0,55,111,0.35);
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    font-family: "proxima-nova";
    border: 0;
    padding: 12px 26px;
    margin-top: 15px;
    letter-spacing: 0;
    width: auto;
}



@media(max-width:767px){

  .bottom-form-section .heading-container h2{
     font-size: 35.92px;
  }
  
body .row-fluid .bottom-form-section .heading-container h3 {
    font-size: 43.77px;
}
  
body .row-fluid .form-section.bottom-form-section .form-container.home-hero-form-container {
/*     padding: 25px 31px; */
  padding: 45px 31px;
}
  
body .row-fluid .form-section.bottom-form-section .form-container.home-hero-form-container .form-heading h4 {
    font-size: 25.49px;
    line-height: 28.71px;
}
  
  body .row-fluid .form-section.bottom-form-section .form-container.home-hero-form-container:after{
     border-radius:0;
  }
}


/********************** Footer New Section Styling ******************/





.footer-new-section{
   background: linear-gradient(180deg, #00376F 0%, #1A325E 100%);
}

.footer-new-section .top-row{
    padding: 35px 0 8px;
    border-bottom: 2px solid #fff;
    margin-bottom: 38px;
}

.footer-new-section .top-row .right-col{
  float:right;
  text-align:right;
}

.footer-new-section .top-row .right-col p{
   font-family: neuzeit-grotesk;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 18px;
  text-align: right;
  color:#fff;
  margin-bottom:10px;
}

.footer-new-section .top-row .right-col p a{
   font-family: neuzeit-grotesk;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 18px;
  text-align: right;
  color:#fff;
  font-weight:bold;
}

.footer-new-section .top-row .right-col h5{
  font-family: "proxima-nova";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.97px;
  line-height: 32px;
  text-transform:uppercase;
  text-align: right;
  margin-bottom: 3px;
}

.footer-new-section .top-row .left-col{
    margin-top:15px;
}

.footer-new-section .mid-row .column h5{
   text-transform:uppercase;
   font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.97px;
  line-height: 25px;
  font-family: "neuzeit-grotesk";
  margin-bottom:12px;
}

body .row-fluid .footer-new-section .mid-row ul li{
   font-size:16px;
   letter-spacing: 0.73px;
  line-height: 21px;
   font-family: "neuzeit-grotesk"; 
   color:#fff;
   transition:0.3s all ease-in-out;
}

body .row-fluid .footer-new-section .mid-row ul li a{
   font-size:16px;
   letter-spacing: 0.73px;
  line-height: 21px;
   font-family: "neuzeit-grotesk"; 
   color:#fff;
   padding:7px 0;
   transition:0.3s all ease-in-out;
}

body .row-fluid .footer-new-section .mid-row ul li:hover a{
   text-decoration:underline;
   transition:0.3s all ease-in-out;
}

body .row-fluid .footer-new-section .mid-row p{
   font-family: "neuzeit-grotesk"; 
  font-size: 16px;
  letter-spacing: 0.73px;
  line-height: 21px;
  color:#fff;
}

body .row-fluid .footer-new-section .mid-row a.cta_button{
  border-radius: 0 5.5px 0 5.5px;
  background-color: #CCC19A;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  font-family: "proxima-nova";
  padding: 14px 0px;
  width: 100%;
  box-sizing: border-box!important;
}

.footer-new-section .mid-row .col-1{
   width: 18.3%;
}

.footer-new-section .mid-row .col-2{
   width: 17.529915%;
}

.footer-new-section .mid-row .col-3{
   width: 17.529915%;
}

.footer-new-section .mid-row .col-4{
   width: 18.076923%;
}

.footer-new-section .mid-row .col-5{
   width: 18.076923%;
}

.footer-new-section .mid-row{
   padding-bottom: 40px;
}

.footer-new-section .footer-bottom-row ul li img{
   max-width:17px;
   height:auto;
}

.footer-new-section .footer-bottom-row ul li:last-child{
   padding-right:0;
}

.footer-new-section .footer-bottom-row ul{
    list-style-type:none;
   text-align:right;
}

.footer-new-section .footer-bottom-row ul li{
    display:inline-block;
    padding-right: 17px;
}

.footer-new-section .footer-bottom-row h3{
   color: #FFFFFF;
  font-family: 'Born Ready Slanted';
  font-size: 31.39px;
  letter-spacing: 0;
  line-height: 40.81px;
   margin-bottom:0;
}

.footer-new-section .footer-bottom-row{
   background-color:rgba(23,45,85,0.41);
   padding:10px 0;
}

.footer-new-section .footer-bottom-row .right-cont>.row-fluid-wrapper>.row-fluid{
   display:flex;
   justify-content:flex-end;
  /*justify-content:center;*/
   align-items:center;
}

.footer-new-section .footer-bottom-row .right-cont{
   text-align:right;
}

.footer-new-section .footer-mobile{
   display:none;
}



@media(max-width:1160px){

.footer-new-section .mid-row .col-4 {
    width: 16.076923%;
}

.footer-new-section .mid-row .col-5 {
    width: 19.076923%;
}
}


@media(max-width:1024px){

.footer-new-section .mid-row .col-5 {
   width: 22.076923%;
}
  
.footer-new-section .mid-row .col-4 {
    width: 14.076923%;
}
  
.footer-new-section .mid-row .col-3 {
    width: 15.529915%;
}
  
.footer-new-section .mid-row .col-3 {
    width: 15.529915%;
}
  
.footer-new-section .mid-row .col-1 {
    width: 18.3%;
}
  
body .row-fluid .footer-new-section .mid-row a.cta_button {
    font-size: 16px;
}
  
body .row-fluid .footer-new-section .mid-row p {
    font-size: 15px;
}
  
body .row-fluid .footer-new-section .mid-row ul li a {
    font-size: 15px;
}
}



@media(max-width:767px){

.footer-new-section .mid-row .col-1,
  .footer-new-section .mid-row .col-2,
  .footer-new-section .mid-row .col-3,
  .footer-new-section .mid-row .col-4,
  .footer-new-section .mid-row .col-5{
    width: 100%;
}
  
.footer-new-section .footer-bottom-row .left-cont{
   text-align:center;
}

.footer-new-section .footer-mobile{
   display:block;
}
  
.footer-new-section .desktop-mid-row{
   display:none;
}
  
.footer-new-section .top-row {
    text-align: center;
}
  
.footer-new-section .top-row .right-col {
    float: none;
    text-align: center;
}

  .footer-new-section .top-row .right-col h5{
     text-align:center;
  }
  
.footer-new-section .top-row .right-col p{
     text-align:center;
  }
  
.footer-new-section .top-row .left-col {
    margin-bottom: 20px;
}
  
  .footer-new-section .mid-row .col-5{
     margin-top:25px;
     text-align:center;
  }
  
.footer-new-section .footer-bottom-row .right-cont>.row-fluid-wrapper>.row-fluid {
    display: block;
}
  
  .footer-new-section .footer-bottom-row .right-cont{
     text-align:center;
     margin-top:20px;
  }
  
.footer-new-section .footer-bottom-row ul {
    list-style-type: none;
    text-align: center;
    margin-bottom:20px;
}
  
.footer-new-section .footer-bottom-row {
    padding: 34px 0 36px;
}
  
  .footer-new-section .footer-bottom-row h3{
     text-align:center;
  }
  
  .footer-new-section .footer-bottom-row .right-cont .social-cont{
     display:none;
  }
  
  body .row-fluid .footer-new-section .mid-row a.cta_button {
    width: auto;
    text-align: center;
    display: inline-block;
    float: none;
    padding: 14px 26px;
}
  
  .footer-new-section .mid-row .column h5{
     margin-bottom:17px;
  }
  
  .footer-new-section .mid-row {
    padding-bottom: 50px;
}
  
  
  


}





@media(max-width:767px){

  body .row-fluid .footer-mobile{
    display:block;
  }

  body .row-fluid .mobile-wrap .col-1 .row-2,
  body .row-fluid .mobile-wrap .footer-section .col-2, 
  body .row-fluid .mobile-wrap .footer-section .col-3, 
  body .row-fluid .mobile-wrap .footer-section .col-4 {
    display:none;
  }


  body .row-fluid .footer-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: unset;
    opacity: unset;
    -webkit-transition: unset;
    position: unset;
    z-index: unset;
    left: unset;
  }
  
  .footer-section .col-1{
     display:none;
  }

  .footer-mobile ul li .hs-menu-children-wrapper{
    display:none;
  }


  .footer-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
    text-align:left;
    max-width: 100%;
    margin: 0 auto;
    width:100%;
  }


  .footer-mobile .footer-child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 20px;
    top: 8px;
  }


.footer-mobile .footer-child-trigger:after{
  position: absolute;
  content: '';
  background: url('https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/White%20arrow%20down%20%281%29.svg');
  width: 13px;
  height: 8px;
  top: 2px;
  right: 0;
  width:15px;
  height:10px;
} 


  .footer-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: 100% !important;
    max-width: 100% !important;
    font-weight: normal!important;
    white-space: inherit;

  }

  .footer-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li{
    padding-bottom:10px;
  }

.footer-mobile  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    padding-bottom: 6px;
    float: none;
    max-width: 100%;
    margin: 0 auto;
    border-bottom: .5px solid #fff;
    margin-bottom: 30px;
}
  

  .footer-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a{
    font-weight:bold;
    max-width:100%;
    width:100%;
  }

  .footer-section .footer-bottom-row .right-cont ul li {
    display: inline-block;
    padding-right: 50px;
  }

.footer-mobile .menu-primary ul li.hs-menu-depth-1 a{
  color: #FFFFFF!important;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.04px;
  line-height: 25px;
  text-transform:uppercase;
}
  
.footer-mobile .menu-primary ul li.hs-menu-depth-2 a{
  color: #FFFFFF!important;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.04px;
  line-height: 25px;
  text-transform:capitalize;
}
  
  body .row-fluid .footer-mobile .menu-primary .hs-menu-children-wrapper{
     background:transparent!important;
  }
  
  .footer-new-section .footer-mobile h5 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .97px;
    line-height: 25px;
    font-family: "neuzeit-grotesk";
    margin-bottom: 18px;
    text-align:center;
     margin-top:15px;
}
  
 body .row-fluid .footer-new-section .footer-mobile a.cta_button {
    border-radius: 0 5.5px 0 5.5px;
    background-color: #ccc19a;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    font-family: "proxima-nova";
    padding: 14px 17px;
    width:auto;
    box-sizing: border-box !important;
    display:inline-block;
}
  
  .footer-new-section .footer-mobile{
    padding: 0 15px 50px;
  }

}



.home-c .footer-container-wrapper{
   border-top:none;
} 

.footer-container-wrapper{
   border-top:none!important;
} 







@font-face {
    font-family: 'Born Ready Slanted';
    src: url('https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets%20October%202018/Images/BornReadySlanted-Regular.eot');
    src: url('https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets%20October%202018/Images/BornReadySlanted-Regular.eot') format('embedded-opentype'),
        url('https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets%20October%202018/Images/BornReadySlanted-Regular.woff2') format('woff2'),
        url('https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets%20October%202018/Images/BornReadySlanted-Regular.woff') format('woff'),
        url('https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets%20October%202018/Images/BornReadySlanted-Regular.ttf') format('truetype'),
        url('https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets%20October%202018/Images/BornReadySlanted-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



body .container-fluid .row-fluid [class*="span"].inner-hero-section {
    
}

.image-cta.cta_button{
		background: transparent;
    box-shadow: none;
    padding: 0;
}

.body-container-wrapper li {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 1.81;
    color: #1a325e;
    margin-bottom: 0px;
}


.inner-hero-section h1{
    font-size: 54px;
    font-weight: 300;
    line-height: 1.04;
}
.inner-hero-section p{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.75;
    margin-bottom:20px;
}

p{
    font-size: 16px;
    line-height: 1.81;
    color: #1a325e;
    margin-bottom:0px;
}

.sidebar-left-col{
    border-left: solid 1px #cfcfcf;
    border-right: solid 1px #cfcfcf;
    position:relative;
}

.demo-box {
    background-color: rgba(74, 144, 226, 0.07);
    text-align: center;
    padding: 40px 20px;
}

.demo-box h3{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.61;
    text-align: center;
    color: #1e4e86;
}

body .demo-box a.cta_button {
    background: #4a90e2;
    padding: 10px 35px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

.left-navigation {
    padding: 45px 20px 50px 20px;
}

.left-navigation h4{
    font-size: 14px;
    line-height: 2;
    text-align: left;
    color: #495b67;
    margin: 0px 0px 10px 0px;
}

.left-navigation li.hs-menu-item.hs-menu-depth-1 {
    margin: 0px 0px 15px;
}

.left-navigation ul li.hs-menu-item.hs-menu-depth-1 a{
    font-size: 14px;
    line-height:1;
    text-align: left;
    color: #495b67;
    padding: 0px;
    width:100%;
    max-width:100%;
    position:relative;
    padding-left:10px;
    white-space: normal;
}

.left-navigation ul li.hs-menu-item.hs-menu-depth-1 a:hover{
    color:#f15a29;
}

.left-navigation ul li.hs-menu-item.hs-menu-depth-1 a:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 1px;
    background-color: #495b67;
    display: block;
    left: 0px;
    top: 5px;
}

.right-sidebar{
    padding-top:90px;
    padding-bottom:133px;
}

.right-sidebar img{
    margin-bottom:30px;
  height:auto;
}


.right-sidebar .widget-type-rich_text{
    padding-bottom:13px;
    margin-bottom:40px;
}

.right-sidebar .widget-type-rich_text h2{
    font-size: 32px;
    font-weight: normal;
    line-height: normal;
    letter-spacing:0.1px;
    color: #1a325e;
    margin-bottom: 30px;
}


.footer-container-wrapper {
    border-top: solid 1px #dedede;
}

.span12.widget-span.widget-type-cell.left-col-inner {
    width:100%;
  max-width:336px;
    position:absolute;
    
}


body.tab-fixed .left-col-inner{
 opacity:0;

}


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

.span12.widget-span.widget-type-cell.left-col-inner{
   
  max-width: 27%;
}
  
    .body-section .left-col-inner {
    padding: 30px;
}

}

@media(max-width:1200px) and (min-width:768px){
    .span12.widget-span.widget-type-cell.left-col-inner.make-sticky {
        max-width: 25%;    
    }
    
    body .row-fluid .demo-box a.cta_button{
        padding: 10px 20px;
    }
  
  .span12.widget-span.widget-type-cell.left-col-inner{
       //padding-right: 0;
  
  }  
  

  
  
}

@media(max-width:767px){
    .span4.widget-span.widget-type-cell.sidebar-left-col {
    display: none;
}
  
  .span12.widget-span.widget-type-cell.left-col-inner{
     position:relative!important;
     max-width:100%;
  }
    
}

@media(min-width:1100px){
    .right-sidebar{
        padding-left: 45px;
    }
}


div:focus{
    outline:none;
}








/******************** Request a Consultation Section Styling *****************/


.request-consultation-section .bg-image {
  
}

.request-consultation-section .right-col{
   margin-left:0;
   width: 41.17094%;
   background-position:top!important;
}

.request-consultation-section .left-col{
   width: 59.264957%;
   padding:40px 46px 50px;
   height:auto;
}

.request-consultation-section .left-col .text-cont{
   float:right;
   text-align:right;
}

.request-consultation-section .left-col .form-heading h3{
    font-family: "Born Ready Slanted";
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0px;
    font-weight: normal;
}

.request-consultation-section .left-col .form-copy p{
    font-size: 16px;
    color: #1a325e;
    line-height: 27px;
    letter-spacing: 0px;
}


.request-consultation-section .left-col .form-copy-list li {
    font-size: 16px;
    color: #1a325e;
    line-height: 27px;
    letter-spacing: 0px;
}

.request-consultation-section .form-list .form-copy-list {
 max-width:300px;
}



.request-consultation-section .left-col .form-heading h3 span{
   font-family: "LL Circular Black Web";
   font-weight:900;
}

body .row-fluid .request-consultation-section .left-col .form-heading{
   max-width:665px;
   margin:96px auto 50px;
   float:none;
}

body .row-fluid .request-consultation-section .form-container{
   max-width:340px;
   margin:0 auto;
   float:none;
}

body .row-fluid .request-consultation-section .form-container form .hs-button{
   background:#1A325E;
   color:#fff;
   font-size:13px;
   letter-spacing:2px;
   padding: 14px 20px;
}

body .row-fluid .request-consultation-section .form-container form .hs-button:hover{
   background:#485B7E;
}

body .row-fluid .request-consultation-section .form-container form .actions{
   position:relative;
}

body .row-fluid .request-consultation-section .form-container form .actions:before{
   position:absolute;
   left:0;
   top:0;
   content:'';
   background:url('https://512115.fs1.hubspotusercontent-na1.net/hubfs/512115/Assets%20Jan%202019/Images/fill-3%20%284%29.svg');
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
   width:66px;
   height:62px;
}

.request-consultation-section .left-col .contact-info p{
   font-size:12px;
   line-height:22px;
   letter-spacing:0;
   color:#1A325E;
   font-weight:normal;
   text-decoration:underline;
}

.request-consultation-section .left-col .contact-info{
   text-align:center;
   margin-top:20px;
   color: #1A325E;
}

.request-consultation-section{
   position:relative;
}

.request-consultation-section .right-col{
   position:relative;
}


.request-consultation-section .right-col .awards{
   left:0;
   right:0;
   margin:0 auto;
   text-align:center;
   padding: 10%;
}




@media(max-width:1024px){

.request-consultation-section .left-col .form-heading h3{
   font-size: 45px;
}

.request-consultation-section .left-col .form-heading h1{
   font-size: 45px;
}

  
  
  
.request-consultation-section .left-col .contact-info {
    margin-top: 30px;
}
  
.request-consultation-section .right-col .awards{
  max-width:250px;
}
}



@media(max-width:767px){

.request-consultation-section .left-col {
    width: 100%;
    padding: 40px 35px;
    height:auto;
}
  
.request-consultation-section .left-col .logo-cont{
   text-align:center;
   margin-bottom:20px;
   display:inline;
}
  
.request-consultation-section .left-col .text-cont{
   text-align:center;
   float:none;
}
  
body .row-fluid .request-consultation-section .left-col .form-heading {
    margin: 36px auto 50px;
    text-align:center;
    width: 314px;
}
  
body .row-fluid .request-consultation-section .form-container form .hs-button{
   width:auto!important;
   padding:15px 23px;
}
  
.request-consultation-section .left-col .contact-info {
    margin-top: 30px;
}
  
body .row-fluid .request-consultation-section .right-col{
   height:649px;
   width:100%;
}
  
body .row-fluid .request-consultation-section .right-col:before{
   display:none;
}
}




/************************* Inner Hero Section Styling *****************************/





body .row-fluid .inner-hero-section .heading-container{
   max-width:746px;
   margin:0 auto;
   float:none;
}

body .row-fluid .inner-hero-section{
   padding:197px 0 193px;
}

body .row-fluid .inner-hero-section .heading-container h1{
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.31);
}






@media(max-width:1024px){
  
body .row-fluid .inner-hero-section {
    padding: 150px 0 150px;
}
  
.inner-hero-section h1 {
    font-size: 40px;
}
  

  
}




@media(max-width:767px){

.inner-hero-section h1 {
    font-size: 30px;
}
  
body .row-fluid .inner-hero-section {
    padding: 100px 0 100px;
}
}


/******************** Form Section Styling ***************************/




 .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a{
    white-space:inherit;
}

body.navy-color-body .body-container-wrapper{
margin-bottom:-3px;

}

body.navy-color-body{
  background-color: #1a325e;
  
  }
  .popup-section.static-popup-section{
    opacity:1;
    position:static;
      pointer-events: auto;
    overflow-y: auto;
    overflow-x: auto;
    padding-top: 25px;
    //z-index:2;
  
  }









/************************* contact us section styling start **************/


.contact-us-hero-section {
    padding: 60px 0 120px;
}

.contact-us-hero-section .left-col .section-content h1 {
    font-size: 60px;
    font-weight: normal;
    line-height: 0.95;
}

.contact-us-hero-section .left-col .section-content p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    color: #1a325e;
}

.contact-us-hero-section .right-col.form-container {
    width: 100%;
    max-width: 56%;
    background: #fdfdfd;
    padding: 64px 30px 70px;
    border: 1px solid #e3e8eb;
}

.contact-us-hero-section .right-col.form-container .form form input {
    border: 1px solid #cfd5d8;
    height: 50px;
    border-radius: 4px;
      margin-bottom: 18px;
}

.contact-us-hero-section .right-col.form-container .form .field>label{
   text-transform:uppercase;
}

.contact-us-hero-section .right-col.form-container .form form textarea {
    border: 1px solid #cfd5d8;
    height: 233px;
    border-radius: 4px;
}

.contact-us-hero-section .right-col.form-container .form form input.hs-button.primary.large {
    background: #1a325e;
    font-family: "proxima-nova";
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 2px;
    border-radius: 5px;
    width: 100%;
    max-width: 268px;
    padding: 17px 47px;
    margin-top: 45px;
  	border:1px solid #1a325e;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.contact-us-hero-section .left-col{
    padding-right: 80px;
}
.contact-us-hero-section .left-col .section-content{
	position:relative;
      margin-bottom: 42px;
}
.contact-us-hero-section .left-col .section-content:after {
    position: absolute;
    content: "";
    bottom: -42px;
    left: 0;
    right: 0;
    background: #ccc19a;
    width: 108px;
    height: 2px;
}

.contact-us-hero-section .left-col .contact-number-container .contact-phone-logo  {
    width: 20px!important;
}
.contact-us-hero-section .left-col .contact-number-container .contact-number h4 {
    font-size: 22px;
    line-height: 1.27;
}

.contact-us-hero-section .left-col .contact-number-container {
    margin-top: 38px;
}

.contact-us-hero-section .left-col .time-contact-container h5 {
    font-size: 19px;
    font-weight: normal;
    line-height: 0.63;
    letter-spacing: normal;
}

.contact-us-hero-section .left-col .contact-hours-section {
    margin-top: 20px;
  margin-bottom: 15px;
}
.contact-us-hero-section .left-col .contact-hours-section .contact-hours-heading {
    margin-bottom: 7px;
}
.contact-us-hero-section .left-col .contact-hours-section .contact-address-heading {
    margin-bottom: 7px;
}

.contact-us-hero-section .left-col .contact-hours-section .contact-address-heading h4 span {
    font-weight: normal;
}


.contact-us-form-section .instant-quote-button-section a.instant-quote-cta {
		width: 100%;
    background-color: #ccc19a;
    border-radius: 0;
    font-family: "proxima-nova";
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #ffffff;
    padding: 12px 20px;
    position: absolute;
    max-width: 128px;
    right: -64px;
    transform: rotate(-90deg);
    top: 47%;
    height: auto;
}

@media(max-width:1024px){
.contact-us-hero-section .left-col .section-content h1 {
    font-size: 40px;
}
.contact-us-hero-section .left-col {
    padding-right: 20px;
}

.contact-us-hero-section {
    padding: 50px 0 70px;
}  
.contact-us-hero-section .right-col.form-container {
    padding: 60px 20px 60px;

}
}

@media(max-width:767px){
.contact-us-hero-section .left-col {
    padding-right: 0px;
}

.contact-us-form-section .instant-quote-button-section {
    text-align: center;
  }
body .row-fluid .contact-us-form-section {
    padding: 50px 0 140px;

}
body .row-fluid .contact-us-form-section .instant-quote-button-section a.instant-quote-cta {
    position: relative;
    max-width: 128px;
    right: 0;
    transform: rotate(0deg);
    bottom: -70px;
    left: 0;
    margin: 0 auto;
    float: none;
}  
  
.contact-us-hero-section .right-col.form-container {
    max-width: 100%;
    padding: 40px 20px 40px;
}  
  
.contact-us-hero-section .left-col .contact-number-container .contact-phone-logo {
    margin-bottom: 10px;
}  
  
}

/************************* contact us section styling end **************/


/***************************** t & c styling start ***********************/

.terms-hero-section {
    padding: 87px 0 77px;
      background: #e3e8eb;
}

.terms-hero-section .section-heading h1 {
    font-size: 60px;
    font-weight: normal;
    line-height: 1;
}


@media(max-width:1024px){

.terms-hero-section {
    padding: 70px 0 70px;
}

}


@media(max-width:767px){
.terms-hero-section {
    padding: 50px 0 50px;
    background: #e3e8eb;
}
.terms-hero-section .section-heading h1 {
    font-size: 40px;
}
  
  
}
/******************************* terms section1 styling start ********************/

.terms-section1.form-section.blog-form-cont .left-col .description-container p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.61;
    color: #67686b;
    margin-bottom: 30px;
}

body .row-fluid .terms-section1 form .field>label{
   text-transform:uppercase;
}

.terms-section1.form-section.blog-form-cont .left-col .description-container {
    padding-right: 60px;
}

body .row-fluid .terms-section1 .right-col.form-container.home-hero-form-container {
    margin-top: 0;
}

.terms-section1.form-section.blog-form-cont {
    padding: 80px 0 124px;
}


@media(max-width:1024px){
.terms-section1.form-section.blog-form-cont {
    padding: 70px 0 70px;
}

}

@media(max-width:767px){
.terms-section1.form-section.blog-form-cont .left-col .description-container {
    padding-right: 0;
}
.terms-section1.form-section.blog-form-cont {
    padding: 50px 0 80px;
}
  
}
/******************************* terms section1 styling end ********************/


/******************************* terms section2 styling start ********************/

.terms-section2 .section-heading h2 {
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
}

.terms-section2 {
    background: #f9f9f9;
    padding: 60px 0 155px;
}

.terms-section2 .helpful-information-cm-container .helpful-information-cm {
    background: #1a325e;
    padding: 40px 20px 50px;
     width: 100%;
    max-width: 358px;
}


body .row-fluid .terms-section2 .helpful-information-cm-container.three-col-adjust span>div{
    margin-top: 35px;
}

.terms-section2 .helpful-information-cm-container .helpful-information-cm .sub-heading-container h5 {
   font-family: "proxima-nova";
    font-size: 11px;
    font-weight: bold;
    line-height: 1.82;
    letter-spacing: 0.6px;
    color: #fff;
    display: inline-block;
    border-bottom: 2px solid rgba(204, 203, 203, 0.5294117647058824);
      margin-bottom: 15px;
}

@media(min-width:1200px){
body .row-fluid .terms-section2 .helpful-information-cm-container.three-col-adjust span{
		margin-right: -5.5%;
}
}


@media(max-width:1024px){
.terms-section2 {
    padding: 60px 0 100px;
}
}


@media(max-width:767px){
.terms-section2 {
    padding: 60px 0 100px;
}
  
.terms-section2 .section-heading h2{
   font-size:30px;
}
  
.terms-section2 .helpful-information-cm-container .helpful-information-cm {
    max-width: 100%;
}  
  
}
/******************************* terms section2 styling end ********************/
/***************************** t & c styling end ***********************/


/***************************** Faq styling start ************************/


/***************************** Faq section1 styling start ************************/

.faq-new-section1 {
    padding: 78px 0 82px;
}

.faq-new-section1 .section-heading h1 {
    font-size: 60px;
    font-weight: normal;
    line-height: 0.95;
}

.faq-new-section1 .right-col{
		text-align:right;
    width:64%;
}

.faq-new-section1 .right-col.align-center{
    max-width: 729px;
    margin: 0 auto!important;
}

.faq-new-section1 .left-col{
		width:37%;
}



@media(max-width:1024px){
.faq-new-section1 {
    padding: 70px 0 70px;
}  
  
.faq-new-section1 .section-heading h1 {
    font-size: 40px;
}

.faq-new-section1 .right-col {
    margin-top: 20px;
}  
  

}


@media(max-width:767px){
.faq-new-section1 {
    padding: 50px 0 70px;
}
  
.faq-new-section1 .section-heading h1{
   font-size:30px;
}
  
.faq-new-section1 .right-col{
    width:100%;
}

.faq-new-section1 .left-col{
		width:100%;
}

}
/***************************** Faq section1 styling end ************************/


/***************************** Faq section2 styling start ************************/

.faq-new-section2 {
    padding: 80px 0 128px;  
  	position: relative;
}

.faq-new-section2 .faq-container{
	position:relative;
}
.faq-new-section2 .accordion_header{
	position:relative;
  max-width:652px;
}

.faq-new-section2 .right-col form .field>label{
   text-transform:uppercase;
}



.row-fluid .faq-new-section2 .right-col .form-section .form-container.home-hero-form-container{
		margin: 35px auto 0;
}



.faq-new-section2 .left-col{
		padding-right:30px;
      margin-top: 10px;
}

.faq-new-section2 .accordion_header:before, .faq-new-section2 .accordion_header:after {
    position: absolute;
    content: '';
    background: #1a325e;
    width: 2px;
    height: 17px;
    transition: all .8s ease-in-out;
  	
}

.faq-new-section2 .accordion_header:after {
    top: 0;
    right: -50px;
    transform: rotate(-90deg);
}

.faq-new-section2 .accordion_header h4{
   line-height:23px;
}

.faq-new-section2 .expanded .accordion_header:before {
    transform: rotate(90deg);
}

.faq-new-section2 .accordion_header:before {
    right: -50px;
    top: 0;
}

.faq-new-section2 .accordion_group {
    padding: 22px 0;
		border-bottom: 1px solid #e3e8eb;
  	cursor:pointer;
}

.faq-new-section2 .accordion_group .accordion_content p {
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    color:#1a325e;

}

.faq-new-section2 .accordion_group .accordion_content {
    padding: 40px 0 9px;
}

.faq-new-section2.contact-us-form-section .instant-quote-button-section a.instant-quote-cta {
  	top:unset;
    bottom: 22%;
}



@media(max-width:1170px){

.faq-new-section2 .left-col{
   padding-right: 80px;
    width: 60.745856%;
}
  
.faq-new-section2 .accordion_header:after {
    right: -30px;
}  
  
.faq-new-section2 .accordion_header:before {
    right: -30px;
}  
  
}


@media(max-width:1024px){

body.faq-page .container-fluid .row-fluid .faq-form-cont {
    max-width: 280px!important;
    float: right!important;
}
}

@media(max-width:767px){
.faq-new-section2 .left-col {
    padding-right: 0px;
   width:100%;
}

.faq-new-section2 .accordion_header:after {
    right: 0;
}  
  
.faq-new-section2 .accordion_header:before {
    right: 0;
}  

body .row-fluid .faq-new-section2 .form-section .form-container:after {
    left: unset;
} 
  
.faq-new-section2 .accordion_header{
   max-width:462px;   
}
  
.faq-new-section2 .accordion_header h4 {
    font-size: 18px;
    padding-right:30px;
}
  
body.faq-page .container-fluid .row-fluid .faq-form-cont {
    max-width: 100% !important;
    float: none !important;
}
  
}

/***************************** Faq section2 styling end ************************/


/*************************** faq section3 styling start ************************/

.faq-new-section3 {
    padding: 100px 0 160px;
}

.faq-new-section3 .section-heading h2 {
    font-size: 45px;
    font-weight: normal;
    line-height: 0.98;
		margin-bottom: 5px;

}


.faq-new-section3 .section-heading h2 span {
    font-weight: 300;
}


.faq-new-section3 .gloden-heading.align-center h2 {
    font-weight: normal;
    line-height: 0.97;
    letter-spacing: normal;
    color: #b0a57e;
    font-family: 'Born Ready Slanted';
}

body .container-fluid .row-fluid .faq-new-section3 .section-heading.align-center {
    margin-bottom: 22px;
}


.faq-new-section3 .faq-content-section{
		position:relative;
}

body .container-fluid .row-fluid .faq-new-section3 .faq-content-section .top-dimond-img {
    top: -112px;
}


.faq-new-section3 .jewellery-insurance-cm-container{
    margin-top: 60px;
}
.faq-new-section3 .qreport-jewellery-insurance-cm .description-container p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #1a325e;
}

.faq-new-section3 .qreport-jewellery-insurance-cm .description-container {
    margin-top: 18px;
}

.faq-new-section3 .qreport-jewellery-insurance-cm .cta-container {
    margin-top: 45px;
    position:absolute;
    bottom:-46px;
}

.faq-new-section3 .qreport-jewellery-insurance-cm .cta-container a.cta_button {
    font-family: "proxima-nova";
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.8px;
    color: #b0a57e;
    background: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    font-size: 11.5px;
    border-bottom: 1px solid #b0a57e;
    display: inline-block;
    border-radius: 0;
}

.faq-new-section3 .qreport-jewellery-insurance-cm .cta-container a.cta_button:hover {
    color: #1a325e;
    background: #fff!important;
    border-bottom: 1px solid #1a325e;
}


.faq-new-section3 .qreport-jewellery-insurance-cm {
    width: 100%;
    max-width: 304px;
    position:relative;
}


@media(max-width:1024px){
.faq-new-section3 {
    padding: 100px 0 130px;
}
}

@media(max-width:767px){
.faq-new-section3 .qreport-jewellery-insurance-cm {
    max-width: 100%;
    margin-bottom: 50px;
}
  
.faq-new-section3 .section-heading h2{
   font-size:30px;
}
  
.faq-new-section3 .gloden-heading.align-center h2{
   font-size:25px;
}

.faq-new-section3 .qreport-jewellery-insurance-cm .cta-container {
    margin-top: 5px;
    position:relative;
    bottom:0;
}  
  
.faq-new-section3{
   padding: 100px 0 20px;
}
  
}
/***************************** Faq styling end ************************/



.qreport-liran-hero-section form .hs-button{
   background-color: #1A325E !important;
   background-image:none;
}






.qr-banner-section{
   padding:150px 0;
}

.qr-banner-section .image-container{
   margin-bottom:50px;
}

body .row-fluid .qr-banner-section .heading-container p{
   max-width:500px;
   margin:40px auto 0;
   float:none;
}



@media(max-width:1024px){
.qr-banner-section{
   padding:80px 0;
}

}


@media(max-width:767px){

.qr-banner-section{
   padding:60px 0;
}
}









/*=======================================================================
            Q content Upload Styling 
========================================================================*/





body.qcontent{
   background:#1a325e;
}

body.qcontent:before{
   display:none;
}

body.qcontent .body-container-wrapper{
   bottom:-10px;
}

body .row-fluid .left-sidebar{
    border-right: 1px solid rgba(227, 232, 235, 0.13);
    left: 0;
    right:0;
    top: 0;
    bottom: 0;
/*     width: 120px!important; */
    z-index: 11;
    background: #fff;
    position: fixed;
/*     height: 100vh; */
    background:#1a325e; 
/*     padding:30px 0; */
}

 .qupload-form-section{
   background:#1a325e;
   height:100vh;
   position:relative;
   z-index:1;
   overflow-y:scroll;
} 

.qupload-form-section:after{
   position:absolute;
   left:0;
   right:0;
   top:0;
   bottom:0;
   content:'';
   background:#1a325e;
   width:100%;
   z-index:-1;
}

.left-sidebar .text-cont h2{
    position: absolute;
    bottom: 190px;
    margin: 0;
    width: 410px;
    transform: rotate(-90deg);
    left: -144px;
    font-family: 'Born Ready Slanted';
    font-size:32px;
    line-height:66px;
    letter-spacing:0;
    color:#ffffff;
    font-weight:normal;
}

.left-sidebar .logo{
   position:absolute;
   left:0;
   top:25px;
   width:100%;
   
}

.left-sidebar .logo:after{
   position:absolute;
   bottom:-20px;
   left:0;
   right:0;
   content:'';
   background: rgba(227, 232, 235, 0.13);
   width:100%;
   height:1px;
}

.qupload-form-section .phone-container ul{
   list-style-type:none;
}

.qupload-form-section .phone-container ul li{
   display:inline-block;
   margin-right:10px;
   vertical-align:middle;
}

.qupload-form-section .phone-container ul li:last-child{
   margin-right:0;
}

.qupload-form-section .phone-container ul li img{
   vertical-align:middle;
}

.qupload-form-section .phone-container ul li h6{
   font-size:16px;
   letter-spacing:0;
   color:#fff;
}

.qupload-form-section .phone-container{
    float:right;
    text-align:right;
}

body .row-fluid .qupload-form-section .wrapper{
   max-width:1370px;
}

body .row-fluid .qupload-form-section .form-container{
   max-width:505px;
   margin:40px auto 0;
   float:none;
}

.qupload-form-section .form-container .form-heading h2{
   font-size:40px;
   letter-spacing:-1.2px;
   color:#fff;
   font-weight:normal;
   line-height:40px;
}

.qupload-form-section .form-container .form-heading p{
   font-size:24px;
   letter-spacing:-0.72px;
   color:#ccc19a;
   font-weight:normal;
}

.qupload-form-section{
   padding:20px 0 100px;
}

.qupload-form-section .phone-container ul li a{
   font-size:19.6px;
   letter-spacing:0;
   color:#fff;
   font-weight:bold;
}

.qupload-form-section .form-container .form-heading{
   border-bottom:1px solid #ccc19a;
}

.qupload-form-section .form-container .form-heading{
   padding-bottom:30px;
}

body .row-fluid  .qupload-form-section .form-container form .field>label{
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: normal;
  margin-bottom: 17px;
  margin-top:30px;
  font-family:"neuzeit-grotesk";
}

.qupload-form-section .form-container form{
   margin-top:40px;
   position:relative;
   height:800px;
}

.qupload-form-section .form-container form .file-upload-button-label {
    position: absolute;
    left: 0;
    bottom: 0;
    border: 0;
    border-radius: 4px;
    background-color: #334b78;
    padding: 0px 10px;
    color: rgba(255, 255, 255, 0.34);
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    width: 26%;
    height: 50px;
    display: flex;
    align-items: center;
    cursor:pointer;
}

.qupload-form-section .form-container form .file-upload-button-label:after{
  position: absolute;
  right: 11px;
  top: 12px;
  content: '';
  background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/April%202019/Images/Upload.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 17px;
  height: 22px;
}

.qupload-form-section .form-container form .input {
    display: block;
    position: relative;
    margin-bottom: 0px;
}

.qupload-form-section .form-container form .file-upload-file-name{
  background-color: #15284c;
  height: 50px;
  color: #fff;
  line-height: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  right: -158px;
  width: 65%;
  top: 0px;
  border-radius: 3px;
  padding: 0 10px;
  cursor:pointer;
}

.qupload-form-section::-webkit-scrollbar {      
  width: 0px;
}

.qupload-form-section::-webkit-scrollbar-thumb {
  background:transparent;
  border-radius: 0px;
}
.qupload-form-section ::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 0px;
}

.submitted-message{
  height: 100vh;
  text-align: center;
  padding-top: 100px;
}

body.form-page.ppc-page .submitted-message{
  height: auto;   
}




.qupload-form-section .form-container form input{
   max-width:100%;
   width:100%;
   background:#334b78;
   border:none;
   height:50px;
}

.qupload-form-section .form-container form .hs-button{
   background:#ccc19a;
   font-size:17px;
   letter-spacing:0.32px;
   color:#fff;
   font-weight:bold;
   width:auto;
   border-radius:5.5px;
   border-top-left-radius:0;
   border-bottom-right-radius:0;
   transition:0.4s all ease-in-out;
}

.qupload-form-section .form-container form .hs-button:hover{
   box-shadow: 0 11px 14px 0 #041c49!important;
  background-color: #ccc19a!important;
  transition:0.4s all ease-in-out;
  background-image:none!important;
}

body .row-fluid .qupload-form-section .form-container form input[type="file"]{
    display: none !important;
}

.qupload-form-section .form-container form .actions{
   text-align:left;
}

.iframe-height.hs-blog-post .hs-responsive-embed iframe{
  height: 1000px;
}





@media(max-width:1024px){

body .row-fluid .qupload-form-section .form-container{
  position: relative;
  left: 60px;
}
}



@media(max-width:767px){

body .row-fluid .left-sidebar{
    top: 0;
    bottom: auto;
    width: 100% !important;
    position: absolute;
    height: auto;
/*     padding: 30px 0 20px; */
    border:none;
}
  
.left-sidebar .logo{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}
  
.left-sidebar .text-cont h2 {
    position: relative;
    bottom: 0;
    margin: 0;
    width: 100%;
    transform: rotate(0deg);
    left: 0;
}
  
body .row-fluid .left-sidebar:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    content: '';
    background: rgba(227,232,235,0.13);
    width: 100%;
    height: 1px;
    content:'';
}
  
.left-sidebar .logo:after{
   display:none;
}
  
body .row-fluid .qupload-form-section .form-container{
  left:0;
  max-width:100%;
}
  
.qupload-form-section {
    padding: 110px 0 80px;
    height:100%;
}
  
.qupload-form-section .form-container .form-heading h2 {
    font-size: 30px;
    letter-spacing: -1.2px;
    text-align:center;
}
  
.qupload-form-section .form-container .form-heading p {
    font-size: 22px;
    letter-spacing: -0.72px;
    line-height: 26px;
    text-align:center;
}
  
.qupload-form-section .form-container form .file-upload-button-label:after {
    right: 11px;
    top: 17px;
    width: 10px;
    height: 13px;
}
  
.qupload-form-section .form-container form .file-upload-button-label{
    position:relative;
}
  
.qupload-form-section .form-container form .actions {
    text-align: center;
}
  
.qupload-form-section .form-container form .file-upload-file-name {
    right: 0px;
    width: 65%;
    position: absolute;
    top: 0;
}
  
  .iframe-height.hs-blog-post .hs-responsive-embed iframe{
  height: 550px;
}

.iframe-height.hs-blog-post .hs-responsive-embed.hs-responsive-embed-instagram{
  padding-bottom: 30px !important;
}
  
  
}



@media(max-width:500px){

.qupload-form-section .form-container form .file-upload-file-name {
    width: 60%;
}
  
body .row-fluid .qupload-form-section .form-container form .field>label {
    font-size: 17px;
}
}






/************************ Q report Digital Policy Process *****************/



body .row-fluid .digital-form-section .col-3{
    right:0;
    top:0;
    bottom:0;
    background:#fff;
    z-index:11;
    max-width:360px;
}


.digital-form-section .col-1 .cta-1{
   cursor:pointer;
}


body.step2 .digital-form-section .step-form-list ul li:nth-child(1){
    display: none!important;
}

body.step2 .digital-form-section .step-form-list ul li:nth-child(2){
    display:inline-block;
}

body.digital-page  .digital-form-section .step-form-list ul li {
    display: none;
    font-size: 40px;
    letter-spacing:-1.2px;
    color: #fff;
    font-weight: 500;
    padding:0;
    line-height:normal;
    text-align:left;
}

.digital-form-section .step-form-list ul li:before{
   display:none;
}

.digital-form-section .step-form-list ul li:after{
   display:none;
}

.digital-form-section .step-form-list ul{
   margin:0;
}

body.step1 .digital-form-section .step-form-list ul li:first-child {
    display:inline-block;
}

body.step3 .digital-form-section .step-form-list ul li:last-child{
    display:inline-block;
}

body.step3 .digital-form-section .step-form-list ul li:nth-child(2){
    display: none;
}


body.digital-page{
   max-width:100%!important;
}

.digital-form-section .step-form-container form .file-upload-button-label{
    position: absolute;
    left: 0;
    bottom: 0;
    border: 0;
    border-radius: 4px;
    background-color: #334b78;
    padding: 0px 10px;
    color: rgba(255,255,255,0.34);
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    width: 26%;
    height: 50px;
    display: flex;
    cursor: pointer;
    display: flex;
    align-items: left;
    cursor: pointer;
    max-width:100%;
    margin-bottom:30px;
}

.digital-form-section .step-form-container form .file-upload-button-label:after{
   position:absolute;
   right:11px;
   top:12px;
   content:'';
   background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/April%202019/Images/Upload.svg);
   width:17px;
   height:22px;
   
}

.digital-form-section .step-form-container form input {
    max-width: 100%;
    width: 100%;
    background: #334b78;
    border: 0;
    height: 50px;
}

body.step3 .container-fluid .row-fluid .digital-form-section .step-form-container form .field>label{
   line-height:18px;
}

body .row-fluid .digital-form-section .step-form-container form .file-upload-file-name {
    background-color: #15284c;
    height: 50px;
    color: #fff;
    line-height: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    right: -158px;
    width: 65%;
    top: 0px;
    border-radius: 3px;
    padding: 0 10px;
    cursor: pointer;
    max-width:100%;
    margin-bottom:30px;
}

.digital-form-section .step-form-container form .input {
    display: block;
    position: relative;
    margin-bottom: 0px;
}


/********************* Sidebar Styling *******************/



body.digital-page .footer-section{
   display:none;
}

body.show-footer .footer-section{
   display:block;
}


body .row-fluid .digital-form-section .col-1{
    border-right: 1px solid rgba(227,232,235,0.13);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 8.32906%;
    z-index: 11;
    background: #fff;
    position: absolute;
    height: 100%;
    background: #1a325e;
    padding: 30px 0;
    max-width:120px;
}

body.digital-page{
    background: #1a325e!important;
}

.digital-form-section .col-1 .cta-1 a.cta_button{
   font-size:14px;
   letter-spacing:0;
   font-weight:normal;
   background:transparent;
   box-shadow:none;
   padding:0;
   background-image:none;
}

.digital-form-section .col-1 .cta-1{
    position: absolute;
    bottom: 30px;
    margin: 0;
    transform: rotate(0);
    left: 0;
    font-size: 32px;
    line-height: 66px;
    letter-spacing: 0;
    color: #fff;
    font-weight: normal;
    display: block;
    width: 100%;
    text-align: center;
}

.digital-form-section .col-1 a.cta_button:before{
   position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    content: '';
    background: rgba(227,232,235,0.13);
    width: 100%;
    height: 1px;
}

.digital-form-section .logo {
    position: absolute;
    left: 0;
    top: 25px;
    width: 100%;
    text-align:center;
}

.digital-form-section .logo:after{
   position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    content: '';
    background: rgba(227,232,235,0.13);
    width: 100%;
    height: 1px;
}



/**************** Digital Form Section Styling ******************/




body .row-fluid .digital-form-section{
   height:100vh;
}


body .row-fluid .digital-form-section .left-col .wrapper{
   max-width:505px;
   margin:0 auto;
   float:none;
}

body .row-fluid .digital-form-section .thankyou-cont{
  display:none;
  position: absolute;
  left: -230px;
  right: 0;
  top: 30%;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 693px;
}

.digital-form-section .thankyou-cont h2 span{
   font-weight:bold;
   margin-bottom:20px;
}

.digital-form-section .thankyou-cont h2{
   font-size:40px;
   line-height:48px;
   letter-spacing:-1.2px;
   font-weight:bold;
   margin-bottom:50px;
}

.digital-form-section .thankyou-cont h3{
   font-size:40px;
   line-height:48px;
   letter-spacing:-1.2px;
   font-weight:normal;
}

.thankyou-cont .home-cta a.cta_button{
   background:#ccc19a;
   border-top-left-radius:0;
   border-bottom-right-radius:0;
   font-size:17px;
   letter-spacing:0.32px;
   font-weight:bold;
   background-image:none;
   padding: 13px 26px;
}

.thankyou-cont .home-cta a.cta_button:hover{
   background-image:none;
}

.thankyou-cont .home-cta{
   margin-top:30px;
}

body .row-fluid .digital-form-section .col-2{
   height:100vh;
   overflow-y:scroll;
}

body .row-fluid .digital-form-section .col-1{
   height:100vh;
}

body .row-fluid .digital-form-section .col-2 .wrapper{
   max-width:535px;
}

.digital-form-section .col-2{
   background:#1a325e;
   padding:149px 0 148px;
}

.digital-form-section .step-form-list{
   margin-bottom:30px;
}

body .row-fluid .digital-form-section form label{
   color:#fff;
   font-size:18px;
   line-height:35px;
   letter-spacing:0;
   font-weight:normal;
   font-family: neuzeit-grotesk;
}

body .row-fluid .digital-form-section form input{
   margin-bottom:20px;
   background:#334b78;
   border:none;
   color:#fff;
}

body .container-fluid .row-fluid .digital-form-section form .hs-button{
   background:#ccc19a!important;
   font-size:17px;
   letter-spacing:0.32px;
   font-weight:bold;
   width:auto;
   color:#fff;
   border-radius:5.5px;
   border-top-left-radius:0;
   border-bottom-right-radius:0;
   padding:15px 33px;
   margin-top:35px;
}

body .container-fluid .row-fluid .digital-form-section .actions{
   text-align:left;
}

body .container-fluid .row-fluid .digital-form-section .step-form-list ul {
    text-align: left;
}

.digital-form-section .col-3 .top-row{
   background:#e3e8eb;
   padding:34px 25px 70px;
}

.digital-form-section .col-3 .bottom-row{
   background:#fff;
   padding:68px 25px;
}

.digital-form-section .col-2{
   width: 83.811966%;
   margin-left:0;
}

.digital-form-section .col-3{
   width: 28.16%;
   margin-left:0;
}

.digital-form-section .col-3 .top-row ul{
   list-style-type:none;
   margin:0;
}

.digital-form-section .col-3 .top-row ul li{
   display:inline-block;
}

.digital-form-section .col-3 .right-column{
   float:right;
   text-align:right;
}

.digital-form-section .col-3 .left-column p{
   font-size:16px;
   letter-spacing:0;
   color:#242424;
   font-weight:normal;
   margin-top:3px;
}

.digital-form-section .col-3 .right-column a{
   font-weight:bold;
   font-size:19.6px;
   letter-spacing:0;
   font-weight:bold;
   color:#828282;
}

.digital-form-section .col-3 .right-column ul li img{
   vertical-align:middle;
}

.digital-form-section .col-3 .description{
   padding-top:40px;
   border-top:1px solid #828282;
   margin-top:30px;
}

.digital-form-section .col-3 .description p{
   font-size:16px;
   line-height:24px; 
   letter-spacing:0;
   color:#828282;
   font-weight:normal;
   margin-bottom:30px;
}

.digital-form-section .col-3 .description ul li{
   font-size:16px;
   line-height:24px; 
   letter-spacing:0;
   color:#828282;
   font-weight:normal;
   margin-bottom:10px;
   margin-left:20px;
   position:relative;
}

.digital-form-section .col-3 .description ul li:before{
   position: absolute;
    left: -16px;
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #828282;
    content: '';
}

.digital-form-section .col-3 .text-cont{
   margin-bottom:20px;
}

.digital-form-section .col-3 .bottom-row h5{
   font-size:18px;
   letter-spacing:0;
   color:#242424;
   font-weight:normal;
}

.digital-form-section .col-3 .bottom-row p{
   font-size:16px;
   line-height:24px;
   letter-spacing:0;
   color:#828282;
   font-weight:normal;
}

body .row-fluid .digital-form-section .col-3 .bottom-row a.cta_button{
   background:transparent;
   font-size:16px;
   letter-spacing:0;
   font-weight:normal;
   box-shadow:none;
   text-decoration:none;
    color:#242424;
    border-bottom:1px solid #242424;
    padding:0 0 5px;
    border-radius:0;
}

body.digital-page .body-container-wrapper{
   position:relative;
   top:1px;
   margin-top: -1px;
}

.digital-form-section .col-1::-webkit-scrollbar {
  width: 0px;
}

.digital-form-section .col-1::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0px;
}
.digital-form-section .col-1::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 0px;
}

.digital-form-section .col-2::-webkit-scrollbar {
  width: 0px;
}

.digital-form-section .col-2::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0px;
}
.digital-form-section .col-2::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 0px;
}

.digital-form-section .col-3::-webkit-scrollbar {
  width: 0px;
}

.digital-form-section .col-3::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0px;
}
.digital-form-section .col-3::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 0px;
}

.digital-form-section::-webkit-scrollbar {
  width: 0px;
}

.digital-form-section::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0px;
}
.digital-form-section::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 0px;
}



@media(max-width:1440px){

.digital-form-section .col-2{
   padding:149px 0 148px;
}
  
body .row-fluid .digital-form-section{
  height: 100vh;
  overflow-y: scroll; 
}
  
body .row-fluid .digital-form-section .col-2 {
    height:auto;
    overflow-y: scroll;
}
  
body .row-fluid .digital-form-section .col-1 {
    height:auto;
}
}




@media(max-width:1270px){

.digital-form-section .col-3 .left-column{
   width:100%;
   text-align:center;
}
  
.digital-form-section .col-3 .right-column{
   width:100%;
   text-align:center;
}
}





@media(max-width:1024px){

body .row-fluid .digital-form-section .col-1{
    width: 13.32906%; 
    height:auto;
}
  
body .row-fluid .digital-form-section .thankyou-cont{
   max-width:380px;
}
  
body.digital-page .digital-form-section .step-form-list ul li{
   font-size:30px;
}
  
body .row-fluid .digital-form-section .step-form-container form .file-upload-file-name{
   right:-138px;
   width:62%;
}
  
body .row-fluid .digital-form-section .col-2 {
    width: 71.811966%;
    height: 100vh;
    
}
  
.digital-form-section .step-form-container form .file-upload-button-label{
   width:30%;
}
  
body.step1 .row-fluid .digital-form-section .step-form-list ul li:first-child{
    text-align: center;
    display:block;
}
  
body.step2 .digital-form-section .step-form-list ul li:nth-child(2){
   text-align: center;
    display:block;  
}
  
body.step3 .digital-form-section .step-form-list ul li:nth-child(2) {
    display: none;
}
  
body .row-fluid .digital-form-section .col-2 .wrapper {
    max-width: 445px;
    position: relative;
    left: 35px;
}
  
body .row-fluid .digital-form-section .col-3{
  position:absolute;
  overflow-y:scroll;
}
  
body .row-fluid .digital-form-section .thankyou-cont{
   left:0;
   top:0;
}
  
body.step3 .digital-form-section .step-form-list ul li:last-child {
    display: block;
    text-align: center;
}
  
.digital-form-section .col-3 .left-column{
   width:100%;
   text-align:center;
}
  
.digital-form-section .col-3 .right-column{
   width:100%;
   text-align:center;
}
}



@media(max-width:767px){

body .row-fluid .digital-form-section .col-1{
  height: auto;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%; 
}
  
.digital-form-section .thankyou-cont h3{
  font-size: 28px;
  line-height: 38px;
}
  
body .row-fluid .digital-form-section .col-2 .wrapper{
   left:0;
}
  
body .row-fluid .digital-form-section .col-2{
   position:relative;
   width:100%;
   height:auto;
}
  
body .row-fluid .digital-form-section{
   height:auto;
}
  
body .row-fluid .digital-form-section .col-3{
   position:relative;
   height:auto;
   width:100%;
   max-width:100%;
}
  
.digital-form-section .col-1 .cta-1{
    position:relative;
    left:0;
    right:0;
     bottom:0;
   
}
  
.digital-form-section .col-1 .cta-1{
   border-bottom:1px solid #e3e8eb;
}

.digital-form-section .logo{
  position:relative;
  top:0;
}
  
.digital-form-section .col-1 a.cta_button:before{
   display:none;
}
  
.digital-form-section .logo:after{
   display:none;
}
  
.digital-form-section .col-2 {
    padding: 30px 0 48px;
}
  
body.digital-page .digital-form-section .step-form-list ul li {
    font-size: 34px;
    text-align: center;
}
  
.digital-form-section .col-3 .left-column{
   float:left;
}
  
.digital-form-section .col-3 .bottom-row {
    padding: 48px 25px;
}
  
.digital-form-section .step-form-container form .file-upload-button-label{
    width:100%;
    box-sizing:border-box;
}
  
.digital-form-section .step-form-3.step-form-container form .input {
    display: block;
    position: relative;
    margin-bottom: 80px;
}
  
body .row-fluid .digital-form-section .step-form-container form .file-upload-file-name {
    right: 0;
    width: 100%;
    top: 60px;
    max-width: 100%;
    margin-bottom: 30px;
}
  
body .row-fluid .digital-form-section .col-1{
   padding-top:0;
   position:relative;
}
  
body .row-fluid .digital-form-section .col-1:after{
   position:absolute;
   left:0;
   right:0;
   bottom:63px;
   content:'';
   background:#e3e8eb;
   width:auto;
   height:1px;
}
  
.digital-form-section .logo{
    width: 28%;
    float: left; 
}
  
.digital-form-section .col-1 .cta-1{
  width: 23%;
  float: right;
  position: relative;
  top: -65px;
  border-bottom: 0;
}

  
}





/*********************** PPC LP B Styling Start *******************/





body .row-fluid .ppc-b-section1{
   background: linear-gradient(0,rgba(106,170,215,0) 0%,rgba(106,170,215,0) 0%,#739ec117 100%);
   padding: 80px 0 74px;
}

.ppc-b-section1 .heading h1{
   color: #1A325E;
  font-size: 47.92px;
  font-weight: bold;
  letter-spacing: -0.45px;
  line-height: 49.52px;
}

.ppc-b-section1 .heading{
   margin-bottom: 20px;
}

.ppc-b-section1 .why-qreport-cm h2{
   color: #1A325E;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
}

.ppc-b-section1 .why-qreport-cm .list-container ul li{
   color: #1A325E;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 26px;
  position:relative;
   margin-left: 38px;
  margin-bottom: 16px;
}

.ppc-b-section1 .why-qreport-cm .list-container ul{
   list-style-type:none; 
}
  
.ppc-b-section1 .why-qreport-cm .list-container ul li:before{
   position: absolute;
    left: -36px;
    top: 8px;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/diamond-2.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 17px;
}

.ppc-b-section1 .why-qreport-cm{
   padding-bottom: 30px;
}

.ppc-b-section1 .our-benefit-cm .heading-cont h2{
   color: #1A325E;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
}

.ppc-b-section1 .our-benefit-cm .heading-cont{
   margin-bottom: 34px;
}

.ppc-b-section1 .our-benefit-cm .right-col h4{
   color: #1A325E;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom:3px;
}

.ppc-b-section1 .our-benefit-cm .right-col p{
   color: #6E7989;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.ppc-b-section1 .our-benefit-cm .cm-cont .cm-inner-cont{
   margin-bottom:25px;
}

.ppc-b-section1 .our-benefit-cm .left-col{
   width: 5.076923%;
}

.ppc-b-section1 .our-benefit-cm .right-col{
   width: 92.358974%;
}

body .row-fluid .ppc-b-section1.form-section .home-hero-form-container.form-container{
   border: 2px solid #00376f;
    border-radius: 0 30px 0 30px;
    background-color: #fff;
    max-width: 436px;
    padding: 25px 41px;
    position: relative;
    z-index: 2;
    float: right;
    box-shadow: 2px 9px 23px 0 rgba(0,55,111,0.28);
    position: relative;
    min-height: 548px;
}

body .row-fluid .ppc-b-section1.form-section .home-hero-form-container.form-container form .field>label {
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    text-transform: initial;
    color: #00376f;
    font-family: neuzeit-grotesk;
    letter-spacing: normal;
    margin-bottom: 5px;
}

body .row-fluid .ppc-b-section1.form-section .home-hero-form-container.form-container form input {
    border: 1px solid #c3c7ce;
    border-radius: 4px;
    background-color: #fff;
    color: #3f4e62;
    font-weight: normal;
}

body .row-fluid .ppc-b-section1.form-section .home-hero-form-container.form-container form .hs-button {
    border-radius: 0 5.5px 0 5.5px;
    background-color: #1a325e;
    box-shadow: 0 5px 9px 0 rgba(0,55,111,0.35);
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    font-family: "proxima-nova";
    border: 0;
    padding: 12px 26px;
    margin-top: 15px;
    letter-spacing:normal;
    width:auto;
}

body .row-fluid .ppc-b-section1.form-section .home-hero-form-container.form-container:after {
    position: absolute;
    right: 40px;
    top: -1px;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/White%20star%20ribbon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 32px;
    height: 39px;
    left:auto;
}

body .row-fluid .ppc-b-section1.form-section .home-hero-form-container.form-container .form-heading h3 {
    font-size: 33.49px;
    font-weight: bold;
    letter-spacing: -0.32px;
    line-height: 34.71px;
    color: #00376f;
}

body .row-fluid .ppc-b-section1.form-section .home-hero-form-container.form-container .img-cont{
   margin-top:24px;
}

body .row-fluid .ppc-b-section1 .right-col .small-desc p{
   color: #1A325E;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 26px;
} 

body .row-fluid .ppc-b-section1 .right-col .small-desc h6{
   color: #1A325E;
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 26px;
}

body .row-fluid .ppc-b-section1 .right-col .small-desc{
   max-width: 436px;
    margin: 53px auto 0;
    float: right;
}


body .row-fluid .ppc-b-section1 .right-container{
   width: 44.717949%;
}


body .row-fluid .ppc-b-section1 .left-container{
   width: 52.717949%;
}

@media(max-width:1150px){

.ppc-b-section1 .our-benefit-cm .left-col {
    width: 5.076923%;
}

.ppc-b-section1 .our-benefit-cm .right-col {
    width: 88.358974%;
}
body .row-fluid .ppc-b-section1 .right-container {
    width: 43.717949%;
}
}


@media(max-width:1024px){

  body.ppc-page .row-fluid .ppc-b-section1 .wrapper>.row-fluid-wrapper>.row-fluid{
     display:block;
  }

  body.ppc-page .row-fluid .ppc-b-section1 .right-col{
     width: 48.618784527%;
     float:left;
     margin-left: 2.762430939%;
  }

  body.ppc-page .row-fluid .ppc-b-section1 .left-col{
     width: 48.618784527%;
     float:left;
  }
  
body.ppc-page .row-fluid .ppc-b-section1 .our-benefit-cm .left-col {
    width: 8.076923%;
}
  
body.ppc-page .row-fluid .ppc-b-section1 .our-benefit-cm .right-col {
    width: 87.358974%;
}

  
body.ppc-page .row-fluid .form-heading.home-hero-form-heading {
    padding: 0 0;
}

  
.ppc-b-section1 .heading h1{
     font-size: 37.92px;
    line-height: 44.52px;
}

  
.ppc-b-section1 .why-qreport-cm h2 {
    font-size: 29px;
}

.ppc-b-section1 .our-benefit-cm .heading-cont h2 {
    font-size: 29px;
}

body .row-fluid .ppc-b-section1.form-section .home-hero-form-container.form-container {
    padding: 25px 31px;
}
  
body .row-fluid .ppc-b-section1.form-section .home-hero-form-container.form-container .form-heading h3 {
    font-size: 29.49px;
}

body .row-fluid .ppc-b-section1 .right-col .small-desc {
    margin: 13px auto 0;
}
}



@media(max-width:767px){
.ppc-b-section1 .wrapper>.row-fluid-wrapper>.row-fluid{
     display: flex!important;
    flex-direction: column-reverse;
}
body.ppc-page .row-fluid .ppc-b-section1 .right-col{
     width: 100%;
     float:none;
     margin-left: 0;
     
  }

  
  body .row-fluid .ppc-b-section1 .right-col .small-desc{
     float:none;
  }
  body.ppc-page .row-fluid .ppc-b-section1 .left-col{
     width: 100%;
     float:none;
    margin-top:30px;
  }
  body .row-fluid .ppc-b-section1.form-section .home-hero-form-container.form-container:after{
     border-radius:0;
     right:24px;
  }
body .row-fluid .ppc-b-section1.form-section .home-hero-form-container.form-container {
    padding: 25px 21px;
}

body .row-fluid .ppc-b-section1 {
   
    padding: 10px 0 34px;
}
  
body.ppc-page .row-fluid .ppc-b-section1 .our-benefit-cm .left-col {
    width: 10.076923%;
    float: left;
    margin-top:0;
}

body.ppc-page .row-fluid .ppc-b-section1 .our-benefit-cm .right-col {
    width: 87.358974%;
    float: right;
}
  
  body .row-fluid .ppc-b-section1 .left-col .heading h1{
    display:none;
  }
  
  .ppc-b-section1 .small-desc{
     padding: 40px 0 20px;
  }
}






/*********************** You Getting Cm Styling Start ******************/





.you-getting-cm .img-cont{
   margin-bottom:20px;
}

.ppc-b-section1 .you-getting-cm .heading-cont {
    margin-bottom: 20px;
    border-bottom: 1px solid #D8DDE6;
}

.ppc-c-section1 .heading h1 span{
   display:block;
   color: #1A325E;
  font-family: 'Born Ready Slanted';
  font-size: 67.48px;
  letter-spacing: -0.64px;
  line-height: 58.72px;
  font-weight:normal;
}

.ppc-c-section1 .heading p{
  color: #00376F;
  max-width:425px;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 25px;
  margin-top:23px;
}

.ppc-c-section1 .heading{
   margin-bottom:40px;
}

.ppc-c-section1 .heading h1{
   color: #1A325E;
  font-size: 57.99px;
  font-weight: bold;
  letter-spacing: -0.55px;
  line-height: 59.92px;
}

body .row-fluid .ppc-c-section1{
   padding:60px 0 74px;
}

.ppc-c-section1 .you-getting-cm .heading-cont h2 {
    color: #1a325e;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
}


.qreport-claims-cm .cm-cont{
  width: 13%;
  float: left;
  border: .6px solid #00376f;
  border-radius: 3.13px;
  background-color: #fff;
  margin-right: 20px;
  padding: 20px 20px 20px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  min-height:229px;
}

.qreport-claims-cm .cm-cont.someClass{
   width:25%;
}

.qreport-claims-cm .cm-cont.show-video{
   width:13%;
}

.ppc-c-section2 .infiniteslide_wrap {
    overflow: visible !important;
}

.ppc-c-section2.slider {
    position: relative;
    z-index: 1;
}

.qreport-claims-cm .cm-cont.show-video .text-container{
   display:none;
}

.qreport-claims-cm .cm-cont.show-image .video-container{
   display:none;
}


.ppc-c-section2 .heading-container h3{
   color: #1A325E;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  padding-left:52px;
}


.ppc-c-section2 .heading-container{
   position:relative;
   border-bottom: 1px solid #D8DDE6;
   margin-bottom:74px;
}

.ppc-c-section2 .heading-container:after{
  position: absolute;
  right: 0;
  left: 0;
  top: -4px;
  content: '';
  background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Star%20%282%29.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 39px;
  height: 39px;
}

.ppc-c2-section1 .ppc-c-section2 .heading-container:after{
   position: absolute;
  right: 0;
  left: 0;
  top: -4px;
  content: '';
  background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Star%202.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 39px;
  height: 39px;
}

.ppc-c-section2{
   padding-bottom:80px;
}

.qreport-claims-cm .cm-cont .image-container{
   width:51px;
   height:51px;
   border-radius:50%;
   margin-top:-44px;
}

.qreport-claims-cm .cm-cont .description-container p{
   color: #1A325E;
  font-size: 14.88px;
  letter-spacing: 0;
  line-height: 25.06px;
}

.qreport-claims-cm .cm-cont .description-container{
   padding-top:20px;
}

.qreport-claims-cm .cm-cont .info-container p{
  color: #1A325E;
  font-size: 15.66px;
  letter-spacing: 0;
  line-height: 21.14px;
}

.qreport-claims-cm .cm-cont .info-container{
   margin-top: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.qreport-claims-cm .cm-cont .review-cont{
   margin-top:10px;
   max-width:250px;
}

.qreport-claims-cm .cm-cont .review-cont .right-column p{
   color: #7E8D96;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 13px;
  text-align: left;
  position:relative;
  top:8px;
}

.qreport-claims-cm .cm-cont .video-container .video{
   height: 149px;
    position: relative;
    z-index: 2;
    width:100%;
}

.qreport-claims-cm .cm-cont .video-container .play-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 41%;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    max-width:36px!important;
}

.qreport-claims-cm{
  align-items: stretch!important;
}

.small-desc h6{
    color: #1A325E;
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 26px;
  }

.you-getting-slider-cm{
   display:none!important;
}

.qreport-claims-cm .wistia_click_to_play{
   width:100%!important;
}

body .row-fluid .ppc-c2-section1{
   background:none;
}


@media(max-width:1800px){


.qreport-claims-cm .cm-cont{
   width: 15%;
}
  
.qreport-claims-cm .cm-cont.show-video{
   width: 15%;
}
  
.qreport-claims-cm .cm-cont{
  padding: 20px 20px 60px;
}
}



@media(max-width:1500px){

.qreport-claims-cm .cm-cont{
   width: 18%;
}
  
.qreport-claims-cm .cm-cont.show-video{
   width: 18%;
}
}


@media(max-width:1400px){

.qreport-claims-cm .cm-cont.someClass {
    width: 29%;
  }

.qreport-claims-cm .cm-cont.show-video{
   width: 18%;
}
}


@media(max-width:1300px){

.qreport-claims-cm .cm-cont.someClass {
    width: 34%;
}
  
  .qreport-claims-cm .cm-cont.someClass .review-cont{
    max-width:240px;
}
  
.qreport-claims-cm .cm-cont.show-video{
   width: 20%;
}
  
 .qreport-claims-cm .cm-cont.show-video .review-cont{
     max-width:100%;
  }
  
.qreport-claims-cm .cm-cont{
   width: 20%;
}
  
  .qreport-claims-cm .cm-cont .review-cont{
    max-width:100%:
  }
}



@media(max-width:1024px){

.qreport-claims-cm .cm-cont.someClass {
    width: 34%;
}
  
  body .row-fluid .ppc-c-section1 .our-benefit-cm .right-col{
     width:100%;
     margin-left:0;
  }
  
.qreport-claims-cm .cm-cont {
    width: 31%;
}
  
.ppc-c-section1 .heading h1{
   font-size: 37.99px;
}
  
.ppc-c-section1 .heading h1 span {
    font-size: 46.48px;
    line-height: 38.72px;
}
  
.qreport-claims-cm .cm-cont.show-video {
    width: 31%;
}
  
.qreport-claims-cm .cm-cont {
    padding: 20px 20px 100px;
}
}




@media(max-width:767px){

.q-desktop-cm{
   display:none!important;
}
  
.qreport-claims-cm .cm-cont{
     margin-right:0;
}
  
.mobile-slider .slick-list{
     overflow:visible;
  }
  
.qreport-claims-cm .cm-cont .image-container {
    margin: -49px auto 0;
}
  
.qreport-claims-cm .cm-cont .description-container {
    text-align: center;
}
  
.qreport-claims-cm .cm-cont .info-container {
    margin-top: 20px;
    position: relative;
    bottom: 0;
    left: 0px;
    right: 0px;
}
  
.qreport-claims-cm .cm-cont {
    padding: 20px 20px 10px;
    margin:0 20px 50px;
  }
  
.qreport-claims-cm .cm-cont .info-container {
    text-align: center;
}
  
  .qreport-claims-cm .cm-cont .review-cont .right-column p{
     text-align:right;
     top:0;
  }
  
  .qreport-claims-cm .cm-cont .review-cont .left-column{
     width:auto;
     float:left;
  }
  
  .qreport-claims-cm .cm-cont .review-cont .right-column{
     width:auto;
     float:left;
     padding-left:20px;
  }
  
  .qreport-claims-cm .cm-cont.someClass .review-cont {
    max-width: 240px;
    text-align: center;
    margin: 20px auto;
    float: none;
}
  
  .ppc-c-section2 .small-desc{
    text-align:left;
    padding:0 20px;
  }
  
  .ppc-c-section2 {
    padding-bottom: 50px;
}
  
.ppc-c-section2 .heading-container h3{
     text-align:center;
     padding-left:0;
}
  
body .row-fluid .ppc-c-section2 .heading-container:after {
    top: -50px;
    margin: 0 auto;
}
  
body .row-fluid .ppc-c2-section1 .ppc-c-section2 .heading-container:after {
    top: -50px;
    margin: 0 auto;
}

.ppc-c-section2 .heading-container {
    border-bottom: none;
    margin-bottom: 60px;
}
  
  .wistia_click_to_play{
     width:100%!important;
  }
  
  .qreport-claims-cm .cm-cont{
     min-height:100%;
  }
  
  body .row-fluid .ppc-c-section1{
     padding: 20px 0 74px;    
  }
  
  .ppc-c-section1 .heading h1 span {
    font-size: 48.48px;
    line-height: 42.48px;
    letter-spacing: -0.46px;
}
  
.ppc-c-section1 .heading p {
    text-align: center;
    margin:23px auto 0;
}
  
  .ppc-c-section1 .heading h1{
     font-size: 36.75px;
    line-height: 43.14px;
    text-align: center;
    letter-spacing: -0.39px;  
  }
  
  .ppc-c-section1 .you-getting-cm .heading-cont h2{
     text-align:center;
     color: #1A325e;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
     
  }
  
  .ppc-c-section1 .you-getting-cm .heading-cont{
     border-bottom:none;
  }
  
  .you-getting-cm .img-cont {
    margin-bottom: 18px;
    text-align: center;
}
  
.you-getting-slider-cm{
   display:block!important;
}

  .you-getting-cm{
     display:none!important;
  }
  
  .qreport-claims-cm .cm-cont .review-cont{
     margin:20px auto 20px;
     float:none;
  }
  
  
  .qreport-claims-cm .cm-cont{
     min-height:320px!important;
  }
  
  .qreport-claims-cm .cm-cont .info-container {
    position: absolute;
    bottom: 0;
}


}





/**************** You Getting Slider CM Styling ****************/




.you-getting-slider-cm .heading-cont h3{
   color: #1A325E;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}

.you-getting-slider-cm .heading-cont{
   margin-bottom:20px;
}

.you-getting-slider-cm .icon-cont{
   margin-bottom:15px;
}

.you-getting-slider-cm .top-row{
  border: 1px solid #D8DDE6;
  background-color: rgba(216,221,230,0.35);
  padding:41px 30px;
}

.you-getting-slider-cm .top-row h4{
  color: #1A325E;
  font-size: 24.2px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  margin-bottom:0;
  min-height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.you-getting-slider-cm .bottom-row{
   background-color: #06376B;
   padding:41px 30px;
}

.you-getting-slider-cm .bottom-row p{
   color: #FFFFFF;
  font-size: 19.2px;
  letter-spacing: 0;
  line-height: 28.8px;
  text-align: center;
  margin-bottom:0;
}

.you-getting-slider-cm{
   padding-bottom:40px;
}

.ppc-c2-section1 .you-getting-slider-cm .heading-cont h3{
   color:#fff;
}

.ppc-c2-section1 .you-getting-slider-cm .top-row{
  background:#fff;
  border: 1px solid #D8DDE6;
}

.ppc-c2-section1 .you-getting-slider-cm .bottom-row{
  border: 1px solid #D8DDE6;
  background-color: #EBF0F8;
}

.ppc-c2-section1 .you-getting-slider-cm .bottom-row p{
   color: #1A325E;
}

.ppc-c2-section1 .you-getting-slider-cm .top-row h4{
   color: #1A325E;
}







/********************* PPC Quote C2 Page Styling ********************/




.ppc-c2-section1 .heading h1{
    color:#fff;
}

.ppc-c2-section1 .heading h1 span {
    color: #fff;
}

.ppc-c2-section1 .heading p {
    color: #fff;
}

.ppc-c2-section1 .you-getting-cm .heading-cont h2 {
    color: #fff;
}

.ppc-c2-section1 .our-benefit-cm .right-col h4 {
    color: #fff;
}

.ppc-c2-section1 .our-benefit-cm .right-col p {
    color: #fff;
}

body .row-fluid .ppc-c2-section1 .right-col .small-desc p {
    color: #fff;
}

body .row-fluid .ppc-c2-section1 .right-col .small-desc h6 {
    color: #fff;
}


.ppc-c2-section1 .ppc-c-section2{
   padding:80px 0 10px;
}

body .row-fluid .ppc-c2-section1 .ppc-c-section2 .heading-container h3{
   color: #fff;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    padding-left: 52px;
    margin-bottom:15px;
}

body .row-fluid .qreport-claims-cm .cm-cont{
   box-shadow:none;
}




@media(max-width:767px){
  
  body .row-fluid .ppc-c2-section1 .ppc-c-section2 .heading-container h3{
     padding-left:0;
  }
  
  body .row-fluid .ppc-c2-section1 .small-desc h6 {
    color: #fff;
    
}
  
  body .row-fluid .ppc-c2-section1 {
    padding: 20px 0 40px;
}
}



.ppc-page .footer-container-wrapper{
   border-top:none;
}


body.ppc-page .body-container-wrapper {
animation: fadein 6s;
    -moz-animation: fadein 6s; /* Firefox */
    -webkit-animation: fadein 6s; /* Safari and Chrome */
    -o-animation: fadein 6s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
   from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}


/*************** Promo Bar Cm Styling ******************/
.promo-bar{
   background:#00376f;
   padding:6px 0;
}
.promo-bar.show-promo{
   display:block;
}
.promo-bar.hide-promo{
   display:none;
}
.promo-bar p{
   font-size:13px;
   line-height:26.88px;
   letter-spacing:0.24px;
   color:#fff !important;  
   margin-bottom:0;
}
.promo-bar p a{
   color:#CBC199!important;
   text-decoration:underline;
}
@media(max-width:767px){
body .row-fluid .promo-bar{
   padding: 10px 0;  
   display:none;
}
} 

/**************************** home hero styling start ***********************/


script{
display:none!important;
}



body.step1, body.step2, body.step3 {
    padding: 0;
    font-size: 16px;
    line-height: 1.4;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
  	width: 100%;
  	max-width:1440px;
    margin: 0 auto;
    float: none;
    background: #DDDDDD;
}

.home-hero-section{
  background:url('https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Assets/Q-Report-Homepage-24.jpg');
  background-repeat:no-repeat;
  background-size:cover!important;
  background-position:center center!important;
  z-index:2;
  position:relative;
}

.home-hero-section.form-section {
    padding: 80px 0 108px;
}

.hero-section-header h1 {
    font-size: 60px;
    font-weight: normal;
    line-height: 57px;
}
.hero-section-header h2 {
    font-size: 32px;
    line-height: 57px;
}
.hero-section-header p{
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color:#1a325e;
}

.form-heading {
    /*padding: 0 20px;*/  
}

@media (min-width:1025px){

  
.home-hero-section .hero-section-header{
	margin-bottom:100px;
}
  

}

body .row-fluid .form-section .form-container.home-hero-form-container {
    background-color: #fff;
    padding: 20px 56px 25px;
    max-width: 470px;
    margin: 50px auto 0;
    float: right;
    border-radius: 4px;
    position: relative;
  	margin-right:0;
    border: solid 1px #ccc19a;
}

body.faq-page .row-fluid .form-section .faq-form-cont{
   max-width:380px;
}

.home-hero-section.form-section {
    position: relative;
}


@media(max-width:1024px){
	.home-hero-section.form-section {
    padding: 45px 0 93px;
}
  
.hero-section-header h1 {
    font-size: 40px;
  }
  
.hero-section-header h2 {
    font-size: 26px;
 }
 
body .row-fluid .form-section .form-container.home-hero-form-container {
    padding: 20px 26px 25px;
 }

.row-fluid .form-heading.home-hero-form-heading {
    padding: 0 30px;
}
  
}



@media(max-width:767px){
.row-fluid .hero-section-header h1 {
    font-size: 30px;
    line-height: 40px;
}
 .row-fluid .hero-section-header h2 {
    line-height: 30px;
}

 .hero-section-header p{
     display:none;
 }
  
 body .row-fluid .home-hero-section.form-section {
    padding: 45px 0 70px;
}
  
body .row-fluid .form-section .form-container.home-hero-form-container {
    margin: 0 auto;
    float: none;
  margin-top:50px;
  
}
  
body .row-fluid .form-section .form-container:after {
		left: -1px;
    top: -1px;
    width: 42px;
    border-radius: 8px 0px 0px 0px;
}
  
 body .row-fluid .form-section .form-container {
    padding: 20px 20px 25px;
 }
    
body .row-fluid .form-section .form-container.home-hero-form-container{
  padding: 70px 20px 25px;
  }
  
}

/**************************** home hero styling end ***********************/





/**************************** home section1 styling start ***********************/
.home-section1 .home-section1-q-image {
    position: absolute;
     top: 823px;
     width: 438px;
}
.home-section1 {
    padding: 126px 0 131px;
}
.home-section1 .home-year-benefit-cm-container {
    margin-top: 47px;
}

.home-section1-content.benefit-cm-section .left-col .heading h2 {
    font-size: 40px;
    font-weight: normal;
    line-height: 1.43;
    color: #1a325e;
}


.home-section1 .content-section-right-col .header-container h4 {
    line-height: normal;
	 margin-bottom: 2px;
}

.home-section1 .content-section-right-col .description-container p {
    font-weight: normal;
    line-height: 24px;
    color: #1a325e;
}

.home-section1 .home-year-benefit-cm {
    margin-bottom: 24px;
}

.home-section1 .logo-section-left-col {
    text-align: center;
}

.home-section1 .logo-container {
    box-sizing: border-box;
    border: solid 1px #ccc19a;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    display: flex;
}

.home-section1 .logo-container img{
    margin: 0 auto;
}

 .home-section1 .home-section1-content .right-col {
 	text-align: right;
}

 .home-section1 .home-section1-content .content-section-right-col {
    padding-right: 90px;
}


.home-section1 .home-section1-content .right-col span {
    display: inline-block;
    position: relative;
  	z-index:1;
}

body .row-fluid .home-section1 .home-section1-content .right-col span:before {
		position: absolute;
    content: '';
    top: -34px;
    left: -37px;
    bottom: 36px;
    right: 90px;
    background: #E8E4D7;
    z-index: -1;
}



body .container-fluid .row-fluid .home-covering-item-cm-container.three-col-adjust>span {
       margin-right: -3.6%; 
}


body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    margin-right: 1%;
     flex-basis: 31.5%;
    -webkit-flex-basis: 31.5%;
}


.home-section1-content.benefit-cm-section {
    margin-bottom: 212px;
}

.home-section1-content2.insurance-section{
	position:relative;
  display:inline-block;
}




.home-section1-content2 .right-col p {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: #1a325e;
    margin-bottom: 30px;
}


.home-section1-content2 .right-col {
    max-width: 449px;
		float: right;
}

.home-section1-content2 .left-col h2 {
    font-size: 40px;
    font-weight: normal;
    line-height: 1.43;
}


.home-covering-item-cm {
    background-color: #fdfdfd;
    border: solid 1px #ccc19a;
    padding: 30px 55px 70px;
}


.home-covering-item-cm .cta-container a.cta_button {
    background: none;
    border: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: 1.2px;
    color: #1a325e;
}

.cta-container a.cta_button:hover {
    color: #1a325e;
    background: none;
}


.home-covering-item-cm .cta-container a.cta_button span {
    color: #ccc19a;
}


.home-covering-item-cm .image-container {
    margin-bottom: 16px;
    min-height: 102px;
}


.home-covering-item-cm .description-container p {
    opacity: 0.7;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.63;
    color: #1a325e;
}


.home-covering-item-cm .description-container {
    margin-bottom: 24px;
}


body .container-fluid .row-fluid .top-dimond-img {
    position: absolute;
    top: -62px;
    left: 0;
    right: 0;
    text-align: center;
    overflow: hidden;
}


body .container-fluid .row-fluid .top-dimond-img:before {
    position: absolute;
    right: 54%;
    content: '';
    height: 1px;
    width: 50%;
    background: #ccc19a;;
    top: 12px;
}

body .container-fluid .row-fluid .top-dimond-img:after {
    position: absolute;
    left: 54%;
    content: '';
    height: 1px;
    width: 50%;
    background: #ccc19a;;
    top: 12px;
}





@media(max-width:1024px){
.row-fluid .home-section1 {
    padding: 86px 0 120px;
}
  
  
	.home-section1 .home-section1-q-image {
    position: absolute;
    top: 566px;
    width: 328px;
    pointer-events:none;
}

.home-section1-content.benefit-cm-section .left-col .heading h2{
  font-size: 26px;
}
  
.home-section1-content2 .left-col h2 {
     font-size: 26px;
}

  
.home-covering-item-cm {

    padding: 20px 20px 60px;
}

  
.home-section1-content.benefit-cm-section {
    margin-bottom: 100px;
}
  
}


@media(max-width:767px){
.home-section1 .home-section1-q-image {
    top: 966px;
    width: 218px;
  }
  
  body .row-fluid .home-covering-item-cm-container .home-covering-item-cm .cta-container{
     position:relative;
     bottom:0;
  }

.home-section1 .logo-container{
	margin: 0 auto;  
  float:none;
}
  
.row-fluid .home-section1 .home-section1-content .content-section-right-col {
    padding-right: 0;
     text-align: center;
}  
 
.row-fluid .content-section-right-col {
    margin-bottom: 40px;
    margin-top: 20px;
}
 .home-section1-content.benefit-cm-section .left-col .heading{
   text-align:center;
}  
 
.row-fluid .home-section1 .home-section1-content .right-col {
    margin-top: 40px;
}
.row-fluid .home-section1-content.benefit-cm-section {
    margin-bottom: 120px;
}  

body .row-fluid .home-section1 {
    padding: 61px 0 74px;
}
  
.row-fluid .home-section1-content2 .right-col {
    float: none;
}  

 body .container-fluid .row-fluid .home-covering-item-cm-container.three-col-adjust>span {
    margin-right: 0;
}
.row-fluid .home-covering-item-cm {
    padding: 20px 10px 30px;
}  
}

/**************************** home section1 styling end ***********************/








/************************** home section2 styling start ******************************/
.home-section2 {
    padding: 73px 0 163px;
}
.heading-description p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.56;
    color: #1a325e;
}

body .row-fluid .home-testimonial-rating-cm  .image-container{
   height: 60px;
    max-width: 60px;
    border-radius: 50%;
    float:none;
    margin:0 auto;
    
}

.home-section2 .heading-description{
    margin-bottom: 100px;
}
.home-section2 .heading-description h2 {
    font-size: 40px;
    font-weight: normal;
    line-height: 1.43;
    color: #1a325e;
    margin-bottom: 4px;
}
.home-testimonial-rating-cm .start-container ul li {
    display: inline-block;
    list-style-type: none;
}


.home-testimonial-rating-cm .name-container h4 {
    font-weight: normal;
    margin-bottom: 0;
}

.home-testimonial-rating-cm .name-container{ 
    margin-top: 27px;
    margin-bottom:27px;
}

.home-testimonial-rating-cm .date-cont p{ 
    font-size:10px;
    letter-spacing:0;
    color:#7e8d96;
    font-weight:normal;
}

.home-testimonial-rating-cm .start-container ul{
	margin-left:0;
}

.home-testimonial-rating-cm .start-container ul li{
	  margin-bottom:6px;
}

body .container-fluid .row-fluid .home-testimonial-rating-cm {
    background-color: #fdfdfd;
    border: solid 1px #ccc19a;
   padding: 48px 42px 17px 40px;
   max-width:928px;
   margin:0 auto;
   float:none!important;
}

body .row-fluid .home-testimonial-rating-cm  .comment-container {
    margin-bottom: 18px;
    max-width:630px;
    margin:0 auto;
    float:none;
}


.home-testimonial-rating-cm  .image-name-section {
    margin-left: 0;
}

.home-testimonial-rating-cm  .image-container img {
    border-radius: 100%;
}


.home-testimonial-rating-cm-container .slick-slide{
    margin: 0 18px;
}

.home-testimonial-rating-cm  .comment-container p {
    font-weight: normal;
    line-height: 1.63;
    color: #7e8d96;
}


.home-testimonial-rating-cm [data-value="1"] li:nth-last-child(-n+4) {
    filter: grayscale(1);
 		opacity: 0.3;
}

.home-testimonial-rating-cm [data-value="2"] li:nth-last-child(-n+3) {
    filter: grayscale(1);
 		opacity: 0.3;
}
.home-testimonial-rating-cm [data-value="3"] li:nth-last-child(-n+2) {
    filter: grayscale(1);
	 opacity: 0.3;
}
.home-testimonial-rating-cm [data-value="4"] li:nth-last-child(-n+1) {
    filter: grayscale(1);
		opacity: 0.3;
}

.slide .slick-prev:after{
    position: absolute;
    left: 64px;
    top: 50%;
    content: '';
    background: url(https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets/Arrow%20%288%29.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 21px;
    height: 15px;
    z-index:5;
}

.slide .slick-next:after{
   position:absolute;
   right:65px;
   top:50%;
   content:'';
   background:url('https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets/Arrow%20Right.svg');
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
   width:21px;
   height:15px;
   z-index:5;
}


@media(max-width:1175px){

.slide .slick-prev:after{
   left:-6px;
}
  
.slide .slick-next:after{
   right:-6px;
}
}

@media(max-width:1024px){
.home-section2 .heading-description h2 {
    font-size: 26px;
  }
  


 .row-fluid .home-section2 {
    padding: 61px 0 110px;
}
  
}


@media(max-width:767px){

body .row-fluid .home-testimonial-rating-cm {
    background-color: #fdfdfd;
    border: solid 1px #ccc19a;
    padding: 2px 10px 34px 10px;
}
  
.home-testimonial-rating-cm  .image-container{
    margin-right:20px;
}

.home-testimonial-rating-cm .image-container img {
    border-radius: 100%;
    max-width: 100px;
}
  
body .row-fluid .home-section2 {
    padding: 61px 0 81px;
}
  
.row-fluid .home-testimonial-rating-cm .comment-container p {
    font-size: 14px;
    line-height: 1.5;
 }  
  
.home-testimonial-rating-cm .name-container h4 {
    font-size: 16px;
    line-height: 16px;
}
 .row-fluid .home-section2 .heading-description{
  margin-bottom: 30px;
  }
  
  
}
/********************** home sectoin2 styling end *****************************/


.row-fluid form .hs-dateinput input {
    background: url(https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets/sort-down.svg) no-repeat;
    background-size: 18px;
    background-position: 96%;
}


body .row-fluid .form-section .form-container .request-callback-form h4 {
    line-height: 20px;
    text-decoration: none;
    margin: 0 0 20px;
}

body .row-fluid .form-section .form-container .request-callback-form h5 {
    color: #7E8D96;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    letter-spacing: .8px;
    font-weight: normal;
    margin: 0;
  	cursor:pointer;
}

.request-callback{
  cursor:pointer;
}

body .row-fluid .request-callback-form {
    padding: 40px 40px 7px;
  	display:none;
}

body .row-fluid .form-section .form-container .request-callback-form .hs-button{
		background-color:#1a325e;
  	padding-top: 17px;
    padding-bottom: 17px;
}

.request-callback-form.thankyou .request-callback-head,
.request-callback-form.thankyou .back-to-quote,
.request-callback-form .customer-says,
.request-callback-form .thank-you-logo{
		display:none;	
}

.request-callback-form.thankyou .customer-says,
.request-callback-form.thankyou .thank-you-logo{
		display:block;	
  	text-align:center;
}

body .row-fluid .form-section .form-container .request-callback-form.thankyou .customer-says h4
{
	text-decoration:underline;
}

.request-callback-form .submitted-message{
    text-align: center;
    color: #1A325E;
    font-size: 32px;
    line-height: 40px;
    padding: 100px 20px;
}




/******************************** step form page ******************************/


.call-back-function ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0px;
    color: #1a325e;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    padding-right: 24px;
    padding-left: 20px;
}

.span12.widget-span.widget-type-cell.call-back-function {
    background: #CCC19A;
}



body .row-fluid .call-back-function:before {
    content: "";
    background: #CCC19A;
    top: 0;
    left: -400px;
    right: 0;
    bottom: 0;
    width: 402px;
    position: absolute;
}

.call-back-function {
    background: #CCC19A;
    position: relative;
}

.qreport-liran-hero-section .content-section h1 {
    font-size: 48px;
    font-weight: 300;
    line-height: 57px;
}

.qreport-liran-hero-section .content-section ul li{
		font-size: 18px;	
  	font-weight: 300;	
  	line-height: 28px;
		color: #fff;
}

.qreport-liran-hero-section .content-section:before {
		position: absolute;
    content: "";
    top: 0;
    left: -400px;
    right: 0;
    width: 401px;
    height: auto;
    background: #1A325E;
    bottom: 0;
    z-index: -1;
}


.content-section .description p a {
    border-bottom: 2px solid #C1C1C1;
}

body .row-fluid .qreport-liran-hero-section .content-section{
    position: relative;
		z-index: 1;
    padding: 40px 0 230px;
    width: 100%;
    max-width: 454px;
  	float:none;
    margin: 0 auto;
}


 .row-fluid .content-section .logo {
    width: 100%;
  	max-width:230px;
    height: auto;
}

.qreport-liran-hero-section .content-description {
    max-width: 420px;
}

.qreport-liran-hero-section .content-description .heaidng {
    margin-bottom: 40px;
}

.qreport-liran-hero-section .content-description {
    margin-top: 30px;
}


.call-back-function ul {
    width: 100%;
    max-width: 462px;
    margin: 9px auto;
}



.call-back-function ul li:nth-child(1):before {
    position: absolute;
    content: url("https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/May%202018/phone-call-icon-24.png");
    font-family: FontAwesome;
    left: 0px;
    top: 0px;
    bottom: 0;
    font-size: 16px;
}


.call-back-function ul li:nth-child(1) {
    position: relative;
}


.call-back-function ul li:nth-child(2):before {
    position: absolute;
    content: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/May%202018/envelope-24.png);
    font-family: FontAwesome;
    left: 0px;
    top: 0px;
    bottom: 0;
    font-size: 16px;
}

.call-back-function ul li:nth-child(2) {
    position: relative;
}


.call-back-function ul li:nth-child(3):before {
    position: absolute;
    content: url(https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/May%202018/customer-support%20%281%29.png);
    font-family: FontAwesome;
    left: 0px;
    top: 0px;
    bottom: 0;
    font-size: 16px;
}

.call-back-function ul li:nth-child(3) {
    position: relative;
}




@media(max-width:767px){

.row-fluid .hero-section-header h2 {
    color: #fff;
    text-align: center;
}

.row-fluid .hero-section-header h1 {
    color: #fff;
    text-align: center;
}

.row-fluid .home-hero-section {
    background: #1a325e;
}
  
}


/****************** form list styles *****************/

body .container-fluid .row-fluid .step-form-right-col-form {
    padding-top: 15px;
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
    float: none;
}


.step-form-list ul li {
    list-style-type: none;
    display: inline-block;
    padding: 12px 26px;
  	position: relative;
 		color: #1A325E;	
 		font-size: 13px;	
 		font-weight: bold;	
 		letter-spacing: 2px;
 		line-height: 16px;	
  	text-align: center;
}

.step-form-list ul li:nth-child(2){
	opacity:0.7;
}

.step-form-list ul li:nth-child(3){
	opacity:0.7;
}

.row-fluid .step-form-list ul li:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    background:#ddd;
    height: 3px;
    text-align: center;
    margin: 0 auto;
    width: 107%;
}

body.step1 .row-fluid .step-form-list ul li:before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 3px;
    text-align: center;
    margin: 0 auto;
    width: 102px;
    z-index:2;
}



body.step1 .row-fluid .step-form-list ul li:first-child:before {
    background: #1a325e;
}
body.step2 .row-fluid .step-form-list ul li:nth-child(2):before {
    background: #1a325e;
}
body.step3 .row-fluid .step-form-list ul li:nth-child(3):before {
    background: #1a325e;
}

.row-fluid .right-col .step-form-container {
		background-color: #fff;
    padding: 20px 36px 18px;
    max-width: 470px;
    margin: 10px auto 0;
    float: right;
    border-radius: 4px;
    position: relative;
    margin-right: 0px;
    border: 1px solid #C1C1C1;
    box-shadow: 0 6px 9px 0 rgba(0,0,0,0.5)
}


.row-fluid .step-form-container form input, .row-fluid .step-form-container form select, .row-fluid .step-form-container form textarea {
    height: 50px;
}


.row-fluid .step-form-container .hs-input {
    box-sizing: border-box!important;
    max-width: 100%;
    width: 100%;
}

.step-form-list ul {
    text-align: center;
}


body .row-fluid .step-form-container input.hs-button {
    border-radius: 0 5px 0 5px;
    background: #1A325E;
    width: 100%;
  	margin-top:10px;
}

body  .step-form-container a.cta_button, body .container-fluid .row-fluid  .step-form-container .hs-button{
		  padding: 12px 0px;

}

body .row-fluid .step-form-container input.hs-button:hover{
    background-color: none;
    background-image: none;
    box-shadow: none;
    border-top: none;
    border-bottom: none;
    border-right:none;
    border-left: none;
}

.step-form-container .hs_submit .actions {
    margin-left: 0;
    padding-left: 0;
}

.step-form-container .hs_submit .actions {
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

body .container-fluid .row-fluid .documents-later-group {
    width: 360px;
    text-align: center;
    border: 1px solid #1A325E;
    border-radius: 0 5px 0 5px;
    background-color: #FFFFFF;
    margin: 0 auto;
    margin-top: 53px;
    float: none;
     margin-right: 57px;
}
.documents-later-group .heading h4 {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 16px;
  	margin-bottom:0;
}

.documents-later-group .heading h3 {
    color: #7E8D96;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
 		margin-bottom:0;
}

.documents-later-group .heading {
    padding: 15px 15px;
}


.row-fluid .step-form-container form select {
    height: 50px;
    width: 362px;
    background: url(https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets/sort-down.svg?t=1527846936578) no-repeat;
    background-size: 18px;
    background-position: 96%;
}


.qreport-liran-hero-section .right-col:after {
    background: url(https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Group%20%281%29.png?t=1526974636923);
    position: absolute;
    content: '';
    top: 0;
    width: 42px;
    height: 59px;
    background-repeat: no-repeat;
    text-align: right;
    right: 60px;
		padding: 0 10px;
}


.qreport-liran-hero-section .right-col{
		position: relative;
    width: 50%;
    margin: 0;
    padding: 40px 0 295px;
}

body .row-fluid .qreport-liran-hero-section .wrapper{
	max-width:100%;
  padding:0;
}

.qreport-liran-hero-section .left-col{
	width:50%;
  margin:0;
     background: #1A325E;
}


body .row-fluid .step-form-3.step-form-container form .field>label {
    line-height: 1.78;
     margin-bottom: 10px;
}

body .container-fluid .row-fluid .step-form-right-col-form .step-form-container input.hs-button:active{
    background-color: #1A325E;
    background-image: none;
    box-shadow: none;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
}


@media(max-width:1024px){
	.qreport-liran-hero-section .content-description {
    max-width: 100%;
}
  
.call-back-function ul{
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
}
  
.qreport-liran-hero-section .right-col {
    padding: 0 20px;
}  
  
body .row-fluid .qreport-liran-hero-section .content-section{
	padding: 40px 20px 230px;
}
  
.qreport-liran-hero-section .right-col:after {
    right: -10px;
   
}
body .row-fluid .step-form-container {
    padding: 20px 30px 18px;
 }
  
.call-back-function ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0px;
    color: #1a325e;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    padding-right: 8px;
    padding-left: 22px;
}
  
.row-fluid .qreport-liran-hero-section .content-section h1 {
    font-size: 38px;
    line-height: 50px;
}
  
.row-fluid .qreport-liran-hero-section .content-section {
    padding: 40px 15px 230px;
}  

.row-fluid .step-form-1.step-form-container .hs_i_m_not_ready_yet_your_documents_later.hs-i_m_not_ready_yet_your_documents_later.hs-fieldtype-file.field.hs-form-field {
     padding: 15px 25px 7px;
    box-sizing: border-box!important;
  }
  

 .call-back-function ul li:nth-child(2):before {
    left: -1px;
    top: -1px;
}

 .call-back-function ul li:nth-child(1):before {
    left: 2px;
    top: -1px;
}
.call-back-function ul li:nth-child(3):before {
    top: -1px;
 }
}






 .step-form-1.step-form-container .hs_i_m_not_ready_yet_your_documents_later.hs-i_m_not_ready_yet_your_documents_later.hs-fieldtype-file.field.hs-form-field {
    position: absolute;
    bottom: -128px;
    z-index: 1;
    padding: 15px 25px 7px;
    margin: 0 auto;
    float: none;
    width: 100%;
    max-width: 270px;
    border: 1px solid #1A325E;
    border-radius: 0 5px 0 5px;
    background-color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    left: 0;
    right: 0;
    cursor:pointer;
}


.step-form-1.step-form-container .hs_i_m_not_ready_yet_your_documents_later.hs-i_m_not_ready_yet_your_documents_later.hs-fieldtype-file.field.hs-form-field label {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 16px;
    text-align: center;
}

body .row-fluid .step-form-1.step-form-container legend.hs-field-desc {
    margin: 0px 0px 2px 0px;
     color: #7E8D96;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
}

.step-form-1.step-form-container input[type="file"]{
		display:none!important;
}

.step-form-3.step-form-container input[type="file"]{
		display:none!important;
}
.step-form-1.step-form-container .file-upload{
		display:none;
}




body.step2 .step-form-list ul li:nth-child(2) {
    opacity: 1;
}

body.step3 .step-form-list ul li:nth-child(3) {
    opacity: 1;
}

body .row-fluid .hs_upload_all_documents_or_additional_files.hs-upload_all_documents_or_additional_files>label{
			padding-left: 20px;
}

.hs_upload_all_documents_or_additional_files.hs-upload_all_documents_or_additional_files {
    position: relative;
}

.hs_upload_all_documents_or_additional_files.hs-upload_all_documents_or_additional_files:before {
    position: absolute;
    top: 0;
    left: 0px;
    content: "\f005";
    font-family: FontAwesome;
    color: #CCC19A;
    font-size: 14px;
    width: 14px;
    height: 14px;
}




.step-form-3.step-form-container p span {
    font-weight: 600;
}

.step-form-3.step-form-container p {
    color: #7E8D96;
    font-family: neuzeit-grotesk;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    max-width: 370px;
    position: relative;
	 margin-bottom: 20px;
}

.step-form-3.step-form-container p:after {
    right: 0px;
    content: "\f005";
    font-family: FontAwesome;
    color: #CCC19A;
    font-size: 14px;
    width: 14px;
    height: 14px;
    bottom: 0;
    position: relative;
}


/************** original ************************/

/*Input File Style*/


.step-form-3.step-form-container .input>input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display:none;
}


.step-form-3.step-form-container .input{
    display:block;
    position:relative;
    margin-bottom:0px;
}

.step-form-3.step-form-container .file-upload-file-name{
    background-color: #ffffff;
    height: 36px;
    padding-left: 24px;
    color: #AAAAAA;
    font-family: Arial;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    right: -83px;
    width: 100%;
    max-width: 200px;
    top: -4px;
}

.step-form-3.step-form-container .file-upload-button-label{
   height: 20px;
      padding: 0 15px 0px 53px;
   background-color: #e85338;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.8px;
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
   
}

.step-form-3.step-form-container .file-upload-button-label {
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 2px 9px;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.3px;
    width: 100%;
    max-width: 80px;
}

/*=====*/

.row-fluid .step-form-3.step-form-container .field {
    margin-bottom: 0;
}


@media(max-width:767px){
body .container-fluid .row-fluid .documents-later-group {
    width: 100%;
}
  
   body .row-fluid .right-col .step-form-container {
    max-width: 100%;
		float:none;
    padding: 20px 15px 18px;
 }
  
 body .row-fluid .content-section .logo {
    margin: 0 auto;
}
 .row-fluid .step-form-list ul {
   text-align: center;
    margin-left: 0;
}

 .row-fluid .step-form-list ul li {
    padding: 12px 11px;
    font-size: 12px;
    line-height: 14px;
}

.row-fluid .step-form-list ul li:after {
    width: 66px;
}
.row-fluid .qreport-liran-hero-section .right-col:after {
    right: -30px;
  	top:-1px;
}
  
.call-back-function ul li {
  	display:block;
    font-size: 14px;
    line-height: 20px;
  	margin:10px 0;
  }
  
 .row-fluid .qreport-liran-hero-section .right-col {
    padding: 50px 0 200px;
}
 
 .qreport-liran-hero-section .content-section:after {
    position: absolute;
    content: "";
    top: 0;
    right: -400px;
    width: 401px;
    height: auto;
    background: #1A325E;
    bottom: 0;
    z-index: -1;
}

 .row-fluid .qreport-liran-hero-section .content-section h1 {
    font-size: 38px;
    font-weight: 300;
    line-height: 45px;
}
 
body .row-fluid .call-back-function:after {
    content: "";
    background: #CCC19A;
    top: 0;
    right: -400px;
    bottom: 0;
    width: 402px;
    position: absolute;
}

 .row-fluid .qreport-liran-hero-section .content-section {
    padding: 40px 0 100px;
}

.call-back-function ul li:nth-child(1):before {
    left: -120px;
    right: 0;
    top: -2px;
}
.call-back-function ul li:nth-child(2):before {
    left: -80px;
    right: 0;
    top: -2px;
}

.call-back-function ul li:nth-child(3):before {
    left: -130px;
    right: 0;
    top: -2px;
} 
  
.row-fluid .step-form-3.step-form-container p {
    max-width: 100%;
  }
 body .step-form-3.step-form-container{ 
    padding: 20px 35px 18px;
}


body .row-fluid .step-form-3.step-form-container form .field>label {
    line-height: 1.78;
    margin-top:30px;
}

  
body.step1 .row-fluid .step-form-list ul li:before{
    width: 66px;
}
body.step2 .row-fluid .step-form-list ul li:before{
    width: 66px;
}  
  
body.step3 .row-fluid .step-form-list ul li:before{
    width: 66px;
}
  
.row-fluid .step-form-3.step-form-container .file-upload-file-name {
		padding-left: 0;
    background-color: none;
    display: flex;
    flex-direction: column-reverse;
    font-size: 12px;
    right: 0;
    width: 100%;
    max-width: 100%;
    top: 32px;
    z-index: 0;
    box-sizing: border-box;
     margin-bottom: 24px;
}
body .row-fluid .step-form-3.step-form-container .field {
    margin-bottom: 20px;
}
  
.qreport-liran-hero-section .left-col {
    width: 100%;
 }

.row-fluid .qreport-liran-hero-section .right-col {
    padding: 10px 20px 200px;
    width: 100%;
}
  
body .row-fluid .qreport-liran-hero-section .content-section {
    padding: 40px 20px 40px;
}

  .row-fluid .qreport-liran-hero-section .right-col:after {
    right: -13px;
}

.row-fluid .qreport-liran-hero-section .content-description {
    display: none;
}
body.step2 .row-fluid .qreport-liran-hero-section .right-col {
    padding: 10px 20px 60px;
}  

body .row-fluid .request-callback-form {
    padding: 20px 20px 7px;
  }

  
body .row-fluid .form-section .form-container .request-callback-form .hs-button {
    background-color: #1a325e;
    padding: 17px 15px;
}
  
  
}



body .row-fluid .step-form-1.step-form-container .hs-richtext {
    position: absolute;
    bottom: -128px;
    z-index: 1;
    padding: 20px 25px 7px;
    margin: 0 auto;
    float: none;
    width: 100%;
    max-width: 360px;
    border: 1px solid #1a325e;
    border-radius: 0 5px 0 5px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    left: 0;
    right: 0;
    z-index: 6;
		box-sizing: border-box;
}

body .row-fluid .step-form-1.step-form-container .hs-richtext h5 {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 16px;
    font-family: "proxima-nova";
    text-align: center;
    margin-bottom: 0;
}

body .row-fluid .step-form-1.step-form-container .hs-richtext h4 {
    margin: 0 0 2px 0;
    color: #7e8d96;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    font-family: "proxima-nova";
}



body .container-fluid .row-fluid .step-form-right-col-form .step-form-container input.hs-button:focus {
    outline: none;
}
body .container-fluid .row-fluid .step-form-right-col-form .step-form-container input.hs-button:hover:not(.inactive), body .container-fluid .row-fluid .step-form-right-col-form .step-form-container input.hs-button:focus:not(.inactive), body .container-fluid .row-fluid .step-form-right-col-form .step-form-container input.hs-button:not(.inactive) {
    box-shadow: none;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
}


/***************** thank you msg ********************/

.thank-you-msg-section {
    background-color: #F6F6F6;
    padding: 165px 0 381px;
     border-top: 1px solid #e3e8eb;
}

body .row-fluid .thank-you-msg-section .header {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    float: none;
}

body .row-fluid .thank-you-msg-section .header h2 {
    font-size: 48px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
}

@media(max-width:1024px){
body .row-fluid .thank-you-msg-section .header h2 {
    font-size: 40px;
    line-height: 44px;
}
.row-fluid .thank-you-msg-section {
    padding: 100px 0 100px;
}
}


@media(max-width:767px){
	.row-fluid .thank-you-msg-section {
    background-color: #F6F6F6;
    padding: 60px 0 60px;
    border-top: 1px solid #e3e8eb;
}

}




body .row-fluid .form-section.center-form-section .form-container.home-hero-form-container{
    margin-right: auto;
    float: none;
}

body .row-fluid .form-section.center-form-section .form-container.home-hero-form-container form .field>label{
   text-transform:uppercase;
}





/***************** form changes ******************************/





@media(max-width:1024px){
body .row-fluid .main-container input {
	 margin-top: 20px;
    top: 0;
    float: none!important;
    margin-left: 0px;
    display: block;
 		margin-bottom: 10px
  }


 .row-fluid .main-container span.bottom-text {
    margin: 0px 0 30px;
  }

  
 .row-fluid .insureresult .main-container {
    padding: 120px 20px 10px;
}

  
.row-fluid .insureresult .gst-text {
     text-align: left; 
    margin-top: 10px;
}

  
 .row-fluid .main-container .bottom-subheading {
    text-align: left;
}


}


@media(max-width:767px){
body .row-fluid .main-container input {
	 margin-top: 20px;
    top: 0;
    float: none!important;
    margin-left: 0px;
    display: block;
 		margin-bottom: 10px
  }

  
 .row-fluid .main-container span.bottom-text {
    margin: 0px 0 30px;
  }

  
 .row-fluid .insureresult .main-container {
    padding: 120px 20px 10px;
}

  
.row-fluid .insureresult .gst-text {
     text-align: left; 
    margin-top: 10px;
}

  
 .row-fluid .main-container .bottom-subheading {
    text-align: left;
}
  
}



/*************************************Q Tree Section****************************************/
  
body.q-tree .container-fluid .row-fluid .form-section.q-tree-hero .form-container.home-hero-form-container{
  max-width:322px;
  box-shadow: 0 11px 11px 0 rgba(0, 0, 0, 0.17);
  margin-top:0px;
}
  
body.q-tree .row-fluid .q-tree-hero .left-col h3{
  font-size: 30px;
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: normal;
  color: #1a325e; 
  }
 
body.q-tree .row-fluid .form-section.q-tree-hero .form-container:after{
  display:none;
}

body.q-tree .row-fluid .q-tree-hero .left-col h5{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.28;
  letter-spacing: normal;
  color: #1a325e; 
  position:relative;
  padding: 30px 0px;
  margin-top: 17px;
  padding-right:31px;
/*   position:relative; */
  }

.q-tree-hero .submitted-message{
  text-align:center;  
}

  
body.q-tree .row-fluid .q-tree-hero form .field>label{
  text-transform: uppercase;
  margin-bottom: -4px;
  }

  
body.q-tree .row-fluid .q-tree-hero .features-image-block:before{
  display:none;
  }
  
body.q-tree .row-fluid .q-tree-hero .post-body-inner{
  border:none;
  box-shadow:none;
  }

body.q-tree .row-fluid .q-tree-hero form input{
  height:50px;
}

body .row-fluid ..q-tree-hero .form-section .form-container h4{
  font-size: 12px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 1.7px;
  text-align: center;
  color: #1a325e; 
}

body .row-fluid .form-section.q-tree-hero .form-container.home-hero-form-container{
 padding: 20px 30px 25px; 
}

body .row-fluid .form-section.q-tree-hero .form-container h4{
   font-size: 12px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 1.7px;
  text-align: center;
  color: #1a325e; 
  margin-bottom: 14px;
}

body.q-tree .row-fluid .q-tree-hero form input[type=submit]{
  height:48px;
}

body.q-tree .row-fluid .q-tree-hero .left-col .recent-posts .post-item{
  position:relative;
  border-bottom: solid 1px #e3e8eb;
/*   margin: 45px 0px 45px; */
  width:100%;
}

body.q-tree .row-fluid .q-tree-hero .left-col .recent-posts .post-item h5:before{
    position: absolute;
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/April%202019/Images/arrow-copy-6-22.png)no-repeat;
    right: 0;
    /* top: 0; */
    width: 20px;
    height: 20px;
    content: '';
    top: 34px;
    padding-right: 15px;
}

.q-tree-hero .post-body-inner{
 padding-left:0px;
}

body.q-tree .row-fluid .q-tree-hero .left-col .recent-posts .post-item:last-child{
  border:none;
}

body.q-tree .row-fluid .q-tree-hero .left-col h5:first-child{
  margin-top:0px;
}

.q-tree-hero .form-section.q-tree-hero{
    padding: 20px 0 140px;
}

.q-tree-hero .insureresult .main-container {
  padding: 120px 0px 10px;
/*   top: 0px; */
}

.q-tree-hero .main-container input{
    top: -28px;
    right: -22px;
    font-size: 15px;
    width: 68px;
}

.q-tree-hero .main-container tbody tr:last-child input{
 position: relative;
 margin-top:20px;
}

.form-section.q-tree-hero{
  padding:70px 0px 140px;
}


@media(max-width:1024px){
.q-tree-hero .main-container input{
  width:100%;
  }
}

@media(max-width:767px){
body.q-tree .row-fluid .q-tree-hero .left-col .recent-posts .post-item h5:before{
      right: -17px;
  }
  
body.q-tree .row-fluid .q-tree-hero .left-col h3{
  text-align:center;
  }
  
body.q-tree .row-fluid .q-tree-hero .left-col h5{
/*   text-align:center; */
  margin-bottom: -2px;
  padding-right: 30px;
  }
  
body .row-fluid .form-section.q-tree-hero{
    padding: 20px 0 40px;
}
  
body.q-tree .row-fluid .q-tree-hero .left-col h3 {
    text-align: center;
    margin-bottom: 10px;
}
}




/*===================Qreport Form Styling For Mobile=========================*/

.step-form1-mobile .step-form-1-image-container,
.step-form1-mobile .mobile-description,
.step-form1-mobile .mobile-logo{
  display:none;
}



@media(max-width:767px){
  
  .step-form1-mobile .mobile-logo{
    display:block;
    text-align:center;
    padding-bottom:20px;
    margin-top:-32px;
  }
  
  body.step-form1-mobile .row-fluid .qreport-liran-hero-section .content-section{
    background:#fff;  
    padding:0;
  } 
  
  body.step-form1-mobile .row-fluid .step-form-list ul li{
    padding: 6px 16px;
    margin-right:10px;
  }
  
  body.step-form1-mobile .row-fluid .step-form-list ul li:last-child{
    margin-right:0;
  }

  
  body.step-form1-mobile .container-fluid .row-fluid .step-form-right-col-form{
    padding-top:0;
    margin-top:-20px;
  }
  
  .step-form1-mobile .mobile-description{
    display:block;
  }
  
  .step-form1-mobile .mobile-description p{ 
    max-width:283px;
    margin:0 auto;
    color: #5E5E5E;	
    font-size: 15px;	
    line-height: 17px;	
    text-align: center;
  }

  .step-form1-mobile .qreport-liran-hero-section .content-section:after,
  .step-form1-mobile .qreport-liran-hero-section .content-section:before,
  .step-form1-mobile .qreport-liran-hero-section .right-col{
    background:#fff;  
  }
  
  .step-form1-mobile .qreport-liran-hero-section .right-col:after{
    display:none;  
  } 
  
  .step-form1-mobile .row-fluid .step-form-list ul li:after,
  .step-form1-mobile .row-fluid .step-form-list ul li:before,
  body.step-form1-mobile.step2 .row-fluid .step-form-list ul li:before,
  body.step-form1-mobile.step2 .row-fluid .step-form-list ul li:after,
  body.step-form1-mobile.step1 .row-fluid .step-form-list ul li:first-child:before,
  body.step-form1-mobile.step3 .row-fluid .step-form-list ul li:before,
  body.step-form1-mobile.step3 .row-fluid .step-form-list ul li:after{
    width:100%;
    margin:unset;
  }
  
  body.step-form1-mobile.step1 .row-fluid .step-form-list ul li:first-child:before,
  body.step-form1-mobile.step3 .row-fluid .step-form-list ul li:nth-child(3):before{
    background: #1a325e;
}
  
  .step-form1-mobile .row-fluid .right-col .step-form-container{
    background:#F8F9FA;
    border:1px solid #9BA6BA;
  }
  
  .step-form1-mobile .row-fluid .step-form-container .hs-input{
    border: 1px solid rgba(25,51,97,0.43);	
    border-radius: 4px;	
    background-color: #FFFFFF;
  }
  
  body.step-form1-mobile .row-fluid .step-form-container form .hs-input::placeholder {
    color: rgba(25,49,94,0.41);	
    font-size: 14px;	
    font-weight: 500;	
    line-height: 17px;
    margin-bottom: 0;
    margin-top: 4px;
    
}
  
  
  body.step-form1-mobile .row-fluid .step-form-container input.hs-button{
    border-radius: 2px;	 
    background-color: #820C13 !important;
    color: #FFFFFF;		
    font-size: 16px;	
    font-weight: 600;	
    letter-spacing: 0.3px;	
    line-height: 20px;	
    text-align: center;
    box-shadow: 0 5px 12px 3px rgba(0,0,0,0.11)!important;
    
  } 
  
  body.step-form1-mobile .step-form-1-image-container{
    display:block;
    text-align:center;
    padding:15px 0 25px;
    
  }
  
    
 .step-form1-mobile .span12.widget-span.widget-type-cell.call-back-function
  {
    margin-top:40px;
    background:#EFF1F4;
  }
  
  body.step-form1-mobile.step3 .span12.widget-span.widget-type-cell.call-back-function{
    margin-top:53px !important;
  }
  
  
  body.step-form1-mobile .row-fluid .call-back-function:after{
    content: "";
    background:#EFF1F4;
    top: 0;
    right: -400px;
    bottom: 0;
    width: 402px;
    position: absolute;
  }
  
  body.step-form1-mobile .row-fluid .call-back-function:before{
    content: "";
    background:#EFF1F4;
    top: 0;
    left: -400px;
    right: 0;
    bottom: 0;
    width: 402px;
    position: absolute;
  }
  
  .step-form1-mobile .call-back-function ul li{
    color: #121212;		
    font-size: 14.4px;	
    line-height: 25px;	
    text-align: center;
    text-decoration:underline;
    position:relative;
    margin:0;
  }
  
  .step-form1-mobile .call-back-function ul li:nth-child(1):before{
    position: absolute;
    content: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/JewellersLoop_March2018/Images/phone-call.png);
    font-family: FontAwesome;
    left: -120px;
    top: 2px;
    bottom: 0;
    font-size: 16px;
}
  body.step-form1-mobile .call-back-function ul li:nth-child(2):before {
    position: absolute;
    content: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/JewellersLoop_March2018/Images/envelope.png);
    font-family: FontAwesome;
    left: -80px;
    top: 2px;
    bottom: 0;
    font-size: 16px;
}
  
  body.step-form1-mobile .call-back-function ul li:nth-child(3):before {
    position: absolute;
    content: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/JewellersLoop_March2018/Images/customer-support-1.png);
    font-family: FontAwesome;
    left: -130px;
    top: 2px;
    bottom: 0;
    font-size: 16px;
}
  
  body.step-form1-mobile.step2 .mobile-description,body.step-form1-mobile.step3 .mobile-description{
   display:none;
  }
  
  .step-form1-mobile .cta-container a{
    color:#82292E;
    font-size: 14.4px;	
    line-height: 25px;	
    text-align: center;
  }
  
  .step-form1-mobile .step-form-3.step-form-container p span{
    color: #121212;
  }
  
  .step-form1-mobile .step-form-3.step-form-container p:after{
    display:none;
  }
  
  .step-form1-mobile .step-form-3.step-form-container p{
    color: #5E5E5E;	
    font-size: 15px;	
    line-height: 17px;
    margin-bottom:10px;
  }
  
  body.step-form1-mobile .row-fluid .step-form-3.step-form-container form .field>label{
    color: #121212;
    font-size: 14px;	
    font-weight: 500;	
    line-height: 17px;
  }
  
  body.step-form1-mobile .step-form-3.step-form-container .file-upload-button-label{
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid rgba(25,51,97,0.43);	
    border-radius: 4px;	
    background-color: #FFFFFF;
    padding: 2px 9px;
    width: 100%;
    max-width: 80px;
    text-align: center;
    padding: 9px 5px 8px 6px;
    color: #121212;	
    font-size: 14px;	
    font-weight: 500;	
    line-height: 17px;
  }
  
  body.step-form1-mobile .row-fluid .step-form-3.step-form-container .file-upload-file-name {
    padding-left: 0;
    background-color: none;
    display:block;
/*     flex-direction: row-reverse; */
    font-size: 12px;
    right: 0;
    width: 100%;
    max-width:250px;
    padding-left: 30px;
    padding-right: 60px;
    top: 11px;
    left: 5px;
    margin-left: 65px;
    z-index: 0;
    box-sizing: border-box;
    margin-bottom: 24px;
    background: transparent;
    color: rgba(25,49,94,0.41);	
    font-size: 14px;	
    font-weight: 500;	
    line-height: 17px;
}
  
  body.step-form1-mobile.step2 .row-fluid .qreport-liran-hero-section .right-col{
      padding: 10px 20px 0px;
  }
  
  body.step-form1-mobile.step1 .row-fluid .qreport-liran-hero-section .right-col{
      padding: 21px 20px 0;
  }
  
  body.step-form1-mobile .row-fluid .qreport-liran-hero-section .right-col{
      padding: 21px 20px 0;
  }
  
  body.step-form1-mobile.step2 .span12.widget-span.widget-type-cell.call-back-function{
    margin-top: 103px;
    background: #eff1f4;
  }
  
   body.step-form1-mobile.step2 .cta-container {
    position: relative;
    top: 83px;
    left: -10px;
   }
}



/*===========================================================================
             Q certified Jeweller Page Styling Start 
============================================================================*/




.certified-jeweller-banner{
   padding:100px 0;
   background:#e3e8eb;
   position:relative;
}

.certified-jeweller-banner .heading-container h1{
   font-size:60px;
   line-height:57px;
   letter-spacing:0;
   color:#1a325e;
   font-weight:300;
}

.certified-jeweller-banner .heading-container h1 strong{
   font-weight:normal;
}

.certified-jeweller-banner .heading-container p{
   font-size:24px;
   line-height:36px;
   letter-spacing:0;
   color:#1a325e;
   font-weight:300;
}

.certified-jeweller-banner .left-col{
   position:relative;
   z-index:5;
}

.certified-jeweller-banner .right-col .image-container{
   position: absolute;
    right: calc(50% + -564px);
    top: 60px;
    height: 330px;
    width: 648px;
    content: '';
    bottom: -60px;
    z-index: 4;
}




@media(max-width:1024px){

.certified-jeweller-banner .heading-container h1{
  font-size: 45px;
  line-height: 45px;
}
  
.certified-jeweller-banner .right-col .image-container{
  height: 250px;
  width: 678px;
}
}


@media(max-width:767px){

.certified-jeweller-banner .right-col .image-container{
  height: 250px;
  width: auto;
  right: 0px;
  left: 0;
  position:relative;
  top:30px;
}
  
.certified-jeweller-banner{
   padding: 50px 0 90px;
}
}




/*************** Jeweller Logo Section Styling ****************/

body .container-fluid .row-fluid .filter-cm-container span{
   margin-right: -4.77%;
}

.team-section1 .cta-container a.cta_button{
   background:#ccc19a;
   color:#fff;
   font-size:13px;
   letter-spacing:2px;
   font-weight:bold;
   border-radius:0;
}

.team-section1 .cta-container a.cta_button:hover{
   background-image:none;
}

.team-section1{
   position:relative;
}

.team-section1 .cta-container{
  position: absolute;
  right: -121px;
  transform: rotate(-90deg);
  z-index: 11;
  content: '';
  width: 244px;
  height: 80px;
  top: 43%;
}

.filter-data-group .filters .button-group ul li {
    position: relative;
    padding-left: 0;
    margin-left: 0;
}

.filter-data-group .data-filter .button-group button {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: normal;
    color: #1a325e;
    background: transparent;
    border: transparent;
    padding-right: 10px;
    outline: 0;
    cursor: pointer;
    line-height: normal;
    line-height: normal;
    text-align: center;
    margin-bottom:20px;
}

.jeweller-logo-section{
   padding:200px 0;
}

body .row-fluid .filter-cm-container.four-col-adjust span>.hs_cos_wrapper {
  margin-right: 45px;
  position: relative !important;
  top: 0px !important;
  margin-bottom: 45px !important;
  margin-left: 0;
  margin-top:0px!important;
  padding-bottom: 10px;
  left: 0 !important;
  transform: translate3d(0px,0px,0px) !important;
  transition-duration: .1s !important;
  transition-delay: 0ms !important;
  cursor: pointer;
  flex-basis: 14.2%;
  -webkit-flex-basis: 12.75%;
  /*border: 1px solid #e0e0e0;*/
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  transition: .3s all ease-in-out;
  height: 148px;
  display:flex;
  justify-content:center;
  align-items:center;
  padding-bottom:0;
}

body .row-fluid .filter-cm-container.four-col-adjust span>.hs_cos_wrapper:hover .hover-logo{
   opacity:1;
   transition:0.3s all ease-in-out;
}

body .row-fluid .filter-cm-container.four-col-adjust span>.hs_cos_wrapper:hover{
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
   transition:0.3s all ease-in-out;
}

.filter-cm-container .hover-logo{
  position: absolute;
  right: -10px;
  top: -10px;
  opacity:0;
  transition:0.3s all ease-in-out;
}

.team-section1{
   padding: 144px 0 85px;
}

.team-section1 .filter-select-container .filter-bottom-section {
    /* background: #f3f4f5; */
    position: relative;
    z-index: 1;
}

.team-section1 .filter-select-container .filter-group-section{
   position: relative;
    z-index: 4;
    margin-top: 0px;
    top: -73px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    float: none;
}

.left-col.filter-data-group{
   display:none;
}

.filter-bottom-section .filter-group-section .filter-data-group {
    width: 100%;
    max-width: 100%;
    padding: 20px 10px 10px 6px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}

.filter-data-group .filter-header h5 {
    font-size: 15px;
    color: #1d2a36;
    font-weight: 700;
    margin-bottom: 0px;
}

.roles-breadcrumb-div h5{
   font-size:40px;
   line-height:57px;
   letter-spacing:0;
   color:#1a325e;
   font-weight:bold;
   margin-bottom:0;
   letter-spacing:normal;
}


.filter-bottom-section .filter-data-group .filters  .button-group ul li {
    position: relative;
    padding-left: 12px;
  }

  .filter-bottom-section .filter-data-group .filters  .button-group ul li button{
    background:transparent;
    border:none;
  }  


  .filter-bottom-section .filter-data-group .filters .button-group ul li button {
    background: transparent;
    border: none;
    position: relative;
  } 

  .filter-bottom-section .filter-data-group .filters .button-group ul li button:focus{
    outline:none;
  }

  .ios .team-section1 .filter-select-container .button {
    top: -6px;
  }

  body.safari .filter-bottom-section .filter-data-group .filters .button-group ul li button.is-checked:after {
    top: 1px;
    left: -24px;
  }
  body.safari .filter-bottom-section .filter-data-group .filters button.is-checked:before {
    top: 5px;
    left: -20px;
  }

  .ios .filter-bottom-section .filter-data-group .filters button.is-checked:before {
    top: 7px;
    left: -18px;
  }

  .ios .filter-bottom-section .filter-data-group .filters .button-group ul li button.is-checked:after {
    top: 3px;
    left: -22px;
  }  
  .filter-bottom-section .filter-data-group .filters .button-group ul li button {
    cursor: pointer;
  } 

  .team-section1 .filter-top-section .roles-breadcrumb-div li {
    display: inline-block;
    color: #565f68;
    font-size: 15px;
    line-height: 1.5;
    margin-left: 2px;
    margin-right: 9px;
  }  

  .team-section1 .filter-top-section .location-breadcrumb-div li {
    display: inline-block;
    color: #565f68;
    font-size: 15px;
    line-height: 1.5;
    margin-left: 2px;
    margin-right: 9px;
  }   

  .team-section1 .filter-top-section .roles-breadcrumb .breadcrumb-header{
    width: 100%;
    max-width: 100px;
    float: left;
  }  
  .team-section1 .filter-top-section .location-breadcrumb .breadcrumb-header{
    width: 80px;
    max-width: 100px;
    float: left;
  }    
  .team-section1 .filter-top-section .roles-breadcrumb {
    width: 100%;
    max-width: 100%!important;
  }  
  .team-section1 .filter-top-section .location-breadcrumb  {
    width: 100%;
    max-width: 42%;
  }  
.breadcrumb-header h5 {
  font-size: 18px;
  line-height: 28px;
  color: #ccc19a;
  font-weight: normal;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-top: 16px;
}

.ios .team-section1 .filter-select-container [type="checkbox"] {
  left: -2px;
  top: 3px;
} 
  .safari .team-section1 .filter-select-container [type="checkbox"] {
    left: -2px;
    top: 3px;
  }

  .team-section1 .filter-top-section .roles-breadcrumb-div {
    margin-left: 0px;
    position: relative;
    border-bottom: 4px solid #1a325e;
    width: 100%;
    max-width: 100%;
  } 


  .team-section1 .filter-top-section .roles-breadcrumb-div:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f078';
    font-weight: 800;
    font-size: 14px;
    top: 21px;
    color:#ccc19a;
    right: -20px;
    bottom: 0;
    width: 20px;
    height: 20px;
  }  


  .team-section1 .right-col .data-filter label.show-all, .team-section1 .left-col .data-filter label.show-all {
    pointer-events: none;
  }  


  .ios .team-section1 .filter-select-container .input-block:after {
    top: 5px;
  }

  .ios .filter-select-container [type="checkbox"]:checked.filter-item:after, .ios .filter-select-container [type="checkbox"]:checked.all-t:before {
    top: -1px;
  }

  .ios .filter-select-container [type="checkbox"]:checked.filter-item:before, .ios .filter-select-container [type="checkbox"]:checked.all-t:after {
    top: 4px;
  }  


  
body .row-fluid .filter-select-container .filter-top-section {
  margin-top: 10px;
  width: 100%;
  max-width: 450px;
  text-align: center;
  margin: 0 auto 73px;
  float: none;
}  

.team-section1 .filter-top-section .breadcrumb-section {
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  margin-left: 0px;
}  
  
.row-fluid .team-section1 .filter-top-section .roles-breadcrumb {
  width: 100%;
  max-width: 100%!important;
 }

.team-section1 .filter-top-section .roles-breadcrumb-div {
  margin-left: 95px;
  position: relative;
  width: 100%;
  max-width: 74%;
}  

.team-section1 .filter-top-section .breadcrumb-section {
  width: 100%;
  max-width: 100%;
}

  

@media(max-width:1175px) and (min-width:1025px){

body .row-fluid .filter-cm-container.four-col-adjust span>.hs_cos_wrapper{
   margin-right:38px;  
}
}


@media(max-width:1024px){

    
.team-section1 .filter-top-section .roles-breadcrumb-div {
   margin-left: 0;
}
  
  .team-section1 .cta-container{
     display:none;
  }
 
.team-section1 .filter-top-section .location-breadcrumb-div li {
  display: inline-block;
  color: #565f68;
  font-size: 15px;
  margin-left: 2px;
  margin-right: 9px;
  text-align: left;
} 
  
.team-section1 {
    padding: 74px 0 55px;
}
  
.filter-cm-container .image-container img{
   height:auto;
}
  
body .row-fluid .filter-cm-container.four-col-adjust span>.hs_cos_wrapper{
  height: 130px;
  flex-basis: 12.75%;
  -webkit-flex-basis: 12.75%;
  margin-right:29px;
}
  
.roles-breadcrumb-div h5{
  font-size: 27px;
  line-height: 47px;
}
  
.team-section1 .filter-top-section .roles-breadcrumb-div {
    width: 100%;
    max-width: 100%;
}
  
.team-section1 .filter-top-section .roles-breadcrumb-div:after{
   top:15px;
}


}  





@media(max-width:767px){
  
.filter-bottom-section .filter-data-group .filters .button-group ul li:after {
    top: -1px;
}
  
.team-section1 .filter-top-section .roles-breadcrumb-div:after{
   right:0;
}
  
body .row-fluid .filter-cm-container.four-col-adjust span>.hs_cos_wrapper{
  flex-basis: 46%;
  -webkit-flex-basis: 46%;
  margin-right: 16px; 
  margin-bottom:25px!important;
  padding-bottom:0;
  width:46%;
  height:auto;
}
  
body .row-fluid .filter-cm-container.four-col-adjust span>.hs_cos_wrapper:nth-child(2n){
   margin-right:0;
}
  
body .container-fluid .row-fluid .filter-cm-container span{
   margin-right:0;
   justify-content: center;
   display: flex;
}

.filter-bottom-section .filter-data-group .filters .button-group ul li button.is-checked:after {
   top: 0px;
}  
  
.team-section1 .filter-top-section .roles-breadcrumb-div{
    max-width:100%;
}

.filter-bottom-section .filter-data-group .filters button.is-checked:before {
   top: 4px;
}   

.team-section1 .filter-select-container .button {
      top: -2px;
}
  
.team-section1{
  padding: 44px 0 55px;
}

.team-section1 .filter-top-section .roles-breadcrumb {
  width: 100%;
  max-width: 100%;
} 

.team-section1 .filter-top-section .roles-breadcrumb-div {
   margin-left: 0px;
}   


.team-section1 .filter-top-section .location-breadcrumb {
  width: 100%;
  max-width: 100%;
}  

.team-section1 .filter-top-section .roles-breadcrumb-div li {
  display: inline-block;
  text-align: left;
}  

.team-section1 .filter-top-section .roles-breadcrumb .breadcrumb-header {
  width: 100%;
  max-width: 100%;
  float: none;
  display: block;
}   

.team-section1 .filter-top-section .roles-breadcrumb-div {
  margin-left: 0px!important;
  max-width: 100%!important;
}  
  
.team-section1 .filter-top-section .roles-breadcrumb {
  width: 100%;
  max-width: 100%!important;
}  

.filter-bottom-section .filter-group-section .filter-data-group {
  width: 100%;
  box-sizing:border-box;
  max-width: 100%;
}   
  
.team-section1 .filter-select-container .filter-group-section {
  left: 0;
  top: -70px;
  max-width: 100%;
 }   
 

}



@media(max-width:510px) and (min-width:320px){


body .row-fluid .filter-cm-container.four-col-adjust span>.hs_cos_wrapper{
    margin-right: 10px; 
    width:46%;
}



}





.home-covering-item-cm-container .home-covering-item-cm .image-video-cont.show-video .image-video-container{
   display:block;
}

.home-covering-item-cm-container .home-covering-item-cm .image-video-container{
   display:none;
   position:relative;
}

.home-covering-item-cm-container .home-covering-item-cm .image-video-container .img-main{
   position:relative;
   z-index:0;
}

.home-covering-item-cm-container .home-covering-item-cm .image-video-container a.cta_button span{
   position: absolute;
    left: 0;
    right: 0;
    top: 36%;
    bottom: 0;
    content: '';
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.home-covering-item-cm-container .home-covering-item-cm .image-video-container a.cta_button{
   padding:0;
}

.home-covering-item-cm-container .home-covering-item-cm .image-video-container a.cta_button span img{
   width:45px;
   height:45px;
}

.home-covering-item-cm-container .home-covering-item-cm .image-video-cont.show-video .image-container{
   display:none;
}

.home-covering-item-cm-container .home-covering-item-cm .image-video-container{
    margin-bottom: 16px;
    min-height: 102px;
}

.home-covering-item-cm-container .home-covering-item-cm .cta-container a.cta_button:hover{
   padding:0;
   color:#CCC19A;
   background:none !important;
   border-bottom:2px solid #CCC19A;
   border-radius:0;
   text-decoration:none;
   
}

.home-covering-item-cm-container .home-covering-item-cm .cta-container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 40px;
}

.home-covering-item-cm-container .home-covering-item-cm .cta-container a.cta_button{
   background:0;
   border:none;
   padding:0;
   border-radius:0;
   background-image:none;
   border-bottom:2px solid transparent;
}









/********************** New Testimonial Styling *****************/



body .row-fluid .new-testimonial .home-testimonial-rating-cm .image-container{
   margin:initial;
   float:left;
}

.new-testimonial .slide .slick-prev:after {
  left: -5%;
  cursor:pointer;
  content: url(https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets/Arrow%20%288%29.svg);
  width:30px;
  height:30px;
  border-radius:50%;
  background:transparent;
  transition:0.3s all ease-in-out;
  margin: 0 auto;
  text-align: center;
  line-height: 33px;
}

.new-testimonial .slide .slick-prev:hover:after{
  background:#E3E8EB;
  width:30px;
  height:30px;
  border-radius:50%; 
  transition:0.3s all ease-in-out;
  margin: 0 auto;
  text-align: center;
  line-height: 33px;
}

.new-testimonial .slide .slick-next:after {
  right: -5%;
  cursor:pointer;
  width:30px;
  content: url(https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets/Arrow%20Right.svg);
  background:transparent;
  height:30px;
  border-radius:50%;
  transition:0.3s all ease-in-out;
  margin: 0 auto;
  text-align: center;
  line-height: 33px;
}

.new-testimonial .slide .slick-next:hover:after{
  background:#E3E8EB;
  width:30px;
  height:30px;
  border-radius:50%;
  transition:0.3s all ease-in-out;
  margin: 0 auto;
  text-align: center;
  line-height: 33px;
}

.new-testimonial .home-testimonial-rating-cm .comment-container p{
   font-size:16px;
   line-height:29px;
   color:#1A325E;
   font-weight:normal;
}

body .row-fluid .new-testimonial .home-testimonial-rating-cm .comment-container{
    margin-bottom:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 210px;
}

body .row-fluid .new-testimonial .home-testimonial-rating-cm .name-container{
   margin-top:0;
   margin-bottom:0;
   text-align:left;
}

body .row-fluid .new-testimonial .home-testimonial-rating-cm .image-container{
   margin-right:10px!important;
}

body .row-fluid .new-testimonial .home-testimonial-rating-cm .start-container ul{
   margin:0;
}

body .row-fluid .new-testimonial .home-testimonial-rating-cm .start-container{
   margin-top:10px;
}

body .container-fluid .row-fluid .new-testimonial .home-testimonial-rating-cm{
  border-radius:4px;
  box-shadow: 2px 7px 15px 0px #c5c5c5;
  margin-bottom: 20px;
}

body .row-fluid .new-testimonial .wrapper{
   max-width:1050px;
}

body .row-fluid .new-testimonial .home-testimonial-rating-cm .start-container ul li img{
   max-width:19px;
}

body .row-fluid .new-testimonial .heading-description{
   margin-bottom:30px;
}

body .row-fluid .new-testimonial{
    padding: 73px 0 112px;
    background: linear-gradient(180deg, rgba(248,249,250,0) 0%, #EEF1F3 100%);
}

body .container-fluid .row-fluid .new-testimonial .home-testimonial-rating-cm{
   padding: 48px 42px 30px 40px;
}

body .row-fluid .new-testimonial .home-testimonial-rating-cm .bottom-row{
   position: absolute;
    left: 30px;
    right: 30px;
    bottom: 40px;
}

body .row-fluid .new-testimonial .home-testimonial-rating-cm{
   position:relative;
}



@media(max-width:1170px){
.new-testimonial .slide .slick-prev:after {
    left: 43%;
    cursor: pointer;
    top: 110%;
}
  
.new-testimonial .slide .slick-next:after {
    right: 44%;
    cursor: pointer;
    top: 110%;
}
  


}


@media(max-width:1024px){


body .container-fluid .row-fluid .new-testimonial .home-testimonial-rating-cm{
   padding: 48px 22px 60px 22px;  
}
  
body .row-fluid .new-testimonial .home-testimonial-rating-cm .image-container {
    height: 50px;
    max-width: 50px;
}
  
body .row-fluid .new-testimonial .home-testimonial-rating-cm .name-container{
   float:left;
}
  
body .row-fluid .new-testimonial .home-testimonial-rating-cm .name-container h4 {
    font-size: 16px;
}
  
body .row-fluid .new-testimonial .home-testimonial-rating-cm .start-container ul li img {
    max-width: 14px;
}
  
.new-testimonial .slide .slick-prev:after {
    left: 43%;
    cursor: pointer;
    top: 110%;
}
  
.new-testimonial .slide .slick-next:after {
    right: 44%;
    cursor: pointer;
    top: 110%;
}
  
.new-testimonial .slide {
    padding-top: 0px;
}
  
body .row-fluid .new-testimonial .home-testimonial-rating-cm .bottom-row {
    left: 16px;
    right: 16px;
  }
  
}



@media(max-width:767px){

body .row-fluid .new-testimonial .home-testimonial-rating-cm .image-container{
    max-width: 50px;
    margin: 0 auto 20px;
    text-align: center; 
    float:none;
}
  
body .row-fluid .new-testimonial .home-testimonial-rating-cm .bottom-row {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
  }
  
body .row-fluid .new-testimonial .home-testimonial-rating-cm .name-container {
    float: none;
    text-align: center;
    margin-bottom: 10px;
}
  
.new-testimonial .slide .slick-prev:after{
   left:34%;
}
  
.new-testimonial .slide .slick-next:after{
   right:34%;
}
  
body .container-fluid .row-fluid .new-testimonial .home-testimonial-rating-cm {
    padding: 48px 22px 80px 22px;
}
}





/********************* Banner New Home Styling ******************/




.banner-new-home{
   position:relative;
   background: #063264;
   padding:100px 0;
   overflow:hidden;
   z-index:1;
}

.banner-new-home:after{
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: linear-gradient(180deg,#063264 0%,#3a71a1 65.21%,rgba(106,170,215,0) 100%,rgba(106,170,215,0) 100%);
  width: 100%;
  bottom: 0;
  z-index: -1;
  transform: rotate(270deg);
}

.banner-new-home .image-container{
   position:absolute;
   right:0;
   top:0;
   bottom:0;
   z-index:-1;
   width:50%;
}

.banner-new-home .container{
  background:#fff;
  padding:46px 42px;
  border-radius:0 30px 0 30px;
  width: 667px;
  height: 374px;
  transition: all .6s linear;
  position: relative; 
  z-index:1;
}

.banner-new-home .container .left-col .row-1 h1{
   font-size:60px;
   line-height:62px; 
   letter-spacing:-0.68px;
   color:#00376F;
   font-weight:600;
}

.banner-new-home .container .left-col .row-2 h2{
   font-size:52px;
   line-height:61px;
   letter-spacing:-0.49px;
   color:#00376F;
   font-weight:bold;
}

.banner-new-home .container .left-col .row-1 p{
   font-size:20px;
   line-height:25px;
   color:#00376F;
   font-weight:normal;
   margin-bottom:36px;
}

.banner-new-home .container .left-col .row-2 p{
   font-size:20px;
   line-height:25px;
   color:#00376F;
   font-weight:normal;
   margin-bottom:30px;
}

.banner-new-home .container .left-col .row-2 p a{
   font-weight:bold;
   color:#00376F;
}

.banner-new-home .container .left-col .row-1 a.cta_button{
   background:#1A325E;
   box-shadow: 0 5px 9px 0 rgba(0,55,111,0.35);
   border-radius: 0 5.5px 0 5.5px;
   font-size:18px;
   line-height:22px;
   font-weight:bold;
   padding: 14px 30px;
   color:#fff;
   cursor:pointer;
   transition: all .2s ease-in;
}

.banner-new-home .container .left-col .row-1 a.cta_button:hover{
   box-shadow: none;
  background:#234480;
  transition: all .2s ease-out;
}

.banner-new-home .container .right-col form input{
   border:1px solid #D8DDE6;
   height:42px;
   font-size:16px;
   line-height:19px;
   color:#3F4E62;
   font-weight:normal;
   margin-bottom:14px;
   border-radius:4px;
}

.banner-new-home .container .right-col form input::placeholder{
   color:#BEC2CA;
   font-size:16px;
   line-height:39px;
}

.banner-new-home .container .right-col form input:focus{
   border:1px solid #133261;
}

.banner-new-home .container .right-col form .field>label{
   font-size:15px;
   line-height:18px;
   color:#00376F;
   font-weight:bold;
   letter-spacing:normal;
   font-family: neuzeit-grotesk;
   margin-bottom:5px;
}

body .row-fluid .banner-new-home .wrapper{
   max-width:1260px;
}

.banner-new-home .container .right-col form .hs-button{
   background:#1A325E;
   border-radius:0 5.5px 0 5.5px;
   font-size:18px;
   line-height:22px;
   font-weight:bold;
   letter-spacing:normal;
   height:auto;
   color:#fff;
   padding: 13px 36px;
   margin-top:17px;
}

.banner-new-home .container .right-col form .actions{
   text-align:left;
}

.banner-new-home .container .left-col{
    width: 100%;
    position: relative;
}

.banner-new-home .container .right-col {
    display: none;
}

.banner-new-home .close-button {
    display: none;
}

.banner-new-home .container.expand-container .close-button {
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 11;
    width: 40px;
}

.banner-new-home .container.expand-container .right-col {
    display: block;
    width: 48.717948718%;
}

.banner-new-home .container.expand-container .left-col {
    width: 48.717948718%;
}

.banner-new-home .container.expand-container {
    width: 100%;
    transition: all .6s linear;
}

.banner-new-home .container .row-2 {
    display: none!important;
}

.banner-new-home .container.expand-container .row-2{
   display:block!important;
   width: 456px;
}

.banner-new-home .container .row-1{
   width: 583px;
}

.banner-new-home .container.expand-container .row-1 {
    display: none;
   width: 350px;
}

.banner-new-home .container .close-button{
   cursor:pointer;
}



@media(max-width:1200px){


.banner-new-home .container.expand-container .right-col{
   width: 47.717949%;  
}
  
.banner-new-home .container .left-col .row-2 h2 {
    font-size: 42px;
    line-height: 61px;
}
  
.banner-new-home .container.expand-container .row-2 {
    width: 426px;
}
}




@media(max-width:1024px){


.banner-new-home .container .left-col .row-1 h1{
    font-size: 62px;
    line-height: 64px; 
}
  
.banner-new-home .container.expand-container .row-2 {
    width: 326px;
}
  
.banner-new-home .container .left-col .row-2 h2 {
    font-size: 37px;
    line-height: 46px;
}
}




@media(max-width:767px){

.banner-new-home{
   display:none!important;
}
}









/*=============================================================
        Blog Listing Page Styling Start 
===============================================================*/



/******************* Blog Hero Section Styling Start ****************/

.hs-blog-post .show-on-listing{
   display:none;
}

.blog-hero-section{
   padding:80px 0 81px;
   position:relative;
   border-bottom:1px solid #e3e8eb;
}

.blog-hero-section .left-col .heading-container h1{
   font-size:60px;
   font-weight:normal;
}

.blog-hero-section .left-col .cta-container a.cta_button{
    background-color: #1a325e;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px 24px;
    font-family: "proxima-nova";
    letter-spacing: 2px;
    font-weight: bold;
    
}

.blog-hero-section .left-col .cta-container{
    margin-top:10px;
}

.blog-hero-section .right-col .image-container img{
    position: absolute;
    right: 0;
    width: 472px;
    top: 0;
    bottom: 0;
    height:100%;
}

@media(max-width:1165px){

.blog-hero-section .left-col{
    position:relative;
    z-index:4;
}
}

@media(max-width:1024px){


  
.blog-hero-section .left-col .heading-container h1{
   font-size:48px;
}

}


@media(max-width:767px){

.blog-hero-section .left-col .heading-container h1 {
    font-size: 38px;
    line-height: 40px;
}
}

/********************* Blog Hero Section Styling End *********************/






/*************** Blog Recent Post Styling Start *********************/




.recent-post .hs-featured-image-wrapper{
   height:220px;
}

.blog-latest-trends-section{
   padding:50px 0 95px;
}

.blog-latest-trends-section .recent-post .post-item{
    float: left;
    width: 31%;
    display: block;
    align-self: stretch;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 2%;
    padding: 0;
    box-sizing: border-box;
    border:1px solid #e3e8eb;
    background:#fff;
}

.blog-latest-trends-section .recent-post .post-item:hover{
   border:1px solid #1a325e;
}

.blog-latest-trends-section .recent-post{
    margin: 0 -40px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.blog-latest-trends-section .recent-post .post-item:nth-child(2){
    width: 63.9%;
    position:relative;
}

.blog-latest-trends-section .recent-post .post-item:nth-child(2) .featured-image .hs-featured-image-wrapper{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index:1;
}

.blog-latest-trends-section .recent-post .post-item:nth-child(2) .featured-image .hs-featured-image-wrapper:after{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background-image:linear-gradient(29.61deg,#1A325E 0%,rgba(26,50,94,0.31) 46.73%,rgba(26,50,94,0) 100%);
  z-index:-1;
}

.blog-latest-trends-section .recent-post .post-item:nth-child(2) .text-container{
    position: absolute;
    bottom:0;
    background:transparent;
    z-index:3;
}

.blog-latest-trends-section .recent-post .post-item:nth-child(2) .topic-list h5>a{
   color:#fff;
}

.blog-latest-trends-section .recent-post .post-item:nth-child(2) h3{
   color:#fff;
   max-width:346px;
}


.blog-latest-trends-section .recent-post .text-container{
    margin-left: 0;
    background: #fff;
    padding: 33px 22px;
}

.blog-latest-trends-section .recent-post .topic-list{
    list-style-type:none;
    margin:0;
    position:relative;
}

.blog-latest-trends-section .recent-post .topic-list a:after{
    width:auto;
    display: block;
    left: 0;
    content: '';
    background: #cccbcb;
    height: 2px;
    position: absolute;
    top: 19px;
    right: 0;
}

.blog-latest-trends-section .recent-post .topic-list h5>a{
    text-transform:uppercase;
    color:#1a325e;
    font-size:11px;
    line-height:20px;
    letter-spacing:0.6px;
    font-weight:bold;
    position:relative;
    display:inline-block;
    font-family: "proxima-nova";
}

.blog-latest-trends-section .heading-container{
    margin-bottom:43px;
}

.blog-latest-trends-section .heading-container h2{
    font-size:40px;
    line-height:57px;
    letter-spacing:0;
    font-weight:300;
}





@media(max-width:1024px){

.blog-latest-trends-section .recent-post .post-item:nth-child(2){
    width: 62.4%;
}
  
.blog-latest-trends-section .heading-container{
   margin-bottom: 15px;
}
  
.blog-latest-trends-section .recent-post .post-item {
    width: 30.2%;
}
  
.blog-latest-trends-section{
   padding: 50px 0 40px;
}
}





@media(max-width:767px){

.blog-latest-trends-section .recent-post .post-item{
    width: 100%;
    float: none;
    margin: 0 0 20px;
}
  
.blog-latest-trends-section .recent-post .post-item:nth-child(2) {
    width: 100%;
}
  
.blog-latest-trends-section .recent-post .post-item:nth-child(2) .featured-image .hs-featured-image-wrapper{
    position: relative;
    height: 220px;
    width: auto;
}
  
.blog-latest-trends-section .recent-post .post-item:nth-child(2) .text-container {
    position: relative;
    background: #fff;
}
  
.blog-latest-trends-section .recent-post .post-item:nth-child(2) .topic-list h5>a {
    color: #1a325e;
}
  
.blog-latest-trends-section .recent-post .post-item:nth-child(2) h3{
     color:#1a325e;
}
  
.blog-latest-trends-section .heading-container {
    margin-bottom: 15px;
}
  
.blog-latest-trends-section .heading-container h2 {
    font-size: 30px;
    line-height: 30px;
}

.blog-latest-trends-section {
    padding: 50px 0 50px;
}
  
.blog-latest-trends-section .recent-post{
   margin:0;
}

}


/******************* More Blog Post Section Styling Start *****************/





.more-blog-post{
   padding:50px 0 30px;
}

.hs-blog-listing .more-blog-post .left-column{
   width:100%;
}

.hs-blog-listing .more-blog-post .form-container{
   display:none;
}

.ias-trigger a{
   background: #1a325e;
    color: #fff;
    padding: 12px 26px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size:13px;
    letter-spacing:2px;
    font-family: "proxima-nova";
}

.ias-trigger{
   margin-top:70px; 
}

.more-blog-post .heading-container h2{
   font-size:40px;
   line-height:57px;
   letter-spacing:0;
   font-weight:300;
}

.more-blog-post .subheading-container h6{
   font-size:11px;
   line-height:20px;
   letter-spacing:0.6px;
   font-weight:bold;
   font-family: "proxima-nova";
}

.more-blog-post .subheading-container h3{
   margin-bottom:9px;
}

.more-blog-post .subheading-container{
   border-top:1px solid #e3e8eb;
   border-bottom:1px solid #e3e8eb;
   padding:25px 0 23px;
}

.hs-blog-listing .blog-section .post-item:nth-child(1){
    display:none;
}

.hs-blog-listing .blog-section{
   padding:0;
}

.hs-blog-listing .blog-section .post-item:nth-child(2){
    display:none;
}

.hs-blog-listing .blog-section .post-item:nth-child(3){
    display:none;
}

.hs-blog-listing .blog-section .post-item:nth-child(4){
    display:none;
}

.hs-blog-listing .blog-section .post-item:nth-child(5){
    display:none;
}

.hs-blog-listing .blog-section .post-item .hs-featured-image-wrapper{
   height:142px;
}

.hs-blog-listing .blog-section .post-item{
   padding-top:18px;
   padding-bottom:18px;
   border-bottom:1px solid #e3e8eb;
}

.hs-blog-listing .blog-section .right-col h3>a{
    color:#1a325e;
}

.hs-blog-listing .blog-section .right-col h3{
    letter-spacing:0;
    line-height:29px;
}

.hs-blog-listing .blog-section .right-col h5{
    font-size:11px;
    line-height:20px;
    letter-spacing:0.6px;
}

.hs-blog-listing .blog-section .right-col h5>a{
    text-transform:uppercase;
    color:#1a325e;
    font-family: "proxima-nova";
}



@media(max-width:767px){

.more-blog-post .heading-container h2 {
    font-size: 30px;
    line-height: 40px;
}
  

  
body .row-fluid .more-blog-post {
    padding: 50px 0 25px;
}
  
.hs-blog-post .more-blog-post{
     padding:50px 0!important;
  }
  
.hs-blog-listing .blog-section .right-col h5 {
    margin-bottom:0;
}
  
.hs-blog-listing .blog-section .post-item .hs-featured-image-wrapper {
    margin-bottom: 20px;
    height:220px;
}
  
.more-blog-post .subheading-container h3{
    font-size:20px;
}
}





/************************ Helpful Resources Section Styling Start *******************/




.helpful-resources-section{
   padding:50px 0 138px;
}

.helpful-resources-section .heading-container{
   margin-bottom:40px;
}

.helpful-resources-section .heading-container h2{
    font-size:40px;
    line-height:57px;
    letter-spacing:0;
    font-weight:300;
}

.helpful-resources-section .helpful-resources-cm .cm-section .image-container{
    height:180px;
}

.helpful-resources-section .helpful-resources-cm .three-col{
    margin: 0 -40px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.helpful-resources-section .helpful-resources-cm .three-col .hs_cos_wrapper{
    float: left;
    width: 30.3%;
    display: block;
    align-self: stretch;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 2.5%;
    padding: 0;
    box-sizing: border-box;
    border: 1px solid #e3e8eb;
    background: #fff;
}

.helpful-resources-section .helpful-resources-cm .three-col .hs_cos_wrapper:hover{
   border: 1px solid #1a325e; 
}

.helpful-resources-section .helpful-resources-cm .cm-section .text-container{
    background-color: rgba(227, 232, 235, 0.17);
    padding:30px 20px;
    position:relative;
}

.helpful-resources-section .helpful-resources-cm .cm-section .heading-cont{
    padding-bottom: 30px;
    min-height: 65px;
}

.helpful-resources-section .helpful-resources-cm .cm-section .heading-cont h3{
    margin-bottom:0;
}

.helpful-resources-section .helpful-resources-cm .cm-section .cta-container{
    margin-bottom:0;
}

.helpful-resources-section .helpful-resources-cm .cm-section .cta-container a.cta_button{
    background:transparent;
    border:1px solid #1a325e;
    color:#1a325e;
    font-size:11px;
    letter-spacing:1.7px;
    box-shadow:none;
    border-radius:5px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    padding:7px 27px;
    font-family: "proxima-nova";
}

.helpful-resources-section .helpful-resources-cm .cm-section .cta-container a.cta_button:hover{
   background:#1a325e;
   color:#fff;
}

body .row-fluid .helpful-resources-section .helpful-resources-cm .three-col-adjust span>.hs_cos_wrapper {
    flex-basis: 30.9%;
    -webkit-flex-basis: 30.9%;
    margin-right: 2.43%;
}



@media(max-width:1024px){
 
  
body .row-fluid .helpful-resources-section .helpful-resources-cm .three-col-adjust span>.hs_cos_wrapper {
    flex-basis: 30.9%;
    -webkit-flex-basis: 30.9%;
    margin-right: 2.43%;
}
  


}

@media(max-width:767px){

.helpful-resources-section .helpful-resources-cm .cm-section .image-container{
   width:100%;
   height:220px;
}
  
.helpful-resources-section .helpful-resources-cm .three-col{
     margin:0;
}
  
.helpful-resources-section .helpful-resources-cm .three-col .hs_cos_wrapper {
    width: 100%;
    margin-right:0;
}
  
.helpful-resources-section .helpful-resources-cm .cm-section .heading-cont {
    padding-bottom: 0;
}
  
.helpful-resources-section .heading-container {
    margin-bottom: 20px;
}
  
.helpful-resources-section .heading-container h2 {
    font-size: 30px;
    line-height: 25px;
}
  
.helpful-resources-section{
   padding: 50px 0 60px;
}
}





/********************** Blog Form Section Styling Start **********************/




.blog-form-section{
   background:#1a325e;
   padding:50px 0;
}

body .row-fluid .blog-form-section .right-col form input{
    font-family: neuzeit-grotesk;
    color: #fff;
    font-size: 18px;
    line-height: 0;
    letter-spacing: .2px;
    margin-bottom: 30px;
    background: transparent;
    padding: 0;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 0;
    position: relative;
    top: -9px;
}

body .row-fluid .blog-form-section .right-col form input::placeholder{
   color:#fff;
   font-size:18px;
   line-height:26px;
   letter-spacing:0;
   font-family: "proxima-nova";
   font-weight:normal;
   
}

body .row-fluid .blog-form-section .right-col form .hs-button{
    background:#fff !important;
    color:#1a325e !important;
    font-size:13px;
    letter-spacing:2px;
    border-radius:5px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 20px 32px;
    font-weight: bold;
   font-family: "proxima-nova"; 
   
}

body .row-fluid .blog-form-section .right-col form .hs-button:hover{
    background:#CED3DC !important;
    color:#1a325e !important;
}


body .row-fluid .blog-form-section form .hs_submit .actions {
    text-align: left;
    /*margin-top:32px;*/
}

body .row-fluid .blog-form-section .field>label {
    font-family: "proxima-nova";
    font-size: 18px;
    line-height: 44px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: normal;
}

.blog-form-section .left-col h2{
   font-size:32px;
   line-height:44px;
   font-weight:300;
}

.blog-form-section .left-col{
    width: 32.623932%; 
}

.blog-form-section .left-col .heading-container{
    max-width: 400px;
    margin-top:20px;
}

.blog-form-section .right-col{
    width: 63.811966%;
    float: right;
    padding-left: 175px;
}

body .row-fluid .blog-form-section .right-col form .hs-richtext span{
   font-size:13px;
   line-height:20px;
   font-family: "proxima-nova";
   font-weight:400;
}

.blog-form-section .right-col .form-container{
     max-width:555px;
}




@media(max-width:1024px){

.blog-form-section .left-col h2{
    font-size: 30px;
    line-height:40px;
}
  
.blog-form-section{
     padding:30px 0;
}
  
body .row-fluid .blog-form-section form .hs_submit .actions {
    text-align: left;
    margin-top: 0px;
}
  
body .row-fluid .blog-form-section .field>label {
    font-size: 16px;
}
}





@media(max-width:767px){
  
.blog-form-section .left-col{
    width:100%;
}
  
.blog-form-section .left-col h2 {
    font-size: 20px;
    line-height: 33px;
}
  
.blog-form-section .left-col .heading-container {
    max-width: 100%;
}
  
.blog-form-section .right-col{
    width:100%;
    padding-left:0;
}

}
/************************* Free Trial Popup Section Stying ******************************/





.popup-section .close-pdf-popup{
    position: absolute;
    right: -400px;   
    cursor:pointer;
    top:230px;
}


body.pdf-popup-open{
   overflow:hidden!important;
}

.pdf-popup-open .header-container-wrapper,
.pdf-popup-open .footer-container-wrapper{
    z-index:4;
}

.pdf-popup-open .popup-section{
    opacity:1;
    pointer-events:auto;
}

.popup-section{
    padding:150px 0;
}

.popup-section {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: -1;
    left: 0;
    right:0;
    width: 100%;
    overflow:hidden;
    overflow-y: scroll;
    height: 100%;
    opacity: 0;
    transition:all .5s ease-in-out;
}

.popup-open-new{
    opacity:1;   
    z-index:9999;
}

body .row-fluid .popup-section .form-container{
    max-width:430px;
    margin:0 auto;
    float:none;
}

body.popup-open-new1{
  background-color:red;
  opacity:0.5;
}

.popup-section1 .close-pdf-popup{
    position: absolute;
    right: 25px;
    cursor: pointer;
    top: 25px;
    width: 19px;
}

.popup-section1 .logo-container{
   margin-bottom:35px;
}

body .row-fluid .popup-section1 .form-container form .field>label{
   text-transform:uppercase;
}

.popup-section1 form input::-webkit-input-placeholder{
   color:#cacfda;
   font-size:14px;
   line-height:26px;
}

.popup-section1::-moz-placeholder {
   color: #cacfda;
   font-size:14px;
   line-height:26px;
}

.popup-section1::-moz-placeholder {  
   color: #cacfda;
   font-size:14px;
   line-height:26px;
}

.popup-section1:-ms-input-placeholder {  
   color: #cacfda;
   font-size:14px;
   line-height:26px;
}

body .row-fluid .popup-section1 .form-container form input{
   border:1px solid #e3e8eb;
}

body .container-fluid .row-fluid .popup-section1 form .hs-button{
   width:100%;
   background-image:none;
   background-color:#1a325e;
   border-radius:5px;
   font-size:13px;
   letter-spacing:2px;
   font-family: "proxima-nova";
   border-top-left-radius: 0;
   border-bottom-right-radius: 0;
   padding:16px 0;
   border:none;
}

.pdf-popup-open .popup-section1{
    opacity:1;
    pointer-events:auto;
}

.popup-section1{
    position: fixed;
    top: 0;
    background: rgba(53, 74, 113, 0.9);
    z-index: -1;
    left: 0;
    right: 0;
    overflow: hidden;
    overflow-y: scroll;
    opacity: 0;
    transition: all .5s ease-in-out;
    bottom: 0;
    display: flex!important;
    flex-direction: column;
    justify-content: center;
}

body .row-fluid .popup-section1 .wrapper{
    max-width: 540px;
    background: #fff;
    padding: 69px 0 95px;
    border-radius: 5px;
    position:relative;
}

.popup-open-new1{
   opacity:1;   
   z-index:9999;
}

body .row-fluid .popup-section1 .form-container{
    max-width:360px;
    margin:0 auto;
    float:none;
}



@media(max-width:767px){

body .row-fluid .popup-section1 .wrapper {
    padding: 49px 30px 35px;
}
  
.popup-section1{
     padding:0 20px;
}

}








/************************* Post Hero Section Styling Start ********************************/




.post-hero-section .post-section-hero .post_featured_image{
   height:365px;
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
}

.post-hero-section .post-section-hero .post-author-list span{
   font-size:14px;
   color:#1a325e;
   font-weight:normal;
   letter-spacing:0px;
}

.post-hero-section .post-section-hero .post-sharing-icons ul{
   list-style-type:none;
   margin:0;
}

.post-hero-section .post-section-hero .post-sharing-icons ul li i{
   color:#1a325e;
   font-size:19px;
}

.post-hero-section .post-section-hero .post-sharing-icons{
   padding-top:63px;
}

.post-hero-section .post-section-hero .post-sharing-icons ul li{
   line-height:30px;
}

.post-hero-section .post-section-hero .topic-list{
   list-style-type:none;
   margin:0;
   margin-bottom:20px;
}

.post-hero-section .post-section-hero .left-col h1{
   font-size:48px;
   line-height:55px;
   letter-spacing:0;
   font-weight:normal;
}

.post-hero-section .post-section-hero .left-col h1>a{
   color:#1a325e;
}

.post-hero-section .post-section-hero .topic-list h5>a{
   color:#1a325e;
   text-transform:uppercase;
   position:relative;
   display:inline-block;
}

.post-hero-section .post-section-hero .topic-list h5>a:after{
    width: auto;
    display: block;
    left: 0;
    content: '';
    background: #cccbcb;
    height: 2px;
    position: absolute;
    top: 19px;
    right: 0;
}

.post-hero-section .post-section-hero .topic-list h5{
    font-size:11px;
    line-height:20px;
    letter-spacing:0.6px;
    font-family: "proxima-nova";
}

.post-hero-section{
   padding:55px 0 43px;
}




@media(max-width:1024px){

.post-hero-section .post-section-hero .left-col h1{
    font-size: 38px;
    line-height: 44px;
}
  
.post-hero-section .post-section-hero .post-sharing-icons{
     padding-top: 30px;
}

}



@media(max-width:767px){

.post-hero-section .post-section-hero .post-sharing-icons{
    padding-top: 25px;
    padding-bottom: 25px;
}
  
.post-hero-section .post-section-hero .post-sharing-icons ul li{
    margin-right:8px;
    display:inline-block;
}
  
.post-hero-section .post-section-hero .left-col h1 {
    font-size: 30px;
    line-height: 35px;
}
  
.post-hero-section .post-section-hero .post_featured_image {
    height: 250px;
}

}

/******************************* Recommended Post Section Styling Start *********************/





.hs-blog-listing .hide-on-listing{
   display:none;
}

.recommended-post-section{
   background-color:#f9f9f9;
   padding:60px 0 112px;
}

.recommended-post-section .heading-container h2{
   font-size:40px;
   line-height:57px;
   letter-spacing:0px;
   font-weight:300;
}

.recommended-post-section .heading-container{
   margin-bottom:43px;
}

.recommended-post-section .post-recent-post .topic-post-item{
   background:#fff;
   border: 1px solid #e3e8eb;
}

.recommended-post-section .post-recent-post .topic-post-item:hover{
   border: 1px solid #1a325e;
}

.recommended-post-section .post-recent-post .topic-post-item .topic-list{
   list-style-type:none;
   margin:0;
}

.recommended-post-section .post-recent-post .topic-post-item .topic-list li h5{
   font-size:11px;
   line-height:20px;
   letter-spacing:0.6px;
   font-family: "proxima-nova";  
}

.recommended-post-section .post-recent-post .topic-post-item .heading-title>a{
   color:#1a325e;
}

.recommended-post-section .post-recent-post .topic-post-item .topic-list li h5>a{
   color:#1a325e;
   text-transform:uppercase;
   position:relative;
   display:inline-block;
}

.recommended-post-section .post-recent-post .topic-post-item .topic-list li h5>a:after{
    width: auto;
    display: block;
    left: 0;
    content: '';
    background: #cccbcb;
    height: 2px;
    position: absolute;
    top: 19px;
    right: 0;
}

.recommended-post-section .post-recent-post .topic-post-item .inner-box{
   padding: 39px 20px 66px;
}



@media(max-width:1024px){

.recommended-post-section{
    padding: 45px 0 70px;
}
  
.recommended-post-section .post-recent-post .topic-post-item .inner-box {
    padding: 39px 20px 39px;
}
  
.recommended-post-section .heading-container {
    margin-bottom: 20px;
}
  
.recommended-post-section .heading-container h2 {
    font-size: 35px;
    line-height: 35px;
}

}


@media(max-width:767px){

.recommended-post-section .heading-container h2{
    font-size: 30px;
    line-height: 25px;
}
  
.recommended-post-section {
    padding: 50px 0 40px;
}
  
.recommended-post-section .post-recent-post .topic-post-item .inner-box {
    padding: 39px 20px 40px;
}
  
.recommended-post-section .heading-container {
    margin-bottom: 15px;
}
  
.recommended-post-section .post-recent-post .topic-post-item {
    margin-bottom: 30px;
}
}


/*********************** More Blog Post Section Styling Start *******************/


.hs-blog-post .more-blog-post{
   padding:50px 0 145px;
}

.more-blog-post .heading-container{
   margin-bottom:26px;
}

.hs-blog-post .blog-section{
   padding:0;
  clear: both;
}

 body .container-fluid .row-fluid .more-blog-post .form-container.home-hero-form-container{
   margin:0!important;
   width: 32.693932%;
   background-color: #fdfdfd;
   padding: 34px 56px 26px;
   float:right!important;
}

 body .container-fluid .row-fluid .form-container.home-hero-form-container.hero-form.blog-right-calc-form{
 width:100%;
}

body .row-fluid .more-blog-post .left-column{
    width: 61.811966%;
}


body .row-fluid .more-blog-post .span4{
    width: 35.623932%;
}

.hs-blog-listing .blog-section .post-item:nth-child(6){
   border-top: 1px solid #e3e8eb;
}

.hs-blog-listing .more-blog-post .left-column{
   width:100%!important;
}

.hs-blog-post .blog-section .post-body p{
   font-size:18px;
   line-height:29px;
   letter-spacing:0;
   color:#67686b;
}

.hs-blog-post .blog-section .post-body h1{
   font-size:48px;
   line-height:55px;
   letter-spacing:0;
   color:#1a325e;
   font-weight:normal;
}

.hs-blog-post .blog-section .post-body h2{
   font-size:40px;
   line-height:57px;
   letter-spacing:0;
   color:#1a325e;
   font-weight:300;
}

.hs-blog-post .blog-section .post-body h3{
   font-size:24px;
   line-height:29px;
   letter-spacing:0;
   color:#1a325e;
   font-weight:normal;
}

.hs-blog-post .blog-section .post-body h4{
   font-size:20px;
   line-height:24px;
   letter-spacing:0;
   color:#1a325e;
   font-weight:normal;
}

.hs-blog-post .blog-section .post-body ul{
   list-style-type:none;
}

.hs-blog-post .blog-section .post-body img{
   width:100%!important;
   height:auto;
}

.hs-blog-post .blog-section .post-body ol{
   list-style-type:none;
}

.hs-blog-post .blog-section .post-body ul li{
   font-size:18px;
   line-height:29px;
   letter-spacing:0;
   color:#67686b;
   position:relative;
}

.hs-blog-post .blog-section .post-body ul li:after{
    position: absolute;
    content: '';
    left: -20px;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #1a325e;
    border-radius: 50%;
}

.hs-blog-post .blog-section .post-body ol li{
   font-size:18px;
   line-height:29px;
   letter-spacing:0;
   color:#67686b;
}

.hs-blog-post .blog-section .post-body ol li{
  counter-increment: list;
  list-style-type: none;
  position: relative;
  margin-bottom:0;
}

.hs-blog-post .blog-section .post-body ol li:before{
   display:block;
}

.hs-blog-post .blog-section .post-body ol li:before {
  color: #1a325e;
  content: counter(list) ".";
  left: -32px;
  position: absolute;
  text-align: right;
  width: 26px;
}




@media(max-width:1024px){

body .row-fluid .more-blog-post .form-container.home-hero-form-container{
    width: 42.693932%;
}
  
.hs-blog-post .more-blog-post{
     padding:50px 0 60px;
}
  
body .row-fluid .more-blog-post .left-column{
    width: 52.811966%;
}
  
  body .row-fluid .more-blog-post .span4{
     width: 43.623932%;
  }
  
.hs-blog-post .blog-section .post-body h2{
    font-size: 35px;
    line-height: 41px;
}

}

@media(max-width:767px){

body .row-fluid .more-blog-post .left-column{
   width:100%;
}
  
 body .row-fluid .more-blog-post .span4{
     width: 100%;
  }
  
.more-blog-post .heading-container{
   margin-bottom: 10px;
}
body .container-fluid .row-fluid .more-blog-post .form-container.home-hero-form-container{
    width:100%;
    margin:30px auto 0!important;
    padding: 34px 25px 26px;
}
  
.hs-blog-post .blog-section .post-body h2{
    font-size: 30px;
    line-height: 35px; 
}
  
.hs-blog-post .blog-section .post-body h3 {
    font-size: 22px;
    line-height: 25px;
}
}




body .row-fluid .blog-form-cont .form-container:after{
   right:0px!important;
   left:auto!important;
   border-radius:0!important;
}

body .row-fluid .blog-form-cont .form-container{
   box-shadow: 0px 18px 17px -13px rgba(17, 17, 17, 0.3215686274509804);
}

body .row-fluid .blog-form-cont .form-container h4{
   text-align:left;
   margin-bottom:6px;
   line-height:19px;
}

body .row-fluid .blog-form-cont .form-heading {
    padding-left: 0;
    padding-right:20px;
}



@media(max-width:767px){

body .row-fluid .blog-form-cont .form-heading {
    padding-right:50px;
}
}


/************************** Blog Calculator ************************/




.blog-right-calc-form .insureresult .main-container {
    padding: 100px 20px 10px;
}

.blog-right-calc-form .main-container input {
    margin-left: 10px;
}

.blog-right-calc-form .insureresult .main-container .tab-label>div {
    font-size: 12px;
	  letter-spacing:.7px;	
}

body .container-fluid .row-fluid .more-blog-post .blog-right-calc-form.result-open.form-container.home-hero-form-container{
    padding: 0 0 26px;
}

.blog-right-calc-form.form-container .submitted-message{
		display:none;
}




.hs-blog-post .section.post-body a{
    text-decoration: underline;
    color: #226bf2;
}








/********************** Blog New Styling **********************/





body.blog-new .container-fluid .row-fluid .form-container.home-hero-form-container.hero-form.blog-right-calc-form{
   border:2px solid #00376F;
   border-radius:0 30px 0 30px;
   background:#fff;
   padding: 45px 24px 26px;
   max-width:349px;
}

body.blog-new .row-fluid .blog-form-cont .form-container:after {
    right: 30px !important;
    top:-1px;
}

body.blog-new .row-fluid .blog-form-cont .form-heading h3{
   font-size:32.76px;
   line-height:38.43px; 
   letter-spacing:-0.31px;;
   font-weight:bold;
}

body.blog-new .row-fluid .blog-form-cont .form-heading p{
    font-size:15px;
   line-height:20px;
   color: #5E6B77;
  margin-bottom: 11px;
}

body.blog-new .row-fluid .blog-form-cont .form-heading p a{
   color: #5E6B77;
   font-weight:bold;
}

body.blog-new .row-fluid .blog-form-cont .form-container form .field>label{
   font-size:15px; 
   font-weight:bold;
   line-height:18px;
   color: #00376F;
   font-family: neuzeit-grotesk;
   margin-bottom:3px;
   letter-spacing:normal;
}

body.blog-new .row-fluid .blog-form-cont .form-container form input{
  border:1px solid #D8DDE6;
  border-radius: 4px;
  background-color: #FBFBFB;
  height:42px;
  color:#3F4E62;
  font-size:16px;
  line-height:19px;
}

body.blog-new .row-fluid .blog-form-cont .form-container form .hs-button{
  border-radius: 0 5.5px 0 5.5px;
  background-color: #1A325E;
  color:#fff;
  font-size:18px;
  line-height:22px;
   width:auto;
   border:none;
   height:auto;
   text-transform:initial;
   font-weight:600;
   padding: 14px 47px;
   letter-spacing:normal;
}

body.blog-new .row-fluid .blog-form-cont .form-container:after{
    background:url('https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/White%20star%20ribbon.svg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
   width:32px;
   height:39px;
}





/**************** Blog Listing Styling *****************/


.hs-blog-post .blog-insights-section1{
   display:none;

}

body.category-page .blog-insights-section1{
  display:none;
}

.blog-insights-section1{
   padding:70px 0 53px;
}

body .row-fluid .blog-insights-section1 .img-cont{
   position: relative;
    margin-bottom: 21px;
    max-width: 420px;
    margin: 0 auto 20px;
    float: none;
}

.blog-insights-section1 .img-cont:before{
   position:absolute;
   left:0;
    top: 26px;
   content:'';
   background:#D4D4D4;
   width:68px;
   height:2px;
}

.blog-insights-section1 .img-cont:after{
   position:absolute;
   right:0;
   top: 26px;
   content:'';
   background:#D4D4D4;
   width:68px;
   height:2px;
}

.blog-insights-section1 .description p{
    color: #67686B;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 30px;
}

.blog-insights-section1 .description{
   margin-bottom: 34px;
}

.blog-insights-section1 .recent-post-section .hs-featured-image-wrapper{
   height:425px;
   margin-bottom:25px;
   border-radius:3px;
}

.blog-insights-section1 .recent-post-section .text-container{
    margin-left:0;
}

.blog-insights-section1 .recent-post-section{
   cursor:pointer;
}

.blog-insights-section1 .recent-post-section .post-body-inner1 h3{
   color: #1A325E;
  font-size: 32px;
  letter-spacing: -0.07px;
  line-height: 38px;
   min-height:76px;
}
.blog-insights-section1 .recent-post-section .post-body-inner1 h3:hover{
text-decoration:underline;
}


.blog-insights-section1 .recent-post-section .description-container p{
   color: #6E6E6E;
  font-size: 22px;
  letter-spacing: -0.05px;
  line-height: 32px;
}

.blog-insights-section1 .recent-post-section .cta-container a.more-link{
   color: #CCC19A;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  position:relative;
  transition: .3s all ease-in-out;
}

.blog-insights-section1 .recent-post-section:hover .cta-container a.more-link{
   color: #00376f;
    transition: .3s all ease-in-out;
}

.blog-insights-section1 .recent-post-section .cta-container{
   margin-top:43px;
}

.blog-insights-section1 .recent-post-section:hover .cta-container a.more-link:after{
   position: absolute;
    right: -31px;
    top: 1px;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Navy%20Arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 11px;
    height: 19px;
    transition: .3s all ease-in-out;
}

.blog-insights-section1 .recent-post-section .cta-container a.more-link:after{
   position:absolute;
    right: -31px;
    top: 1px;
   content:'';
   background:url('https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Gold%20arrow.svg');
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
   width:11px;
   height:19px;
   transition: .3s all ease-in-out;
}

.blog-insights-section1 .left-col{
   width: 62.811966%;
}

.blog-insights-section1 .right-col{
   width: 34.9%;
   margin-left: 2%;
}



@media(max-width:1024px){

.blog-insights-section1 .description p{
    max-width: 500px;
    margin: 0 auto; 
}
}



@media(max-width:767px){

.blog-insights-section1 .img-cont:before{
    width: 48px;  
}
  
.blog-insights-section1 .img-cont:after{
    width: 48px;  
}
  
.blog-insights-section1 .left-col {
    width: 100%;
}
  
.blog-insights-section1 .recent-post-section .hs-featured-image-wrapper {
    height: 200px;
}
  
.blog-insights-section1 .recent-post-section .post-body-inner1 h3 {
    font-size: 24px;
    line-height: 30px;
    min-height: 100%;
}
  
.blog-insights-section1 .recent-post-section .description-container p {
    font-size: 18px;
    line-height: 28px;
}
  
.blog-insights-section1 .recent-post-section .cta-container {
    margin-top: 23px;
}
  
.blog-insights-section1 .recent-post-section{
   margin-bottom:30px;
}
  
.blog-insights-section1 .right-col {
    width: 100%;
    margin-left: 0;
}
}
  




/************************* Blog Post Filter Section Styling *********************/





body.hs-blog-post .blog-post-filter-section{
  display:none;
}


body.topic-page .blog-post-filter-section{
  display:none;
}

.blog-post-filter-section ul li{
  display:inline-block;
  margin-bottom:20px;
}

.blog-post-filter-section ul li a{
    color: #898989;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .68px;
    line-height: 13px;
    text-align: center;
    border: 1px solid #d8d8d8; 
    border-radius: 2px;
    background-color: #fff;
    padding: 9px 14px;
    transition: .3s all ease-in-out;
}

.blog-post-filter-section ul li a:hover{
  background: #00376f;
  color: #fff; 
}
 
body.wrapper-mac-adjust .blog-post-filter-section ul li a{ 
  padding: 5px 13px 8px;
}

.blog-post-filter-section ul li .filter-link-count{
  display:none;
}
 
.blog-post-filter-section ul{
  text-align:center;
}

.blog-post-filter-section h3{
  text-align:center; 
}

.tdp-blog.hs-blog-listing .post-listing {
  margin-bottom: 78px;
}

.blog-post-filter-section{
    padding-bottom: 50px;
    padding-top: 78px;
}






  






/****************** Get Jewellery Insurance Cm Styling *****************/



.get-jewellery-insurance-cm .image-container{
   height:169px;
   margin-bottom:16px;
   border-radius:3px;
}

.get-jewellery-insurance-cm{
   cursor:pointer;
}

.get-jewellery-insurance-cm .text-container p{
   color: #1A325E;
  font-size: 24px;
  letter-spacing: -0.05px;
  line-height: 28px;
  padding-right: 50px;
  position:relative;
  padding-bottom: 17px;
}
.get-jewellery-insurance-cm .text-container p:hover{
text-decoration:underline;
}

.get-jewellery-insurance-cm .cta-container h4{
   color: #ccc19a;
    font-family: "proxima-nova";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    position: relative;
    transition: .3s all ease-in-out;
    display: inline-block;
}

.get-jewellery-insurance-cm:hover .cta-container h4{
    color: #00376f;
    transition: .3s all ease-in-out;
}

.get-jewellery-insurance-cm:hover .cta-container h4:after{
   position: absolute;
    right: -31px;
    top: 1px;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Navy%20Arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 11px;
    height: 19px;
    transition: .3s all ease-in-out;
}

.get-jewellery-insurance-cm .cta-container h4:after{
   position: absolute;
    right: -31px;
    top: 1px;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Gold%20arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 11px;
    height: 19px;
    transition: .3s all ease-in-out;
}

.get-jewellery-insurance-cm .text-container p:after{
  background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/White%20star%20ribbon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 32px;
  height: 39px;
  position:absolute;
  right:0;
  top:7px;
  content:'';
}

.get-jewellery-insurance-cm .cta-container a.cta-button{
   color: #CCC19A;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
   position:relative;
   transition: .3s all ease-in-out;
}

.get-jewellery-insurance-cm:hover .cta-container a.cta-button{
   color: #00376f;
    transition: .3s all ease-in-out;
}

.get-jewellery-insurance-cm:hover .cta-container a.cta-button:after{
   position: absolute;
    right: -31px;
    top: 1px;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Navy%20Arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 11px;
    height: 19px;
    transition: .3s all ease-in-out;
}

.get-jewellery-insurance-cm .cta-container a.cta-button:after{
   position: absolute;
    right: -31px;
    top: 1px;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Gold%20arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 11px;
    height: 19px;
   transition: .3s all ease-in-out;
}

.get-jewellery-insurance-cm{
   padding-bottom: 40px;
}



@media(max-width:767px){
  
.get-jewellery-insurance-cm .image-container{
    height: 200px;  
}
  
.get-jewellery-insurance-cm {
    padding-bottom: 30px;
}
}



/******************* Popular Post Cm Styling ***************/



.popular-post-cm .hs-featured-image-wrapper{
   height:169px;
   border-radius:3px;
   margin-bottom:16px;
}

.popular-post-cm .text-container h3{
   color: #1A325E;
  font-size: 24px;
  letter-spacing: -0.05px;
  line-height: 28px;
  min-height:56px;
}
.popular-post-cm .text-container h3:hover{
text-decoration:underline;
}

.popular-post-cm .text-container{
   margin-left:0;
}

.popular-post-cm .cta-container a.more-link {
    color: #ccc19a;
    font-family: "proxima-nova";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    position: relative;
   transition: .3s all ease-in-out;
}

.popular-post-cm:hover .cta-container a.more-link{
   color: #00376f;
    transition: .3s all ease-in-out;
}

.popular-post-cm:hover .cta-container a.more-link:after{
   position: absolute;
    right: -31px;
    top: 1px;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Navy%20Arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 11px;
    height: 19px;
    transition: .3s all ease-in-out;
}

.popular-post-cm .cta-container a.more-link:after{
   position: absolute;
    right: -31px;
    top: 1px;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Gold%20arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 11px;
    height: 19px;
   transition: .3s all ease-in-out;
}

.popular-post-cm .cta-container{
   margin-top: 43px;
}


@media(max-width:767px){

.popular-post-cm .cta-container {
    margin-top: 23px;
}
  
.popular-post-cm .text-container h3{
  min-height:100%;
}
}




/********************Tag Category Cm Styling *******************/


.hs-blog-post .tag-category-cm{
   display:none;
}

body.category-page .tag-category-cm{
   display:none;
}

.tag-category-cm{
  padding:22px 0 11px;
}

.tag-category-cm .heading-cont .left-col h2{
  font-size:32px;
  font-weight: bold;
  letter-spacing: -0.07px;
  line-height: 38px;
  color: #1A325E;
}

.tag-category-cm .heading-cont .right-col{
   text-align:right;
}

.tag-category-cm .heading-cont .right-col a{
  color: #CCC19A;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  position: relative;
  left: -30px;
   transition:0.3s all ease-in-out;
}

.tag-category-cm .heading-cont .right-col a:hover{
  color:#00376F;
  transition:0.3s all ease-in-out;
}

.tag-category-cm .heading-cont .right-col a:after{
   position: absolute;
    right: -28px;
    top: 1px;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Gold%20arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 11px;
    height: 19px;
    transition:0.3s all ease-in-out;
}

.tag-category-cm .heading-cont .right-col a:hover:after{
   position: absolute;
    right: -28px;
    top: 1px;
    content: '';
    background: url('https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Navy%20Arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 11px;
    height: 19px;
    transition:0.3s all ease-in-out;
}

.tag-category-cm .heading-cont .right-col a span{
   text-transform:capitalize;
}

.tag-category-cm .heading-cont{
   border-bottom:1px solid #D4D4D4;
   margin-bottom:22px;
}

.tag-category-cm .post-listing-cont .home-post-item {
    float: left;
    width: 32%;
    display: block;
    align-self: stretch;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 2%;
    padding: 0;
    box-sizing: border-box;
    transition:0.3s all ease-in-out;
    cursor:pointer;
}

.tag-category-cm .post-listing-cont .home-post-item:last-child{
  margin-right:0;
}

.tag-category-cm .post-listing-cont .home-post-item .hs-featured-image-wrapper{
   height: 207px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.tag-category-cm .post-listing-cont .home-post-item .post-header h2{
   color: #1A325E;
  font-size: 22px;
  letter-spacing: -0.05px;
  line-height: 28px;
  min-height:56px;
}

.tag-category-cm .post-listing-cont .home-post-item .post-header h2:hover{
text-decoration:underline;
}

.tag-category-cm .post-listing-cont .home-post-item .description-container p{
   color: #67686B;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 26px;
}

.tag-category-cm .post-listing-cont .home-post-item .cta-container a{
   color: #CCC19A;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  position:relative;
  transition:0.3s all ease-in-out;
}


.tag-category-cm .post-listing-cont .home-post-item:hover .cta-container a{
   color:#00376F;
   transition:0.3s all ease-in-out;
}

.tag-category-cm .post-listing-cont .home-post-item:hover .cta-container a:after{
    position: absolute;
    right: -31px;
    top: 1px;
    content: '';
    background: url('https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Navy%20Arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 11px;
    height: 19px;
    transition:0.3s all ease-in-out;
}


.tag-category-cm .post-listing-cont .home-post-item .cta-container a:after{
   position: absolute;
    right: -31px;
    top: 1px;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Gold%20arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 11px;
    height: 19px;
    transition:0.3s all ease-in-out;
}

.tag-category-cm .post-listing-cont .home-post-item .topic-container a{
  color: #898989;
  text-transform:uppercase;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.68px;
  line-height: 13px;
  text-align: center;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
  background-color: #FFFFFF;
  padding: 2px 3px;
}

.tag-category-cm .post-listing-cont .home-post-item .text-container{
   margin-left:0;
}

.tag-category-cm .post-listing-cont .home-post-item .topic-container #hubspot-topic_data{
   margin-bottom: 8px;
}

.tag-category-cm .post-listing-cont .home-post-item .cta-container{
   margin-top: 25px;
}



@media(max-width:1024px){

.tag-category-cm .post-listing-cont .home-post-item .description-container p{
   font-size: 17px;
}
}



@media(max-width:767px){

.tag-category-cm .post-listing-cont .home-post-item{
     width:100%;
     margin-right:0;
}
  
.tag-category-cm .post-listing-cont .home-post-item .hs-featured-image-wrapper {
    height: 200px;
    margin-bottom: 15px;
}
  
.tag-category-cm .post-listing-cont .home-post-item .post-header h2 {
    min-height: 100%;
}
  
.tag-category-cm .heading-cont .left-col h2 {
    font-size: 27px;
    text-align: left;
}
  
.tag-category-cm .heading-cont .right-col {
    text-align:left;
    margin-bottom:20px;
}
  
.tag-category-cm .heading-cont .right-col a {
    left: 0;
}
  
  .tag-category-cm .post-listing-cont .home-post-item{
     display:none;
  }
  
   .tag-category-cm .post-listing-cont .home-post-item:nth-child(1){
     display:block;
  }
}


/****************** Helpful Resources Cm Styling x3 ****************/


.hs-blog-post .helpful-resources-cm{
   display:none;
}

body.category-page .helpful-resources-cm{
   display:none;
}

.hs-blog-post .bottom-form-section{
   display:none;
}

.helpful-resources-cm{
   padding:26px 0 85px;
}

.helpful-resources-cm .heading-container .left-col h3{
  color: #1A325E;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.07px;
  line-height: 38px;
}

.helpful-resources-cm .heading-container .right-col{
   text-align:right;
}

.helpful-resources-cm .heading-container .right-col a{
   color: #CCC19A;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  position:relative;
  left: -30px;
  transition:0.3s all ease-in-out;
}

.helpful-resources-cm .heading-container .right-col a:hover{
   color:#00376F;
   transition:0.3s all ease-in-out;
}

.helpful-resources-cm .heading-container .right-col a:after{
   position: absolute;
    right: -28px;
    top: 1px;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Gold%20arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 11px;
    height: 19px;
    transition:0.3s all ease-in-out;
}

.helpful-resources-cm .heading-container .right-col a:hover:after{
   position: absolute;
    right: -28px;
    top: 1px;
    content: '';
    background: url('https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Navy%20Arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 11px;
    height: 19px;
    transition:0.3s all ease-in-out;
}

body .row-fluid .helpful-resources-cm .three-col-adjust span>.hs_cos_wrapper{
   margin-left:0;
   border: 1px solid #D0CFCF;
  border-radius: 3px;
   margin-right: 1.8%;
    flex-basis: 31.3%;
    -webkit-flex-basis: 31.3%;
    cursor:pointer;
}

.helpful-resources-cm .cm-cont .image-container{
  height: 249px;
}

.helpful-resources-cm .cm-cont .cta-button-cont{
   background-color: transparent;
  box-shadow: inset -1px 1px 0 0 rgba(255,255,255,0);
  border: 1px solid #00376F;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  color:#00376F;
  font-family: "proxima-nova";
  padding: 5px 13px;
  transition:0.3s all ease-in-out;
  position: absolute;
    bottom: 20px;
}

.helpful-resources-cm .cm-cont .cta-button-cont:hover{
   background:#00376F;
   color:#fff;
   transition:0.3s all ease-in-out;
}

.helpful-resources-cm .cm-cont h3{
   font-size: 22px;
  letter-spacing: -0.05px;
  line-height: 28px;
  margin-bottom:20px;
}

.helpful-resources-cm .cm-cont h6{
   color: #898989;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .68px;
    line-height: 13px;
    text-align: center;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    background-color: #fff;
    padding: 2px 3px;
    width: auto;
    display: inline-block;
    margin-bottom: 12px;
}

.helpful-resources-cm .cm-cont .bottom-row{
   padding:17px 17px 50px;
}

.helpful-resources-cm .heading-container{
   border-bottom:1px solid #D4D4D4;
   padding-bottom: 6px;
}




@media(max-width:767px){

.helpful-resources-cm .heading-container .left-col h3{
   font-size: 27px;
   text-align: left;
}
  
.helpful-resources-cm .heading-container .right-col {
    text-align: left;
    margin-bottom:20px;
}
  
.helpful-resources-cm .heading-container .right-col a {
    left: 0;
}
  
.helpful-resources-cm {
    padding: 26px 0 65px;
}
}



/****************** Helpful Resources Cm Styling x1 with latest insights ****************/


.hs-blog-post .helpful-resources-cm1{
   display:none;
}

body.category-page .helpful-resources-cm1{
   display:none;
}

.hs-blog-post .bottom-form-section{
   display:none;
}

.helpful-resources-cm1{
   padding:26px 0 85px;
}

.helpful-resources-cm1 .heading-container .left-col h3{
  color: #1A325E;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.07px;
  line-height: 38px;
}

.helpful-resources-cm1 .heading-container .right-col{
   text-align:right;
}

.helpful-resources-cm1 .heading-container .right-col a{
   color: #CCC19A;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  position:relative;
  left: -30px;
  transition:0.3s all ease-in-out;
}

.helpful-resources-cm1 .heading-container .right-col a:hover{
   color:#00376F;
   transition:0.3s all ease-in-out;
}

.helpful-resources-cm1 .heading-container .right-col a:after{
   position: absolute;
    right: -28px;
    top: 1px;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Gold%20arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 11px;
    height: 19px;
    transition:0.3s all ease-in-out;
}

.helpful-resources-cm1 .heading-container .right-col a:hover:after{
   position: absolute;
    right: -28px;
    top: 1px;
    content: '';
    background: url('https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Navy%20Arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 11px;
    height: 19px;
    transition:0.3s all ease-in-out;
}

body .row-fluid .helpful-resources-cm1 .three-col-adjust span>.hs_cos_wrapper{
   margin-left:0;
   border: 1px solid #D0CFCF;
  border-radius: 3px;
   margin-right: 1.8%;
    flex-basis: 31.3%;
    -webkit-flex-basis: 31.3%;
    cursor:pointer;
}

.helpful-resources-cm1 .cm-cont .image-container{
  height: 249px;
}

.helpful-resources-cm1 .cm-cont .cta-button-cont{
   background-color: transparent;
  box-shadow: inset -1px 1px 0 0 rgba(255,255,255,0);
  border: 1px solid #00376F;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  color:#00376F;
  font-family: "proxima-nova";
  padding: 5px 13px;
  transition:0.3s all ease-in-out;
  position: absolute;
  /*bottom: 20px;*/
}

.helpful-resources-cm1 .cm-cont .cta-button-cont:hover{
   background:#00376F;
   color:#fff;
   transition:0.3s all ease-in-out;
}

.helpful-resources-cm1 .cm-cont h3{
   font-size: 22px;
  letter-spacing: -0.05px;
  line-height: 28px;
  margin-bottom:20px;
}

.helpful-resources-cm1 .cm-cont h6{
   color: #898989;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .68px;
    line-height: 13px;
    text-align: center;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    background-color: #fff;
    padding: 2px 3px;
    width: auto;
    display: inline-block;
    margin-bottom: 12px;
}

.helpful-resources-cm1 .cm-cont .bottom-row{
   padding:17px 17px 50px;
}

.helpful-resources-cm1 .heading-container{
   border-bottom:1px solid #D4D4D4;
   padding-bottom: 6px;
}




@media(max-width:767px){

.helpful-resources-cm1 .heading-container .left-col h3{
   font-size: 27px;
   text-align: left;
}
  
.helpful-resources-cm1 .heading-container .right-col {
    text-align: left;
    margin-bottom:20px;
}
  
.helpful-resources-cm1 .heading-container .right-col a {
    left: 0;
}
  
.helpful-resources-cm1 {
    padding: 26px 0 65px;
}
}









/******************** Blog Post Page Styling *******************/




.hs-blog-listing .blog-insights-content-section{
   display:none;
}

.blog-insights-content-section .blog-section .hs-featured-image-wrapper{
   height:448px;
}

.blog-insights-content-section .blog-section .featured-image{
   margin-left:0;
   margin-bottom:53px;
}

.blog-insights-content-section .post-section-hero h1{
   color: #1A325E;
  font-size: 65px;
  font-weight: bold;
  letter-spacing: -0.74px;
  line-height: 67px;
  max-width:796px;
  margin-bottom: 22px;
}

.blog-insights-content-section .post-section-hero h1 a{
   color: #1A325E;
  font-size: 65px;
  font-weight: bold;
  letter-spacing: -0.74px;
  line-height: 67px;
}

body .row-fluid .blog-insights-content-section .span4 {
    width: 31.623932%;
    position: relative;
    height: 100%;
    padding-left: 39px;
}

body.blog-new .container-fluid .row-fluid .blog-insights-content-section .form-container.home-hero-form-container.hero-form.blog-right-calc-form {
    border: 2px solid #00376f;
    border-radius: 0 30px 0 30px;
    background: #fff;
    padding: 45px 18px 26px;
    max-width: 314px;
    float: right!important;
    right: auto;
}

body.blog-new .row-fluid .blog-form-cont.blog-insights-content-section .form-heading h3 {
    /*font-size: 29.76px;
    line-height: 38.43px;*/
      font-size: 25px;
    line-height: 29.43px;
    letter-spacing: -0.31px;
    font-weight: bold;
  margin-bottom: 7px;
}

.hs-blog-post .blog-insights-content-section .post-body p{
  font-size: 20px;
  letter-spacing: 0;
  line-height: 34px;
  color: #6E6E6E;
  margin-bottom:25px;
}

.hs-blog-post .blog-insights-content-section .post-body h2{
   color: #1A325E;
  font-size: 42px;
  letter-spacing: -0.09px;
  line-height: 45px;
}

.hs-blog-post .blog-insights-content-section .post-body h3{
   color: #1A325E;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.07px;
  line-height: 38px;
}

.blog-insights-content-section .post-section-hero .hs-author-avatar{
   width:41px;
   height:41px;
   border: 1px solid #CCC19A;
  background-color: #FFFFFF;
  border-radius:50%;
}

.blog-insights-content-section .post-section-hero .hubspot-editable{
   max-width: 350px;
   margin-bottom: 38px;
}

.blog-insights-content-section .post-section-hero .hs-author-label a.author-link{
  color: #1A325E;
  font-size: 14px;
  letter-spacing: -0.03px;
  line-height: 15px;
}

.blog-insights-content-section .post-section-hero .hubspot-editable .date{
   color: #6E6E6E;
  font-size: 14px;
  letter-spacing: -0.03px;
  line-height: 15px;
}

.blog-insights-content-section .post-section-hero .hubspot-editable .date span{
 width:auto;
  float:left;
}

 .blog-insights-content-section .post-section-hero .hubspot-editable .min-read-cont{
  width:auto;
  float:left;
}

.hs-blog-post .blog-insights-content-section{
    padding: 20px 0 115px;
}



@media(max-width:1145px){

body.blog-new .container-fluid .row-fluid .blog-insights-content-section .form-container.home-hero-form-container.hero-form.blog-right-calc-form {
    max-width: 289px;
}
  
body .row-fluid .blog-insights-content-section .span4 {
    width: 29.623932%;
    padding-left:0;
}
  
body .row-fluid .blog-insights-content-section .span8{
   width: 63.745856%;
}
}



@media(max-width:1024px){

body.blog-new .container-fluid .row-fluid .blog-insights-content-section .form-container.home-hero-form-container.hero-form.blog-right-calc-form{
    max-width: 277px;
}
  
body .row-fluid .blog-insights-content-section .span4 {
    width: 37.623932%;
    padding-left: 0;
}
  
body .row-fluid .blog-insights-content-section .span8{
   width: 58.745856%;
}
  
  .blog-insights-content-section .post-section-hero h1 a{
     font-size: 45px;
    line-height: 51px;
  }
  
.blog-insights-content-section .post-section-hero h1{
     font-size: 45px;
    line-height: 51px;
   max-width: 696px;
  }
}



@media(max-width:767px){

body.blog-new .container-fluid .row-fluid .blog-insights-content-section .form-container.home-hero-form-container.hero-form.blog-right-calc-form{
    position:relative!important;
}
  
body .row-fluid .blog-insights-content-section .span8 {
    width: 100%;
}
  
body .row-fluid .blog-insights-content-section .span4 {
    width: 100%;
}
  
.hs-blog-post .blog-insights-content-section {
    padding: 20px 0 80px!important;
}
  
.hs-blog-post .blog-insights-content-section .post-body p{
     font-size: 18px;
     line-height: 29px;
     margin-bottom: 15px;
}
  
.hs-blog-post .blog-insights-content-section .post-body h2{
     font-size: 32px;
    line-height: 35px;
  }
  
.hs-blog-post .blog-insights-content-section .post-body h3 {
    font-size: 29px;
    line-height: 34px;
}
  
  .blog-insights-content-section .post-section-hero .hubspot-editable{
    margin-bottom: 20px;       
  }
}


/********************** Insights Related Post Section Styling ********************/


.hs-blog-listing .insights-related-post{
   display:none;
}

.insights-related-post .heading-cont h3{
   font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.07px;
  line-height: 38px;
}

.insights-related-post .heading-cont{
   border-bottom:1px solid #D4D4D4;
   margin-bottom:60px;
}

.related-post-cont .hs-featured-image-wrapper{
   height:207px;
   border-radius:3px;
}

.related-post-cont .post-listing .topic-post-item .post-header h2 {
    color: #1a325e;
    font-size: 22px;
    letter-spacing: -0.05px;
    line-height: 28px;
    min-height: 56px;
}

.related-post-cont .post-listing .topic-post-item .description-container p {
    color: #67686b;
    font-size: 19px;
    letter-spacing: 0;
    line-height: 26px;
}

.related-post-cont .post-listing .topic-post-item .cta-container a {
    color: #ccc19a;
    font-family: "proxima-nova";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    position: relative;
   transition: .3s all ease-in-out;
}

.related-post-cont .post-listing .topic-post-item .cta-container{
   margin-top:23px;
   
}

.related-post-cont .post-listing .topic-post-item .cta-container a:after {
    position: absolute;
    right: -31px;
    top: 1px;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Gold%20arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 11px;
    height: 19px;
   transition: .3s all ease-in-out;
}

.related-post-cont .post-listing .topic-post-item .topic-container ul{
   list-style-type:none;
   margin-left:0;
   margin-bottom:0;
   margin-top:6px;
}

.related-post-cont .post-listing .topic-post-item .topic-container ul li{
   margin-bottom:0;
}

.related-post-cont .post-listing .topic-post-item .topic-container ul li h5{
  margin-bottom:4px;
}

.related-post-cont .post-listing .topic-post-item .topic-container ul li a{
  color: #898989;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .68px;
    line-height: 13px;
    text-align: center;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    background-color: #fff;
    padding: 2px 3px;
}

.related-post-cont .post-listing .topic-post-item .text-container{
   margin-left:0;
}

.related-post-cont .post-listing .topic-post-item{
   float: left;
    width: 48%;
    display: block;
    align-self: stretch;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 3.5%;
    padding: 0;
    box-sizing: border-box;
}

.related-post-cont .post-listing .topic-post-item:hover .cta-container a{
   color: #00376f;
    transition: .3s all ease-in-out;
}

.related-post-cont .post-listing .topic-post-item:hover .cta-container a:after{
   position: absolute;
    right: -31px;
    top: 1px;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Navy%20Arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 11px;
    height: 19px;
    transition: .3s all ease-in-out;
}

.related-post-cont .post-listing .topic-post-item:last-child{
   margin-right:0;
}

.insights-related-post .right-col{
   border-radius: 0 10px 0 10px;
    position: relative;
    z-index: 1;
    padding: 155px 23px 25px;
    width: 32%;
    margin-left: 2%;
    box-shadow: 2px 9px 23px 0 rgba(0,55,111,0.26);
}

.insights-related-post .right-col:after{
   position:absolute;
   right:0;
   left:0;
   bottom:0;
   content:'';
   background: linear-gradient(0deg, #063264 0%, #00376F 49.57%, rgba(0,55,111,0.86) 69.95%, rgba(106,170,215,0) 100%, rgba(106,170,215,0) 100%);
   width:100%;
   height:277px;
   z-index:-1;
   border-bottom-left-radius: 10px;
}

.insights-related-post .right-col h3{
  font-family: 'Born Ready Slanted';
  font-size: 42.68px;
  letter-spacing: -0.4px;
  line-height: 37.14px;
  text-align: center;
   margin-bottom: 6px;
}

.insights-related-post .right-col p{
   font-size: 15.94px;
  letter-spacing: -0.21px;
  line-height: 24.14px;
  text-align: center;
}

.insights-related-post .right-col form label{
  display:none;
}

.insights-related-post .right-col form .hs-button{
   color: #00376F;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  border-radius: 0 4.95px 0 4.95px;
  background-color: #FFFFFF;
  padding: 11.5px 23px;
  margin-top: 10px;
}

.insights-related-post .right-col form input::placeholder{
   color: #1A325E;
   font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
}

.insights-related-post{
  padding-bottom: 52px;
}


@media(max-width:1024px){

.insights-related-post .right-col{
   padding: 135px 23px 25px;
}
}



@media(max-width:767px){

.related-post-cont .post-listing .topic-post-item{
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
}
  
  .insights-related-post {
    padding-bottom: 72px;
}
  
  .insights-related-post .right-col{
     width:100%;
     margin-left:0;
  }
  
.related-post-cont .post-listing .topic-post-item .post-header h2{
   min-height:100%;
}

}





.breadcrumb-cm ul{
   list-style-type:none;
   margin-left:0;
   margin-top:0;
}

.breadcrumb-cm ul li{
   color: #1A325E;
  font-size: 14px;
  letter-spacing: -0.03px;
  line-height: 15px;
  display:inline-block;
  padding-right:25px;
}

.breadcrumb-cm ul li a{
   color: #1A325E;
  font-size: 14px;
  letter-spacing: -0.03px;
  line-height: 15px;
  display:inline-block;
  position:relative;
}

.breadcrumb-cm ul li a:after{
   position:absolute;
   right: -20px;
   top: 1px;
   content:'';
   background:url('https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/breadcrumb%20arrow.svg');
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
   width:8px;
   height:14px;
   
}

.breadcrumb-cm ul li:last-child a:after{
   display:none;
}

.breadcrumb-cm ul li h1{
  color: #1A325E;
  font-size: 14px;
  letter-spacing: -0.03px;
  line-height: 15px;
  display:inline-block;
}

.breadcrumb-cm ul li:last-child a{
  color: #1A325E;
  font-size: 14px;
  letter-spacing: -0.03px;
  line-height: 15px;
  display:inline-block;
  font-weight: 300;
}


.blog-insights-content-section .social-cont ul{
   list-style-type:none;
   margin-top:0;
}

.blog-insights-content-section .social-cont ul li:first-child{
   display:inline-block;
   color: #1A325E;
  font-size: 14px;
  letter-spacing: -0.03px;
  line-height: 15px;
  text-align: right;
}

.blog-insights-content-section .social-cont ul li{
   color: #1A325E;
  display:inline-block;
  font-size: 20px;
  padding-right:9px;
  line-height:normal;
}

.blog-insights-content-section .social-cont ul li i{
    color:#1A325E;
}

.blog-insights-content-section .social-cont{
     text-align:right;
}


@media(max-width:767px){

  .blog-insights-content-section .social-cont ul li:first-child{
    text-align:left;
 }
  
  .blog-insights-content-section .social-cont ul li{
     text-align:left;
  }
  
  .blog-insights-content-section .social-cont ul{
     margin-left:0;
  }
  
  .blog-insights-content-section .social-cont{
    text-align:left;
  }
  
  .blog-insights-content-section .ostost-section-hero h1 a {
    font-size: 38px;
    line-height: 41px;
}
  
  .blog-insights-content-section .post-section-hero h1{
     line-height: 41px;
  }
  
  .blog-insights-content-section .post-section-hero .hs-author-avatar{
     float:left;
  }
  
  .blog-insights-content-section .post-section-hero .hubspot-editable .span10{
     float: left;
    padding-left: 20px;
    padding-top: 4px;
  }
  
  .blog-insights-content-section .blog-section .hs-featured-image-wrapper {
    height: 300px;
    margin-top: 40px;
}
  
body.blog-new .container-fluid .row-fluid .blog-insights-content-section .form-container.home-hero-form-container.hero-form.blog-right-calc-form {
    max-width: 100%;
}
  
  .breadcrumb-cm ul{
     margin-bottom:0;
  }
}






/*********************** Category Page Styling Start **********************/


body.category-page .blog-subscribe-cont{
   display:none;
}

body.category-page .blog-insights-content-section {
   display:block;
}

body.category-page .blog-insights-content-section .top-cont-row{
   display:none;
}

body.category-page .blog-insights-content-section .post-section-hero{
   display:none;
}

body.category-page .blog-insights-content-section .blog-section .post-item:nth-child(1),
body.category-page .blog-insights-content-section .blog-section .post-item:nth-child(2){
   display:block;
}

body.category-page .row-fluid .blog-insights-content-section .span4{
   display:none;
}

body.category-page .row-fluid .blog-insights-content-section .span8{
   width:100%;
}

body.category-page .blog-insights-content-section .blog-section .post-item:nth-child(3),
body.category-page .blog-insights-content-section .blog-section .post-item:nth-child(4),
body.category-page .blog-insights-content-section .blog-section .post-item:nth-child(5){
    display:block;
}

body.category-page .blog-insights-content-section .blog-section .post-listing .post-item {
    float: left;
    width: 32%;
    display: block;
    align-self: stretch;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 2%;
    padding: 0;
    box-sizing: border-box;
    border-bottom:none;
}

body.category-page .blog-insights-content-section .blog-section .post-listing .post-item:nth-child(3n){
   margin-right:0;
}

body.category-page .row-fluid .blog-insights-content-section .blog-section .post-listing .post-item .hs-featured-image-wrapper {
    height: 207px;
    margin-bottom: 5px!important;
    border-radius: 3px;
}

body.hs-blog-post .blog-insights-content-section .blog-section .topic-container{
   display:none;
}

body.category-page .blog-insights-content-section .blog-section .post-listing .post-item .topic-container #hubspot-topic_data{
   margin-bottom: 8px;
}

body.category-page .blog-insights-content-section .blog-section .post-listing .post-item .topic-container a.topic-link{
   color: #898989;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .68px;
    line-height: 13px;
    text-align: center;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    background-color: #fff;
    padding: 2px 3px;
}

body.category-page .blog-insights-content-section .blog-section .post-listing .post-item:hover .cta-container a{
   color: #00376f;
    transition: .3s all ease-in-out;
}

body.category-page .blog-insights-content-section .blog-section .post-listing .post-item:hover .cta-container a:after{
   position: absolute;
    right: -31px;
    top: 1px;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Navy%20Arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 11px;
    height: 19px;
    transition: .3s all ease-in-out;
}

body.category-page .blog-insights-content-section .blog-section .featured-image{
   margin-bottom:0px;
}

body.category-page .blog-insights-content-section .blog-section .topic-container{
   margin-left:0;
}

body.category-page .blog-insights-content-section .blog-section .description-container p{
   color: #67686b;
    font-size: 19px;
    letter-spacing: 0;
    line-height: 26px;
}

body.category-page .blog-insights-content-section .blog-section .post-header h2{
   color: #1a325e;
    font-size: 22px;
    letter-spacing: -0.05px;
    line-height: 28px;
    min-height: 56px;
}

body.category-page .blog-insights-content-section .blog-section .post-header h2 a{
   color: #1a325e;
    font-size: 22px;
    letter-spacing: -0.05px;
    line-height: 28px;
} 

body.category-page .blog-insights-content-section .blog-section a.more-link{
  color: #ccc19a;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  position: relative;
}

body.category-page .blog-insights-content-section .blog-section a.more-link:after{
  position: absolute;
  right: -31px;
  top: 1px;
  content: '';
  background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Gold%20arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 11px;
  height: 19px;
}

body.category-page .blog-insights-content-section .blog-section .cta-container{
   margin-left:0;
   margin-top:15px;
}

body.category-page .blog-insights-content-section .blog-section .post-header{
   margin-left:0;
}

.blog-insights-content-section .ias-trigger a {
    background: #fff;
    color: #00376F;
    padding: 12px 26px;
    border-radius: 5px;
    border: 1px solid #00376F;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: "proxima-nova";
    transition: .3s all ease-in-out;
}

.blog-insights-content-section .ias-trigger a:hover {
    background: #00376F;
    color: #fff;
    padding: 12px 26px;
    border-radius: 5px;
    border: 1px solid #00376F;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: "proxima-nova";
}

.blog-insights-content-section .ias-trigger {
    clear: both;
    display: block;
    width: 100%;
    float: none;
    height: 100%;
    overflow: visible;
    margin-top: 20px;
}

body.category-page .blog-insights-content-section.more-blog-post {
    padding: 30px 0 90px;
}

body.category-page .blog-insights-content-section .blog-section .post-item:nth-child(6) {
    border-top: none;
}

.category-cont{
   display:none!important;
   margin-top:70px;
   margin-bottom: 60px;
}

.back-to-blog{
  display:none!important;
}

.category-cont h1 a,
.category-cont h2 a{
   color: #1a325e;
   font-weight: 600;
}

.category-cont h2{
  font-size: 54px;
  font-weight: 300;
  line-height: 50px;
  color: #1a325e;
}

body.category-page .back-to-blog{
    display:block!important;
}

body.category-page .back-to-blog a{
   color: #ccc19a;
    font-family: "proxima-nova";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    position: relative;
    padding-left:30px;
}

body.category-page .back-to-blog a:hover{
   color: #00376f;
    transition: .3s all ease-in-out;
}

body.category-page .back-to-blog a:hover:after{
  position: absolute;
    left:0;
    top: 3px;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Navy%20Arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 11px;
    height: 19px;
    transition: .3s all ease-in-out;
   transform: rotate(180deg);
}

body.category-page .back-to-blog a:after{
   position: absolute;
    left: 0;
    top: 3px;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Gold%20arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 11px;
    height: 19px;
    transform: rotate(180deg);
}

body.category-page .category-cont{
   display:block!important;
}




@media(max-width:1024px){

body.category-page .blog-insights-content-section .blog-section .post-header h2{
   min-height: 86px;
}
}




@media(max-width:767px){

body.category-page .blog-insights-content-section .blog-section .post-listing .post-item{
    width:100%;
   margin-right:0;
   margin-bottom:10px;
}
  
body.category-page .blog-insights-content-section.more-blog-post {
    padding: 20px 0 70px;
}
  
body.category-page .blog-insights-content-section .blog-section .post-header h2 {
    min-height: 100%;
}
  
  .blog-insights-content-section .ias-trigger{
    padding-top:40px;
  }
}






/****************** Blog Subscribe Cont Styling ****************/



.hs-blog-post .blog-subscribe-cont{
   display:none;
}

.blog-subscribe-cont .heading-cont h3{
   color: #1A325E;
   font-family: 'Born Ready Slanted';
  font-size: 42.68px;
  letter-spacing: -0.4px;
  line-height: 37.14px;
  text-align: center;
}

.blog-subscribe-cont{
    padding:50px 0;
}

body .row-fluid .blog-subscribe-cont .heading-cont p{
   color: #1A325E;
  font-size: 15.94px;
  letter-spacing: -0.21px;
  line-height: 24.14px;
  text-align: center;
   max-width:317px;
   margin:0 auto;
   float:none;
}

.blog-subscribe-cont .wrapper{
   border-bottom:1px solid #CCC19A;
   position:relative;
}

.blog-subscribe-cont .wrapper:before{
   position:absolute;
   left:0;
   right:0;
   content:'';
   background:url('https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/diamond%20%281%29.svg');
   width:24px;
   height:20px;
   background-size:cover; 
   background-position:center center;
   background-repeat:no-repeat;
   margin:0 auto;
   float:none;
   top:-11px;
}

.blog-subscribe-cont .heading-cont{
   position: relative;
    padding-top: 46px;
    padding-bottom: 10px;
}

.blog-subscribe-cont .heading-cont:before{
   position:absolute;
   left:0;
   top:0;
   content:'';
   background:#CCC19A;
   width:47%;
   height:1px;
}

.blog-subscribe-cont .heading-cont:after{
   position:absolute;
   right:0;
   top:0;
   content:'';
   background:#CCC19A;
   width:47%;
   height:1px;
}

body .row-fluid .blog-subscribe-cont .form-container form input{
   border: 1px solid #C3C7CE;
  border-radius: 4px;
  background-color: #FFFFFF;
  height:45px;
}

body .row-fluid .blog-subscribe-cont .form-container form label{
   display:none;
}

body .row-fluid .blog-subscribe-cont .form-container{
   max-width:425px;
   margin:0 auto;
   float:none;
   position:relative;
   padding-bottom:20px;
}

body .row-fluid .blog-subscribe-cont .form-container form .hs-button{
   border-radius: 0 4.95px 0 4.95px;
    background-color: #1a325e;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    font-family: "proxima-nova";
    position: absolute;
    right: 0;
    top: -31px;
    height: auto;
    padding: 12px 23px;
}






body .row-fluid .latest-section .tag-category-cm .post-listing-cont .home-post-item{
   width: 48%;
  margin-right: 3.5%;
}

body .row-fluid .latest-section .tag-category-cm .post-listing-cont .home-post-item:last-child{
  
  margin-right: 0;
}

.helpful-resource-home span .hs_cos_wrapper{
   border: 1px solid #D0CFCF;
  border-radius: 3px;
}

.helpful-resource-home span .hs_cos_wrapper:hover .cta-button-cont{
    background: #00376f;
    color: #fff;
    transition: .3s all ease-in-out;
}

body .row-fluid .latest-section .right-col{
   width: 32.623932%;
   margin-left: 1.564103%;
}

body .row-fluid .latest-section .tag-category-cm {
    padding: 0;
}

.helpful-resource-home{
  padding:0;
}

.latest-section .heading-container h3{
   color: #1A325E;
  font-size: 40px;
  letter-spacing: 1.4px;
  line-height: 57px;
  margin-bottom:40px;
}

.latest-section .heading-container{
   position:relative;
}

.latest-section .heading-container:before{
   position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: #ccc19a;
    width: 47%;
    height: 1px;
   
}

.latest-section .heading-container:after{
  position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: #ccc19a;
    width: 47%;
    height: 1px;
}

.latest-section .heading-container{
   padding-top:60px;
}

.latest-section .wrapper{
   position:relative;
}

.latest-section .wrapper:before{
   position: absolute;
    left: 0;
    right: 0;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/diamond%20%281%29.svg);
    width: 24px;
    height: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    float: none;
    top: -11px;
}

.helpful-resource-home .cm-cont .image-container{
   border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}



@media(max-width:1290px){

  body .row-fluid .latest-section .right-col{
         width: 31.623932%;
  }
}



@media(max-width:767px){

body .row-fluid .latest-section .right-col {
    width: 100%;
    margin-left: 0;
}
  
body .row-fluid .latest-section .tag-category-cm .post-listing-cont .home-post-item {
    width: 100%;
    margin-right: 0;
}
  
  body .row-fluid .latest-section .tag-category-cm .post-listing-cont .home-post-item{
     display:block!important;
  }
}






@font-face {
    font-family: 'Born Ready Slanted';
    src: url('https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets%20October%202018/Images/BornReadySlanted-Regular.eot');
    src: url('https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets%20October%202018/Images/BornReadySlanted-Regular.eot') format('embedded-opentype'),
        url('https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets%20October%202018/Images/BornReadySlanted-Regular.woff2') format('woff2'),
        url('https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets%20October%202018/Images/BornReadySlanted-Regular.woff') format('woff'),
        url('https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets%20October%202018/Images/BornReadySlanted-Regular.ttf') format('truetype'),
        url('https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets%20October%202018/Images/BornReadySlanted-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


.large-p p{
   font-size:24px;
   line-height:33px;
   letter-spacing:0;
   font-weight:300;
}

.small-p p{
  font-size:16px;
  line-height:24px;
  letter-spacing:0;
  font-weight:normal;
}



@media(max-width:1024px){
.large-p p{
   font-size:22px;
   line-height:30px;
}

}



@media(max-width:767px){

.large-p p{
   font-size:17px;
   line-height:25px;
}
}

/*==================================================================
          Classic Page Styling Start 
====================================================================*/




/******************** Classic Banner Section Styling *********************/





.classic-banner-section .left-col{
   padding:160px 0 120px;
   position:relative;
   z-index:6;
}

.classic-banner-section{
  position:relative;
  z-index:1;
}

.classic-banner-section:before{
   position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #1a325e;
    height: 100%;
    width: 72%;
    z-index: -1;
}

.classic-banner-section .left-col .heading-container{
   max-width:555px;
}

.classic-banner-section .left-col .heading-container h1{
   font-size:60px;
   line-height:57px;
   letter-spacing:0;
   font-weight:300;
   margin-bottom:35px;
}

.classic-banner-section .left-col .heading-container p{
   font-size:24px;
   line-height:38px;
   letter-spacing:0;
   font-weight:300;
}

.classic-banner-section .left-col .heading-container h1>span{
   font-weight:400;
}

.classic-banner-section{
   position:relative;
}

.classic-banner-section .right-col .image-container{
    position: absolute;
    right: calc(50% + -564px);
    top: 60px;
    height: 490px;
    width: 736px;
    content: '';
    bottom: -60px;
    z-index: 4;
}

body .row-fluid .classic-banner-section .video-button a{
   background:transparent;
   background-image:none;
   box-shadow:none;
   padding:0;
   font-size:13px;
   line-height:16px;
   letter-spacing:2px;
   font-weight:bold;
}

body .row-fluid .classic-banner-section .video-button a:hover span.play{
   border-bottom:2px solid #fff;
}

body .row-fluid .classic-banner-section .video-button a span{
   margin-right:10px;
}

body .row-fluid .classic-banner-section .video-button a img{
   vertical-align:middle;
}

body .row-fluid .classic-banner-section .video-button{
   margin-top:35px;
}



@media(max-width:767px){
body .row-fluid .classic-banner-section .wistia_click_to_play{
   height:auto!important;
}

body .row-fluid .classic-banner-section .video-button {
    text-align: left;
}
  
body .row-fluid .classic-banner-section .wistia_embed a.cta_button {
    width: auto;
}
  
body .row-fluid .classic-banner-section .left-col{
   margin-bottom:30px;
}
}



@media(max-width:1024px){

.classic-banner-section .right-col .image-container{
   top:45px;
}
  
.classic-banner-section .left-col .heading-container {
    max-width: 415px;
}
  
.classic-banner-section .left-col .heading-container h1 {
    font-size: 40px;
    line-height: 48px;
}
  
.classic-banner-section .left-col .heading-container p {
    font-size: 20px;
    line-height: 38px;
}
  
.classic-banner-section .video-button .wistia_click_to_play{
   height:auto!important;  
}
}




@media(max-width:767px){

.classic-banner-section .left-col{
  padding:0;   
}
  
.classic-banner-section .right-col .image-container {
    position: relative;
    right: 0;
    top: 0;
    height: 300px;
    width: 100%;
}
  
.classic-banner-section{
   padding:60px 0; 
}
  
.classic-banner-section .left-col .heading-container h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom:15px;
}
  
.classic-banner-section:before {
    width: 100%;
}
  
.classic-banner-section .left-col .heading-container {
    max-width: 100%;
}
}

/********************* Classic Section1 Styling ********************/




.classic-section1{
   padding:180px 0 140px;
   position:relative;
}

body .container-fluid .row-fluid .classic-section1 .top-diamond-img{
    position:absolute;
    bottom: 0;
    left: -9px;
    right: 0;
    text-align: center;
    overflow: hidden;
}

body .container-fluid .row-fluid .classic-section1 .top-diamond-img:before {
    position: absolute;
    right: 51.5%;
    content: '';
    height: 2px;
    width: 532px;
    background: #ccc19a;;
    top: 12px;
}

body .container-fluid .row-fluid .top-diamond-img:after {
    position: absolute;
    left: 51.5%;
    content: '';
    height: 2px;
    width: 532px;
    background: #ccc19a;
    top: 12px;
}


.classic-section1 .left-col .heading-container h6{
   font-size:11.5px;
   line-height:32px;
   letter-spacing:0.8px;
   color:#b0a57e;
   font-weight:bold;
   font-family:"proxima-nova";
   margin-bottom:12px;
}

.classic-section1 .left-col .heading-container p{
   margin-bottom:27px;
}

.classic-section1 .left-col{
   padding-right:110px;
}

.classic-section1 .right-col .image-container{
   position:relative;
   z-index:2;
}

.classic-section1 .right-col .image-container:before{
    position: absolute;
    content: '';
    top: -34px;
    left: -33px;
    bottom: 65px;
    right: 13px;
    background: #e8e4d7;
    z-index: -1;
}

.classic-section1 .left-col p>span{
   font-weight:bold;
}




@media(max-width:1024px){

.classic-section1 .right-col .image-container:before {
    right: 0;
}
  
.classic-section1 {
    padding: 140px 0 80px;
}
  
body .container-fluid .row-fluid .classic-section1 .top-diamond-img:before {
    right: 52%;
    width: 427px;
}
  
body .container-fluid .row-fluid .top-diamond-img:after {
    left: 52%;
    width: 435px;
}
}




@media(max-width:767px){

.classic-section1 {
    padding: 50px 0 70px;
}
  
.classic-section1 .left-col {
    padding-right: 0;
    margin-bottom:30px;
}
  
.classic-section1 .right-col .image-container:before {
    top: -26px;
    left: -21px;
    bottom: 35px;
    right: 66px;
}
  
.classic-section1 .right-col .image-container{
  text-align:center;
  max-width: 460px;
  margin: 0 auto;
  float: none;
}
  
.classic-section1 .left-col .heading-container p {
    font-size:17px;
}
}


/********************** Classic Section2 Styling *********************/




.classic-section2{
   padding:120px 0;
   position:relative;
}

.classic-section2 .cta-container{
    right: -79px;
    left: auto;
    transition: all ease-in-out .4s;
    width: 204px;
    top: 110px;
    z-index: 16;
    position: absolute;
    margin-top: 0!important;
    transform: rotate(-90deg); 
}

.classic-section2 .cta-container a.cta_button{
    background: #ccc19a;
    color: #fff;
    border-radius: 0;
    letter-spacing: 2px;
    font-family: "proxima-nova";
    font-weight: 500;
    font-size: 13px;
    padding: 12px 19px;
    box-shadow:none;
}

.classic-section2 .cta-container a.cta_button:hover{
   background: #ccc19a;
}

.classic-section2 .heading-container{
   max-width:603px;
   margin-bottom:110px;
}

.classic-section2 .heading-container h2{
   font-size:40px;
   line-height:57px;
   letter-spacing:0;
   font-weight:300;
}

.classic-section2 .right-col{
   margin-left:10px;
}

.classic-section2 .right-col .gray-p p{
  font-size:14px;
  line-height:24px;
  letter-spacing:0;
  color:#7e8d96;
  max-width:362px;
  position:relative;
}

.classic-section2 .right-col .gray-p p:before{
  position: absolute;
  left: 0;
  content: '';
  background: #7e8d96;
  height: 2px;
  width: 53px;
  bottom: 56px;
}

.classic-section2 .icon-text-cm .description-container{
   max-width:375px;
}

.classic-section2 .icon-text-cm .description-container p>a{
   color:#1a325e;
   font-weight:bold;
   cursor:pointer;
}

.classic-section2 .icon-text-cm .icon-container{
   margin-bottom:20px;
}

.classic-section2 .icon-text-cm{
   margin-bottom:40px;
}

.classic-section2 .heading-container{
   max-width:603px;
}




@media(max-width:1024px){

.classic-section2 {
   padding: 70px 0 0;
}
  
body .row-fluid .classic-section2 .left-col{
  padding-right:40px;   
}
  
.classic-section2 .heading-container h2 {
    font-size: 35px;
    line-height: 45px;
}
  
.classic-section2 .heading-container {
    margin-bottom: 50px;
}
}




@media(max-width:767px){

.classic-section2 .heading-container h2 {
    font-size: 30px;
    line-height: 35px;
}
  
body .row-fluid .classic-section2 .left-col {
    padding-right: 0;
}
  
.classic-section2 {
    padding: 50px 0 0;
}
  
.watch-page .classic-section2 {
    padding: 50px 0 30px;
}
  
.classic-section2 .right-col .gray-p:before {
    bottom: 78px;
}
  
.classic-section2 .cta-container {
    right: 0;
    left: 0;
    width: auto;
    bottom: 0;
    transform: rotate(0deg);
    margin: 0 auto;
    float: none;
    text-align: center;
    top:auto;
}
  
.classic-section2 .icon-text-cm .description-container {
    max-width: 100%;
}

}

/************************ Classic Section3 Styling *******************/



.classic-section3{
   background:#fdfdfd;
}

.classic-section3 .heading-description h2{
   font-size:40px;
   line-height:57px;
   letter-spacing:0;
   font-weight:300;
}

.classic-section3 .heading-description{
   margin-bottom:50px;
}

body .row-fluid .home-testimonial-rating-cm:focus{
    outline:none;
}

.slick-slide:focus{
  outline:none;
}

.classic-section3 .home-testimonial-rating-cm .comment-container p{
   font-size:16px;
   line-height:26px;
   letter-spacing:0;
   color:#7e8d96;
   font-weight:normal;
}




@media(max-width:1024px){

.classic-section3 .heading-description h2 {
    font-size: 35px;
    line-height: 45px;
}
  
.classic-section3 .heading-description {
    margin-bottom: 50px;
}
}


@media(max-width:767px){
body .row-fluid .classic-section3 .home-testimonial-rating-cm {
    background-color: #fdfdfd;
    border: solid 1px #ccc19a;
    padding: 32px 10px 34px 10px;
}
  
.classic-section3 .heading-description h2 {
    font-size: 30px;
    line-height: 35px;
}
}


/*************************** Classic Section4 Styling *************************/




body .row-fluid .classic-section4 .heading-container h3{
   font-size:40px;
   line-height:57px;
   letter-spacing:0;
   font-weight:300;
}

body .classic-section4{
   padding:95px 0 94px;
}

body .row-fluid .classic-section4 .form-container.home-hero-form-container {
    background-color: #fff;
    padding: 20px 56px 25px;
    max-width: 470px;
    margin: 30px auto 0;
    float: right;
    border-radius: 4px;
    position: relative;
    margin-right: 0;
    border: solid 1px #ccc19a;
}





@media(max-width:1024px){

body .row-fluid .classic-section4 .heading-container h3 {
    font-size: 35px;
    line-height: 45px;
}
}



@media(max-width:767px){

body .row-fluid .classic-section4 .heading-container h3 {
    font-size: 30px;
    line-height: 35px;
}
  
body .row-fluid .classic-section4 .form-container.home-hero-form-container{
   padding: 20px 25px 25px;  
}
  
body .row-fluid .classic-section4 .heading-container p {
    font-size: 19px;
    line-height: 1.62;
    font-weight: 300;
}
}








/*=======================================================================
            Watch Page Styling 
=========================================================================*/







/******************** Watch Banner Section Styling ********************/



.watch-banner-section:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background:#e3e8eb;
    height: 100%;
    width: 72%;
    z-index: -1;
}

.watch-banner-section .left-col .heading-container {
    max-width: 265px;
}

.watch-banner-section .left-col {
    padding: 160px 0 160px;
    position: relative;
    z-index: 6;
}




@media(max-width:767px){

.watch-banner-section:before{
    width: 100%;
}
  
.watch-banner-section .left-col {
    padding:0;
}
  
.watch-banner-section .left-col .heading-container {
    max-width: 100%;
}
  
.watch-banner-section .left-col .heading-container h1{
    margin-bottom:15px;
}
}


/********************* Watch Section1 Styling ************************/




.watch-section1 .right-col .image-container:before {
    position: absolute;
    content: '';
    top: -34px;
    left: -33px;
    bottom: 65px;
    right: 13px;
    background: rgba(26, 50, 94, 0.34);
    z-index:-1;
}





/********************* Watch section2 Styling *******************/



.watch-section2 .heading-container{
  max-width:100%;
}

.watch-section2 .heading-container p{
  max-width:603px;
}







/*=========================================================
            Pocket Page Styling 
=========================================================*/





.pocket-banner-section:before{
   background:#b0a57e;
}

.pocket-banner-section .left-col .heading-container{
   max-width:479px;
}

.pocket-banner-section .left-col .heading-container p{
   max-width:265px;
}




@media(max-width:767px){

.pocket-banner-section .left-col .heading-container {
    max-width: 100%;
}
  
.pocket-banner-section .left-col .heading-container p {
    max-width: 100%;
}
}





/*===============================================================
              Insurance Page Styling 
=================================================================*/





/********************* Insurance Banner Section Styling *************/




.insurance-banner-section:before{
   background:#fff;
}

.insurance-banner-section .left-col .heading-container p{
   font-family: 'Born Ready Slanted';
   color:#b0a57e;
   font-size:36px;
   line-height:31px;
   letter-spacing:0;
   font-weight:normal;
}




@media(max-width:767px){

.insurance-banner-section .left-col .heading-container{
   margin-bottom:30px;   
}
  
.insurance-banner-section .left-col .heading-container p{
   font-size:26px;  
}
}


/********************* Insurance Section1 Styling *********************/




.insurance-section1{
   padding:150px 0 60px;
   position:relative;
}

body .container-fluid .row-fluid .insurance-section1 .top-diamond-img{
    position:absolute;
    bottom: 0;
    left: -9px;
    right: 0;
    text-align: center;
    overflow: hidden;
}

body .container-fluid .row-fluid .insurance-section1 .top-diamond-img:before {
    position: absolute;
    right: 51.5%;
    content: '';
    height: 2px;
    width: 532px;
    background: #ccc19a;;
    top: 12px;
}

body .container-fluid .row-fluid .insurance-section1 .top-diamond-img:after {
    position: absolute;
    left: 51.5%;
    content: '';
    height: 2px;
    width: 532px;
    background: #ccc19a;
    top: 12px;
}


.insurance-section1 .left-col .text-container h6{
   font-size:11.5px;
   line-height:32px;
   letter-spacing:0.8px;
   color:#b0a57e; 
   font-family: "proxima-nova";
   font-weight:bold;
}

.insurance-section1 .left-col .text-container p{
   margin-bottom:25px;
}

.insurance-section1 .left-col .text-container ul li{
   font-size:18px;
   line-height:28px;
   letter-spacing:0;
   color:#1a325e;
   font-weight:normal; 
}

.insurance-section1 .left-col{
   padding-right:210px;
}

.insurance-section1 .right-col .insurance-heading-cta-cm a.cta_button{
   color:#b0a57e;
   text-decoration:underline;
   font-size:11.5px;
   letter-spacing:0.8px;
   line-height:13px;
   font-family: "proxima-nova";
   padding:0;
}

.insurance-section1 .right-col .insurance-heading-cta-cm .description-container{
   max-width:372px;
}

.insurance-section1 .right-col .insurance-heading-cta-cm{
   margin-bottom:40px;
}




@media(max-width:1024px){

.insurance-section1 .left-col{
   padding-right:50px;  
}
  
.insurance-section1 {
    padding: 70px 0 60px;
}
}



@media(max-width:767px){

.insurance-section1 {
    padding: 0px 0 30px;
}
  
.insurance-section1 .left-col {
    padding-right: 0;
}
  
.insurance-section1 .right-col .insurance-heading-cta-cm .description-container {
    max-width: 100%;
}
  
.insurance-section1 .left-col .text-container ul li{
   font-size:16px;
   margin-left: 20px;
}  
}


/************************ Insurance Section2 Styling ***********************/




.insurance-section2{
   padding:70px 0;
   position:relative;
}

.insurance-section2 .cta-container{
    right: -79px;
    left: auto;
    transition: all ease-in-out .4s;
    width: 204px;
    top: -40px;
    z-index: 16;
    position: absolute;
    margin-top: 0!important;
    transform: rotate(-90deg); 
}

.insurance-section2 .cta-container a.cta_button{
    background: #ccc19a;
    color: #fff;
    border-radius: 0;
    letter-spacing: 2px;
    font-family: "proxima-nova";
    font-weight: 500;
    font-size: 13px;
    padding: 12px 19px;
    box-shadow:none;
}

.insurance-section2 .cta-container a.cta_button:hover{
   background: #ccc19a;
}


.insurance-section2 .heading-container h2{
   font-size:40px;
   line-height:57px;
   letter-spacing:0;
   font-weight:300;
}

.insurance-section2 .left-col{
   padding-right:30px;
}

.insurance-section2 .left-col .text-cont1 p{
   margin-bottom:30px;
}

.insurance-section2 .left-col .text-cont2{
   margin-top:45px;
}

.insurance-section2 .left-col .text-cont2 h4{
  font-size:24px;
  line-height:33px;
  letter-spacing:0;
  font-weight:300;
}

.insurance-section2 .right-col .text-cont p{
  font-size:24px;
  line-height:33px;
  letter-spacing:0;
  font-weight:300;
  margin-bottom:40px;
}

.insurance-section2 .right-col .text-cont{
   max-width:529px;
}

.insurance-section2 .right-col .image-cont{
   position:relative;
}

.insurance-section2 .right-col{
   position:relative;
}

.insurance-section2 .right-col .img-text{
   position:absolute;
   left:0;
   right:0;
   margin:0 auto;
   text-align:center;
   top:58%;
   content:'';
   max-width:349px;
}

.insurance-section2 .right-col .img-text h3{
   font-size:27px;
   line-height:32px;
   color:rgba(255, 255, 255, 0.31);
   letter-spacing:0;
   font-weight:normal;
}



@media(max-width:1024px){

.insurance-section2 .cta-container {
    right: 0;
    left: 0;
    width: auto;
    bottom: 0;
    top:auto;
    transform: rotate(0deg);
    text-align: center;
}
  
.insurance-section2 .right-col .img-text {
    top: 64%;
}
}



@media(max-width:767px){

.insurance-section2 .right-col .image-cont {
    text-align: center;
}
  
.insurance-section2 .right-col .text-cont p {
    font-size: 18px;
    line-height: 27px;
}
  
.insurance-section2 .right-col .img-text h3 {
    font-size: 17px;
    line-height: 22px;
}
  
.insurance-section2 .right-col .text-cont {
    max-width: 100%;
}
  
.insurance-section2 .left-col {
    padding-right: 0;
}
  
.insurance-section2 .right-col .img-text {
    top: 67%;
}
  
.insurance-section2 .left-col .text-cont1 p {
    margin-bottom: 15px;
}
  
.insurance-section2 .heading-container h2 {
    font-size: 30px;
    line-height: 37px;
}
  
.insurance-section2 {
    padding: 50px 0 70px;
}
  
.insurance-section2 .left-col .text-cont2 {
    margin-top: 0;
}
}

/********************** Insurance Section5 Styling ********************/





.insurance-section5{
   padding: 80px 0 63px;
}

.insurance-section5 .text-container p{
   font-size:24px;
   line-height:33px;
   letter-spacing:0;
   font-weight:400;
} 

body .row-fluid .insurance-section5 .text-container{
   max-width:500px;
   margin:40px auto 0;
   float:none;
} 

body .row-fluid .insurance-section5 .text-container p a{
   color:#1a325e;
   font-weight:bold;
} 



@media(max-width:1024px){

.insurance-section5 {
    padding: 70px 0 63px;
}
}



@media(max-width:767px){

.insurance-section5 .text-container p {
    font-size: 22px;
    line-height: 28px;
}
  
.insurance-section5 .text-container{
    max-width:100%;
}
  
.insurance-section5 {
    padding: 60px 0 43px;
}
}




/********************************************** resource-center styling start *************/

/********************************** resource center section2 styling start *****************/
.resource-center-section2 {
    padding: 50px 0 110px;
}

.resource-center-section2 .list-tabber ul li h6 {
    font-size: 11.5px;
    font-weight: 600;
    line-height: 2.78;
    letter-spacing: 0.8px;
}

.resource-center-section2 .list-tabber ul li:last-child {
    border-left: none;
    margin-left: -4px;
}

.resource-center-section2 .list-tabber ul li.active {
    background: #fdfdfd;
    position:relative;
}

.resource-center-section2 .list-tabber ul li.active:after{
    position:absolute;
    left:76px;
    right:0;
    bottom:-3px;
    content:'\f0d7';
    font-family:"Font Awesome 5 free";
    font-weight:800;
    color:#1a325e;
    width:15px;
    height:15px;
}


.resource-center-section2 .list-tabber ul li {
    display: inline-block;
    padding: 3px 15px;
    border: 1px solid #e3e8eb;
    background: #fff;
    width: 100%;
    max-width: 137px;
    text-align: center;
  	cursor:pointer;
}

.resource-center-section2 .guides-downloads .resource-center-guides-downloads-cm .image-container {
    min-height: 180px;
}

.resource-center-section2 .resource-center-guides-downloads-cm {
    border: 1px solid #e3e8eb;
    width: 100%;
    max-width: 358px;
    position:relative;
    background: rgba(227, 232, 235, 0.17);
}

.resource-center-section2  .resource-center-guides-downloads-cm .content-container {
    padding: 25px 20px 30px;
    position:relative;
}

.resource-center-section2 .resource-center-guides-downloads-cm .cta-container a.cta_button {
    background-color: #fff;
    color: #1a325e;
    border-radius: 5px;
    font-family: "proxima-nova";
    font-size: 11px;
  	border:1px solid #1a325e;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1.7px;
    padding: 12px 15px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.resource-center-section2 .resource-center-guides-downloads-cm .cta-container {
    margin-top:63px;
}

.resource-center-section2 .resource-center-guides-downloads-cm .header-container{
   min-height:62px;
}

.resource-center-section2 .list-tabber ul {
    margin-left: 0;
    margin-bottom: 10px;
}

.resource-center-section2 .resource-center-guides-downloads-cm .cta-container a.cta_button:hover {
    background-image: none;
    color: #fff;
}

@media(min-width:768px){
.resource-center-section2 .guides-downloads.popup-content span>div {
    -webkit-flex-basis: 30.9%;
    float: left;
    margin-right: 2.43%;
    margin-top: 2.43%;
}

}




@media(max-width:1024px){

.resource-center-section2 .resource-center-guides-downloads-cm .header-container{
    min-height:72px;
}
}



@media(max-width:767px){

.resource-center-section2 .list-tabber ul li{
   max-width:100%;
   box-sizing:border-box;
}
  
.resource-center-section2 {
    padding: 50px 0 60px;
}
  
.resource-center-section2 .list-tabber ul li:last-child {
    border-left: 1px solid #e3e8eb;
    margin-left: 0;
}
  
.resource-center-section2 .list-tabber ul li.active:after {
    display:none;
}
  
.resource-center-section2 .resource-center-guides-downloads-cm .header-container{
   min-height:0;
}
  
.resource-center-section2 .resource-center-guides-downloads-cm{
   max-width:100%;
}
}
/********************************** resource center section2 styling end *****************/

.resource-center-section3 .heading-container h2 {
    font-size: 40px;
    font-weight: normal;
    line-height: 1.43;
}

.resource-center-section3.overlay:before{
   opacity:0.3;
} 

/********************************************** resource-center styling end *************/







/*========================================================================================
                   Testimonial Page Styling Start 
==========================================================================================*/






/************************* Testimonial Section1 Styling **********************************/





.testimonial-section1{
   padding:66px 0 112px;
}

.testimonial-section1 .left-col .heading-container h1{
   font-size:60px;
   line-height:57px;
   letter-spacing:0;
   font-weight:500;
}

.testimonial-section1 .left-col .heading-container h1>span{
   font-weight:300;
}

.testimonial-section1 .left-col .heading-container h3{
   font-family: 'Born Ready Slanted';
   font-size:36px;
   line-height:31px;
   color:#b0a57e;
   letter-spacing:0;
}

.testimonial-section1 .left-col{
   width:33%;
}

.testimonial-section1 .right-col{
   width: 63.811966%;
}



@media(max-width:1024px){

.testimonial-section1 .left-col .heading-container h1{
    font-size: 38px;
    line-height: 40px;  
}
  
.testimonial-section1 .left-col .heading-container h3 {
    font-size: 30px;
    line-height: 36px;
}
  
.testimonial-section1 .right-col .video-button img{
    max-width:470px;
    height:auto;
}
  
.testimonial-section1 .right-col .video-button{
   float:right;  
}
  
.wistia_click_to_play{
   height:275px!important;
}
}


@media(max-width:767px){

.testimonial-section1 .left-col{
    width:100%;
}
  
.testimonial-section1 {
    padding: 66px 0 72px;
}
  
.testimonial-section1 .right-col iframe{ 
    height:300px!important;
}  
  
.testimonial-section1 .right-col{
    width:100%;
    margin-top:30px;
}
  
.testimonial-section1 .right-col .video-button img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    float: none;  
}
  
body .row-fluid .wistia_click_to_play {
    height: 215px!important;
}
  
.testimonial-section1 .right-col .video-button{
   float:none;
}
}



/************************ Testimonial Section2 Styling **********************/


body .container-fluid .row-fluid .testimonial-section2 .top-dimond-img {
    top: -73px;
}

.testimonial-section2{
   padding:55px 0 117px;
   background:#fdfdfd;
   position:relative;
}

.testimonial-section2 .wrapper{
   position:relative;
}

.testimonial-section2 .bio-container{
   border:1px solid #e3e8eb;
   padding:100px 32px 30px;
   position:relative;
}

.testimonial-section2 .bio-container:before{
   position:absolute;
   top:0;
   left:0;
   right:0;
   content:'';
   background:url('https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets/path.svg');
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
   width:350px;
   height:100px;
}

.testimonial-section2 .bio-container p{
   font-size:16px;
   line-height:24px;
   letter-spacing:0;
   font-weight:normal;
}

.testimonial-section2 .bio-container .name-cont{
   margin-top:105px;
   position:relative;
}

.testimonial-section2 .bio-container .name-cont:before{
    position:absolute;
    top:-20px;
    left:0;
    width:32.5px;
    height:2px;
    background:#ccc19a;
    content:'';
}

.testimonial-section2 .description-cont{
   position:relative;
}

.testimonial-section2 .description-cont:before{
   position:absolute;
   left:0;
   top:-73px;
   content:'';
   background:url('https://3423100.fs1.hubspotusercontent-na1.net/hubfs/3423100/Assets/invalid-name%20%289%29.svg');
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
   width:40px;
   height:28px;
}

.testimonial-section2 .cm-cont .testimonial-nov-cm{
  border:1px solid #e3e8eb;
  padding:31px 30px 114px;
  position:relative;
}

.testimonial-section2 .cm-cont .testimonial-nov-cm .description-container p{
  font-size:16px;
  line-height:24px;
  letter-spacing:0;
  font-weight:normal;
} 

.testimonial-section2 .cm-cont .testimonial-nov-cm .name-cont h4{
  font-size:18px;
  line-height:26px;
  letter-spacing:-0.18px;
} 

.testimonial-section2 .cm-cont .testimonial-nov-cm .name-cont{
    margin-top: 0;
    position: absolute;
    bottom: 21px;
}


.testimonial-section2 .cm-cont .testimonial-nov-cm .name-cont:before{
    position:absolute;
    top:-10px;
    left:0;
    width:32.5px;
    height:2px;
    background:#ccc19a;
    content:'';
}

body .row-fluid .testimonial-section2 .three-col-adjust span>.hs_cos_wrapper{
   margin-right: 2.43%; 
    flex-basis: 30.9%;
    -webkit-flex-basis: 30.9%; 
}

.testimonial-slider-nov .slick-slide{
    display:none;
}

.testimonial-slider-nov .slick-slide:focus{
    outline:0;
}

.testimonial-slider-nov .slick-initialized .slick-slide{
    display:block;
}


.testimonial-slider-nov .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
    background:#ccc19a;
}

.testimonial-slider-nov .slick-dots li.slick-active button:focus{
    outline:0;
}

.testimonial-slider-nov .slick-dots li {
    margin: 0 3px;
    display: inline-block;
}

.testimonial-slider-nov .slick-dots {
    text-align: center;
}

.testimonial-slider-nov .slick-dots li button {
    font-size: 1px;
    color: transparent;
    padding: 0;
    border: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all .2s ease-in-out;
    cursor: pointer;
    background:#dedede;
}

.testimonial-slider-nov{
    position:relative;
    z-index:1;
}

.testimonial-slider-nov .slick-next:after{
    position: absolute;
    content: '\f105';
    width: 10px;
    height: 10px;
    top: 15%;
    right: 2%;
    font-size: 22px;
    color: #ccc19a;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    z-index: 1;
    background: #f3f3f3;
    padding: 20px;
    line-height: 10px;
    cursor:pointer;
    border-radius:50%;
}

.testimonial-slider-nov .slick-prev:after{
   position: absolute;
    content: '\f104';
    width: 10px;
    height: 10px;
    top: 15%;
    left: 2%;
    font-size: 22px;
    color:#ccc19a;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    z-index: 1;
    background: #f3f3f3;
    padding: 20px;
    line-height: 10px;
    cursor:pointer;
    border-radius:50%;
}

.testimonial-slider-nov ul.slick-dots{
    padding-left: 0;
    position: absolute;
    bottom: -66px;
    left: 0;
    right: 0;
}

.testimonial-container{
   margin-top:130px;
}

body .row-fluid .testimonial-slider-nov .description-container{
   max-width:730px;
   margin:0 auto;
   float:none;
}

.testimonial-slider-nov .description-container p{
   font-size:20px;
   line-height:32px;
   letter-spacing:0;
   font-weight:normal;
}

.testimonial-slider-nov .name-container h4{
   font-size:20px;
   line-height:26px;
   letter-spacing:-0.2px;
}

.testimonial-slider-nov .name-container{
   margin-top:50px;
}

.testimonial-section2 .instant-quote-cta{
    position: absolute;
    right: -444px;
    width: 200px;
    transform: rotate(-90deg);
    top: 50%;
}

.testimonial-section2 .instant-quote-cta a.cta_button{
    background: #ccc19a;
    color: #fff;
    padding: 11px 24px;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    letter-spacing: 2px;
}

.testimonial-section2 .instant-quote-cta a.cta_button:hover{
    background: #ccc19a;
}



@media(max-width:1024px){

.testimonial-section2 .bio-container{
    padding: 100px 15px 30px; 
}
  
.testimonial-section2 .bio-container .name-cont {
    margin-top: 45px;
}
  
.testimonial-section2 .left-col iframe{
   height:512px!important;
}
  
.testimonial-section2 .cm-cont .testimonial-nov-cm .name-cont {
    margin-top: 60px;
}
  
.testimonial-section2 .cm-cont .testimonial-nov-cm {
    padding: 31px 15px 100px;
}
  
.testimonial-container {
    margin-top: 80px;
}
  
.testimonial-section2 .left-col .video-button img{
    max-width:470px;
    height:auto;
}
  
.wistia_click_to_play{
   height:275px!important;
}
}




@media(max-width:767px){

.testimonial-section2 .left-col iframe{
   height:300px!important;
}
  
.testimonial-section2 .left-col{
   margin-bottom:30px;
}
  
.testimonial-section2 .cm-cont .testimonial-nov-cm .name-cont{
   position:relative;
   bottom:0;
}
  
.testimonial-section2{
    padding: 55px 0 70px;  
}
  
.testimonial-slider-nov .description-container p{
    font-size: 18px;
    line-height: 27px;
}
  
.testimonial-section2 .left-col .video-button img{
   max-width:100%;
   margin:0 auto;
   float:none;
   height:auto;
}
}

/************************** Testimonial Section3 Styling *********************/





.testimonial-section3 .cta-container{
   margin-top:90px;
}

.testimonial-section3 .cta-container a.cta_button{
   background:transparent;
   border:1px solid #1a325e;
   color:#1a325e;
   border-radius:5px;
   border-top-left-radius:0;
   border-bottom-right-radius:0;
   box-shadow:none;
   padding:9px 33px;
}

.testimonial-section3 .cta-container a.cta_button:hover{
   background:transparent;
   border:1px solid #1a325e;
   color:#1a325e;
   border-radius:5px;
   border-top-left-radius:0;
   border-bottom-right-radius:0;
   box-shadow:none;
   padding:9px 33px;
}

body .row-fluid .testimonial-section3 .all-posts-link{
   background:transparent;
   border:1px solid #1a325e;
   color:#1a325e;
   border-radius:5px;
   border-top-left-radius:0;
   border-bottom-right-radius:0;
   box-shadow:none;
   margin-top: 95px;
   margin-bottom: 50px;
   padding: 9px 33px;
}

body .row-fluid .testimonial-section3 .all-posts-link:hover{
   background:transparent;
   border:1px solid #1a325e;
   color:#1a325e;
   border-radius:5px;
   border-top-left-radius:0;
   border-bottom-right-radius:0;
   box-shadow:none;
   margin-top: 95px;
   margin-bottom: 50px;
   padding: 9px 33px;
}



@media(max-width:1024px){
  
.testimonial-section3 .right-col iframe{
   height:512px!important;  
}
  
.testimonial-section3 .right-col img{
    height:auto;
    max-width:470px;
}
  
.testimonial-section3 .right-col .video-button{
   float:right;
}

}



@media(max-width:767px){

.testimonial-section3 .right-col iframe{
   height:300px!important;  
}
  
.testimonial-section3 .cta-container {
    margin-top: 70px;
    margin-bottom: 30px;
}
  
.testimonial-section3 .right-col img{
    height:auto;
    max-width:100%;
    margin:0 auto;
    float:none;
}
  
.testimonial-section3 .right-col .video-button{
   float:none;
}
}



/************************** Testimonial Section4 Styling ********************/





.testimonial-section4{
   padding:60px 0 187px;
   position:relative;
}

body .container-fluid .row-fluid .testimonial-section4 .top-dimond-img{
   top:-115px;
}

.testimonial-section4 .wrapper{
   position:relative;
}

.testimonial-section4 .heading-container h2{
   font-size:45px;
   line-height:44px;
   letter-spacing:0;
}

.testimonial-section4 .heading-container h2>span{
   font-weight:300;
}

.testimonial-section4 .heading-container h3{
   font-family: 'Born Ready Slanted';
   font-size:32px;
   line-height:31px;
   color:#b0a57e;
   letter-spacing:0;
   font-weight:normal;
   margin-top:26px;
}

.testimonial-section4 .testimonial-protect-things-cm .heading-cont h4{
   font-size:20px;
   letter-spacing:0;
}

.testimonial-section4 .testimonial-protect-things-cm .description-cont p{
   font-size:16px;
   line-height:24px;
   letter-spacing:0;
   font-weight:normal;
}

.testimonial-section4 .testimonial-protect-things-cm .description-cont{
   max-width:311px;
}

.testimonial-section4 .testimonial-protect-things-cm .cta-container a.cta_button{
   font-size:11.5px;
   line-height:32px;
   letter-spacing:0.8px;
   color:#b0a57e;
   font-weight:bold;
   text-decoration:underline;
   padding:0;
}

.testimonial-section4 .testimonial-protect-things-cm .cta-container{
   margin-top:50px;
   position:absolute;
   bottom:-40px;
}

.testimonial-section4 .testimonial-protect-things-cm{
   position:relative;
}

.testimonial-section4 .cm-cont{
   margin-top:60px;
}





@media(max-width:1024px){

.testimonial-section4{
   padding: 60px 0 70px;  
}
  
.testimonial-section4 .testimonial-protect-things-cm .cta-container {
    margin-top: 30px;
}
}





@media(max-width:767px){

.testimonial-section4 .heading-container h2{
    font-size: 35px;
    line-height: 38px;   
}
  
  .testimonial-section4 .testimonial-protect-things-cm .cta-container{
     position:relative;
     bottom:0;
  }
  
body .container-fluid .row-fluid .testimonial-section4 .top-dimond-img {
    top: -85px;
}
  
.testimonial-section4 .testimonial-protect-things-cm .description-cont{
    max-width:100%;
}
}






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





@media(max-width:1024px){

.header-section .header-top-row .right-col .cta-container .cta-1{
    float: right;
    text-align: right;
    position: relative;
    left: -67px;
}
  
.header-section .header-top-row .right-col .cta-container{
     width:100%;
     margin-top:7px;
}
}


.hs-main-font-element {
    display: none;
}





/********************* Sticky CTA Popup Section Styling ***************************/




.sticky-button-popup .cta-container{
  position: fixed;
  bottom: 0;
  z-index: 11;
  border-bottom: 12px solid #00376F;
  width: 100%;
  left: 0;
  right: 0;
}

body .sticky-button-popup .cta-container a.cta_button[title]{
  border-radius: 4px 4px 0 0;
  padding: 9px 70.4px;
  background-color: #00376F;
  color: #FFFFFF;
  font-family: "proxima-nova";   
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
}

.sticky-button-popup .popup-container{
  position: fixed !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  max-height: 100vh;   
  overflow-y: auto;
  width: 100%;
  padding: 0 20px;
/*   overflow-x: auto; */
}

.sticky-button-popup .popup-container.come-down{
  visibility: visible;  
  opacity: 1;
}  

.sticky-button-popup .row-fluid .form-container{
  border: 2px solid #00376f;
  border-radius: 0 30px 0 30px;
  background-color: #fff;   
  max-width: 436px;    
  padding: 4px 41px 25px 41px;    
  margin: 40px auto 65px auto;
  z-index: 2;
  float: none;  
  box-shadow: 2px 9px 23px 0 rgba(0,55,111,0.28);
  position: relative;
  
 }

body .container-fluid .sticky-button-popup .row-fluid .form-container{
  min-height: 528px;
}

.sticky-button-popup .form-container .row-fluid .close-btn{
  display: inline;  
  float: right;
  position: relative;   
  top: -48px;   
  right: -78px;
}

.sticky-button-popup .form-container .close-btn img{
  float: right;
  cursor: pointer;
}

.sticky-button-popup .form-container:after {
  position: absolute;
  right: 40px;
  top: -1px;
  content: '';
  background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/White%20star%20ribbon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 32px;
  height: 39px;
}

.sticky-button-popup .form-container .heading-cont h3 {
  font-size: 33.49px;
  font-weight: bold;
  letter-spacing: -0.32px;
  line-height: 34.71px;
  color: #00376f;
  text-align: left;
}

.sticky-button-popup .form-container form .field>label {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  text-transform: initial;
  color: #00376f;
  font-family: neuzeit-grotesk;
  letter-spacing: normal;
  margin-bottom: 5px;
  margin-top: 4px;
}

.sticky-button-popup .form-container form input {
  border: 1px solid #C3C7CE;
  border-radius: 4px;
  background-color: #fff;
  color: #3f4e62;
  font-weight: normal;
  font-size: 16px;
}

.sticky-button-popup .form-container form input:focus{
  border: 1px solid #00376F;
}

.sticky-button-popup .form-container form .hs-button {
  border-radius: 0 5.5px 0 5.5px;
  background-color: #1a325e;
  box-shadow: 0 5px 9px 0 rgba(0,55,111,0.35);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  font-family: "proxima-nova";
  border: 0;
  padding: 12.5px 26px;
  margin-top: 15px;
}



body.show-popup{
  position: relative;
  overflow-y: hidden;
}

body.show-popup:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.91;
  transform: scaleY(-1);
  background-color: #19315E;
  z-index: 3;
}   


@media(max-width: 767px){ 
  .sticky-button-popup .form-container .row-fluid .close-btn{
    right: -36px; 
    top: -46px;
  }
  
  .sticky-button-popup .row-fluid .form-container{
    margin: 40px auto 20px auto;
  }
  
.sticky-button-popup .cta-container{
  display:none;
}

body .sticky-button-popup .cta-container a.cta_button[title]{
  display:none;
}
}



@media(max-width: 480px){
  .sticky-button-popup .row-fluid .form-container{
    padding: 4px 20px 25px 20px;
  }
}



/********** Blog Post Side Bar Style **********/


body.blog-new .container-fluid .row-fluid .blog-insights-content-section .form-container.home-hero-form-container.hero-form.blog-right-calc-form.form-container2{
  border: 1px solid #00376F;
  border-radius: 0 5px 0 5px;
  background-color: #EBEFF4;
  max-width: 100%;
  padding: 14px 18px 8px;
}

body .row-fluid .blog-form-cont .form-container.form-container2 h4{
  color: #00376F;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 25px;
  text-decoration: none;
  max-width: 206px;
  margin-bottom: 8px;    
}

body.blog-new .row-fluid .blog-form-cont .form-container.form-container2 form .field>label{   
  display: none;
}

body.blog-new .row-fluid .blog-form-cont .form-container.form-container2 form .hs-button{    
  width: 100%;
}

body.blog-new .row-fluid .blog-form-cont .form-container.form-container2 form input::placeholder{
  color: #3F4E62;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;           
}

body.form-page.ppc-page .ppc-b-section1.form-section .home-hero-form-container .form-container{
  position: relative;
}

body.form-page.ppc-page .row-fluid .ppc-b-section1.form-section .home-hero-form-container.form-container .img-cont{
  /*position: absolute;
  bottom: 25px;*/
  left: 0;
  right: 0;
}





@media(max-width:767px){

.cro-section1 .left-container {
    padding-bottom: 190px;
}
  
body.claim .form-section {
    padding-bottom: 40px;
}
 
.classic-section3 .heading-description p{
   margin-bottom: 35px;  
}
  
body .row-fluid .new-testimonial {
    padding: 23px 0 112px;
}
  
.classic-section2 .right-col {
    margin-left: 0;
}

}

.ppc-b-section1 .our-benefit-cm .right-col{
   margin-left: 5px;
}

@media(max-width:1200px){

.classic-banner-section .right-col .image-container{
   height: 410px;  
}
}



.footer-disclaimer{
   padding:40px 0 40px;
   border-top: 1px solid #e3e8eb;
}

.footer-disclaimer p{
  font-size: 14px;
  margin-bottom: 0;
  line-height: 20px;
}

.footer-disclaimer p a{
   color: #94a1b0;
   text-decoration:underline;
}