/*********************************** TYPOGRAPHY SECTION START ***************************************************/



@import url("https://use.typekit.net/vme6gzt.css");
@import url("https://use.typekit.net/yof0spq.css");

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


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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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





@import url('https://fonts.googleapis.com/css?family=Space+Mono:400,400i,700,700i');


@import url("https://use.typekit.net/vme6gzt.css");

@font-face {
  font-family: "LL Circular Black Web";
  src: url("hhttps://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Jewelcover%20Fonts%202021/lineto-circular-black.eot");
  src: url("https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Jewelcover%20Fonts%202021/lineto-circular-black.eot") format("embedded-opentype"),
    url("https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Jewelcover%20Fonts%202021/lineto-circular-black.woff2") format("woff2"),
    url("https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Jewelcover%20Fonts%202021/lineto-circular-black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}


/* Subsetted */

@font-face {
  font-family: "LL Circular Black Sub";
  src: url("https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Jewelcover%20Fonts%202021/lineto-circular-black-1.eot");
  src: url("https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Jewelcover%20Fonts%202021/lineto-circular-black-1.eot") format("embedded-opentype"),
    url("https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Jewelcover%20Fonts%202021/lineto-circular-black-1.woff2") format("woff2"),
    url("https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Jewelcover%20Fonts%202021/lineto-circular-black-1.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LL Circular Book Web";
  src: url("https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Jewelcover%20Fonts%202021/lineto-circular-book.eot");
  src: url("https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Jewelcover%20Fonts%202021/lineto-circular-book.eot") format("embedded-opentype"),
    url("https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Jewelcover%20Fonts%202021/lineto-circular-book.woff2") format("woff2"),
    url("https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Jewelcover%20Fonts%202021/lineto-circular-book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}


/* Subsetted */

@font-face {
  font-family: "LL Circular Book Sub";
  src: url("https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Jewelcover%20Fonts%202021/lineto-circular-book-1.eot");
  src: url("https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Jewelcover%20Fonts%202021/lineto-circular-book-1.eot") format("embedded-opentype"),
    url("https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Jewelcover%20Fonts%202021/lineto-circular-book-1.woff2") format("woff2"),
    url("https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Jewelcover%20Fonts%202021/lineto-circular-book-1.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LL Circular Medium Web";
  src: url("https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Jewelcover%20Fonts%202021/lineto-circular-medium.eot");
  src: url("https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Jewelcover%20Fonts%202021/lineto-circular-medium.eot") format("embedded-opentype"),
    url("https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Jewelcover%20Fonts%202021/lineto-circular-medium.woff2") format("woff2"),
    url("https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Jewelcover%20Fonts%202021/lineto-circular-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}


/* Subsetted */

@font-face {
  font-family: "LL Circular Medium Sub";
  src: url("https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Jewelcover%20Fonts%202021/lineto-circular-medium-1.eot");
  src: url("https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Jewelcover%20Fonts%202021/lineto-circular-medium-1.eot") format("embedded-opentype"),
    url("https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Jewelcover%20Fonts%202021/lineto-circular-medium-1.woff2") format("woff2"),
    url("https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Jewelcover%20Fonts%202021/lineto-circular-medium-1.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

 



script{
   display:none!important;
}

body{
    padding:0;
    font-size: 16px ;
    line-height: 1.4;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    width:100%;
    background: #fff ;
    font-family: neuzeit-grotesk;
    margin:0 auto;;
}

.row-fluid [class*="span"].wrapper{
    width: 100%;
    max-width: 1196px;
    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:#013a51;
}

.zero-margin h1,
.zero-margin h2,
.zero-margin h3,
.zero-margin h4,
.zero-margin h5,
.zero-margin h6,
.zero-margin p,
.zero-margin a{
    margin-bottom:0;
}

h1,h2,h3,h4,h5,h6{
    color:#013a51;
}

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

a{
    margin-bottom:0;
}

h1{
    font-size: 60px;
    letter-spacing: -1.63px;
    margin-bottom: 26px;
    line-height:66px;
}

h2{
    font-size: 44px;
    letter-spacing:0;
    line-height:46px;
}

h3{
    font-size:36px;
    line-height:46px;
    letter-spacing:0;
}

h4{
    font-size: 22px;
    line-height:26px;
    letter-spacing:0;
    margin-bottom: 10px;
}

h5{
    font-size: 18px;
    letter-spacing:0;
    line-height: 25px;
}

h6{
    font-size:12px;
    line-height:13px;
    letter-spacing:0.3px;
}

p,
.body-container-wrapper li{
    font-size: 21px;
    line-height: 27px;
    letter-spacing: 0;
    font-weight: normal;
}

.normal-p p{
   font-size:18px;
   line-height:25px;
   letter-spacing:0;
   font-weight:normal;
}

.small-p p{
   font-size:16px;
   line-height:28px;
   letter-spacing:0;
   font-weight:normal;
}

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

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

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

.body-container-wrapper li{
    position:relative;
    margin-left:10px;
    margin-bottom:8px;
}



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

.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 ul li a{
    font-size:13px;
}


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

.body-container-wrapper .widget-type-cta{
    margin-top: 10px;
 
}

body a.cta_button[title],
body .container-fluid .row-fluid .hs-button{
    font-size: 16px;
    font-family: "LL Circular Medium Web";
    line-height: normal;
		padding: 13px 25px; 
    font-weight: 500;
    background:#00e59e;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    letter-spacing: normal;
    color: #013a51;
    border-radius: 23px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;

}

body a.cta_button[title]:hover{
    background:#73F1CA;
    color: #013A51;
}

body .container-fluid .row-fluid .hs-button:hover{
    background:#73F1CA;
    color: #013A51;
}



body .row-fluid .button-arrow  .actions{
    position:relative;
}

body .row-fluid .button-arrow .actions:before{
 content:"";
 position:absolute;
 background:url('https://4243070.fs1.hubspotusercontent-na1.net/hubfs/4243070/Jewelcover%20December%202018/Images/fill-3.svg') no-repeat;
 width:66px;
 height:62px;
 top: -27px;
 left: 5px;
}

body .row-fluid .button-arrow  a.cta_button{
    position:relative;
}

body .row-fluid .button-arrow  a.cta_button:before{
 content:"";
 position:absolute;
 background:url('https://4243070.fs1.hubspotusercontent-na1.net/hubfs/4243070/Jewelcover%20December%202018/Images/fill-3.svg') no-repeat;
 width:66px;
 height:62px;
 top: -27px;
 left: -74px;
}


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

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

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

.float-left{
    float:left;
}

.float-right{
    float:right;
}

.mid-section-padding{
   padding:150px 0 80px;
}

.heading p{
    font-size:18px;
    color:#72808e;
    font-weight:300;
}

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

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

.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,
.all-text-white .simple-cta a.cta_button,
.all-text-white.simple-cta a.cta_button{ 
    color:#fff;
}

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

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

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

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


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

}


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

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

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

body a.cta_button,
body .container-fluid .row-fluid .hs-button{    
    padding:14px 25px;
    font-size:14px;
}
  
h1{
   font-size:48px; 
   line-height:50px;
}
  
h2{
   font-size:36px; 
}
  
h3{
   font-size:26px;
   line-height:36px;
}
  
h4{
   font-size:20px; 
}
  
h5{
   font-size:15px;
}
  
h6{
  font-size:12px;  
}
  
p{
  font-size:17px; 
}

}




@media (max-width:767px){

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

h1 {
    font-size: 40px;
    line-height: 48px;
}

h2 {
    font-size: 32px;
    line-height: 38px;
}

  
h3 {
    font-size: 22px;
    line-height:27px;
}



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

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

p,
.body-container-wrapper li{
    font-size:16px;
}


}


@media (max-width:480px){
    
.body-container-wrapper a.cta_button, body .container-fluid .row-fluid .hs-button {
    padding-left:0;
    padding-right:0;
    box-sizing:border-box!important;
}

.body-container-wrapper .simple-cta a.cta_button{
    width:auto;
}

}

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

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


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

@media (max-width: 767px){

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

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

}




/*==================================================
            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: 26px;
    -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: 100%;
    width: 100%;
    margin: 20px auto 0;
    float: none;
}   
}




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

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

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




@media (max-width:767px){
 
body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
}

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





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

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

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

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

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

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

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: 38px;
    font-family: neuzeit-grotesk;
    color: #013a51;
    font-size: 16px;
    background: #fff;
    line-height: 40px;
    letter-spacing: .2px;
    padding: 0;
    margin-bottom: 18px;
    border-radius: 3px;
    padding: 0px 10px;
    font-weight: 400;
    border: 1px solid #a8b7c7;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    border-radius: 4px;
    background-color: #ffffff;
}

.row-fluid  form textarea{
    height:160px; 
    resize:none;
}

.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 #00e59e;
    color:#013a51;
}

.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: 16px;
    line-height: 1;
    font-weight: 400;
    display: block;
    margin-bottom: 7px;
  color: #7b98a4;
   font-family: neuzeit-grotesk;
}

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

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

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

.hubspot-link__container.sproket{
  display:none;
}

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

.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{
    color:#00e59e;
}

.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 ;
    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: ;*/
    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%!importantar;
}

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



/*********************************** TYPOGRAPHY SECTION END ***************************************************/







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





body .row-fluid .header-section .wrapper{
   max-width: 1290px;
    -webkit-box-shadow: 2px 2px 33px #E3E8EB;
    box-shadow: 2px 2px 33px #E3E8EB;
    padding: 18px 19px 18px;
    background:#fff;
}

body .row-fluid .header-section{
   position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
}

.header-section .col-2 .menu-container ul li a{
   font-family: "LL Circular Book Web";
   font-size:16px;
   font-weight:normal;
   color:#013a51;
   padding: 11px 0px 0 45px;
}

.header-section .col-2 .menu-container ul li:first-child a{
   padding-left:0;
}

.header-section .col-3 .cta-1 a.cta_button{
   font-size:13px;
   color:#00c084;
   font-weight:500;
   font-family: "LL Circular Medium Web";
   padding:14px 0;
   letter-spacing:normal;
   background:transparent;
}

.header-section .col-3 .cta-container .cta-1{
   text-align:right;
   margin-left:0;
}

.header-section .col-3 .cta-container .cta-2{
   text-align:right;
}


.header-section .col-3 .cta-container{
   float: right;
}

.header-section .col-3 .cta-2 a.cta_button{
   font-size:16px;
   color:#00e59e;
   font-weight:500;
   background:#013a51;
   border-radius:23px; 
   font-family: "LL Circular Medium Web";
   padding: 13px 28px;
   letter-spacing:normal;
}

.header-section .col-3 .cta-2 a.cta_button:hover{
   color:#00e59e;
   background:#1E5065;
}

.header-section .col-1 .logo{
  margin-top:6px;
}

.header-section .col-1{
  /*    width: 31.076923%; */
  width: 27%;
}

.header-section .col-2{
  /*    width: 37.6%; */
  width: 40%;
  margin-left:0; 
}

.header-section .col-3{
   width: 31.323932%;
   margin-left:0; 
}

.header-section .col-2 .menu-container ul li a:hover{
  color: #00c084;
}


@media(max-width:1305px){

.header-section .col-2 .menu-container ul li a{
   padding: 11px 0px 0 25px;
}
  
.header-section .col-3 .cta-2 a.cta_button{
   padding: 13px 22px;
}
}


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

.header-section .col-1 {
    width: 26.076923%;
}
  
.header-section .col-2 {
    width: 40.6%;
}
  
.header-section .col-3 {
    width: 33.323932%;
    margin-left: 0;
}
  
.header-section .col-3 .cta-2 a.cta_button {
    padding: 13px 13px;
}
  
.header-section .col-2 .menu-container ul li a {
    padding: 11px 0px 0 19px;
}
}



@media(max-width:1050px){

.header-section .col-2 .menu-container ul li:first-child a{
    padding-left:45px; 
}
  
.header-section .cta-1{
   margin-left:0;
   width:100%;
}
  
.header-section .cta-2{
   margin-left:0;
   width:100%;
}
  
.header-section .col-2 .menu-container ul li a{
   padding: 18px 45px 18px 45px;
}
  
.header-section .col-1{
   width:100%;
}
  
.mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
}
  
.mobile-open .mobile-trigger i:after {
    top: 0;
    transform: rotate(-45deg);
}
  
.mobile-open .mobile-trigger i {
    background: transparent;
}
  
}




@media(max-width:767px){

body .row-fluid .mobile-trigger{
   top:-51px;  
}
  
.header-section .col-2 .menu-container ul li a{
   padding: 18px 25px 18px 25px;
}
  
.header-section .col-2 .menu-container ul li:first-child a {
    padding-left: 25px;
}
}



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





.footer-section{
   background:#013a51;
   padding:93px 0 48px;
   position:relative;
   overflow:hidden;
}

body .row-fluid .footer-section .wrapper{
   max-width:880px;
}
 
.footer-section .menu-container ul li a{
   font-family: "LL Circular Medium Web";
   font-size:16px;
   letter-spacing:0;
   font-weight:500;
   max-width:100%;
   padding:10px 21px;
}

.footer-section .menu-container ul li:first-child a{
   padding-left:0;
}

.footer-section .menu-container ul li:last-child a{
   padding-right:0;
}

.footer-section .menu-container{
   margin-bottom:93px;
}

.footer-section .image-container{
   position:relative;
   margin-bottom:83px;
}

.footer-section .image-container:before{
    position: absolute;
    right: 535px;
    top: 16px;
    content: '';
    background: #83ffd9;
    width: 10000px;
    height: 1px;
}

.footer-section .image-container:after{
    position: absolute;
    left: 535px;
    top: 16px;
    content: '';
    background: #83ffd9;
    width: 10000px;
    height: 1px;
}

.footer-section .col-1 ul li p{
   font-size:14px;
   letter-spacing:0;
   font-family: "LL Circular Book Web";
   font-weight:normal;
}

.footer-section .col-1 ul{
   list-style-type:none;
   padding-left:0;
   text-align:left;
}

.footer-section .col-2 a{
   font-size:28px;
   line-height:25px;
   letter-spacing:0;
   font-weight:bold;
}

.footer-section .col-2{
   margin-top:15px;
}

.footer-section .col-3{
   text-align:right;
   float:right;
}

.footer-section .col-1 ul li{
   display:inline-block;
   margin-right:14px;
}

.footer-section .copyright-cont{
   margin-top:28px;
}

.legal-links ul li{
     font-size:14px;
     font-family: "LL Circular Book Web";
     display:inline-block;
     padding: 10px 10px; 
}

.footer-section .copyright-cont p{ 
     font-size:14px;
     font-family: "LL Circular Book Web";
   letter-spacing:-0.2px;
   font-weight:normal;
}




@media(max-width:1024px){

.footer-section{
   overflow:hidden;
   padding: 70px 0 48px;
}
  
.footer-section .menu-container ul li a{
   padding:10px 10px;  
}
  
.footer-section .copyright-cont {
    margin-top: 60px;
}
  
.footer-section .menu-container {
    margin-bottom: 60px;
}
  
.footer-section .image-container:before{
   right:470px;
}
  
.footer-section .image-container:after{
   left:470px;
}
}



@media(max-width:767px){

.footer-section {
    padding: 50px 0 48px;
}
  
body .row-fluid .footer-section .menu-container ul li{
   display:block;
   float:none;
}
  
body .row-fluid .footer-section .menu-container ul li a{
   padding:6px 0;
}
  
.footer-section .image-container:after{
   display:none;
}
  
.footer-section .image-container:before{
   display:none;
}
  
.footer-section .image-container {
    margin-bottom: 40px;
}

.legal-links ul li{
   display:block;
   float:none;
   padding: 4px 4px !important;
   max-width: 100%;
}
  
.footer-section .col-3 {
    text-align: center;
    float: none;
}
  
.footer-section .col-1 ul {
    text-align: center;
    margin:0;
}
  
.footer-section .col-2 {
    margin-top: 15px;
    margin-bottom: 25px;
}
  
.footer-section .copyright-cont {
    margin-top: 40px;
}
  
.footer-section .menu-container {
    margin-bottom: 40px;
}
}





/*====================================================
                MONILE MENU 
====================================================*/                

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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.vision-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.vision-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.vision-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.vision-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.vision-menu-primary .hs-menu-wrapper > ul ul{}
.vision-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.vision-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.vision-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */





/* ==========================================================================
   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: 1050px){


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

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

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

  .vision-menu-primary,
  .vision-menu-primary .hs-menu-wrapper > ul,
  .vision-menu-primary .hs-menu-wrapper > ul li,
  .vision-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    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: -51px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: transparent; /* Background color */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
  }

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


  /* 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: 28px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  
  .white-header .mobile-trigger i,
  .white-header .mobile-trigger i:before,
  .white-header .mobile-trigger i:after{
    background:#fff;
  }
  
  .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{
      
  }


  /* 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 rgba(255, 255, 255, .20);
  }
  .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:#000; /* 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
     ========================================================================== */  
     
.vision-menu-primary.js-enabled{
    position: absolute;
    padding-top: 44px;
    z-index: 3;
    right: 0;
    top: 75px;
    width: 100%;
}

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

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

  /* Mobile Menu Styles */ 
  .vision-menu-primary.js-enabled .hs-menu-wrapper{
    width: auto;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    padding: 0;
    background: #fff;
    border-bottom: 6px solid #013a51;
  }
  .vision-menu-primary .hs-menu-wrapper{
    background-color:#fff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .vision-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .vision-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  
  .vision-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#000; /* link color set by global mobile-aColor variable */
  }

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






/****************** header styling end *******************/








/********************* Homepage Banner Section Styling ********************/




.homepage-banner-section{
   padding:229px 0 164px;
   position:relative;
   z-index:1; 
   overflow:hidden;
}

body .row-fluid .homepage-banner-section .wrapper{
   max-width:1282px;
}

.homepage-banner-section .right-col img{
   position:absolute;
   top: 145px;
   right: 77px;
}

.homepage-banner-section .left-col .heading-container h1{
   font-family: "LL Circular Black Web";
   font-weight:900;  
   margin-bottom: 29px;
}

.homepage-banner-section .left-col .heading-container p{
   font-family: 'proxima-nova';
   font-weight:normal;  
   max-width:413px;
}

.homepage-banner-section .left-col .heading-container h6{
   font-family: "LL Circular Black Web";
   font-weight:900;
   text-transform:uppercase;
   color:rgba(1, 58, 81, 0.9);
   margin-bottom:25px;
}

.homepage-banner-section .left-col .heading-container h1 span{
   font-family: "LL Circular Book Web";
   font-weight:normal;
   position:relative;
   z-index:2;
}

.homepage-banner-section .left-col .heading-container h1 span:after{
    position: absolute;
    left: -3px;
    right: -15px;
    top: 42px;
    background-color: rgba(0, 229, 158, 0.38);
    width: auto;
    height: 25px;
    content: '';
    z-index: -1;
}

.homepage-banner-section .left-col .cta-container a.cta_button{
   position:relative;
   left:114px;
}

.homepage-banner-section .left-col .cta-container a.cta_button:before{
    position: absolute;
    left: -110px;
    top: -47px;
    content: '';
    background: url(https://4243070.fs1.hubspotusercontent-na1.net/hubfs/4243070/Jewelcover%20December%202018/Images/fill-3%20%283%29.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 90px;
    height: 85px;
}

.homepage-banner-section .left-col .cta-container{
   margin-top:84px;
}




@media(max-width:1024px){

.homepage-banner-section .left-col{
   position:relative;
   z-index:2;
}
  
.homepage-banner-section .right-col img {
    right: -53px;
    z-index: 0;
}
  
.homepage-banner-section {
    padding: 130px 0 125px;
}
}



@media(max-width:767px){


  
.homepage-banner-section .left-col .cta-container {
    margin-top: 30px;
}
  
.homepage-banner-section .right-col img{
   position:relative;
   top:0;
   right:0;
}
  
.homepage-banner-section .right-col{
   margin-top:30px;
}
  
.homepage-banner-section {
    padding: 150px 0 70px;
}
  
}

/********************** Homepage Section1 Styling *****************/


.homepage-section1{
   padding:78px 0;
   border-top:3px solid #00e59e;
}

body .row-fluid .homepage-section1 .wrapper{
   max-width:1340px;
}

.homepage-section1 .heading-container h2{
   color:rgba(255, 255, 255, 0.9);
   font-family: "LL Circular Book Web";
   font-weight:normal;
   margin-bottom:20px;
}

body .row-fluid .homepage-section1 .heading-container p{
   color:rgba(255, 255, 255, 0.9);
   max-width:566px;
   margin:0 auto;
   float:none;
}

body .row-fluid .homepage-section1 .heading-container{
   margin-bottom:30px;
}
 
.homepage-section1 .icon-text-three-col-cm .heading h4{
   color:rgba(255, 255, 255, 0.9);
   font-family: "LL Circular Medium Web";
   font-weight:500;
   margin-bottom:15px;
}

.homepage-section1 .icon-text-three-col-cm .description p{
   color:#c1cfd4;
}

.homepage-section1 .icon-text-three-col-cm .description{
   max-width:305px;
   margin:0 auto;
   float:none;
}

.homepage-section1 .icon-text-three-col-cm .icon-container{
   margin-bottom:50px;
}

body .row-fluid .homepage-section1 .icon-text-three-col-cm .heading{
   max-width:305px;
   margin:0 auto;
   float:none;
   min-height:53px;
}

body .row-fluid .homepage-section1 .cm-container span>.hs_cos_wrapper{
   margin-bottom:30px;
}



@media(max-width:1024px){

.homepage-section1{
   padding:70px 0;
}
  
.homepage-section1 .icon-text-three-col-cm .icon-container {
    margin-bottom: 22px;
}
  
.homepage-section1 .icon-text-three-col-cm .heading h4 {
    margin-bottom: 5px;
    font-size:18px;
}
}




@media(max-width:767px){

.homepage-section1 {
    padding: 60px 0;
}
  
body .row-fluid .homepage-section1 .icon-text-three-col-cm .heading{
   min-height:0;
   max-width:100%;
}
  
body .row-fluid .three-col-adjust span>.hs_cos_wrapper:last-child{
     margin-bottom:0;
}
  
.homepage-section1 .icon-text-three-col-cm .description{
   max-width:100%;
}
}



/********************** Homepage Section2 Styling *********************/




.homepage-section2{
   background:#e3e8eb;
   padding:52px 0;
}

.homepage-section2 .heading-container h3{
   font-family: "LL Circular Black Web";
   font-weight:900;
   margin-bottom:0; 
}

.homepage-section2 .heading-container h3 span{
   font-family: "LL Circular Book Web";
   font-weight:normal;
   margin-bottom:0; 
}


@media(max-width:767px){

.homepage-section2 .heading-container h3{
   margin-bottom:10px;
}
}


/******************* Homepage Section3 Styling ***************/




.homepage-section3{
   padding: 201px 0 140px;
}

body .row-fluid .homepage-section3 .wrapper{
   max-width:1435px;
}

.homepage-section3 .left-col{
   position:relative;
}

.homepage-section3 .left-col:after{
    position: absolute;
    right: -25px;
    top: -31px;
    bottom: 8px;
    background: #00e59e;
    content: '';
    width: 2px;
}

body .row-fluid .homepage-section3 .description-cont{
   max-width:413px;
   margin:20px auto 0;
   float:none;
}

body .row-fluid .homepage-section3 .description-cont p{
   color:rgba(1, 58, 81, 0.9);
}

.homepage-section3 .heading-container h3{
   font-family: "LL Circular Black Web";
   font-weight:900;
   margin-bottom:0
}

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

.homepage-section3 .heading-container h3 span{
   font-family: "LL Circular Book Web";
   font-weight:normal;
}

.homepage-section3 .left-col .cta-cont a.cta_button{
   position:relative;
   font-family: "LL Circular Medium Web";
   letter-spacing:0;
   padding: 13px 25px;
}

.homepage-section3 .left-col .cta-cont a.cta_button:before{
    position: absolute;
    left: -74px;
    top: -28px;
    content: '';
    background: url(https://4243070.fs1.hubspotusercontent-na1.net/hubfs/4243070/Jewelcover%20December%202018/Images/fill-3%20%283%29.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 66px;
    height: 62px;
}

.homepage-section3 .left-col .cta-cont{
   margin-top:50px;
   margin-bottom:75px;
}

.homepage-section3 .contact-info p{
   color:rgba(1, 58, 81, 0.9);
}

.homepage-section3 .contact-info p a{
   color:#03cc8e;
   font-weight:bold;
   display:inline-block;
}

.homepage-section3 .right-col .heading-description-cm .description{
   max-width:413px;
   margin:0 auto;
   float:none;
}

.homepage-section3 .right-col .heading-description-cm .description p{
   color:rgba(1, 58, 81, 0.9);
}

.homepage-section3 .right-col .heading-description-cm .heading h5{
   margin-bottom:0;
   color:rgba(1, 58, 81, 0.9);
}

.homepage-section3 .right-col .heading-description-cm{
   margin-bottom:30px;
}

body .row-fluid .homepage-section3 .right-col .heading-container{
   margin-bottom:50px;
}



@media(max-width:1024px){

.homepage-section3{
   padding: 100px 0 70px;
}
  
.homepage-section3 .left-col .cta-cont {
    margin-top: 20px;
    margin-bottom: 45px;
}
  
.homepage-section3 .right-col .heading-description-cm {
    margin-bottom: 10px;
}
  
body .row-fluid .homepage-section3 .right-col .heading-container {
    margin-bottom: 18px;
}
  
.homepage-section3 .right-col{
   padding-left:30px;
}
}



@media(max-width:767px){

.homepage-section3 {
    padding: 60px 0 50px;
}
  
.homepage-section3 .left-col{
    margin-bottom:30px;
}
  
.homepage-section3 .right-col {
    padding-left: 0px;
    padding-top:30px;
    border-top:1px solid #03cc8e;
}
}




/****************** Homepage Section4 Styling *********************/




.homepage-section4{
   padding:71px 0 324px;
   background:#f8f9fa;
   border-top:1px solid #e3e8eb;
   border-bottom:1px solid #e3e8eb;
}

body .row-fluid .homepage-section4 .wrapper{
   max-width:1307px;
}

.homepage-section4 .subheading h5{
   font-size:15px;
   letter-spacing:0;
   font-weight:500;
   font-family: "LL Circular Medium Web";
   margin-bottom:37px;
}

.homepage-section4 .heading-container h2{
   font-family: "LL Circular Black Web"; 
   font-weight:900;
}

.homepage-section4 .heading-container{
   margin-top:40px;
}

.homepage-section4 .testimonial-cm .span3{
   width:12%;
}
 
.homepage-section4 .testimonial-cm .name-cont h5{
   font-size:16px;
   font-weight:500;
   font-family: "LL Circular Medium Web";
   margin-bottom:0;
   margin-top:6px; 
}

body .row-fluid .homepage-section4 .three-col-adjust span>.hs_cos_wrapper{
   background:#fff;
   padding:28px 30px;
   box-shadow: -2px 3px 16px 0 #e3e8eb;
   -webkit-flex-basis: 27.5%;
    margin-right: 7.45%;
   flex-basis: 27.5%;
}

body .row-fluid .homepage-section4 .three-col-adjust span>.hs_cos_wrapper:nth-child(1):after{
    position: absolute;
    right: -30px;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/April%202019/Images/Half%20left.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 31px;
    height: 62px;
    top: 75px;
}

body .row-fluid .homepage-section4 .three-col-adjust span>.hs_cos_wrapper:nth-child(2):after{
    position: absolute;
    right: 45px;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/April%202019/Images/Half%20center.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 73px;
    height: 37px;
    bottom: -37px;
}

body .row-fluid .homepage-section4 .three-col-adjust span>.hs_cos_wrapper:nth-child(3):after{
    position: absolute;
    left: 85px;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/April%202019/Images/Half%20circle.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 92px;
    height: 35px;
    top: -35px;
}

body .row-fluid .homepage-section4 .three-col-adjust span>.hs_cos_wrapper:nth-child(1){
   position:relative;
   top:46px;
}

body .row-fluid .homepage-section4 .three-col-adjust span>.hs_cos_wrapper:nth-child(2){
   position:relative;
   top:130px;
}

body .row-fluid .homepage-section4 .three-col-adjust span>.hs_cos_wrapper:nth-child(3){
   position:relative;
   top:26px;
}

body .row-fluid .homepage-section4 .three-col-adjust span>.hs_cos_wrapper:last-child{
   margin-right:0;
}

.homepage-section4 .testimonial-cm .image-container{
   height:37px;
   max-width:37px;
   border-radius:50%;
}

.homepage-section4 .testimonial-cm .description-container p{
   font-size:17px;
   line-height:23px;
   letter-spacing:0;
   color:#54698d;
   font-family: 'proxima-nova';
   font-weight:400;
}

.homepage-section4 .testimonial-cm .description-container{
   margin-top:18px;
}




@media(max-width:1024px){

.homepage-section4 {
    padding: 70px 0 250px;
}
  
.homepage-section4 .testimonial-cm .span3{
   width: 100%;  
   text-align:center;
}
  
.homepage-section4 .testimonial-cm .description-container {
    text-align: center;
    margin-top:10px;
}
  
.homepage-section4 .testimonial-cm .span9{
   width: 100%;  
   margin-left:0;
   text-align:center;
}
  
body .row-fluid .homepage-section4 .three-col-adjust span>.hs_cos_wrapper{
   padding: 28px 18px;
}
  
.homepage-section4 .testimonial-cm .description-container p{
   font-size:16px;
}
  
.homepage-section4 .testimonial-cm .image-container{
   margin:0 auto;
}
}


@media(max-width:767px){

.homepage-section4 {
    padding: 60px 0 60px;
}
  
body .row-fluid .homepage-section4 .three-col-adjust span>.hs_cos_wrapper:nth-child(1) {
    top: 0;
}
  
body .row-fluid .homepage-section4 .three-col-adjust span>.hs_cos_wrapper:nth-child(2) {
    top: 0;
}
  
body .row-fluid .homepage-section4 .three-col-adjust span>.hs_cos_wrapper:nth-child(3) {
    top: 0;
}
  
body .row-fluid .homepage-section4 .three-col-adjust span>.hs_cos_wrapper:nth-child(1):after{
   display:none;
}
  
body .row-fluid .homepage-section4 .three-col-adjust span>.hs_cos_wrapper:nth-child(2):after{
   display:none;
}
  
body .row-fluid .homepage-section4 .three-col-adjust span>.hs_cos_wrapper:nth-child(3):after {
    display:none;
}
}

/********************** Homepage Section5 Styling ******************/




.homepage-section5{
   padding: 97px 0 113px;
   
}

.instant-quote-step-show-price{
   height:100vh;
}

.homepage-section5 .subheading h5{
   font-size:15px;
   letter-spacing:0;
   color:#00e59e;
   font-family: "LL Circular Medium Web";
   font-weight:500;
   margin-bottom:20px;
}

.homepage-section5 .form-heading h3{
   font-size:30px;
   line-height:34px;
   letter-spacing:-0.81px;
   color:#013a51;
   font-family: "LL Circular Book Web";
   font-weight:normal;
}

.homepage-section5 .form-heading .heading-container{
   margin-left:30px;
}

body .row-fluid .homepage-section5 .form-heading{
   max-width:580px;
   margin:0 auto 20px;
   float:none;
}

.homepage-section5 .form-heading h3 span{
   font-family: "LL Circular Black Web";
   font-weight:900;
}

body .row-fluid .homepage-section5 .form-container form .hs-button{
   border:none;
   padding:13px 41px;
}

body .row-fluid .homepage-section5 .form-container form .hs_submit .actions{
   margin-top:30px;
   position:relative;
}

.homepage-section5 .form-container{
   position:relative;
}

.homepage-section5{
   position:relative;
}

.homepage-section5 .clock-img{
   margin-bottom:40px;
}

.homepage-section5 .image-container{
   height:53px;
   width:100%;
   max-width:53px;
   border-radius:50%;
}

.homepage-section5 .contact-info p{
   font-size:16px;
   line-height:25px;
   letter-spacing:0;
   color:rgba(1, 58, 81, 0.9);
   font-weight:normal;
}

.homepage-section5 .contact-info p a{
   color:#03bd84;
   font-weight:bold;
}

body .row-fluid .homepage-section5 .form-container form{
   max-width:340px;
   margin:0 auto 75px;
   float:none;
}

.homepage-section5 .form-container .submitted-message{
   display:none;
}


/*Form Calculator Styling*/

.homepage-section5  .content-sbs-image {
    background-image: none!important;
}


@media(max-width:1024px){

.homepage-section5{
  padding: 70px 0 60px;   
}
  
body .row-fluid .homepage-section5 .form-container {
    margin: 0 auto 45px;
}
}




@media(max-width:767px){

.homepage-section5{
  padding:60px 0;
}
  
body .row-fluid .homepage-section5 .form-container form .hs-button{
   padding: 13px 22px;
}
  
body .row-fluid .homepage-section5 .form-heading .heading-container{
    margin-left: 0;
    text-align: center;
    max-width: 410px;
    margin: 0 auto;
}
  
body .row-fluid .homepage-section5 .image-container{
    margin:0 auto 20px;
    float:none;
}
  
.homepage-section5 .form-heading h3 {
    font-size: 22px;
    line-height: 30px;
}
  
.instant-quote-step-show-price{
     height:auto;
}
}






/*=====================================================
           Our Policy Page Styling Start 
=======================================================*/



/**************** Policy Banner Section Styling **************/


.policy-banner-section{
   padding: 209px 0 55px; 
}

.policy-banner-section .left-col{
   width:49%;
}

.policy-banner-section .right-col{
   float:right;
   text-align:right;
   width: 47.717949%;
}

body .row-fluid .policy-banner-section .wrapper{
    max-width:1282px;
}

.policy-banner-section .left-col .heading-container h1{
   font-family: "LL Circular Black Web";
   font-weight:900;
}

.policy-banner-section .left-col .heading-container p{
   font-size:21px;
   line-height:31px;
   letter-spacing:0;
   font-family: 'proxima-nova';
   font-weight:normal;
   margin-top:80px;
   max-width:593px;
}

.policy-banner-section .right-col .image-container{
   position:relative;
   top:-48px;
}



@media(max-width:1024px){
  
.policy-banner-section{
   padding: 80px 0 55px;  
}
  
.policy-banner-section .right-col .image-container{
   margin-top:70px;
}
  
.policy-banner-section .left-col .heading-container p{
    font-size: 19px;
    line-height: 28px;
}
}



@media(max-width:767px){

.policy-banner-section .left-col{
    width:100%;
}
  
.policy-banner-section .right-col{
   float: none;
   text-align: center;
   width: 100%;
}
  
.policy-banner-section {
    padding: 150px 0 25px;
}
}

/******************* Jewellery Quote Section Styling *******************/




.jewellery-quote-section{
   background:#e3e8eb;
   padding:53px 0;
}

body .row-fluid .jewellery-quote-section .wrapper{
   max-width:1219px;
}

.jewellery-quote-section .heading-container h3{
   font-family: "LL Circular Book Web";
   font-weight:normal;
   margin-bottom:0;
}




/****************** Policy Section1 Styling Start ****************/




.policy-section1{
   padding: 95px 0 5px;
}

body .row-fluid .policy-section1 .wrapper{
   max-width:1075px;
}

.policy-section1 .cm-container .hs_cos_wrapper:nth-child(even) .policy-two-col-image-text-cm .row-fluid-wrapper .row-fluid{
   display:flex;
   flex-direction:row-reverse;
}

.policy-section1 .cm-container .hs_cos_wrapper:nth-child(even) .policy-two-col-image-text-cm .left-col{
    margin-left: 15.12766%;
}

.policy-section1 .cm-container .hs_cos_wrapper:nth-child(even) .policy-two-col-image-text-cm .right-col{
   float:left;
   text-align:left;
   margin-left:0;
}

.policy-section1 .cm-container .hs_cos_wrapper:last-child .policy-two-col-image-text-cm{
   margin-bottom:60px;
}

.policy-two-col-image-text-cm .right-col{
   float:right;
   text-align:right;
}

.policy-section1 .policy-two-col-image-text-cm .heading-cont h3{
   font-family: "LL Circular Black Web"; 
   font-weight:900;
}

.policy-section1 .policy-two-col-image-text-cm .description-cont p{
   color:rgba(1, 58, 81, 0.9);
}

.policy-section1 .policy-two-col-image-text-cm .description-cont{
   max-width:450px;
}




@media(max-width:1024px){

.policy-section1{
     padding:65px 0;
}
}



@media(max-width:767px){

.policy-section1 .policy-two-col-image-text-cm .description-cont {
    max-width: 100%;
}
  
.policy-section1 .cm-container .hs_cos_wrapper:last-child .policy-two-col-image-text-cm{
   margin-bottom:10px;
}
  
.policy-section1 .policy-two-col-image-text-cm .left-col{
     text-align:center;
}
  
.policy-two-col-image-text-cm .right-col{
   float:none;
   text-align:center;
}
  
.policy-section1 .cm-container .hs_cos_wrapper:nth-child(even) .policy-two-col-image-text-cm .left-col{
   margin-left:0;  
}
  
.policy-section1 .cm-container .hs_cos_wrapper:nth-child(even) .policy-two-col-image-text-cm .row-fluid-wrapper .row-fluid{
   display:block;  
}
  
.policy-section1 .cm-container .hs_cos_wrapper:nth-child(even) .policy-two-col-image-text-cm .right-col {
    float: none;
    text-align: center;
}
  
.policy-section1{
   padding:65px 0 20px;
}
}



/***************** Policy Section2 Styling ********************/



.policy-section2{
   background:#f8f9fa;
   padding:20px 0 0;
   border-bottom:3px solid #00e59e;
   position:relative;
}

.policy-section2:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -49px;
    margin: 0 auto;
    content: '';
    background: url(https://4243070.fs1.hubspotusercontent-na1.net/hubfs/4243070/Jewelcover%20December%202018/Images/Rectangle.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 92px;
    height: 47px;
}

body .row-fluid .policy-section2 .wrapper{
   max-width:1315px;
}

.team-slider-cm .right-col .text-container h5{
   color:#013a51;
   font-size:15px;
   line-height:17px;
   letter-spacing:-0.3px;
   font-family: "LL Circular Black Web";
   font-weight:900;
   position:relative;
   z-index:2;
   margin-bottom:60px;
}

.team-slider-cm .right-col .text-container h5:after{
    position: absolute;
    left: -17px;
    top: -18px;
    content: '';
    background: url(https://4243070.fs1.hubspotusercontent-na1.net/hubfs/4243070/Jewelcover%20December%202018/Images/hashtag-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 126px;
    height: 50px;
    z-index: -1;
}

.team-slider-cm .right-col .text-container h4{
   color:#013a51;
   font-size:18px;
   line-height:normal;
   letter-spacing:-0.27px;
   font-family: "LL Circular Black Web";
   font-weight:900;
}

.team-slider-cm .right-col .text-container p{
   color:#013a51;
   font-size:33px;
   line-height:39px;
   letter-spacing:normal;
   font-family: "LL Circular Book Web";
   font-weight:normal;
   margin-bottom:60px;
}

.slider .slick-slide{
    display:none;
}

.slider .slick-slide:focus{
    outline:0;
}

.slider .slick-initialized .slick-slide{
    display:block;
}

.slider .slick-dots li.slick-active button {
    width: 8px;
    height: 8px;
    background: #00e59e;
}

.slider .slick-dots li.slick-active button:focus{
    outline:0;
}

.slider .slick-dots li {
    margin: 0 7px;
    display: inline-block;
    line-height:10px;
}

.slider .slick-dots {
    text-align: center;
}

.slider .slick-dots li button {
    font-size: 1px;
    color: #7c8698;
    padding: 0;
    border: 0;
    background:#7c8698;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all .2s ease-in-out;
    cursor: pointer;
}


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

.slider .slick-next:after{
    position: absolute;
    content: '\f0da';
    width: 20px;
    height: 20px;
    bottom: 129px;
    right: 43px;
    font-size: 20px;
    color: #013a51;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    z-index: 1;
    cursor: pointer;
}

.slider .slick-prev:after{
    position: absolute;
    content: '\f0d9';
    width: 20px;
    height: 20px;
    bottom: 128px;
    right: 159px;
    font-size: 20px;
    color: #013a51;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    z-index: 1;
    cursor: pointer;
}

.slider ul.slick-dots{
    padding-left: 0;
    position: absolute;
    bottom: 90px;
    left: 85%;
    right: 10px;
    background: #FFF;
    border-radius: 30px;
    padding: 10px 0 19px;
    max-width: 150px;
}

.team-slider-cm .left-col{
   width: 58.17094%;
}

.team-slider-cm .left-col .image-container img{
   position:relative;
   left:95px;
   bottom:-9px;
}



@media(max-width:1322px){

.slider .slick-prev:after{
   display:none;
}
  
.slider .slick-next:after{
   display:none;
}
}


@media(max-width:1024px){

.team-slider-cm .left-col .image-container img {
    left: 0;
}
  
.team-slider-cm .right-col .text-container p{
   font-size: 23px;
   line-height: 32px;  
}
  
.slider ul.slick-dots{
   left: 530px;
   right: 10px;
}
  
.slider .slick-prev:after{
   right:125px;
}
  
.slider .slick-next:after {
    right: 10px;
}
  
.slider ul.slick-dots{
  left: 0;
  right: 0;
  margin: 0 auto;  
  bottom:-70px;
}
  
.policy-section2 {
    padding: 40px 0 100px;
}
  
.slider .slick-prev:after{
   display:none;
}
  
.slider .slick-next:after {
    display:none;
}
  

}



@media(max-width:767px){

.team-slider-cm .left-col .image-container img{
   left:0;
   right:0;
   margin:0 auto;
}
  
.team-slider-cm .left-col {
    width: 100%;
    text-align: center;
}
  
.team-slider-cm .right-col {
    width: 100%;
    margin-left:0;
    margin-top:40px;
    text-align:center;
}
  
.team-slider-cm .right-col .text-container h5:after {
    left: 153px;
}
  
.team-slider-cm .right-col .text-container p {
    margin-bottom: 40px;
}
}






/*======================================================
          Why JewelCover Page Styling 
=========================================================*/




/**************** Jewelcover Banner Section Styling ***************/




.jewelcover-banner-section .left-col .heading-container h1{
   max-width:543px;
}

.jewelcover-banner-section{
   padding:209px 0 67px;
}




@media(max-width:1024px){

.jewelcover-banner-section {
    padding: 90px 0 67px;
}
}



@media(max-width:767px){

.jewelcover-banner-section {
    padding: 150px 0 40px;
}
}
/***************** Jewelcover Section1 Styling *****************/




.jewelcover-section1{
   padding: 177px 0 210px;
}

body .row-fluid .jewelcover-section1 .wrapper{
   max-width:1290px;
}

.jewelcover-section1 .jewelcover-three-col-cm .heading-container h4{
   font-family: "LL Circular Medium Web";
   font-weight:500;
   margin-bottom:20px;
}

body .row-fluid .jewelcover-section1 .cm-container span>.hs_cos_wrapper{
   flex-basis: 28.9%;
    -webkit-flex-basis: 28.9%;
    margin-right: 5.43%;
   position:relative;
}

body .row-fluid .jewelcover-section1 .cm-container span>.hs_cos_wrapper:after{
   position: absolute;
    right: -39px;
    top: -60px;
    bottom: -99px;
    content: '';
    background: #00e59e;
    width: 2px;
}

body .row-fluid .jewelcover-section1 .cm-container span>.hs_cos_wrapper:nth-child(3n):after{
   display:none;
}

body .row-fluid .jewelcover-section1 .cm-container span>.hs_cos_wrapper:last-child{
   margin-right:0;
}

.jewelcover-three-col-cm .image-container{
   margin-bottom:50px;
   min-height:240px;
}





@media(max-width:1024px){

body .row-fluid .jewelcover-section1 .cm-container span>.hs_cos_wrapper:after{
    right: -24px; 
    top: -10px;
    bottom: -39px;
}
  
.jewelcover-section1 .jewelcover-three-col-cm .heading-container{
    min-height:51px;  
}
  
.jewelcover-three-col-cm .image-container {
    margin-bottom: 10px;
}
  
.jewelcover-section1 {
    padding: 70px 0 120px;
}
}




@media(max-width:767px){

.jewelcover-section1 {
    padding: 50px 0 60px;
}
  
body .row-fluid .jewelcover-section1 .cm-container span>.hs_cos_wrapper:after{
   display:none;
}
}

/******************* Jewelcover Section2 Styling *********************/




.jewelcover-section2{
   padding:78px 0 125px;
}




@media(max-width:1024px){

.jewelcover-section2{
   padding:78px 0 55px;
}
}





/*=============================================================
           Terms and Conditions Page Styling 
===============================================================*/





/******************Terms and Conditions Section1 Styling ************/



.terms-condition-section1{
   padding: 150px 0 308px;
   position:relative;
   border-bottom:3px solid #00e59e;
}

body .row-fluid .terms-condition-section1 .wrapper{
   max-width:1290px;
}

.terms-condition-section1 .heading-container h1{
   font-family: "LL Circular Black Web";
   font-weight:900;
}

.terms-condition-section1 .description-container p{
   font-family: 'proxima-nova';
   line-height:31px;
   font-weight:normal;
}

.terms-condition-section1 .description-container{
   margin-top:56px;
   max-width:600px;
}

.terms-condition-section1:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -49px;
    margin: 0 auto;
    content: '';
    background: url(https://4243070.fs1.hubspotusercontent-na1.net/hubfs/4243070/Jewelcover%20December%202018/Images/Rectangle.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 92px;
    height: 47px;
}

.terms-condition-section1 .right-col .image-container{
    height: 1048px;
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 404px;
    top: 71px;
}




@media(max-width:1024px){

.terms-condition-section1 .right-col .image-container{
   max-width: 294px;  
}
  
.terms-condition-section1{
   padding:120px 0 100px;  
}
}
   

@media(max-width:767px){

.terms-condition-section1 .right-col .image-container{
   max-width: 100%;
   position:relative;
   top:0;
   height:400px;
}
  
.terms-condition-section1 .right-col{
   margin-top:30px;
}
  
.terms-condition-section1 .description-container{
    margin-top: 20px;
    max-width: 100%;  
}
  
.terms-condition-section1 .description-container p{
   font-size:17px;
   line-height:27px;
}
  
.terms-condition-section1 {
    padding: 70px 0 70px;
}
}





/*===============================================================
            FAQs Page Styling
================================================================*/





/****************** Faqs Section1 Styling *********************/




.faqs-section1{
   padding: 96px 0 180px;
   position:relative;
}

body .row-fluid .faqs-section1 .wrapper{
   max-width:1290px;
}

.faqs-section1 .faq-cm .accordion_header h4{
   font-size:20px;
   line-height:28px;
   letter-spacing:0;
   color: #013a51 !important;
   font-weight:900;
   font-family: "LL Circular Black Web";
   margin-bottom:20px;
}

.faqs-section1 .faq-cm .accordion_header{
   position:relative;
}

.faqs-section1 .faq-cm .accordion_header:after{
    position: absolute;
    right: 0;
    top: 10px;
    content: '';
    background: url(https://4243070.fs1.hubspotusercontent-na1.net/hubfs/4243070/Jewelcover%20December%202018/Images/icon-show-less.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 10px;
    height:12px;
    transform:rotate(180deg);
}

.faqs-section1 .faq-cm .expanded .accordion_header:after{
   transform:rotate(360deg);
}

.faqs-section1 .faq-cm .accordion_group{
   padding:30px 0 20px;
   border-bottom:1px solid rgba(170, 179, 194, 0.5);
}

.faqs-section1 .faq-cm .accordion_content p{
   font-size:21px;
   line-height:31px;
   color: #013a51 !important;
   letter-spacing:0;
   font-weight:normal;
   font-family: 'proxima-nova';
   margin-bottom:40px;
}

a.faqs-section1 .faq-cm .accordion_content p{
   font-size:21px;
   line-height:31px;
   color: #013a51 !important;
   letter-spacing:0;
   font-weight:normal;
   font-family: 'proxima-nova';
   margin-bottom:40px;
}

.faqs-section1 .right-col .image-container{
    height: 1048px;
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 404px;
    top: 71px;
}

.faqs-section1 .heading-container h1{
   font-family: "LL Circular Black Web";
   font-weight:900;
}

.faqs-section1 .heading-container h6{
   font-family: "LL Circular Black Web";
   font-weight:900;
   color:rgba(1, 58, 81, 0.9);
}




@media(max-width:1024px){


.faqs-section1 .left-col{
   padding-right:40px;
}
  
.faqs-section1 .right-col .image-container{
    max-width: 264px;
}
  
.faqs-section1 .faq-cm .accordion_header:after{
   right:-18px;
}
  
.faqs-section1 .faq-cm .accordion_content p {
    font-size: 18px;
    line-height: 26px;
}
  
.faqs-section1 {
    padding: 96px 0 100px;
}
}



@media(max-width:767px){

.faqs-section1 .left-col{
   padding-right:0;
}
  
.faqs-section1 .right-col .image-container{
     max-width:100%;
     margin:0 auto;
     text-align:center;
     position:relative;
     height:400px;
     top:0;
     margin-top:30px;
}
  
.faqs-section1 .faq-cm .accordion_header:after{
    right:0;
}
}





/*========================================================
          Instant Quote Page Styling Start
==========================================================*/





/**************Instant Quote Section1 *************************/




.instant-quote-section1 .left-col{
   width:60%;
   padding: 43px 68px 74px;
}

/*.instant-quote-section1 .homepage-section5{
   padding:97px 0 100px;
}*/

.instant-quote-section1 .left-col .top-bar .cta-cont a.cta_button{
   background:transparent;
   font-size:12px;
   line-height:13px;
   letter-spacing:0.3px;
   color:rgba(1, 58, 81, 0.9);
   font-weight:900;
   font-family: "LL Circular Black Web";
   padding:0;
}

.instant-quote-section1 .left-col .top-bar .cta-cont{
   float:right;
   text-align:right;
   margin-top:-7px;
}

.instant-quote-section1 .right-col{
   width:40%;
   margin-left:0;
}

.instant-quote-section1 .right-col p{
   font-size:17px;
   line-height:24px;
   letter-spacing:0;
   color:rgba(255, 255, 255, 0.9);
   font-style:italic;
   font-family: 'Space Mono', monospace;
}

.instant-quote-section1 .right-col h4{
   font-size:17px;
   line-height:24px;
   letter-spacing:0;
   color:rgba(255, 255, 255, 0.9);
   font-style:italic;
   font-weight:bold;
   font-family: 'Space Mono', monospace;
}

.instant-quote-section1 .right-col h6{
   color:rgba(255, 255, 255, 0.9);
   font-family: "LL Circular Book Web";
   font-weight:normal;
}

.instant-quote-section1 .right-col{
   padding:0px 82px;
   position:relative;
}

.instant-quote-section1 .text-container{
   position: absolute;
    left: 82px;
    right: 122px;
    bottom: 51px;
    width: auto;
}



@media(max-width:1024px){

.instant-quote-section1 .left-col {
    padding: 43px 25px 24px;
}
  
.instant-quote-section1 .text-container {
    position: absolute;
    left: 25px;
    right: 25px;
}
  
.instant-quote-section1 .right-col {
    padding: 0px 25px;
}
}



@media(max-width:767px){

.instant-quote-section1 .left-col{
    width:100%;
    padding: 43px 15px 24px;
}
  
.instant-quote-section1 .right-col{
   width:100%;
   height:820px;
}
  
.instant-quote-section1 .left-col .img-cont{
    width:auto;
    float:left;
}
  
.instant-quote-section1 .left-col .cta-cont{
     width:auto;
    margin-top:-7px;
}
  
  .instant-quote-section1 .homepage-section5{
     padding:97px 0 40px;
  }
}







/*===========================================================
          Blog/Resource Page Styling Start 
=============================================================*/





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


.blog-page .row-fluid .header-section{
   position:absolute;
   left:0;
   right:0;
   top:0;
   z-index:3;
}

.blog-banner-section{
   padding: 214px 0 148px;
   background:#ecfffa;
   position:relative;
   z-index:1;
}

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

.blog-banner-section .heading-container{
   max-width:1020px;
}

.blog-banner-section .heading-container h1{
   font-family: "LL Circular Black Web";
   font-weight:900;
   margin-bottom:0;
}

.blog-banner-section .heading-container h6{
   color:rgba(1, 58, 81, 0.9);
   font-family: "LL Circular Black Web";
   font-weight:900;
}

.blog-page .insureresult .main-container .calcTable table tr td input{
   padding:0;
   max-width:81px;
}

.blog-page .insureresult .main-container .calcTable table tr td.annual-total input{
   padding:0;
   max-width:81px;
}

body.blog-page .row-fluid .insureresult .main-container{
   padding: 35px 16px 30px;
   margin:0 auto;
}

body.blog-page .row-fluid .contact-form-container .wrapper{
   padding:0;
}




@media(max-width:1024px){

.blog-banner-section{
   padding: 195px 0 108px; 
}
  
.blog-page .insureresult .main-container .calcTable table tr td input {
    max-width: 64px;
}
  
.blog-page .insureresult .main-container .calcTable table tr td.annual-total input{
   max-width:64px;
}
}


@media(max-width:767px){

.blog-banner-section{
   padding: 170px 0 80px;
}
}

/************** Blog Section1 Styling Start ******************/



.blog-section1{
   padding:0px 0 140px;
}

.blog-section1 .left-col .image-container{
   height:860px;
}

.blog-section1 .right-col{
   padding-left:104px;
   float:right;
}

.blog-section1 .right-col .text-container h6{
   color:rgba(1, 58, 81, 0.9);
  font-family: "LL Circular Black Web";
   font-weight:900;
}

.blog-section1 .right-col .text-container h2{
  font-family: "LL Circular Black Web";
   font-weight:900;
   margin-bottom:25px;
}

.blog-section1 .right-col .text-container p{
   font-family: 'proxima-nova';
   font-weight:normal;
   line-height:31px;
}

body .row-fluid .blog-section1 .wrapper{
   max-width:1285px;
}

.blog-section1 .right-col .cta-container a.cta_button{
   background:#013a51;
   color:#00e59e;
   padding:13px 32px;
}

.blog-section1 .right-col .cta-container{
   margin-top:30px;
}





@media(max-width:1024px){

.blog-section1 .right-col{
   padding-left:45px;
}
  
.blog-section1{
   padding:0 0 70px;
}
  
.blog-section1 .left-col .image-container {
    height: 570px;
}
}



@media(max-width:767px){

.blog-section1 .right-col{
   padding-left:0;
   margin-top:30px;
}
  
.blog-section1 .left-col .image-container {
    height: 400px;
}
}

/******************** Blog Section2 Styling Start *****************/




.blog-section2{
   padding: 125px 0 87px;
   background:#f8f9fa;
}

body .row-fluid .blog-section2 .wrapper{
   max-width:1285px;
}

.blog-section2 .left-col .text-container h6{
   color:rgba(1, 58, 81, 0.9);
   font-family: "LL Circular Black Web";
   font-weight:900;
   margin-bottom:34px;
}

.blog-section2 .left-col .text-container h2{
  font-family: "LL Circular Black Web";
   font-weight:900;
   margin-bottom:37px;
}

.blog-section2 .left-col .text-container p{
   font-family: 'proxima-nova';
   font-weight:normal;
   line-height:31px;
}

.blog-section2 .left-col{
   width:36%;
}

.blog-section2 .right-col{
    width: 62%;
    float: right;
    text-align: right;
}

.blog-section2 .left-col .cta-container a.cta_button{
   background:#00e59e;
   color:#013a51;
   padding:13px 32px;
}

.blog-section2 .left-col .cta-container{
   margin-top:40px;
}



@media(max-width:1024px){

.blog-section2{
   padding:85px 0 85px;
}
}



@media(max-width:767px){

.blog-section2 .left-col{
    width:100%;
}
  

  
.blog-section2 .right-col{
    width:100%;
    margin-top:30px;
}
  
.blog-section2 {
    padding: 60px 0 55px;
}
  
.blog-section2 .left-col .text-container h2 {
    margin-bottom: 17px;
}
  
body .row-fluid .blog-section2 .left-col .cta-container {
    margin-top: 20px;
}
}



/********************* Blog Rss Section Styling Start *******************/



.blog-rss-section{
   padding:96px 0 112px;
}

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

.blog-rss-section .recent-posts .post-item {
    float: left;
    width: 30%;
    display: block;
    align-self: stretch;
    margin-left: 0;
    margin-right: 5%;
    padding: 0;
    margin-bottom:60px;
    box-sizing: border-box;
    background: #fff;
}

@media(min-width:768px){

.blog-rss-section .recent-posts {
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}  

}

.blog-rss-section .recent-posts .post-item:nth-child(3n){
   margin-right:0;
}

.blog-rss-section .recent-posts .post-item:last-child{
    margin-right:0;
}

.blog-rss-section .recent-posts .post-item .post-body-inner h4{
   font-size:24px;
   line-height:34px;
   letter-spacing:-0.54px;
   font-weight:900;
   font-family: "LL Circular Black Web";
}

.blog-rss-section .recent-posts .post-item .post-body-inner p{
   font-size:16px;
   line-height:28px;
   letter-spacing:0;
   color:#54698d;
   font-family: 'proxima-nova';
   font-weight:normal;
}

.blog-rss-section .recent-posts .post-item .post-body-inner{
   padding:45px 30px 34px;
   background:#f8f9fa;
}

.blog-rss-section .recent-posts .post-item .post-body-inner a.more-link{
   font-size:13px;
   line-height:13px;
   font-weight:500;
   letter-spacing:0;
   font-family: "LL Circular Medium Web";
   text-transform:uppercase;
   text-decoration:underline;
}

.blog-rss-section .recent-posts .post-item .post-body-inner .cta-container{
   margin-top:86px;
}


.blog-rss-section .recent-posts .post-item .post-featured-image{
   height:293px;
}



@media(max-width:1024px){

.blog-rss-section .recent-posts .post-item{
    width: 32%;
    margin-right:2%;
}
  
.blog-rss-section .recent-posts .post-item .post-body-inner{
   padding: 30px 20px 30px;  
}
  
.blog-rss-section .recent-posts .post-item .post-body-inner .cta-container {
    margin-top: 46px;
}
  
.blog-rss-section{
   padding: 70px 0 70px; 
}
  
.blog-rss-section .recent-posts .post-item .post-body-inner h4 {
    font-size: 20px;
    line-height: 28px;
}
}



@media(max-width:767px){

  
.blog-rss-section .recent-posts .post-item{
   width:100%;
   margin-right:0;
   margin-bottom:30px;
}
  
.blog-rss-section{
    padding: 70px 0 40px;
}

}




/*==============================================================
           Blog Post Page Styling Start 
================================================================*/





/************* Blog Post Banner Section Styling *******************/




.post-section-hero{
   padding:215px 0 130px;
   position:relative;
   z-index:2;
}

.post-section-hero:after{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    width: 100%;
    background: #ecfffa;
    height: 524px;
    z-index: -1;
}

.post-section-hero:before{
   position:absolute;
   left:0;
   right:0;
   content:'';
   background:#ecfffa; 
   width:100%;
   height:472px;
   z-index:-1;
   bottom:400px;
}

body .row-fluid .post-section-hero .wrapper{
   max-width:1035px;
}

.post-section-hero .post-author-list h6{
   font-family: "LL Circular Black Web";
   font-weight:900;
   color:rgba(1, 58, 81, 0.9);
   font-weight:900;
   text-transform:uppercase;
}

.post-section-hero .heading-container{
   max-width:810px;
}

.post-section-hero .heading-container h1{
   font-family: "LL Circular Black Web";
   font-weight:900;
   
}

.post-section-hero .post_featured_image{
    height: 858px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 1287px;
    margin: 103px auto 0;
    float: none;
    background-position: center center;
    position: relative;
    bottom: 0;
}




@media(max-width:1024px){

.post-section-hero{
   padding: 175px 0 110px;  
}
  
.post-section-hero .post_featured_image {
    height: 535px;
    max-width: 687px;
    margin: 73px auto 0;
}
  
.post-section-hero:before{
   bottom: 150px;
   height:290px;
}
}



@media(max-width:767px){

.post-section-hero .post_featured_image {
    height: 335px;
    max-width: 337px;
    margin: 40px auto 0;
}
  
.post-section-hero {
    padding: 175px 0 60px;
}
}
  

/**************** Blog Post Section Styling Start *****************/




.blog-post-section .blog-section .post-body p{
   font-size:18px;
   line-height:31px;
   letter-spacing:0;
   font-weight:normal;
   font-family: 'proxima-nova';
}

.blog-post-section .blog-section .post-body ol li{
   font-size:18px;
   line-height:31px;
   letter-spacing:0;
   font-weight:normal;
   font-family: 'proxima-nova';
   color:#013a51;
   margin-left:0;
}

.blog-post-section .blog-section .post-body ol{
   margin-left:17px;
}

.blog-post-section .blog-section .post-body{
   max-width:600px;
   margin:0 auto;
   float:none;
}

.blog-post-section .right-col .form-container{
   max-width:400px;
   margin:0 auto;
   float:none;
}

body .row-fluid .blog-post-section .right-col .form-container .hs-button{
   border:none;
   padding: 12px 45px;
}

body .row-fluid .blog-post-section .button-arrow .actions:before{
   top:3px;
}

.blog-post-section .right-col .form-heading h4{
   font-size:24px;
   line-height:34px;
   letter-spacing:-0.65px;
   font-weight:900;
   font-family: "LL Circular Black Web";
}

.blog-post-section .right-col .form-heading{
   margin-bottom:20px;
}

.blog-post-section .right-col .form-heading h6{
   font-size:15px;
   line-height:normal;
   letter-spacing:0;
   color:#00e59e;
   font-family: "LL Circular Medium Web";
   font-weight:500;
}

.blog-post-section .author-info{
   max-width:420px;
   background:#f8f9fa;
   padding:30px 22px;
   text-align:left;
   margin-bottom:40px;
}


.blog-post-section .author-info .hs-author-avatar{
   width:100%;
   max-width:77px;
   height:77px;
   border-radius:50%;
}

.blog-post-section .author-info .hs-author-label{
   font-size:18px;
   line-height:28px;
   letter-spacing:0.3px;
   color:#54698d;
   font-weight:normal;
   font-family: 'proxima-nova';
}


.blog-post-section .author-info a.author-link{
   font-size:20px;
   line-height:28px;
   font-weight:normal;
   font-family: "LL Circular Book Web";
}

.blog-post-section{
   padding:0px 0px 130px;
   position:relative;
}

.blog-post-section .right-col{
   position:relative;
}

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

.blog-post-section .blog-section .sharing-icon li a {
    color: #013a51;
    background: #fff;
    width: 43px;
    line-height: normal;
    display: block;
    border: 2px solid #013a51;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 0px;
    padding: 10px 0 10px 0px;
}

.blog-post-section .blog-section .sharing-icon li a i{
    font-size:23px;
}

.blog-post-section .blog-section .sharing-icon li {
    font-size: 14px;
    float: left;
    margin-left: 0px;
    margin-bottom: 10px;
    list-style-type: none;
}

.blog-post-section .blog-section .sharing-icon{
    position: absolute;
    margin: 0;
    margin-top: 0;
    top: 0;
    width: 40px;
    left: 0;
}





@media(max-width:1024px){

.post-sharing-icons{
   display:none;  
}
  
.blog-post-section .left-col{
   width: 51.745856%;
}
  
.blog-post-section .right-col{
   width: 45.491713%;
}
  
.blog-post-section .author-info{
   padding: 22px 10px;  
}
  
.blog-post-section .author-info a.author-link {
    font-size: 16px;
    line-height: 23px;
}
  
.blog-post-section .author-info .hs-author-label {
    font-size: 16px;
    line-height: 25px;
}
  
.blog-post-section {
    padding: 0px 0px 70px;
    margin-top: 0;
}
}




@media(max-width:767px){

.blog-post-section .left-col {
    width: 100%;
    margin-bottom:30px;
}
  
.blog-post-section .right-col {
    width: 100%;
}
  
.blog-post-section .author-info .hs-author-avatar {
    float: left;
    margin-right: 20px;
}
  
.blog-post-section .author-info .span9{
    margin-top:12px;
}
  
.blog-post-section .blog-section .post-body {
    max-width: 100%;
}
}


/*Contact Page Styling*/

.remove-spacing.homepage-section5{
 padding:0;
}

.form-container .hs-form-required{
 display:inline-block;
}

.span12.widget-span.widget-type-cell.contact-section {
       padding: 133px 0px 196px;
}

body .row-fluid .contact-section .wrapper {
    max-width: 1320px;
    padding: 0 15px;
}

body .row-fluid   .green-bar h1{
    position:relative;
    margin-bottom: 73px; 
    font-family: "LL Circular Black Web";
    font-weight:900;
}

body .row-fluid  .green-bar h1:before{
    content: "";
    position: absolute;
    background-color: rgba(0,229,158,0.38);
    width: 170px;
    height: 17px;
    bottom: -49px;
    left: 0;
}

.contact-left-col > .row-fluid-wrapper > .row-fluid{
max-width:567px;
}

.contact-left-col p{
    line-height: 31px;
    font-family: 'proxima-nova';
}

.contact-left-col .span2{
   width:19%;
}


.contact-left-col h4{
    font-family: "LL Circular Book Web";
    font-weight: normal;
    margin: 0;
    max-width: 290px;
}

.padt-16{
  padding-top:16px;
}

.contact-right-col{
      padding-top: 25px;
}

body .row-fluid .contact-right-col form{
    max-width: 339px;
    margin: 0 auto;
}


body .row-fluid .contact-right-col form .hs-button.primary {
    margin: 32px auto 0;
    float: none;
    text-align: center;
    display: block;
    max-width: 174px;
    border-color: #00e59e;
    width: 100%;
}



@media(max-width:1024px){

.span12.widget-span.widget-type-cell.contact-section{
   padding:133px 0 80px;
}
}


@media(max-width:767px){

.mobile-center{
   text-align:center;
}  
  
.contact-left-col .span2{
   width:100%;
   text-align:center;
}
  
.mobile-center h4{
  max-width:100%;
} 
  
.contact-right-col {
    padding-top: 50px;
} 
  
.span12.widget-span.widget-type-cell.contact-section{
   padding: 80px 0px 0px;
}

}






/*************** Instant Quote Section1 Styling Start *************/



body .row-fluid .instant-quote-section1 .form-container .hs-form-required{
   display:inline-block;
}

.instant-quote-section1 .homepage-section5 .form-container form .actions{
   position:relative;
}

.homepage-section5 .form-container form .actions:before{
  content: "";
  position: absolute;
  /*     background: url(https://4243070.fs1.hubspotusercontent-na1.net/hubfs/4243070/Jewelcover%20December%202018/Images/fill-3.svg) no-repeat; */
  background: url('https://www.jewelcover.com.au/hubfs/arrows/arrow.png') no-repeat;
  width: 66px;
  height: 62px;
  top: -27px;
  left: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


@media(max-width:767px){
.homepage-section5 .form-container form .actions:before{
    width: 55px;
    height: 52px;
    top: -11px;
    left: 15px;
}

}

/*=====================================================
       Step Form Page Styling Start 
=======================================================*/





.step-form-section{
   padding:52px 0 100px;
}

body .row-fluid .step-form-section .wrapper{
   max-width:1340px;
}

body .row-fluid .step-form-section .col-2 .image-container{
   width:100%;
   max-width:53px;
   height:53px;
   margin:0 auto; 
   float:none;
}

.step-form-section .col-2 .form-container{
   max-width:351px;
   margin:0 auto;
   float:none;
}

.step-form-section .col-3 .text-container h6{
   font-size:12px;
   line-height:13px; 
   letter-spacing:0.3px;
   color:rgba(1, 58, 81, 0.9);
   font-family: "LL Circular Book Web";
   font-weight:normal;
   margin-top:15px;
}

.step-form-section .col-3 .text-container h6>span{
   font-size:12px;
   line-height:13px; 
   letter-spacing:0.3px;
   color:rgba(1, 58, 81, 0.9);
   font-family: "LL Circular Black Web";
   font-weight:900;
}

.step-form-section .col-3{
   float:right;
   text-align:right;
}

.step-form-section .col-2{
   margin-top:-40px;
}

.step-form-section .step-form-list ul li{
   display:none;
   font-size:14px;
   color:#013a51; 
   font-weight:500;
   font-family: "LL Circular Medium Web";
}

body.step1 .step-form-section .step-form-list ul li:first-child{
   display:block;
}

body.step2 .step-form-section .step-form-list ul li:nth-child(1){
   display:none;
}

body.step2 .step-form-section .step-form-list ul li:nth-child(2){
   display:block;
}

body.step3 .step-form-section .step-form-list ul li:last-child{
   display:block;
}

body.step3 .step-form-section .step-form-list ul li:nth-child(2){
   display:none;
}

.step-form-section .step-form-list ul{
  text-align:center;
  margin:50px 0 40px;
}

.step-form-section .col-2 .form-container form input{
   padding:0 10px;
   height:38px;
   margin-bottom:2px;
   color:#013a51;
   font-size:16px;
   font-weight:normal;
}

.jewel-steps .step-form-section .col-2 .form-container form input{
   margin-bottom:18px;
}

.jewel-steps .step-form-section .col-2 .form-container form .hs-button {
    border: 0;
    background: #00e59e;
    font-size: 16px;
    color: #013a51;
    font-family: "LL Circular Medium Web";
    font-weight: 500;
    padding: 4px 69px;
    letter-spacing: normal;
    margin-top: 25px;
    text-shadow: none;
    height:46px;
}

.step-form-section .col-2 .form-container form .field>label{
   font-size:16px;
   letter-spacing:0;
   color:#7b98a4;
   font-weight:normal;
   
}

.step-form-section .col-2 .form-container form .hs-form-required{
    color:#00e59e;
}

.step-form-section .col-2 .form-container form .hs-button{
    border: 0;
    background: #00e59e;
    font-size: 16px;
    color: #013a51;
    font-family: "LL Circular Medium Web";
    font-weight: 500;
    padding: 4px 69px;
    letter-spacing: normal;
    margin-top:12px;
    text-shadow:none;
}

.step-form-section .col-2 .form-container form .hs-button:focus{
  box-shadow:none;
}

.step-form-section .col-2 .form-container form .hs-button:hover{
  box-shadow:none;
}

.step-form-section .col-2 .form-container form .hs-button:active{
   background-color:#00e59e;
   background-image:none;
}

.step-form-section .col-2 .form-container form input.hs-input.error{
   border:1px solid #00e59e;
   box-shadow:none;
}

.step-form-section .col-2 .form-container .file-upload-button-label{
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid #00e59e;
    border-radius: 4px;
    background-color: #fff;
    padding: 2px 9px;
    color: #000;
    font-family: Arial;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .3px;
    width: 100%;
    max-width: 80px;
    height: 20px;
    right: 0px;
    top: -30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor:pointer;
}

.step-form-section .col-2 .form-container .hs-error-msgs label{
   color:red;
}

.file-upload-file-name{
   display:inline-block;
}

.step-form-3.step-form-container label.file-upload{
   margin-bottom:43px;
   position: relative;
    top: 31px;
}

.step-form-3.step-form-container .hs-richtext{
   text-align:center; 
   margin-bottom:40px;
   margin-top:-30px;
}

.step-form-3.step-form-container .hs-richtext p{
   font-size:18px;
   letter-spacing:0;
   color:#013a51;
   font-family: "LL Circular Book Web";
   font-weight:normal;
}

.row-fluid .step-form-container .hs-input {
    box-sizing: border-box !important;
    max-width: 100%;
    width: 100%;
}

.step-form-3.step-form-container .input {
    display: block;
    position: relative;
    margin-bottom: 0px;
}

.step-form-3.step-form-container input[type="file"]{
   display:none!important;
}

body .row-fluid .step-form-3.step-form-container .hs-button{
   margin-top:30px;
}



@media(max-width:767px){

.step-form-section .col-2{
   margin-top:0;
}
  
.step-form-section .col-1{
   text-align:center;
}
  
.step-form-section .col-3{
   text-align:center;
   float:none;
   margin-bottom:20px;
}
}


/******************* Request Callback Page Styling Start ****************/

.request-callback .left-col{
   height:100vh;
}

body .row-fluid .request-callback-section .form-heading{
   max-width:670px;
}

.instant-quote-section1 .request-callback-section .form-container form .actions:before{
   display:none;
}

.instant-quote-section1 .top-bar .instant-quote h6{
   font-size: 12px;
    line-height: 13px;
    letter-spacing: .3px;
    color: rgba(1,58,81,0.9);
    font-weight: 900;
    font-family: "LL Circular Black Web";
    padding: 0;
    text-align:right;
}

.instant-quote-section1 .top-bar .instant-quote{
   float:right;
   text-align:right;
}


body .row-fluid .request-callback-section .form-container form select{
   padding: 0 10px;
    background: url(https://www.jewelcover.com.au/hubfs/Jewelcover%20December%202018/Images/caret-down.png);
    background-repeat: no-repeat;
    background-position: 98% 62%;
    color:#c1cfd4;
}

body .row-fluid .request-callback-section .form-container form .hs-button{
   padding:13px 23px;
}

body .row-fluid .request-callback-section .form-container .submitted-message{
    display: block!important;
    font-size: 39px;
    text-align: center;
    color: #013a51;
    margin-top:100px;
}



@media(max-width:767px){

.instant-quote-section1 .top-bar .instant-quote h6{
   margin-bottom:0;
   margin-top:11px;
}
}
/*=================================================================
          Thankyou Page Styling 
==================================================================*/




.thankyou-section{
   padding:177px 0 200px;
}

body .row-fluid .thankyou-section .heading-container h1{
   font-family: "LL Circular Black Web";
   font-weight:900;
}

body .row-fluid .thankyou-section .heading-container h6{
   font-family: "LL Circular Black Web";
   font-weight:900;
   font-size:12px;
   line-height:13px;
   letter-spacing:0.3px;
   color:rgba(1, 58, 81, 0.9);
   margin-bottom:40px;
}

body .row-fluid .thankyou-section .heading-container h1 span{
   color:#00e59e;
}

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




@media(max-width:767px){

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





/****************************************************/




body.test .homepage-section5 .contact-info{
   display:none;
}

body.test .homepage-section5 .form-heading{
   display:none;
}



body .row-fluid .instant-quote-section .form-container .hs-form-required{
   display:none!important;
}

body .row-fluid .instant-quote-section .form-container .insureresult{
    padding: 35px 36px 30px;
    max-width: 469px;
    margin: 0px auto 0;
    float: none;
    background: rgba(131,255,217,0.05);
    border: 1px dashed #00e59e;
}

.insureresult .calcTable table tr td span {
    font-size: 16px;
    letter-spacing: 0;
    color: #013a51;
    font-weight: normal;
    margin-right: 40px;
}

body .instant-quote-section .form-container .insureresult .calcTable table tr td input {
    float: right;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #00e59e;
    display: block;
    padding: 0px 20px;
    margin-bottom: 16px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
    font-family: neuzeit-grotesk;
}


body .row-fluid .show-price-section .form-container .insureresult{
    padding: 35px 36px 30px;
    max-width: 469px;
    margin: 0px auto 0;
    float: none;
    background: rgba(131,255,217,0.05);
    border: 1px dashed #00e59e;
}

body .row-fluid .show-price-section .form-container .hs-form-required{
   display:none!important;
}





/******************* Contact Instant Quote Form Styling Start ****************/




body .row-fluid .contact-form-container{
   padding:0;
}

body .row-fluid .contact-form-container .insureresult .small-amount{
   height:auto;
}

body .row-fluid .contact-form-container .insureresult .main-container .calcTable {
    position: relative;
    top: 0;
}


body .row-fluid .contact-form-container .insureresult .main-container {
    height:auto;
}





@media(max-width:1024px){

.insureresult .table-heading .heading-container h3 {
    font-size: 23px;
    line-height: 34px;
}
}



@media(max-width:767px){

body .row-fluid .contact-form-container .insureresult .table-heading {
    top: 0;
    margin: 0 auto 90px;
}
  
body .row-fluid .contact-form-container .insureresult .main-container .calcTable {
    top: 0;
}
  
body .row-fluid .contact-form-container .insureresult .main-container {
    height: auto;
}
}





/********************** Instant Quote Form Section Styling Start *****************/









@media(max-width:1024px){
  
body .row-fluid .instant-quote-form-section .image-container {
    height: 53px;
    width: 9%;
    max-width:100%;
    border-radius: 50%;
}

body .row-fluid .instant-quote-form-section .heading-container {
    width: 85.309392%;
}
  
body .row-fluid .instant-quote-form-section .insureresult .table-heading {
    top: -100px;
    margin: 0 auto 92px;
}

body .row-fluid .instant-quote-form-section .insureresult .main-container .calcTable {
    position: relative;
    top: -30px;
}
  
body .row-fluid .instant-quote-form-section .insureresult .table-heading{
    max-width:490px;
    margin:0 auto;
}
  
}




@media(max-width:767px){

body .row-fluid .instant-quote-form-section .image-container {
    width:100%;
    max-width:53px;
    margin:0 auto 20px;
    float:none;
    text-align:center;
}

body .row-fluid .instant-quote-form-section .heading-container {
    width: 100%;
}
  
body .row-fluid .instant-quote-form-section .insureresult .table-heading {
    top:0px;
    margin: 0 auto 20px;
}

body .row-fluid .instant-quote-form-section .insureresult .main-container .calcTable {
    top: 0px;
}
  
body .row-fluid .instant-quote-form-section .insureresult .main-container{
    margin:35px auto 0;     
}
}






/*===============================================
 * Instagram Styling 
 * ============================================*/

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed{
  width: 100%!important;
  height: 505px!important;
}

.hs-responsive-embed.hs-responsive-embed-instagram{
  padding-bottom: 2%!important;
}

.hs-blog-post a.cta_button img{
  height: auto!important;
} 



.hs-blog-post .section.post-body a{
    text-decoration: underline;
}




/*================================================================
           Jewelcover Claims Page Styling Start 
==================================================================*/





.claim-banner-section{
   padding: 209px 0 85px;
}

.claim-banner-section .left-col .heading-container h1 {
    max-width: 470px;
}
   


@media(max-width:1024px){

.claim-banner-section{
    padding: 149px 0 55px;
}
  
.claim-banner-section .left-col .heading-container h1{
   font-size:44px;
}
}



@media(max-width:767px){

.claim-banner-section{
    padding: 129px 0 25px; 
}
  
.claim-banner-section .left-col .heading-container h1 {
    font-size: 37px;
    line-height: 40px;
}
  
body .row-fluid .claim-banner-section .heading-container h1{
   max-width:100%;
}
  
body .row-fluid .claim-banner-section .heading-container p{
   max-width:100%;
}
}



/********************* Jewelcover Claims Section2 Styling *****************/




.jewelcover-claims-section2{
   padding:28px 0 45px;
   background:#E3E8EB;
}

.jewelcover-claims-section2 .cm-container h4{
   font-size:21px;
   line-height:31px;
   color:#013A51;
   font-weight:normal;
   margin-bottom:20px;
}

.jewelcover-claims-section2 .two-col-adjust span{
   justify-content: center;
    align-items: center;
}

body .row-fluid .jewelcover-claims-section2 .wrapper{
   max-width: 726px;
}

body .row-fluid .jewelcover-claims-section2 .two-col-adjust span>.hs_cos_wrapper{
   margin-top:0;
}



@media(max-width:1024px){

.jewelcover-claims-section2{
    padding: 38px 0 45px;    
}
}



@media(max-width:767px){

.jewelcover-claims-section2 .cm-container{
   margin-bottom: 40px;  
}

.jewelcover-claims-section2 .two-col-adjust span>.hs_cos_wrapper:last-child .cm-container{
   margin-bottom:0;
}
  
.jewelcover-claims-section2 {
    padding: 58px 0 65px;
}
}



/********************* Claims Section3 Cm Styling Start *******************/




.claims-section3-cm{
   padding:111px 0 98px;
}

.claims-section3-cm .heading-container h3{
   font-family: "LL Circular Black Web";
   margin-bottom:30px;
}

.claims-section3-cm .heading-container p{
   font-family:"proxima-nova";
}

.claims-section3-cm .heading-container{
   margin-bottom:30px;
}

body .row-fluid .claims-section3-cm .cm-container .image-container img{
  width:100%; 
  max-width:198px!important;
  height:auto;
  margin:0 auto;
  float:none;
}

.claims-section3-cm .cm-container .image-container{
   margin-bottom:40px;
}

body .row-fluid .claims-section3-cm .cm-container .cm-heading-cont{
   max-width:328px;
   margin:0 auto;
   float:none;
}

.claims-section3-cm .cm-container .cm-heading-cont h4{
   font-size:22px;
   line-height:26px;
   font-weight:500;
   font-family: "LL Circular Medium Web";
}




@media(max-width:1024px){

.claims-section3-cm{
    padding: 70px 0 70px;  
}
}


@media(max-width:767px){

.claims-section3-cm .heading-container h3{
     margin-bottom: 10px;
}
  
  .claims-section3-cm .heading-container p{
     font-size:20px;
  }
  
.claims-section3-cm .cm-container .image-container {
    margin-bottom: 30px;
}
  
.claims-section3-cm .cm-container{
   margin-bottom:70px;
}
  
.claims-section3-cm .three-col-adjust span>.hs_cos_wrapper:last-child .cm-container{
   margin-bottom:0px;
}
}






/****************** Claims Faq Section Styling Start ******************/




.claims-faq-section{
   background:#F8F9FA;
   padding:0;
}

.claims-faq-section .left-col{
    padding:65px 0 81px;
    padding-right:60px;
}

.claims-faq-section .right-col{
    position: absolute;
    float: right;
    top: 0;
    bottom: 0;
    right: 0;
}

.claims-faq-section .heading-container h3{
   font-family: "LL Circular Black Web";
   margin-bottom:10px;
}

.claims-faq-section .faq-cm .accordion_header h4{
   margin-bottom:0;
}

.claims-faq-section .faq-cm .accordion_group{
   padding: 31px 0 31px;
   cursor:pointer;
}

.claims-faq-section .faq-cm .accordion_content p{
  margin-top: 20px;
  margin-bottom: 11px;
  color:#013A51;
}
.claims-faq-section .faq-cm .accordion_content p a {
    text-decoration: underline;
    color: #013a51;
}

body .row-fluid .claims-faq-section .wrapper {
    /*max-width: 1340px;*/
}



@media(max-width:767px){

.claims-faq-section .left-col{
    padding-right: 0; 
}
}





/******************** Make A Claim Cm Styling ******************/




.make-a-claim-cm{
   background:#E3E8EB;
   padding:37px 0 37px;
}

body .row-fluid .make-a-claim-cm .wrapper{
   max-width:692px;
}

.make-a-claim-cm .right-col{
   float:right;
   text-align:right;
   align-items:flex-end;
}

.make-a-claim-cm .left-col p{
   font-size:21px;
   line-height:31px;
   color:#013A51;
   font-weight:normal;
   font-family:"proxima-nova";
   max-width:414px;
}

.make-a-claim-cm .left-col p a{
   border-bottom:3px solid #00E59E;
}



@media(max-width:767px){
  
 body .row-fluid .make-a-claim-cm .right-col{
     text-align: center;
    margin-top: 50px;
    float:none;
}
  
.make-a-claim-cm .left-col p{
   max-width:100%;  
}
}


 

/********************* Instant Quote Calc Cm Styling *******************/



body .row-fluid .instant-quote-calc-cm{
   position:relative;
   z-index:1;
   border-top:4px solid #00E59E;
   border-bottom:4px solid #00E59E;
   padding: 97px 0 28px;
}

.instant-quote-calc-cm:before{
  position:absolute;
  left:0;
  right:0;
  top:0;
  content:'';
  background: url(https://4243070.fs1.hubspotusercontent-na1.net/hubfs/4243070/Jewelcover%20December%202018/Images/Rectangle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 92px;
  height: 47px;
  margin:0 auto;
}

body.claim-page .footer-container-wrapper{
   position:relative;
}

body.claim-page .footer-container-wrapper:after{
   position: absolute;
    right: 0;
    left: 0;
    top: -50px;
    content: '';
    background: url(https://4243070.fs1.hubspotusercontent-na1.net/hubfs/4243070/Jewelcover%20December%202018/Images/Rectangle.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 92px;
    height: 47px;
    margin: 0 auto;
    transform: rotate(180deg);
}

.instant-quote-calc-cm:after{
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  content: '';
  background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/dots%20background.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 873px;
  z-index: -1;
  background-position: top center;
}

.instant-quote-calc-cm .subheading h5{
   font-size:15px;
   line-height:19px;
   color:#013A51;
} 

body .row-fluid .instant-quote-calc-cm .image-container{
  margin: 0 auto;
  float: none;
  max-width: 53px;
  height: 53px;
  border:3px solid #00E59E;
}

body .row-fluid .instant-quote-calc-cm .form-heading {
    max-width: 483px;
    margin: 0 auto 20px;
    float: none;
}

body .row-fluid .instant-quote-calc-cm .heading-container{
   margin-left:0;
   margin-top:15px;
}

.instant-quote-calc-cm .contact-info p{
    display:none;
} 

.instant-quote-calc-cm .insureresult .heading-container{
   text-align:center;
}

body .row-fluid .instant-quote-calc-cm .insureresult .table-heading{
   max-width:483px;
   margin: 0 auto 140px;
   float:none;
   top:0;
   left:0;
}

body .row-fluid .instant-quote-calc-cm .insureresult .main-container .calcTable {
    position: relative;
    top: -8px;
}




@media(max-width:1024px){

body .row-fluid .instant-quote-calc-cm .heading-container {
    width: 100%;
}
}



@media(max-width:767px){


body .row-fluid .instant-quote-calc-cm .insureresult .table-heading{
   margin: 0 auto 30px;
}
}




/**************** Claim Slider Cm Section Styling *******************/


.claim-slider-cm{
   background: linear-gradient(180deg, rgba(252,253,253,0) 0%, #F8F9FA 100%);
   padding:96px 0 151px;
}

.claim-slider-cm .heading-container{
   margin-bottom:50px;
}

.claim-slider-cm .slick-track{
   padding:100px 0;
   cursor:pointer;
}

.claim-slider-cm .testimonial-cm .span3 {
    width: 14%;
}

.claim-slider-cm .testimonial-cm .cm-container:nth-child(even){
   margin-top:100px;
}

.claim-slider-cm .testimonial-cm .cm-container{
   position:relative;
   z-index:1;
   cursor:pointer;
}

.claim-slider-cm .testimonial-cm .cm-container.middle .shape-container{
  position: absolute;
  right: -31px;
  top: 90px;
  content: '';
}

.claim-slider-cm .testimonial-cm .cm-container.bottom .shape-container{
   position: absolute;
    right: 40px;
    bottom: -37px;
    content: '';
}

.claim-slider-cm .testimonial-cm .cm-container.top .shape-container{
   position: absolute;
    left: 80px;
    top: -35px;
    content: '';
}


.claims-testimonial-cm .cm-container{
   width:18%;
   float:left;
}

.infiniteslide_wrap{
   overflow:visible!important;
}




@media(max-width:1400px){


.claims-testimonial-cm .cm-container{
   width:24%;
}
}



@media(max-width:1024px){


.claim-slider-cm  .testimonial-cm .span9{
    width:auto;
    padding-left:10px;
}
  
.claim-slider-cm .testimonial-cm .description-container {
    text-align: left;
    margin-top:20px;
}
  
.claims-testimonial-cm .cm-container {
    width: 35%;
}
 
}



@media(max-width:767px){
.claim-slider-cm .testimonial-cm .cm-container:nth-child(even){
   margin-top:0px;
}
.claims-testimonial-cm ul.slick-dots{
   bottom: -70px;
   background:transparent;
   max-width:100%;
}
.claims-testimonial-cm .cm-container{
   margin:0 30px;
   padding: 32px 30px 25px;
}
.claim-slider-cm .testimonial-cm .span9{
   text-align:left;
   padding-left:10px;
   float:left;
}
.claim-slider-cm .testimonial-cm .span3{
   float:left;
}
  
.claim-slider-cm .slick-track{
   padding: 40px 0 40px;
}
  
.claim-slider-cm .cm-container.middle .shape-container{
  position: absolute;
  right: -31px;
  top: 90px;
  content: '';
}

.claim-slider-cm .cm-container.bottom .shape-container{
   position: absolute;
    right: 40px;
    bottom: -37px;
    content: '';
}

.claim-slider-cm .cm-container.top .shape-container{
   position: absolute;
    left: 80px;
    top: -35px;
    content: '';
}
  
.claim-slider-cm .cm-container{
   position:relative;
}
  
.claim-slider-cm{
   padding: 76px 0 111px;
}
  
.claim-slider-cm .heading-container {
    margin-bottom: 30px;
}
  
body .row-fluid .claim-slider-cm .img-cont img{
     max-width:215px;
     margin:0 auto;
}
}




/*===============================================
        PPC LP Styling Start 
================================================*/




.ppc-lp-section1{
   padding:190px 0 15px;
   position:relative;
   z-index:1;
}

.ppc-lp-section1:before{
  position:absolute;
  left:0;
  right:0;
  top:0;
  content:'';
  background:url('https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/dots%20top.png');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:100%;
  height:500px;
  z-index:-1;
}

body .row-fluid .ppc-lp-section1 .wrapper{
   max-width:1290px;
}

.jewelcover-ppc-icon-text-cm .left-column img{
   max-width:30px!important;
}

.ppc-lp-section1 .heading-container h6{
   text-transform:uppercase;
   font-family: "LL Circular Black Web";
}

.ppc-lp-section1 .heading-container h1{
   font-weight:normal;
   font-family: "LL Circular Book Web";
}

.ppc-lp-section1 .heading-container h1 strong{
   display:block;
   font-family: "LL Circular Black Web";
}

.ppc-lp-section1 .heading-container p{
  font-family: 'proxima-nova';
  max-width:413px;
}

.ppc-lp-section1 .heading-container{
   margin-bottom:50px;
}

.ppc-lp-section1 .heading-container h1 span{
   position:relative;
   z-index: 1;
}

.ppc-lp-section1 .heading-container h1 span:after{
   position: absolute;
    left: -3px;
    right: -15px;
    top: 42px;
    background-color: rgba(0,229,158,0.38);
    width: auto;
    height: 25px;
    content: '';
    z-index: -1;
}

.jewelcover-ppc-icon-text-cm .heading h4{
  color: #013A51;
  font-family: "LL Circular Black Web";
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 36px;
  border-bottom:1px solid #00E59E;
  padding-bottom: 20px;
  margin-bottom: 34px;
  max-width:622px;
}

.jewelcover-ppc-icon-text-cm .cm-container h4{
  font-family: "LL Circular Medium Web";
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
}

.jewelcover-ppc-icon-text-cm .cm-container p{
  opacity: 0.58;
  color: #013A51;
  font-family: 'proxima-nova';
  font-size: 19px;
  letter-spacing: 0;
  line-height: 27px;
  max-width:638px;
}

.jewelcover-ppc-icon-text-cm span>.hs_cos_wrapper{
   margin-bottom:20px;
}

.jewelcover-ppc-icon-text-cm .cm-container .span1{
   width: 3.982906%;
}

body .row-fluid .ppc-instant{
  border-top:none;
  border-bottom:none;
  border: 1px solid #00E59E;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: -2px 3px 16px 0 #E3E8EB;
  padding: 34.5px 22.5px 53.5px;
  max-width:437px;
  position:relative;
  margin:-250px auto 0!important;
  float:none;
}


body .row-fluid .ppc-instant:after{
  position: absolute;
    right: auto;
    top: auto;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/semi%20circle.svg);
    width: 36px;
    height: 91px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    left: -37px;
    bottom: 70px;
   
}

body .row-fluid .ppc-instant:before{
   position: absolute;
    right: -45px;
    top: 110px;
    content: '';
    background: url(https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/Diamond%20%283%29.svg);
    width: 44px;
    height: 88px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin:0;
   left:auto;
}

body .container-fluid .row-fluid .ppc-instant form{
   max-width:340px;
   margin:0 auto 0;
}

body .container-fluid .row-fluid .ppc-instant form .field>label{
   font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  color: #013A51;
  margin-bottom: 4px;
}

body .container-fluid .row-fluid .ppc-instant form .actions{
   margin-top: 23px;
}

.ppc-lp-section1 .right-col .google-rating{
   max-width:437px; 
   margin-top:48px;
   margin:48px auto 0;
   float:none;
}

.ppc-instant .heading-container h3{
   font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.81px;
  line-height: 34px;
   font-family: "LL Circular Black Web";
  margin-bottom: 5px;
}

body .row-fluid .ppc-instant .image-container{
  max-width:100%;
  text-align:center;
   float:none;
   height:100%;
   border:none;
}

body .row-fluid .ppc-instant .insureresult .main-container{
   padding: 35px 20px 30px;
}

body .row-fluid .ppc-instant .insureresult .main-container .calcTable table tr td span{
   margin-right: 10px;
}

body .row-fluid .ppc-instant .insureresult .main-container .calcTable table tr td input{
   width: 92px;
  padding: 0px 0px;
}

body .row-fluid .ppc-instant .insureresult .main-container .calcTable table tr td.annual-total input{
   padding: 0 0;
    width: 92px;
}

body .row-fluid .ppc-lp-section2{
   border-top:none;
   position:relative;
   z-index:1;
}

body .row-fluid .ppc-lp-section2:after{
   position:absolute;
   left:0;
   right:0;
   top:280px;
   content:'';
   background:url('https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/dots%20bottom-1.png');
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
   width:100%;
   bottom:0;
   z-index:-1;
}

body.ppc-page .footer-container-wrapper:after{
   display:none;
}

.ppc-lp-section1 .heading-container{
   max-width:692px;
}


@media(max-width:1200px){

.ppc-lp-section1 .heading-container{
   max-width:662px;
}
}



@media(max-width:1024px){

.ppc-lp-section1 .left-col{
    padding-right: 30px; 
}
  
.jewelcover-ppc-icon-text-cm .cm-container .span1 {
    width: 8.982906%;
}
  
.jewelcover-ppc-icon-text-cm .cm-container .span11 {
    width: 87.436464%;
}
  
body.ppc-page .claim-slider-cm{
    padding: 36px 0 111px; 
}
  
.ppc-lp-section1 .google-rating img{
   max-width:180px!important;
}
  
.ppc-lp-section1 .heading-container{
   max-width:400px;
}
}



@media(max-width:767px){

.ppc-lp-section1{
   padding: 140px 0 15px;  
}
  
body.ppc-page .claim-slider-cm{
    padding: 66px 0 111px; 
}
  
.ppc-lp-section1 .left-col {
    padding-right: 0;
    width: 100%;
}
  
  .ppc-lp-section1 .right-col .google-rating{
     margin-top:0;
  }
  
.ppc-lp-section1 .heading-container h6{
  font-size:11.7px;
  letter-spacing: 0.29px;
  line-height: 12.67px;
}
  
.ppc-lp-section1 .heading-container h1{
   font-size:41.97px;
   letter-spacing: -1.14px;
  line-height: 47.55px;
}
  
.ppc-lp-section1 .heading-container h1 span:after{
   top: 26px;
}
  
.ppc-lp-section1 .heading-container p{
  font-size:17.7px;
  letter-spacing: 0;
  line-height: 27px;
  max-width:100%;
}
  
body .container-fluid .row-fluid .ppc-instant{
   margin:0 auto 25px!important;
}
  
.ppc-lp-section1 .heading-container {
    margin-bottom: 30px;
}
  
.ppc-instant .heading-container h3{
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.65px;
  line-height: 27.2px;
  margin-top: 15px;
}
  
body .row-fluid .ppc-instant:before{
   right: -20px;
   width: 19px;
    height: 42px;
    top:70px;
}
  
body .row-fluid .ppc-instant:after{
  left: -24px;
  width: 23px;
  height: 61px;
}
  
body .row-fluid .ppc-instant{
   padding: 24.5px 11.5px 0.5px;  
   z-index:2;
}
  
.ppc-lp-section1 .google-rating img{
   max-width:180px!important;
}
  
.jewelcover-ppc-icon-text-cm{
   padding-top:48px;
}
  
.jewelcover-ppc-icon-text-cm .cm-container .span1{
   width: 8.982906%;
    float: left;  
}
  
.jewelcover-ppc-icon-text-cm .cm-container .span11 {
    width: 87.436464%;
    float: right;
}
  
.jewelcover-ppc-icon-text-cm .cm-container p{
   font-size:17px;
   line-height: 27px;
   max-width:100%;
}
  
.jewelcover-ppc-icon-text-cm span>.hs_cos_wrapper {
    margin-bottom: 10px;
}
  
  .ppc-lp-section1 .container>.row-fluid-wrapper>.row-fluid{
      display:flex;
     flex-direction:column-reverse;
  }
  
.ppc-lp-section1 .heading-container {
    max-width: 100%;
}
  
.ppc-lp-section1 .heading-container p {
    max-width: 100%;
}
}






/*====================================================================
            PPC B LP Styling 
=======================================================================*/


body.dark-theme .row-fluid .header-section .wrapper{
   box-shadow:none;
}

body.dark-theme .body-container-wrapper{
   background: linear-gradient(180deg,#013a51 0%,#002c3d 100%);
}

body.dark-theme .row-fluid h1,
body.dark-theme .row-fluid h2,
body.dark-theme .row-fluid h3,
body.dark-theme .row-fluid h4, 
body.dark-theme .row-fluid h5,
body.dark-theme .row-fluid h6,
body.dark-theme .row-fluid p{
   color:#fff;
}

body.dark-theme .ppc-instant .subheading h5{
  color: #013A51;
}

body.dark-theme .row-fluid .contact-details h6{
  color: #013A51;
}

body.dark-theme .ppc-instant .heading-container h3{
   color: #013A51;
}

body.dark-theme .ppc-instant{
   box-shadow:none;
}

.ppc-lp-section1 .ppc-instant .heading-container{
  margin-bottom:0;
}

body.dark-theme .ppc-lp-section1:before{
   position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    background: url('https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/dots%20top2%20%281%29.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 500px;
    z-index: -1;
}

body.dark-theme .row-fluid .ppc-instant:before{
   background: url('https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Diamond%20dark.svg');
   width: 44px;
    height: 88px;
    background-repeat: no-repeat;
    background-size: cover;
}

body.dark-theme .row-fluid .ppc-instant:after{
   background: url('https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Combined%20Shape.svg');
}

body.dark-theme .row-fluid .ppc-lp-section2{
   background: transparent;
}

body.dark-theme .row-fluid .ppc-lp-section2:after{
   background:url('https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/dots%20bottom2.png');
   background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
    top:190px;
}

body.dark-theme .claim-slider-cm .testimonial-cm .cm-container{
   box-shadow:none;
}

body.dark-theme .claim-slider-cm h1,
body.dark-theme .claim-slider-cm h2,
body.dark-theme .claim-slider-cm h3,
body.dark-theme .claim-slider-cm h4,
body.dark-theme .claim-slider-cm h5,
body.dark-theme .claim-slider-cm h6,
body.dark-theme .claim-slider-cm p{
   color:#013A51!important;
}

body.dark-theme .claim-slider-cm .heading-container h2{
   color:#fff!important;
}



@media(max-width:767px){

body.dark-theme .row-fluid .ppc-instant:before{
   right: -20px;
    width: 19px;
    height: 42px;
    top: 70px;  
}
  
body.dark-theme .row-fluid .ppc-instant:after {
    left: -24px;
    width: 23px;
    height: 85px;
}
}






/******************* PPC Page C Styling Start ******************/





.ppc-pagec .ppc-lp-section1 .right-col .ppc-instant{
   border:none;
   margin-top:0!important;
   padding: 0;
    margin: 0!important;
    width: 100%;
    max-width: 100%;
}

.ppc-pagec .ppc-lp-section1 .right-col{
   background:#013A51;
   right:0;
   top:0;
   bottom:0;
   z-index:2;
   position:absolute;
   width: 35.17094%;
}

.ppc-pagec .ppc-lp-section1 .right-col>.row-fluid-wrapper>.row-fluid{
   display: flex;
    justify-content: center;
    align-items: center;
}


.sidebar{
   position:relative;
   max-width:392px;
   padding-top:160px;
}


.sidebar.fixed{
   position: fixed;
}

/* .sidebar>.row-fluid-wrapper>.row-fluid{
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} */


.ppc-pagec .ppc-lp-section1{
   padding: 190px 0 0px;
}

.ppc-pagec .ppc-lp-section1 .left-col .img-cont{
   padding-top:100px;
   margin-bottom:36px;
}

.ppc-pagec .ppc-lp-section1 .left-col .new-heading-cont{
   margin-bottom: 30px;
}

.ppc-pagec .claim-slider-cm {
    padding: 6px 0 110px;
}

body.ppc-pagec .row-fluid .ppc-lp-section2:after{
   top:-20px;
}

.ppc-pagec .ppc-lp-section1 .right-col .ppc-instant .subheading h5{
   color:#fff;
}

.ppc-pagec .ppc-instant .heading-container h3{
   color:#fff;
}

body.ppc-pagec .container-fluid .row-fluid .ppc-instant{
    background-color:transparent;
    box-shadow:none;
}

body.ppc-pagec .container-fluid .row-fluid .ppc-instant:before,
body.ppc-pagec .container-fluid .row-fluid .ppc-instant:after{
   display:none;
}

.ppc-pagec .ppc-lp-section1 .right-col .ppc-instant form .field>label{
   color:#fff;
}

.ppc-pagec .footer-section{
   z-index:3;
}




@media(max-width:1440px){
.sidebar{
   padding-top:124px;
}

}


@media(max-width:1400px){

.ppc-pagec .ppc-lp-section1 .right-col>.row-fluid-wrapper>.row-fluid{
     overflow-y: scroll;
  }
  
.ppc-pagec .ppc-lp-section1 .right-col>.row-fluid-wrapper>.row-fluid::-webkit-scrollbar {
  width: 0px;
}
.ppc-pagec .ppc-lp-section1 .right-col>.row-fluid-wrapper>.row-fluid::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0px;
}
.ppc-pagec .ppc-lp-section1 .right-col>.row-fluid-wrapper>.row-fluid::-webkit-scrollbar-track {
  box-shadow:none;
  border-radius: 0px;
}

}

@media(max-width:1280px){
.sidebar{
   padding-top:104px;
}
  
body.ppc-page .row-fluid .homepage-section5 .form-container form .hs_submit .actions{
   margin-top:0;
}
  
.ppc-pagec .ppc-lp-section1 .right-col .google-rating {
    margin: 28px auto 0;
    float: none;
}
  
  

}



@media(max-width:1024px){

.ppc-pagec .ppc-lp-section1 .right-col{
   width: 48.17094%;
}
  
.ppc-pagec .ppc-lp-section1 .left-col {
    padding-right: 30px;
    width: 51.18232%;
}
  
.ppc-pagec .ppc-lp-section1 .heading-container {
    max-width: 310px;
}
  
.ppc-pagec .ppc-lp-section1 .wrapper{
   padding-left:20px;
   padding-right:20px;
}
  
body.ppc-pagec .row-fluid .ppc-instant .heading-container{
   max-width:100%;
}
  
.ppc-pagec .ppc-lp-section1 .left-col .img-cont {
    padding-top: 30px;
}
  
body.ppc-page .claim-slider-cm {
    padding: 0 0 81px;
}
  
.sidebar {
    max-width: 322px;
    padding-top: 174px;
}
}



@media(max-width:767px){

.ppc-pagec .ppc-lp-section1 .right-col{
   position:relative;
   width:100%;
   padding: 40px 0px 40px;
   z-index:1;
}
  
  .ppc-pagec .ppc-lp-section1 .right-col:before{
     position:absolute;
     left:-20px;
     top:0;
     bottom:0;
     content:'';
     background: #013a51;
     width:100%;
     height:100%;
     z-index:-1;
  }
  
  .ppc-pagec .ppc-lp-section1 .right-col:after{
     position:absolute;
     right:-20px;
     top:0;
     bottom:0;
     content:'';
     background: #013a51;
     width:100%;
     height:100%;
     z-index:-1;
  }
  
.ppc-pagec .ppc-lp-section1 .right-col .sidebar{
   position:relative!important;
   padding-top:0;
   max-width:100%;
}
  
.ppc-pagec .ppc-lp-section1 .right-col .sidebar.fixed{
   position:relative!important;
}
  
.ppc-pagec .ppc-lp-section1 {
    padding: 140px 0 0px;
}
  
.ppc-pagec .ppc-lp-section1 .left-col {
    padding-right: 0;
    width: 100%;
}
  
.ppc-pagec .ppc-lp-section1 .left-col .img-cont {
    padding-top: 70px;
    text-align: center;
}
  
.ppc-pagec .ppc-lp-section1 .left-col .new-heading-cont {
   text-align:center;
   margin:0 auto 30px;
   float:none;
}
  
body.ppc-page .claim-slider-cm {
    padding: 0 0 121px;
}
  
.ppc-pagec .ppc-lp-section1 .right-col .google-rating {
    margin: 0 auto 0;
}
  
.ppc-pagec .ppc-lp-section1 .heading-container {
    max-width: 100%;
}
  
  .ppc-pagec .ppc-lp-section1 .heading-container p{
     max-width:100%;
  }
}








/*==========================================================
        PPC Instant Quote Page Styling 
===========================================================*/




.quote-header ul li{
   display:inline-block;
   padding-right:25px;
}

body .row-fluid .quote-header {
    position:absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
}

.quote-header ul li:last-child{
   padding-right:0;
}

.quote-header ul{
   list-style-type:none;
   margin:0;
}

.quote-header ul li img{
  max-width:17px!important;
  vertical-align: middle;
  padding-right: 8px;
}

body .row-fluid .quote-header .wrapper {
    max-width: 1290px;
    -webkit-box-shadow: 2px 2px 33px #E3E8EB;
    box-shadow: 2px 2px 33px #E3E8EB;
    padding: 18px 19px 18px;
    background: #fff;
}

.quote-header ul li a{
   font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  font-family: "LL Circular Book Web";
}

.quote-header .right-col{
   float:right;
   text-align:right;
}



@media(max-width:767px){

.quote-header .left-col{
  text-align:left;
  margin-bottom:0px;
  width: auto;
  float: left;
}
  
.quote-header .right-col{
   text-align:right;
   float:none;
}
  
.quote-header .right-col ul li:last-child{
    display:none;
}
  
.quote-header ul{
   padding-left:0;
}
  
.quote-header ul li {
    margin-bottom: 0px;
    padding-right:0;
}
  
.quote-header ul li span.text{
   display:none;
}
  
.quote-header ul li img{
   position:relative;
   top:5px;
}
  
.quote-header ul li:nth-child(2) img{
  padding-right:0;
}
}




/********************* Quote Section1 Styling Start *****************/




.quote-section1{
   padding:134px 0 74px;
   position:relative;
   z-index:1;
}

.quote-section1:after{
  position:absolute;
  left:0;
  right:0;
  top:0;
  content:'';
  background:url('https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/dots%20top.png');
  width:100%;
  height:400px;
  z-index:-1;
  background-size:cover;
   background-position:center center;
   background-repeat:no-repeat;
}

.quote-section1 .heading-container h5{
   font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 20px;
  font-family: "LL Circular Book Web";
}

body .row-fluid .quote-section1 .heading-container h2{
   font-size: 48px;
  font-weight: 900;
  letter-spacing: -1.3px;
  line-height: 52.8px;
   font-family: "LL Circular Black Web";
   max-width:574px;
   margin:0 auto 30px;
  float:none;
}

body .row-fluid .quote-section1 .heading-container h2 span{
   position:relative;
   z-index:1;
}

body .row-fluid .quote-section1 .heading-container h2 span:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 38px;
    background-color: rgba(0,229,158,0.38);
    width: auto;
    height: 20px;
    content: '';
    z-index: -1;
}

body .row-fluid .quote-section1 .jc-form-container{
   max-width:700px;
   margin:0 auto;
   float:none;
}



@media(max-width:767px){


body .row-fluid .quote-section1 .heading-container h2{
   font-size: 30px;
   line-height: 38.8px;
}
  
body .row-fluid .quote-section1 .heading-container h2 span{
   display: block;
    width: auto;
    max-width: 140px;
    margin: 0 auto;
}
  
body .row-fluid .quote-section1 .heading-container h2 span:after{
   top:18px!important;
}

body .row-fluid .step-form-container form .hs-form-field{
   width:100%;
   margin-right:0;
}
  
.quote-page .claims-testimonial-cm .cm-container{
   margin:0 20px;
  
} 
.quote-section1{
   padding:104px 0 74px !important;
}
}





/**************** Quote Section2 Styling ****************/



.quote-page .ppc-lp-section2:after{
    display:none;
   
}

.quote-page .ppc-lp-section2:before{
   background: linear-gradient(180deg, #FFFFFF 0%, #013A51 100%);
   position:absolute;
   left:0;
   right:0;
   bottom:0;
   content:'';
   z-index:-1;
   width:100%;
   height:400px;
   opacity: 0.1;
}

.quote-page .claim-slider-cm{
    padding: 0 0 40px; 
}

.quote-page .claim-slider-cm .testimonial-cm .cm-container:nth-child(even){
   margin-top:0;
}

.quote-section2 .img-cont{
   margin-bottom:30px;
}

.quote-page .claim-slider-cm .testimonial-cm .cm-container{
   margin-right:21px;
   padding: 22px 30px 22px;
}



@media(max-width:767px){

.quote-section2 .img-cont{
   margin-bottom: 0px;
}
}




/***************** JC Quote Step2 Page Styling **************/



body .row-fluid .quote-step2-section1 .quote-form-cont{
   max-width:700px;
   margin:52px auto 0;
   float:none;
}

body .row-fluid .quote-step2-section1 .quote-form-cont form .field>label{
   font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
   color: #013A51;
}

body .row-fluid .quote-step2-section1 .quote-form-cont form .actions{
   text-align:right;
}

body .row-fluid .quote-step2-section1 .quote-form-cont form .hs-button{
  border:none;
  padding: 13px 32px;
   font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  font-family: "LL Circular Medium Web";
  height:100%;
}

body .row-fluid .quote-step2-section1 .quote-form-cont form select{
   background: #fff url('https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/%28JC%29%20legal%20documents/Dropdown%20icon%20%281%29.svg') no-repeat;
    background-position: 97%;
    -webkit-appearance: none;
}



@media(max-width:767px){

body .row-fluid .quote-step2-section1 .quote-form-cont{
    margin: 12px auto 0; 
}
  
}



/***************** Quote Step2 Section2 Styling ******************/


.quote-step2-section2{
   position:relative;
   z-index:1;
   padding-top:10px;
}

.quote-step2-section2:before{
   position:absolute;
   left:0;
   top:0;
   bottom:0;
   content:'';
   background: linear-gradient(180deg, #FFFFFF 0%, #013A51 100%);
   z-index:-1;
   width:100%;
   height:248px;
   opacity:0.1;
}

.quote-step2-section2 .heading-container h3{
   font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 36px;
  font-family: "LL Circular Black Web";
}

.quote-step2-section2 .heading-container{
   margin-bottom:16px;
}

.quote-step2-section2 .cm-section{
   text-align:center;
   position:relative;
   background:#fff;
   padding:50px 0 55px;
}

.quote-step2-section2 .cm-section:before{
  position: absolute;
  top: 0;
  content: '';
  background: #00e59e;
  width: auto;
  height: 2px;
  left: -100%;
  right: -100%;
}

/* .quote-step2-section2 .cm-section:after{
  position: absolute;
  top: 0;
  content: '';
  background: #fff;
  width: auto;
  height:100%;
  left: -100%;
  right: -100%;
  z-index:-1;
} */

.quote-step2-section2 .cm-section .heading-cont h4{
   font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  font-family: "LL Circular Medium Web";
}

body .row-fluid .quote-step2-section2 .cm-section .heading-cont p{
   font-size: 19px;
  letter-spacing: 0;
  line-height: 27px;
  opacity: 0.58;
  color: #013A51;
  font-family:"proxima-nova";
  max-width:572px;
  margin:0 auto;
  float:none;
}


@media(max-width:767px){

.quote-step2-section2 .heading-container{
   margin-bottom: 36px;
}
  
body .row-fluid .quote-step2-section2 .cm-section{
   padding: 50px 20px 55px;  
}
}





/*==================================================
           JC Quote Step3 Page Styling 
===================================================*/




/***************** JC Quote Step3 Section1 Styling ******************/


.quote-step3-section1{
   position:relative;
}

.quote-step3-section1 .heading-container p{
   font-size: 21px;
  letter-spacing: 0;
  line-height: 27px;
  text-align: center;
  color: #013A51;
  font-family:"proxima-nova";
  font-weight:normal;
  max-width:837px;
  margin:0 auto 77px;
  float:none;
}

body .row-fluid .quote-step3-section1 .step3-form-cont{
   max-width:700px;
   margin:0 auto;
   float:none;
}

body .row-fluid .quote-step3-section1 .step3-form-cont form .field>label{
   color:#013A51;
   font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom:0;
}

body .row-fluid .quote-step3-section1 .step3-form-cont form .field>label strong{
   font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  color: #54698D;
  font-family:"proxima-nova";
  display:block;
  font-weight:normal;
  margin:4px 0;
}

body .row-fluid .quote-step3-section1 .step3-form-cont form .actions{
   text-align:right;
}

body .row-fluid .quote-step3-section1 .step3-form-cont form .hs-button{
   border:none;
   padding:13px 28px; 
   font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  font-family: "LL Circular Medium Web";
  margin-top:17px;
}

/*body .row-fluid .quote-step3-section1 .step3-form-cont form input[type="file"] {
    display: none !important;
}

body .row-fluid .quote-step3-section1 .step3-form-cont form .file-upload-file-name {
    height: 27px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: normal;
    position: relative;
    right: -102px;
    width: 42%;
    top: 4px;
    border-radius: 3px;
    padding: 0 10px;
    cursor: pointer;
    max-width: 100%;
    margin-bottom: 20px;
    color: #A8B7C7;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
    font-family: "proxima-nova";
}*/

body .row-fluid .quote-step3-section1 .step3-form-cont form input[type="file"] {
    display: none !important;
}

body .row-fluid .quote-step3-section1 .step3-form-cont form .file-upload-file-name {
height: 29px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: normal;
    position: relative;
    right: -102px;
    width: 68%;
    overflow: initial;
    line-height: 14px !important;
    font-size: 14px !important;
    top: 4px;
    border-radius: 3px;
    padding: 0 10px;
    cursor: pointer;
    max-width: 100%;
    margin-bottom: 20px;
    color: #a8b7c7;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
    font-family: "proxima-nova";
}



body .row-fluid .quote-step3-section1 .step3-form-cont form .file-upload-button-label {
    position: absolute;
    left: 10px;
    bottom: 5px;
    padding: 0px 6px;
    width: 79px;
    height: 26px;
    display: flex;
    cursor: pointer;
    max-width: 100%;
    margin-bottom: 0px;
    border: 0;
    border-radius: 3.6px;
    justify-content: center;
    background-color: rgba(162,234,207,0.3);
    color: #013a51;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
}

body .row-fluid .quote-step3-section1 .step3-form-cont form .file-upload {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    height: 38px;
    margin-top: 4px;
    border-radius: 4px;
    border: 1px solid #A8B7C7;
    background: #fff;
}

body .row-fluid .quote-step3-section1 .step3-form-cont form .input {
    display: block;
    position: relative;
    margin-bottom: 0px;
    padding-bottom:60px;
}


@media(max-width:767px){

  
  body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field{
     width:100%;
     margin-right:0;
  }
  
.quote-step3-section1 .heading-container p{
   margin: 0 auto 37px;
}
}






/********************* Quote Step3 Section2 Styling ******************/




.quote-step3-section2{
   position:relative;
   padding:44px 0 79px;
   z-index:1;
}

.quote-step3-section2:after{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  content:'';
  background: linear-gradient(180deg, #FFFFFF 0%, #013A51 100%);
  z-index:-1;
  opacity:0.1;
  width:100%;
  height:100%;
}

.quote-step3-section2 h3{
   font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 36px;
  font-family: "LL Circular Black Web";
}

.quote-step3-section2 p{
  font-size: 21px;
  letter-spacing: 0;
  line-height: 27px;
  font-family:"proxima-nova";
  color: #013A51;
  margin-bottom:0;
}

.quote-step3-section2 p a{
   display:block;
   text-decoration:underline;
}

.quote-step3-section2 .img-cont{
   margin-bottom:16px;
}


@media(max-width:767px){

.quote-step3-section2{
   padding: 14px 0 79px; 
}
}






/*=====================================================
          Quote Thankyou Page Styling 
======================================================*/


@media(min-width:2000px){

body .row-fluid .quote-thankyou-section{
     display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
}


.quote-thankyou-section{
   padding:180px 0 233px;
   position:relative;
   z-index:1;
}

.quote-thankyou-section:before{
   position:absolute;
   left:0;
   right:0;
   top:0;
   content:'';
   background:url('https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/dots%20top.png');
   width:100%;
   height:500px;
   z-index:-1;
   background-size:cover;
   background-position:center center;
   background-repeat:no-repeat;
}

.quote-thankyou-section .heading-container h2{
   font-size: 48px;
  font-weight: 900;
  letter-spacing: -1.3px;
  line-height: 52.8px;
  font-family: "LL Circular Black Web";
  position:relative;
  z-index:1;
  width:auto;
  display:inline-block;
}

.quote-thankyou-section .heading-container h2:before{
   position: absolute;
    left: -3px;
    right: -15px;
    top: 32px;
    background-color: rgba(0,229,158,0.38);
    width: auto;
    height: 20px;
    content: '';
    z-index: -1;
}

.quote-thankyou-section .image-container{
   margin-bottom:24px;
}

body .row-fluid .quote-thankyou-section .heading-container p{
   font-size: 28px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 36px;
   font-family: "LL Circular Book Web";
  max-width:656px;
  margin:20px auto 25px;
  float:none;
}

.quote-thankyou-section .cta-container a.cta_button{
   background:#013A51;
   color: #00E59E;
   font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
}

.quote-thankyou-section .cta-container .cta-1 a.cta_button{
   padding: 13px 50px;
}

.quote-thankyou-section .cta-container .cta-2 a.cta_button{
   padding: 13px 34px;
}

body .row-fluid .quote-thankyou-section .cta-container{
   max-width: 380px;
    margin: 0 auto;
    float: none;
}



@media(max-width:767px){

.quote-thankyou-section{
   padding: 140px 0 143px;  
}
  
.quote-thankyou-section .heading-container h2{
   font-size: 38px;  
}
  
body .row-fluid .quote-thankyou-section .heading-container p{
   font-size: 24px;
  line-height: 32px;
 }
  
  
}


@media(max-width:480px){
  
.quote-thankyou-section .cta-container a.cta_button{
   width:100%;
}
}




/************************** Request Consultation Page Styling *******************/




body .row-fluid .request-section1 .jc-form-cont{
   max-width:700px; 
   margin:0 auto;
   float:none;
}

body .row-fluid .request-section1 .jc-form-cont form .hs-button{
   border:none;
   font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  font-family: "LL Circular Medium Web";
  padding:13px 40px;
}

body .row-fluid .request-section1 .jc-form-cont form .actions{
   text-align:right;
}

body .row-fluid .request-section1 .jc-form-cont form .field>label{
   font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  color: #013A51;
}

body .row-fluid .request-section1{
   padding: 162px 0 254px;
}


@media(max-width:1024px){

  body .row-fluid .request-section1{
     padding: 162px 0 194px;
  }
}

@media(max-width:767px){

  body .row-fluid .request-section1{
     padding: 122px 0 74px;
  }
}



.jc-thankyou .body-container-wrapper{
     height:100vh;
  }

@media(max-width:767px){
  
.jc-thankyou .body-container-wrapper{
     height:100%;
  }
}


@media(min-width:2000px){
  
.quote-page3 .body-container-wrapper,
  .quote-page1 .body-container-wrapper,
  .request-page .body-container-wrapper{
     position: relative;
    z-index: 1;
    height: 100vh;
}
  
.quote-page3 .body-container-wrapper:after,
  .quote-page1 .body-container-wrapper:after,
  .request-page .body-container-wrapper:after{
   position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(180deg,#fff 0%,#013a51 100%);
    z-index: -1;
    opacity: .1;
    width: 100%;
    height: 1090px;
}
  
.quote-page3 .quote-step3-section2:after{
   display:none;
}
  
.quote-step2 .body-container-wrapper{
   height:100vh;
}
  
  .quote-page1.quote-page .ppc-lp-section2:before{
     display:none;
  }
  
  .request-page .ppc-lp-section2:before{
     display:none;
  }
  
  
}



body.quote-page1 .body-container-wrapper,
body.quote-step2 .body-container-wrapper,
body.quote-page3 .body-container-wrapper,
body.jc-thankyou .body-container-wrapper,
body.request-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;
    }
}





/********* Tree Page Style *********/

/********* Header Style **********/    

body.tree-page .logo-container{
  padding: 40px 0 30px 0;
  position: absolute;
  left: 0;   
  top: 0;
  right: 0;
  z-index: 2;
}


/********* CTA Section **********/
   


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

body.tree-page .cta-section a.cta_button[title]{
  color: #00E59E;
  background-color: #013A51;
  margin-bottom: 9px;
 }

@media(max-width: 480px){
  body.tree-page .cta-section a.cta_button[title]{
    width: 100%;
  }
}


/********* Lates Article Section **********/


.latest-article-section{
  padding: 48px 0 15px 0;
  background:  #F8F9FA;
}

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

.latest-article-section .section-heading h2{
  color: #013A51;
/*   font-family: "Circular Std"; */
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 36px;
}

.latest-article-section .recent-posts .post-item{
  padding: 30px 0 15px 0;
  border-bottom: 1px solid #C1CFD4;
}

.latest-article-section .recent-posts .post-item:last-child{
  border: none;
}

.latest-article-section .recent-posts p{
  color: rgba(1,58,81,0.9);
/*   font-family: "Circular Std"; */
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.25px;
  line-height: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.latest-article-section .recent-posts h5{
  color: #013A51;
  font-family: "LL Circular Medium Web";
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.43px;
  line-height: 25px;
/*   max-width: 520px; */
  position: relative;
  padding-right: 30px;
}

.latest-article-section .recent-posts h5:after{
  content: '';
  position: absolute;
  background: url('https://5372915.fs1.hubspotusercontent-na1.net/hubfs/5372915/JC%20arrow.svg') no-repeat;
  background-size: contain;
  background-position: center;
  height: 25px;
  width: 25px;
  right: 0;
  top: 0;
/*   left: -24px;
  width: 26px;
  height: 48px; */
 }



/********* Form Section **********/


.form-section{
  padding: 70px 0 45px 0;
}
    
body.tree-page .form-section .row-fluid .ppc-instant:after{
  left: -24px;
  width: 26px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}   


@media(min-width: 768px){
  body.tree-page .row-fluid .form-section .ppc-instant{
    margin: 0 auto !important;
  }
}




/***************** New Header Styling ******************/



.header-section{
   -webkit-box-shadow: 0px 7px 24px #e3e8eb;
    padding: 17px 19px 17px;
    background: #fff;
}

body .row-fluid .header-section .wrapper{
   background:transparent;
   box-shadow:none;
   padding:0 15px;
}

.header-section .col-3 .cta-container{
   max-width: 300px;
}

.header-section .col-3 {
    width: 24.323932%;
}

.header-section .col-2 {
    width: 52%;
}

.header-section .col-1 {
    width: 23%;
}

.header-section .col-2 .menu-container ul li a{
   padding: 11px 0px 0 41px;
}

.header-section .col-2 .menu-container ul li:first-child a {
    padding-left: 0;
}

.header-section .col-1 .logo {
    margin-top: 8px;
}


@media(max-width:1320px){

.header-section .col-1 {
    width: 18%;
}
  
.header-section .col-2 {
    width: 57%;
}
  
.header-section .col-2 .menu-container ul li a {
    padding: 11px 0px 0 31px;
}
}

@media(max-width:1160px){

.header-section .col-1 {
    width: 16%;
    padding-right: 20px;
}
  
.header-section .col-1 .logo {
    margin-top: 11px;
}
  
.header-section .col-2 .menu-container ul li a {
    padding: 11px 0px 0 20px;
}
  
.header-section .col-2 {
    width: 56%;
}
  
.header-section .col-3 {
    width: 27.323932%;
}
  
.header-section .col-3 .cta-container .cta-1{
   width: 31.491712705%;
   margin-left: 6%;  
}
  
.header-section .col-3 .cta-container .cta-2 {
    margin-left: 0;
    width: 61.745856%;
}
}


@media(min-width:1051px){

.vision-menu-primary.js-enabled .hs-menu-wrapper{
   display:block!important;
}
}


@media(max-width:1050px){

.header-section .col-1{
   width:100%;
   padding-right:0;
}
  
.header-section .col-1 .logo {
    margin-top: 5px;
}
  
.header-section .col-2 .menu-container ul li:first-child a {
    padding-left: 21px;
}
  
.vision-menu-primary.js-enabled .hs-menu-wrapper ul{
   padding: 20px 20px 23px;  
}
  
.header-section .col-2 .menu-container ul li a {
    padding: 22px 0px 22px 0px!important;
    font-size: 20.7px;
    letter-spacing: 0;
    line-height: 18.9px;
    color: #013a51;
    font-family: neuzeit-grotesk;
    border-bottom: .9px solid rgb(168,183,199,19%);
    color: #013a51;
}
  
.header-section .cta-1-cont{
   margin-left:0!important;
}
  
body .header-section .col-2 .menu-container .cta-1-cont a {
    font-size: 20.7px;
    letter-spacing: 0;
    line-height: 18.9px;
    color: #013a51;
    font-family: neuzeit-grotesk;
    background: transparent;
    padding: 22px 0px 22px 0px;
}
  
body .header-section .col-2 .menu-container .cta-2-cont a {
    border-radius: 26.22px;
    background-color: #00e59e;
    text-align: center;
    margin: 17px 0px 4px!important;
    padding: 17px 20px;
    font-size: 18.24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 23px;
    width:100%;
    box-sizing:border-box!important;
    margin-left:0!important;
    margin-right:0!important;
}
  
.header-section .cta-1-cont a.cta_button{
   text-align:left;
   box-sizing:border-box;
}
  
.header-section .cta-2-cont a.cta_button{
   text-align:left;
   box-sizing:border-box;
}
  
.header-section .cta-2-cont{
   margin-left:0!important;
}
}



.ppc-instant-updated .popup-video-cm .video-cont{
   justify-content: center;
   margin-bottom: 33px;
}

.ppc-instant-updated .popup-video-cm{
   margin-top:0;
}

body .row-fluid .ppc-instant-updated{
   padding: 20px 22.5px 53.5px;
}


@media(max-width:1024px){

.ppc-instant-updated .popup-video-cm .play-icon img{
   height:auto;
} 

}


@media(max-width:767px){

.ppc-instant-updated .popup-video-cm{
   margin-bottom: 0px;
}
}






/********** Insta Quote Steps 2019 Style **********/

body .row-fluid .form-section .form-container.home-hero-form-container.result-open{
  padding:0
}

body .row-fluid .form-section .result-open.form-container:after{
  display:none;
}

body .row-fluid .form-section .result-open.form-container .policy-calc-container .hbspt-form,
.result-open.form-container .policy-calc-container h4{
  display:none; 
}

body .row-fluid .insureresult .main-container {
  padding: 35px 36px 30px;
  max-width: 469px;
  margin: 70px auto 0;
  float: none;
  background: rgba(131,255,217,0.05);
  border: 1px dashed #00e59e;
  height: 370px;
}

body .row-fluid .insureresult .main-container .calcTable{
  position: relative;
  top: -50px;
}

body .row-fluid .insureresult .main-container .calcTable table{
  width:100%;
}

.insureresult .main-container h5 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  background: #1a325e;
  color: #fff;
  padding: 0 20px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2px;
}

.insureresult .main-container h5 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  background: #1a325e;
  color: #fff;
  padding: 0 20px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2px;
}

.insureresult .main-container .calcTable table tr td span{
  font-size:16px; 
  letter-spacing:0;
  color:#013a51;
  font-weight:normal;
  margin-right:40px;
}

.insureresult .main-container .calcTable table tr td.annual-total span{
  font-weight:bold;
}

.insureresult .main-container .calcTable table tr td.annual-total input{
  background:rgba(0, 229, 158, 0.13);
  font-weight:bold;
  padding:0 16px;
}

.insureresult .main-container .calcTable table tr td input{
  float: right;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #00e59e;
  display: block;
  padding: 0px 20px;
  margin-bottom:16px;
  text-align:center;
  font-size:16px; 
  letter-spacing:0;
  font-family: neuzeit-grotesk;
}

.insureresult .main-container .tab-label>div {
  width: 50%;
  padding: 20px;
  float: right;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  color: #1a325e;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.6px;
  font-size: 14px;
  background: #CCC19A;
}

.insureresult .main-container {
  color: #7E8D96;
}

.insureresult .main-container .tab-label>div img {
  width: 18px;
  position: relative;
  top: -3px;
  left: -6px;
}

.insureresult .cta-container {
  text-align: center;
  margin-top: 30px;
}

a.get-insured-cta {
  background-color: #00e59e;
  color: #013a51;
  border: none;
  border-radius: 23px;
  box-shadow: none;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
  font-family: "LL Circular Medium Sub";
  text-transform: capitalise;
  padding: 14px 0px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  font-weight:500;
  box-sizing: border-box;
}
#go-back-bt a{
  text-align:center;
  cursor:pointer;
  text-align: -webkit-center;
}
#form-redirect-one {
  text-align: -webkit-center;
}


.contact-details h6 {
  font-size: 12px;
  line-height:13px;
  color:rgba(1, 58, 81, 0.9);
  font-weight: 900;
  font-family: "LL Circular Black Web";
  margin-bottom: 22px;
  letter-spacing: .3px;
}

.contact-details a {
  display: block;
  color: #54698d;
  font-size:16px;
  line-height:28px;
  letter-spacing:0;
  text-decoration: underline;
}

.contact-details a img {
  width: 16px;
  position: relative;
  left: -6px;
  top: -2px;
}

.main-container .monthly-head {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.main-container span.bottom-text {
  font-weight: 400;
  font-size: 14px;
  margin: 36px 0 30px;
  display: block;
}


/*.main-container input {
text-align: center;
height: 36px;
border: 1px solid #CCC19A;
border-radius: 5px;
color: #1a325e;
font-size: 17px;
box-sizing: border-box;
font-weight: 700;
width: 110px;
margin-left: 70px;
position: relative;
top: -10px;
float: right;
margin-bottom: 6px;
}*/

.main-container tbody tr:last-child input {
  border-color: #1a325e;
  margin-bottom:0;
}

.insureresult .main-container .tab-label {
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  z-index: 4;
}

body .row-fluid .contact-details {
  text-align: center;
  padding: 20px 40px;
  max-width: 469px;
  margin: 36px auto 0;
  float:none;
}

.insureresult .main-container .tab-label>div.active {
  background: #fff;
}

.insureresult .under-thousand{
  padding:50px
}




.main-container .bottom-subheading {
  text-align: center;
}

.insureresult .gst-text{
  display: block;
  text-align: right;
  font-size: 13px;
  line-height:26px;
  letter-spacing:0;
  color:#54698d;
  font-weight: bold;
  margin-right: 9px;
}


.insureresult .small-amount{
  padding:40px;
  height:100vh; 
  text-align: center;
}

.insureresult .table-heading .heading-container h3{
  font-size:30px;
  line-height:34px;
  letter-spacing:-0.81px;
  color:#013a51;
  font-family: "LL Circular Book Web";
  font-weight:normal;
}

body .row-fluid .insureresult .table-heading{
  position: relative;
  top: -100px;
  max-width: 641px;
  margin: 0 auto 102px;
  float: none;
  left:13px;
}

.insureresult .table-heading .heading-container h3>span{
  font-family: "LL Circular Black Web";
  font-weight:900;
}

.calcTable input {
  float: right;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #00e59e;
  display: block;
  padding: 0px 20px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0;
  font-family: neuzeit-grotesk;
}

.insureresult1{
  font-size:21px;
  line-height:33px;
  letter-spacing:-0.57px;
  color:#013a51;
  font-weight:bold;
  max-width:455px;
  margin:0 auto;
  float:none;
  text-align:center;
}

.insureresult1 span{
  color:#00e59e;
  font-weight:bold; 
}

.insureresult1 .cta-container{
  margin-top:60px;
}

.insureresult1 .cta-container a{
  font-size:16px;
  color:#013a51;
  font-weight:normal;
  font-family: "LL Circular Book Web";
  cursor:pointer;
}



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

  body .row-fluid .insureresult .table-heading{
    top:-150px;
    margin:0 auto 150px;
  }

  body .row-fluid .insureresult .main-container{
    height:auto;
  }
}


@media(max-width:1024px){

  .insureresult .main-container{
    padding: 35px 16px 30px;
  }

  body .row-fluid .insureresult .table-heading{
    top:-180px;
    margin:0 auto 152px;
  }

  .insureresult .main-container .calcTable table tr td input{
    padding:0;
  }

  .insureresult .main-container .calcTable table tr td.annual-total input{
    max-width:81px;
    padding:0;
  }


  body .row-fluid .insureresult .main-container{
    height:auto;
    padding:35px 16px 30px;
  }
}



@media(max-width:767px){

  body .row-fluid .insureresult .table-heading{
    top:0;
    left:0;
    margin:0 auto 10px;
  }

  body .row-fluid .insureresult .gst-text{
    text-align:center;
  }

  body .row-fluid .insureresult .small-amount{
    height:auto;
  }

  .calcTable input {
    width:100%;
    box-sizing:border-box;
    margin-top:10px;
  }

  body .row-fluid .insureresult .main-container{
    height:auto;
  }

  body .row-fluid .insureresult .main-container .calcTable {
    position: relative;
    top: 0;
  }

  .insureresult .main-container .calcTable table tr td input{
    width:100%;
    margin-top:10px;
    float:none;
  }

  .insureresult .main-container .calcTable table tr td.annual-total input {
    max-width: 100%;
    padding: 0;
  }

  body .row-fluid .insureresult .main-container .calcTable table{
    width:100%;
  }

  .insureresult .table-heading .heading-container h3{
    text-align:center;  
  }
}




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


.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 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    color: #0b121b;
    font-weight: 400;
    font-family: proxima-nova;
    letter-spacing: normal;
}