/* @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    */
/*****************************************/
                                                   




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

 
 
 
 


 
 




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

 
 



body{
animation: fadein 4s;
    -moz-animation: fadein 4s; /* Firefox */
    -webkit-animation: fadein 4s; /* Safari and Chrome */
    -o-animation: fadein 4s; /* Opera */
}

body.wrapper-mac-adjust{
animation: fadein 6s;
    -moz-animation: fadein 6s; /* Firefox */
    -webkit-animation: fadein 6s; /* Safari and Chrome */
    -o-animation: fadein 6s; /* Opera */
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
   from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}





body{
    padding:0;
    font-size: 16px;
    line-height: 1.63;
    font-weight:400;
    letter-spacing: 0.3px;
    font-family:ff-basic-gothic-pro;;
    color:#494A4B;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    width:100%;
    margin:0 auto;
    max-width:100%;
}

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


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

}

h1,h2,h3,h4,h5,h6{
   color:#293142;
   font-family: objektiv-mk2;;
}

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

a{
    margin-bottom:0;
    color: #293142;
}

h1{
    font-size: 49px;	
    font-weight: bold;	
    letter-spacing: -0.89px;	
    line-height: 57px;
    margin-bottom: 10px;
}

h2{
  font-size: 34px;	
  font-weight: bold;	
  letter-spacing: -0.56px;	
  line-height: 48px;
}

h3{
	font-size: 21px;	
  font-weight: bold;	
  line-height: 29px;
}

h4{
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
}

h5{
  font-size: 12px;
  font-weight: bold;	
  line-height: 20px;
}

h6{
  font-size: 12px;	
  font-weight: bold;	
  line-height: 20px;
  color: #56D487;
  font-family:ff-basic-gothic-pro;;
  margin-bottom: 7px;
  letter-spacing:0.7px;
  font-weight:600;
  text-transform:uppercase;
}

p,
.body-container-wrapper li{
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color:#494A4B;
}

/* .body-container-wrapper {
    overflow-x: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 li:before{
  content:"";
  position: relative;
  display: inline-block;
  /*     content: '\f00c'; */
  /*     font-family: FontAwesome; */
  left: -10px;
  height:5px;
  width:5px;
  top:-3px;
  border-radius:100%;
  background:#484848;
}


.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 a{
    color:#56D487;    
}

blockquote{
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.67;
    letter-spacing: -0.08px;
    padding-left: 17px;
    border-left: 2px solid #56D487;
    margin-left: 4px;
    margin-top: 25px;
    margin-bottom: 20px;
}

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

body a.cta_button,
body .container-fluid .row-fluid .hs-button{    
  	font-size: 14px;	
    font-weight: bold;	
    line-height: 20px;
    color: #ffffff;
    padding: 13px 24.5px;
    cursor: pointer;
    font-family: objektiv-mk2;;
    text-align: center;
    display: inline-block;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    border-radius:2px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    border:1px solid transparent;
    background:#56D487;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.145);
}

body a.cta_button:hover,
body .container-fluid .row-fluid .hs-button:hover{
   border:1px solid #293142;
   background-color:#293142;
   color:#fff;
}

.header-grp a.cta_button:hover{
  background:#293142;
}


body .transparent-cta a.cta_button{
    background:transparent;
    border-color:;
    color:;
}

body .transparent-cta a.cta_button:hover{
    background:#56D487;
    color: #ffffff;
}

.simple-cta a.cta_button,
.simple-cta a{
    background:transparent;
    border:0;
    padding:0;
    position:relative;
    color: #293142;
    font-size: 15px;
    font-weight: bold;	
    letter-spacing: 0.47px;	
    line-height: 22px;
    font-family: objektiv-mk2;;
    border-bottom: 2px solid #56D487;
    padding-right: 16px;
    box-shadow:none;
    border-radius:0;
}

.simple-cta a.cta_button:before{
   content:"\f0da";
   position:absolute;
   color: #293142;
    font-size: 15px;
    line-height: 6px;
    font-weight: bold;
    top: 9px;
    right: 0;
    font-family: "Font Awesome 5 Free";
    transition: all ease-in-out .2s;
}

.simple-cta a.cta_button:hover{
  color:#56D487;
  background:transparent;
  border-top:0px;
  border-left:0px;
  border-right:0px;
  border-bottom:2px solid #56D487;
}

.simple-cta a.cta_button:hover:before{
     color:#56D487;
}

.arrow-cta a.cta_button,
body .container-fluid .row-fluid .arrow-cta .hs-button{
    position:relative;
    padding-right: 68px;
    padding-left: 17px;
}
.arrow-cta a.cta_button:hover, 
body .container-fluid .row-fluid .arrow-cta .hs-button:hover{
  background-color: #212837;
  border:1px solid transparent;
  color:#fff;
}
   
  body .container-fluid .row-fluid .actions {
    position: relative;
    display: inline-block;
} 

.arrow-cta a.cta_button:before,
body .container-fluid .row-fluid .arrow-cta .actions:before{
   content:"\f0da";
   position:absolute;
   color: #ffffff;
    font-size: 15px;
    line-height: 6px;
    font-weight: bold;
    bottom: 20px;
    right: 18px;
    font-family: "Font Awesome 5 Free";
    transition: all ease-in-out .2s;
   z-index:4;
}

.transparent-cta a.cta_button{
  border:1px solid #56D487; 
  color:#56D487;
  font-size:14px;
  line-height:20px;
  font-weight:bold;
  font-family: objektiv-mk2;;
  border-radius:2px;
}


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

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

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

.float-left{
    float:left;
}

.float-right{
    float:right;
}

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

.overlay:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:rgba(43, 43, 43, 0.7);
    z-index: -1;
}

.gray-bg{
    background:#fafafa;
}
.cookie-reset-container{
  display:none;
}

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

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

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

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-padding{
    padding:100px 0;
}

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

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

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



@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){

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

h1 {
    font-size: 34px;
    line-height:38px;
}

h2 {
    font-size: 28px;
    line-height:35px;
}

h3 {
    font-size: 21px;
    line-height:25px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 14px;
    line-height: 18px;
}

h6{
    font-size:12px;
    line-height:20px;
}

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

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

p{
    font-size: 16px;
    line-height:20px;
}

.body-container-wrapper li {
    font-size: 14px;
}

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

body a.cta_button, 
body .container-fluid .row-fluid .hs-button{
    font-size: 12px;
    padding: 7px 10px;
}


}




@media (max-width:767px){

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

body .row-fluid  h1 {
    font-size: 26px;
    letter-spacing: -0.47px;
    line-height: 29px;
}

body .row-fluid h2 {
    font-size: 23px;
	  letter-spacing: -0.42px;
    line-height: 31px;
}

body h3 {
    font-size: 21px;
   line-height: 29px;
}

body h4{
    font-size: 15px;
  line-height: 26px;
}

body h5{
    font-size: 14px;
    line-height: 18px;
}

h6{
    font-size:13px;
    line-height: 20px;
}

 h1,h2,h3,h4{
    color: #000000;
  }

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

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

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

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

p {
    font-size: 14px;
    line-height: 24px;
}

.body-container-wrapper li {
    font-size: 14px;
    line-height: 24px;
}

.heading-underline {
    margin-bottom: 20px;
    padding-bottom: 2px;
}
  
.simple-cta a.cta_button:before{
  right:-18px;  
}  
  
}


@media (max-width:480px){
    
.body-container-wrapper a.cta_button, body .container-fluid .row-fluid .hs-button {
    padding-left:10px;
    padding-right:10px;
    //width:100%;
}
  
  .simple-cta a.cta_button, .simple-cta a{
   padding-left:0px;
    padding-right:0px;
  }
  
 body .row-fluid h1 {
    font-size: 26px;
    letter-spacing: -0.47px;
    line-height: 29px;
}

body .row-fluid h2 {
  font-size: 23px;
  letter-spacing: -0.42px;
  line-height: 31px;
}

  body .row-fluid h3 {
      font-size: 21px;
  }

  body .row-fluid h4{
      font-size: 18px;
  }

  body .row-fluid h5{
      font-size: 14px;
      line-height: 18px;
  }

 body .row-fluid h6{
      font-size:13px;
  }
 body .row-fluid p{
    font-size:14px;
    line-height:21px;
  }
  
}



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

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

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




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

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









/*==================================================
            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: 2.43%;
    box-sizing:border-box;
    position:relative;
}




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

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

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

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

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




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

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




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

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

::-webkit-input-placeholder {
   color: #494A4B;
}

:-moz-placeholder {
   color: #494A4B;
}

::-moz-placeholder {  
   color: #494A4B;
}

:-ms-input-placeholder {  
   color: #494A4B;
}

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: 42px;
    font-family:ff-basic-gothic-pro;;
    color:#494A4B;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.25px;
    margin-bottom: 0px;
    background: #fff;
    padding: 10px 10px;
    font-weight: 300;
   border: 1px solid #d4d6d9;	
   border-radius: 2px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.row-fluid  form input[type="file"]{
border:none;
text-align:left;
padding-left:0;
    display: block;
}


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

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

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

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

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

.row-fluid form .field>label{
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  display: block;
  margin-bottom: 8px;
  margin-top: 16px;
  text-align:left;
  color: #494A4B;
  font-family:freight-sans-pro, sans-serif;
  position:relative!important;
  top:0!important;
  left:0!important;
}


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

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

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

form .hs-error-msgs li{
    line-height: 13px;
    color: red;
    font-weight: 500;
    font-size: 11px;
    position: relative;
    top: 0px;
    letter-spacing: 0.3px;
    text-align:left;
}

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

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

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

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

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

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

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

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

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

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

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

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

body .row-fluid select{
    background: #fff url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Beyond%20Debt%20October2017/arrow-point-to-down.png) no-repeat;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    -webkit-appearance: none;
    background-size: 10px;
    background-color: white;
}





/*=======================================================
            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 #56D487;
    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: #56D487;
    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%!important;
}

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






/*=======================================================
           header Styling
=======================================================*/    

.header-container-wrapper {
    padding: 15px 0;
    border-bottom: 1px solid #F2F3F4;
}


.header-container-wrapper .header-grp .button-container .mobile-inner-cta{
   margin-left:0;
}

.header-container-wrapper .header-grp .button-container{
    float: right;
    text-align: right;
    max-width: 340px;
}

.header-container-wrapper .header-grp .button-container .span6{
   width: 49.717949%;
}

.header-container-wrapper .header-grp .button-container .header-col3{
   margin-left:8px;
}

.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
 padding:0 17px;
}

.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,
.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul,
.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    font-family:  objektiv-mk2;;
    max-width:100%;
    overflow:visible;
}

.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li > a{
position:relative;
padding:0px 0 0px;
}

.header-grp .desktop-black-logo img{
   height:auto;
}


.header-container-wrapper .header-grp h4{
    margin:0;
    font-size: 19px;
    font-weight: bold;
    line-height: 19px;
  transition:all ease-in-out .2s;
   margin-top:10px;
}

.header-container-wrapper .header-grp h4:hover a{
  color:#56D487;
}

.header-container-wrapper img{
   vertical-align:middle;
} 


.header-container-wrapper .header-grp h4 span{
    display: inline-block;
    margin-right: 4px;
    top: 0px;
}

.header-container-wrapper .header-grp .mobile-inner-cta a.cta_button{
  letter-spacing:normal;
   padding: 13px 13.5px;
}

.header-container-wrapper .header-grp .mobile-inner-cta a.cta_button:hover{
  color:#ffffff;
  border:1px solid #293142;
}

.header-container-wrapper .header-grp  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul{
    background-color: #FFFFFF;
    box-shadow: 0 0 24px 0 rgba(0,0,0,0.09);
    padding: 15px 0px 26px;
    min-width: 284px;
    margin-top:5px;
    left: auto;
    right: -30px;
}

@media(max-width:1200px){

.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
   padding: 0 15px;
}
  
.header-container-wrapper .header-grp .phone-no-img img{
     max-width:100px;
}
}

@media(min-width:1025px){
  .header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
    position:relative;
    top:7px;
  }
 
}
@media(min-width:768px){

.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul:before {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    content: "";
    right: 29px;
    top: -10px;
    transform: rotate(45deg);
}

 .header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:first-child{
    margin-left:0px;
  }
  
.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1>a,
.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children>a{
   position:relative;
    z-index:1;  
  }
  
  .header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children>a:after{
    content: "";
    position: absolute;
    background: #f2f3f4;
    width: 100%;
    height: auto;
    left: -8px;
    top: 13px;
    padding: 15px 15px;
    z-index: -1;
    opacity: 0;
    border-radius: 2px;
  } 
  .header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1>a:after {
    content: "";
    position: absolute;
    background: #f2f3f4;
    width: 100%;
    height: auto;
    left: -9px;
    top: 14px;
    padding: 15px 10px;
    z-index: -1;
    opacity:0;
    border-radius:2px;
  }
    .header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1>a:hover:after{
      opacity:1;
  }
  .header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li>a{
    padding: 18px 0px;
  }
  .header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul {
    top:51px;
  }
.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover a {
    color:#56d487;
  }
  .header-container-wrapper .header-grp .mobile-inner-cta{
    text-align:right;
  }
  .header-container-wrapper .header-grp .span2.mobile-inner-cta{
      margin-left: 0.564103%;
  }
  .header-container-wrapper .header-grp .menu-col{
    width: 53.717949%;
  }
  .header-container-wrapper .header-grp .header-col3{
    width: 15.364641%;
  }
}



.header-container-wrapper .header-grp  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li{
    padding: 12px 0px;
}

.header-container-wrapper .header-grp  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
    width: 100%;
    padding: 0;
}

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

.header-container-wrapper .header-grp  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:before{
   content:"\f0da";
   position:absolute;
   color: #293142;
    font-size: 15px;
    line-height: 6px;
    font-weight: bold;
    /*top: 24px;*/
    top: 27px;
    right: -13px;
    font-family: "Font Awesome 5 Free";
    transition: all ease-in-out .2s;
    transform: rotate(90deg);
}

@media(min-width:1025px) and (max-width:1200px){
    .header-container-wrapper .header-grp .mobile-inner-cta a.cta_button{
        padding: 13px 9px;
  }
}
@media(min-width:768px) and (max-width:1024px){
  .header-container-wrapper .header-grp .menu-col{
    padding-top: 14px;
  }
  .header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
    margin-left:5px;
  }
  .header-container-wrapper .header-grp .mobile-inner-cta a.cta_button{
    font-size: 10px;
    padding: 7px 5px;
  }
}
@media(max-width:1145px) and (min-width:900px){

.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    padding: 0 16px;
}
  
.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a, 
.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul, 
.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
  font-size:12px;  
}
  
.header-container-wrapper .header-grp h4 span {
    top: 2px;
}  
  
.header-container-wrapper .header-grp h4 {
    font-size: 12px;
}

}


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

.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    padding: 0 4px;
}
  
.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a, 
.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul, 
.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
  font-size:9px;  
}
  
.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:before {
    font-size: 12px;
    right: -9px;
}
  
.header-container-wrapper .header-grp h4 span {
    margin-right: 3px;
    top: 0px;
}  
  
.header-container-wrapper .header-grp h4 span img{
  width: 15px!important;
  }
  
.header-container-wrapper .header-grp h4 span.phone-no-img img{
   width:100%!important;
}
  
.header-container-wrapper .header-grp h4 {
    font-size: 11px;
}
  
.header-container-wrapper .header-grp .header-col3 {
    width: 20.364641%;
}

}



/*====================================================
                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 */
@media screen and (min-width:768px) {
      .vision-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




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


  /* 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;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


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

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

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


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

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


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width:100%!important; /* Button width */
    min-width: 100% !important;
    height: 66px !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: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

  /* 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: 100%;
    position:fixed; 
/*     top: 51px; */
    left: 0;
    padding: 0;
    z-index: 4;
    background-color: #212837;
    box-shadow: 0 0 19px 0 rgba(0,0,0,0.09);
    bottom: 0px;
    top:0px;
    right: 0px;
    height: 100vh;
    z-index: 1;
  }
  .vision-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* 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{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */

  .vision-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .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 Mobile Responsive
===========================================================*/


@media (max-width:767px){

.header-container-wrapper{
  padding: 9px 0;
  border-bottom: 1px solid #F2F3F4;
  position:relative;
  z-index:11;
}  
  
.vision-menu-primary .hs-menu-wrapper{
    display:none;
}

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

.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 23px;
    background:#1e1e1e;
    height:2px;
}

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

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

.mobile-trigger {
    top: 10px;
    right: 8px;
}

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

.mobile-trigger:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent;
}

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

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

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

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

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

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

.vision-menu-primary.js-enabled{
    position: absolute;
    padding-top: 0;
    margin: 10px 0 10px 0;
    left: 0;
    right: 0;
    top: 0;
    margin:0;
}
  
body.mobile-open .container-fluid .row-fluid .mobile-white-logo{
  display:block;
  position: relative;
  z-index: 5;
}
  
body.mobile-open  .container-fluid .row-fluid .desktop-black-logo{
  display:none;
}  
  
.header-grp h4 a strong{
  display:none;    
}  
  
body .container-fluid .row-fluid .header-col1{
    width: 21%;
    float: left;
    height:auto;
  } 
body .container-fluid .mobile-white-logo img{
    height:auto;
    max-width:128px;
  }
  
body .container-fluid .row-fluid .header-col3{
    width: 68%;
    float: left;
    text-align: right;
    position: relative;
    left: 5px;
    top: 0px;
}  
  
.vision-menu-primary .hs-menu-wrapper>ul li{
  border-top: 1px solid #293142;
}  
  
.header-container-wrapper .header-grp .menu-col {
    background-color: #293142;
    box-shadow: 0 0 19px 0 rgba(0,0,0,0.09);
    padding-top:0;
}  
  
.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:before{
  color:#ffffff;
  right:25px;
  top: 30px;
  } 
  
.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.active>a:before{
  color:#56D487;
 }
  
  
  
.child-trigger i, .child-trigger i:after{
  display:none;
}
  
.child-trigger{
   border-left:none;
  }  
  
.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1>a:after{
  display:none;
}  
  
.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
  padding:0;
}  
  
.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul{
  padding:0;
  margin:0;
  left: auto;
  right: 0;
  background-color: #293142;
}  
  
.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li>a{
 padding-left:20px;
 padding-right:20px;
  }  
  
.header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li>a {
    position: relative;
    padding: 19px 20px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.47px;
    line-height: 28px;
    text-align: left;
} 
  .header-grp .desktop-black-logo img{
   max-width:128px;
}

  
body.mobile-open .container-fluid .row-fluid .white-phone-icon{
  display:block;
}  
  
body.mobile-open  .container-fluid .row-fluid .green-phone-icon{
  display:none;
} 
  
body .container-fluid .row-fluid .header-container-wrapper .header-grp h4 span{
  top:0px;
}  
.mobile-open .header-container-wrapper{
 border-color:transparent;
  background: #293142;
  box-shadow: 0 0 19px 0 rgba(0,0,0,0.09);
  position:fixed;
  left:0px;
  right:0px;
}

}


body .container-fluid .row-fluid .mobile-white-logo,
body .container-fluid .row-fluid .white-phone-icon,
.header-container-wrapper .header-grp .mobile-buttons h4 a{
  display:none;
}  
 
  .vision-menu-primary.js-enabled .hs-menu-wrapper{
  top:39px!important;
  }  

 body .container-fluid .row-fluid .mobile-show{
   display:none;
  }
 
  @media(max-width:767px){
  
    body .row-fluid .mobile-inner-cta script{
    display:none;
    }
    
    body .mobile-inner-cta  a.cta_button{
    width:auto;
    padding: 11px 12px;
    }
    
    .vision-menu-primary .hs-menu-wrapper>ul li {
    border-bottom: 1px solid #293142;
    border-top: none;
}
    
   .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
       background-color: #fff;
    }
    
     .vision-menu-primary .hs-menu-wrapper>ul {
    padding-bottom: 200px;
}
   
   body .container-fluid .row-fluid .mobile-show{
   display:block;
  }  

    body .container-fluid .row-fluid .mobile-button-width{
    width:50%;
    float:left;
    }
    
    
   body .container-fluid .row-fluid  .mobile-buttons{
    padding: 35px 18px;
    min-height: 117px;
    background-color: #293142;
    box-shadow: 0 0 19px 0 rgba(0,0,0,0.09);
    display:none;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 33px;
   }
    
        
  .header-container-wrapper .header-grp .mobile-buttons h4 a{
     border: 1px solid #56d487;
     padding: 7.5px 9px;
    font-size: 16px;
    line-height:26px;
     color:#ffffff;
     text-align:center;
    display:inline-block;
    width:auto;
   }
          
    .header-container-wrapper .header-grp .mobile-buttons h4 span{
     width:auto;
     top:0px;
     
    }

    .header-container-wrapper .header-grp .mobile-buttons .mobile-button-width h4 a{
      position:relative;
      padding-left:33px;
    }
    .header-container-wrapper .header-grp .mobile-buttons .mobile-button-width h4 a:before{
    content: "";
    position: absolute;
    left: 7px;
    background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Beyond%20Debt%20October2017/small-icon.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    z-index: 1;
    top: 10px;
    }
    
    .mobile-inner-cta{
    text-align:right;
    }
    
    .header-container-wrapper .header-grp .mobile-inner-cta a.cta_button{
       box-sizing:border-box!important;
    }
    
  .header-container-wrapper .header-grp .hs-menu-item.hs-menu-depth-1.hs-item-has-children.active>a{
      color:#56D487;
   } 
    .header-container-wrapper .header-grp h4{
     margin-top:2px;
     line-height:0px;
   }
    .header-container-wrapper .header-grp h4 span.phone-green-icon {
        display: block;
    }
    
    .mobile-open .header-container-wrapper .header-grp h4 span.phone-green-icon,
    .header-container-wrapper .header-grp h4 span.phone-white-icon img{
        display: none;
    }
    .mobile-open .header-container-wrapper .header-grp h4 span.phone-white-icon {
        display: block;
    }
  }

@media(min-width:768px){
    .header-container-wrapper .header-grp h4 span.phone-white-icon,
   .header-container-wrapper .header-grp h4 span.phone-white-icon img{
        display: none;
    }
}

@media(max-width:375px){
  .header-container-wrapper .header-grp   .mobile-buttons h4 a{
    width:100%;
  }
  .header-container-wrapper .header-grp .mobile-buttons .mobile-button-width h4 a:before{
    left:27%;
  }
}


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

.span12.widget-span.widget-type-cell.footer-grp {
    padding: 72px 0 45px;
  box-shadow: 0 3px 14px 0 rgba(0,0,0,0.09);
}



.footer-grp h3,.footer-grp h3 a {
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    position:relative;
}
.footer-grp h3 a{
    padding-left:40px;
}

.footer-grp h3 a:before{
  content:"";
  position:absolute;
  background:url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Assets%202019/Images/Call%20Charcoal.svg);
  background-size:cover;
  background-repeat:no-repeat;
  width:30px;
  height:30px;
  left:0px;
}
.footer-grp h3:hover a:before{
  display:none;
}
.footer-grp h3:hover a:after{
  content:"";
  position:absolute;
  background:url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Beyond%20Debt%20October2017/Button%20Copy.svg);
  background-size:cover;
  background-repeat:no-repeat;
  width:30px;
  height:30px;
  left:0px;
}

.footer-grp h3:hover a {
  color:#56D487;
}

.footer-grp h3 img{
   margin-right: 10px;
}

.footer-grp h5 {
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 20px;
}

.footer-grp ul{
    margin:0;
    padding:0;
}

.footer-grp  .footer-col ul li{
   margin-bottom:10px;
   padding:0;
   display:inline-block;
   list-style-type:none;
    margin-right: 9%;
}

.footer-grp .footer-col ul li:last-child{
   margin-right:0;
   margin-top:20px;
}

.footer-grp .footer-col ul li:last-child img{
   width:194px!important;
}

.footer-grp .hs-menu-wrapper.hs-menu-flow-vertical>ul li a{
 font-size: 16px;
 font-weight: 300;	
 line-height: 26px;
 color: #494A4B;
 padding:4px 0;
 white-space: normal;
}
.footer-grp .hs-menu-wrapper.hs-menu-flow-vertical>ul li a:hover{
  text-decoration:underline;
}

.footer-grp .copy-right-text   p{
	color: #CCCCCC;
  font-size: 14px;	
  font-weight: 300;
  line-height: 21px;
  margin: 0;
  padding-top: 30px;
}

.footer-logos {
    margin: 46px 0 2px;
}

.copy-right-text {
    border-top: 1px solid #DCE6EE;
}

@media(min-width:768px){

body .container-fluid .row-fluid .footer-menu-col {
    width: 17%;
}


}



@media(max-width:767px){

.footer-container-wrapper {
    text-align: center;
}
  
.footer-logos {
    margin: 26px 0 16px;
}  
  
.footer-grp .footer-col ul li {
    display: block;
    margin: 20px 0 0 0;
}  
  
.copy-right-text {
    margin-top: 17px;
}  



}


/*=========================================================
 Pattern styling
===========================================================*/

/*=========================================================
 Home Row 2
===========================================================*/

.home-hero-sec .simple-cta a,
.home-hero-sec .simple-cta a.cta_button:before{
color:#fff;
}
.home-hero-sec .simple-cta a.cta_button:hover, 
.home-hero-sec .simple-cta a:hover,
.home-hero-sec .simple-cta a.cta_button:hover:before{
  color:#56d487;
}

.inner-module-container{
   position:relative;
    margin: 32px 0 91px;
  z-index:1;
}
.inner-module-container:before{
  content:"";
  position:absolute;
  left:0px;
  background:#293142;
  width:96%;
  height:100%;
  right:0px;
  top:0px;
  right:0px;
  z-index:-1;
}


body .row-fluid .main-form.arrow-cta form select{
  background:url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Beyond%20Debt%20October2017/arrow-point-to-down.png);
   background-repeat: no-repeat;
   background-position: calc(100% - 10px) center;
   -webkit-appearance: none;
   background-size: 12px;
  padding: 10px 23px 10px 10px;
}
.main-form.arrow-cta form .hs-button.primary:hover{
  background-color: #293142;
  border:
}

.inner-module-container h6{
  color:#56D487;
}

.inner-module-container p{
  font-size: 16px;
	line-height: 26px;
}


.inner-module-container .left-col h2{
    margin-bottom: 30px;
}

.inner-module-container .right-col{
	border: 2px solid #56D487;
  border-radius: 4px;
  background-color: #FFFFFF;	
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.09);
  padding:33px;
  position:relative;
  margin-top:-136px;
  z-index: 1;
  max-width: 515px;
  top:45px;
  float: right;

}

.inner-module-container .right-col p{
  margin-bottom:3px;
  line-height:23px;
}


.inner-module-container .right-col form {
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
}

.row-fluid .inner-module-container .right-col form .hs-button.primary{
    text-align: center;
    margin: 0 auto 0;
    float: none;
}

body .container-fluid .row-fluid  .inner-module-container .arrow-cta .actions{
  margin-top:36px;

}

 body .container-fluid .row-fluid  .inner-module-container .arrow-cta .actions:after {
    content: "";
    position: absolute;
    left: -106px;
    top: -32px;
    background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Assets%202019/Images/Arrow.svg) no-repeat;
     background-size:cover;
    width: 86px;
    height: 72px;
}


body .row-fluid .form-bottom-text p{
    margin-top: 26px;
    max-width: 354px;
    margin: 26px auto 0;
    text-align: center;
    float: none;
}

body .row-fluid .form-bottom-text p a{
  color:#56D487;
  display:inline-block;
}

.section-heading .hs_cos_wrapper {
    max-width: 403px;
}

.personal .section-heading .hs_cos_wrapper{
   max-width: 573px;
}
.debt-help .section-heading .hs_cos_wrapper{
  max-width:503px;
}

.vertical{
margin-top:32px;
}


@media(max-width:767px){

.inner-module-container{
    margin: 0;
    padding: 0;
    background: transparent;
  } 
 body .row-fluid .inner-module-container:before{
      width:0%;
  }
  
 body  .container-fluid  .row-fluid  .inner-module-container .right-col{
      margin-top: 0;
      top:35px;
      float:none;
      margin: 0 auto;
  }
   body .row-fluid .inner-module-container h6{
    font-size:10px;
  }
  
 body .row-fluid  .home-hero-sec .wrapper>.row-fluid-wrapper>.row-fluid{
    display: flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  } 
  
.inner-module-container .left-col {
    background: #293142;
    position: relative;
    z-index: 2;
    text-align: center;
   padding:50px 0px
} 
  
.inner-module-container .left-col:before{
  content:"";
  position:absolute;
  background:#293142;
  left:-15px;
  right:-15px;
  top:0px;
  bottom:0px;
  z-index:-1;
}

.form-outer-col {
    margin-bottom: 73px;
  margin-top:-140px;
}
  
  .section-heading .hs_cos_wrapper{
        margin: 0 auto;
  } 
  .home-two-col-cm .two-col-cm .wrapper{
        top: 38px;
  }
}


/*=========================================================
 Home Row 3
===========================================================*/

.hs-row-3 {
    padding: 100px 0 126px;
}

body .row-fluid .hs-row-3 .wrapper{
   max-width:1230px;
}

.hs-row-3 .simple-cta a:hover{
    border-top:0px;
  border-left:0px;
  border-right:0px;
  border-bottom:2px solid #56d487;
}


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

.hs-row-3 .section-heading{
   width: 73.309392%;
}
  
.hs-row-3 .simple-cta{
   width: 25.928177%;
   margin-left:0;
}
}


@media(min-width:768px) and (max-width:1024px){
  
.eligibility_for_personal_loan{
   margin-bottom:0px;
}
  
body .hs-row-3 {
   padding: 70px 0 70px;
   overflow:hidden;
}
  
.hs-row-3 .section-heading{
   width: 63.309392%;
}
  
.hs-row-3 .simple-cta{
  width: 35.928177%;
  margin-left: 0;
}
}

@media(max-width:767px){
  
  body .alternative_to_bankruptcy{
    padding-bottom:50px;
    padding-top:50px;
  }
  
  body .hs-row-3 {
    padding: 50px 0 67px;
    text-align: center;
    position: relative;
    margin-bottom:0px;
    overflow:hidden;
 }
/*   body .hs-row-3 .simple-cta{
    display:none;
  } */
  .inner-module-container .form-outer-col h2{
    font-size:23px;
  }
  .inner-module-container .right-col{
    padding: 20px 15px;
  }

  .hs-row-3 .simple-cta a {
    border: 1px solid #56d487;
    padding: 12px 20px;
    color: #56d487;
    background:#ffffff;
    font-size:14px;
    line-height:20px;
  }
  .hs-row-3 .simple-cta a:hover{
    background:#ffffff;
    border: 1px solid #56d487;
  }
 .hs-row-3 .simple-cta {
    position: relative;
    z-index: 1;
 }
  .hs-row-3 .simple-cta:after {
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    background: #D4E1F4;
    height: 1px;
    top: 50%;
    z-index: -5;
}
  .hs-row-3 .simple-cta a.cta_button:before{
    display:none;
  }
}



/*=========================================================
 Home Row 4
===========================================================*/

body .container-fluid .row-fluid .hs-row-4 .wrapper{
    max-width: 944px;
}


.section-center-border {
    position: relative;
    padding: 100px 0px;
}


.section-center-border:before, .section-center-border:after {
    content: "";
    position: absolute;
    width: 141px;
    height: 2px;
    background: #56D487;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.section-center-border:after{
 bottom:0;
 top:auto;
}

.hs-row-4{
    padding-bottom: 138px;
}

.hs-row-4 p{
    max-width: 752px;
    margin: 0 auto;
    line-height: 32px;
}

@media(max-width:767px){

.section-center-border {
    padding: 68px 0px;
}
  body .hs-row-4 {
    padding-bottom: 55px;
 }
  .form-outer-col{
    margin-top:0px;
  }
  
}



/*=========================================================
 Home Slider CM
===========================================================*/

.slider-text-cm h3{
  color:#56D487;
  margin: 0 0 7px;
}

.slider-text-cm h4{
    text-decoration: none;
    border-bottom: 3px solid#56D487;
    display: inline-block;
  transition:all 0.3s ease-in-out;
}


/*=========================================================
 Home Row 2
===========================================================*/



/*=========================================================
                   Contact Us Page
===========================================================*/

/**************** home-hero-sec ************************/

.hs-contact-row-2{
  background: #ffffff!important;
  padding:100px 0px 100px; 
  position:relative;
}
.hs-contact-row-2:before {
    content: "";
    position: absolute;
    top: 22%;
    right: -90%;
    width: 100%;
    background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Beyond%20Debt%20Assets%202019/Dots%20Copy.svg);
  background-repeat: no-repeat;
    height: 349px;  
}

.hs-contact-row-2 h2{
  margin-bottom: 17px;
}


.hs-contact-row-2 p{
  padding-bottom: 20px;
  line-height: 35px;
  font-size:18px;
  font-family:freight-sans-pro, sans-serif;
}

.hs-contact-row-2 p{
  position: relative;
}
.hs-contact-row-2  p::after{
  background: #56d487;
  content: '';
  height: 2px;
  width: 730px;
  left: 0;
  position: absolute;
  bottom: 0;
}

.hs-contact-row-2 .right-contact .right-col{
  border: 2px solid #56d487;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.09);
  padding: 20px 46px 40px;  
  max-width: 432px;
  float: right;
  position:relative;
  left:-40px;
}

.hs-contact-row-2 .span5{
 position: relative; 
}

.hs-contact-row-2 .right-contact .right-col.contact-form .actions{
  display:block;
}

.hs-contact-row-2 .right-contact .hs-form label{
  font-size: 16px;
  line-height: 23px;
  color: #505050;
  margin-top:15px;
  margin-bottom:3px;
}

.hs-contact-row-2 .right-contact .right-col.contact-form form .hs-button{
  padding: 13px 17px;
  min-width:152px;
  text-align:center;
}



/*=================Section Two ===============*/

.contact-sec-two{
  padding-top: 50px;
  padding-bottom: 66px;
  position:relative;
}
.contact-sec-two:before {
    content: "";
    position: absolute;
    background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/dots%20background.svg);
    left: -82%;
    height: 349px;
    width: 100%;
    top: 110px;
  z-index:-1;
}
.contact-sec-two h2:first-child{
  margin-bottom:0px;
}
.contact-sec-two h2 span{
  color:#56d487;
}
.contact-sec-two  a.cta_button:hover{
  background:#293142;
  border:1px solid #293142;
}
.contact-sec-two .right-col .a_Couple_things_people_ask{
  max-width:640px;
  padding-left:49px;
}

.contact-sec-two .right-col .a_Couple_things_people_ask .couple_con{
   margin-top:-16px;
}


@media(max-width:1150px){

.hs-contact-row-2 .right-contact .right-col{
   left:0;
}
}


@media(max-width: 1024px){
  .hs-contact-row-2 .row-number-4{
    padding: 0px;
  }
}
@media(min-width:768px) and (max-width:1024px){
    .contact-sec-two:before {
    height:285px;
  }
  .contact-sec-two{
    padding-bottom: 28px;
    padding-top:20px;
  }
  .hs-contact-row-2{
     padding: 90px 0px 60px;
  }
  
  .hs-contact-row-2 p::after{
     width: 660px;
  }
  
  .hs-contact-row-2 .right-contact .right-col{
     padding: 20px 25px 40px;
  }
  .hs-contact-row-2 p{
    line-height: 29px;
    font-size: 18px;
    max-width:553px;
  }
}

@media(max-width: 767px){
  .hs-contact-row-2 .right-col{
    position: static;
    margin-top: 50px;
    width: 100%;
    max-width: 100%;
  }
  .hs-contact-row-2 {
    padding: 50px 0px 97px;
}
  .hs-contact-row-2 p{
    max-width:100%;
  }
  
 .mobile-change>.row-fluid-wrapper>.row-fluid{
   display: -webkit-flex; /* Safari */
  display:-moz-flex;
  -webkit-flex-direction: column-reverse; /* Safari 6.1+ */
  -moz-flex-direction:column-reverse;
  display: flex;
  flex-direction: column-reverse;
 }
 .contact-sec-two .left-col{
  text-align:center;
   padding-top:40px;
 }
  .contact-sec-two{
    padding-top:0px;
    padding-bottom:60px;
  }
  .hs-contact-row-2 .right-contact .right-col{
     padding: 20px 20px 40px;
     margin:0 auto;
    float:none;
    margin-top:50px;
  }
  .row-fluid .right-contact form .hs_submit .actions{
    display:inline-block;
  }
  body .container-fluid .row-fluid-wrapper .row-fluid .right-contact form .hs-button{
    min-width:150px;
  }
  .hs-contact-row-2 p::after{
    width:100%;
  }
.contact-sec-two:before {
    left: -68%;
    height: 151px;
    width: 100%;
    top: -5%;
}
  .contact-sec-two .right-col .a_Couple_things_people_ask>.wrapper{
    padding:0px;
  }
  
  .contact-sec-two .right-col .a_Couple_things_people_ask{
     padding-left:0;
  }
  .hs-contact-row-2:before{
    display:none;
  }
  body .row-fluid .hs-contact-row-2 h2 {
    font-size: 26px;
    line-height: 29px;
  }
  .hs-contact-row-2 p{
    font-size:16px;
    line-height:31px;
  }
}




/*========================================================
                 Request a consultation
==========================================================*/

/******************************************************
                     Header
*******************************************************/
.consultant-header{
  padding:27px 45px 0px;
}
.consultant-header .logo img{
  max-width: 163px!important;
}
.consultant-header h6{
  text-align:right;
}

/* .right_img_consult_bg{
  background: url(https://2583772.fs1.hubspotusercontent-na1.net/hub/2583772/hubfs/Form%20Image.png?width=1774&name=Form%20Image.png);
  background-position: top right;
  background-size: cover;
} */


.bg_img_consult img{
  object-fit: cover;
  object-position: right;
}

.header-consultation-page h6{
  margin-bottom: 0px;
  color: #56D487;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
}

.form_of_consultation form .field>label{
  letter-spacing: -0.25px;
}

.desc_consult{
position:relative;
}



.desc_consult:after {
    content: "";
    top: -65px;
    right: 96px;
    /* transform: rotate(-345deg); */
    color: #56D487;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -0.31px;
    line-height: 16px;
    font-family: objektiv-mk2,sans-serif;
    position: absolute;
    width: 150px;
    background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Enquiring%20wont%20affect%20your%20credit%20rating.svg);
    height: 94px;
    background-repeat: no-repeat;
    background-size: contain;
}

.desc_consult2{
position:relative;
}



.desc_consult2:after {
    content: "";
    top: -65px;
    right: 96px;
    /* transform: rotate(-345deg); */
    color: #56D487;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -0.31px;
    line-height: 16px;
    font-family: objektiv-mk2,sans-serif;
    position: absolute;
    width: 150px;
    background: url(#);
    height: 94px;
    background-repeat: no-repeat;
    background-size: contain;
}

@media(max-width:1024px){
 .desc_consult:after{
     top: -125px;
    right: 20px;
  }
}

@media(max-width:767px){

.desc_consult {
    padding-top: 24px;
}
  
  
.desc_consult:after {
    content: "Enquiring won't affect your credit rating";
    width: 100%;
    background:none;
    height: 43px;
    text-align:center;
    left:0;
    right:0;
    top: auto;
    bottom: 60px;
  }
  
 
   .desc_consult:before{
     display:none;
  }
  
.desc_consult:before{
    content: "";
    width: 17px;
    background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Assets%202019/Images/Green%20arrow%20down.svg);
    height: 43px;
    position:absolute;
       right: 11px;
    top: 73px;
    
  }  

body .row-fluid .desc_consult h2 {
    margin-bottom: 60px;
}
  
  body .row-fluid .hs-consultation-row-2 .left-form-sec{
  padding-top:24px!important;
  }  

  
}


/******************************************************
              .hs-consultation-row-2
*******************************************************/
body.request-consultant .header-container-wrapper{
  padding:0px;
}


.hs-consultation-row-2{
  position: relative;
}


.hs-consultation-row-2 h2{
  color: #293142;	
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -0.56px;
  line-height: 40px;
  margin-bottom: 13px;
}
.row-fluid .right-contact form input,
.row-fluid .right-contact form select, 
.row-fluid .right-contact form textarea{
  height:38px;
  color:#505050;
  line-height:23px;
  font-size:16px;
  border: 1px solid #BDC3C9;
  border-radius:4px;
  padding: 10px 11px;
}
.row-fluid .right-contact form input:focus,
.row-fluid .right-contact form select:focus, 
.row-fluid .right-contact form textarea:focus{
  border: 1px solid #56d487;
}

.row-fluid .hs-consultation-row-2 form .field>label{
  margin-bottom:3px;
}


.row-fluid .right-contact form textarea{
  resize:none;
  height:126px;
}
body .container-fluid .row-fluid .right-contact form .hs-button{
      padding: 13px 17px;
    margin-top:35px;
  height:auto;
  color:#ffffff;
  border:1px solid #56d487;
  text-align:left;
  min-width:175px;
  letter-spacing:0.44px;
}
body .container-fluid .row-fluid .right-contact form .hs-button:hover{
  background:#293142;
  border:1px solid #293142;
}

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

.hs-consultation-row-2 .right-contact  p:first-child{
  margin-bottom: 2px;
  font-size: 16px;
  letter-spacing:normal;
}


body .row-fluid .hs-consultation-row-2 .left-form-sec{
    max-width: 435px;
    margin: 0 auto;
    float: none;
    display: block;
}

body .row-fluid .hs-consultation-row-2 .left-form-sec form li.hs-form-checkbox, 
body .row-fluid .hs-consultation-row-2 .left-form-sec form li.hs-form-radio{
  text-align:left;
  font-size:14px;
  font-family: freight-sans-pro,sans-serif;
}
.row-fluid .hs-consultation-row-2 .left-form-sec .hs-form .field .input input[type="checkbox"],
.row-fluid  .hs-consultation-row-2 .left-form-sec .hs-form .field .input input[type="radio"]{
  width:18px!important;
  height:18px;
}
.row-fluid .hs-consultation-row-2 .left-form-sec .hs-form .field .input input[type="checkbox"]:checked:after{
      width: 8px;
    height: 4px;
    top: 3px;
    left: 2px;
      border: 2px solid #56d487;
      border-top: 0;
    border-right: 0;
}
.row-fluid .hs-consultation-row-2 .left-form-sec .hs-form .field .input input[type="radio"]:checked:after {
    width: 8px;
    height: 8px;
    top: 3px;
    left: 3px;
}


.hs-consultation-row-2 .bottom_text p{
  color: #505050;
  font-size: 16px;
  line-height: 23px;
  margin-top: 40px;
  font-weight:300;
  text-align:center;
  padding:0 15px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hs-consultation-row-2 .bottom_text p{
    font-size: 15.5px;
  }
}

.hs-consultation-row-2 .bottom_text p > a{
  color: #56D487;	
  font-weight:bold;
  display:inline-block;
}


    
.hs-consultation-row-2 .desc_consult p{
  color: #505050;
  font-size: 15px;
  font-weight: 200;
  line-height: 23px;
  max-width: 438px;
  margin:0 auto;
  letter-spacing:normal;
}

.row-fluid .hs-consultation-row-2 .right-contact form input,
.row-fluid .hs-consultation-row-2 .right-contact form select,
.row-fluid .hs-consultation-row-2 .right-contact form textarea{
  height:36px;
  border-radius:2px;
  padding:5px 30px 5px 10px;
  border: 1px solid rgba(41, 49, 66, 0.2);	
  border-radius: 2px;
  color:#494A4B;
}


body .row-fluid .hs-consultation-row-2 .right-contact form select{
  background:url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Beyond%20Debt%20October2017/arrow-point-to-down.png);
  background-repeat:no-repeat;
    background-position: calc(100% - 15px) 57%;
    -webkit-appearance: none;
    background-size: 12px;
  color:#494a4b;
}

.hs-consultation-row-2 form .hs_submit{
  position:relative;
}
.hs-consultation-row-2 form .hs_submit:after{
    content: "";
    position: absolute;
   left: 36px;
    top: 8px;
    background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Assets%202019/Images/Arrow.svg) no-repeat;
    background-size:cover;
      width: 76px;
    height: 66px;
}


.hs-consultation-row-2 .actions{
  position: relative;
  display: inline-block;
}


.hs-consultation-row-2  .right-contact{
    padding:49px 0px 0px;
}
.right_img_consult_bg.section-bg{
    background-position: right!important;
}

.hs-consultation-row-2 .span7.right-col{
    height:100vh;
  }

 @media(min-width:2500px){
 .pre-contact .hs-consultation-row-2 .span7.right-col{
    height:100vh!important;
  }
} 

@media(min-width:1025px) and (max-width:1440px){
  
.hs-consultation-row-2 .span7.right-col{
    height:100%!important;
  }
  .hs-consultation-row-2 .right-contact {
    padding: 49px 0px 90px;
 }
}

@media(min-width:768px) and (max-width:1024px){
    .hs-consultation-row-2 .span7.right-col{
    height:100vh;
  }
}

@media(min-width:768px) and (max-width:1140px){
  body .row-fluid .hs-consultation-row-2 .left-form-sec {
    max-width: 360px;
  }
  .hs-consultation-row-2 h2{
    font-size:28px;
  }
  .hs-consultation-row-2 form .hs_submit:after{
    top: 23px;
    width: 53px;
    height: 48px;
  }
  body .container-fluid .row-fluid .right-contact form .hs-button{
    min-width:150px;
  }
 .hs-consultation-row-2 .right-contact  p:first-child{
    max-width: 360px;
    margin: 0 auto;
    margin-top: 45px;
 }
  .header-consultation-page h6{
    font-size:10px;
  }
}

@media(min-width:768px){
   .hs-consultation-row-2 .span5.right_img_consult_bg{
    margin-left:0px;
    width: 42.5%;  
  }
  .hs-consultation-row-2 .span7.right-col{
    width:58.264957%;
    height:100vh;
  }
  body .container-fluid .row-fluid .hs-consultation-row-2 .right-contact{
    margin-left:0px;
  }
  .pre-contact .hs-consultation-row-2 .span7.right-col{
  height:100%;
}
}


@media(max-width:1024px) and (min-width:768px){
.hs-consultation-row-2 .right-contact{
   padding: 90px 0px 0px;   
  }
  body.pre-contact .container-fluid .row-fluid .hs-consultation-row-2 .right-contact{
    padding-bottom:120px;
  }
}


@media(max-width: 767px){
  
 body .row-fluid .hs-consultation-row-2 .consultant-header {
    padding: 27px 15px 14px;
 }
  .hs-consultation-row-2 .right-contact {
    max-width: 100%;
    padding: 0px 15px;
  }
  .hs-consultation-row-2 .row-number-6 .row-fluid {
    display: block;
  }
  .hs-consultation-row-2 .form_of_consultation {
    margin: 0 auto;
    max-width: 100%;
  }
  .hs-consultation-row-2 .right-contact{
    margin-right:0px;
    float:none;
  }
  .right_img_consult_bg{
    height:350px;
  }
  .hs-consultation-row-2 .span6.logo {
    width: 50%;
    float: left;
  }
  .hs-consultation-row-2  .consultant-header{
    padding:27px 15px;
  }
  .hs-consultation-row-2 .left-form-sec{
    padding-top:40px;
  }
  .hs-consultation-row-2 .bottom_text p{
    padding:0px;
  }

  body .consultant-header h6{
    text-transform:uppercase;
     color: #56d487;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom:0px;
    padding-top:10px;
  }
  .hs-consultation-row-2 h2{
    font-size:27px;
    padding-left:0px;
    text-align:center;
  }
  .hs-consultation-row-2 form .hs_submit:after{
    top: 23px;
    width: 53px;
    height: 48px;
  }
  .hs-consultation-row-2 .span7.right-col{
    height:100%;
    padding-bottom:40px;
  } 
}

@media(min-width:320px) and (max-width:480px){
  .hs-consultation-row-2 .span6.logo{
    width:100%;
    float:none;
    text-align:center;
  }
  body .consultant-header .right-text h6{
    text-align:center;
  }
  .hs-consultation-row-2 form .hs_submit:after {
    top: 23px;
    width: 50px;
    height: 43px;
    left: 10px;
  }
}





/*==================================================================
      Personal Insolvency Agreement & Part 9 Hero Section
===================================================================*/

/****************** Lp Banner Section Styling ****************/

.lp-banner-section{
   padding: 115px 0 140px;
   position:relative;
}

.lp-banner-section .right-col{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 59.717949%;
  background-position:center center!important;
}

.lp-banner-section .left-col{
  position:relative;
  z-index:1; 
  width: 50.717949%;
}

.lp-banner-section.insolvency-hero-sec .left-col .heading-container h3{
  max-width:461px;
  letter-spacing:normal;
}
.lp-banner-section .left-col .heading-container h6{
  text-transform:uppercase;
}

.lp-banner-section .left-col .heading-container span{
  position:relative;
  color:#000000;
  display:inline-block;
}

.lp-banner-section .left-col .heading-container a{
  position:relative;
  color:#000000;
}

.lp-banner-section .left-col .heading-container h3 span:before{
  content:"";
  position:absolute;
  height:2px;
  bottom:-6px;
  background: #56D487;
  width:100%;
}

.lp-banner-section .left-col .heading-container a:before{
  content:"";
  position:absolute;
  height:2px;
  bottom:-4px;
  background: #56D487;
  width:100%;
}

.lp-banner-section .right-col:before{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
  background: linear-gradient(270deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.58) 56.52%,#fff 100%);
  width: 50%;
  z-index: 0;
}


.lp-banner-section .left-col .heading-container h1{
  line-height: 59px;
  margin-bottom:24px;
}
.lp-banner-section .left-col .heading-container p{
  font-size:17px;
  line-height:29px;
  color:#000;
  font-weight:bold;
  letter-spacing:normal;
  max-width:472px;
  margin-top:47px;
}
.lp-banner-section .left-col .heading-container h3{
  color:#000000;
  max-width:359px;
}

/*==================== Part 9 Eligibility ================*/
.part9-sec-four .eligibility_for_personal_loan .span5.right-col{
  min-height:796px;
}

/*====================Insolvancy Eligiblity ==============*/

.insolvancy-sec-four .eligibility_for_personal_loan .span5.right-col{
  min-height:680px;
}

@media(min-width:1025px) and (max-width:1180px){
  .lp-banner-section .left-col .heading-container h1{
    font-size:45px;
  }
}
@media(max-width:1024px){
  .lp-banner-section .left-col{
     width: 67.717949%;
  }

  .lp-banner-section .left-col .heading-container p{
     margin-top: 20px;
  }

  .lp-banner-section{
     padding: 85px 0 75px;
  }

  .lp-banner-section .left-col .heading-container h1{
     line-height: 36px;
  }

  .lp-banner-section.insolvency-hero-sec .left-col .heading-container h3{
     font-size:20px;
  }
}


@media(max-width:767px){
  .lp-banner-section{
    padding: 50px 0 150px; 
    margin-bottom:65px;
  }

  .lp-banner-section .left-col {
    width: 100%;
  }

  .lp-banner-section .left-col .heading-container{
    text-align:center;
  }

  .lp-banner-section .left-col .heading-container p {
    font-size: 16px;
    line-height: 25px;
    max-width:100%;
  }

  .lp-banner-section .right-col {
    position: absolute;
    right: 0;
    bottom: -50px;
    top: auto;
    height: 177px;
    left: 0;
    width:100%;
  }

  .lp-banner-section .left-col .heading-container p span{
     border-bottom:none;
  }

  .lp-banner-section .left-col .heading-container{
     position:relative;
     text-align:left;
  }

  /*.lp-banner-section .right-col:before {
      position: absolute;
      left: 0;
      top: -109px;
      bottom: 0px;
      content: '';
      width: 100%;
      z-index: 0;
      height: 100%;
      background: linear-gradient(180deg, #FFFFFF 0.08%, rgba(255,255,255,0.99) 63.1%, rgba(255,255,255,0) 100%);
  }*/

  .lp-banner-section.insolvency-hero-sec .left-col .heading-container h3{
    font-size: 16px;
    line-height: 25px;
  }
}


/***************** Lp Section1 Styling *****************/



/****************************************************
            Debt Help Page 
****************************************************/

.alternative_to_bankruptcy{
  padding:100px 0px 50px;
  position:relative;
}
/*================== Hero Section =====================*/

.lp-banner-section.debt-hero-sec .heading-container.hero-text{
  max-width:448px;
}

/*================ alternative_to_bankruptcy ================*/

.debt-sec-one.alternative_to_bankruptcy{
  position:relative;
  
}
.debt-sec-one.alternative_to_bankruptcy:before{
      content: '';
    background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/dots%20background.svg);
    width: 101%;
    left: -87%;
    height: 478px;
    position: absolute;
    top: -77px;
    z-index:-1;
}
.debt-sec-one.alternative_to_bankruptcy:after{
    content: '';
    width: 10%;
    height: 478px;
    position: absolute;
    right: 0;
    background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/dots%20background.svg);
    bottom: 47px;
    z-index:-1;
}

.debt-form-banner-sec.form-banner-sec h2{
  max-width:542px;
  margin:0 auto;
}



/*===================Banner Section ==============*/

/* .debt-form-banner-sec.form-banner-sec:after{
    content: "";
    position: absolute;
    width: 100%;
    left: 0%;
    background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Beyond%20Debt%20Assets%202019/grey%20dots.svg);
    height: 100%;
    bottom: 0px;
    z-index: -4;
} */




/******************************************************
              alternative_to_bankruptcy
*******************************************************/

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

.alternative_to_bankruptcy{
  padding:98px 0 87px;
  position:relative;
  z-index:1;
}

.alternative_to_bankruptcy:before{
      content: '';
    background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/dots%20background.svg);
     width: 100%;
     left: -86%;
    height: 478px;
    position: absolute;
    top: -77px;
}
.alternative_to_bankruptcy:after{
    content: '';
    width: 10%;
    height: 478px;
    position: absolute;
    right: 0;
    background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/dots%20background.svg);
    bottom: -207px;
    z-index:-1;
}


body .row-fluid-wrapper .row-fluid .atb_text_container{
  max-width:896px;
  margin:0 auto;
  display:block;
  float:none;
}

.atb_text_container li {
   position: relative;
  font-size:18px;
  line-height:35px;
  margin-left: 30px;
  font-weight:500;
}
.atb_text_container ul {
   list-style: none;
  display:inline-block;
}
.atb_text_container li:before {
   content: '';
   position: absolute;
   background-color: #56D487;
   width: 8px;
   height: 8px;
  border-radius:100%;
    left: -29px;
    top: 12px;
}

body .row-fluid-wrapper .row-fluid .atb_text_container h6{
   margin-bottom:11px;
}

.atb_text_container h2{
  margin-bottom:28px;
}

.atb_text_container p{
  font-size:18px;
  line-height:35px;
  font-weight:300;
  margin-bottom:13px;
  letter-spacing:normal;
}

@media(min-width:768px){
  .atb_text_container li{
    width:46%;
    float:left;
  }
}

.atb_text_container h4{
  line-height: 35px;
  margin-top: 16px;
  margin-bottom: 4px;
  color: #494A4B;
  font-family: ff-basic-gothic-pro;
}

@media(min-width:768px) and (max-width:1024px){
  .atb_text_container {
    padding-left: 45px;
  }
  
.alternative_to_bankruptcy:before{
   left: -90%;
}
  
.alternative_to_bankruptcy{
   padding: 78px 0 47px;
}
  
}

@media(max-width:767px){
  .atb_text_container {
    padding-left: 0px;
  }
  .atb_text_container{
  max-width:100%;
 }
  body .row-fluid-wrapper .row-fluid .atb_text_container{
    text-align:center;
  }
  .alternative_to_bankruptcy:after{
    display:none;
  }
  .alternative_to_bankruptcy:before {
    width: 100%;
    left: -85%;
    height:142px;
  }
  .atb_text_container ul {
    display: block;
    text-align: left;
  }
  
  body .row-fluid .atb_text_container p{
     font-size:16px;
     line-height:31px;
     color:#494A4B;
     font-weight:300;
  }
}

@media(min-width:320px) and (max-width:480px){
  body .atb_text_container h2{
    font-size: 23px;
    letter-spacing: -0.42px;
    line-height: 31px;
    margin-bottom:23px;
  }
  .atb_text_container p {
    font-size: 14px;
    line-height: 21px;
  }
  body .alternative_to_bankruptcy{
    padding-bottom:30px;
  }
}





/******************************************************
             Form Banner Section
*******************************************************/

.form-banner-sec{
  position:relative;
  z-index:1;
  padding:60px 0 60px;
  background-repeat:no-repeat;
}


.form-banner-sec:after {
    content: "";
    position: absolute;
    width: 100%;
    background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Beyond%20Debt%20Assets%202019/grey%20dots.svg);
    left: 0;
    bottom: 0px;
    top: 0px;
    right: 0px;
    z-index: -4;
    background-repeat: no-repeat;
    background-size:cover;
}

body .row-fluid .form-banner-sec .wrapper{
  max-width: 705px;
  color: #FFFFFF;
}

 .form-banner-sec h2{
  line-height: 46px;
  color: #fff;
  margin:0 auto;
  max-width:412px;
}

body .row-fluid .insolvency-banner h2{
   max-width:100%;
}


.form-banner-sec p{
  font-size: 15px;
  line-height: 23px;
  color: #fff;
  margin-top: 16px;
  margin-bottom: 12px;
  max-width: 618px;
  margin: 16px auto 12px;
}

.form-banner-sec .row-fluid form .field>label{
  color: #fff;
  letter-spacing: -0.25px;
  margin-bottom:3px;
  font-family:ff-basic-gothic-pro;;
}
.row-fluid .form-banner-sec form input,
.row-fluid .form-banner-sec form select,
.form-banner-sec .row-fluid form textarea{
  background:#3C4760;
  border:1px solid #3C4760;
  color:#ffffff;
  letter-spacing: -0.27px;
  line-height:18px;
  font-size:15px;
}
.form-banner-sec .row-fluid form select{
   -webkit-appearance: none;
   background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Beyond%20Debt%20October2017/arrow-down.png);
   background-repeat: no-repeat;
   background-position: calc(100% - 15px) center;
   background-size: 10px;
   background-color: #3c4760;
}
.form-banner-sec .row-fluid form select option{
  background:#3c4760;
}
.row-fluid .form-banner-sec form input:focus,
.row-fluid .form-banner-sec form select:focus,
.form-banner-sec .row-fluid form textarea:focus{
  border:1px solid #56d487;
}

.form-banner-sec form .hs_submit{
  position:relative;
}
.form-banner-sec form .hs_submit:before{
    content: "";
    position: absolute;
    left:148px;
    bottom: 8px;
    background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Beyond%20Debt%20October2017/Arrow.png) no-repeat;
    width: 64px;
    height: 50px;
    background-size: cover;
  transform: rotate(10deg);  
} 

.form-banner-sec .arrow_bt_parent{
    position: relative;
    display: inline-block;
}
body .row-fluid .form-banner-sec .arrow-cta form .hs-button:hover{
  background:#212837;
  border:1px solid #56D487;
  color:#56D487;
}


@media(max-width:767px){
  .form-banner-sec form .hs_submit:before{
        left: 10%;
     width: 46px;
    height: 35px;
  }
  .form-banner-sec form .hs_submit {
    position: relative;
    max-width: 399px;
    margin: 0 auto;
  }
  .form-banner-sec:after{
     left: 0%;
  }
  
body .row-fluid .insolvency-banner p{
  font-size:16px;
  line-height:26px;
}
  
  .form-banner-sec{
     background-image:none;
  }
  
 .form-banner-sec:before{
  position:absolute;
  content:"";
  left:0px;
  right:0px;
  bottom:0px;
  top:0px;
  background:rgba(41, 49, 66, 0.6);
  z-index:-1;
} 
}
@media(min-width:320px) and (max-width:480px){
  .form-banner-sec form .hs_submit:before{
     left:1%;
  }
  .lp-banner-section .left-col .heading-container h3{
    max-width:100%;
    font-size:16px;
  }
  .lp-banner-section .left-col .heading-container h1{
    font-size: 32px;
    line-height: 36px;
  }
  .alternative_to_bankruptcy:before {
    width: 100%;
    left: -76%;
    top:-108px;
  }
  body .row-fluid .form-banner-sec h2{
    font-size:23px;
    line-height:31px;
    letter-spacing:-0.49px;
  }
  body .row-fluid .form-banner-sec p{
    font-size:16px;
    line-height:26px;
  }
}



/******************************************************
        How can I benefit from a Debt Agreement?
*******************************************************/





/******************************************************
                   Borders
*******************************************************/



/****************** Part 9  *************************/


@media(min-width:768px) and (max-width:1024px){
  .arrow-cta a.cta_button, body .container-fluid .row-fluid .arrow-cta .hs-button{
    padding: 13px 65.5px 13px 14px;   
  }
  body .container-fluid .row-fluid .inner-module-container .arrow-cta .actions:after{
    width: 54px;
    height: 48px;
    left: -67px;
    top: -14px;
  }
  .section-center-border{
        padding: 60px 0px;
  }
  .hs-row-4 {
    padding-bottom: 90px;
  }
}

@media(max-width:767px){
  .vertical.simple-cta {
    margin-top: 40px;
  }
  
}
@media(min-width:320px) and (max-width:480px){
  body .container-fluid .row-fluid .inner-module-container .arrow-cta .actions:after{
    width: 44px;
    height: 39px;
    left: -36%;
    top: -4%;
  }
  body .row-fluid form input[type="file"]{
    width:227px;
  }
}

@media(max-width:380px){
  body .container-fluid .row-fluid .mobile-buttons{
    display:flex !Important;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flexbox;
    display:-o-flex;
    justify-content:center;
    -webkit-justify-content:center;
    align-items:center;
    -webkit-align-items:center;
    flex-direction: column;
    -werbkit-flex-direction:column;
  }
  
  body .container-fluid .row-fluid .mobile-button-width {
    width: 100%;
    float: left;
  }
  
  body .mobile-inner-cta a.cta_button {
    padding: 13px 0px;
    margin-top: 10px;
    width:100%;
  }
}


/**************************************************************
                         About us
**************************************************************/

.lp-banner-section.about-hero-sec .right-col{
  width: 49.717949%;
}
.lp-banner-section.about-hero-sec .hero-text p{
  font-size:18px;
  font-weight:300;
  color:#494A4B;
  line-height:35px;
  letter-spacing:normal;
  margin-top:0px;
  max-width:536px;
}
.lp-banner-section.about-hero-sec .left-col .heading-container h1{
      margin-bottom: 41px;
}

.lp-banner-section.about-hero-sec{
  padding: 115px 0 0px;
}
.about-hero-sec .widget-type-cta{
  margin-top:0px;
}
.about-hero-sec .simple-cta a.cta_button {
    position: relative;
    top: 22px;
}


/*===================== About Section one ================*/

.about-sec-one{
  padding:140px 0px 50px;
  position:relative;
}
.about-sec-one:before{
  content:"";
  position:absolute;
  background:url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/dots%20background.svg);
  left: -92%;
  width: 99%;
  height:478px;
  bottom:0px;
}

.about-sec-one:after{
  content:"";
  position:absolute;
  background:url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/dots%20background.svg);
  right:-90%;
  width:100%;
  height:374px;
  top:-234px;
}

.about-sec-one .about-before-after{
   padding:55px 0px 31px;
   position:relative;
}

.about-sec-one .about-before-after:after,
.about-sec-one .about-before-after:before{
    content: "";
    position: absolute;
    width: 186px;
    height: 2px;
    background: #56d487;
    margin: 0 auto;
}
.about-sec-one .about-before-after:after{
    top:0px;
    left: 0;
    right: 0;
}
.about-sec-one .about-before-after:before{
    bottom:0px;
    left: 0;
    right: 0;
}

/*=======================About-section Three===============*/

.about-sec-three .eligibility_for_personal_loan .span5.right-col{
  min-height:693px;
}


/*====================About Slider Section =====================*/
.about-slider-sec{
  padding:40px 0px 100px;
}

@media(min-width:768px) and (max-width:1024px){
  .about-sec-one {
    padding: 100px 0px 20px;
  }
  
  .about-sec-two h2{
    padding-bottom:30px;
  }
  
  .about-sec-two{
    padding:60px 0px;
  }
  
  .eligibility_for_personal_loan .left-col.one_line_desc p{
    font-size:16px;
    line-height:31px;
  }
  
  .eligibility_for_personal_loan .left-col.one_line_desc h2{
    line-height:35px;
  }
  
  .about-sec-three .eligibility_for_personal_loan .span5.right-col {
    min-height: 560px;
 }
  
  .lp-banner-section.about-hero-sec .hero-text p{
    font-size:16px;
    line-height:31px;
  }
  
  .lp-banner-section.about-hero-sec {
    padding: 75px 0 0px;
  }
}
@media(max-width:767px){
  .lp-banner-section.about-hero-sec .right-col{
    width:100%;
  }
  .lp-banner-section.about-hero-sec .hero-text p{
    font-size:14px;
    line-height:21px;
  }
  .lp-banner-section.about-hero-sec{
    padding:47px 0 0px;
  }
  .about-sec-one {
    padding: 87px 0px 25px;
      margin-top:85px;
  }
  .eligibility_for_personal_loan .left-col.one_line_desc p{
    font-size:14px;
    line-height:21px;
  }
  .about-slider-sec{
    padding:0px;
  }
  .lp-banner-section.about-hero-sec .simple-cta{
    display:none;
  }
  .lp-banner-section.about-hero-sec{
    margin-bottom:120px;
  }
  .lp-banner-section.about-hero-sec .right-col{
    bottom: -207px;
  }
  .lp-banner-section.about-hero-sec .right-col:before{
     content: '';
	   background: linear-gradient(180deg, #FFFFFF 0.08%, rgba(255,255,255,0.99) 0%, rgba(255,255,255,0) 100%);
     position: absolute;
    left: 0;
    top: 0px;
    height:50px;
    bottom: 0;
  }
.about-sec-one:before {
    top: -87px;
    height: 148px;
    width: 100%;
    left: -75%;
}
 .about-sec-one:after{
    display:none;
  }
  .about-sec-one .about-before-after:after,
  .about-sec-one .about-before-after:before{
    max-width:102px;
  }
  .about-sec-one .about-before-after{
        padding: 55px 0px 54px;
  }
  .about-sec-three .eligibility_for_personal_loan .left-col{
    text-align:left;
        padding: 35px 20px 58px;
  }
  .lp-banner-section.about-hero-sec .hero-text p{
    max-width:100%;
  }
}

/*====================================================
 *             Calculator Page 
 * ===================================================*/


.calculator-hero-sec{
  padding:85px 0px 0px;
}

body .row-fluid .calculator-hero-sec .hero-text {
    max-width: 788px;
    margin: 0 auto;
    float: none;
    display: block;
  position: relative;
    top: 46px;

}
.calculator-hero-sec h1{
  margin-bottom:15px;
}
.calculator-hero-sec h3{
  color:#000000;
  margin-bottom:40px;
}
.calculator-hero-sec  p{
  font-size:18px;
  line-height:35px;
  letter-spacing:normal;
}
.calculator-hero-sec.overlay:before,
.complaint-hero-sec.overlay:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: -1;
    opacity: 0.54;
}

@media(min-width:768px) and (max-width:1024px){
  .calculator-hero-sec {
    padding: 35px 0px 0px;
  }
}

@media(max-width:767px){
  .calculator-hero-sec {
    padding: 45px 0px 0px;
 } 
}


/*========================================================
 *       Complaint Page
 *=======================================================*/

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

.complaint-hero-sec{  
  padding:105px 0px 129px;
  position:relative;
}
.complaint-hero-sec h1{
  margin-bottom:25px;
}
.complaint-hero-sec h3{
  max-width:718px;
  margin:0 auto;
  color:#000000;
  letter-spacing:normal;
}


/*===================== Complaint Section Two =================*/

.complaint-section-two {
    position: relative;
    z-index: 1;
  padding-bottom:90px;  
}

body .row-fluid .complaint-section-two .desc-wrapper {
    max-width: 780px;
    margin: 0 auto;
    float: none;
    display: block;
    margin-top:-30px;
}


.complaint-form-wrapper{
  background:#ffffff;
  padding:60px 20px 50px;
  max-width:1180px;
  margin:0 auto;
  box-shadow: 0 3px 14px 0 rgba(0,0,0,0.09);
  border: 1px solid #CFD8DC;
  margin-top:-28px;
}
.complaint-form-wrapper h3{
  text-align:center;
  font-size:34px;
  font-weight:bold;
  margin-bottom:31px;
}
.complaint-section-two p,
.complaint-section-two li{
  font-size:18px;
  line-height:35px;
  letter-spacing:normal;
  font-weight:300;
}
.complaint-section-two a{
  text-decoration:underline;
  color:#494A4B;
}
.complaint-section-two p:first-child>strong{
  padding-top:0px;
}
.complaint-section-two p>strong {
    padding-top:30px;
    display: block;
}

.complaint-section-two li,
.complaint-section-two ul li li{
   position: relative;
  margin-left:30px;
}
.complaint-section-two ul {
   list-style: none;
}
.complaint-section-two li:before{
    content: "";
    position: relative;
    display: inline-block;
    left: -17px;
    height: 4px;
    width: 4px;
    top: -4px;
    border-radius: 100%;
    background: #484848;
}
.complaint-section-two ul>ul li:before{
    content: "";
    position: relative;
    display: inline-block;
    left: -10px;
    height: 1px;
    width: 6px;
    top: -3px;
    border-radius: 0;
    background: #484848;
}
.complaint-section-two ul>ul {
    padding-left: 25px;
}

/*===================== Form Section =============*/

.complaints-from-sec{
  padding-bottom:85px;
  margin-bottom:45px;
}
.complaints-from-sec .form-sec form{
  max-width:676px;
  margin:0 auto;
}
.complaints-from-sec .form-sec form .field>label{
  font-family: ff-basic-gothic-pro;
  letter-spacing:-0.25px;
}
.complaints-from-sec .form-sec form .hs_submit{
  position:relative;
}
.complaints-from-sec .form-sec form .hs-button:hover{
  background:#293142;
  border:1px solid #293142;
  color:#ffffff;
}
.complaints-from-sec .form-sec form .hs_submit:before{
    content: "";
    position: absolute;
    background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Assets%202019/Images/Arrow.svg) no-repeat;
    background-size: cover;
    height: 57px;
    width: 66px;
    left: 21%;
    bottom: 9px;
}
.complaints-from-sec .form-sec form ul li{
  text-align: left;
  font-size: 15px;
  letter-spacing: -0.25px;
  line-height: 18px;

}
.complaints-from-sec .form-sec form ul{
  max-width: 155px;
  margin-top:15px;
}
.complaints-from-sec .form-sec form ul li.hs-form-radio{
  width:50%;
  float:left;
  margin-bottom:0px;
}

.row-fluid .complaints-from-sec .form-sec  form textarea{
  resize:none;
  min-height:83px;
}
body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
  line-height:0px;
}


.complaints-from-sec .form-sec .row-fluid .hs-form .field .input input[type="radio"]{
   border-radius:2px;
  border:1px solid #D3D4D7;
      width: 18px!important;
    height: 18px!important;
}
.complaints-from-sec .form-sec .row-fluid .hs-form .field .input input[type="radio"]:checked{
      border:1px solid #56d487;
}
.complaints-from-sec .form-sec .row-fluid .hs-form .field .input input[type="radio"]:checked:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: #56d487;
    left: 0px;
    border-radius: 0;
}

@media(min-width:768px) and (max-width:1024px){
  .complaint-section-two p, .complaint-section-two li{
    font-size: 16px;
    line-height: 29px;
  }
  .complaints-from-sec .form-sec form .hs-button{
        font-size: 14px;
    padding: 12px 24px;
  }
}

@media(max-width:767px){
    .complaint-section-two p, .complaint-section-two li{
    font-size: 16px;
    line-height: 30px;
  }
  .complaint-hero-sec {
    padding: 65px 0px 105px;
  }
  .complaint-section-two p>strong {
    padding-top: 20px;
  }
  .complaint-section-two ul{
    margin:15px 0px;
  }
  .complaint-section-two{
    padding-bottom:60px;
  }
  .complaints-from-sec {
    padding-bottom: 55px;
  }
  .complaint-form-wrapper h3{
    font-size:25px;
  }
   .complaint-form-wrapper{
      padding: 45px 20px 50px;
  }
  .complaints-from-sec .form-sec form ul{
    margin-top:0px;
  }
  .complaints-from-sec .form-sec form .hs_submit:before{
    left:11%;
  }
}

@media(min-width:320px) and (max-width:480px){
  .complaints-from-sec .form-sec form .hs_submit:before{
        height: 38px;
    width: 43px;
    left: 3%;
  }
}


/*=======================================================
 *     Debt Consolidate 
 * =====================================================*/

.debt-consolidate .section-heading .hs_cos_wrapper{
      max-width: 519px;
}
body.hardship-management.debt-consolidate .row-fluid .image-text-cm .three-col-adjust span>.hs_cos_wrapper{
      align-items: center;
    -webkit-align-items: center;
  text-align:center;
}
.debt-consolidate .eligibility_for_personal_loan .one_line_desc li span{
  text-decoration:underline;
}
.debt-consolidate .eligibility_for_personal_loan .one_line_desc ul{
  margin:0px;
}
body.hardship-management.debt-consolidate .hardship-section4 .header-text h2{
  max-width:848px;
  margin:0 auto;
  margin-bottom:10px;
}
.hardship-management.debt-consolidate .form-banner-sec h2{
  max-width:468px;
}
.debt-consolidate .debt-consolidate-sec-two .sec-two-wrap{
  max-width:895px;
  margin:0 auto;
  float:none;
}
.debt-consolidate .debt-consolidate-sec-two .sec-two-wrap p{
  font-size:18px;
  line-height:35px;
}

.debt-consolidate-sec-two{
   position:relative;
}

.debt-consolidate-sec-two:before{
  content: '';
  background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/dots%20background.svg);
  width: 100%;
  left: -86%;
  height: 291px;
  position: absolute;
  bottom: 0;
}



@media(max-width:1024px){

.debt-consolidate-sec-two:before{
   display:none;
}
}

@media(max-width:767px){

.debt-consolidate-sec-two{
   overflow:hidden;  
}
  
.debt-consolidate .debt-consolidate-sec-two .sec-two-wrap{
   text-align:center;
}
  
.debt-consolidate .debt-consolidate-sec-two .sec-two-wrap h3{
   font-size:20px;
   line-height:29px;
   color:#000000;
   font-weight:bold;
}
  
.debt-consolidate .debt-consolidate-sec-two .sec-two-wrap p {
    font-size: 16px;
    line-height: 31px;
}
  
.debt-consolidate-sec-two:before{
   display:none;
}
  
body.debt-consolidate .hs-row-3 .simple-cta {
    bottom: 70px!important;
}
  
body.debt-consolidate .hs-row-3 {
    padding: 50px 0 117px;
}
}


/**************** Debt Consolidation Section6 Styling ****************/





.debt-cons-section6{
   padding:76px 0 116px;
   background: linear-gradient(180deg, rgba(242,252,246,0) 0%, rgba(224,247,233,0.24) 100%);
}

body .row-fluid .debt-cons-section6 .heading-container{
   max-width:781px;
   margin:0 auto;
   float:none;
}

.debt-cons-section6 .heading-container p{
   font-size:18px;
   line-height:35px;
   color:#494A4B;
   letter-spacing:normal;
}

.debt-cons-section6 .cta-container a.cta_button{
   padding-right:48px;
}

.debt-cons-section6 .cta-container a.cta_button:before{
   bottom:19px;
}



/*==============================================
                  Review Page
==============================================*/

.review .complaint-hero-sec h3{
    max-width: 550px;
    margin: 0 auto;
}
.review-sec-two h3{
  margin-bottom:29px;
}
  .review-sec-two{
    padding:60px 0px 80px;
    margin-bottom:60px;
  }

@media(max-width:767px){
  .review .complaint-hero-sec {
    padding: 78px 0px 0px;
    height: 156px;
 }
    .review .review-quote-cm .blockquote-listing {
    margin-top:0px;
    padding-top: 106px;
}
  .review .complaint-hero-sec h3{
    font-size:16px;
    line-height:29px;
  }
    .review-sec-two{
    margin-bottom:0px;
  }
}

/*=======================================================
 *              404 Page
 * =====================================================*/

.error-page .header-container-wrapper{
  display:none;
}
.error-page{
      position:fixed;
      height: 100vh;
}
.error-hero-sec{
    height: 100vh;
    position:fixed;
    display: flex!important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position:relative;
    z-index:1;
    background: linear-gradient(180deg, rgba(242,252,246,0) 0%, rgba(224,247,233,0.24) 100%);
    background: -moz-linear-gradient(180deg, rgba(242,252,246,0) 0%, rgba(224,247,233,0.24) 100%);
   background: -o-linear-gradient(180deg, rgba(242,252,246,0) 0%, rgba(224,247,233,0.24) 100%);
} 

.error-hero-sec h3{
  color:#000000;
}
.error-hero-sec h1{
	color: #56D487;
  font-size: 150px;
  font-weight: bold;
  letter-spacing: -2.73px;	
  line-height: 57px;	
  text-align: center;
  margin: 137px 0px 55px;
}
.error-hero-sec .widget-type-cta {
    margin-top: 35px;
}
.error-hero-sec a.cta_button{
      padding: 15px 22.5px;
}
.error-hero-sec a.cta_button:hover{
      background:#293142;
      border: 1px solid #293142;
    color:#ffffff;
}

.error-hero-sec .first-cta-btn a.cta_button{
padding: 15px 42px;
}

.error-hero-sec:before{
    content: "";
    position: absolute;
    background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/dots%20background.svg);
    width: 100%;
    height: 349px;
    left: 91.2%;
    right: 0px;
    bottom: 30px;
    z-index: -1;
}
.error-hero-sec:after{
    content: '';
    background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/dots%20background.svg);
    width: 100%;
    left: -86%;
    height: 349px;
    position: absolute;
    top: 100px;
}


@media(min-width:768px) and (max-width:1024px){
  .error-hero-sec h1{
        font-size: 100px;
    margin: 109px 0px 41px;
  }
}
@media(max-width:767px){
  
  body .error-hero-sec h1{	
   font-size:90px;
   margin: 79px 0px 5px;
   line-height:100px;
  }
  body .error-hero-sec h3{	
   font-size:20px;
  line-height:29px;
   max-width:255px;
    margin:0 auto;
  }
  .error-hero-sec:before{
    top:0px;
    height: 169px;
    left: 82.2%;
    right: 0px;
}
.error-hero-sec:after{
    left: -83%;
    height: 169px;
    top:70%;
 }
  .error-hero-sec .widget-type-cta {
    margin-top: 30px;
}
}






/**************** Calculator Disclaimer Styling *****************/



.disclaimer p{
   font-size:11px;
   line-height:26px;
   color:#494A4B;
   font-weight:300;
}

.disclaimer{
   text-align:center;
   padding-bottom:35px;
}


/*Updated banner Styling*/



@media(min-width: 1440px){
  .row-fluid [class*="span"].lp-banner-section.updated-banner{
    margin: 0 auto !important;
    float: none;
    max-width: 1440px;
  }
}

@media(min-width:768px){

.lp-banner-section.updated-banner .right-col {
background-repeat: no-repeat !important;
}
  
.lp-banner-section.updated-banner{
   padding: 119px 0 143px;
}

.alternative_to_bankruptcy.lp-section1 {
    padding: 102px 0 0px;
}
  


}

@media(max-width:767px){

  
.lp-banner-section.updated-banner .left-col .heading-container {
    text-align: left;
}  

  
  .lp-banner-section.updated-banner .left-col .heading-container:before{
   display:none;
  } 
  
  
.alternative_to_bankruptcy.lp-section1:before {
    top: -87px;
  }
  
}








/*==========================================================
          Popup Styling 
=============================================================*/




.home-new .home-hero-sec .left-col .simple-cta a.cta_button{
  border: 1px solid #56d487;
  color: #56d487;
  font-size: 14px;
  line-height: 20px;
  padding: 13px 18px;
   transition:0.2s all ease-in-out;
}

.home-new .home-hero-sec .left-col .simple-cta a.cta_button:hover{
   color:#fff;
   background:#56d487;
   transition:0.2s all ease-in-out;
}

.home-new .home-hero-sec .left-col .simple-cta a.cta_button:before{
   display:none;
}




.popup-section1 .close-pdf-popup{
    position: absolute;
    right: 25px;
    cursor: pointer;
    top: 9px;
    width: 25px;
}

.popup-section1 .close-pdf-popup img{
  width: 100%!important;
  max-width: 30px;
}

.popup-section1 .logo-container{
   margin-bottom:35px;
}

body .row-fluid .popup-section1 .form-container form .field>label{
   text-transform:initial;
}

.pdf-popup-open .popup-section1{
    opacity:1;
    pointer-events:auto;
}

.popup-section1{
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.98);
    z-index: -1;
    left: 0;
    right: 0;
    overflow: hidden;
    overflow-y: scroll;
    opacity: 0;
    transition: all .5s ease-in-out;
    bottom: 0;
    display: flex!important;
    flex-direction: column;
    justify-content: center;
}

.popup-section1::-webkit-scrollbar {
  width: 0px;
}
.popup-section1::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0px;
}
.popup-section1 ::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 0px;
}

body .row-fluid .popup-section1 .wrapper{
    position:relative;
    max-width:652px;
    margin:0 auto;
    float:none;
} 

.popup-open-new1{
   opacity:1;   
   z-index:9999;
}

body .row-fluid .popup-section1 .form-container{
    max-width:652px;
    margin:0 auto;
    float:none;
}

body .row-fluid .popup-section1 .form-heading h3{
  font-size: 26px;
  line-height: 33px;
  font-weight: bold;
  text-align: center;
  max-width: 378px;
  margin: 0 auto 20px;
  float: none;
}

body .row-fluid .popup-section1 form .hs_submit .actions{
  display:block;
  margin: 0 auto;
  float: none;
  max-width: 180px;
}

body .row-fluid .popup-section1 form .hs_submit .actions:after{
  content: "";
  position: absolute;
  left: -86px;
  top: -6px;
  background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Assets%202019/Images/Arrow.svg) no-repeat;
  background-size: cover;
  width: 66px;
  height: 59px;
}

body .row-fluid .popup-section1 .form-container form .hs-button{
  padding: 17px 42px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-top:10px;
}


@media(max-width:767px){

body .row-fluid .popup-section1 .wrapper {
    padding: 49px 30px 35px;
}
  
body.pdf-popup-open{
    overflow-y:scroll; 
}
  
.popup-section1{
  padding:0 20px;
  display:block!important;
}
  
body .row-fluid .popup-section1 .wrapper {
    padding: 79px 0px 65px;
}
  
.popup-section1 .close-pdf-popup {
    right: 0;
    top: 30px;
}
  
.popup-section1 .form-container {
    padding: 21px 15px 30px;
}

}









/****************** Service Page Form Styling *******************/





.popup-section1 .form-container form .hs-form-required{
    display:none;
}

.popup-section1 .form-container form .field>label{
  position: absolute;
  top: -5px;
  left: 15px;
  transition:0.2s all ease-in-out;
  z-index:11;
  font-size:14px;
  line-height:18px;
  letter-spacing:-0.25px;
  font-weight:normal;
} 

.popup-section1 .form-container form .color-text label{
   top:-23px;
   color:#56D487;
   transition:0.2s all ease-in-out;
   background:#fff;
   left:0;
}

.popup-section1 .form-container form .gray-color-text label{
   top:-23px;
   color:#A0A4AB;
   transition:0.2s all ease-in-out;
   background:#fff;
   left:0;
}

.popup-section1 .form-container form .down-label label{
   top:-3px;
   color:#494A4B;
   left:10px;
}

.popup-section1 .form-container .hs-form fieldset.form-columns-2 .hs-form-field{
   position:relative;
}

.popup-section1 .form-container form fieldset{
   position:relative;
}

.popup-section1 .form-container .form-heading h3{
   font-size:26px;
   line-height:33px;
   color:#000000;
   font-weight:bold;
}

.popup-section1 .form-container .form-heading p{
   font-size:14px;
   line-height:22px;
   color:#494A4B;
   font-weight:300;
}

.popup-section1 .form-container .form-heading{
   margin-bottom:30px;
}

.popup-section1 .form-container form input,
.popup-section1 .form-container form select{
   margin-bottom:15px;
   font-size:14px;
   line-height:18px;
   letter-spacing:-0.25px;
   color:#494A4B;
   font-weight:normal;
   padding-top:13px;
}

.popup-section1 .form-container form .hs-button{
   padding: 17px 26px;
   color:#fff;
   font-size:14px;
   line-height:20px;
   font-weight:bold;
}

.popup-section1 .form-container .arrow-cta .actions:before{
   display:none;
}

.popup-section1 .form-container form .hs-error-msg{
   color:red!important;
}

.popup-section1 .form-container form .hs-error-msgs li{
   display:block;
   width:100%;
   margin-bottom:10px;
}

.popup-section1 .form-container{
   padding: 21px 27px 30px;
}

.popup-section1 .form-container form input:-internal-autofill-selected{
   background:transparent!important;
}






/**************** How It Works Page Popup *******************/




.how-it-works-new .step-cm .cm-container .right-col p a{
   font-size:18px;
   line-height:35px;
   color:#494A4B;
   text-decoration:underline;
   cursor:pointer;
}







/*==========================================================
             Blog Feb 2020 Page Styling 
===========================================================*/




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




.blog-banner-section{
   padding:73px 0 75px;
   position:relative;
}

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

.blog-banner-section .heading-container{
   position:relative;
}

.blog-banner-section .heading-container:after{
    position: absolute;
    right: 0;
    bottom: -40px;
    content: '';
    background:#A9ABB0;
    width: 48%;
    height: 1px;
}

.blog-banner-section .heading-container:before{
   position:absolute;
   left:0;
   bottom:-40px;
   content:'';
   background:#A9ABB0;
   width:48%;
   height:1px;
}

.blog-banner-section .heading-container h1{
   margin-bottom:20px;
}

.blog-banner-section .black-birds{
   position:absolute;
   left:0;
   right:0;
   bottom:55px;
   margin:0 auto;
   float:none;
   text-align:center;
}

.blog-banner-section .blog-container .featured-section .post-featured-image{
   height:454px;
   border-radius:5px;
}

.blog-banner-section .blog-container .featured-section .post-featured-topic .post-tag{
   display:none;
}

.blog-banner-section .blog-container .featured-section .post-featured-topic .post-tag:first-child{
   display:block;
}

.featured-section .post-featured-topic .post-tag a.topic-link{
   font-size:16px;
   line-height:31.2px;
   color:#A0A4AB;
   font-weight:normal;
   text-transform:uppercase;
}

.featured-section .post-body-inner{
   margin-left:0;
   margin-top:20px;
}

.featured-section .post-header h2{
   font-size:39px;
   line-height:49px;
   letter-spacing:-0.71px;
   margin-top:4px;
}

.featured-section .post-desc p{
   font-size:20px;
   line-height:30px;
   color:#494A4B;
   letter-spacing:-0.25px;
   font-weight:lighter;
}

.blog-banner-section .blog-container{
   margin-top:90px;
   position:relative;
}

.blog-banner-section .blog-container:before{
   position: absolute;
    top: -58px;
    left: 0;
    right: 0;
    content: '';
    background: url(https://www.beyonddebt.com.au/hubfs/Black%20birds.svg);
    width: 17px;
    height: 16px;
    z-index: 1;
    margin: 0 auto;
}



@media(max-width:1024px){

.featured-section .post-header h2{
   font-size: 33px;
   line-height: 44px;   
}
  

}


@media(max-width:767px){

.blog-banner-section .heading-container:before{
    width: 40%; 
}
  
.blog-banner-section .heading-container:after{
    width: 40%; 
}
  
.blog-banner-section .blog-container:before{
   top:-73px;
}
  
.blog-banner-section .blog-container .featured-section .post-featured-image{
   height: 220px;
}
  
.featured-section .post-header h2{
   font-size: 26px;
   line-height: 38px;  
}
  
.featured-section .post-desc p{
   font-size: 17px;
   line-height: 27px;
}
  
.blog-banner-section .blog-container .left-col{
   margin-bottom:30px;
}
}


/**************** Blog Cm Section1 Styling ***************/




.blog-cm-section1 .image-container{
   height:220px;
   border-radius:5px;
   margin-bottom:20px;
}

.blog-cm-section1 .heading-cont h3{
   font-size:27px;
   line-height:35px;
   color:#293142;
   font-weight:bold;
   letter-spacing:normal;
}

.blog-cm-section1 .cta-container a.cta_button{
   font-size:17.55px;
   line-height:25px;
   letter-spacing:0.1px;
   color:#56D487;
   font-weight:500;
   border-bottom:2px solid transparent;
}

.blog-cm-section1{
   margin-bottom:40px;
}

.blog-cm-section1 .cta-container.simple-cta a.cta_button:before{
   color:#56D487;
   top:12px;
}

.blog-cm-section1 .cta-container.simple-cta a.cta_button:hover{
   border-bottom:2px solid #56D487;
}

.blog-cm-section1 .cta-container{
   margin-top:17px;
}



@media(max-width:1024px){

.blog-cm-section1 .heading-cont h3{
   font-size: 21px;
   line-height: 30px;  
}
  
.blog-cm-section1 {
    margin-bottom: 25px;
}
}


@media(max-width:767px){

.blog-cm-section1 {
    margin-bottom: 40px;
}
}



/****************** Tag Rss Feed Cm Styling *****************/





body .row-fluid .tag-rss-feed .wrapper{
   max-width:1230px;
}

.tag-rss-feed{
   padding-bottom: 65px;
}

.tag-rss-feed .post-listing-cont{
   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: end;
    justify-content: end;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tag-rss-feed .post-listing-cont .post-item-cont{
    float: left;
    width: 31.8%;
    padding-right: 0px;
    display: block;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    list-style: none;
    padding-bottom: 15px;
    margin-right: 27px;
    position: relative;
    transition:0.3s all ease-in-out;
}

.tag-rss-feed .post-listing-cont .post-item-cont:hover .description-section h4{
   color:#56D487;
   transition:0.3s all ease-in-out;
}

.tag-rss-feed .post-listing-cont .post-item-cont:nth-child(3n){
   margin-right:0;
}

.tag-rss-feed .post-listing-cont .post-item-cont .featured-section{
   height:220px;
   border-radius:5px;
   margin-bottom:10px;
}

.tag-rss-feed .post-item-cont .topic-container a.topic-link{
   font-size:13px;
   line-height:31.2px;
   text-transform:uppercase;
   color:#A0A4AB;
   font-weight:normal;
   display:none;
}

.tag-rss-feed .post-item-cont .topic-container a.topic-link:first-child{
   display:block;
}

.tag-rss-feed .post-item-cont .topic-container #hubspot-topic_data{
   margin-bottom:5px;
}

.tag-rss-feed .post-item-cont .description-section{
   margin-left:0;
}

.tag-rss-feed .post-item-cont .topic-container .topic-list{
   font-size:13px;
   line-height:31.2px;
   color:#A0A4AB; 
   font-weight:normal;
   text-transform:uppercase;
}

.tag-rss-feed .post-item-cont .description-section h4{
   font-size:24px;
   line-height:34px;
   color:#293142;
   font-weight:bold;
   transition:0.3s all ease-in-out;
}

.tag-rss-feed .post-item-cont .post-descrpition{
   font-size:18px;
   line-height:26px;
   letter-spacing:-0.23px;
   color:#494A4B;
   font-weight:lighter;
   margin-top:20px;
}

.tag-rss-feed .heading-container .left-column h3{
   font-size:27px;
   line-height:29px;
   color:#212837;
   font-weight:bold;
}

.tag-rss-feed .heading-container .right-column{
   text-align:right;
}

.tag-rss-feed .heading-container .right-column a{
  font-size:17.55px;
  line-height:25px;
  letter-spacing:0.18px;
  color:#A0A4AB;
  font-weight:500;
  font-family: objektiv-mk2;;
  position:relative;
  padding-right:20px;
  transition:0.3s all ease-in-out;
}

.tag-rss-feed .heading-container .right-column a:hover{
  color:#56D487;
  transition:0.3s all ease-in-out;
}

.tag-rss-feed .heading-container .right-column a:hover:after{
   background:url('https://www.beyonddebt.com.au/hubfs/Assets%202019/Images/Arrow%20green%202.svg');
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
   width:8px;
   height:15px;
   transition:0.3s all ease-in-out;
}

.tag-rss-feed .heading-container .right-column a:after{
   position:absolute;
   right:0;
   top:6px;
   content:'';
   background:url('https://www.beyonddebt.com.au/hubfs/Assets%202019/Images/Arrow%20grey.svg');
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
   width:8px;
   height:15px;
   transition:0.3s all ease-in-out;
}

.tag-rss-feed .heading-container{
  border-bottom: 1px solid rgba(169, 171, 176, 0.26);
  margin-bottom: 45px;
  padding-bottom: 10px;
}

body .row-fluid .how-to-rss{
   padding-bottom:50px;
}

body.hs-blog-post .row-fluid .how-to-rss{
   display:none;
}

body .row-fluid .how-to-rss .tag-rss-feed{
   padding-bottom:0;
}

.eliminate-debt{
   padding-bottom:75px;
}

body.hs-blog-post .eliminate-debt{
   display:none;
}

body.actegory-page .eliminate-debt{
   display:none;
}

body .row-fluid .eliminate-debt .tag-rss-feed{
   padding-bottom:0;
}

.personal-finance{
   padding-bottom:65px;
}

body.hs-blog-post .personal-finance{
   display:none;
}

body.category-page .personal-finance{
   display:none;
}

body .row-fluid .personal-finance .tag-rss-feed{
   padding-bottom:0;
}

.hs-blog-post .tag-rss-feed{
   display:none;
}



@media(max-width:1230px){

.tag-rss-feed .post-listing-cont .post-item-cont{
   margin-right: 22px;  
}
}



@media(max-width:1024px){

.tag-rss-feed .post-listing-cont .post-item-cont{
    width: 30.8%; 
}
  
.tag-rss-feed .post-listing-cont .post-item-cont .featured-section{
   height: 180px;
}
  
.tag-rss-feed .post-item-cont .description-section h4 {
    font-size: 20px;
    line-height: 29px;
}
  
.tag-rss-feed {
    padding-bottom: 30px;
}
  
.personal-finance{
    padding-bottom: 35px;
}
  
.eliminate-debt {
    padding-bottom: 35px;
}
}



@media(max-width:767px){

.tag-rss-feed .heading-container .right-column{
   text-align: center;
   margin-top: 30px;  
}
  
.tag-rss-feed .heading-container{
   text-align:center;
   padding-bottom:20px;
}
  
.tag-rss-feed .post-listing-cont .post-item-cont{
   width:100%;
   margin-right:0;
}
  
body .row-fluid .how-to-rss{
   padding-bottom: 20px;
}
}




/******************* Blog Email Subscription Styling ********************/


body.category-page .blog-email-subscription{
   display:none;
}

body .row-fluid .blog-email-subscription .wrapper{
   padding:56px 0 65px;
   background:#293142;
   box-shadow: 0 3px 14px 0 rgba(0,0,0,0.09);
   max-width:1203px;
}

.blog-email-subscription .container{
   padding:0 90px;
}

.blog-email-subscription{
   padding-bottom:83px;
}

.blog-email-subscription .container .left-col h3{
   margin-bottom:0;
   font-size:21px;
   line-height:29px;
   font-weight:500;
   max-width:473px;
}

.blog-email-subscription .right-col .form-container{
   position:relative;
}

.blog-email-subscription .right-col .form-container input{
   background:#3C4760;
   border-radius:2px;
   position:relative;
   height:42px;
   border:none;
   color:#fff;
}

.blog-email-subscription .right-col .form-container .hs-button{
  font-size: 0;
  background: url(https://www.beyonddebt.com.au/hubfs/Assets%202019/Images/Subscribe%20arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 18px;
  height: 14px;
  box-shadow: none;
  padding: 0;
  margin-top: 0;
  position: absolute;
  top: -27px;
  right: 15px;
}

.blog-email-subscription .right-col .form-container form .actions{
   display:block;
}

.blog-email-subscription .right-col .form-container form input::placeholder{
   color:#fff;
   font-size:14px;
   line-height:18px;
   letter-spacing:-0.25px;
   font-weight:normal;
}

.blog-email-subscription .container .left-col>.row-fluid-wrapper>.row-fluid{
   display:flex;
   justify-content:center;
   align-items:center;
}



@media(max-width:1024px){

.blog-email-subscription .container{
   padding: 0 50px;  
}
  
.blog-email-subscription .container .left-col .span1{
   width: 11.801105%;
}
  
body.hs-blog-post .blog-email-subscription{
   padding-bottom: 10px;  
}
}


@media(max-width:767px){

.blog-email-subscription .container .left-col .span1{
   width:100%;
   margin-bottom:20px;
}
  
.blog-email-subscription{
   text-align:center;
   padding-bottom: 55px;
}
  
.blog-email-subscription .container .left-col>.row-fluid-wrapper>.row-fluid{
   display:block;
}
  
.blog-email-subscription .container {
    padding: 0 30px;
}
  
.blog-email-subscription .container .left-col{
   margin-bottom:10px;
}
}






/****************** Category Section Styling ******************/

.hs-blog-post .category-section{
   display:none;
}

body.category-page .category-section{
   display:none;
}

.category-section{
   padding-bottom: 85px;
}

.category-section .heading-container h3{
   font-size:27px;
   line-height:29px;
   font-weight:bold;
   color:#212837;
}

.category-section .heading-container{
   border-bottom: 1px solid rgba(169, 171, 176, 0.26);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.category-section ul{
   list-style-type:none;
}

.category-section ul li{
  display: inline-block;
  margin-left: 0;
  padding-right: 75px;
  margin-bottom: 17px;
}

.category-section ul li:before{
   display:none;
}

.category-section ul li a{
   font-size:16px;
   line-height:31.2px;
   color:#A0A4AB;
   font-weight:normal;
   text-transform:uppercase;
}

.category-section ul li a:hover{
   color:#56D487;
}

.category-section ul li a span.filter-link-count{
   display:none;
}



@media(max-width:1024px){

.category-section{
   padding-bottom: 35px;  
}
  
.category-section ul li{
   padding-right: 45px;  
}
}



@media(max-width:767px){

.category-section ul li{
  padding-right: 0;
  margin-bottom: 4px;
  display: block;
}
  
.category-section .heading-container{
    margin-bottom: 10px;
}
}






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






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


.hs-blog-post .blog-banner-section{
   display:none;
}

.hs-blog-listing .post-section-hero{
   display:none;
}

.hs-blog-post .post-section-hero{
   display:block;
}

.post-section-hero .image-container .post_featured_image{
   height:442px;
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
}

.post-section-hero .post-wrapper-inner{
   max-width:1440px;
   margin:0 auto;
   float:none;
}



@media(max-width:1024px){

.blog-banner-section{
   padding: 53px 0 45px;  
}
  
.post-section-hero .image-container .post_featured_image{
   height: 392px;  
}
}


@media(max-width:767px){

.post-section-hero .image-container .post_featured_image{
   height: 310px;  
}
}




/**************** Blog Post Content Section Styling ***********************/





.hs-blog-listing .blog-post-content{
   display:none;
}


body.category-page .blog-post-content{
   display:block;
}

body .container-fluid .row-fluid .blog-post-content{
   position:relative;
   max-width:1440px;
   margin:0 auto;
   float:none;
}

/* body .row-fluid .blog-post-content .blog-section{
   max-width:754px;
   margin:0 auto;
   float:none;
   position:relative;
} */

.blog-post-content .blog-section .post-header h2{
   font-size:45px;
   line-height:57px;
   letter-spacing:-0.82px;
   color:#293142;
   font-weight:bold;
   margin-bottom:25px;
}

.blog-post-content .blog-section .right-column{
  padding: 60px 0 140px;
  width: 50.2%;
  position: relative!important;
  left:20%;
  margin-left:12%;
}

.blog-post-content .blog-section .left-column{
  width: 22%;
  background:#F9F9F9;
  max-width:316px;
  padding:39px 27px 10px;
  position:absolute;
}

.blog-post-content .blog-section #hubspot-topic_data a.topic-link{
   display:none;
   font-size:16px;
   line-height:31.2px;
   color:#A0A4AB; 
   font-weight:normal;
   text-transform:uppercase;
}

.blog-post-content .blog-section #hubspot-topic_data{
   margin-bottom:0;
}

.blog-post-content .blog-section #hubspot-topic_data a.topic-link:first-child{
   display:block;
}

.blog-post-content .blog-section .hubspot-editable .hs-author-label{
  font-size:12px;
  line-height:26px;
  color:#000;
  font-weight:bold;
  font-family: objektiv-mk2;;
}

.blog-post-content .blog-section .hubspot-editable a.author-link{
  font-size:12px;
  line-height:26px;
  color:#000;
  font-weight:bold;
  font-family: objektiv-mk2;;
}

.blog-post-content .blog-section .hubspot-editable .post-date{
  font-size:12px;
  line-height:26px;
  color:#000;
  font-weight:normal;
  font-family: objektiv-mk2;;
}

.blog-post-content .blog-section .post-header{
  border-bottom: 1px solid #a9abb0;
  padding-bottom: 70px;
  margin-bottom: 30px;
}

.blog-post-content .blog-section .post-body p{
   font-size:19px;
   line-height:32px;
   letter-spacing:0.2px;
   color:#484848;
   font-weight:normal;
   margin-bottom:25px;
}

.blog-post-content .blog-section .post-body blockquote{
   font-size:23px;
   line-height:42px; 
   color:#293142;
   font-weight:bold; 
   font-family: objektiv-mk2;;
   font-style:normal;
   border-left:none;
   padding-left:0;
   margin-top:30px;
}

.blog-post-content .blog-section .post-body h5{
   font-size:12px;
   line-height:20px;
   color:#56D487;
   font-weight:bold;
   margin-top:10px;
}

.blog-post-content .blog-section .hubspot-editable .hs-author-avatar{
   width:38px;
   height:38px;
   border-radius:50%;
   float:left;
}

.blog-post-content .blog-section .hubspot-editable .author-info{
  padding-left: 20px;
  margin-top: 5px;
  display: block;
  float: left;
}

.blog-post-content .blog-section .post-body h2{
   font-size: 34px;
    line-height: 40px;
    color: #293142;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 25px;
}

.blog-post-content .blog-section .post-body ul li{
  font-size:19px;
  line-height:32px;
  letter-spacing:0.2px;
  color:#484848; 
  font-weight:normal;
  margin-left:20px;
  margin-bottom:20px;
}

.blog-post-content .blog-section .post-body h3{
   font-size: 26px;
    line-height: 29px;
    color: #212837;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 25px;
}

.blog-post-content .blog-section .left-column .post-sharing-icons ul li{
   display:inline-block;
}

.blog-post-content .blog-section .left-column .post-sharing-icons{
  text-align:center;
  position:relative;
  margin-top: 30px;
  padding-top: 10px;
}

.blog-post-content .blog-section .left-column .post-sharing-icons:before{
  position: absolute;
  left: -33px;
  right: -21px;
  top: 0;
  content: '';
  background: #a9abb0;
  width: auto;
  height: 1px;
}

.blog-post-content .blog-section .left-column .post-sharing-icons:after{
  position: absolute;
  left: -33px;
  right: -21px;
  bottom: -11px;
  content: '';
  background: #a9abb0;
  width: auto;
  height: 1px;
}

.blog-post-content .blog-section .left-column .post-sharing-icons ul li{
   width:36.8px;
   height:36.8px;
   border-radius:100%;
   line-height:27.8px;
   border: 1.15px solid #293142;
   opacity:0.51;
   margin-right: 10px;
   transition:0.3s all ease-in-out;
   cursor:pointer;
}

.blog-post-content .blog-section .left-column .post-sharing-icons ul li:hover{
  opacity:1;
  transition:0.3s all ease-in-out;
}



@media(max-width:1024px){

.blog-post-content .blog-section .left-column{
   width: 29%;  
}
  
.blog-post-content .blog-section .left-column .post-sharing-icons ul li{
   margin-right:7px;
}
  
.blog-post-content .blog-section .right-column{
   left: 23%;
}
  
.blog-post-content .blog-section .post-header h2{
    font-size: 39px;
    line-height: 53px;  
}
}



@media(max-width:767px){

.blog-post-content .blog-section .left-column{
   width:100%;
   max-width:100%;
   position:relative!important;
}
  
.blog-post-content .blog-section .right-column {
    width: 100%!important;
    left: 0;
    margin-left: 0;
    padding: 50px 15px;
}
  
.blog-post-content .blog-section .blog-post-wrapper>.row-fluid{
   display:flex;
   flex-direction: column-reverse;
}
  
.blog-post-content .blog-section .post-header h2 {
    font-size: 33px;
    line-height: 43px;
}
  
.blog-post-content .blog-section .post-body blockquote{
   font-size: 21px;
   line-height: 36px;  
}
  
.blog-post-content .blog-section .post-body h2{
    font-size: 30px;
    line-height: 34px; 
}
  
.blog-post-content .blog-section .left-column .post-sharing-icons:after{
    left: -33px;
    right: -27px;  
    bottom: -31px;
}
  
.blog-post-content .blog-section .left-column .post-sharing-icons:before{
   right: -27px;
}
}



/******************* Related Post Section Styling **************/



body.hs-blog-listing .related-post-sec{
   display:none;
}

.related-post-sec{
   padding:50px 0 100px;
}

.related-post-sec .heading-container{
   margin-bottom:45px;
}

.related-post-section .post-item .featured-image{
   height:220px;
   border-radius:5px;
}

.related-post-section .post-item .topic-section ul{
   list-style-type:none;
   margin-bottom:5px;
}

.related-post-section .post-item .topic-section ul li{
   display:none;
   margin-left:0;
   margin-bottom:0;
}

.related-post-section .post-item .topic-section ul li h5{
   margin-bottom:0;
}

.related-post-section .post-item .topic-section ul li:before{
   display:none;
}

.related-post-section .post-item .topic-section ul li a{
   font-size:13px;
   line-height:31.2px; 
   color:#A0A4AB; 
   font-weight:normal;
   text-transform:uppercase;
}

.related-post-section .post-item .topic-section ul li:hover a{
    color:#56D487;
}

.related-post-section .post-item .topic-section ul li:first-child{
   display:block;
}

.related-post-section .post-item .post-header h2.post-title-related{
   font-size:24px;
   line-height:34px;
   color:#293142;
   font-weight:bold;
}

.related-post-section .post-item .post-header h2.post-title-related a{
   color:#293142;
}

.related-post-section .post-item .post-inner{
   margin-left:0;
}

.related-post-section .post-item{
   width: 31.6%;
   margin-left: 2.5%;
}

.related-post-section .post-item:first-child{
   margin-left:0;
}



@media(max-width:1024px){

.related-post-sec{
   padding: 30px 0 60px;
}
}


@media(max-width:767px){

.related-post-section .post-item{
   margin-bottom: 40px;
   width:100%;
}
  
.related-post-sec {
    padding: 50px 0 10px;
}
}





/****************** Featured Resource Section Styling ******************/




.featured-resource-cm .heading-container h4{
  font-size:18px; 
  line-height:26px; 
  color:#293142;
  font-weight:bold;
  margin-bottom:10px;
}

.featured-resource-cm .heading-container p{
   font-size:19px;
   line-height:25px;
   letter-spacing:0.2px;
   color:#484848;
   font-weight:normal;
}

.featured-resource-cm .heading-container{
   margin-bottom:30px;
}

body .row-fluid .featured-resource-cm .image-container img{
   max-width:246px!important;
   margin:0 auto;
   float:none;
}

.featured-resource-cm .cta-container{
   text-align:center;
}

.featured-resource-cm .cta-container a.cta_button{
   background:transparent;
   font-size:19.5px;
   line-height:28px;
   letter-spacing:0.11px;
   color:#56D487; 
   font-weight:500;
   position:relative;
   box-shadow:none;
   padding:0;
}

.featured-resource-cm .cta-container a.cta_button:hover{
   border:none;
}

.featured-resource-cm .cta-container a.cta_button:after{
   position:absolute;
   right: -20px;
   top: 11px;
   content:'';
   background:url('https://www.beyonddebt.com.au/hubfs/Assets%202019/Images/Arrow%20green.svg');
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
   width:6px;
   height:10px;
   
}


@media(max-width:1400px){

body .row-fluid .featured-resource-cm .image-container img{
   max-width: 100%!important;  
}
  
.blog-post-content .blog-section .right-column{
   width: 60.2%;
}
  
.featured-resource-cm .cta-container a.cta_button{
   font-size: 15.5px;  
}
}





/****************** Category Page Styling Start *******************/





body.category-page .blog-banner-section{
   display:none;
}

body.category-page .tag-rss-feed{
   display:none;
}




/******************** Blog Topic Sec Styling *******************/


.hs-blog-listing .blog-topic-sec{
   max-width:100%;
}

body.hs-blog-listing .blog-topic-sec>.row-fluid-wrapper>.row-fluid{
   max-width:1230px;
   padding-left:15px;
   padding-right:15px;
   margin:0 auto;
   float:none;
   box-sizing:border-box;
}

.blog-topic-sec .blog-section .post-listing{
   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: end;
    justify-content: end;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.blog-topic-sec .blog-section .post-listing .post-item{
    float: left;
    width: 31%;
    padding-right: 0px;
    display: block;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    list-style: none;
    padding-bottom: 15px;
    margin-right: 28px;
    position: relative;
    transition:0.3s all ease-in-out;
}

.blog-topic-sec .blog-section .post-listing .post-item .featured-section{
   height:220px;
   border-radius:5px;
}

.blog-topic-sec .blog-section .post-listing .post-item .topic-container a.topic-link{
   font-size:13px;
   line-height:31.2px;
   color:#A0A4AB;
   font-weight:normal;
   text-transform:uppercase;
   padding-right:10px;
}

.blog-topic-sec .blog-section .post-listing .post-item .description-section{
   margin-left:0;
   margin-top:10px;
}

.blog-topic-sec .blog-section .post-listing .post-item .topic-container .topic-splitter{
  min-height: 70px;
  display: block;
}

.blog-topic-sec .blog-section .post-listing .post-item .heading-container h4{
   font-size:24px;
   line-height:34px;
   color:#293142;
   font-weight:bold;
   transition:0.3s all ease-in-out;
}

.blog-topic-sec .blog-section .post-listing .post-item .post-descrpition{
   font-size:18px;
   line-height:26px;
   letter-spacing:-0.23px;
   color:#494A4B;
   font-weight:lighter;
}

.blog-topic-sec .blog-section .post-listing .post-item:hover .heading-container h4{
   color:#56D487;
   transition:0.3s all ease-in-out;
}

.blog-topic-sec .blog-section .blog-pagination{
   display:none;
}




@media(max-width:1230px){

.blog-topic-sec .blog-section .post-listing .post-item:nth-child(3n){
    margin-right:0;
}
  
.blog-topic-sec .blog-section .post-listing{
    margin-right:20px;
}
}



@media(max-width:1024px){


.blog-topic-sec .blog-section .post-listing{
   margin-right: 10px;
}
  
.blog-topic-sec .blog-section .post-listing .post-item{
   width: 30%;
}
}



@media(max-width:767px){

.blog-topic-sec .blog-section .post-listing .post-item{
   margin-right:0;
   width:100%;
}
  
.blog-topic-sec .blog-section .post-listing{
   margin-right:0;
}
  
.hs-blog-listing .blog-topic-sec{
   padding-top:50px;
}
  
.blog-topic-sec .blog-section .post-listing .post-item .topic-container .topic-splitter{
   min-height:100%;
}
}




@media(max-width:767px){

.header-grp .header-col3 .phone-no-img{
   display:none;
}
}



.footer-container-wrapper .phone-no-img img{
   vertical-align:middle;
   max-width:140px!important;
}

.footer-container-wrapper .footer-col img{
   vertical-align:middle;
}




/******************** Update Home Page Styling *******************/


/********** Debt free future section Styling *********/


.home-hero-sec.new-section .inner-module-container{
  margin: 57px 0 75px;
  padding: 56px 0 60px 0;
}

.home-hero-sec.new-section .inner-module-container .right-col{
  top: 0;
  padding: 0;
  max-width: 100%;
  border: none;
  box-shadow: none;
  background: none;
}

body.service-nov .home-hero-sec.new-section .row-fluid .form-container{
  padding: 22px 25px 25px 25px;
  max-width: 479px;
  border: 2px solid #56d487;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.09);
  position: relative;
  margin-top: -60px;
  z-index: 1;
}

.home-hero-sec.new-section .form-container h3{
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 33px;
  margin-bottom: 11px;
}

.home-hero-sec.new-section .form-container p{
  font-size: 15px;
  letter-spacing: -0.17px;
  line-height: 22px;
}

.home-hero-sec.new-section .inner-module-container .right-col form{
  margin-top: 22px;
}

.home-hero-sec.new-section .left-col .simple-cta a.cta_button{
  position: relative;
  padding: 13px 25px 13px 15px;
}

.home-hero-sec.new-section .left-col .simple-cta a.cta_button:after{
  position: absolute;
  content: '';
  border-left: solid 6px #56D487;
  border-bottom: solid 6px transparent;
  border-top: solid 6px transparent;
  top: 17.5px;
  right: 14px;
}

.home-hero-sec.new-section .left-col .simple-cta a.cta_button:hover:after{
  border-left: solid 6px #ffffff;
}

body.service-nov .container-fluid .row-fluid .home-hero-sec.new-section.debt-form-section .arrow-cta .actions .hs-button{
  margin-bottom: 26px;
}




@media(max-width: 1300px) and (min-width: 1025px){
  .home-hero-sec.new-section .inner-module-container:before{
    width: 99% !important;
  }
  
}

@media(max-width: 1025px) and (min-width: 768px){
  .home-hero-sec.new-section .form-container h3{
    font-size: 21px;
  }
}

@media(min-width: 768px){
  .debt-form-section.home-hero-sec.new-section .row-fluid .right-col{
    margin-right: 0;
    margin-left: auto;
    float: right;
  }

  .home-hero-sec.new-section .inner-module-container:before{
    content:"";
    position:absolute;
    left:0px;
    background:#212837;
    width:96%;
    height:100%;
    right:0px;
    top:0px;
    right:0px;
    z-index:-1;
    margin: 0 auto;
  }
}

@media(max-width: 767px){
  body .container-fluid .row-fluid .home-hero-sec.new-section .inner-module-container .right-col{
    top: 0;
  }
  
  .home-hero-sec.new-section .inner-module-container{
    padding: 0;
  }
  
  body.service-nov .home-hero-sec.new-section .row-fluid .form-container{
    margin: 0;
  }
  
  .home-hero-sec.new-section .inner-module-container{
    margin: 57px 0 60px;
  }
  
  body.service-nov .home-hero-sec.new-section.debt-form-section .right-col .form-container form .hs-button{
    padding: 17px 26px;
  }
}




/********** benefit from a Debt Agreement section Styling *********/


.benfit_debt_bottom_space.new-section .simple-cta a{
  border: 1px solid #56D487;
  border-radius: 2px;
  background-color: #E0F7E9;
  font-size: 14px;
  line-height: 20px;
  padding: 13px 30.4px 13px 15px;
  float: right;
  }

.benfit_debt_bottom_space.new-section .simple-cta a.cta_button:before{
  top: 20px;
  right: 12px;
}

@media(max-width: 767px){
  .benfit_debt_bottom_space.new-section .simple-cta a{
    padding: 13px 15px 13px 15px;
    float: none;
  }
}








/********** People Helped section Styling *********/


.people-helped-section{
  padding: 10px 0 165px 0;
  position: relative;
  overflow: hidden;
}

.people-helped-section .left-col{
  padding: 55px 0 46px 0;
}

.people-helped-section .left-col .text-content{
/*   max-width: 501px; */
  max-width: 88%;
  margin: 0 auto 0 42px;
   position: relative;
}

.people-helped-section .left-col .text-content h2{
  margin-bottom: 19px;
}

.people-helped-section .left-col .text-content p{
  margin-bottom: 35px;
}

.people-helped-section .left-col .text-content:after{
  position: absolute;
  content: '';
  height: 3.5px;
  width: 80px;
  background: #56D487;
  left: 0;
  bottom: 0;
}

.people-helped-section .text-content h2 span{
  color: #56D487;
}

.people-helped-section .before-background{
  position: relative;
}

.people-helped-section .before-background:before{
  position: absolute;
  content: '';
  height: 100%;
  width: 94%;
  background-color: rgba(224,247,233,0.44);
  left: 15px;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.people-helped-section .row-fluid .span6.right-col{
  position: absolute;
  right: -20px;
  height: 333px;
  transform: skew(10deg);
  -ms-transform: skew(10deg);
  -webkit-transform: skew(-10deg);
  overflow: hidden;
  top: 30px;
  width: calc(100% - 47.5%);
}

.people-helped-section .right-col .image-container.section-bg{
  background-position: right !important;
}

.people-helped-section .right-col .image-container{
  position: absolute;
  top: 0;
  height: 333px;
  right: 35px;
  width: 100%;
  transform: skew(10deg);
  -ms-transform: skew(10deg);
  -webkit-transform: skew(10deg);
}


@media(max-width: 1200px) and (min-width: 1025px){
  .people-helped-section .left-col .text-content{
    margin: 0 auto 0 20px;
  }
}

@media(max-width: 1024px){
  .people-helped-section .right-col .image-container.section-bg {
    background-position: center !important;
  }

  .people-helped-section .left-col .text-content{
    margin: 0;
  }
}


@media(max-width: 767px){
  .people-helped-section{
    padding: 10px 0 10px 0;
  }

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

  .people-helped-section .right-col img{
    position: relative;
  }

  .people-helped-section .left-col {
    padding: 35px 20px 28px 20px;
  }

  .people-helped-section .left-col .text-content{
    margin: 0 auto;
    max-width: 500px;
  }

  .people-helped-section .left-col .text-content:after{
    margin: 0 auto;
    right: 0;
    bottom: -20px;
  }
  
  .people-helped-section .row-fluid .span6.right-col{
    padding: 40px 20px 0 20px;
  }
  
  .people-helped-section .row-fluid .span6.right-col,
  .people-helped-section .right-col .image-container{
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    transform: none;
    height: 240px;
  }
  
  .people-helped-section .before-background:before{
    width: 96%;
  }
}




/******* Home page style *******/
.home_hero_new_cm{
  background-position:center 70% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 1;
  padding: 173px 0px 191px;
}



.home_hero_new_cm .chose_parent .options_link{
  max-width: 584px;
  z-index: 10;
  position: absolute;
  top: 0;
  margin: 0;
  background:#ffffff;
  width: 100%;
  margin-top: 69px;
  text-align: left;
  cursor: pointer;
  padding: 20px 30px;
  box-shadow: 0 3px 14px 0 rgba(0,0,0,0.09);
}
.chose_parent .options_link > div{
  transition: all 0.2s ease-in-out;
}
.chose_parent .options_link > div:hover {
  color: #56d487;
}


.home_hero_new_cm:before {
opacity: 0.91;
 background: linear-gradient(270deg, rgba(68,68,68,0) 0%, rgba(0,0,0,0.43) 37.09%, #000000 100%);
content: "";
position: absolute;
width: 70%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}

.home_hero_new_cm .background {
  position:relative;
  max-width: 652px;
}

.home_hero_new_cm  h1{
  margin:0px;
}

.home_hero_new_cm .background h6{
  color: #56D487;
  font-weight: bold;
}

.home_hero_new_cm .clear-my-credit-card{
  border-bottom: 4px solid #56D487;
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.clear-my-credit-card select{
  color: #A9ABB0;
  font-size: 49px;	
  font-weight: bold;
  letter-spacing: -0.89px;
  line-height: 56px;
  padding: 0px;
}

.home_hero_new_cm .clear-my-credit-card > label > select{
  border: 0px;
  display: inline-block;
  color: #A9ABB0;
  background: none;
  outline: none;
}

.home_hero_new_cm .clear-my-credit-card > label > select: focus{
  outline: none;
}

.home_hero_new_cm label{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home_hero_new_cm .background a.cta_button:hover{
  background:#293142;
}


.home_hero_new_cm .line-copy-3 {
  box-sizing: border-box;
  height: 2px;
  width: 646px;
}


.home_hero_new_cm .rectangle-2 {	
  height: 22px;	
  width: 22px;	
  border: 3px solid #56D487;
}
.home_hero_new_cm .drop-ico {	
  height: 26px;	
  width: 32.5px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: #56D487;
}

.home_hero_new_cm .traiangle-ico {
  height: 6.29px;
  width: 11.29px;
  clip-path: polygon(0 0, 46% 100%, 100% 0);
  background-color: #ffffff;
}


.home_hero_new_cm #traverse_link{
  margin-top: 40px;
  display: inline-block;
}

/*  */
.home_hero_new_cm .choose_link_option{
  border: 0px;
  display: inline-block;
  background: none;
  outline: none;
  color: #ffffff;		
  font-size: 49px;	
  font-weight: bold;	
  letter-spacing: -0.89px;	
  line-height: 56px;
  margin-right: 15px;
  font-family: objektiv-mk2;
}

.home_hero_new_cm .choose_link{
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  padding-bottom:10px;
}

@media(min-width:768px) and (max-width: 1024px) {
  .home_hero_new_cm .choose_link_option{
    font-size: 35px;
    line-height:48px;
  }
  .home_hero_new_cm .chose_parent .options_link > div {
    font-size: 18px;
    line-height: 35px;
  }

  .home_hero_new_cm .clear-my-credit-card{
    max-width:500px;
    margin-top:0px;
  }
  .home_hero_new_cm{
    padding: 80px 0px 140px;
  }
  .home_hero_new_cm h1{
    margin-top:0px;
  }
  .home_hero_new_cm .chose_parent .options_link {
    max-width: 440px;
    margin-top:62px;
  }
}


@media(max-width:767px){

  .home_hero_new_cm .background{
    padding:0;  
  }

  .home_hero_new_cm {
    padding: 57px 0px 77px;
  }
  body .row-fluid .home_hero_new_cm h6{
    font-size:10px;
    line-height:20x;
  }
  body .row-fluid .home_hero_new_cm h1{
    margin:0px;
  }

  .home_hero_new_cm .choose_link{
    padding-right:21px;
  }
  .home_hero_new_cm .choose_link_option {
    font-size: 30px;
    letter-spacing: -0.47px;
    line-height: 36px;
    margin-right: 0;
  }
  .home_hero_new_cm .chose_parent .options_link > div {
    font-size: 16px;
    line-height: 34px;
  }
  .home_hero_new_cm .chose_parent .options_link{
    max-width:100%;
    width: auto;
    margin-top: 43px;
    padding: 20px 25px;
    left:0px;
    right:0px;
  }

  .home_hero_new_cm .drop-ico {
    height: 16px;
    width: 16px;
    position:absolute;
    right:0px;
  }

  .home_hero_new_cm .traiangle-ico {
    margin-top: 2px;
  }  
  .home_hero_new_cm:before {
  opacity: 0.8;
   background: linear-gradient(270deg, rgba(68,68,68,0) 0%, rgba(0,0,0,0.43) 37.09%, #000000 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
}



/*********** Home Page Image Text Section Style ************/


body .row-fluid .image-text-cm .three-col-adjust span>.hs_cos_wrapper{
  align-items: center;
  -webkit-align-items: center;
  margin-top: 83px;
  flex-basis: 28.9%;
  -webkit-flex-basis: 28.9%;
  margin-right: 6.43%;
}

body .row-fluid .image-text-cm .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
  margin-right:0;
}

.image-text-cm h3{
  margin: 34px 0 13px;
  min-height: 42px;
  color:#000;
}

.image-text-cm p{
  font-size: 15px;	
  font-weight: 300;	
  line-height: 23px;
}


@media(max-width:1024px){

  .image-text-cm h3{
    font-size: 20px;  
  }

  body .row-fluid .image-text-cm .three-col-adjust span>.hs_cos_wrapper{
    flex-basis: 30.9%;
    -webkit-flex-basis: 30.9%;
    margin-right: 3.43%;
    margin-top:50px;
  }
}


@media(max-width:767px){


  body .row-fluid .image-text-cm .three-col-adjust span>.hs_cos_wrapper {
    margin-top: 45px;
    position:relative;
    margin-bottom:40px;
    flex-basis:100%;
    max-width:100%;
    margin-right:0px;
  }
  body .image-text-cm .three-col-adjust span>.hs_cos_wrapper:first-child {
    margin-top: 28px;
  }

  body .row-fluid .image-text-cm .three-col-adjust span>.hs_cos_wrapper:last-child:after{
    display:none;
  }

  body .row-fluid .image-text-cm .three-col-adjust span>.hs_cos_wrapper:last-child{
    margin-bottom:0;
  }

  body .row-fluid .image-text-cm .three-col-adjust span>.hs_cos_wrapper:after{
    position:absolute;
    right:0;
    bottom:-22px;
    left:0;
    content:'';
    background:#D4E1F4;
    width:82px;
    height:2px;
    margin:0 auto;
    text-align:center; 
  }

  body .row-fluid .image-text-cm .three-col-adjust span>.hs_cos_wrapper img{
    max-width:45px;
    margin:0 auto;
    float:none;
    text-align:center;
  }

  .image-text-cm h3 {
    margin: 30px 0 22px;
    margin-bottom:0!important;
  }

}
@media(min-width:320px) and (max-width:480px){
  .image-text-cm>.wrapper{
    padding:0px;
  }
  body .row-fluid .image-text-cm .three-col-adjust span>.hs_cos_wrapper{
    margin-top:27px;
  }
  .image-text-cm h3{
    margin: 13px 0 10px;
  }
}

/******* Home Page Slider Section Style ********/

body .row-fluid .block-quote-inner-module{
    text-align: left;
    max-width: 527px;
    margin-left:122px;

}
.testimonial-text-cm .block-quote-inner-module h4{
  	font-size: 16px;	
  font-weight: 500;	
  line-height: 20px;
}


.slider-text-cm blockquote{
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    font-family: objektiv-mk2;
    border: none;
    padding: 82px 0 33px;
    margin: 0;
    font-style:normal;
    color:#293142;
}
.testimonial-text-cm .slick-slide:focus{
  outline:none;
}

.slider-text-cm blockquote:before,
.slider-text-cm blockquote:after{
   width:78px;
   height:59px;
}

.slider-text-cm blockquote:before{
   content:"";
   position:absolute;
   background:url('https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Assets%202019/Images/Quote.svg') no-repeat;
   background-size:cover;
   left: -67px;
   top: 0;
}

.slider-text-cm blockquote:after{
   content:"";
  position:absolute;
   background:url('https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Assets%202019/Images/Quote%20close.svg') no-repeat;
  background-size:cover;
   right: -60px;
   bottom: -53px;
}

.slider-text-cm button.slick-prev.slick-arrow {
    display: none!important;
}

.slider-text-cm .slick-next.slick-arrow i{
    cursor: pointer;
    background: transparent;
    border: 5px solid #56d487;
    padding: 17px 13px;
    color: #56d487;
    line-height: 0.1;
    font-size: 28px;
    text-align: center;
   transition:all 0.3s ease-in-out;
}
.slider-text-cm .slick-next.slick-arrow i:hover{
  color:#ffffff;
  background:#56d487;
  border: 5px solid #56d487;
}

 .slider-text-cm .slick-next.slick-arrow{
    right: 6%;
    position:absolute;
    top:47%;
  } 


.body-container-wrapper .slider-text-cm .slick-dots li:focus,
.body-container-wrapper .slider-text-cm button:focus{
  outline:none;
}

@media(min-width:1400px){
  .slider-text-cm .slick-next.slick-arrow{
    right: 28%;
    top: 46%;
  }
}
@media(max-width:1150px) and (min-width:1025px){
  body .row-fluid .block-quote-inner-module{
    margin-left:95px;
  }
}
@media(max-width:1024px) and (min-width:768px){
  .slider-text-cm .slick-next.slick-arrow{
    right:2%;
  } 
  .slider-text-cm blockquote:after{
    right:18px;
  }
  .slider-text-cm blockquote:before{
    left: -41px;
  }
  body .row-fluid .block-quote-inner-module{
    margin-left:45px;
  }
  .slider-text-cm blockquote{
    padding-right:40px;
    font-size:16px;
    line-height:27px;
  }

.slider-text-cm img.slick-next.slick-arrow{
  right:20px;
}

.slider-text-cm blockquote:before, .slider-text-cm blockquote:after {
    width: 55px;
    height: 41px;
 }
  body .row-fluid .block-quote-inner-module {
    max-width: 465px;
  }
}


@media(min-width:768px){
  .span12.testimonial-text-cm{
    margin-left:0px!important;
    margin-bottom:100px;
  } 
  .testimonial-text-cm .span4.left-bg-image{
     width: 26.623932%;
  }
  .testimonial-text-cm .span8.slider-text-cm{
    width: 70.811966%;
  }
}
@media(max-width:767px){
.slider-text-cm .slick-next.slick-arrow{
     position: inherit;
    text-align: left;
    left: 0%;
    margin-top:20px;
    padding-left:20px;
}
.slider-text-cm .slick-next.slick-arrow i{
  padding: 14px 11px;
  font-size: 22px;
  border: 3px solid #56d487;
 }
  .slider-text-cm .slick-next.slick-arrow i:hover{
    border: 3px solid #56d487;  
 }
  body .row-fluid .block-quote-inner-module{
    margin-left:0px;
    max-width:100%;
    padding: 29px 15px 0;
  }
  .slider-text-cm{
    padding-bottom: 78px;
  }
  .testimonial-text-cm .span4.left-bg-image{
    display:none;
  }
  body .container-fluid .row-fluid .slick-slide{
   float:left;
}
  
.slider-text-cm blockquote {
    font-size: 15px;
    line-height: 27px;
    letter-spacing:normal;
}
 .slider-text-cm blockquote:after,
 .slider-text-cm blockquote:before{
     width: 49px;
    height: 37px;
  }

.slider-text-cm blockquote:after {
   right: 4px;
    bottom: -63px;
 }
.slider-text-cm blockquote:before {
    left: 0px;
    top: 21px;
 }
  
.body-container-wrapper .slider-text-cm  .slick-dots li:before {
    display: none;
} 
  
.body-container-wrapper  .slider-text-cm  .slick-dots li {
    display: inline-block;
}  

.slider-text-cm button {
    font-size: 0;
    line-height: 0;
    box-shadow: none;
    border: none;
    width: 10px;
    height: 12px;
    border-radius: 100%;
    background:#f5f5f5;
   cursor:pointer;
}   
 .slick-dots li.slick-active button{  
    background:#56d487;
  }

}



/******* Home Page testimonial Section Style *********/

.testimonial_new_cm{
  padding: 90px 0px 236px;
}
.testimonial_new_cm .wrapper{
  position:relative;
}
.testimonial_new_cm .left-col{
  position:relative;
}
.testimonial_new_cm .left-col h2{
  line-height:31px;
}
.testimonial_new_cm .left-col p{
  font-size:18px;
  line-height:35px;
}
.testimonial_new_cm .left-col .left-col-sec.fixed{
  position:fixed;
  max-width:540px;
}
.testimonial_new_cm .right-col{
  float:right!important;
}


.debt-help-for-everyd {
  color: #293142;
}

.rectangle-2 {
  border: 1px solid #D4E1F4;
  border-radius: 4px;
  background-color: #FFFFFF;
  padding: 28px 30px;
  margin-top: 30px;
  transition:all 0.3s ease-in-out;
  position:relative;
}

.rectangle-2:after{
  position: absolute;
  content: '';
  border-left: solid 11px transparent;
  border-bottom: solid 11px transparent;
  border-top: solid 11px transparent;
  transform: rotateZ(-45deg);
  top: 5px;
  right: 11px;
  transition: all 0.3s ease-in-out;
}

.rectangle-2 .cta-click a{
  position:absolute;
  right:0px;
  bottom:0px;
  left:0px;
  top:0px;
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.09);
}
.rectangle-2:hover{
  border: 1px solid #56d487;
}

.rectangle-2:hover:after{
  border-left: solid 11px #56d487;
}
.testimonial_new_cm .debt{
  padding-bottom:20px;
} 
.testimonial_new_cm .span2.shape img {
  height: 42px;
  width: 42px;
}

.debt-agreement h3 {
  color: #000000;
  margin:0px;
}

.rectangle-2 p{
  margin-top: 16px;
  margin-bottom: 17px;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}


.a-debt-agreement-is {
  color: #494A4B;
  padding-top: 28px;
}

.book-a-consultation {
  color: #293142;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
}

.consultaion-container{
  width: max-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 111px;
}

.more-ico{	
  height: 8px;
  width: 8px;
  clip-path: polygon(100% 45%, 0 0, 0 100%);
  display: inline-block;
  background-color: #293142;
}

@media(min-width:1025px){
  .testimonial_new_cm .right-col{
    padding-left:45px;
  }
}
@media(min-width:768px) and (max-width:1024px){
  .testimonial_new_cm {
    padding: 105px 0px 159px;
  }
  .testimonial_new_cm .left-col-sec p{
    font-size:16px;
  }
}

@media(min-width:851px) and (max-width:1024px){
  .testimonial_new_cm .left-col .left-col-sec.fixed,
  .testimonial_new_cm .left-col .left-col-sec{
    max-width: 410px;
  }
}
@media(min-width:768px) and (max-width:850px){
  .testimonial_new_cm .left-col .left-col-sec.fixed,
  .testimonial_new_cm .left-col .left-col-sec{
    max-width: 360px;
  } 
}
@media(min-width:768px){
  .row-fluid .span10.debt-agreement{
    width: 86.905983%;
  }
  .row-fluid .span2.shape{
    width: 10.529915%;
  }
  .testimonial_new_cm .span6.left-col{
    width: 45.717949%;
  }
}

@media (max-width: 767px) {
  .testimonial_new_cm{
    text-align:center;
    padding-top:50px;
    padding-bottom:0px;
  }
  .rectangle-2 {
    margin-top:18px;
  }
  .testimonial_new_cm .left-col .left-col-sec.fixed{
    position:relative!important;  
  }
  .rectangle-2 p{
    font-size:15px;
  }

  .testimonial_new_cm .left-col-sec h6{
    font-size:10px;
  }

  .consultaion-container {
    width: 100%;
    display: block;
  }

  .testimonial_new_cm .debt {
    height: 100%;
    padding-bottom:11px;
  } 

  .testimonial_new_cm .shape {
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto 20px;
  }  

  .debt-agreement {
    display: block;
    padding-left: 0;
    margin: 0px;
  } 


}


/***** Two Col Image And Text Section Style *******/

.two-col-cm{
    margin-bottom: 70px;
    padding-bottom: 46px;
}

.two-col-cm .module-top-space{
    margin-top: 45px;

}

.two-col-cm .left-col{
    box-shadow: 0 3px 14px 0 rgba(0,0,0,0.09);
    background-color: #FFFFFF;
    border-radius: 2px 0 0 2px;
    border: 1px solid #CFD8DC;
    padding: 50px 86px 50px 25px;
}

.number-text{
    color: #E0F7E9;
    font-size: 70px;
    font-weight: bold;
    line-height: 60px;
    font-family: objektiv-mk2;

}


@media(min-width:768px){

.two-col-cm  .wrapper{
      margin-top: -70px;
  }
  
  
body .container-fluid .row-fluid .two-col-cm .span6.left-col {
    margin: 0;
    width: 54%;
}
body .container-fluid .row-fluid .two-col-cm .span6.right-col {
    margin-left:0px;
    width: 46%;
}


}

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

.two-col-cm .left-col{
    padding: 40px 20px;
}

}


@media(max-width:767px){

.two-col-cm{
    margin-bottom: 42px;
    padding-bottom: 55px;
    margin-top: 75px;
}  
  
.two-col-cm  .wrapper{
    position: relative;
    top: 0px;
  }  
  
.two-col-cm .left-col{
    padding: 40px 20px;
}  
  
.number-text{
  margin-bottom:20px;  
  }  

body .container-fluid .row-fluid .two-col-cm .mobile-bg-height{
  min-height:355px;
  }
  
}




/******** Home Page Bottom Section Style **********/

.get_started_cm.dotted-overlay{
  position:relative;
  z-index:1;
}
.get_started_cm.dotted-overlay:before{
  content:"";
  position:absolute;
  left:0px;
  right:0px;
  top:0px;
  bottom:0px;
  background:rgba(41, 49, 66, 0.7);
  z-index:-1;
}
.get_started_cm.dotted-overlay:after{
  content:"";
  position:absolute;
  left:0px;
  right:0px;
  top:0px;
  bottom:0px;
  background:url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Beyond%20Debt%20Assets%202019/grey%20dots.svg);
  z-index:-1;
}

.get_started_cm{
  padding:75px 0px;
  text-align:center;
}


.get_started_cm  p {
	color: #FFFFFF;
	font-family: "objektiv-mk2",sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 35px;
  margin-bottom: 55px;
	text-align: center;
}

.get_started_cm h2 {
	color: #FFFFFF;
	text-align: center;
  margin: 0px;
  margin-bottom: 25px;
  font-size: 41px;	
  font-weight: bold;	
  line-height: 36px;
}
/* .get_started_cm .chose_parent .options_link{
      height: 150px;
} */

.get_started_cm .drop-ico {	
  height: 16px;
  width: 16px;	
  display: inline-block;
  border: 3px solid #56D487;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 13px;
}

.get_started_cm .traiangle-ico {
  height: 6.29px;	
  width: 6.29px;
  clip-path: polygon(0 0, 46% 100%, 100% 0);
  background-color: #56D487;
}


.get_started_cm .choose_link_option{
  border: 0px;
  display: inline-block;
  background: none;
  outline: none;
  color:#FFFFFF;
	font-family: "objektiv-mk2",sans-serif;
  font-weight:bold;
  padding: 0px;
  font-size:41px;
  line-height: 36px;
  letter-spacing:normal;
  margin-right: 47px;
  width: 100%;
  text-align: left;
  padding-bottom:15px;
}
.get_started_cm a.cta_button:hover{
   background:#293142;
   border:1px solid #56d487; 
}


.get_started_cm .chose_parent{ 
  display: flex;
  align-items: center;
  justify-content: center;
}

.get_started_cm .choose_link {
  border-bottom: 4px solid #56D487;
  text-align:left;
  padding: 0px;
  display: block;
  max-width: 692px;
  justify-content: space-between;
  cursor: pointer;
  position:relative;
}


#image_cm_anchor{
  margin-top: 45px;
  display: inline-block;
}


.chose_parent{
  position: relative;
}

.get_started_cm .chose_parent .options_link{
  z-index: 10;
  max-width: 632px;
  position: absolute;
  top: 0;
  margin: 0;
  background:#ffffff;
  width: 100%;
  margin-top: 55px;
  text-align: left;
  cursor: pointer;
  padding: 20px 30px;
	box-shadow: 0 3px 14px 0 rgba(0,0,0,0.09);

}

.chose_parent .options_link > div{
    font-size: 21px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: normal;
  font-family: "objektiv-mk2",sans-serif;
  color:#000000;
}


@media(min-width:768px) and (max-width:1024px){
  .get_started_cm .choose_link_option{
      width: auto;
    font-size:35px;
  }
  .choose_link_option{
    font-size:35px;
    line-height:52px;
  }
  .get_started_cm h2{
    font-size:35px;
    margin-bottom:10px;
  }
  .get_started_cm p{
    margin-bottom:35px;
  }
  .get_started_cm .drop-ico{
        top: 12px;
  }
  .get_started_cm .chose_parent .options_link {
    max-width: 502px;
  }
 .get_started_cm .chose_parent .options_link > div {
    font-size: 18px;
    line-height: 35px;
  }
}

@media(max-width:767px){
  
.get_started_cm{
    padding-top: 65px;
}
  .get_started_cm .chose_parent{
    display:block;
  }
  .get_started_cm .drop-ico{
    top:11px;
    height: 14px;
    width: 14px;
  }
  .chose_parent .options_link{
    margin-top:38px;
  }
.choose_link_option {
    font-size: 26px;
    letter-spacing: -0.47px;
    line-height: 30px;
   width:auto;
  margin-right:28px;
  }
  
body .row-fluid .get_started_cm h2 {
    font-size: 26px;
    letter-spacing: -0.47px;
    line-height: 29px;
    text-align:left;
  margin-bottom:10px;
}
  
body .row-fluid .get_started_cm p {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    margin-bottom: 49px;
  } 
  .get_started_cm .cta-btn{
    text-align:left;
  }
  .get_started_cm .cta-btn a.cta_button{
    padding: 14px 15px;
  }
  #image_cm_anchor {
    margin-top: 36px;
  }
  .get_started_cm .choose_link_option{
    font-size: 24px;
    line-height: 34px;
    padding-bottom:10px;
    width:100%;
    margin-right:0px;
  }
  .get_started_cm .chose_parent .options_link{
        max-width: 100%;
       margin-top:48px;
    width: auto;
    left: 0px;
    right: 0px;
    padding:20px 25px;
  }
  .get_started_cm .choose_link{
    margin-right:0px;
    max-width:100%;
    padding-right:25px;
  }
  .get_started_cm .chose_parent .options_link > div {
    font-size: 16px;
    line-height: 34px;
  }

}


.informal-agreement-ab .form-banner-sec form input::placeholder,
.informal-agreement-ab .form-banner-sec form select::placeholder,
.informal-agreement-ab .form-banner-sec form textarea::placeholder{
   color:#ffffff!important;
}





/*==================================================================================
                OSC Step Form Page Styling 
===================================================================================*/

.osc-step-page{
   min-height: 100%;
   position: relative;
   z-index:1;
}

.osc-step-page:before {
    position: absolute;
    right: 0px;
    bottom: 84px;
    content: '';
    background: url(https://www.beyonddebt.com.au/hubfs/Assets%202019/Images/Dots.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 265px;
    height: 256px;
    z-index: -2;
}

.osc-step-form-cm{
   padding-bottom:170px;
   position:relative;
   z-index:1;
}

.osc-step-form-cm .step-1 .form-group.end-year input{
  border: 1px solid #E6E6E6;
  background-color: #FFFFFF;
  height:52px;
  color: #212837;
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  padding:17px 15px;
}

.osc-step-form-cm .step-1 .form-group.end-year .label-heading h4{
   margin-bottom:16px;
}

/* .osc-step-form-cm:after{
   position:absolute;
   right:0;
   bottom:0px;
   content:'';
   background:url('https://www.beyonddebt.com.au/hubfs/Assets%202019/Images/Dots.svg');
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
   width:265px;
   height:256px;
   z-index:-1;
} */

.osc-step-form-cm button{
   cursor:pointer;
   position:relative;
}

body .row-fluid .osc-step-form-cm button.active,
body .row-fluid .osc-step-form-cm label.active{
  border: 1px solid #56D487!important;
  border-radius: 3px!important;
  background-color: rgba(86,212,135,0.07)!important;
  position:relative!important;
  color: #56D487!important;
}

body .row-fluid .osc-step-form-cm button.active:after,
body .row-fluid .osc-step-form-cm label.active:after{
   position:absolute;
   right: 13px;
   top: 12px;
   content:'';
   background:url('https://www.beyonddebt.com.au/hubfs/Assets%202019/Images/Tick%20%284%29.svg');
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
   width:15px;
   height:14px;
}

.osc-step-form-cm .image-container{
   width:100%;
   max-width:84px;
   height:84px;
   border-radius:50%;
   margin:-44px auto 30px;
}

.osc-step-form-cm .heading{
   margin-bottom:30px;
}

.osc-step-form-cm .subheading{
   text-align:center;
}

.osc-step-form-cm .step-1 .form-group{
   margin-bottom: 42px;
}

.osc-step-form-cm .step-1 .form-group.end-year{
   margin: -6px 0 33px!important;
}

.osc-step-form-cm .step-1 .button-container{
   text-align: center;
   max-width: 590px;
   margin: 0 auto 0px; 
   display:flex;
}

.osc-step-form-cm label.error {
    line-height: 13px;
    color: red;
    font-weight: 500;
    font-size: 11px;
    position: relative;
    top: 0px;
    letter-spacing: .3px;
    text-align: left;
}

.osc-step-form-cm .step-1 .button-container .button-1{
   margin-right:20px;
}

.osc-step-form-cm .step-1 .button-container button,
.osc-step-form-cm .step-1 .button-container label{
  border: 1px solid #D2D2D2;
  border-radius: 3px;
  background-color: #F5F5F5;
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #B0B0B0;
  font-family: ff-basic-gothic-pro;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  box-sizing: border-box;
  cursor:pointer;
}

.osc-step-form-cm .subheading h6{
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-align:center;
  font-family: objektiv-mk2;
}

.osc-step-form-cm .step-line ul li{
  display:inline-block;
  list-style:none;
  opacity: 0.09;
  border-radius: 2.5px;
  background-color: #212837;
  width:55px;
  height:5px;
  margin-right:4px;
  margin-left:0;
}

.osc-step-form-cm .step-line ul li:before{
   display:none;
}

.osc-step-form-cm .step-line ul li:first-child{
   background-color: #56D487;
   opacity:1;
}

.osc-step-form-cm .step-4 .step-line ul li:nth-child(2),
.osc-step-form-cm .step-5 .step-line ul li:nth-child(2){
   background-color: #56D487;
   opacity:1;
}

.osc-step-form-cm .step-6 .step-line ul li:nth-child(2),
.osc-step-form-cm .step-7 .step-line ul li:nth-child(2),
.osc-step-form-cm .step-8 .step-line ul li:nth-child(2),
.osc-step-form-cm .step-9 .step-line ul li:nth-child(2),
.osc-step-form-cm .step-10 .step-line ul li:nth-child(2),
.osc-step-form-cm .step-11 .step-line ul li:nth-child(2),
.osc-step-form-cm .step-12 .step-line ul li:nth-child(2),
.osc-step-form-cm .step-13 .step-line ul li:nth-child(2){
   background-color: #56D487;
   opacity:1;
}

.osc-step-form-cm .step-6 .step-line ul li:nth-child(3),
.osc-step-form-cm .step-7 .step-line ul li:nth-child(3),
.osc-step-form-cm .step-8 .step-line ul li:nth-child(3),
.osc-step-form-cm .step-9 .step-line ul li:nth-child(3),
.osc-step-form-cm .step-10 .step-line ul li:nth-child(3),
.osc-step-form-cm .step-11 .step-line ul li:nth-child(3),
.osc-step-form-cm .step-12 .step-line ul li:nth-child(3),
.osc-step-form-cm .step-13 .step-line ul li:nth-child(3){
   background-color: #56D487;
   opacity:1;
}

.osc-step-form-cm .step-14 .step-line ul li,
.osc-step-form-cm .step-15 .step-line ul li,
.osc-step-form-cm .step-16 .step-line ul li,
.osc-step-form-cm .step-17 .step-line ul li{
   background-color: #56D487;
   opacity:1;
}

.osc-step-form-cm .step-line ul{
   text-align:center;
   margin: 15px 0 17px;
}

.osc-step-form-cm .form-container{
   max-width:580px;
   margin:0 auto;
   float:none;
}

.osc-step-form-cm .form-container .label-heading h4{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 22px;
  margin-bottom:28px;
}

.osc-step-form-cm .form-container .container{
  position: relative;
  display: flex;
  width: 50%;
  flex-wrap: wrap;
  float: left;
  margin-bottom:0px;
}

.osc-step-form-cm .form-container .container label{
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #B0B0B0;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 39px;
  margin: 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.osc-step-form-cm .form-container .container label span{
   position: relative;
   top: -39px;
}

.osc-step-form-cm .form-container .container input{
  width: 280px;
  height: 39px;
  margin: 0;
  border: 1px solid #D2D2D2;
  border-radius: 3px;
  background-color: #F5F5F5;
  cursor: pointer;
  position:relative;
  z-index: 2;
  opacity: 1;
  appearance:none;
  -webkit-appearance:none;
}

.osc-step-form-cm .form-container .container input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 6px;
    top: 12px;
    right: 14px;
    border: 3px solid #56D487;
    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);
    z-index: 2;
}

.osc-step-form-cm .form-container .container input[type="radio"]:checked{
  border: 1px solid #56D487;
  border-radius: 3px;
  background-color: rgba(86,212,135,0.07);
}

.osc-step-form-cm .cta-container a.cta_button,
.osc-step-form-cm .cta-container button.cta_button{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  padding: 16.5px 32px;
  background-color: #56D487;
  box-shadow: 0 2px 17px 3px rgb(86 212 135 / 15%);
  color: #ffffff;
  display: inline-block;
  font-family: objektiv-mk2;
  text-align: center;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  border-radius: 2px;
  border: 1px solid transparent;
}
.osc-step-form-cm .cta-container a.cta_button,
.osc-step-form-cm .cta-container button.cta_button:hover{
  background-color: #293142;
}

.osc-step-form-cm .step-2 .heading p,
.osc-step-form-cm .step-3 .heading p{
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 30px;
  color:#484848;
}

.osc-step-form-cm .step-2 .heading h2,
.osc-step-form-cm .step-3 .heading h2{
   margin-bottom:4px;
}

.osc-step-form-cm .step-2 .heading, 
.osc-step-form-cm .step-3 .heading {
   margin-bottom:40px;
}

.osc-step-form-cm .step-2 ul li:before, 
.osc-step-form-cm .step-3 ul li:before {
   display:none;
}

.osc-step-form-cm .step-2 .split-list,
.osc-step-form-cm .step-3 .split-list {
   margin:0;
}

.osc-step-form-cm .step-2 .split-list ul{
  float: left;
  width:33%;
}

.osc-step-form-cm .step-3 .split-list ul{
  float: left;
  width:23%;
  margin-right:2%;
}

.osc-step-form-cm .step-3 .button-container{
  max-width:580px;
  margin:0 auto;
  float:none;
}

.osc-step-form-cm .step-2 .split-list li,
.osc-step-form-cm .step-3 .split-list li{
  padding-right: 1em;
  line-height: 1.5em;
  font-size: 15px;
  letter-spacing: 0.14px;
  line-height: 18.7px;
  color: #484848;
  position:relative;
  padding-left:26px;
  margin-bottom:15px;
}

.osc-step-form-cm .step-2 .split-list li:after, 
.osc-step-form-cm .step-3 .split-list li:after {
   position:absolute;
   left:0;
   top:0;
   content:'';
   background:url('https://www.beyonddebt.com.au/hubfs/Assets%202019/Images/Green%20Tick%20%281%29.svg');
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
   width:18px;
   height:18px;
}

.osc-step-form-cm .step-2 .button-container .button-1 ,
.osc-step-form-cm .step-3 .button-container .button-1 {
   margin-right:20px;
}

.osc-step-form-cm .step-2 .button-container .button,
.osc-step-form-cm .step-2 .button-container .button-1,
.osc-step-form-cm .step-3 .button-container button,
.osc-step-form-cm .step-3 .button-container .button-1{
    border: 1px solid #D2D2D2;
    border-radius: 3px;
    background-color: #F5F5F5;
    font-size: 18px;
    letter-spacing: -0.33px;
    line-height: 18px;
    color: #B0B0B0;
    font-family: ff-basic-gothic-pro;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    box-sizing: border-box;
    cursor:pointer;
}

body .osc-step-form-cm .step-2 .button-container,
body .osc-step-form-cm .step-3 .button-container{
   margin:30px auto 0;
}

.osc-step-form-cm .step-2 .button-container .second-label,
.osc-step-form-cm .step-3 .button-container .second-label{
   margin-right: 0;
}

.osc-step-form-cm .step-2{
   max-width:580px;
   margin:0 auto;
   float:none;
}

.osc-step-form-cm .step-3{
   max-width:800px;
   margin:0 auto;
   float:none;
}

.osc-step-form-cm .step-2 .list-container,
.osc-step-form-cm .step-3 .list-container{
   margin: 0 auto 10px;
   float: none;
}

.osc-step-form-cm .step-2 .cta-container,
.osc-step-form-cm .step-3 .cta-container{
   margin-top:30px;
}

.osc-step-form-cm .step-2 .button-container, 
.osc-step-form-cm .step-3 .button-container {
  text-align: center;
  display:flex;
}

.osc-step-form-cm .step-2 .button-container .button-1 a,
.osc-step-form-cm .step-3 .button-container .button-1 a{
  margin-right:20px;
}

.osc-step-form-cm .step-4 .heading-container{
   max-width:860px;
   margin:30px auto 40px;
   float:none;
}

.osc-step-form-cm .step-4 .heading-container p{
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 30px;
  color:#484848;
}

.osc-step-form-cm .step-4 .table-container{
   max-width:760px;
   margin:0 auto;
   float:none;
}

.osc-step-form-cm .step-4 .table-container .table-heading{
  border: 1px solid rgb(182,182,182,68%);
  border-radius: 4px 4px 0px 0px;
  background-color: rgb(230,230,230,68%);
  display:flex;
  border-bottom:none;
  flex-wrap: wrap;
}

.osc-step-form-cm .step-4 .table-container .table-heading .col-1{
   width:21%;
   padding:21.5px 15px 16px;
   border-right:1px solid #E3E0E0;
}

.osc-step-form-cm .step-4 .table-container .table-heading .col-2{
   width: 45.9%;
   padding:21.5px 15px 16px;
   border-right:1px solid #E3E0E0;
   box-sizing:border-box;
}

.osc-step-form-cm .step-4 .table-container .table-heading .col-3{
   width:28%;
   padding:21.5px 15px 16px;
   border-right:1px solid #E3E0E0;
   box-sizing:border-box;
}

.osc-step-form-cm .step-4 .table-container .table-heading .col-4{
   width:26.1%;
   padding:21.5px 15px 16px;
   box-sizing:border-box;
}

.osc-step-form-cm .step-4 .table-container .table-heading h4{
  font-size: 18px;
  letter-spacing: -0.4px;
  line-height: 22px;
  margin-bottom:0;
}

.osc-step-form-cm .step-4 .table-container .table-content .inner-row{
   display:flex;
   flex-wrap:wrap;
}

.osc-step-form-cm .step-4 .table-container .table-content .inner-row .col-1{
   width:21%;
   padding:14.5px 15px 11.5px;
   border-right:1px solid #E6E6E6;
}

.osc-step-form-cm .step-4 .table-container .table-content .inner-row .col-2{
   width:45.9%;
   padding:14.5px 15px 11.5px;
   border-right:1px solid #E6E6E6;
   box-sizing:border-box;
}

.osc-step-form-cm .step-4 .table-container .table-content .inner-row .col-3{
   width:28%;
   padding:14.5px 15px 11.5px;
   border-right:1px solid #E6E6E6;
   box-sizing:border-box;
}

.osc-step-form-cm .step-4 .table-container .table-content .inner-row .col-3 input{
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #212837;
  border:none;
  padding:0;
  font-family: ff-basic-gothic-pro;
  appearance:none;
  border:none;
  padding:0;
  height:26px;
  cursor:pointer;
  padding-left:12px;
}

.osc-step-form-cm .step-4 .table-container .table-content .inner-row .col-4{
   width:26.1%;
   padding:14.5px 15px 11.5px;
   box-sizing:border-box;
}

.osc-step-form-cm .step-4 .table-container .table-content .inner-row{
   border-bottom:1px solid #E6E6E6;
   background:#ffffff;
}

.osc-step-form-cm .step-4 .table-container .table-content .inner-row .col-1 select,
.osc-step-form-cm .step-4 .table-container .table-content .inner-row .col-2 select,
.osc-step-form-cm .step-4 .table-container .table-content .inner-row .col-3 select,
.osc-step-form-cm .step-4 .table-container .table-content .inner-row .col-4 select{
  font-size: 18px;
  height:26px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #212837;
  border:none;
  padding:0;
  font-family: ff-basic-gothic-pro;
  appearance:none;
  background:#ffffff url('https://www.beyonddebt.com.au/hubfs/Assets%202019/Images/Green%20Dropdown%20Arrow.svg');
  background-repeat:no-repeat;
  background-size:12px;
  background-position:100%;
  cursor:pointer;
}

.osc-step-form-cm .step-4 .table-container .table-content select:focus{
   outline:none;
}

.osc-step-form-cm .step-4 .table-container .table-content{
  border: 1px solid #E6E6E6;
  border-radius: 0 0 4px 4px;
}

.osc-step-form-cm .step-4 .table-container .add-row,.newly-add{
   text-align:center;
   padding:13px 0 13px;
   cursor:pointer;
}

.osc-step-form-cm .step-4 .table-container .add-row h4,.newly-add h4{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom:0;
}

.osc-step-form-cm .step-4 .table-container .add-row h4 span,.newly-add h4 span{
  color: #56d487;
  font-size: 28px;
  position: relative;
  top: 4px;
  left: 5px;
  font-weight: normal;
}

.osc-step-form-cm .step-4 .table-container{
   margin-bottom:50px;
}

.osc-step-form-cm .step-5 .heading-container{
   max-width:810px;
   margin:30px auto 40px;
   float:none;
}

.osc-step-form-cm .step-5 .heading-container p {
    font-size: 18px;
    letter-spacing: .5px;
    line-height: 30px;
    color: #484848;
}

.osc-step-form-cm .step-5 .table-container{
   max-width:780px;
   margin:0 auto 40px;
   float:none;
}

.osc-step-form-cm .step-5 .table-container .table-heading{
  display: flex;
  border: 1px solid rgb(182,182,182,68%);
  border-radius: 4px 4px 0px 0px;
  background-color: rgb(230,230,230,68%);
  border-bottom: none;
}

.osc-step-form-cm .step-5 .table-container .table-heading .col-1{
   width:30%;
   padding:21.5px 15.5px 16px;
   border-right: 1px solid #E3E0E0;
}

.osc-step-form-cm .step-5 .table-container .table-heading .col-2{
   width:40%;
   padding:21.5px 15.5px 16px;
   border-right: 1px solid #E3E0E0;
}

.osc-step-form-cm .step-5 .table-container .table-heading .col-3{
   width:30%;
   padding:21.5px 15.5px 16px;
   border-right: 1px solid #E3E0E0;
   border-right:none;
}

.osc-step-form-cm .step-5 .table-container .table-heading h4{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 22px;
  margin-bottom:0;
}

.osc-step-form-cm .step-5 .table-container .table-heading{
   display:flex;
}

.osc-step-form-cm .step-5 .table-container .table-content .inner-row{
   display:flex;
   border-bottom:1px solid #e6e6e6;
}

.osc-step-form-cm .step-5 .table-container .table-content .col-1{
   width:30%;
   padding:19.5px 22px 19.5px;
   border-right: 1px solid #E3E0E0;
}

.osc-step-form-cm .step-5 .table-container .table-content .col-2{
   width:40%;
   padding:19.5px 22px 19.5px;
   border-right: 1px solid #E3E0E0;
}

.osc-step-form-cm .step-5 .table-container .table-content .col-3{
   width:30%;
   padding:19.5px 22px 19.5px;
   border-right: 1px solid #E3E0E0;
}

.osc-step-form-cm .step-5 .table-container .table-content input{
   font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  margin-bottom:0;
  color: #212837;
  font-weight:normal;
  font-family: ff-basic-gothic-pro;
  border:none;
  padding:0;
  margin:0;
  height:26px;
  cursor:pointer;
}

.osc-step-form-cm .step-5 .table-container .table-content .col-2 input,
.osc-step-form-cm .step-5 .table-container .table-content .col-3 input{
   padding-left:12px;
}

.osc-step-form-cm .step-5 .table-container .table-content input:focus{
   outline:none;
}

.osc-step-form-cm .step-5 .table-container .table-content .inner-row .col-1{
   width:30%;
   padding: 16.5px 15.5px 9.5px;
   border-right:1px solid #e6e6e6;
}

.osc-step-form-cm .step-5 .table-container .table-content .inner-row .col-2{
   width:40%;
   padding: 16.5px 15.5px 9.5px;
   border-right:1px solid #e6e6e6;
}

.osc-step-form-cm .step-5 .table-container .table-content .inner-row .col-3{
   width:30%;
   padding: 16.5px 15.5px 9.5px;
   border-right:none;
}

.osc-step-form-cm .step-5 .table-container .table-content{
   border: 1px solid #E6E6E6;
   border-radius: 0 0 4px 4px;
   border-bottom:none;
}

.osc-step-form-cm .step-6 .table-container .table-heading{
  display: flex;
  border: 1px solid rgb(182,182,182,68%);
  border-radius: 4px 4px 0px 0px;
  background-color: rgb(230,230,230,68%);
  border-bottom: none;
}

.osc-step-form-cm .step-6 .table-container .table-heading h4{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 22px;
  color: #212837;
  margin-bottom:0;
}

.osc-step-form-cm .step-6 .table-container .table-heading .col-1{
   border-right:1px solid #E3E0E0;
}

.osc-step-form-cm .step-6 .table-container .table-heading .col-1,
.osc-step-form-cm .step-6 .table-container .table-heading .col-2{
   width:50%;
   padding:21.5px 16.5px 16.5px;
}

.osc-step-form-cm .step-6 .table-container .table-content{
  border: 1px solid #E6E6E6;
  border-radius: 0 0 4px 4px;
  border-bottom: none;
  background:#ffffff;
}

.osc-step-form-cm .step-6 .table-container .table-content .inner-row{
   display: flex;
   border-bottom: 1px solid #e6e6e6;
}

.osc-step-form-cm .step-6 .table-container .table-content .inner-row .col-1{
   padding: 15.5px 16.5px 10.5px;
   border-right: 1px solid #e6e6e6;
   width:50%;
}

.osc-step-form-cm .step-6 .table-container .table-content .inner-row .col-2{
   padding: 15.5px 16.5px 10.5px;
   width:50%;
}

.osc-step-form-cm .step-6 .table-container .table-content input{
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #212837;
  font-family: ff-basic-gothic-pro;
  margin-bottom:0;
  font-weight:normal;
  border:none;
  padding:0;
  height:26px;
  cursor:pointer;
}

.osc-step-form-cm .step-6 .table-container .table-content input:focus{
   outline:none;
}

.osc-step-form-cm .step-6 .table-container .table-content select{
  border:none;
  padding:0;
  border-radius:0;
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #212837;
  font-family: ff-basic-gothic-pro;
  margin-bottom:0;
  appearance: none;
  background: #ffffff url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Assets%202019/Images/Green%20Dropdown%20Arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 100%;
  height:26px;
  cursor:pointer;
}

.osc-step-form-cm .step-6 .table-container .table-content select:focus{
   outline:none;
}

.osc-step-form-cm .step-6 .table-container{
   max-width:580px;
   margin:0 auto 30px;
   float:none;
}

.osc-step-form-cm .step-6 .heading-container {
    max-width: 780px;
    margin: 30px auto 30px;
    float: none;
}

.osc-step-form-cm .step-6 .heading-container p{
  font-size: 18px;
  letter-spacing: .5px;
  line-height: 30px;
  color: #484848;
}

.osc-step-form-cm .step-7 .step-questions{
   max-width:694px;
   margin:30px auto 0px;
   float:none;
}

.osc-step-form-cm .step-7 label.error{
  max-width: 580px;
  margin: 10px auto 0;
  float: none;
  width: 100%;
  display: block;
}

.osc-step-form-cm .step-7 .step-questions .steps-1 h2,
.osc-step-form-cm .step-7 .step-questions .steps-2 h3,
.osc-step-form-cm .step-7 .step-questions .steps-3 h3{
   text-align:center;
}

.osc-step-form-cm .step-7 .step-questions .button-container,.osc-step-form-cm  .newly-sbutton .button-container{
   max-width:580px;
   margin:20px auto 0px;
   float:none;
   display:flex;
}


.osc-step-form-cm .step-7 .step-questions button,
.osc-step-form-cm .step-7 .step-questions .button-1,
.osc-step-form-cm  .newly-sbutton .button-container button,
.osc-step-form-cm  .newly-sbutton .button-container .button-1{
  border: 1px solid #D2D2D2;
  border-radius: 3px;
  background-color: #F5F5F5;
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #B0B0B0;
  font-family: ff-basic-gothic-pro;
  height:39px;
  display:flex;
  justify-content:center;
  align-items:center;
  width:48%;
  box-sizing:border-box;
}

.osc-step-form-cm .step-7 .step-questions button.button-1,
.osc-step-form-cm .step-7 .step-questions .button-1,
.osc-step-form-cm  .newly-sbutton .button-container button.button-1,
.osc-step-form-cm  .newly-sbutton .button-container .button-1{
   margin-right:20px;
}

.osc-step-form-cm .step-7 .step-questions .second-label,
.osc-step-form-cm  .newly-sbutton .button-container .second-label{
   margin-right:0;
}

.osc-step-form-cm .step-7 .step-questions h3{
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 34px;
}

.osc-step-form-cm .step-7 .step-questions .steps-1,
.osc-step-form-cm .step-7 .step-questions .steps-2{
   margin-bottom:45px;
}

.osc-step-form-cm .step-7 .step-questions .steps-3{
   margin-bottom:40px;
}

.osc-step-form-cm .step-7 .step-questions .steps-3 .button-container{
   margin:0 auto 0px;
}

.osc-step-form-cm .step-8 .table-container .table-heading{
  display: flex;
  border: 1px solid rgb(182,182,182,68%);
  border-radius: 4px 4px 0px 0px;
  background-color: rgb(230,230,230,68%);
  border-bottom: none;
  flex-wrap: wrap;
}

.osc-step-form-cm .step-8 .table-container .table-heading h4{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 22px;
  color: #212837;
  margin-bottom:0;
}

.osc-step-form-cm .step-8 .heading-container{
   margin-top: 30px;
   margin-bottom:30px;
}

.osc-step-form-cm .step-8 .table-container .table-heading .col-1{
  width: 21%;
  padding: 9.5px 15.5px 8px;
  border-right: 1px solid #e3e0e0;
  box-sizing: border-box;
  display:flex;
  align-items:center;
}

.osc-step-form-cm .step-8 .table-container .table-heading .col-2{
  width: 21%;
  padding: 9.5px 15.5px 8px;
  border-right: 1px solid #e3e0e0;
  box-sizing: border-box;
  display:flex;
  align-items:center;
}

.osc-step-form-cm .step-8 .table-container .table-heading .col-3{
  width: 23.6%;
  padding: 9.5px 15.5px 8px;
  border-right: 1px solid #e3e0e0;
  box-sizing: border-box;
  display:flex;
  align-items:center;
}

.osc-step-form-cm .step-8 .table-container .table-heading .col-4{
  width: 17.5%;
  padding: 9.5px 15.5px 8px;
  box-sizing: border-box;
  border-right: 1px solid #e3e0e0;
  display:flex;
  align-items:center;
}

.osc-step-form-cm .step-8 .table-container .table-heading .col-5{
  width: 16.9%;
  padding: 9.5px 15.5px 8px;
  box-sizing: border-box;
  display:flex;
  align-items:center;
}

.osc-step-form-cm .step-8 .table-container .table-content .inner-row{
   display: flex;
   border-bottom: 1px solid #e6e6e6;
   background:#ffffff;
   flex-wrap:wrap;
}

.osc-step-form-cm .step-8 .table-container .table-content .inner-row .col-1{
   box-sizing: border-box;
   padding:13.5px 15.5px 11.5px;
   border-right: 1px solid #E6E6E6;
   width:21%;
}

.osc-step-form-cm .step-8 .table-container .table-content .inner-row .col-2{
   width: 21%;
   padding:13.5px 15.5px 11.5px;
   border-right: 1px solid #E6E6E6;
   box-sizing: border-box;
}

.osc-step-form-cm .step-8 .table-container .table-content .inner-row .col-3{
   width:23.6%;
   padding:13.5px 15.5px 11.5px;
   border-right: 1px solid #E6E6E6;
   box-sizing: border-box;
}

.osc-step-form-cm .step-8 .table-container .table-content .inner-row .col-4{
   width:17.5%;
   padding:13.5px 15.5px 11.5px;
   box-sizing: border-box;
   border-right: 1px solid #E6E6E6;
}

.osc-step-form-cm .step-8 .table-container .table-content .inner-row .col-5{
   width:16.9%;
   padding:13.5px 15.5px 11.5px;
   box-sizing: border-box;
}

.osc-step-form-cm .step-8 .table-container .table-content .inner-row input{
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #212837;
  font-weight: normal;
  font-family: ff-basic-gothic-pro;
  border: none;
  padding: 0;
  margin: 0;
  height:26px;
  cursor:pointer;
}

.osc-step-form-cm .step-8 .table-container .table-content .inner-row input:focus{
   outline:none;
}

.osc-step-form-cm .step-8 .table-container .table-content .inner-row select{
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #212837;
  border: none;
  padding: 0;
  font-family: ff-basic-gothic-pro;
  appearance: none;
  background: #ffffff url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Assets%202019/Images/Green%20Dropdown%20Arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 100%;
  height:26px;
  cursor:pointer;
}

.osc-step-form-cm .step-8 .table-container .table-content .inner-row select:focus{
   outline:none;
}

.osc-step-form-cm .step-8 .table-container .table-content{
  border: 1px solid #E6E6E6;
  border-radius: 0 0 4px 4px;
  background-color: #FFFFFF;
  border-bottom:none;
}

.osc-step-form-cm .step-8 .table-container{
   max-width:980px;
   margin:30px auto 40px;
   float:none;
}

.osc-step-form-cm .step-9 .heading-container,
.osc-step-form-cm .step-10 .heading-container{
   margin-top:30px;
   margin-bottom:25px;
}

.osc-step-form-cm .step-9 .button-container .button-1,
.osc-step-form-cm .step-10 .button-container .button-1{
   margin-right:20px;
}

.osc-step-form-cm .step-9 .button-container .second-label,
.osc-step-form-cm .step-10 .button-container .second-label{
   margin-right:0;
}

.osc-step-form-cm .step-9 .button-container,
.osc-step-form-cm .step-10 .button-container{
  max-width: 580px;
  margin: 20px auto 0px;
  float: none;
  display: flex;
}

.osc-step-form-cm .step-9 label.error,
.osc-step-form-cm .step-10 label.error{
  max-width: 580px;
  margin: 10px auto 0;
  float: none;
  width: 100%;
  display: block;
}

.osc-step-form-cm .step-9 .button-container button,
.osc-step-form-cm .step-10 .button-container button,
.osc-step-form-cm .step-9 .button-container .button-1,
.osc-step-form-cm .step-10 .button-container .button-1{
  border: 1px solid #D2D2D2;
  border-radius: 3px;
  background-color: #F5F5F5;
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #B0B0B0;
  font-family: ff-basic-gothic-pro;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  box-sizing: border-box;
  cursor:pointer;
}

.osc-step-form-cm .step-9 .button-container .button-1,
.osc-step-form-cm .step-10 .button-container .button-1,{
   margin-right: 20px;
}

.osc-step-form-cm .step-9 .table-container{
  max-width: 1143px;
  margin: 45px auto 40px;
  float: none;
}

.osc-step-form-cm .step-10 .table-container{
  max-width:980px;
  margin: 45px auto 40px;
  float: none;
}

.osc-step-form-cm .step-9 .table-container .table-heading,
.osc-step-form-cm .step-10 .table-container .table-heading{
    display: flex;
    border: 1px solid rgb(182,182,182,68%);
    border-radius: 4px 4px 0px 0px;
    background-color: rgb(230,230,230,68%);
    border-bottom: none;
    flex-wrap:wrap;
}

.osc-step-form-cm .step-9 .table-container .table-heading .col-1{
  width: 14%;
  padding: 9.5px 15.5px 8px;
  border-right: 1px solid #e3e0e0;
  box-sizing: border-box;
  display:flex;
  align-items:center;
}

.osc-step-form-cm .step-10 .table-container .table-heading .col-1{
  width: 16%;
  padding: 9.5px 15.5px 8px;
  border-right: 1px solid #e3e0e0;
  box-sizing: border-box;
  display:flex;
  align-items:center;
}

.osc-step-form-cm .step-9 .table-container .table-heading .col-2{
  width: 14%;
    padding: 9.5px 15.5px 8px;
    border-right: 1px solid #e3e0e0;
    box-sizing: border-box;
   display:flex;
  align-items:center;
}

.osc-step-form-cm .step-10 .table-container .table-heading .col-2{
  width: 17%;
    padding: 9.5px 15.5px 8px;
    border-right: 1px solid #e3e0e0;
    box-sizing: border-box;
   display:flex;
  align-items:center;
}

.osc-step-form-cm .step-9 .table-container .table-heading .col-3{
  width: 14%;
    padding: 9.5px 15.5px 8.5px;
    border-right: 1px solid #e3e0e0;
    box-sizing: border-box;
   display:flex;
  align-items:center;
}

.osc-step-form-cm .step-10 .table-container .table-heading .col-3{
  width: 14%;
    padding: 9.5px 15.5px 8.5px;
    border-right: 1px solid #e3e0e0;
    box-sizing: border-box;
   display:flex;
  align-items:center;
}

.osc-step-form-cm .step-9 .table-container .table-heading .col-4{
  width: 12%;
    padding: 0px 15.5px 0px;
    border-right: 1px solid #e3e0e0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
   display:flex;
  align-items:center;
}

.osc-step-form-cm .step-10 .table-container .table-heading .col-4{
  width: 21%;
    padding: 0px 15.5px 0px;
    border-right: 1px solid #e3e0e0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
   display:flex;
  align-items:center;
}

.osc-step-form-cm .step-9 .table-container .table-heading .col-5{
  width: 17%;
    padding: 9.5px 15.5px 8px;
    border-right: 1px solid #e3e0e0;
    box-sizing: border-box;
   display:flex;
  align-items:center;
}

.osc-step-form-cm .step-10 .table-container .table-heading .col-5{
  width: 16%;
    padding: 9.5px 15.5px 8px;
    border-right: 1px solid #e3e0e0;
    box-sizing: border-box;
   display:flex;
  align-items:center;
}

.osc-step-form-cm .step-9 .table-container .table-heading .col-6{
  width: 14%;
    padding: 9.5px 15.5px 8px;
    box-sizing: border-box;
    border-right: 1px solid #e3e0e0;
   display:flex;
  align-items:center;
}

.osc-step-form-cm .step-10 .table-container .table-heading .col-6{
  width: 16%;
    padding: 9.5px 15.5px 8px;
    box-sizing: border-box;
    border-right: 1px solid #e3e0e0;
   display:flex;
  align-items:center;
}

.osc-step-form-cm .step-9 .table-container .table-heading .col-7{
  width: 15%;
    padding: 9.5px 15.5px 8px;
    box-sizing: border-box;
   display:flex;
  align-items:center;
}

.osc-step-form-cm .step-10 .table-container .table-heading .col-7{
  width: 13%;
    padding: 9.5px 15.5px 8px;
    box-sizing: border-box;
   display:flex;
  align-items:center;
}

.osc-step-form-cm .step-9 .table-container .table-heading h4,
.osc-step-form-cm .step-10 .table-container .table-heading h4{
   font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.4px;
    line-height: 22px;
    color: #212837;
    margin-bottom: 0;
}

.osc-step-form-cm .step-9 .table-container .table-content .inner-row,
.osc-step-form-cm .step-10 .table-container .table-content .inner-row{
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
  flex-wrap:wrap;
}

.osc-step-form-cm .step-9 .table-container .table-content .inner-row .col-1{
  width: 14%;
  padding: 14.5px 15.5px 10.5px;
  border-right: 1px solid #E6E6E6;
  box-sizing:border-box;
}

.osc-step-form-cm .step-10 .table-container .table-content .inner-row .col-1{
  width: 16%;
  padding: 14.5px 15.5px 10.5px;
  border-right: 1px solid #E6E6E6;
  box-sizing:border-box;
}

.osc-step-form-cm .step-9 .table-container .table-content .inner-row .col-2{
  width: 14%;
  padding: 14.5px 15.5px 10.5px;
  border-right: 1px solid #E6E6E6;
  box-sizing:border-box;
}

.osc-step-form-cm .step-10 .table-container .table-content .inner-row .col-2{
  width: 17%;
  padding: 14.5px 15.5px 10.5px;
  border-right: 1px solid #E6E6E6;
  box-sizing:border-box;
}

.osc-step-form-cm .step-9 .table-container .table-content .inner-row .col-3{
  width: 14%;
  padding: 14.5px 15.5px 10.5px;
  border-right: 1px solid #E6E6E6;
  box-sizing:border-box;
}

.osc-step-form-cm .step-10 .table-container .table-content .inner-row .col-3{
  width: 14%;
  padding: 14.5px 15.5px 10.5px;
  border-right: 1px solid #E6E6E6;
  box-sizing:border-box;
}

.osc-step-form-cm .step-9 .table-container .table-content .inner-row .col-4{
  width: 12%;
  padding: 14.5px 15.5px 10.5px;
  border-right: 1px solid #E6E6E6;
  box-sizing:border-box;
}

.osc-step-form-cm .step-10 .table-container .table-content .inner-row .col-4{
  width: 21%;
  padding: 14.5px 15.5px 10.5px;
  border-right: 1px solid #E6E6E6;
  box-sizing:border-box;
}

.osc-step-form-cm .step-9 .table-container .table-content .inner-row .col-5{
  width: 17%;
  padding: 14.5px 15.5px 10.5px;
  border-right: 1px solid #E6E6E6;
  box-sizing:border-box;
}

.osc-step-form-cm .step-10 .table-container .table-content .inner-row .col-5{
  width: 16%;
  padding: 14.5px 15.5px 10.5px;
  border-right: 1px solid #E6E6E6;
  box-sizing:border-box;
}

.osc-step-form-cm .step-9 .table-container .table-content .inner-row .col-6{
  width: 14%;
  padding: 14.5px 15.5px 10.5px;
  box-sizing:border-box;
  border-right: 1px solid #E6E6E6;
}

.osc-step-form-cm .step-10 .table-container .table-content .inner-row .col-6{
  width: 16%;
  padding: 14.5px 15.5px 10.5px;
  box-sizing:border-box;
  border-right: 1px solid #E6E6E6;
}

.osc-step-form-cm .step-9 .table-container .table-content .inner-row .col-7{
  width: 15%;
  padding: 14.5px 15.5px 10.5px;
  box-sizing:border-box;
}

.osc-step-form-cm .step-10 .table-container .table-content .inner-row .col-7{
  width: 13%;
  padding: 14.5px 15.5px 10.5px;
  box-sizing:border-box;
}

.osc-step-form-cm .step-9 .table-container .table-content {
    border: 1px solid #E6E6E6;
    border-radius: 0 0 4px 4px;
    background-color: #FFFFFF;
    border-bottom: none;
}

.osc-step-form-cm .step-10 .table-container .table-content{
   border: 1px solid #E6E6E6;
    border-radius: 0 0 4px 4px;
    background-color: #FFFFFF;
}

.osc-step-form-cm .step-9 .table-container .table-content input,
.osc-step-form-cm .step-10 .table-container .table-content input{
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #212837;
  font-weight: normal;
  font-family: ff-basic-gothic-pro;
  border: none;
  padding: 0;
  margin: 0;
  height:26px;
  cursor:pointer;
}

.osc-step-form-cm .step-9 .table-container .table-content p,
.osc-step-form-cm .step-10 .table-container .table-content p{
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #212837;
  font-weight: normal;
  font-family: ff-basic-gothic-pro;
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom:0;
}

.osc-step-form-cm .step-9 .table-container .table-content input:focus,
.osc-step-form-cm .step-10 .table-container .table-content input:focus{
   outline:none;
}

.osc-step-form-cm .step-9 .table-container .table-content select,
.osc-step-form-cm .step-10 .table-container .table-content select{
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #212837;
  border: none;
  padding: 0;
  font-family: ff-basic-gothic-pro;
  appearance: none;
  background: #ffffff url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Assets%202019/Images/Green%20Dropdown%20Arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 100%;
  height:26px;
  cursor:pointer;
}

.osc-step-form-cm .step-9 .table-container .table-content select{
   padding-left:0!important;
}

.osc-step-form-cm .step-9 .table-container .table-content select:focus,
.osc-step-form-cm .step-10 .table-container .table-content select:focus{
   outline:none;
}

.osc-step-form-cm .step-11 .heading-container{
   max-width:770px;
   margin:30px auto 30px;
   float:none;
}

.osc-step-form-cm .step-11 .heading-container .no-heading{
   display:none;
}

.osc-step-form-cm .step-11 .button-container{
  max-width: 580px;
  margin: 20px auto 30px;
  float: none;
  display: flex;
}

.osc-step-form-cm .step-11 .button-container button,
.osc-step-form-cm .step-11 .button-container .button-1{
    border: 1px solid #D2D2D2;
    border-radius: 3px;
    background-color: #F5F5F5;
    font-size: 18px;
    letter-spacing: -0.33px;
    line-height: 18px;
    color: #B0B0B0;
    font-family: ff-basic-gothic-pro;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    box-sizing: border-box;
    cursor:pointer;
}

.osc-step-form-cm .step-11 .button-container .button-1{
   margin-right: 20px;
}

.osc-step-form-cm .step-11 .button-container .second-label{
   margin-right: 0px;
}

.osc-step-form-cm .step-13 .button-container{
  max-width: 580px;
  margin: 20px auto 0px;
  float: none;
  display: flex;
}

.osc-step-form-cm .step-13 label.error {
    width: 100%;
    max-width: 580px;
    margin: 10px auto 0;
    display: block;
}

.osc-step-form-cm .step-13 .button-container button,
.osc-step-form-cm .step-13 .button-container .button-1{
  border: 1px solid #D2D2D2;
  border-radius: 3px;
  background-color: #F5F5F5;
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #B0B0B0;
  font-family: ff-basic-gothic-pro;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  box-sizing: border-box;
  cursor:pointer;
}

.osc-step-form-cm .step-13 .heading-container{
   margin-top:30px;
}

.osc-step-form-cm .step-13 .heading-container p{
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 30px;
  color: #484848;
}

.osc-step-form-cm .step-13 .heading-container h2{
   margin-bottom: 5px;
}

.osc-step-form-cm .step-13 .button-container .button-1{
   margin-right:20px;
}

.osc-step-form-cm .step-13 .button-container .second-label{
   margin-right:0;
}

.osc-step-form-cm .step-13 .table-container {
    max-width: 970px;
    margin:44px auto 40px;
    float: none;
}

.osc-step-form-cm .step-13 .table-container .table-heading{
  display:flex;
  border: 1px solid rgb(182,182,182,68%);
  border-radius: 4px 4px 0px 0px;
  background-color: rgb(230,230,230,68%);
  border-bottom: none;
  flex-wrap:wrap;
}

.osc-step-form-cm .step-13 .table-container .table-heading .col-1 {
    width: 19%;
    border-right: 1px solid #e3e0e0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 9.5px 22px 8px;
}

.osc-step-form-cm .step-13 .table-container .table-heading .col-2 {
    width: 23%;
    border-right: 1px solid #e3e0e0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 9.5px 22px 8px;
}

.osc-step-form-cm .step-13 .table-container .table-heading .col-3 {
    width: 16%;
    border-right: 1px solid #e3e0e0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 9.5px 22px 8px;
}

.osc-step-form-cm .step-13 .table-container .table-heading .col-4 {
    width: 22%;
    border-right: 1px solid #e3e0e0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 9.5px 22px 8px;
}

.osc-step-form-cm .step-13 .table-container .table-heading .col-5 {
    width: 19%;
    border-right: 1px solid #e3e0e0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 9.5px 22px 8px;
}

.osc-step-form-cm .step-13 .table-container .table-heading .col-6 {
    width: 17%;
    padding: 9.5px 22px 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.osc-step-form-cm .step-13 .table-container .table-content {
    border: 1px solid #E6E6E6;
    border-radius: 0 0 4px 4px;
    border-bottom: none;
    
}

.osc-step-form-cm .step-13 .table-container .table-content .inner-row {
    display: flex;
    border-bottom: 1px solid #e6e6e6;
    flex-wrap:wrap;
}

.osc-step-form-cm .step-13 .table-container .table-content .inner-row .col-1 {
    width: 19%;
    padding: 13.5px 22px 11.5px;
    border-right: 1px solid #e6e6e6;
    box-sizing:border-box;
}

.osc-step-form-cm .step-13 .table-container .table-content .inner-row .col-2 {
    width: 23%;
    padding: 13.5px 22px 11.5px;
    border-right: 1px solid #e6e6e6;
    box-sizing:border-box;
}

.osc-step-form-cm .step-13 .table-container .table-content .inner-row .col-3 {
    width: 16%;
    padding: 13.5px 22px 11.5px;
    box-sizing:border-box;
    border-right: 1px solid #e6e6e6;
}

.osc-step-form-cm .step-13 .table-container .table-content .inner-row .col-4 {
    width: 22%;
    padding: 13.5px 22px 11.5px;
    box-sizing:border-box;
    border-right: 1px solid #e6e6e6;
}

.osc-step-form-cm .step-13 .table-container .table-content .inner-row .col-5{
    width: 19%;
    padding: 13.5px 22px 11.5px;
    box-sizing:border-box;
    border-right: 1px solid #e6e6e6;
}

.osc-step-form-cm .step-13 .table-container .table-content .inner-row .col-6{
    width: 17%;
    padding: 13.5px 22px 11.5px;
    box-sizing:border-box;
}

.osc-step-form-cm .step-13 .table-container .table-content .inner-row input{
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  margin-bottom: 0;
  color: #212837;
  font-weight: normal;
  font-family: ff-basic-gothic-pro;
  border: none;
  padding: 0;
  margin: 0;
  height:26px;
  cursor:pointer;
}

.osc-step-form-cm .step-13 .table-container .table-content .inner-row input:focus{
   outline:none;
}

.osc-step-form-cm .step-13 .table-container .table-content .inner-row select{
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #212837;
  border: none;
  padding: 0;
  font-family: ff-basic-gothic-pro;
  appearance: none;
  background: #ffffff url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Assets%202019/Images/Green%20Dropdown%20Arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 100%;
  height:26px;
  cursor:pointer;
}

.osc-step-form-cm .step-13 .table-container .table-content .inner-row select:focus{
   outline:none;
}

.osc-step-form-cm .step-13 .table-container .table-heading h4{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 22px;
  color: #212837;
  margin-bottom: 0;
}

.osc-step-form-cm .step-14 .heading-container{
   margin-top:30px;
}

.osc-step-form-cm .step-14 .question-1 h3,
.osc-step-form-cm .step-14 .question-2 h3{
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 34px;
  color: #212837;
  margin-bottom:5px;
}

.osc-step-form-cm .step-14 .question-1 .button-container{
  max-width: 580px;
  margin: 20px auto 0px;
  float: none;
  display: flex;
}

.osc-step-form-cm .step-14 .question-1 label.error{
  width: 100%;
  display: block;
  max-width: 580px;
  margin: 10px auto 0;
}

.osc-step-form-cm .step-14 .question-1 .button-container button,
.osc-step-form-cm .step-14 .question-1 .button-container .button-1{
  border: 1px solid #D2D2D2;
  border-radius: 3px;
  background-color: #F5F5F5;
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #B0B0B0;
  font-family: ff-basic-gothic-pro;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49%;
  box-sizing: border-box;
  cursor:pointer;
}

.osc-step-form-cm .step-14 .question-1 .button-container .button-1{
   margin-right:20px;
}

.osc-step-form-cm .step-14 .question-1 .button-container .second-label{
   margin-right:0;
}

.osc-step-form-cm .step-14 .question-2 p{
  font-size: 14px;
  letter-spacing: -0.05px;
  line-height: 22px;
  color: #484848;
  max-width:780px;
  margin:0 auto 30px;
  float:none;
}

.osc-step-form-cm .step-14 .question-1{
   margin-top:40px;
   margin-bottom: 54px;
}

.osc-step-form-cm .step-14 .question-2{
   margin-top:40px;
}

.osc-step-form-cm .step-14 .cta-container{
   margin-top: 30px;
}

.osc-step-form-cm .step-14 .question-2 .button-container{
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
  margin: 0 auto 0px;
  float: none;
  justify-content: center;
}

.osc-step-form-cm .step-14 .question-2 label.error{
  width: 100%;
  display: block;
  max-width: 640px;
  margin: 10px auto 0;
}

.osc-step-form-cm .step-14 .question-2 button,
.osc-step-form-cm .step-14 .question-2 .button-1{
  border: 1px solid #D2D2D2;
  border-radius: 3px;
  background-color: #F5F5F5;
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #B0B0B0;
  font-family: ff-basic-gothic-pro;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18%;
  box-sizing: border-box;
  margin-right:15px;
  cursor:pointer;
}

.osc-step-form-cm .step-14 .question-2 button:last-child,
.osc-step-form-cm .step-14 .question-2 .button-1:last-child{
   margin-right:0;
}

.osc-step-form-cm .step-15 .button-container button,
.osc-step-form-cm .step-15 .button-container .button-1{
  border: 1px solid #D2D2D2;
  border-radius: 3px;
  background-color: #F5F5F5;
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #B0B0B0;
  font-family: ff-basic-gothic-pro;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49%;
  box-sizing: border-box;
  cursor:pointer;
}

.osc-step-form-cm .step-15 .button-container .button-1{
   margin-right:20px;
}

.osc-step-form-cm .step-15 .button-container .second-label{
   margin-right:0;
}

.osc-step-form-cm .step-15 .question-1 .button-container{
  max-width: 580px;
  margin: 30px auto 0px;
  float: none;
  display: flex;
}

.osc-step-form-cm .step-15 .question-2 button,
.osc-step-form-cm .step-15 .question-2 .button-1{
  border: 1px solid #D2D2D2;
  border-radius: 3px;
  background-color: #F5F5F5;
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #B0B0B0;
  font-family: ff-basic-gothic-pro;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28%;
  box-sizing: border-box;
  margin-right: 15px;
  cursor:pointer;
}

.osc-step-form-cm .step-15 label.error {
    width: 100%;
    display: block;
    max-width: 580px;
    margin: 10px auto 0;
}

.osc-step-form-cm .step-15 .cta-container{
   margin-top:30px;
}

.osc-step-form-cm .step-15 .question-2 button:last-child,
.osc-step-form-cm .step-15 .question-2 .button-1:last-child{
   margin-right:0;
}

.osc-step-form-cm .step-15 .question-2 .button-container{
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
  margin: 0 auto 0px;
  float: none;
  justify-content: center;
}

.osc-step-form-cm .step-15 .question-2 h3{
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom:23px;
}

.osc-step-form-cm .step-15 .question-1{
   margin-bottom:70px;
   margin-top:30px;
}

.osc-step-form-cm .step-15 .question-1 p{
   font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 30px;
  color: #484848;
}

.osc-step-form-cm .step-16 .table-heading{
  display: flex;
  border: 1px solid rgb(182,182,182,68%);
  border-radius: 4px 4px 3px 3px;
  background-color: rgb(230,230,230,68%);
  border-bottom: none;
}

.osc-step-form-cm .step-16 .heading-container{
   margin-top:30px;
}

.osc-step-form-cm .step-16 .table-container{
  max-width: 590px;
  margin: 25px auto 40px;
  float: none;
}
.hs-content-id-109023919273 .osc-step-form-cm .step-16 .table-container, .hs-content-id-109208148549 .osc-step-form-cm .step-16 .table-container{
  max-width: 580px;
}
.osc-step-form-cm .step-16 .table-content .inner-row{
   display: flex;
   border-bottom: 1px solid #e6e6e6;
}

.osc-step-form-cm .step-16 .table-heading{
  display: flex;
  border: 1px solid rgb(182,182,182,68%);
  border-radius: 4px 4px 0px 0px;
  background-color: rgb(230,230,230,68%);
  border-bottom: none;
}

.osc-step-form-cm .step-16 .table-heading .col-1{
  width: 50%;
  padding: 21.5px 15.5px 16.5px;
  border-right: 1px solid #E3E0E0;
}

.osc-step-form-cm .step-16 .table-heading .col-2{
  width: 50%;
  padding: 21.5px 15.5px 16.5px;
}

.osc-step-form-cm .step-16 .table-content .inner-row .col-1{
   width:50%;
   padding: 13.5px 15.5px 11.5px;
   border-right:1px solid #E6E6E6;
}

.osc-step-form-cm .step-16 .table-content .inner-row .col-2{
   width:50%;
   padding: 13.5px 15.5px 11.5px;
}

.osc-step-form-cm .step-16 .table-heading h4{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 22px;
  color: #212837;
  margin-bottom: 0;
}

.osc-step-form-cm .step-16 .table-content input{
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #212837;
  font-weight: normal;
  font-family: ff-basic-gothic-pro;
  border: none;
  padding: 0;
  margin: 0;
  height:26px;
  cursor:pointer;
}

.osc-step-form-cm .step-16 .table-content select{
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #212837;
  border: none;
  padding: 0;
  font-family: ff-basic-gothic-pro;
  appearance: none;
  background: #ffffff url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Assets%202019/Images/Green%20Dropdown%20Arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 100%;
  height:26px;
  cursor:pointer;
}

.osc-step-form-cm .step-16 .table-content select:focus{
   outline:none;
}

.osc-step-form-cm .step-16 .table-content input:focus{
   outline:none;
}

.osc-step-form-cm .step-16 .table-container .table-content {
    border: 1px solid #E6E6E6;
    border-radius: 0 0 4px 4px;
    border-bottom: none;
}

.osc-step-form-cm .step-17 .heading-container{
   max-width:780px;
   margin:30px auto 25px;
   float:none;
}

.osc-step-form-cm .step-17 .table-container{
   max-width: 590px;
   margin: 0px auto 40px;
   float: none;
}

.osc-step-form-cm .step-17 .table-container .table-heading{
  display: flex;
  border: 1px solid rgb(182,182,182,68%);
  border-radius: 4px 4px 0px 0px;
  background-color: rgb(230,230,230,68%);
  border-bottom: none;
}

.osc-step-form-cm .step-17 .table-container .table-heading .col-1{
   width:33%;
   padding: 21.5px 15.5px 16.5px;
   border-right: 1px solid #E3E0E0;
}

.osc-step-form-cm .step-17 .table-container .table-heading .col-2{
   width:33%;
   padding: 21.5px 15.5px 16.5px;
   border-right: 1px solid #E3E0E0;
}

.osc-step-form-cm .step-17 .table-container .table-heading .col-3{
   width:33%;
   padding: 21.5px 15.5px 16.5px;
}

.osc-step-form-cm .step-17 .table-container .table-content .inner-row{
   display: flex;
   border-bottom: 1px solid #e6e6e6;
}

.osc-step-form-cm .step-17 .table-container .table-content .inner-row h4{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 22px;
  margin-bottom:0;
}

.osc-step-form-cm .step-17 .table-container .table-content .inner-row .col-1{
   width:33%;
   border-right: 1px solid #E3E0E0;
   padding:19px 15px 17px;
}

.osc-step-form-cm .step-17 .table-container .table-content .inner-row .col-2{
   width:33%;
   border-right: 1px solid #E3E0E0;
   padding:19px 15px 17px;
}

.osc-step-form-cm .step-17 .table-container .table-content .inner-row .col-3{
   width:33%;
   padding:19px 15px 17px;
}
 
.osc-step-form-cm .step-17 .table-container .table-heading h4{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 22px;
  margin-bottom:0;
}

.osc-step-form-cm .step-17 .table-container .table-content input{
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #212837;
  font-weight: normal;
  font-family: ff-basic-gothic-pro;
  border: none;
  padding: 0;
  margin: 0;
  height:26px;
  cursor:pointer;
}

.osc-step-form-cm .step-17 .table-container .table-content p{
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #212837;
  font-weight: normal;
  font-family: ff-basic-gothic-pro;
  border: none;
  padding: 0;
  margin: 0;
}

.osc-step-form-cm .step-17 .table-container .table-content select{
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #212837;
  border: none;
  padding: 0;
  font-family: ff-basic-gothic-pro;
  appearance: none;
  background: #ffffff url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Assets%202019/Images/Green%20Dropdown%20Arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 100%;
  height:26px;
  cursor:pointer;
}

.osc-step-form-cm .step-17 .table-container .table-content input:focus,
.osc-step-form-cm .step-17 .table-container .table-content select:focus{
   outline:none;
}

.osc-step-form-cm .step-17 .table-container .table-content{
  border: 1px solid #E6E6E6;
  border-radius: 0 0 4px 4px;
  border-bottom: none;
}

.osc-step-form-cm .step-17 .table-container .table-content .inner-row{
   display: flex;
   border-bottom: 1px solid #e6e6e6;
}

.osc-step-form-cm .step-17 .table-container .table-content .inner-row .col-1{
  width:33%;
  border-right: 1px solid #E6E6E6;
  padding:14px 15px 12px;
  display: flex;
  align-items: center;
}

.osc-step-form-cm .step-17 .table-container .table-content .inner-row .col-2{
   width:33%;
   border-right: 1px solid #E6E6E6;
   padding:14px 15px 12px;
}

.osc-step-form-cm .step-17 .table-container .table-content .inner-row .col-3{
   width:33%;
   padding:14px 15px 12px;
}

.osc-step-form-cm .step-17 .cta-container a.cta_button{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-transform:initial;
  padding: 16.5px 16px;
}

.osc-step-form-cm .back-button {
    position: absolute;
    top: 70px;
    cursor:pointer;
}

.osc-step-form-cm .step-4 .table-container .table-content .inner-row .left-column{
   display:none;
}

.osc-step-form-cm .step-5 .table-container .table-content .inner-row .left-column{
   display:none;
}

.osc-step-form-cm .step-6 .table-container .table-content .inner-row .left-column{
   display:none;
}

.osc-step-form-cm .step-8 .table-container .table-content .inner-row .left-column{
   display:none;
}

.osc-step-form-cm .step-13 .table-container .table-content .inner-row .left-column{
   display:none;
}

.osc-step-form-cm .step-16 .table-content .inner-row .left-column{
   display:none;
}

.osc-step-form-cm .step-17 .table-content .inner-row .left-column{
   display:none;
}

.osc-step-form-cm .step-9 .table-container .table-content .inner-row .left-column,
.osc-step-form-cm .step-10 .table-container .table-content .inner-row .left-column{
   display:none;
}

.osc-step-form-cm .step-4 .table-content .col-3 .right-column,
.osc-step-form-cm .step-6 .table-content .col-1 .right-column,
.osc-step-form-cm .step-8 .table-content .col-2 .right-column,
.osc-step-form-cm .step-8 .table-content .col-4 .right-column,
.osc-step-form-cm .step-8 .table-content .col-5 .right-column,
.osc-step-form-cm .step-9 .table-content .col-3 .right-column,
.osc-step-form-cm .step-9 .table-content .col-6 .right-column,
.osc-step-form-cm .step-9 .table-content .col-7 .right-column,
.osc-step-form-cm .step-10 .table-content .col-2 .right-column,
.osc-step-form-cm .step-10 .table-content .col-5 .right-column,
.osc-step-form-cm .step-10 .table-content .col-6 .right-column,
.osc-step-form-cm .step-13 .table-content .col-1 .right-column,
.osc-step-form-cm .step-13 .table-content .col-5 .right-column,
.osc-step-form-cm .step-13 .table-content .col-6 .right-column,
.osc-step-form-cm .step-16 .table-content .col-1 .right-column,
.osc-step-form-cm .step-17 .table-content .col-2 .right-column{
   position:relative;
   z-index:1;
}

.osc-step-form-cm .step-4 .table-content .col-3 .right-column:before,
.osc-step-form-cm .step-6 .table-content .col-1 .right-column:before,
.osc-step-form-cm .step-8 .table-content .col-2 .right-column:before,
.osc-step-form-cm .step-8 .table-content .col-4 .right-column:before,
.osc-step-form-cm .step-8 .table-content .col-5 .right-column:before,
.osc-step-form-cm .step-9 .table-content .col-6 .right-column:before,
.osc-step-form-cm .step-9 .table-content .col-7 .right-column:before,
.osc-step-form-cm .step-10 .table-content .col-2 .right-column:before,
.osc-step-form-cm .step-10 .table-content .col-5 .right-column:before,
.osc-step-form-cm .step-10 .table-content .col-6 .right-column:before,
.osc-step-form-cm .step-13 .table-content .col-1 .right-column:before,
.osc-step-form-cm .step-13 .table-content .col-5 .right-column:before,
.osc-step-form-cm .step-13 .table-content .col-6 .right-column:before,
.osc-step-form-cm .step-16 .table-content .col-1 .right-column:before,
.osc-step-form-cm .step-17 .table-content .col-2 .right-column:before{
  position: absolute;
  left: 0;
  top: 4.4px;
  content: '$';
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #212837;
  font-family: ff-basic-gothic-pro;
}

.osc-step-form-cm .step-5 .table-content .col-2 .right-column,
.osc-step-form-cm .step-5 .table-content .col-3 .right-column{
   position:relative;
   z-index:1;
}

.osc-step-form-cm .step-5 .table-content .col-2 .right-column:before,
.osc-step-form-cm .step-5 .table-content .col-3 .right-column:before{
  position: absolute;
  left: 0;
  top: 4.5px;
  content: '$';
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #212837;
  font-family: ff-basic-gothic-pro;
}

.osc-step-form-cm .step-6 .table-content .col-1 .right-column input,
.osc-step-form-cm .step-8 .table-content .col-2 .right-column input,
.osc-step-form-cm .step-8 .table-content .col-4 .right-column input,
.osc-step-form-cm .step-8 .table-content .col-5 .right-column input,
.osc-step-form-cm .step-9 .table-content .col-6 .right-column input,
.osc-step-form-cm .step-9 .table-content .col-7 .right-column input,
.osc-step-form-cm .step-10 .table-content .col-2 .right-column input,
.osc-step-form-cm .step-10 .table-content .col-5 .right-column input,
.osc-step-form-cm .step-10 .table-content .col-6 .right-column input,
.osc-step-form-cm .step-13 .table-content .col-1 .right-column input,
.osc-step-form-cm .step-13 .table-content .col-5 .right-column input,
.osc-step-form-cm .step-13 .table-content .col-6 .right-column input,
.osc-step-form-cm .step-16 .table-content .col-1 .right-column input,
.osc-step-form-cm .step-17 .table-content .col-2 .right-column input{
   padding-left:12px;
}

.osc-step-form-cm .step-13 .cta-container{
   margin-top:40px;
}

.osc-step-form-cm .step-10 .cta-container,
.osc-step-form-cm .step-9 .cta-container{
   margin-top:50px;
}

.osc-step-form-cm .step-7 .table-container{
  max-width: 532px;
  margin: 0 auto;
  float: none;
}

.osc-step-form-cm .step-7 .table-container .table-heading{
  border: 1px solid rgb(182,182,182,68%);
  border-radius: 4px 4px 0px 0px;
  background-color: rgb(230,230,230,68%);
  display: flex;
  border-bottom: 0;
  flex-wrap:wrap;
}

.osc-step-form-cm .step-7 .table-container .table-heading .col-1 {
    width: 38%;
    padding: 9.5px 15px 8px;
    border-right: 1px solid #e3e0e0;
    box-sizing:border-box;
    display:flex;
    align-items:center;
}

.osc-step-form-cm .step-7 .table-container .table-heading .col-2 {
    width: 31%;
    padding: 9.5px 15px 8px;
    border-right: 1px solid #e3e0e0;
    box-sizing:border-box;
    display:flex;
    align-items:center;
}

.osc-step-form-cm .step-7 .table-container .table-heading .col-3 {
    width: 31%;
    padding: 9.5px 15px 8px;
    box-sizing:border-box;
    display:flex;
    align-items:center;
}

.osc-step-form-cm .step-7 .table-container .table-heading h4 {
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 22px;
    margin-bottom: 0;
}

.osc-step-form-cm .step-7 .table-container .table-content {
    border: 1px solid #e6e6e6;
    border-radius: 0 0 4px 4px;
}

.osc-step-form-cm .step-7 .table-container .table-content .inner-row {
    background: #fff;
    display:flex;
    flex-wrap:wrap;
    border-radius: 0 0 4px 4px;
}

.osc-step-form-cm .step-7 .table-container .table-content .inner-row .col-1 {
    width: 38%;
    padding: 14.5px 15px 11.5px;
    border-right: 1px solid #e6e6e6;
    box-sizing:border-box;
}

.osc-step-form-cm .step-7 .table-container .table-content .inner-row .col-2 {
    width: 31%;
    padding: 14.5px 15px 11.5px;
    border-right: 1px solid #e6e6e6;
    box-sizing:border-box;
}

.osc-step-form-cm .step-7 .table-container .table-content .inner-row .col-3 {
    width: 31%;
    padding: 14.5px 15px 11.5px;
    box-sizing:border-box;
}

.osc-step-form-cm .step-7 .table-container .table-content .inner-row .left-column {
    display: none;
}

.osc-step-form-cm .step-7 .table-container .table-content .inner-row input{
    font-size: 18px;
    height: 26px;
    letter-spacing: -0.33px;
    line-height: 18px;
    color: #212837;
    border: 0;
    padding: 0;
    font-family: ff-basic-gothic-pro;
    appearance: none;
    background: #fff;
    cursor: pointer;
}

.osc-step-form-cm .step-7 .table-content .col-3 .right-column,
.osc-step-form-cm .step-7 .table-content .col-2 .right-column{
    position: relative;
    z-index: 1;
}

.osc-step-form-cm .step-7 .table-content .col-3 .right-column:before,
.osc-step-form-cm .step-7 .table-content .col-2 .right-column:before{
  position: absolute;
  left: 0;
  top: 4.4px;
  content: '$';
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  color: #212837;
  font-family: ff-basic-gothic-pro;
}

.osc-step-form-cm .step-7 .table-content .col-3 .right-column input,
.osc-step-form-cm .step-7 .table-content .col-2 .right-column input{
   padding-left:12px;
}

.osc-step-form-cm .step-7 .cta-container{
   margin-top:40px;
}


@media(max-width:1200px){

.osc-step-page:before{
   width: 176px;
   height: 176px;   
}
}




@media(max-width:767px){

.osc-step-form-cm{
   overflow:hidden;
   padding-bottom: 90px;
}
  
.osc-step-form-cm .step-7 .table-container{
  max-width: 100%;
}

.osc-step-form-cm .step-7 .table-container .table-heading{
   display:none;
}
  
.osc-step-form-cm .step-7 .table-container .table-content{
   border:none;
   border-radius:0;
}
  
.osc-step-form-cm .step-7 .table-container .table-content .inner-row{
  display: block;
  border-bottom: 0;
}
  
.osc-step-form-cm .step-7 .table-container .table-content .inner-row .col-1,
.osc-step-form-cm .step-7 .table-container .table-content .inner-row .col-2,
.osc-step-form-cm .step-7 .table-container .table-content .inner-row .col-3{
  border-right: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
  
.osc-step-form-cm .step-7 .table-container .table-content .inner-row .left-column{
  border-top: 1px solid #b6b6b6; 
  border-right: 1px solid #b6b6b6;
  border-left: 1px solid #b6b6b6;
  background-color: rgb(230 230 230 / 86%);
  width: 48%;
  padding: 6px 15px 6px;
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
}
  
.osc-step-form-cm .step-7 .table-container .table-content .inner-row .col-3 .left-column{
   border-bottom: 1px solid #b6b6b6;
   border-bottom-left-radius:3px;
}
  
.osc-step-form-cm .step-7 .table-container .table-content .inner-row .col-1 .left-column{
   border-top-left-radius:3px;
}
  
.osc-step-form-cm .step-7 .table-container .table-content .inner-row .right-column{
    border-top: 1px solid #e6e6e6;
    
    width: 52%;
    padding: 13px 17px 12px;
    box-sizing: border-box;
    border-right: 1px solid #e6e6e6;
}
  
.osc-step-form-cm .step-7 .table-container .table-content .inner-row .col-3 .right-column{
   border-bottom: 1px solid #e6e6e6;
   border-bottom-right-radius: 3px; 
}
  
.osc-step-form-cm .step-7 .table-container .table-content .inner-row .col-1 .right-column{
    border-top-right-radius: 3px;  
}
  
.osc-step-form-cm .step-7 .table-container .table-content .inner-row .left-column h4{
   font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.31px;
    line-height: 18px;
    color: #212837;
    margin-bottom: 0;  
}
  
.osc-step-form-cm .step-7 .table-container .table-content .inner-row .right-column input{
   font-size: 17px;
    letter-spacing: -0.31px;
    line-height: 18px;  
}
  
.osc-step-form-cm .step-7 .table-content .col-3 .right-column:before,
.osc-step-form-cm .step-7 .table-content .col-2 .right-column:before{
    left: 16px;
    top: 16.5px;
    font-size: 17px;
    letter-spacing: -0.31px;
    line-height: 18px;
}
  
  
.osc-step-form-cm .step-10,
.osc-step-form-cm .step-9{
   padding-bottom:225px;
}
  
.osc-step-form-cm .step-10.decrease-padding,
.osc-step-form-cm .step-9.decrease-padding{
   padding-bottom:0;
}
  
.osc-step-form-cm .step-9 .table-container .table-content p,
.osc-step-form-cm .step-10 .table-container .table-content p{
  font-size: 17px;
  letter-spacing: -0.31px;
  line-height: 18px;  
}
  
.osc-step-form-cm .step-17 .table-container .table-content .inner-row .col-1{
   align-items: inherit;  
}
  
.osc-step-form-cm .step-17 .table-container .table-content p{
  font-size: 17px;
  letter-spacing: -0.31px;
  line-height: 18px;   
}
  
.osc-step-form-cm .step-9 label.error,
.osc-step-form-cm .step-10 label.error{
   max-width:100%;
}
  
.osc-step-form-cm .step-9 label.error,
.osc-step-form-cm .step-10 label.error{
    max-width: 
}
  
.osc-step-form-cm .step-9 .button-container,
.osc-step-form-cm .step-10 .button-container{
   max-width:100%;
}
  
.osc-step-page{
   padding-bottom:0px;
}
  
.osc-step-form-cm .form-container{
   max-width:100%;
}
  
.osc-step-form-cm .step-1 .button-container{
   max-width:100%;
}
  
.osc-step-page:before {
    width: 135px;
    height: 156px;
}
  
.osc-step-form-cm .back-button{
   top:30px;
}
  
.osc-step-form-cm .step-1 .form-group {
    margin-bottom: 30px;
}
  
.osc-step-form-cm .step-1 .cta-container{
   margin-top: 37px;   
}
  
.osc-step-form-cm .back-button img{
   max-width: 23px!important;  
}
  
.osc-step-page .container-fluid .row-fluid .wrapper{
   padding-left:22px;
   padding-right:22px;
}
  
.osc-step-form-cm .heading{
   text-align:left;
}

.osc-step-form-cm .image-container{
  margin: 16px auto 16px;
  max-width: 64px;
  height: 64px;
}
  
.osc-step-form-cm .step-line ul {
    margin-top: 10px;
}
  
body .row-fluid .osc-step-form-cm h2{
  font-size: 27px;
  font-weight: bold;
  letter-spacing: -0.62px;
  line-height: 38px; 
}
  
.osc-step-form-cm .heading {
    margin-bottom: 20px;
}
  
.osc-step-form-cm .form-container .label-heading h4 {
    font-size: 16px;
    letter-spacing: -0.36px;
    line-height: 24px;
    margin-bottom: 18px;
}
   
.osc-step-form-cm .step-2 .split-list ul,
.osc-step-form-cm .step-3 .split-list ul{
   width: 100%;  
   margin-bottom:0;
   margin-top:0;
}
  
.osc-step-form-cm .step-2 .list-container,
.osc-step-form-cm .step-3 .list-container {
    margin: 30px auto 20px;
}
  
.osc-step-form-cm:after{
  width: 115px;
  height: 156px;   
}
  
.osc-step-form-cm .step-4 .table-container .table-content .inner-row,
.osc-step-form-cm .step-5 .table-container .table-content .inner-row,
.osc-step-form-cm .step-6 .table-container .table-content .inner-row,
.osc-step-form-cm .step-8 .table-container .table-content .inner-row,
.osc-step-form-cm .step-13 .table-container .table-content .inner-row,
.osc-step-form-cm .step-16 .table-container .table-content .inner-row,
.osc-step-form-cm .step-17 .table-container .table-content .inner-row,
.osc-step-form-cm .step-9 .table-container .table-content .inner-row,
.osc-step-form-cm .step-10 .table-container .table-content .inner-row{
    display: block;
    border-bottom:none;
    margin-bottom:19px;
}
  
.osc-step-form-cm .step-4 .table-container .table-content .inner-row .col-1,
.osc-step-form-cm .step-4 .table-container .table-content .inner-row .col-2,
.osc-step-form-cm .step-4 .table-container .table-content .inner-row .col-3,
.osc-step-form-cm .step-4 .table-container .table-content .inner-row .col-4{
   width:100%;
   display:flex;
   flex-wrap:wrap;
   padding:0;
}
  
.osc-step-form-cm .step-9 .table-container .table-content .inner-row .col-1,
.osc-step-form-cm .step-9 .table-container .table-content .inner-row .col-2,
.osc-step-form-cm .step-9 .table-container .table-content .inner-row .col-3,
.osc-step-form-cm .step-9 .table-container .table-content .inner-row .col-4,
.osc-step-form-cm .step-9 .table-container .table-content .inner-row .col-5,
.osc-step-form-cm .step-9 .table-container .table-content .inner-row .col-6,
.osc-step-form-cm .step-9 .table-container .table-content .inner-row .col-7{
   width:100%;
   display:flex;
   flex-wrap:wrap;
   padding:0;
}
  
.osc-step-form-cm .step-10 .table-container .table-content .inner-row .col-1,
.osc-step-form-cm .step-10 .table-container .table-content .inner-row .col-2,
.osc-step-form-cm .step-10 .table-container .table-content .inner-row .col-3,
.osc-step-form-cm .step-10 .table-container .table-content .inner-row .col-4,
.osc-step-form-cm .step-10 .table-container .table-content .inner-row .col-5,
.osc-step-form-cm .step-10 .table-container .table-content .inner-row .col-6,
.osc-step-form-cm .step-10 .table-container .table-content .inner-row .col-7{
   width:100%;
   display:flex;
   flex-wrap:wrap;
   padding:0;
}
  
.osc-step-form-cm .step-13 .table-container .table-content .inner-row .col-1,
.osc-step-form-cm .step-13 .table-container .table-content .inner-row .col-2,
.osc-step-form-cm .step-13 .table-container .table-content .inner-row .col-3,
.osc-step-form-cm .step-13 .table-container .table-content .inner-row .col-4,
.osc-step-form-cm .step-13 .table-container .table-content .inner-row .col-5,
.osc-step-form-cm .step-13 .table-container .table-content .inner-row .col-6{
   width:100%;
   display:flex;
   flex-wrap:wrap;
   padding:0;
}
  
.osc-step-form-cm .step-17 .table-container .table-content .inner-row .col-1,
.osc-step-form-cm .step-17 .table-container .table-content .inner-row .col-2,
.osc-step-form-cm .step-17 .table-container .table-content .inner-row .col-3{
   width:100%;
   display:flex;
   flex-wrap:wrap;
   padding:0;
}
  
.osc-step-form-cm .step-5 .table-container .table-content .inner-row .col-1,
.osc-step-form-cm .step-5 .table-container .table-content .inner-row .col-2,
.osc-step-form-cm .step-5 .table-container .table-content .inner-row .col-3,
.osc-step-form-cm .step-5 .table-container .table-content .inner-row .col-4{
   width:100%;
   display:flex;
   flex-wrap:wrap;
   padding:0;
}
  
.osc-step-form-cm .step-8 .table-container .table-content .inner-row .col-1,
.osc-step-form-cm .step-8 .table-container .table-content .inner-row .col-2,
.osc-step-form-cm .step-8 .table-container .table-content .inner-row .col-3,
.osc-step-form-cm .step-8 .table-container .table-content .inner-row .col-4,
.osc-step-form-cm .step-8 .table-container .table-content .inner-row .col-5{
   width:100%;
   display:flex;
   flex-wrap:wrap;
   padding:0;
}
  
.osc-step-form-cm .step-6 .table-container .table-content .inner-row .col-1,
.osc-step-form-cm .step-6 .table-container .table-content .inner-row .col-2{
   width:100%;
   display:flex;
   flex-wrap:wrap;
   padding:0;
}
  
.osc-step-form-cm .step-16 .table-container .table-content .inner-row .col-1,
.osc-step-form-cm .step-16 .table-container .table-content .inner-row .col-2{
   width:100%;
   display:flex;
   flex-wrap:wrap;
   padding:0;
}
  
.osc-step-form-cm .step-4 .table-container .table-content .left-column h4,
.osc-step-form-cm .step-5 .table-container .table-content .left-column h4,
.osc-step-form-cm .step-6 .table-container .table-content .left-column h4,
.osc-step-form-cm .step-8 .table-container .table-content .left-column h4,
.osc-step-form-cm .step-13 .table-container .table-content .left-column h4,
.osc-step-form-cm .step-16 .table-container .table-content .left-column h4,
.osc-step-form-cm .step-17 .table-container .table-content .left-column h4,
.osc-step-form-cm .step-9 .table-container .table-content .left-column h4,
.osc-step-form-cm .step-10 .table-container .table-content .left-column h4{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.31px;
  line-height: 18px;  
  color: #212837;
  margin-bottom:0;
}
  
.osc-step-form-cm .step-4 .table-container .table-content .inner-row .col-1 select,
.osc-step-form-cm .step-4 .table-container .table-content .inner-row .col-2 select,
.osc-step-form-cm .step-4 .table-container .table-content .inner-row .col-3 input,
.osc-step-form-cm .step-4 .table-container .table-content .inner-row .col-4 select {
  font-size: 17px;
  letter-spacing: -0.31px;
  line-height: 18px;
}
  
.osc-step-form-cm .step-5 .table-container .table-content .inner-row input,
.osc-step-form-cm .step-5 .table-container .table-content .inner-row select{
  font-size: 17px;
  letter-spacing: -0.31px;
  line-height: 18px;
}
  
.osc-step-form-cm .step-9 .table-container .table-content .inner-row input,
.osc-step-form-cm .step-9 .table-container .table-content .inner-row select,
.osc-step-form-cm .step-10 .table-container .table-content .inner-row input,
.osc-step-form-cm .step-10 .table-container .table-content .inner-row select{
  font-size: 17px;
  letter-spacing: -0.31px;
  line-height: 18px;
}
  
.osc-step-form-cm .step-6 .table-container .table-content .inner-row input,
.osc-step-form-cm .step-6 .table-container .table-content .inner-row select{
  font-size: 17px;
  letter-spacing: -0.31px;
  line-height: 18px;
}
  
.osc-step-form-cm .step-8 .table-container .table-content .inner-row input,
.osc-step-form-cm .step-8 .table-container .table-content .inner-row select{
  font-size: 17px;
  letter-spacing: -0.31px;
  line-height: 18px;
}
  
.osc-step-form-cm .step-13 .table-container .table-content .inner-row input,
.osc-step-form-cm .step-13 .table-container .table-content .inner-row select{
  font-size: 17px;
  letter-spacing: -0.31px;
  line-height: 18px;
}
  
.osc-step-form-cm .step-16 .table-container .table-content .inner-row input,
.osc-step-form-cm .step-16 .table-container .table-content .inner-row select{
  font-size: 17px;
  letter-spacing: -0.31px;
  line-height: 18px;
}
  
.osc-step-form-cm .step-17 .table-container .table-content .inner-row input,
.osc-step-form-cm .step-17 .table-container .table-content .inner-row select{
  font-size: 17px;
  letter-spacing: -0.31px;
  line-height: 18px;
}
  
.osc-step-form-cm .step-4 .table-container .inner-row .left-column,
.osc-step-form-cm .step-5 .table-container .inner-row .left-column,
.osc-step-form-cm .step-6 .table-container .inner-row .left-column,
.osc-step-form-cm .step-8 .table-container .inner-row .left-column,
.osc-step-form-cm .step-13 .table-container .inner-row .left-column,
.osc-step-form-cm .step-16 .table-container .inner-row .left-column,
.osc-step-form-cm .step-17 .table-container .inner-row .left-column,
.osc-step-form-cm .step-9 .table-container .inner-row .left-column,
.osc-step-form-cm .step-10 .table-container .inner-row .left-column{
    border-right: 1px solid #B6B6B6;
    border-left: 1px solid #B6B6B6;
    border-bottom: 1px solid #B6B6B6;
    background-color: rgb(230 230 230 / 86%);
    width: 48%;
    padding: 6px 15px 6px;
    box-sizing: border-box;
    display: flex!important;
    align-items: center;
}
  
.osc-step-form-cm .step-4 .table-container .inner-row .col-2 .left-column,
.osc-step-form-cm .step-5 .table-container .inner-row .col-1 .left-column,
.osc-step-form-cm .step-6 .table-container .inner-row .col-1 .left-column,
.osc-step-form-cm .step-8 .table-container .inner-row .col-1 .left-column,
.osc-step-form-cm .step-13 .table-container .inner-row .col-1 .left-column,
.osc-step-form-cm .step-16 .table-container .inner-row .col-1 .left-column,
.osc-step-form-cm .step-17 .table-container .inner-row .col-1 .left-column,
.osc-step-form-cm .step-9 .table-container .inner-row .col-1 .left-column,
.osc-step-form-cm .step-10 .table-container .inner-row .col-1 .left-column{
    border-top: 1px solid #B6B6B6; 
    border-top-left-radius:3px;
}
  
.osc-step-form-cm .step-4 .table-container .inner-row .col-4 .left-column,
.osc-step-form-cm .step-8 .table-container .inner-row .col-5 .left-column{
   border-bottom-left-radius:3px;   
}
  
.osc-step-form-cm .step-9 .table-container .inner-row .col-7 .left-column,
.osc-step-form-cm .step-10 .table-container .inner-row .col-7 .left-column{
   border-bottom-left-radius:3px;   
}
  
.osc-step-form-cm .step-5 .table-container .inner-row .col-3 .left-column,
.osc-step-form-cm .step-13 .table-container .inner-row .col-6 .left-column,
.osc-step-form-cm .step-17 .table-container .inner-row .col-3 .left-column{
    border-bottom-left-radius:3px; 
}
  
.osc-step-form-cm .step-6 .table-container .inner-row .col-2 .left-column,
.osc-step-form-cm .step-16 .table-container .inner-row .col-2 .left-column{
    border-bottom-left-radius:3px; 
}
  
.osc-step-form-cm .step-4 .table-container .inner-row .col-2 .right-column,
.osc-step-form-cm .step-5 .table-container .inner-row .col-1 .right-column,
.osc-step-form-cm .step-6 .table-container .inner-row .col-1 .right-column,
.osc-step-form-cm .step-8 .table-container .inner-row .col-1 .right-column,
.osc-step-form-cm .step-13 .table-container .inner-row .col-1 .right-column,
.osc-step-form-cm .step-16 .table-container .inner-row .col-1 .right-column,
.osc-step-form-cm .step-17 .table-container .inner-row .col-1 .right-column,
.osc-step-form-cm .step-9 .table-container .inner-row .col-1 .right-column,
.osc-step-form-cm .step-10 .table-container .inner-row .col-1 .right-column{
    border-top: 1px solid #E6E6E6;
    border-top-right-radius:3px;
}
  
.osc-step-form-cm .step-4 .table-container .inner-row .col-4 .right-column,
.osc-step-form-cm .step-8 .table-container .inner-row .col-5 .right-column{
    border-bottom-right-radius:3px;
}
  
.osc-step-form-cm .step-9 .table-container .inner-row .col-7 .right-column,
.osc-step-form-cm .step-10 .table-container .inner-row .col-7 .right-column{
    border-bottom-right-radius:3px;
}
  
.osc-step-form-cm .step-5 .table-container .inner-row .col-3 .right-column,
.osc-step-form-cm .step-13 .table-container .inner-row .col-6 .right-column,
.osc-step-form-cm .step-17 .table-container .inner-row .col-3 .right-column{
   border-bottom-right-radius:3px;  
}
  
.osc-step-form-cm .step-6 .table-container .inner-row .col-2 .right-column,
.osc-step-form-cm .step-16 .table-container .inner-row .col-2 .right-column{
   border-bottom-right-radius:3px;  
}
  
.osc-step-form-cm .step-4 .table-container .inner-row .right-column,
.osc-step-form-cm .step-5 .table-container .inner-row .right-column,
.osc-step-form-cm .step-6 .table-container .inner-row .right-column,
.osc-step-form-cm .step-8 .table-container .inner-row .right-column,
.osc-step-form-cm .step-13 .table-container .inner-row .right-column,
.osc-step-form-cm .step-16 .table-container .inner-row .right-column,
.osc-step-form-cm .step-17 .table-container .inner-row .right-column,
.osc-step-form-cm .step-9 .table-container .inner-row .right-column,
.osc-step-form-cm .step-10 .table-container .inner-row .right-column{
    border-right:1px solid #E6E6E6;
}
  
.osc-step-form-cm .step-4 .table-container .table-content .inner-row .col-1,
.osc-step-form-cm .step-4 .table-container .table-content .inner-row .col-2,
.osc-step-form-cm .step-4 .table-container .table-content .inner-row .col-3,
.osc-step-form-cm .step-4 .table-container .table-content .inner-row .col-4{
   border-right:none;
}
  
.osc-step-form-cm .step-9 .table-container .table-content .inner-row .col-1,
.osc-step-form-cm .step-9 .table-container .table-content .inner-row .col-2,
.osc-step-form-cm .step-9 .table-container .table-content .inner-row .col-3,
.osc-step-form-cm .step-9 .table-container .table-content .inner-row .col-4,
.osc-step-form-cm .step-9 .table-container .table-content .inner-row .col-5,
.osc-step-form-cm .step-9 .table-container .table-content .inner-row .col-6,
.osc-step-form-cm .step-9 .table-container .table-content .inner-row .col-7{
   border-right:none;
}
  
.osc-step-form-cm .step-10 .table-container .table-content .inner-row .col-1,
.osc-step-form-cm .step-10 .table-container .table-content .inner-row .col-2,
.osc-step-form-cm .step-10 .table-container .table-content .inner-row .col-3,
.osc-step-form-cm .step-10 .table-container .table-content .inner-row .col-4,
.osc-step-form-cm .step-10 .table-container .table-content .inner-row .col-5,
.osc-step-form-cm .step-10 .table-container .table-content .inner-row .col-6,
.osc-step-form-cm .step-10 .table-container .table-content .inner-row .col-7{
   border-right:none;
}
  
.osc-step-form-cm .step-8 .table-container .table-content .inner-row .col-1,
.osc-step-form-cm .step-8 .table-container .table-content .inner-row .col-2,
.osc-step-form-cm .step-8 .table-container .table-content .inner-row .col-3,
.osc-step-form-cm .step-8 .table-container .table-content .inner-row .col-4{
   border-right:none;
}
  
.osc-step-form-cm .step-5 .table-container .table-content .inner-row .col-1,
.osc-step-form-cm .step-5 .table-container .table-content .inner-row .col-2,
.osc-step-form-cm .step-5 .table-container .table-content .inner-row .col-3,
.osc-step-form-cm .step-5 .table-container .table-content .inner-row .col-4{
   border-right:none;
}
  
.osc-step-form-cm .step-6 .table-container .table-content .inner-row .col-1,
.osc-step-form-cm .step-6 .table-container .table-content .inner-row .col-2{
   border-right:none;
}
  
.osc-step-form-cm .step-16 .table-container .table-content .inner-row .col-1,
.osc-step-form-cm .step-16 .table-container .table-content .inner-row .col-2{
   border-right:none;
}
  
.osc-step-form-cm .step-13 .table-container .table-content .inner-row .col-1,
.osc-step-form-cm .step-13 .table-container .table-content .inner-row .col-2,
.osc-step-form-cm .step-13 .table-container .table-content .inner-row .col-3,
.osc-step-form-cm .step-13 .table-container .table-content .inner-row .col-4,
.osc-step-form-cm .step-13 .table-container .table-content .inner-row .col-5,
.osc-step-form-cm .step-13 .table-container .table-content .inner-row .col-6{
   border-right:none;
}
  
.osc-step-form-cm .step-17 .table-container .table-content .inner-row .col-1,
.osc-step-form-cm .step-17 .table-container .table-content .inner-row .col-2,
.osc-step-form-cm .step-17 .table-container .table-content .inner-row .col-3{
   border-right:none;
}
  
.osc-step-form-cm .step-4 .table-container .inner-row .right-column,
.osc-step-form-cm .step-5 .table-container .inner-row .right-column,
.osc-step-form-cm .step-6 .table-container .inner-row .right-column,
.osc-step-form-cm .step-8 .table-container .inner-row .right-column,
.osc-step-form-cm .step-13 .table-container .inner-row .right-column,
.osc-step-form-cm .step-16 .table-container .inner-row .right-column,
.osc-step-form-cm .step-17 .table-container .inner-row .right-column,
.osc-step-form-cm .step-9 .table-container .inner-row .right-column,
.osc-step-form-cm .step-10 .table-container .inner-row .right-column{
   width:52%; 
   border-bottom: 1px solid #E6E6E6;
   padding:13px 17px 12px;
   box-sizing:border-box;
}
  
.osc-step-form-cm .step-4 .table-container .table-content,
.osc-step-form-cm .step-5 .table-container .table-content,
.osc-step-form-cm .step-6 .table-container .table-content,
.osc-step-form-cm .step-8 .table-container .table-content,
.osc-step-form-cm .step-13 .table-container .table-content,
.osc-step-form-cm .step-16 .table-container .table-content,
.osc-step-form-cm .step-17 .table-container .table-content,
.osc-step-form-cm .step-9 .table-container .table-content,
.osc-step-form-cm .step-10 .table-container .table-content{
   border:none;
   border-radius:0;
}
  
.osc-step-form-cm .step-4 .table-container .add-row,.newly-add{
  border: 1px solid #E6E6E6;
  border-radius: 3px 3px 4px 4px;
  background-color: #FFFFFF;
  margin-top: 15px;  
}
  .newly-add h4{font-size:14px !important}
  
.osc-step-form-cm .step-4 .table-container .table-heading,
.osc-step-form-cm .step-5 .table-container .table-heading,
.osc-step-form-cm .step-6 .table-container .table-heading,
.osc-step-form-cm .step-8 .table-container .table-heading,
.osc-step-form-cm .step-13 .table-container .table-heading,
.osc-step-form-cm .step-16 .table-container .table-heading,
.osc-step-form-cm .step-17 .table-container .table-heading,
.osc-step-form-cm .step-9 .table-container .table-heading,
.osc-step-form-cm .step-10 .table-container .table-heading{
   display:none;
}
  
.osc-step-form-cm .step-4 .table-container,
.osc-step-form-cm .step-5 .table-container,
.osc-step-form-cm .step-6 .table-container,
.osc-step-form-cm .step-8 .table-container,
.osc-step-form-cm .step-13 .table-container,
.osc-step-form-cm .step-16 .table-container,
.osc-step-form-cm .step-17 .table-container,
.osc-step-form-cm .step-9 .table-container,
.osc-step-form-cm .step-10 .table-container{
    margin-bottom: 30px;
    max-width:100%;
}
  
.osc-step-form-cm .step-4 .heading-container,
.osc-step-form-cm .step-5 .heading-container,
.osc-step-form-cm .step-6 .heading-container,
.osc-step-form-cm .step-8 .heading-container,
.osc-step-form-cm .step-13 .heading-container,
.osc-step-form-cm .step-16 .heading-container,
.osc-step-form-cm .step-17 .heading-container,
.osc-step-form-cm .step-9 .heading-container,
.osc-step-form-cm .step-10 .heading-container{
    max-width: 100%;
    margin: 28px auto 22px;
    text-align: left;
}
  
.osc-step-form-cm .heading-container p{
   line-height:28px!important;
}
  
.osc-step-form-cm .step-7 .step-questions .steps-1 h2,
.osc-step-form-cm .step-7 .step-questions .steps-2 h3,
.osc-step-form-cm .step-7 .step-questions .steps-3 h3 {
    text-align: left;
}
  
.osc-step-form-cm .step-7 .step-questions .steps-1,
.osc-step-form-cm .step-7 .step-questions .steps-2 {
    margin-bottom: 40px;
}
  
.osc-step-form-cm .step-7 .step-questions h3 {
    font-size: 23px;
    line-height: 29px;
}
  
.osc-step-form-cm .step-7 .step-questions .steps-3 {
    margin-bottom: 30px;
}
  
.osc-step-form-cm .step-7 .step-questions .button-container{
   max-width:100%;
}
  
.osc-step-form-cm .step-7 label.error{
   max-width:100%;
}
  
.osc-step-form-cm .step-11 .heading-container{
   max-width: 100%;
   text-align:left;
}
  
.osc-step-form-cm .step-13 .button-container{
   max-width:100%;
}
  
.osc-step-form-cm .step-13 label.error{
   width:100%;  
}
  
.osc-step-form-cm .step-14 .heading-container {
    margin-top: 28px;
    text-align: left;
}
  
.osc-step-form-cm .step-14 .question-1 h3,
.osc-step-form-cm .step-14 .question-2 h3{
   font-size:23px;
   line-height:29px;
   text-align:left;
}
  
.osc-step-form-cm .step-14 .question-2 p{
   text-align: left;  
}
  
.osc-step-form-cm .step-14 .question-2 .button-container{
   max-width:100%;   
   margin: 0 auto 10px;
  justify-content: flex-start;
}
  
.osc-step-form-cm .step-14 .question-2 button,
.osc-step-form-cm .step-14 .question-2 .button-1{
   width: 30.6%;
   margin-top:20px;
  margin-right:9px;
}
  
/* .osc-step-form-cm .step-14 .question-2 button:nth-child(3n), */
.osc-step-form-cm .step-14 .question-2 .button-1:nth-child(3n){
   margin-right:0;
}
  
.osc-step-form-cm .step-14 .question-1 {
    margin-top: 30px;
    margin-bottom: 44px;
}
  
.osc-step-form-cm .step-14 .question-1 .button-container{
   max-width:100%;
}
  
.osc-step-form-cm .step-14 .question-2 p{
   margin: 0 auto 10px;  
}
  
.osc-step-form-cm .step-14 .question-1 label.error,
.osc-step-form-cm .step-14 .question-2 label.error{
   max-width:100%;
}
  
.osc-step-form-cm .step-15 .question-1 {
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: left;
}
  
.osc-step-form-cm .step-15 .question-2{
   text-align:left;
}
  
.osc-step-form-cm .step-15 .question-2 .button-container{
   max-width:100%;
}
  
.osc-step-form-cm .step-15 .question-2 button,
.osc-step-form-cm .step-15 .question-2 .button-1{
    width:30.3%; 
}
  
.osc-step-form-cm .step-15 .question-2 h3{
   font-size:23px;
   line-height:29px;
}
  
.osc-step-form-cm .step-4 .table-content .col-3 .right-column:before{
    left: 16px;
    top: 16.5px;
    font-size: 17px;
    letter-spacing: -0.31px;
    line-height: 18px;
}
  
.osc-step-form-cm .step-5 .table-content .col-2 .right-column:before,
.osc-step-form-cm .step-5 .table-content .col-3 .right-column:before,
.osc-step-form-cm .step-6 .table-content .col-1 .right-column:before,
.osc-step-form-cm .step-8 .table-content .col-2 .right-column:before,
.osc-step-form-cm .step-8 .table-content .col-4 .right-column:before,
.osc-step-form-cm .step-8 .table-content .col-5 .right-column:before,
.osc-step-form-cm .step-9 .table-content .col-3 .right-column:before,
.osc-step-form-cm .step-9 .table-content .col-6 .right-column:before,
.osc-step-form-cm .step-9 .table-content .col-7 .right-column:before,
.osc-step-form-cm .step-10 .table-content .col-2 .right-column:before,
.osc-step-form-cm .step-10 .table-content .col-5 .right-column:before,
.osc-step-form-cm .step-10 .table-content .col-6 .right-column:before,
.osc-step-form-cm .step-13 .table-content .col-1 .right-column:before,
.osc-step-form-cm .step-13 .table-content .col-5 .right-column:before,
.osc-step-form-cm .step-13 .table-content .col-6 .right-column:before,
.osc-step-form-cm .step-16 .table-content .col-1 .right-column:before,
.osc-step-form-cm .step-17 .table-content .col-2 .right-column:before{
  left: 16px;
  top: 16.5px;
  font-size: 17px;
  letter-spacing: -0.31px;
  line-height: 18px;
}
  
.osc-step-form-cm .step-13{
   padding-bottom:201px!important;
}
  
.osc-step-form-cm .step-13.decrease-padding{
   padding-bottom:65px!important;
}
  
.osc-step-form-cm .step-17 .table-content .col-2 .right-column:before{
   top:17px;
}
  
.osc-step-form-cm .step-3{
   padding-bottom: 54px;  
}
  
.osc-step-form-cm .step-6{
   padding-bottom:190px;
}
  
.osc-step-form-cm .step-7{
   padding-bottom:20px;
}
  
.osc-step-form-cm .step-11{
   padding-bottom:211px;
}
  
.osc-step-form-cm .step-13{
   padding-bottom:65px;
}
  
.osc-step-form-cm .step-15{
   padding-bottom:81px;
}
  

}



body.debt-pages{
   padding-bottom:85px;
}


@media(max-width:767px){

body.debt-pages {
    padding-bottom: 0;
}
  
body.debt-pages .osc-step-form-footer{
   position:relative;
   bottom:0;
}
}


.osc-step-page .header-container-wrapper{
   border-bottom: 2px solid #E8E8E8;
}

.osc-step-page .osc-step-form-header .wrapper>.row-fluid{
   display:flex;
   align-items:center;
}

.osc-step-form-cm .step-4 .table-content input.other_cred{
  border: none;
  border-top: 1px solid #e6e6e6;
  margin-top: 10px;
  height: 31px;
  color: #212837;
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 18px;
  padding: 11px 0 0;
}

.amount-int input[type=number]{
   color: #212837;
}

.amount-int input[type=number]:focus{
   color: #212837!important;
}

.amount-new h5{
   margin-bottom:10px;
}

.osc-step-form-cm .step-16 .button-container{
   margin: 20px auto 35px;
}

body .osc-step-form-cm .step-10 .table-container .table-content select {
    padding-left: 0px!important;
}

@media(max-width:767px){

.osc-step-form-cm .step-1 .form-group.end-year input{
   height:42px;  
}
  
.osc-step-form-cm .step-1 .form-group.end-year{
   margin:0 0 30px!important;
}
}