/* @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 ----------*/
 
 
@font-face {
  font-family: "ObjektivMk2W03-Regular";
  src: url("//db.onlinewebfonts.com/t/9de77f34b90ef2ea6a68120bb75b0924.eot");
  src: url("//db.onlinewebfonts.com/t/9de77f34b90ef2ea6a68120bb75b0924.eot?#iefix") format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/9de77f34b90ef2ea6a68120bb75b0924.woff2") format("woff2"),
    url("//db.onlinewebfonts.com/t/9de77f34b90ef2ea6a68120bb75b0924.woff") format("woff"),
    url("//db.onlinewebfonts.com/t/9de77f34b90ef2ea6a68120bb75b0924.ttf") format("truetype"),
    url("//db.onlinewebfonts.com/t/9de77f34b90ef2ea6a68120bb75b0924.svg#ObjektivMk2W03-Regular") format("svg");
}
body{
animation: fadein 6s;
    -moz-animation: fadein 6s; /* Firefox */
    -webkit-animation: fadein 6s; /* Safari and Chrome */
    -o-animation: fadein 6s; /* 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;
  }
}
/********** Typography Strat Here **********/
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 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;
}
body .green-text{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.82px;
  line-height: 20px;
  color: #56D487;
  text-transform: uppercase;
}
@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,h2,h4{
    color: #000000;
  }
  .section-padding {
    padding: 60px 0;
  }
  .align-right,
  .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: 30px;
    letter-spacing: -0.47px;
    line-height: 36px;
  }
  body .row-fluid h2 {
    font-size: 27px;
    letter-spacing: -0.42px;
    line-height: 32px;
  }
  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:16px;
    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;
  margin-bottom: 11px;  
  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;
}
.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;
  }
}
/********** Typography End Here **********/
/*=======================================================
           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 20.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%;
  }
}
@media(max-width: 1024px){
  .header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1>a:after{
    left: -4px;
    padding: 15px 6px;
  }
  .header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children>a:after{
    padding: 15px 7px;
    left: -2px;
  }
}
.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: 27px; */
  top: 25px;
  right: -13px;
  font-family: "Font Awesome 5 Free";
  transition: all ease-in-out .2s;
  transform: rotate(90deg);
}
body.wrapper-mac-adjust .header-container-wrapper .header-grp  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:before{
  top: 27px;
}
@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: -7px;
    top: 25px;
  }
  body.wrapper-mac-adjust .header-container-wrapper .header-grp  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:before{
  top: 25px;
}
  .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: 2px;
  }  
  .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:46px!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;
}
.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 .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 102px;
}
.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: 46px 0 56px;
  }  
  .footer-grp .footer-col ul li {
    display: block;
    margin: 20px 0 0 0;
  }  
  .copy-right-text {
    margin-top: 17px;
  }  
}
/*=========================================================
                  Pattern styling
===========================================================*/
/*=========================================================
                 Home Banner Style
===========================================================*/

/*=========================================================
                    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;
  padding-right:30px;
}

body .container-fluid .row-fluid .debt-form-section .arrow-cta .actions:before {
    right: 39px!important;
    bottom:22px!important;
}
body .container-fluid .row-fluid  .inner-module-container .arrow-cta .actions{
  margin-top:36px;
  margin-bottom:25px!important;
}
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: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: 43px;
  }
  .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: 51.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;
}
body .container-fluid .row-fluid .lp-banner-section .left-col .heading-container h1{
  line-height: 59px;
  margin-bottom:24px;
  letter-spacing:normal;
  font-size:49px;
}
.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.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;
}
/******************************************************
              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: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;
}
.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%;
  }
}
/***************** FORM STYLING *****************/
.consolidate2-page .alternative_to_bankruptcy:after{
  z-index:-1;
}
.debt-form-section{
  position:relative;
  z-index:1;
}
body .row-fluid-wrapper .row-fluid .debt-form-section .atb_text_container{
  max-width:unset;
}
.consolidate2-page .debt-consolidate-sec-two .sec-two-wrap{
  max-width:unset;
}
.debt-form-section .right-col .form-container{
  max-width:479px;
  border:2px solid #56D487;
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.09);
  padding:17px 27px 43px;
  float:right;
  background: #fff;
  margin-top: -211px;
  border-radius: 5px;
}
.debt-form-section .right-col{
  max-width:479px;
  float:right;
}
.debt-form-section .right-col .form-container.fixed{
  position: fixed;
  top: 200px;
  right: auto;
  width: 100%;
  max-width: 479px;
  overflow-y: scroll;
  scrollbar-color: transparent transparent;
  -ms-overflow-style: none;
  z-index: 10;
  margin-top: 0px;
}
.debt-form-section .right-col .form-container.fixed::-webkit-scrollbar{
  background: transparent;
  border-radius: 0px;
  width: 0px;
  box-shadow:none;
}
.debt-form-section .right-col .form-container.fixed::-webkit-scrollbar-thumb{
  background: transparent;
  border-radius: 0px;
  width: 0px;
  box-shadow:none;
}
.debt-form-section .right-col .form-container.fixed::-webkit-scrollbar-track{
  background: transparent;
  border-radius: 0px;
  width: 0px;
  box-shadow:none;
}
.debt-form-section .right-col .form-container .form-heading h3{
  max-width:323px;
  margin:0 auto;
  float:none;
}
.debt-form-section .right-col .form-container .form-heading p{
  font-size:14px;
  line-height:23px;
  color:#494A4B;
  font-weight:300;
  max-width:429px;
  margin:13px auto 6px;
  letter-spacing:normal;
}
body .row-fluid .debt-form-section .right-col .form-container form .field>label{
  margin-bottom: 6px;
  margin-top:14px;
}
body .row-fluid .debt-form-section .right-col .form-container form .hs-form-required{
  display:inline-block;
}
body .container-fluid .row-fluid .debt-form-section .arrow-cta .actions:after {
  content: "";
  position: absolute;
  left: -106px;
  top: 10px;
  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 .container-fluid .row-fluid .debt-form-section .arrow-cta .actions .hs-button{
  margin-top:42px;
}
body .container-fluid .row-fluid .debt-form-section .arrow-cta .actions{
  text-align:center;
}
body .container-fluid .row-fluid .debt-form-section .arrow-cta .actions{
  text-align: center;
  display: block;
  max-width: 175px;
  margin: 0 auto;
}
body .container-fluid .row-fluid .debt-form-section .arrow-cta .actions:before{
  right:20px;
}
.debt-form-section:before{
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/dots%20background.svg);
  background-repeat: no-repeat;
  background-position: right;
  width: 30%;
  height: 100vh;
  z-index: -1;
}
.debt-form-section:after{
  position: absolute;
  left: 0;
  top: -80px;
  content: '';
  background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/dots%20background.svg);
  background-repeat: no-repeat;
  background-position: right;
  width: 5%;
  height: 478px;
  z-index: -1;
}
.debt-form-section.new-section:after{
  background: none;
}
.debt-form-section.new-section:before{
  background: none;
}
@media(max-width:1260px) and (min-width:1025px){
  .debt-form-section .right-col{
    max-width: 369px;
    float: right;  
  }
  .debt-form-section .right-col .form-container.fixed {
    max-width: 369px;
    float: right;
  }
  body .container-fluid .row-fluid .debt-form-section .arrow-cta .actions:after {
    left: -70px;
    top: 22px;
    width: 66px;
    height: 58px;
  }  
}
@media(max-width:1024px){
  .debt-form-section .right-col .form-container.fixed{
    max-width: 334px;
  }
  .debt-form-section .right-col .form-container .form-heading h3{
    font-size: 23px;
    line-height: 31px;
  }
  body .container-fluid .row-fluid .debt-form-section .arrow-cta .actions:after{
    left: -51px;
    top: 30px;
    width: 54px;
    height: 45px;
  }
  .debt-form-section .right-col .form-container{
    margin-top: -160px;
  }
  .debt-form-section .right-col{
    max-width:334px;
  }

  .consolidate2-page .atb_text_container{
    padding-left:0;
  }  
}
@media(max-width:880px) and (min-width:768px){
  .debt-form-section .right-col{
    max-width:275px;
  }
  .debt-form-section .right-col .form-container.fixed{
    max-width:275px;
  }
}
@media(max-width:767px){
  .debt-form-section .right-col{
    //display:none;
    float: none;
    margin: 0 auto;
  }
  .debt-form-section .right-col .form-container{
    margin-top:-99px;
  }  
  .debt-form-section .right-col .form-container.fixed{
    margin-top:-115px;
    position: relative;
  }  
  .consolidate2-page .atb_text_container .row-fluid-wrapper .row-fluid{
    display: flex;
    flex-direction: column-reverse;
    -webkit-display: flex;
    -webkit-flex-direction: column-reverse;
  } 
  .debt-form-section .left-col {
    margin-top: 50px;
  }  
  .debt-form-section:before {
    top: -10px;
    width: 30%;
    left:0;
    height: 118px;
  }
  .debt-form-section:after{
    display:none;
  }
  .consolidate2-page .atb_text_container{
    text-align:left !important;
  }   
}
/*Informal Agreement 2 Styling*/
.informal2-page .hardship-management-section1-cm .list-container li:before{
  display:none;
}
.informal2-page .hardship-management-section1-cm .list-container ul li {
  font-size: 18px;
  line-height: 35px;
  color: #212837;
  font-weight: 500;
  margin-bottom: 13px;
}
.informal2-page .hardship-management-section1-cm .list-container ul li:after {
  position: absolute;
  left: -21px;
  top: 13px;
  content: '';
  background: #56d487;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.informal2-page .hardship-management-section1-cm .description-container p {
  font-size: 18px;
  line-height: 35px;
  color: #494a4b;
}
.informal2-page .debt-form-section .right-col .form-container {
  max-width: 479px;
  border: 2px solid #56d487;
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.09);
  padding: 17px 27px 43px;
  float: right;
  background: #fff;
  margin-top: -66px;
  border-radius: 5px;
}
.informal2-page .debt-form-section:before{
  display:none;
}
@media(max-width:767px){
  .informal2-page .debt-form-section .row-fluid-wrapper .row-fluid{
    display: flex;
    flex-direction: column-reverse;
    -webkit-display: flex;
    -webkit-flex-direction: column-reverse;
  }
  .informal2-page .hardship-management-section1-cm{
    position:unset;
  }
  .informal2-page .hardship-management-section1-cm:before{
    top:-7%;
    z-index:-1;
  }
  .informal2-page .debt-form-section .right-col .form-container{
    margin-top:-47px;
  }
  .informal2-page .hardship-management-section1-cm .list-container ul li:after{
    left:-12px;
  }
}
/* Personal Insolvency Agreement2 Styling*/
@media(max-width:1024px) and (min-width:768px){
  .personal-insolvency2-page .atb_text_container{
    padding-left:0;
  } 
}
@media(max-width:767px){
  .personal-insolvency2-page .debt-form-section .row-fluid-wrapper .row-fluid{
    display: flex;
    flex-direction: column-reverse;
    -webkit-display: flex;
    -webkit-flex-direction: column-reverse;
  }
  .personal-insolvency2-page .atb_text_container{
    text-align:left !important;
  }  
}
/*Bankrucpy 2 page Styling*/
@media(max-width:1024px) and (min-width:768px){
  .bankrutpcy2-page .atb_text_container{
    padding-left:0;
  } 
}
@media(max-width:767px){
  .bankrutpcy2-page .debt-form-section .row-fluid-wrapper .row-fluid{
    display: flex;
    flex-direction: column-reverse;
    -webkit-display: flex;
    -webkit-flex-direction: column-reverse;
  }
  .bankrutpcy2-page .atb_text_container{
    text-align:left !important;
  } 
  .bankrutpcy2-page .debt-form-section .right-col .form-container{
    margin-top:-110px;
  }  
}
/*Debt Help 2 page Styling*/
@media(max-width:1024px) and (min-width:768px){
  .debt-help2-page .atb_text_container{
    padding-left:0;
  } 
}
@media(max-width:767px){
  .debt-help2-page .debt-form-section .row-fluid-wrapper .row-fluid{
    display: flex;
    flex-direction: column-reverse;
    -webkit-display: flex;
    -webkit-flex-direction: column-reverse;
  }
  .debt-help2-page .atb_text_container{
    text-align:left !important;
  } 
  .debt-help2-page .debt-form-section .right-col .form-container{
    margin-top:-110px;
  }  
}
/****************** Service Page Form Styling *******************/
body.service-nov .container-fluid .row-fluid .debt-form-section .atb_text_container .right-col form .hs-form-required{
  display:none;
}
.debt-form-section .right-col .form-container .feefo-logo{
  margin-top:13px;
}
body.service-nov .container-fluid .row-fluid .debt-form-section .form-container form .field>label{
  position: absolute;
  top: -3px;
  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;
} 
body.service-nov .container-fluid .row-fluid .debt-form-section .form-container form .color-text label{
  top:-23px;
  color:#56D487;
  transition:0.2s all ease-in-out;
  background:#fff;
  left:0;
}
body.service-nov .container-fluid .row-fluid .debt-form-section .form-container form .gray-color-text label{
  top:-23px;
  color:#A0A4AB;
  transition:0.2s all ease-in-out;
  background:#fff;
  left:0;
}
body.service-nov .container-fluid .row-fluid .debt-form-section .form-container form .down-label label{
  top:-3px;
  color:#494A4B;
  left:10px;
}
body.service-nov .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field{
  position:relative;
}
body.service-nov .row-fluid .debt-form-section .form-container form fieldset{
  position:relative;
}
body.service-nov .debt-form-section .right-col .form-container .form-heading h3{
  font-size:26px;
  line-height:33px;
  color:#000000;
  font-weight:bold;
}
body.service-nov .debt-form-section .right-col .form-container .form-heading p{
  font-size:14px;
  line-height:22px;
  color:#494A4B;
  font-weight:300;
}
body.service-nov .debt-form-section .right-col .form-container .form-heading{
  margin-bottom:30px;
}
body.service-nov .debt-form-section .right-col .form-container form input,
body.service-nov .debt-form-section .right-col .form-container form select{
  margin-bottom:20px;
  font-size:14px;
  line-height:18px;
  letter-spacing:-0.25px;
  color:#494A4B;
  font-weight:normal;
  padding-top:13px;
}
body.service-nov .debt-form-section .right-col .form-container form .hs-fieldtype-select>label{
  z-index: 2!important;
}
body.service-nov .container-fluid .row-fluid .debt-form-section .form-container form .gray-color-text label{
  z-index: 3!important;
  background:#fff;
}
body.service-nov .container-fluid .row-fluid .debt-form-section .form-container form .color-text label{
  z-index: 3!important;
  background:#fff;
}
body .row-fluid .popup-section1 .form-container form .hs-fieldtype-select>label{
  z-index: 2!important;
}
body .row-fluid .popup-section1 .form-container form select{
  background: transparent url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Beyond%20Debt%20October2017/arrow-point-to-down.png) no-repeat;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  -webkit-appearance: none;
  background-size: 10px;
}
body .row-fluid .popup-section1 .form-container form .gray-color-text label{
  z-index: 3!important;
  background:#fff;
}
body .row-fluid .popup-section1 .form-container form .color-text label{
  z-index: 3!important;
  background:#fff;
}
body.service-nov .debt-form-section .right-col .form-container form select{
  background: transparent url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Beyond%20Debt%20October2017/arrow-point-to-down.png) no-repeat;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  -webkit-appearance: none;
  background-size: 10px;
}
body.service-nov .debt-form-section .right-col .form-container form .hs-button{
  padding: 17px 26px;
  color:#fff;
  font-size:14px;
  line-height:20px;
  font-weight:bold;
}
body.service-nov .debt-form-section .right-col .form-container .arrow-cta .actions:before{
  display:none;
}
body.service-nov .debt-form-section .right-col .form-container form .hs-error-msg{
  color:red!important;
}
body.service-nov .debt-form-section .right-col .form-container form .hs-error-msgs li{
  display:block;
  width:100%;
  margin-bottom:10px;
}
body.service-nov .debt-form-section .right-col .form-container form .hs-error-msgs {
  position: relative;
  top: -7px;
}
body.service-nov .debt-form-section .right-col .form-container{
  padding: 21px 27px 30px;
}
body.service-nov form input:-internal-autofill-selected{
  background:transparent!important;
}
body.service-nov .container-fluid .row-fluid .debt-form-section .arrow-cta .actions .hs-button{
  margin-top:10px;
}
body.service-nov .container-fluid .row-fluid .debt-form-section .arrow-cta .actions:after{
  left: -76px;
  top: -6px;
  width: 71px;
  height: 62px;
}
@media(max-width:1260px){
  body.service-nov .container-fluid .row-fluid .debt-form-section .right-col{
    max-width:479px;
  }
}
@media(max-width:1024px){
  body.service-nov .debt-form-section .right-col .form-container{
    padding: 21px 14px 30px;  
  }
  body.service-nov .container-fluid .row-fluid .debt-form-section .form-container form .field>label{
    left:8px;
  }
  body.service-nov .container-fluid .row-fluid .debt-form-section .arrow-cta .actions:after {
    left: -46px;
    top: -6px;
    width: 45px;
    height: 40px;
  }
  body.service-nov .debt-form-section .right-col .form-container .form-heading h3{
    font-size: 20px;
    line-height: 25px;  
  }
}
.popup-section1 .form-container .hs-form .hs-form-field{
  position:relative;
}
@media(max-width:767px){
  body.service-nov.lp-vartiation .container-fluid .row-fluid .debt-form-section .right-col{
    margin-top:150px;
  }
  body.lp-vartiation  .debt-form-section .right-col .form-container{
    margin-top: 10px; 
    max-width:100%;
    float:none;
  }
  body.lp-vartiation  .debt-form-section .right-col .form-container.fixed{ 
    max-width:100%;
    float:none;
  }
  body.lp-vartiation .container-fluid .row-fluid .debt-form-section .right-col {
    max-width: 100%!important;
    width: 100%;
    float: none;
  }
  body.service-nov .container-fluid .row-fluid .debt-form-section .arrow-cta .actions:after {
/*     left: 0; */
    left: -23px;
    top: 14px;
    width: 39px;
    height: 36px;
  }
  body.service-nov .debt-form-section .right-col .form-container form .hs-button{
    padding: 17px 9px;
  }  
  body .container-fluid .row-fluid .debt-form-section .arrow-cta .actions{    
    max-width:100%;
    display: inline-block;    
  }
  
  body.service-nov .container-fluid .row-fluid .debt-form-section .arrow-cta .actions:after{
    left: -51px;
  }
}
/******** Lp Header Styling Start ************/
.landing-page h3{
  font-size:26px;
  line-height:33px;
  font-weight:bold;
  color:#000;
}
.landing-page h2{
  font-size:34px;
  line-height:49px;
  font-weight:bold;
  letter-spacing:-0.56px;
}
.landing-page p{
  font-size:18px;
  line-height:34px;
  color:#484848;
  letter-spacing:0.5px;
  font-weight:300;
}
.landing-page .header-container-wrapper{
  padding:0;
}
.lp-header-section{
  border-bottom:1px solid #F2F3F4;
  padding:27px 0;
}
body.lp-vartiation .lp-header-section{
  border-bottom:none;
}
body.lp-vartiation .header-container-wrapper{
  border-bottom:none;
}
body .lp-header-section .logo img{
  max-width:162px!important;
  height:auto!important;
}
body.blue-lp .lp-header-section .logo img{
  max-width:235px!important;
}
.lp-header-section .right-col ul{
  list-style-type:none;
  margin:0;
  padding-left:0;
}
.lp-header-section .right-col ul li{
  font-size:19.47px;
  line-height:19px;
  font-weight:bold;
  color:#293142;
  letter-spacing:normal;
  font-family: objektiv-mk2;;
  transition:0.3s all ease-in-out;
}
.lp-header-section .right-col ul li:hover a{
  color:#56D487;
  transition:0.3s all ease-in-out;
}
.lp-header-section .right-col ul li img{
  max-width: 24px;
  vertical-align: text-bottom;
  padding-right: 6px;
}
.lp-header-section .right-col{
  float:right;
  text-align:right;
}
.blue-lp .lp-header-section .right-col ul li:hover a{
  color:#1FB9FF;
}
@media(max-width:1024px){
  .lp-header-section .right-col ul li img{
    max-width:100%;
  }
  .lp-header-section .right-col {
    margin-top: 5px;
  }
  .landing-page h1{
    font-size: 38px;
    line-height: 50px;
  }
  .landing-page h2{
    font-size: 30px;
    line-height: 39px;
  }
  body.landing-page .row-fluid p{
    font-size:17px;
    line-height:30px;
  }
}
@media(max-width:767px){
  .lp-header-section .right-col ul li span.phone-no{
    display:none;  
  }
  .lp-header-section .left-col{
    float:left;
  }
  .lp-header-section .right-col {
    margin-top: 6px;
  }
  .lp-header-section {
    padding: 10px 0;
  }
  body.landing-page .row-fluid h2{
    font-size:23px;
    line-height:31px;
    letter-spacing:-0.42px;
    font-weight:bold;
    color:#000;
  }
  body.landing-page .row-fluid h1,
  body.landing-page .row-fluid h2,
  body.landing-page .row-fluid h3,
  body.landing-page .row-fluid h4,
  body.landing-page .row-fluid h5{
    color:#000;
  }
  .lp-header-section .right-col ul li img{
    padding-right:0;
  }
}
/********** Lp Banner Section Styling ************/
.lp-banner-section{
  padding: 90px 0 110px;
  position:relative;
}
body.lp-fb .lp-banner-section:before{
  position:absolute;
  left: -12px;
  top: -11px;
  content:'';
  background:url('https://www.beyonddebt.com.au/hubfs/Assets%202019/Images/Loan%20free%20banner%20%281%29.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:185px;
  height:183px;
}
body.lp-fb2 .lp-banner-section:before{
  position:absolute;
  left: -12px;
  top: -11px;
  content:'';
  background:url('https://www.beyonddebt.com.au/hubfs/Informal%20Agreement-banner.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:185px;
  height:183px;
}
body.lp-vartiation .lp-banner-section{
  padding: 98px 0 128px;
}
.lp-banner-section .right-col{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 59.717949%;
  background-position:top center!important;
}
.lp-banner-section .left-col{
  position:relative;
  z-index:1; 
  width: 51.717949%;
}
.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: 28%;
  z-index: 0;
}
.lp-banner-section .left-col .heading-container p{
  font-size:17px;
  line-height:29px;
  color:#000;
  font-weight:bold;
  letter-spacing:normal;
  font-family: objektiv-mk2;;
  max-width:472px;
  margin-top:47px;
}
.lp-vartiation .lp-banner-section .left-col .heading-container p{
  margin-top:0;
}
.lp-vartiation .lp-banner-section .left-col .heading-container h1 {
  margin-bottom: 15px;
}
.lp-banner-section .left-col .heading-container p span{
  border-bottom:2px solid #56D487;
  padding-bottom: 7px;
}

.lp-vartiation .lp-banner-section .left-col .heading-container p{
  color:#fff;
}
.lp-vartiation .lp-banner-section .left-col .heading-container p span{
  color:#fff;
}
body.lp-vartiation .row-fluid .lp-banner-section{
  max-width:1400px;
  margin:0 auto;
  float:none;
  position:relative;
  z-index:1;
}
body.lp-vartiation .row-fluid .lp-banner-section:after{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(68,68,68,0) 0%, rgba(52,52,52,0.58) 43.22%, rgba(0,0,0,0.69) 100%);
  width: 100%;
  content: '';
  z-index: -1;
  opacity: 0.6;
}
@media(max-width:1024px){
  .lp-banner-section .left-col{
    width: 67.717949%;
  }
  .lp-banner-section .left-col .heading-container p{
    margin-top: 20px;
  }
  body.lp-fb .lp-banner-section:before{
    left: -1px;
    top: -8px;
    width: 145px;
    height: 143px;
  }
}
@media(max-width:767px){
.lp-banner-section{
    padding: 50px 0 170px; 
  }
.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;
  }
  .lp-banner-section .left-col .heading-container:before{
    /*position: absolute;*/
    bottom: -13px;
    left: 25px;
    right: 25px;
    content: '';
    background: #56d487;
    height: 2px;
    width: auto;
  }
  .lp-banner-section .right-col:before {
    position: absolute;
    left: 0;
    top: -130px;
    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%);
  }
  body.lp-vartiation .row-fluid .lp-banner-section:after{
  background: linear-gradient(270deg,rgba(68,68,68,1) 0%,rgba(52,52,52,1.58) 43.22%,rgba(0,0,0,1.69) 100%);
  }
  .lp-vartiation .lp-banner-section .left-col .heading-container h1{
    color:#fff;
  }
  body.lp-fb .lp-banner-section:before {
    left: -1px;
    top: -7px;
    width: 120px;
    height: 121px;
    background: url(https://www.beyonddebt.com.au/hubfs/Assets%202019/Images/Loan%20free%20banner-mobile.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  body.lp-fb2 .lp-banner-section:before {
    left: -1px;
    top: -7px;
    width: 120px;
    height: 121px;
    background: url(https://www.beyonddebt.com.au/hubfs/Informal%20Agreement-banner%20mobile.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
/************ Landing Page V2 Banner with Logo Section Style *************/
.lp-banner-section.banner-with-logo .right-col{
  position: relative;
}
.lp-banner-section.banner-with-logo .right-col:before{
  display: none;
}
.lp-vartiation .debt-form-section.debt2 .lp-how-we-help-cm{
  padding-top: 0;
}
@media(max-width: 991px) and (min-width: 768px){
  .lp-banner-section.banner-with-logo .left-col{
    width: 48.717949%;
  }
}
@media(max-width: 767px){
  body.service-nov.lp-vartiation .container-fluid .row-fluid .debt-form-section.debt2 .right-col{
    margin-top: 0;
  }
  body.lp-vartiation .row-fluid .lp-banner-section.banner-with-logo{
    padding: 77px 0 85px;
  }
}
/*********** Lp Section1 Styling *************/
.lp-section1{
  padding:120px 0 137px;
  position:relative;
  z-index:1;
}
.lp-section1 .right-col .form-container{
  max-width:479px;
  border:2px solid #56D487;
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.09);
  padding:17px 27px 43px;
  float:right;
  background: #fff;
  /*margin-top: -417px;*/
  margin-top: -216px;
  border-radius: 5px;
}
.lp-section1 .right-col{
  max-width:479px;
  float:right;
}
.lp-section1 .right-col .form-container.fixed{
  position: fixed;
  top: 200px;
  right: auto;
  width: 100%;
  max-width: 479px;
  overflow-y: scroll;
  scrollbar-color: transparent transparent;
  -ms-overflow-style: none;
  z-index: 10;
  margin-top: 0px;
}
.lp-section1 .right-col .form-container.fixed::-webkit-scrollbar{
  background: transparent;
  border-radius: 0px;
  width: 0px;
  box-shadow:none;
}
.lp-section1 .right-col .form-container.fixed::-webkit-scrollbar-thumb{
  background: transparent;
  border-radius: 0px;
  width: 0px;
  box-shadow:none;
}
.lp-section1 .right-col .form-container.fixed::-webkit-scrollbar-track{
  background: transparent;
  border-radius: 0px;
  width: 0px;
  box-shadow:none;
}
.lp-section1 .right-col .form-container .form-heading h3{
  max-width:323px;
  margin:0 auto;
  float:none;
}
.lp-section1 .right-col .form-container .form-heading p{
  font-size:14px;
  line-height:23px;
  color:#494A4B;
  font-weight:300;
  max-width:429px;
  margin:13px auto 6px;
  letter-spacing:normal;
}
body .row-fluid .lp-section1 .right-col .form-container form .field>label{
  margin-bottom: 6px;
  margin-top:14px;
}
body .row-fluid .lp-section1 .right-col .form-container form .hs-form-field {
  position: relative;
}
body .row-fluid .lp-section1 .right-col .form-container form .hs-form-required{
  display:inline-block;
}
body .container-fluid .row-fluid .lp-section1 .arrow-cta .actions:after {
  content: "";
  position: absolute;
  left: -106px;
  top: 10px;
  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 .container-fluid .row-fluid .lp-section1 .arrow-cta .actions .hs-button{
  margin-top:42px;
}
body .container-fluid .row-fluid .lp-section1 .arrow-cta .actions{
  text-align:center;
}
body .container-fluid .row-fluid .lp-section1 .arrow-cta .actions{
  text-align: center;
  display: block;
  max-width: 175px;
  margin: 0 auto;
}
body .container-fluid .row-fluid .lp-section1 .arrow-cta .actions:before{
  right:20px;
}
.lp-how-we-help-cm .heading-container{
  margin-bottom:74px;
}
.lp-how-we-help-cm .text-cont h3{
  font-size:25px;
  line-height:25px;
  color:#212837;
  font-weight:bold;
  letter-spacing:normal;
  margin-bottom:0;
}
.lp-how-we-help-cm .icon-cont{
  display: flex;
  align-items: center;
  width: 11.076923%;
}
.lp-how-we-help-cm .text-cont{
  width: 86.358974%;
  display: flex;
  align-items: center;
}
.lp-how-we-help-cm .description-container p{
  font-size:18px;
  line-height:34px;
  color:#484848;
  font-weight:300;
  letter-spacing:0.5px;
  font-weight:300;
  margin-top:20px;
}
.lp-how-we-help-cm .description-container{
  max-width:579px;
}
.lp-how-we-help-cm span>.hs_cos_wrapper{
  margin-bottom:45px;
}
.lp-how-we-help-cm span>.hs_cos_wrapper .cm-container>.row-fluid{
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-how-we-help-cm span>.hs_cos_wrapper:last-child{
  margin-bottom:0;
}
.lp-section1:before{
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/dots%20background.svg);
  background-repeat: no-repeat;
  background-position: right;
  width: 30%;
  height: 100vh;
  z-index: -1;
}
.lp-section1:after{
  position: absolute;
  left: 0;
  top: -80px;
  content: '';
  background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/dots%20background.svg);
  background-repeat: no-repeat;
  background-position: right;
  width: 5%;
  height: 478px;
  z-index: -1;
}
body.lp-vartiation .lp-section1:after{
  display:none;
}
.lp-vartiation .lp-how-we-help-cm{
  padding-top:70px;
}
body .container-fluid .row-fluid .lp-section1 .right-col.form-cta .arrow-cta .actions:before{
  content: '';
  border-left: solid 6px #fff;
  border-bottom: solid 6px transparent;
  border-top: solid 6px transparent;
}
@media(max-width:1260px) and (min-width:1025px){
  .lp-section1 .right-col{
/*     max-width: 369px; */
    float: right;  
  }
  .lp-section1 .right-col .form-container.fixed {
/*     max-width: 369px; */
    float: right;
  }
  .lp-how-we-help-cm .text-cont {
    width: 85.358974%;
  }
}
@media(max-width:1024px){
  .lp-section1 .right-col .form-container.fixed{
/*     max-width: 334px; */
  }
  .lp-how-we-help-cm .heading-container{
    margin-bottom:30px;
  }
  .lp-how-we-help-cm .text-cont {
    width: 84.358974%;
    margin-top: 0;
  }
  .lp-how-we-help-cm .text-cont h3{
    font-size: 20px;
    line-height: 26px;
  }
  .lp-how-we-help-cm .description-container p {
    margin-top: 10px;
    line-height:28px;
  }
  .lp-how-we-help-cm .description-container{
    max-width:100%;
  }
  .lp-how-we-help-cm span>.hs_cos_wrapper {
    margin-bottom: 25px;
  }
  .lp-section1 .right-col .form-container .form-heading h3{
    font-size: 23px;
    line-height: 31px;
  }
  body .container-fluid .row-fluid .lp-section1 .arrow-cta .actions:after{
    left: -51px;
    top: 30px;
    width: 54px;
    height: 45px;
  }
  body .lp-section1{
/*     padding: 80px 0 25px; */
    padding: 80px 0 80px;
  }
  .lp-section1 .right-col .form-container{
    margin-top: -160px;
  }
  .lp-section1 .right-col{
/*     max-width:334px; */
  }
}
@media(max-width:880px) and (min-width:768px){
  .lp-section1 .right-col{
/*     max-width:275px; */
  }
  .lp-section1 .right-col .form-container.fixed{
/*     max-width:275px; */
  }
}
@media(max-width:767px){
  body .lp-section1{
    padding: 95px 0 58px;
  }
  .lp-how-we-help-cm{
    text-align:center;
  }
  .lp-how-we-help-cm .icon-cont {
    width: 100%;
  }
  body .row-fluid .lp-how-we-help-cm .icon-cont img{
    max-width:45px!important;
    height:auto;
    margin:0 auto;
  }
  .lp-how-we-help-cm .text-cont {
    width: 100%;
    margin-top: 20px;
    display: block;
    align-items: center;
    margin-bottom: 11px;
  }
  .lp-how-we-help-cm .heading-container{
    margin-bottom: 40px;
  }
  .lp-how-we-help-cm .text-cont h3{
    font-size:21px;
    line-height:25px;
    font-weight:bold;
  }
  body .row-fluid .lp-how-we-help-cm .description-container p{
    font-size:15px;
    line-height:26px;
    color:#494A4B;
    font-weight:300;
    letter-spacing:normal;
    margin-top:4px;
  }
  .lp-how-we-help-cm span>.hs_cos_wrapper{
    margin-bottom: 32px;
    position:relative;
  }
  .lp-how-we-help-cm span>.hs_cos_wrapper:after{
    position:absolute;
    left:0;
    right:0;
    bottom:-5px;
    content:'';
    background:#D4E1F4;
    width:82px;
    height:2px;
    margin:0 auto;
    text-align:center;
  }
  .lp-how-we-help-cm span>.hs_cos_wrapper:last-child:after{
    display:none;
  }
  .lp-section1 .right-col{
    //display:none;
    float: none;
    margin: 0 auto;
    max-width: 100%;
  }
  .lp-section1 .right-col .form-container.fixed{
    margin-top:-160px;
    position: relative;
  }  
  body .container-fluid .row-fluid .lp-section1 .wrapper > .row-fluid-wrapper > .row-fluid{
    display: flex;
    flex-direction: column-reverse;
    -webkit-display: flex;
    -webkit-flex-direction: column-reverse;
  } 
  body.lp-jan .container-fluid .row-fluid .lp-section1 .wrapper > .row-fluid-wrapper > .row-fluid{
    display:block;
  }
  .lp-section1 .left-col {
    margin-top: 50px;
  }  
  .lp-section1:before {
    top: -10px;
    width: 30%;
    left:0;
    height: 118px;
  }
  .lp-section1:after{
    display:none;
  }
  .lp-how-we-help-cm span>.hs_cos_wrapper .cm-container>.row-fluid{
    display:block;
  }
  body .container-fluid .row-fluid .lp-section1 .arrow-cta .actions:after{
    left: -50px;
    top: 38px;
    width: 39px;
    height: 36px;
  }
}
/************ Lp Section2 Styling **************/
.lp-section2{
  padding:170px 0 118px;
  position:relative;
}
.lp-section2 .heading-container h2{
  max-width:529px;
}
.lp-section2 .heading-container h2 span{
  color:#56D487;
}
.lp-section2 .heading-container p{
  max-width:538px;
}
.lp-section2 .heading-container{
  position:relative;
}
.lp-section2 .heading-container:before{
  position: absolute;
  left: -100%;
  top: -54px;
  content: '';
  background: #56d487;
  width: 118%;
  height: 2px;
}
.lp-section2:after{
  position: absolute;
  left: -106%;
  top: -12px;
  bottom: 0;
  content: '';
  background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/dots%20background.svg);
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center center;
}
@media(max-width:1024px){
  .lp-section2{
    padding: 90px 0 20px;   
  }
  .lp-section2:after{
    left: -97%;   
  }
}
@media(max-width:767px){
  body .row-fluid .lp-section2 .heading-container h2{
    font-size:27px;
    line-height:34px;
    letter-spacing:-0.49px;
    font-weight:bold;
    margin-bottom:27px;
  }
  body .row-fluid .lp-section2 .left-col{
    text-align:center;
  }
  body .row-fluid .lp-section2 .heading-container p{
    font-size:16px;
    line-height:26px;
    color:#293142;
    font-weight:300;
    max-width:100%;
  }
  .lp-section2:after {
    left: -42%;
    height: 80px;
    width: 100%;
    top: 40px;
    bottom: 0;
  }
  .lp-section2 {
    padding: 150px 0 38px;
  }
}

/******************* Lp Section3 Styling ******************/
.lp-section3{
  padding:45px 0 0px;
  position:relative;
}
.lp-section3 .heading-container{
  margin-bottom: 50px;
  text-align: center;
}
.lp-section3 span>.hs_cos_wrapper{
  border:1px solid #D4E1F4;
  box-shadow: 0 9px 18px 0 rgba(0,0,0,0.09);
  background:#fff;
  border-radius:4px;
  padding:42px 30px 15px;
  margin-left:0;
  margin-bottom:23px;
  display: block;
  overflow: hidden;
  float: none;
}
.lp-section3 span>.hs_cos_wrapper .cm-container>.row-fluid{
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-section3 .left-column{
  width: 7.076923%;
  display: flex;
  align-items:center;
}
.lp-section3 .right-column{
  width: 88.358974%;
  margin-left: 4.564103%;
  display: flex;
  align-items:center;
}
.lp-section3 .right-column h4{
  font-size:21px;
  line-height:25px;
  color:#000000;
  font-weight:bold;
  margin-bottom:0;
}
.lp-section3 .list-container ul li{
  font-size:18px;
  line-height:27px;
  letter-spacing:0.5px;
  color:#293142;
  font-weight:300;
  max-width:259px;
  position:relative;
  margin-left: 25px;
  margin-bottom: 24px;
}
body .row-fluid .lp-section3 .list-container ul li:before{
  position:absolute;
  background:url('https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Assets%202019/Images/Dotpoint.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:24px;
  height:24px;
  content:''; 
  left: -40px;
  top: 3px;
}
.lp-section3 .list-container .sub-list li:last-child{
  margin-bottom:0;
}
.lp-section3 .list-container .split-list .sub-list:last-child{
  padding-left: 20px;
}
@media(max-width:1260px) and (min-width:1025px){
  .lp-section3 .list-container .split-list .sub-list:last-child {
    padding-left: 30px;
  }
  .lp-section3 .list-container ul li {
    max-width: 209px;
    margin-left: 25px;
  }
}
@media(max-width:1024px){
  .lp-section3 span>.hs_cos_wrapper{
    margin-bottom: 23px;
    margin-right: 20px;  
    padding: 30px 30px 15px;
  }
  .lp-section3 .list-container ul li{
    max-width:100%;
  }
  .lp-section3 .list-container .split-list .sub-list:last-child {
    padding-left: 0;
  }
  .lp-section3 .left-column {
    width: 16.076923%;
  }
  .lp-section3 .right-column {
    width: 79.358974%;
    margin-top: 0;
  }
  .lp-section3 .right-column h4 {
    font-size: 19px;
    line-height: 25px;
  }
  .lp-section3 .list-container .split-list{
    margin:0;
  }
  .lp-section3 .list-container .split-list .sub-list{
    margin:0;
  }
  .lp-section3 .list-container{
    margin-top: 35px;
  }
  .lp-section3 .list-container .sub-list li:last-child {
    margin-bottom: 24px; 
  }
  .lp-section3 {
/*     padding: 45px 0 80px; */
     padding: 45px 0 0px;
  }
}
@media(max-width:767px){
  .lp-section3 .heading-container{
    margin:0 auto 35px;
  }
  .lp-section3 span>.hs_cos_wrapper{
    max-width:100%;
    margin-right:0;
    padding: 30px 30px 8px;
    box-shadow:none;
  }
  .lp-section3 .left-column{
    width:100%; 
    text-align:center;
  }
  .lp-section3 .left-column img{
    max-width:40px!important;
    height:auto;
    margin:0 auto;
    float:none;
  }
  .lp-section3 .right-column {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    margin-left:0;
    display:block;
    margin-bottom:20px;
  }
  .lp-section3 .list-container ul li{
    max-width:100%;
    margin-bottom: 21px;
  }
  .lp-section3 .right-column h4{
    font-size: 21px;
    line-height: 25px;
  }
  .lp-section3 .list-container{
    margin-top: 15px;
  }
  .lp-section3{
    padding: 45px 0 30px;
  }
  .lp-section3 span>.hs_cos_wrapper .cm-container>.row-fluid{
    display:block;
  }
}
/********* Lp Section4 Styling ***********/
.lp-section4{
  position:relative;
  z-index:1;
}
.lp-section4:after{
  position:absolute;
  left:0;
  right:0;
  bottom:-72px;
  content:'';
  background:url('https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/dots%20background.svg');
  background-repeat:no-repeat;
  background-position:center center;
  width:100%;
  height:101%;
  z-index:-1;
}
.lp-section4 .left-col{
  padding:70px 0;
  background:#fff;
  width: 41.6%;
}
body .row-fluid .lp-section4 .wrapper{
  position:relative;
  box-shadow: 0 3px 14px 0 rgba(0,0,0,0.09);
  z-index:1;
  background:#fff;
  max-width:1180px;
}
.lp-section4 .right-col{
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  margin-left:0;
  width: 58.264957%;
}
.lp-section4 .heading-container h2{
  font-size:45px;
  line-height:56px;
  color:#293142;
  font-weight:bold;
  text-align:center;
}
.lp-section4 .heading-container{
  margin-bottom:20px;
}
.lp-section4 .cta-container a.cta_button{
  padding: 13px 49px;
}
@media(max-width:1024px){
  .lp-section4 .heading-container h2{
    font-size: 33px;
    line-height: 46px;
  }
  .lp-section4 .right-col{
    width: 51.264957%;
  }
  .lp-section4 .heading-container {
    margin-bottom: 0;
  }
}
@media(max-width:767px){
  .lp-section4 .left-col{
    width:100%;
    padding: 40px 0 45px;
  }
  .lp-section4 .right-col{
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: 0;
    width: 100%;
    height: 257px;
    margin-bottom:15px;
  }
  body .row-fluid .lp-section4 .heading-container h2{
    font-size:27px;
    line-height:34px;
    font-weight:bold;
    color:#293142;
    max-width:304px;
    margin:0 auto;
    float:none;   
  }
  body .row-fluid .lp-section4 .cta-container{
    margin-top:24px;
  }
  .lp-section4:after{
    left: 0;
    right: 0;
    bottom: 0;
    height: 124%;
    z-index: -1;
    top: -50px; 
  }
  .lp-section4{
    padding-left:15px;
    padding-right:15px;
  }
}
/*********** Lp Section5 Styling ************/
.lp-section5 .right-col{
  padding: 148px 0 41px;
}
.lp-section5{
  padding: 190px 0 91px;
  position:relative;
}
.lp-section5 .right-col .description-container p{
  font-size:20px;
  line-height:35px;
  color:#293142;
  font-weight:500;
  letter-spacing:normal;
  font-family: objektiv-mk2;;
}
.lp-section5 .right-col .description-container{
  max-width:527px;
}
.lp-section5 .right-col{
  padding-left:70px;
  position:relative;
}
.lp-section5 .right-col:before{
  position:absolute;
  left: 5px;
  top: 67px;
  content:'';
  background:url('https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Assets%202019/Images/Quote-1.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:78px;
  height:59px;
}
.lp-section5 .right-col:after{
  position:absolute;
  right:0;
  bottom:60px;
  content:'';
  background:url('https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Assets%202019/Images/Quote%20close-1.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:78px;
  height:59px;
}
.lp-section5 .left-col{
  width: 46.47094%;
}
.lp-section5 .right-col .info-container h4{
  font-size:20px;
  line-height:28px;
  color:#56D487; 
  font-weight:bold;
  margin-bottom:5px;
}
.lp-section5 .right-col .info-container p{
  font-size:16px;
  line-height:20px;
  color:#293142;
  font-weight:500;
  letter-spacing:normal;
  border-bottom:3px solid #56D487;
  display:inline-block;
}
.lp-section5 .right-col .info-container p:hover{
  color:#56D487;
}
.lp-section5 .right-col .info-container{
  margin-top:16px;
}
@media(max-width:1024px){
  .lp-section5{
    padding: 140px 0 91px;
  }
  .lp-section5 .right-col .description-container p {
    font-size: 18px;
    line-height: 32px;
  }
  .lp-section5 .right-col {
    padding: 108px 0 41px;
    padding-left:30px;
  }
  .lp-section5 .right-col:before{
    top:27px;
  }
}
@media(max-width:767px){
  .lp-section5{
    padding: 56px 0 3px;
  }
  .lp-section5 .right-col:before{
    top: 60px;
    width: 49px;
    height: 37px;
  }
  .lp-section5 .right-col .description-container p{
    font-size:15px;
    line-height:27px;
    font-weight:500;
    color:#293142;
    letter-spacing:normal;
  }
  .lp-section5 .right-col .info-container h4{
    font-size:20px;
    line-height:21px;
    font-weight:bold;
  }
  .lp-section5 .right-col {
    padding: 108px 0 41px;
    padding-left: 0;
  }
  .lp-section5 .right-col:after {
    bottom: 110px;
    width: 49px;
    height: 37px;
  }
  .lp-section5 .right-col .description-container{
    max-width:100%;
  }
}
/************ Lp Footer Section Styling ***********/
.lp-footer-section{
  background:#293142;
  padding:52px 0 49px;
}
body .row-fluid .lp-footer-section .wrapper{
  max-width:880px;
}
.lp-footer-section .logo{
  max-width:257px;
  height:auto;
  width: 31.076923%;
}
.lp-footer-section .icon{
  height:auto;
  width: 19.076923%;
  padding-left: 30px;
}
.lp-footer-section .address-cont p{
  font-size:14px;
  line-height:21px;
  font-weight:300;
  letter-spacing:normal;
  color:#fff;
  margin-bottom:0;
}
.lp-footer-section .address-cont p a{
  text-decoration:underline;
}
.lp-footer-section .address-cont{
  padding-left: 30px;
  width: 44.717949%;
}
@media(max-width:767px){
  body .row-fluid .lp-footer-section .logo{
    max-width: 257px;
    height: auto;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    float: none;
  }
  .lp-footer-section .icon {
    height: auto;
    width: 100%;
    padding-left: 30px;
    max-width: 170px;
    margin: 25px auto 30px;
  }
  .lp-footer-section .address-cont {
    padding-left: 0;
    width: 100%;
    max-width:304px;
    margin:20px auto 0;
    float:none;
  }
  body .row-fluid .lp-footer-section .address-cont p{
    font-size:14px;
    line-height:21px;
    letter-spacing:normal;
    font-weight:300;
  }
}
/*****************************************/
/*         Header Style Here             */
/*****************************************/
body.bankruptcy-page .lp-header-section .call-info span.title-here{
  font-size: 13.47px;
  font-weight: 500;
  line-height: 19.47px;
  text-align: right;
  margin-right: 10px;
}


@media(max-width:767px){
  body.bankruptcy-page .lp-header-section .call-info span.title-here{
    display:none;
  }
  body.bankruptcy-page .lp-header-section .left-col{
    float: left;
    text-align: left;
  }
  body.bankruptcy-page .lp-header-section .right-col{
    text-align:right;
    float:right;
  }
}
@media(max-width: 480px){
  body.bankruptcy-page .lp-header-section{
    padding: 12px 0 20px 0;
  }
}
/*****************************************/
/*         Banner Style Here             */
/*****************************************/
body.bankruptcy-page .row-fluid .lp-banner-section{
  position: relative;
  padding: 95px 0 155px;
}
body.bankruptcy-page .row-fluid .lp-banner-section:after{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(270deg,rgba(68,68,68,0) 0%,rgba(52,52,52,0.58) 43.22%,rgba(0,0,0,0.69) 100%);
  width: 100%;
  content: '';
  z-index: -1;
  opacity: .6;
}
body.bankruptcy-page .lp-banner-section .left-col .heading-container .background-section{
  text-transform: uppercase;
  position: relative;
  margin: 0;
  z-index: 1;
  line-height: 20px;
  padding: 9px 18px 8px 0;
  max-width: 487px;
}
body.bankruptcy-page .lp-banner-section .left-col .heading-container p.background-section{
  font-size: 17.21px;
}
body.blue-lp .lp-banner-section .left-col .heading-container p.background-section{
  font-weight:500;
}
body.bankruptcy-page .lp-banner-section .left-col p.background-section:before{
  position: absolute;
  content: '';
  background-color: #56D487;
  top: 0;
  left: -22%;
  height: -webkit-fill-available;
  width: 100%;
  z-index: -1;
}
body.blue-lp .lp-banner-section .left-col p.background-section:before{
  background:#18B9FF;
  height: 40px;
}
body.bankruptcy-page .lp-banner-section .left-col .heading-container h1{
  font-size: 78px;
  font-weight: bold;
  letter-spacing: -1.42px;
  line-height: 86.4px;
  margin: 18px 0 26px 0;
}
body.bankruptcy-page .lp-banner-section .left-col .heading-container span.description{
  font-size: 31.2px;
  font-weight: bold;
  line-height: 34.8px;
  border-bottom: 3.6px solid #56D487;
  color: #ffffff;
  padding-bottom: 5px;
  font-family: objektiv-mk2;
}
body.blue-lp .lp-banner-section .left-col .heading-container span.description{
  border-bottom: 3.6px solid #18B9FF;
  font-size:32.2px;
  font-family: 'Inter', sans-serif!important;
}
body.bankruptcy-page .lp-banner-section .image-container{
  display:none;
}
@media(max-width: 1024px){
  body.bankruptcy-page .lp-banner-section .left-col .heading-container h1{
    font-size: 57px;
    line-height: 64.4px;
  }
  body.bankruptcy-page .lp-banner-section .left-col p.background-section:before{
    left: -16%;
  }
}
@media(max-width: 767px){
  body.bankruptcy-page .row-fluid .lp-banner-section{
    padding: 0px 0 0px;
  }
  body.bankruptcy-page .row-fluid .lp-banner-section:after{
    display:none;
  }
  body.bankruptcy-page .row-fluid .lp-banner-section:before{
    position:absolute;
    left:0;
    right:0; 
    top:0; 
    content:'';
    background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/dots%20background.svg);
    width:100%;
    height:100%;
    z-index:-1;
    opacity:0.28;
  }
  body.bankruptcy-page .lp-banner-section .image-container{
    display:block;
    height:224px;
  }
  body.bankruptcy-page .row-fluid .lp-banner-section{
    background-image:none!important;
  }
  body.bankruptcy-page .lp-banner-section .left-col .heading-container p.background-section{
    font-size: 13.76px!important;
    display:block;
    max-width:100%;
  }
  body.bankruptcy-page .row-fluid .lp-banner-section .wrapper{
    padding:0 0;
  }
  body.bankruptcy-page .lp-banner-section .left-col .heading-container .background-section:before{
    display: none;
  }
  body.bankruptcy-page .lp-banner-section .left-col .heading-container .background-section{
    text-align: center;
    Background: #56D487;
    display: inline;
    margin: 0 auto;
    padding: 9px 18px 8px 18px;
    font-size: 12px;
  }
  body.blue-lp .lp-banner-section .left-col .heading-container .background-section{
    background: #18B9FF;
  }
  body.bankruptcy-page .lp-banner-section .left-col .heading-container h1 {
    font-size: 46.72px;
    line-height: 52.41px;
    margin: 26px 0 11px 0;
    color: #212837;
  }
  body.bankruptcy-page .lp-banner-section .left-col .heading-container span.description{
    font-size: 22px;
    color: #212837;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 11px;
  }
  .popup-section1 .close-pdf-popup2{
    right:0!important;
  }
}
@media(max-width: 350px){
  body.bankruptcy-page .lp-banner-section .left-col .heading-container .background-section{
    font-size: 10px;
  }
}
/*****************************************/
/*         Section1 Style Here           */
/*****************************************/
body.bankruptcy-page .lp-section1{
  padding: 60px 0 32px 0;
  position: relative;
}
body.bankruptcy-page .lp-section2{
  padding: 0;
}
body.bankruptcy-page .lp-section2 .heading-container{
  max-width: 567px;
}
body.bankruptcy-page .lp-section2 .heading-container:before{
  display: none;
}
body.bankruptcy-page .lp-section2 .heading-container span.green-text{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.82px;
  line-height: 20px;
  color: #56D487;
  text-transform: uppercase;
}
body.blue-lp .lp-section2 .heading-container span.green-text{
  color:#18B9FF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.88px;
  line-height: 20px;
}
body.bankruptcy-page .lp-section2 .heading-container h2{
  font-size: 41px;
  max-width: 100%;
  margin: 7px 0 20px 0;
}
body.blue-lp .lp-section2 .heading-container h2{
  color:#000;
  max-width:529px;
}
body.bankruptcy-page .lp-section2 .heading-container p{
  max-width: 100%;
  color: #494A4B;
  font-size: 17px;
  letter-spacing: 0.47px;
  line-height: 29px;
  margin-bottom: 10px;
}
body.blue-lp .lp-section2 .heading-container p{
  font-weight:normal;
}
body.bankruptcy-page .lp-section2:after{
  position: absolute;
  left: -105%;
  top: -283px;
  bottom: 0;
  content: '';
  background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/dots%20background.svg);
  width: 100%;
  height: 478px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center center;
}
body.blue-lp .lp-section2:after{
  background:url('https://www.beyonddebt.com.au/hubfs/Assets%202019/Images/Dots%20form.svg');
  width: 100%;
  height: 478px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center center;
  left: -76%;
}
body.bankruptcy-page .debt-form-section:before{
  position: absolute;
  right: -63px;
  bottom: -91px;
  top: initial;
  content: '';
  background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/dots%20background.svg);
  /*   width: 478px; */
  height: 369px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center center;
}
body.blue-lp .debt-form-section:before{
  background: url(https://www.beyonddebt.com.au/hubfs/Assets%202019/Images/Dots%20form%20%282%29-1.svg);
  height: 369px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center center;
}
body.service-nov.bankruptcy-page .debt-form-section .right-col .form-container .form-heading h3{
  margin: 0;
  text-align: left;
  font-size: 28.55px;
  line-height: 36.23px;
  max-width: 350px;
}
body.blue-lp .row-fluid .debt-form-section .right-col .form-container .form-heading h3{
  margin-top: 10px;
  text-align: center;
  font-size: 33.55px;
  line-height: 35.23px;
  max-width: 100%;
  font-weight: 600;
}
body.blue-lp .row-fluid .debt-form-section .left-cont{
  width: 48.264957%;
}
body.blue-lp .debt-form-section .right-col .form-container{
  max-width: 539px;
  border:2px solid #18B9FF;
  padding: 21px 14px 20px;
  margin-top:-161px;
}
body.blue-lp .debt-form-section .right-col .form-container:after{
  display:none;
}
body.blue-lp .row-fluid .debt-form-section .right-col{
  width: 47.17094%;
  max-width: 539px;
  float: right;
}
body.blue-lp .row-fluid .debt-form-section .right-col .form-container .form-heading p{
  text-align:center!important;
}
body.blue-lp .debt-form-section .right-col .form-container .form-heading p strong{
  display:block;
}
body.service-nov.bankruptcy-page .debt-form-section .right-col .form-container .form-heading p{
  text-align: left;
  max-width: 100%;
}
body.bankruptcy-page .debt-form-section .right-col .form-container{
  position:relative;
}
body.bankruptcy-page .debt-form-section .right-col .form-container:after{
  position:absolute;
  right:23px;
  top:0;
  content:'';
  background:url('https://www.beyonddebt.com.au/hubfs/Assets%202019/Images/Star%20Ribbon.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:47px;
  height:53px;
}
.individual-bankrupcy-cm .row-fluid:nth-child(1){
  background:rgba(24,185,255,0.08);
  padding:20px 18px;
  box-sizing:border-box;
  border-radius: 5px;
  margin-bottom:9px;
}
.individual-bankrupcy-cm .row-fluid:nth-child(2){
  background:#fff;
  padding:20px 18px;
  border: 1px solid #CFD8DC;
  border-radius: 5px;
  box-sizing:border-box;
}
.individual-bankrupcy-cm h4{
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  color: #4C4C4C;
  margin-bottom:5px;
  text-align:left;
}
.individual-bankrupcy-cm .cta-container{
  position: relative;
  margin-top: -40px;
}
.individual-bankrupcy-cm h5{
  color: #4C4C4C;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  text-align:left;
}
.individual-bankrupcy-cm p{
  color: #494A4B;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  text-align:left;
}
.individual-bankrupcy-cm a.cta_button{
  border-radius: 4.5px;
  background-color: #1FB9FF;
  font-size:14.4px;
  line-height:17px;
  padding: 12px 15.5px 16px;
}
@media(max-width: 1200px){
  body.bankruptcy-page .lp-section2:after{
    position: absolute;
    left: -60px;
    top: -136px;
    bottom: 0;
    content: '';
    background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/dots%20background.svg);
    width: 29%;
    height: 327px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media(max-width: 1024px) and (min-width: 768px){
  body.bankruptcy-page .row-fluid .debt-form-section .span7.left-col{
    width: 40.18232%;
  }
  body.bankruptcy-page .row-fluid .debt-form-section .span5.right-col{
    width: 57.055249%;
  }
  body.bankruptcy-page .lp-section1 {
    padding: 60px 0 75px 0;
  }
  body.bankruptcy-page .debt-form-section:before {
    bottom: -26px;
    right: 0;
  }  
  body.bankruptcy-page .lp-section2 .heading-container h2{
    font-size: 32px;
  }
  body.service-nov .container-fluid .row-fluid .debt-form-section .arrow-cta .actions:after{
    top: 14px;
  }
  body.bankruptcy-page .lp-section2 .heading-container p{
    line-height: 23px;
  }
  body.service-nov.bankruptcy-page .debt-form-section .right-col .form-container .form-heading h3{
    max-width:320px;
  }
  body.blue-lp .debt-form-section .right-col .form-container .form-heading h3{
    max-width:100%!important;
  }
}  
@media(max-width: 767px){
  body.bankruptcy-page .lp-banner-section .left-col .heading-container:before{
    display: none;
  }
  body.bankruptcy-page.service-nov.lp-vartiation .container-fluid .row-fluid .debt-form-section .right-col{
    margin-top: 0;
  }
  body.bankruptcy-page .lp-section2 .heading-container{
    margin: 0 auto;
  }
  body.bankruptcy-page .debt-form-section .left-col{
    display:none;
  }
  body.bankruptcy-page .lp-section2 .heading-container h2{
    font-size: 26px;
  }
  body.bankruptcy-page .debt-form-section:before{
    bottom: -50px;
    display: none;
  }
  body.service-nov.bankruptcy-page .debt-form-section .right-col .form-container form .hs-button{
    padding: 17px 30px;
  }
  body.bankruptcy-page .container-fluid .row-fluid .debt-form-section .arrow-cta .actions{
    max-width: 175px;
  }
  body.bankruptcy-page.service-nov .container-fluid .row-fluid .debt-form-section .arrow-cta .actions:after {
    left: -45px;
  }
  body.bankruptcy-page.service-nov .debt-form-section .right-col .form-container{
    padding: 21px 20px 25px;
    margin-top:-100px;
  }
  body.service-nov.bankruptcy-page .debt-form-section .right-col .form-container .form-heading h3{
    font-size: 23px;
    line-height: 31px;
    max-width: 260px;
    letter-spacing: -0.42px;
    margin:0 auto;
  }
  body.bankruptcy-page .debt-form-section .right-col .form-container:after {
    /*right: 9px;
    width: 34px;
    height: 38px;*/
    right: 9px;
    width: 21px;
    height: 25px;
  }
  .individual-bankrupcy-cm .heading{
    text-align:center;
  }
  .individual-bankrupcy-cm .cta-container{
    text-align:center;
  }
  .individual-bankrupcy-cm .left-column{
    text-align:center;
  }
}
/*****************************************/
/*       Three Col CM Style Here         */
/*****************************************/
.consider-three-col{
  padding: 129px 0 15px 0;
  background-image: linear-gradient(180deg, rgba(207,216,220,0.27) 0%, rgba(233,249,239,0.2) 49.08%, rgba(207,216,220,0) 100%);
  position: relative;
  margin-top: -68px;
}
body.bankruptcy-page .container-fluid .row-fluid .consider-three-col .section-heading.align-center{
  margin-bottom: 20px;
}
body.blue-lp .container-fluid .row-fluid .consider-three-col .section-heading .green-text{
  font-size:15px; 
  color: #18B9FF;
  font-weight:500;
  margin-bottom: 6px;
  display: block
}
.consider-three-col .section-heading p{
  margin-bottom: 6px;
}
.consider-three-col .section-heading h2{
  font-size: 41px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 47px;
  color: #212837;
}
body.blue-lp .consider-three-col .section-heading h2{
  color: #000000;
}
.consider-three-col .single-content:after{
  position: absolute;
  content: '';
  height: 3px;
  max-width: 30px;
  background: #56D487;
  bottom: 17px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body.blue-lp .consider-three-col {
  padding: 200px 0 15px 0;
  margin-top: -128px;
}
.blue-lp .consider-three-col .single-content:after{
  bottom:27px;
  background:#18B9FF;
}
body.bankruptcy-page .row-fluid .consider-three-col .three-col-adjust span>.hs_cos_wrapper{
  flex-basis: 30%;
  -webkit-flex-basis: 30%;
  float: left;
  margin-right: 3.3%;
}
.consider-three-col .content-container .icon-section{
  margin-bottom: 20px;
}
.consider-three-col .content-container .text-container{
  max-width: 349px;
  margin: 0 auto 15px auto; 
}
.consider-three-col .content-container .text-container h3{
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 29px;
  color: #212837;
  min-height: 58px;
}
body.blue-lp .consider-three-col .content-container .text-container h3{
  color: #000000;
  font-weight:600;
}
.consider-three-col .content-container .text-container p{
  letter-spacing: 0.47px;
  line-height: 29px;
  margin-bottom: 40px;
  font-size:17px;
  font-weight:normal;
}
body.blue-lp .consider-three-col .content-container .text-container p{
  color: #494A4B;
}
body.bankruptcy-page.landing-page .row-fluid consider-three-col p.green-text{
  font-size: 14px;
}
@media(max-width: 1024px){
  .consider-three-col {
    padding: 100px 0 15px 0;
  }
  .consider-three-col .section-heading h2 {
    font-size: 32px;
  }
  .consider-three-col{
    margin-top:-118px;
  }
}
@media(max-width: 767px){
  .consider-three-col{
    margin-top: 0;
    padding: 30px 0 0 0;
    position:relative;
    background-image:none;
  }
  .consider-three-col:after{
    position:absolute;
    left:0;
    right:0;
    top:-280px;
    content:'';
    opacity: 0.62;
    transform: rotate(180deg);
    background: linear-gradient(180deg, rgba(207,216,220,0) 0%, rgba(233,249,239,0.2) 49.08%, rgba(207,216,220,0.27) 100%);
    width:100%;
    height:100%;
  }
  body.bankruptcy-page .consider-three-col .section-heading p{
    font-size: 14px;
  }
  body.bankruptcy-page .consider-three-col .section-heading h2{
    font-size: 26px;
  }
  body.bankruptcy-page .row-fluid .consider-three-col .three-col-adjust span>.hs_cos_wrapper{
    float: none;
    width: 100%;
    margin: 50px auto 70px auto;
  }
  .consider-three-col .single-content:after{
    bottom: -30px;
  }
  .consider-three-col .content-container .text-container h3{
    min-height: 0;
    font-size: 21px;
  }
  .consider-three-col .content-container .text-container p{
    font-size: 15px;
    font-weight: 300;
    color: #494A4B;
  }
}
/*****************************************/
/*     Option Two Col CM Style Here      */
/*****************************************/
.option-twoCol-cm{
  padding: 40px 0 50px 0;
  background: #ffffff;
  background-image: url('https://www.beyonddebt.com.au/hubfs/Assets%202019/Images/Grey%20Dots%20%281%29.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body.bankruptcy-page .container-fluid .row-fluid .option-twoCol-cm .wrapper{
  max-width: 1110px;
}
body.bankruptcy-page .container-fluid .row-fluid .option-twoCol-cm .section-heading.align-center{
  margin-bottom: 17px;
}
body .option-twoCol-cm .green-text {
  margin-bottom: 12px;
}
.option-twoCol-cm .section-heading h2{
  font-size: 41px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 47px;
  color: #212837;
}
body.bankruptcy-page .row-fluid .option-twoCol-cm .two-col-adjust span>.hs_cos_wrapper{
  flex-basis: 46%;
  -webkit-flex-basis: 46%;
  float: left;
  margin-right: 4%;
}
.option-twoCol-cm .content-box{
  border: 1px solid #56D487;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 14px 0 rgba(0,0,0,0.09);
  padding: 37px 32px 30px 32px;
  /*   max-width: 520px; */
  box-sizing: border-box;
}
.option-twoCol-cm .content-box:last-child{
  background-color: #F7FFFA;
}
.option-twoCol-cm .content-box h2{
  text-align: center;
  position: relative;
  padding-bottom: 16px;
}    
.option-twoCol-cm .content-box h2:after{
  position: absolute;
  content: '';
  height: 3px;
  max-width: 65px;
  background: #56d487;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}   
body.bankruptcy-page  .body-container-wrapper .option-twoCol-cm .content-box ul{
  max-width: 420px;
  margin: 28px auto 0 50px;
}
body.bankruptcy-page .option-twoCol-cm .content-box ul li{
  color: #494A4B;
  font-size: 20px;
  letter-spacing: 0.56px;
  line-height: 27px;
  margin-bottom: 28px;
  list-style: none;
  position: relative;
}
body.bankruptcy-page .body-container-wrapper .option-twoCol-cm .content-box li:before{
  position: absolute;
  content: '';
  background: url('https://www.beyonddebt.com.au/hubfs/Assets%202019/Images/Dotpoint.svg') no-repeat;
  background-size: contain;
  background-position: center center;
  top: 2px;
  left: -42px;
  height: 24px;
  width: 24px;
}
.option-twoCol-cm .cta-container{
  margin-top: 30px;
}
body.bankruptcy-page .option-twoCol-cm a.cta_button{
  padding: 17px 43.3px;
}
@media(max-width: 1024px) and (min-width: 768px){
  .option-twoCol-cm .section-heading h2{
    font-size: 32px;
  }
  body.bankruptcy-page .option-twoCol-cm .content-box ul li{
    margin-bottom: 22px;
  }
  .option-twoCol-cm .content-box h2 {
    font-size: 28px;
  }
  body.bankruptcy-page .body-container-wrapper .option-twoCol-cm .content-box ul{
    margin: 28px auto 0 34px;
  }
  body .row-fluid .option-twoCol-cm .green-text{
    font-size:14px;
  }
}
@media(max-width: 767px){
  body.bankruptcy-page .row-fluid .option-twoCol-cm .two-col-adjust span>.hs_cos_wrapper{
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    float: none;
    margin-right: 0;
    max-width: 100%;
  }
  body .row-fluid .option-twoCol-cm .green-text{
    font-size:14px;
  }
  body .row-fluid .option-twoCol-cm .content-box h2{
    font-size:26px;
    line-height:25px;
    margin-bottom: 26px;
  }
  body.bankruptcy-page .row-fluid .option-twoCol-cm .section-heading h2{
    font-size: 28px;
    margin-bottom: 39px;
  }
  body.bankruptcy-page .body-container-wrapper .option-twoCol-cm .content-box ul{
    margin: 0 auto;
  }
  body.bankruptcy-page .body-container-wrapper .option-twoCol-cm .content-box li:before{
    left: -29px;
    height: 20px;
    width: 20px;
    top:4px;
  }
  body.bankruptcy-page .option-twoCol-cm .content-box ul li{
    margin-bottom: 15px;
    font-size: 18px;
    margin-left:20px;
  }
  .option-twoCol-cm .content-box {
    padding: 30px 32px 14px 32px;
  }
}
/*****************************************/
/*  Bankruptcy Accordion  CM Style Here  */
/*****************************************/
.a_Couple_things_people_ask.faq-question{
  padding-top: 127px;
  padding-bottom: 185px;
}
.a_Couple_things_people_ask .accordion{
  margin-bottom:15px;
}
.a_Couple_things_people_ask .accordion_group, .accordion_content{
  max-width: 820px;
  margin: 0 auto;
  text-align:left;
  padding:0 10px;
}
.accordion_group.expanded .accordion_header{
  border-radius: 4px;
  background: #F2F3F4;
}
.a_Couple_things_people_ask .accordion_header{
  padding: 13px 40px 13px 20px;
  cursor: pointer;
  position:relative;
  text-align:left;
}
.a_Couple_things_people_ask .accordion_header h4:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 15px;
  transition: all ease-in-out .2s;
  background:url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Beyond%20Debt%20October2017/add-plus-button.svg) no-repeat;
  background-size:cover;
  width:19px;
  height:19px;
}
.a_Couple_things_people_ask .expanded .accordion_header h4:after{
  display:none;
}
.a_Couple_things_people_ask .expanded .accordion_header h4:before{
  content: "";
  right: 15px;
  position: absolute;
  top: 15px;
  transition: all ease-in-out .2s;
  background:url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Beyond%20Debt%20October2017/substract.svg) no-repeat;
  background-size:cover;
  width:19px;
  height:24px;
}
.a_Couple_things_people_ask .accordion_header h4{
  margin: 0px;
  font-size:20px;
  font-weight:500;
}
.a_Couple_things_people_ask .expanded .accordion_header{
  border-radius: 4px;
  background-color: #F2F3F4;
}
.a_Couple_things_people_ask .expanded .accordion_content p{
  margin-top: 20px;
  margin-bottom: 0px;
  font-size:17px;
  font-weight:normal;
}
.a_Couple_things_people_ask .accordion_header h6{
  margin-bottom: 4px;
}
.couple_con {
  padding-top: 48px;
}
@media(min-width:768px) and (max-width:1024px){
  body .a_Couple_things_people_ask.faq-question {
    padding-top: 70px;
    padding-bottom: 10px;
  }
  .couple_con{
    padding-top: 18px;  
  }
}
@media(max-width: 767px){
  .a_Couple_things_people_ask .accordion_header{
    width:auto;
  }
  .a_Couple_things_people_ask .accordion_header h4{
    font-size:18px;
  }
  .a_Couple_things_people_ask .expanded .accordion_content p {
    margin-top: 15px;
    margin-bottom: 18px; 
    line-height:26px;
    font-size:16px;
    font-weight:300;
  }
  .a_Couple_things_people_ask .accordion_header h4:after,
  .a_Couple_things_people_ask .expanded .accordion_header h4:before{
    width:15px;
    height:15px;
    top: 20px;
  }
  .a_Couple_things_people_ask .accordion_header {
    padding: 17px 25px 17px 14px;
  }
  body .a_Couple_things_people_ask.faq-question.faq-question {
    padding-top: 63px;
    padding-bottom: 50px;
  }
  .a_Couple_things_people_ask .accordion_group, .accordion_content {
    padding: 0 0px;
  }
  .a_Couple_things_people_ask .accordion {
    margin-bottom: 0;
  }
  body .a_Couple_things_people_ask.faq-question.faq-question h2{
    max-width: 290px;
    margin: 0 auto;
    float: none;
    font-size: 27px;
    line-height: 34px;
  }
}
@media(min-width:320px) and (max-width:480px){
  .a_Couple_things_people_ask .accordion_header h4 {
    font-size: 16px;
    line-height: 21px;
  }
  .a_Couple_things_people_ask .expanded .accordion_content p {
    text-align: left;
    padding: 0px 0px;
  }
  .a_Couple_things_people_ask .accordion_header {
    padding: 17px 25px 17px 14px;
  }
  .couple_con {
    padding-top: 18px;
  }
}
body.bankruptcy-page .a_Couple_things_people_ask.faq-question{
  background: #ffffff;
  padding-top: 87px;
  padding-bottom: 80px;
}
body.blue-lp .a_Couple_things_people_ask .accordion_group.expanded .accordion_header {
  background-color: #EEF9FF;
}
body.blue-lp .a_Couple_things_people_ask .accordion_header h4:after{
  background:url('https://www.beyonddebt.com.au/hubfs/Assets%202019/Images/Plus%20%282%29.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:18px;
  height:18px;
}
.blue-lp .a_Couple_things_people_ask .expanded .accordion_header h4:before{
  background:url('https://www.beyonddebt.com.au/hubfs/Assets%202019/Images/Minus.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:17px;
  height:4px;
  top:24px;
}
body.blue-lp .a_Couple_things_people_ask .expanded .accordion_content p {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: normal;
  line-height: 29px;
  color: #494A4B;
}
body.blue-lp .a_Couple_things_people_ask.faq-question h6{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.88px;
  line-height: 20px;
  text-align: center;
  color:#18B9FF;
}
body.blue-lp .a_Couple_things_people_ask .accordion_header h4{
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
  color: #293142;
}
body.blue-lp .a_Couple_things_people_ask.faq-question h2{
  color:#000;
}
.a_Couple_things_people_ask h2{
  color: #212837;
  font-size: 41px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 47px;
}
.a_Couple_things_people_ask .accordion_group.expanded .accordion_header{
  background: #F2F3F4;
}
.a_Couple_things_people_ask h6{
  font-size: 14px;
}
body.bankruptcy-page .a_Couple_things_people_ask.faq-question .couple_con{
  padding-top: 36px;
}
@media(max-width: 1024px) and (min-width: 768px){
  .a_Couple_things_people_ask h2{
    font-size: 32px;
  }
}
@media(max-width: 767px){
  body.bankruptcy-page .a_Couple_things_people_ask.faq-question{
    padding: 60px 0; 
  }
  body.blue-lp .a_Couple_things_people_ask .expanded .accordion_content p {
    padding: 0px 13px 21px 13px;
  }
}
/*****************************************/
/*            Footer Style               */
/*****************************************/
body.bankruptcy-page .lp-footer-section{
  padding: 45px 0;
}
body.blue-lp .lp-footer-section{
  background:#058CC6;
}
body.blue-lp .lp-footer-section p{
  margin-bottom:15px;
}
body.bankruptcy-page .row-fluid .lp-footer-section .logo,
body.bankruptcy-page .lp-footer-section .icon,
body.bankruptcy-page .lp-footer-section .address-cont{
  width: 100%;
  margin: 0 auto;
}
body.bankruptcy-page .row-fluid .lp-footer-section .logo{
  max-width: 100%;
  margin-bottom: 30px;
}
body.bankruptcy-page .lp-footer-section .icon{
  padding-left: 0;
  margin-bottom: 27px;
}
body.bankruptcy-page .lp-footer-section .address-cont{
  padding-left: 0;
}
/*****************************************/
/*     People Two Col CM Style Here      */
/*****************************************/
.people-twoCol-cm{
  padding: 85px 0 89px 0;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.people-twoCol-cm:after{
  position: absolute;
  content: '';
  background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/dots%20background.svg) no-repeat;
  right: 0;
  bottom: 87px;
  height: 478px;
  width:30%;
  background-position: center center;
  z-index: -1;
}
.people-twoCol-cm .left-col .green-text{
  margin-bottom: 20px;
}
.people-twoCol-cm .left-col{
  padding-right: 47px;
}
.people-twoCol-cm .left-col h2{
  font-size: 41px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 59px;
  color: #56d487;
  margin-bottom: 17px;
}
.people-twoCol-cm .left-col h2 span{
  color: #212837;
}
.people-twoCol-cm .left-col p{
  letter-spacing: 0.47px;
  line-height: 29px;
  font-size:17px;
  font-weight:normal;
}
.people-twoCol-cm .right-col .content-block{
  border: 1px solid #56D487;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 0 11px 0 rgba(224,247,233,0.76);
  padding: 20px 25px 10px 25px;
  max-width: 652px;
  box-sizing: border-box;
  margin: 16.5px 0;
}
.people-twoCol-cm .content-block .image-section{
  max-width: 58px!important;
  border-radius: 50%;
  height:58px;
  display: block;
  width: 100%;
}
.people-twoCol-cm .content-block .name-section{
  margin-left: 15px;
}
.people-twoCol-cm .content-block .name-section p{
  margin: 0;
  color: #56D487;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.47px;
  line-height: 29px;
}
.people-twoCol-cm .content-block .star-section{
  float: right;
}
.people-twoCol-cm .content-block .star-section img{
  max-width: 20px;
  float: right;
}
.people-twoCol-cm .content-block .text-content{
  margin-top: 16px;
}
.people-twoCol-cm .content-block .text-content p{
  font-style: italic;
  letter-spacing: 0.47px;
  line-height: 29px;
  font-size:17px;
  font-weight:normal;
}
@media(max-width: 1200px){
  .people-twoCol-cm .left-col{
    padding-right: 0;
  }
}
@media(max-width: 1024px) and (min-width: 768px){
  .people-twoCol-cm .row-fluid  .span5.left-col{
    width: 49.055249%;
  }
  .people-twoCol-cm .row-fluid  .span7.right-col{
    width: 49.18232%;
  }
  .people-twoCol-cm .left-col h2{
    font-size: 32px;
    line-height: 49px;
  }
  .people-twoCol-cm {
    padding: 70px 0;
  }
  .people-twoCol-cm:after{
    bottom: 36px;
  }
}
@media(max-width: 767px){
  .people-twoCol-cm{
    padding: 60px 0 60px 0;
  }
  .people-twoCol-cm .right-col .content-block:nth-child(2){
    display:none;
  }
  .people-twoCol-cm .left-col .green-text{
    margin-bottom: 14px;
    display:block;
  }
  body .row-fluid .people-twoCol-cm .left-col p{
    font-size:16px;
    line-height:26px;
  }
  .people-twoCol-cm .left-col{
    text-align: center;
  }
  body.bankruptcy-page .people-twoCol-cm .left-col h2{
    margin-bottom: 14px;
    font-size: 27px;
    line-height: 34px;
    color:#56D487;
  }
  body.bankruptcy-page .people-twoCol-cm .left-col h2 span{
    color:#293142;
    display:block;
  }
  .people-twoCol-cm .right-col{
    margin-top: 30px;
  }
  .people-twoCol-cm .content-block .text-content p{
    text-align: left;
  }
  .people-twoCol-cm:after{
    bottom: 24px;
  }
  .people-twoCol-cm .content-block .image-section {
    max-width: 44px !important;
    height: 44px;
    float: left;
  }
  .people-twoCol-cm .right-col .span7{
    width: 66.446809%;
    float:left;
  }
  .people-twoCol-cm .right-col .span7 .equal-height-container>.row-fluid-wrapper>.row-fluid{
    display:flex; 
    justify-content:center;
    align-items:center;
  }
  .people-twoCol-cm .right-col .span5{
    width: 23.425532%;
    float:right!important;
  }
}
@media(max-width: 767px){
  .people-twoCol-cm .content-block .star-section{
    float: none;
  }
  body.bankruptcy-page .people-twoCol-cm .right-col .equal-height-container>.row-fluid-wrapper>.row-fluid{
    text-align: center;
  }
  .people-twoCol-cm .content-block .star-section img{
    float: none;
  }
  .people-twoCol-cm .right-col .content-block{
    margin: 16.5px auto;
    padding: 20px 17px 10px 17px;
  }
  .people-twoCol-cm:after{
    top:34px;
    left:0;
    right:auto;
    bottom:auto;
    height: 77px;
    width: 44%;
  }
}
/*****************************************/
/* Bankruptcy Bottom Form Section Style Here */
/*****************************************/
.bottom-form-section{
  background-image: linear-gradient(180deg, rgba(207,216,220,0.27) 0%, rgba(233,249,239,0.2) 49.08%, rgba(207,216,220,0) 100%);
  padding-bottom: 20px;
}
body.bankruptcy-page .bottom-form-section{
  padding:0 20px 20px;
}
body.bankruptcy-page .bottom-form-container.debt-form-section:after{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background:none;
  bottom: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(-1);
  background-color: rgba(33,40,55,0.7);
}
body.bankruptcy-page .bottom-form-container.debt-form-section.debt-form-section:before{
  display: none;
}
body.blue-lp .row-fluid .bottom-form-container .right-col{
  width:100%!important;
  float:none!important;
}
body.bankruptcy-page .bottom-form-container.debt-form-section.debt-form-section{
  position: relative; 
}
body.bankruptcy-page .bottom-form-container.debt-form-section.debt-form-section:before{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  display: block;
  opacity: 0.62;
  transform: rotate(180deg);
  background: linear-gradient(180deg, rgba(207,216,220,0) 0%, rgba(233,249,239,0.2) 49.08%, rgba(207,216,220,0.27) 100%);
}
body.bankruptcy-page .row-fluid .bottom-form-container.debt-form-section{
  max-width:100%;
}
body .row-fluid .bottom-form-container.debt-form-section{
  background-image: url('https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Assets%202019/Images/Banner%20Image.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  max-width: 1400px;
  margin: 0 auto;
  float: none;
  padding: 94px 0 77px 0;
}
body.bankruptcy-page .bottom-form-container.debt-form-section .right-col .form-container{
  float: none;
  margin: 0 auto;
}
@media(max-width: 1260px){
  body.service-nov.bankruptcy-page .container-fluid .row-fluid .debt-form-section .right-col{
    max-width: 1210px;
  }
}
@media(max-width: 1024px) and (min-width: 768px){
  body.bankruptcy-page.service-nov .debt-form-section .right-col .form-container{
    padding: 21px 27px 30px;
  }
}
@media(max-width: 900px) and (min-width: 768px){
  body.bankruptcy-page.service-nov .debt-form-section .right-col .form-container{
    top: 70px;
  }
}
@media(max-width: 767px){
  body .row-fluid .bottom-form-container.debt-form-section{
    padding: 60px 0;
  }
  body.bankruptcy-page .bottom-form-section{
     padding:0;
  }
  body.bankruptcy-page .bottom-form-container.debt-form-section.debt-form-section:before{
     background: rgba(43,43,43,0.7);
  }
  body.blue-lp .bottom-form-container.debt-form-section.debt-form-section:before{
     background: rgba(43,43,43,0.7);
  }
  body.bankruptcy-page.service-nov .debt-form-section .right-col .form-container{
     /*margin:-100px auto 0;*/
  }
}
.lp-section1 .lp-logo-cm{
  border-radius: 5px;
  background-color: #FFFFFF;
  padding:18px 23px 0;
/*   max-width: 580px; */
  max-width: 653px;
}
.lp-section1 .logo-section{
  position: relative;
  margin-top: -50px;
  margin-bottom: 90px;
}
.lp-section1 .lp-logo-cm ul li{
  padding-right: 18px;
}
.lp-section1 .lp-logo-cm ul li:last-child{    
  padding-right: 0px;
}
@media(max-width: 1200px){
  .lp-section1 .lp-logo-cm{
    max-width: 553px;
  }
}
@media(max-width:1024px){
  .lp-section1 .lp-logo-cm{
    max-width: 373px;
  }
  body.may-update .row-fluid .lp-section1 {
    padding: 60px 0 155px 0;
  }
  .lp-section1 .lp-logo-cm ul li {
    padding-right: 11px;
  }
  .lp-section1 .logo-section {
    margin-bottom: 200px;
  }
}
@media(max-width:767px){
  body.may-update .row-fluid .lp-section1 {
    padding: 60px 0 35px 0;
  }
  body.may-update .debt-form-section .left-col{
    display:block; 
  }
  body.may-update .debt-form-section .left-col .heading-container{
    display:none;
  }
  body.may-update .container-fluid .row-fluid .lp-section1 .wrapper>.row-fluid-wrapper>.row-fluid{
    display:block;
  }
  body.may-update .debt-form-section .left-col {
    margin-top: 0;
    margin-bottom:140px;
  }
  .may-update .lp-section1 .lp-logo-cm ul li {
    padding-right: 0;
  }
  .may-update .lp-section1 .logo-section {
    margin-bottom: 0;
  }
  body.may-update .row-fluid .lp-logo-cm {
    max-width: 100%;
    left: 0;
    right: 0;
  }
}
/************************************* 
Informal Agreement Ab Update Styling 
*************************************/
/*********************** 
Banner Section Styling 
************************/
.informal-agreement-ab .lp-banner-section .mobile-image{
  display:none;
}
.informal-agreement-ab .row-fluid .lp-banner-section{
  max-width:1400px;
  margin:0 auto;
  float:none;
  position:relative;
  z-index:1;
}
.informal-agreement-ab .row-fluid .lp-banner-section:before{
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  content:'';
  background: linear-gradient(270deg, rgba(68,68,68,0) 0%, rgba(0,0,0,0.43) 40.86%, #000000 100%);
  width:60%;
  z-index:-1;
}
.informal-agreement-ab .lp-banner-section .heading-container h6{
  color:#56D487;
}
.informal-agreement-ab .lp-banner-section .heading-container h3{
  color:#fff;
  margin-bottom:35px;
}
.informal-agreement-ab .lp-banner-section .heading-container ul li{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 29px;
  position:relative;
  margin-left: 35px;
}
.informal-agreement-ab .lp-banner-section .heading-container ul li:before{
  position: absolute;
  left: -35px;
  top: 2px;
  content: '';
  background: url(https://www.beyonddebt.com.au/hubfs/Assets%202019/Images/Dotpoint.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 22px;
  height: 22px;
}
.informal-agreement-ab .lp-banner-section{
  padding: 77px 0 43px;
}
.informal-agreement-ab h6{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.82px;
  line-height: 20px;
  color: #56D487;
}
@media(max-width:767px){
  body.bankruptcy-page.informal-agreement-ab .row-fluid .lp-banner-section .wrapper{
    padding:0 15px;
  }  
  .informal-agreement-ab .row-fluid .lp-banner-section .heading-container{
    text-align:left;
  }  
  .hardship-management .lp-banner-section .left-col .heading-container h1{
    margin-bottom: 6px; 
  }
  .informal-agreement-ab .lp-banner-section .mobile-image{
    display:block;
    margin-top:20px;
  }
  .informal-agreement-ab .row-fluid .lp-banner-section{
    background:none!important;
    padding: 38px 0 43px!important;
  }
  .informal-agreement-ab .row-fluid .lp-banner-section:before{
    display:none;
  }
  body .container-fluid .row-fluid .lp-banner-section .left-col .heading-container h1{
    margin-bottom: 15px!important;
    /*color: #fff!important;*/
    font-size: 34px !important;
    line-height: 43.72px !important;
    letter-spacing: -0.47px!important;  
  }
  .informal-agreement-ab .row-fluid .lp-banner-section .heading-container h3{
    color: #000000;
    line-height: 25px;
  }
  .informal-agreement-ab .row-fluid .lp-banner-section .heading-container ul li {
    font-size: 16px;
    line-height: 25px;
    color: #212837;
    margin-bottom: 16px;
  }
}
/**************************** 
Informal Ab Section1 Styling 
*****************************/
.informal-section1{
  padding:65px 0 0;
  position:relative; 
  z-index:2;
}
.informal-section1 .icon-text-cm .image-container{
  margin-bottom:20px;
}
.informal-section1 .icon-text-cm .text-container h4{
  color:#212837;
}
.informal-section1 .icon-text-cm .text-container p{
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  color: #494A4B;
  max-width:279px;
}
.informal-section1 .heading-container h6{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.82px;
  line-height: 20px;
  color: #56D487;
}
.informal-section1 .heading-container h2{
  max-width:579px;
}
.informal-section1 .heading-container{
  margin-bottom: 61px;
}
.informal-section1 .icon-text-cm 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%;
}
.informal-section1 .icon-text-cm span>.hs_cos_wrapper{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 46.9%;
  -webkit-flex-basis: 46.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;
}
.informal-section1 .right-col .form-container {
  max-width: 479px;
  border: 2px solid #56d487;
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.09);
  padding: 17px 27px 28px;
  float: right;
  background: #fff;
  margin-top: -141px;
  border-radius: 5px;
}
.informal-section1 .right-col .form-container .form-heading h3{
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 33px;
}
.informal-section1 .right-col .form-container .form-heading p{
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  color: #494A4B;
}
.informal-section1 .right-col .form-container form .field>label {
  position: absolute;
  top: -3px;
  left: 15px;
  transition: .2s all ease-in-out;
  z-index: 11;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.25px;
  font-weight: normal;
  margin-bottom:6px;
  margin-top:14px;
}
.informal-section1 .right-col .form-container form .gray-color-text label,
.form-banner-sec .form-container form .gray-color-text label{
  top: -23px;
  color: #a0a4ab;
  transition: .2s all ease-in-out;
  background: #fff;
  left: 0;
}
.informal-section1 .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
  position: relative;
}
.informal-section1 .row-fluid .form-container form fieldset {
  position: relative;
}
.informal-section1 .row-fluid .form-container form input,
.informal-section1 .row-fluid .form-container form select {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.25px;
  color: #494a4b;
  font-weight: normal;
  padding-top: 13px;
}
.informal-section1 .row-fluid .form-container form select {
  background: transparent url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Beyond%20Debt%20October2017/arrow-point-to-down.png) no-repeat;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  -webkit-appearance: none;
  background-size: 10px;
}
.informal-section1 .row-fluid .form-container form .color-text label {
  top: -23px;
  color: #56d487;
  transition: .2s all ease-in-out;
  background: #fff;
  left: 0;
}
.informal-section1 .row-fluid .form-container form .hs-error-msgs li {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  top:-4px;
}
.informal-section1 .row-fluid .form-container .form-heading{
  margin-bottom:15px;
}
.informal-section1 .row-fluid .form-container form .hs-button {
  padding: 17px 26px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.informal-section1 .row-fluid .form-container form .actions:before{
  display:none;
}
.informal-section1 .row-fluid .form-container form .actions:after{
  content: "";
  position: absolute;
  background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Assets%202019/Images/Arrow.svg) no-repeat;
  background-size: cover;
  left: -76px;
  top: -6px;
  width: 71px;
  height: 62px;
}
.informal-section1 .row-fluid .form-container form .actions{
  text-align: center;
  display: block;
  max-width: 175px;
  margin: 0 auto;
}
@media(max-width:1024px){
  .informal-section1 .row-fluid .form-container form .actions:after{
    display:none;
  }
}
@media(max-width:767px){
  .informal-section1 .icon-text-cm span>.hs_cos_wrapper{
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    margin-right:0;
    text-align:center;
    margin-bottom:20px;
  }
  .informal-section1 .right-col .form-container {
    float: none;
    margin: -70px auto 70px;
  }
  .informal-section1 .icon-text-cm .text-container p {
    max-width: 100%;
  }
  .informal-section1 .heading-container h2 {
    max-width: 100%;
  }
  .informal-section1 .heading-container {
    margin-bottom: 30px;
    text-align:center;
  }
  .informal-section1 .wrapper>.row-fluid-wrapper>.row-fluid{
    display: flex;
    flex-direction: column-reverse;  
  }
  body .row-fluid .informal-section1{
    padding:0;
  }
  .debt-form-section .right-col{
    max-width:100%;
  }  
  .informal-section1 .icon-text-cm span{
    margin-right:0;
  }
  .informal-section1 .icon-text-cm .text-container h4 {
    color: #000000;
    font-size: 21px;
    line-height: 29px;
  }
}
/************************* 
Informal Section2 Styling 
***************************/
.informal-section2 .icon-text-cm 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%;
}
.informal-section2 .icon-text-cm span>.hs_cos_wrapper{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.9%;
  -webkit-flex-basis: 22.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;
}
body .row-fluid .informal-section2 .icon-text-cm span>.hs_cos_wrapper:last-child{
  margin-right:0;
}
.informal-section2 .icon-text-cm .cm-container .image-container{
  margin-bottom:18px;
}
@media(max-width:767px){
  .informal-section2 .icon-text-cm span>.hs_cos_wrapper{
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    margin-right: 0;
    text-align:center;
    margin-bottom:20px;
  }
  .informal-section2 .icon-text-cm span{
    margin-right:0;
  }
  .informal-section2{
    padding-top: 60px;   
  }
  .informal-section2 .icon-text-cm span>.hs_cos_wrapper .text-container h4{
    font-size: 21px; 
  }
  .informal-section2 {
    padding-top: 0px;
  }
} 
/********************************
Informal Video Cm Styling Start 
**********************************/
.informal-video-cm{
  padding:170px 0 108px;
}
.informal-video-cm .left-col h6{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.82px;
  line-height: 20px;
  color: #56D487;
}
.informal-video-cm .left-col p{
  font-size: 18px;
  letter-spacing: -0.2px;
  line-height: 35px;
  color: #494A4B;
}
.informal-video-cm .left-col ul li{
  font-size: 18px;
  letter-spacing: -0.2px;
  line-height: 35px;
  color: #494a4b;
  position: relative;
  margin-left: 20px;
}
.informal-video-cm .left-col ul li:before{
  position: absolute;
  left: -19px;
  top: 12px;
  content: '';
  background: #56d487;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.informal-video-cm .right-col .thumbnail{
  height: 372px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .informal-video-cm .right-col{
  float: left;
  text-align: left;
  max-width: 543px;
}
body .informal-video-cm .left-col{
  padding-left:20px;
}
@media(max-width:1024px){
  .informal-video-cm{
    padding: 80px 0 28px; 
  }
}
@media(max-width:767px){
  .informal-video-cm{
    padding: 50px 0 8px; 
  }
  body .informal-video-cm .right-col {
    float: none;
    text-align: right;
    max-width: 100%;
    margin-bottom: 30px;
  }
  body .informal-video-cm .left-col{
    padding-left:0px;
  }
  .informal-video-cm .right-col .thumbnail {
    height: 236px;
    margin-top: 20px;
  }
  .informal-video-cm .right-col .thumbnail .play-icon{
    max-width:74px;  
  }
  .informal-video-cm .wrapper>.row-fluid-wrapper>.row-fluid{
    display:flex;
    flex-direction:column-reverse;
  }
  .informal-video-cm .left-col{
    text-align:center;
  }
  .informal-video-cm .left-col p {
    font-size: 16px;
    line-height: 26px;
  }
  .informal-video-cm .left-col ul li{
    font-size: 16px;
    line-height: 26px;
  }
  .informal-video-cm .left-col ul li:before {
    left: -17px;
    top: 10px;
    width: 6px;
    height: 6px;
  }
}
/*************************** 
Case Study Section Styling 
*****************************/
body .row-fluid .case-study-section .bottom-row{
  border: 1px solid #56d487;
  border-radius: 7.68px;
  background-color: #effbf3;
  padding: 82px 55px 30px;
  max-width: 1094px!important;
  margin: -55px auto 0;
  float: none;
  width: 100%;
  box-sizing: border-box;
}
.case-study-section .bottom-row .heading h4{
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
  color: #293142;
}
.case-study-section .bottom-row .mobile-heading{
  display:none;
}
.case-study-section .bottom-row .heading .span2{
  width: 16.4%;
}
.case-study-section .bottom-row .heading .span10{
  float:right;
  width: 83.358974%;
}
.case-study-section .bottom-row .cm-section .span3 h4{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
  color: #212837;
  margin-bottom:0;
  position: relative;
  top: 10px;
}
.case-study-section .bottom-row .cm-section{
  background:#fff;
  border: 1px solid #56D487;
  border-radius: 7.68px;
  padding: 3px 15px 0;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
}
.case-study-section .bottom-row .cm-cont span>.hs_cos_wrapper{
  margin-bottom:10px;
}
.case-study-section .bottom-row .cm-section .span2{
  width: 16.4%;
  position:relative;
}
.case-study-section .bottom-row .cm-section .span2:after{
  position: absolute;
  right: 0;
  top: -3px;
  bottom: -22px;
  content: '';
  background: #56d487;
  width: 1px;
}
.case-study-section .bottom-row .cm-section .span10{
  width: 83.358974%;
  margin-left: 0;
}
.case-study-section .bottom-row .cm-section .payment h4{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
  color: #56D487;
  margin-bottom:0;
  top:5px;
}
.case-study-section .bottom-row .cm-section .mon-payment h4{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
  color: #56D487;
  margin-bottom:0;
  top:5px;
}
.case-study-section .bottom-row .cm-section .amt-paid h4{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
  color: #56D487;
  margin-bottom:0;
  position: relative;
  left: -7px;
  top:5px;
}
.case-study-section .bottom-row .cm-section .years h4{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
  color: #56D487;
  margin-bottom:0;
  position: relative;
  left: -10px;
  top:5px;
}
.case-study-section .bottom-row .cm-cont span>.hs_cos_wrapper:last-child .mon-payment p{
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: normal;
  text-align: center;
  color: #293142;
  margin-bottom:0;
  position: relative;
  top: -12px;
}
.case-study-section .bottom-row .cm-cont span>.hs_cos_wrapper:last-child .mon-payment h4{
  position: relative;
  top: -2px;
}
.case-study-section .bottom-row .cm-cont span>.hs_cos_wrapper:last-child .payment h4,
.case-study-section .bottom-row .cm-cont span>.hs_cos_wrapper:last-child .amt-paid h4,
.case-study-section .bottom-row .cm-cont span>.hs_cos_wrapper:last-child .years h4,
.case-study-section .bottom-row .cm-cont span>.hs_cos_wrapper:last-child .mon-payment h4{
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
  color: #293142;
}
.case-study-section .bottom-row .cm-section .payment,
.case-study-section .bottom-row .cm-section .amt-paid,
.case-study-section .bottom-row .cm-section .years{
  position:relative;
}
.case-study-section .bottom-row .cm-section .payment:after{
  position: absolute;
  right: 0;
  top: -3px;
  bottom: -15px;
  content: '';
  background: #56d487;
  width: 1px;
}
.case-study-section .bottom-row .cm-section .amt-paid:after{
  position: absolute;
  right: 0;
  top: -3px;
  bottom: -15px;
  content: '';
  background: #56d487;
  width: 1px;
}
.case-study-section .bottom-row .cm-section .payment{
  width: 23.5%;
}
.case-study-section .bottom-row .cm-section .amt-paid{
  width: 22.5%;
}
.case-study-section .bottom-row .cm-section .years{
  width: 27.623932%;
}
.case-study-section .bottom-row .cm-section .mon-payment{
  width: 18%;
}
.case-study-section .bottom-row .cm-section .years:after{
  position: absolute;
  right: 0;
  top: -3px;
  bottom: -15px;
  content: '';
  background: #56d487;
  width: 1px;
}
.case-study-section{
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding-bottom: 23px;
  margin-top: 100px;
}
.case-study-section:after{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:200px;
  content:'';
  background:url('https://www.beyonddebt.com.au/hubfs/dots%20background.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  z-index:-1;
}
body.informal-agreement-ab .row-fluid .hardship-section4 h2{
  max-width:100%;
}
.informal-agreement-ab .hardship-section4 h4{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
  color: #293142;
}
.informal-agreement-ab .row-fluid .hardship-section4 .wrapper{
  padding-bottom: 165px;
}
.informal-agreement-ab .form-banner-sec .form-container form .field>label{
  position: absolute;
  top: -3px;
  left: 15px;
  transition: .2s all ease-in-out;
  z-index: 11;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.25px;
  font-weight: normal;
  margin-bottom: 6px;
  margin-top: 14px;
}
.informal-agreement-ab .form-banner-sec .form-container form fieldset {
  position: relative;
}
.informal-agreement-ab .form-banner-sec .form-container form fieldset.form-columns-2 .hs-form-field {
  position: relative;
}
.informal-agreement-ab .form-banner-sec .form-container form input,
.informal-agreement-ab .form-banner-sec .form-container form select {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.25px;
  color: #fff;
  font-weight: normal;
  padding-top: 13px;
}
.informal-agreement-ab .form-banner-sec .form-container form .color-text label {
  top: -23px;
  color: #56d487;
  transition: .2s all ease-in-out;
  background: #272F40;
  left: 0;
}
.informal-agreement-ab .form-banner-sec .form-container form .hs-error-msgs li{
  position: relative;
  top: -10px;
}
.informal-agreement-ab .form-banner-sec .form-container form .hs-button{
  position: relative;
  padding-right: 45px;
  padding-left: 45px;
  padding: 18px 45px;
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
}
.informal-agreement-ab .form-banner-sec .form-container form .actions:before{
  display:none;
}
.informal-agreement-ab .form-banner-sec .form-container form .hs_submit:before{
  bottom: 38px;
}
.informal-agreement-ab .form-banner-sec .heading-cont{
  margin-bottom:30px;
}
.case-study-section .bottom-row .cm-section .span2 h4{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 0;
  top: 7px;
  position: relative;
  text-align: center;
  left: -10px;
}
.case-study-section .bottom-row .small-desc p{
  font-size: 13px;
  letter-spacing: -0.14px;
  line-height: 15px;
  color: #494A4B;
}
.case-study-section .bottom-row .small-desc{
  margin-top:15px;
}
@media(max-width:1140px){
  .case-study-section .bottom-row .cm-section .payment h4,
  .case-study-section .bottom-row .cm-section .amt-paid h4,
  .case-study-section .bottom-row .cm-section .years h4,
  .case-study-section .bottom-row .cm-section .mon-payment h4{
    font-size: 26px;
  }
  .case-study-section .bottom-row .cm-section .years h4{
    left:0;
  }
  .case-study-section .bottom-row .cm-section .span3:after{
    right:-10px;
  }
}
@media(max-width:1024px){
  .case-study-section .bottom-row .heading{
    display:none;
  }
  .case-study-section .bottom-row .mobile-heading{
    display:block;
  }
  .case-study-section .bottom-row .cm-section .span2 {
    width: 100%;
  }
  .case-study-section .bottom-row .cm-section .span10 {
    width: 100%;
  }
  .case-study-section .bottom-row .cm-section .payment,
  .case-study-section .bottom-row .cm-section .amt-paid,
  .case-study-section .bottom-row .cm-section .years,
  .case-study-section .bottom-row .cm-section .mon-payment{
    width: 100%;
    margin:0;
    margin-bottom:10px;
  }
  .case-study-section .bottom-row .cm-section .span3:after{
    display:none;
  }
  .case-study-section .bottom-row .cm-section .payment:after{
    display:none;
  }
  .case-study-section .bottom-row .cm-section .amt-paid:after{
    display:none;
  }
  .case-study-section .bottom-row .cm-section .years:after{
    display:none;
  }
  .case-study-section .bottom-row .cm-section .span2 h4 {
    font-size: 18px;
    margin-bottom: 10px;
    top: 0;
    left: 0;
    padding-bottom: 10px;
    position:relative;
  }
  .case-study-section .bottom-row .cm-section .span2 h4:after{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    content:'';
    background:#56D487;
    width:auto;
    height:1px;
  }
  .case-study-section .bottom-row .cm-section {
    padding: 15px 15px 0;
  }
  body .row-fluid .case-study-section .bottom-row .mobile-heading{
    font-size: 18px!important;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    color: #293142;
  }
  .case-study-section .bottom-row .cm-section .payment h4,
  .case-study-section .bottom-row .cm-section .amt-paid h4,
  .case-study-section .bottom-row .cm-section .years h4,
  .case-study-section .bottom-row .cm-section .mon-payment h4{
    font-size: 24px;
  }
  .case-study-section .bottom-row .cm-section .span2:after{
    display:none;
  }
  .case-study-section .bottom-row .cm-section .span10:after{
    display:none;
  }
  .case-study-section .bottom-row .cm-cont span>.hs_cos_wrapper:last-child .payment h4,
  .case-study-section .bottom-row .cm-cont span>.hs_cos_wrapper:last-child .amt-paid h4,
  .case-study-section .bottom-row .cm-cont span>.hs_cos_wrapper:last-child .years h4,
  .case-study-section .bottom-row .cm-cont span>.hs_cos_wrapper:last-child .mon-payment h4 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
    text-align:center;
    color: #A0A4AB;
  }
  .case-study-section .bottom-row .cm-cont span>.hs_cos_wrapper:last-child .mobile-heading{
    color: #293142!important;
    font-size:18px!important;
    line-height:25px!important;
  }
  .case-study-section .bottom-row .cm-cont span>.hs_cos_wrapper:last-child .mon-payment p {
    font-size: 12px;
    top: -9px;
    color: #A0A4AB;
  }
  body .row-fluid .case-study-section .bottom-row {
    padding: 32px 24px 0px;
    margin: 0px auto 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .case-study-section .bottom-row .cm-cont span>.hs_cos_wrapper {
    margin-bottom: 17px;
  }
}
@media(max-width:767px){
  .case-study-section{
    margin-top: 20px;
  }
  .informal-agreement-ab .row-fluid .hardship-section4{
    padding-top: 24px;
  }
  .informal-agreement-ab .hardship-section4 h4 {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
  }
  .informal-agreement-ab .row-fluid .hardship-section4 .wrapper {
    padding-bottom: 55px;
  }
  body.informal-agreement-ab .a_Couple_things_people_ask.faq-question.faq-question h2{
    font-size: 23px;
    line-height: 31px;
  }
  body.informal-agreement-ab .row-fluid .form-banner-sec h2 {
    font-size: 27px;
    line-height: 34px;
    letter-spacing: -0.49px;
  }
}
/********************* Hardship Section5 Styling ****************/
.hardship-section5-cm{
  background: linear-gradient(180deg, rgba(242,252,246,0) 0%, rgba(224,247,233,0.24) 100%);
  padding: 142px 0 78px;
}
body .row-fluid .hardship-section5-cm .wrapper{
  max-width:1122px;
}
.hardship-section5-cm .heading-container{
  max-width:492px;
}
.hardship-section5-cm .heading-container h2{
  line-height:48px;
}
.hardship-section5-cm ul li{
  font-size: 18px;
  line-height: 29px;
  color: #212837;
  font-weight: normal;
  padding-right: 0px;
  padding-left: 40px;
  margin-bottom: 27px;
}
.hardship-section5-cm ul li:before{
  display:none;
}
.hardship-section5-cm .list-container1 ul li:after{
  content: '';
  position: absolute;
  background: url(https://2583772.fs1.hubspotusercontent-na1.net/hubfs/2583772/Beyond%20Debt%20October2017/checked.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  left: -11px;
  top: 4px;
}
.split-list ul{
  float: left;
  /*width:50%;*/
}
.hardship-section5-cm .list-container2 h4{
  font-size:21px;
  line-height:29px;
  color:#000;
  font-weight:bold; 
  margin-bottom:0;
}
.hardship-section5-cm .list-container2 ul.split-list{
  margin-top:14px;
}
.hardship-section5-cm .list-container2 ul li:after{
  position: absolute;
  left: 0;
  top: 9px;
  content: '';
  background: #56d487;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.hardship-section5-cm .list-container2 ul li{
  padding-left:24px;
  margin-left:0;
}
.informal-agreement-ab .hardship-section5-cm {
  padding: 124px 0 48px;
}
.informal-agreement-ab .hardship-section5-cm .list-container2{
  margin-top: 33px;
}
@media(max-width:1024px){
  .informal-agreement-ab .hardship-section5-cm{
    padding: 0 0 48px;  
  }
  .hardship-section5-cm{
    padding: 32px 0 38px;
  }
  .hardship-section5-cm .heading-container h2 {
    line-height: 39px;
  }
  .hardship-section5-cm ul li{
    padding-left: 27px;
  }
}
@media(max-width:767px){
  body .row-fluid .hardship-section5-cm{
    display:none; 
  }
}
/************************* 
Lp Footer Section Styling 
***************************/
.lp-footer-section {
  background: #293142;
  padding: 45px 0;
}
.lp-footer-section .logo {
  max-width: 100%;
  margin-bottom: 30px;
}
.lp-footer-section .icon {
  padding-left: 0;
  margin-bottom: 27px;
}
.lp-footer-section .address-cont p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 0;
}
.lp-footer-section .address-cont p a {
  text-decoration: underline;
}



/********* 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 Icon 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 Two Col 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 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:48px;
}
.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 Sropdown 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;
  }
}
@media(min-width: 768px){
  body.wrapper-mac-adjust .header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:before{
    top: 27px;
  }
}
@media(max-width: 1024px) and (min-width: 768px){
  .header-container-wrapper .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:before {
    font-size: 12px;
    right: -7px;
    top: 25px;
  }
  body.wrapper-mac-adjust .header-container-wrapper .header-grp  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:before{
    top: 25px;
  }
}
/*********** Smart Form Style ***********/
.debt-form-section.smart-form-module .right-col .form-container .form-heading h3{
  max-width: 100%;
}

.debt-form-section.smart-form-module .right-col .form-container .form-heading p{
  color: #494A4B;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: -0.17px;
  line-height: 22px;
}

.debt-form-section.smart-form-module .right-col .form-container .form-heading p span{
  font-weight: bold;
}

body.service-nov .container-fluid .row-fluid .debt-form-section.smart-form-module .form-container form .field>label{
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
}

body .row-fluid .debt-form-section.smart-form-module .right-col .form-container form .field>label{
  margin-top: 2px;
}

body.service-nov .debt-form-section.smart-form-module .right-col .form-container .form-heading{
  margin-bottom: 0;
}

body.service-nov .container-fluid .row-fluid .home-hero-sec.new-section.debt-form-section.smart-form-module .arrow-cta .actions .hs-button{
  padding: 17px 17px;
  margin-top: 0;
}



/******************* Step Form Styling ****************/

.step-page .debt-form-section .right-col .form-container .inner-container{
   min-height:auto;
}

.step-page .debt-form-section .right-col .form-container{
   min-height: 356px!important;
}

.step-page .debt-form-section .right-col .form-container .inner-container .button-container{
   background-color: #F2F3F4;
    min-height: 95px;
    text-align: center;
    padding-top: 21px;
    padding-bottom: 10px;
    max-width: 468px;
    border-radius: 3px;
}

.step-page .debt-form-section .right-col .form-container .inner-container .button-container p img{
  max-width: 13px !important;
  vertical-align: middle;
  padding-right: 5px;
  position: relative;
  top: -1px;
}

.step-page .debt-form-section .right-col .form-container .inner-container .button-container p{
   font-size:14px;
   line-height:20px;
   color: rgb(33, 40, 55);
   margin-top:8px;
}

.step-page .debt-form-section .right-col .form-container .inner-container .button-container .hs-button{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
  background-color: #56D487;
  padding: 17px 30px;
  color:#ffffff;
  position:relative;
}

.step-page .debt-form-section .right-col .form-container .inner-container .button-container .hs-button:before{
   position:absolute;
   left: -93px;
   top: -24px;
   content:'';
   background:url('https://www.beyonddebt.com.au/hubfs/Assets%202019/Images/Arrow%20%281%29.svg');
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
   width:72px;
   height:60px;
}

.step-page .debt-form-section .right-col .form-container .inner-container .button-container .hs-button:hover{
   background-color: rgb(111, 218, 153);
   border:1px solid rgb(111, 218, 153);
}

.step-page .debt-form-section .right-col .form-container .inner-container #step-init .main-head p{
   font-size:18px;
   text-align:center;
   color: #212837;
   line-height:25px;
   font-weight:bold;
   font-family: objektiv-mk2;
}

.step-page .debt-form-section .right-col .form-container .inner-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 2px;
  right: 2px;
  top: auto;
  bottom: -36px;
  width: 100%;
}

.step-page .debt-form-section .right-col .form-container.full-screen .inner-container{
   height:100vh;
}

.step-page .debt-form-section .right-col .form-container .inner-container .fisrt-step-form{
  max-width: 719px;
  margin: 0 auto;
  float: none;
}

.step-page .debt-form-section .right-col .form-container .inner-container>.row-fluid-wrapper{
    width:100%;
    position:relative;
   top:-40px;
}

.step-page .container-fluid .row-fluid .debt-form-section .right-col .form-container .first-step-form form .field>label{
  font-size: 23px;
  line-height: 38px;
  left: 0;
  top: 0;
  margin-bottom: 30px;
  position: relative;
  color: #293142;
  font-family: objektiv-mk2;
}

.step-page .container-fluid .row-fluid .debt-form-section .right-col .form-container .first-step-form form{
  max-width:100%;
  margin:0 auto;
  float:none;
}

.step-page .container-fluid .row-fluid .debt-form-section .right-col .form-container .first-step-form form input{
   color: rgb(86, 212, 135);
   padding:0;
   box-shadow: rgb(86 212 135 / 30%) 0px 1px;
   font-size:28px;
   border:none;
   background-color: transparent !important;
   font-family: objektiv-mk2;
}

.step-page .container-fluid .row-fluid .debt-form-section .right-col .form-container .first-step-form form .hs-form-required{
   position: relative;
   left: 6px;
}

.step-page .container-fluid .row-fluid .debt-form-section .right-col .form-container .first-step-form form input::placeholder{
    font-weight: 400;
    opacity: 1;
    color: rgba(86, 212, 135, 0.3);
    line-height: normal;
    font-size:28px;
    font-family: objektiv-mk2;
    font-weight:normal;
}

.step-page .container-fluid .row-fluid .debt-form-section .right-col #progress-num{
  font-size: 12px;
  position: absolute;
  right: 156px;
  left: auto;
  bottom: 59px;
}

.step-page .container-fluid .row-fluid .debt-form-section .right-col .progress-bar {
    height: 4px;
    width: 230px;
    background: #e9e9ea;
    border-radius: 22px;
    position: absolute;
    bottom: 75px;
    left:auto!important;
    right:23px;
}

.step-page .container-fluid .row-fluid .debt-form-section .right-col .form-container .first-step-form form .hs-button{
   background:transparent;
   padding:0;
   box-shadow:none;
   border:none;
}

.step-page .container-fluid .row-fluid .debt-form-section .right-col .form-container .first-step-form form .hs-button:focus{
   border:none;
   outline:none;
   box-shadow:none;
}

.step-page .container-fluid .row-fluid .debt-form-section .right-col .form-container .first-step-form form .hs-button .but-cont{
  box-shadow: rgb(0 0 0 / 10%) 0px 3px 12px 0px;
  padding: 11px 14px;
  background-color: #56d487;
  color: #092213;
  border-radius: 2px;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
  text-align: left;
  margin-top: 4px;
  width: 82px;
  box-sizing: border-box;
  line-height: 20px;
  height: 41px;
}

.step-page .container-fluid .row-fluid .debt-form-section .right-col .form-container .first-step-form form .hs-button .but-cont:after{
  position: absolute;
  right: 18px;
  top: 17px;
  content: '';
  background: url(https://www.beyonddebt.com.au/hubfs/Assets%202019/Images/Tick%20%283%29.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 19px;
  height: 14px;
}

.step-page .container-fluid .row-fluid .debt-form-section .right-col .form-container .first-step-form form .hs-button strong{
    font-size: 12px;
    line-height: 16px;
    color: rgb(33, 40, 55);
    position: relative;
    top: -6px;
}

.step-page .container-fluid .row-fluid .debt-form-section .right-col .form-container .first-step-form form .hs-button strong:after{
  position: absolute;
  right: -16px;
  top: 0px;
  content: '';
  background: url(https://www.beyonddebt.com.au/hubfs/Assets%202019/Images/enter-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 12px;
  height: 12px;
}

.step-page .inputs-list.multi-container li.hs-form-radio{
    position:relative;
}

.step-page .inputs-list.multi-container li.hs-form-radio label{
  background-color: rgba(86,212,135,0.1);
  box-shadow: rgb(86 212 135 / 60%) 0px 0px 0px 1px inset;
  color: #56D487;
  max-width: 246px;
  height: 39px;
  outline: 0px;
  padding: 0 7px;
  width: 100%;
  cursor: pointer;
  display: flex;
  margin-bottom: 9px !important;
  align-items: center;
  padding-left: 43px;
  box-sizing: border-box!important;
  font-size: 17px;
  line-height: normal;
  border-radius: 3px;
}

.step-page .inputs-list.multi-container li.hs-form-radio label span{
   position:relative;
   /*top:2px;*/
}

.step-page .inputs-list.multi-container li.hs-form-radio:hover label{
    box-shadow: rgb(86 212 135) 0px 0px 0px 2px inset;
    background-color: rgba(86, 212, 135, 0.3); 
}

.step-page .inputs-list.multi-container li.hs-form-radio label:after{
  position: absolute;
  left: 8px;
  top: 7px;
  border: 1px solid rgba(86,212,135,0.6);
  background-color: rgba(255,255,255,0.8);
  color: #56d487;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

.step-page .inputs-list.multi-container li.hs-form-radio:nth-child(1) label:after{
  content: 'A';
}

.step-page .inputs-list.multi-container li.hs-form-radio:nth-child(2) label:after{
  content: 'B';
}

.step-page .inputs-list.multi-container li.hs-form-radio:nth-child(3) label:after{
  content: 'C';
}

.step-page .inputs-list.multi-container li.hs-form-radio:nth-child(4) label:after{
  content: 'D';
}

.step-page .inputs-list.multi-container li.hs-form-radio:nth-child(5) label:after{
  content: 'E';
}

.step-page .inputs-list.multi-container li.hs-form-radio:nth-child(6) label:after{
  content: 'F';
}

.step-page .inputs-list.multi-container li.hs-form-radio:nth-child(7) label:after{
  content: 'G';
}

.step-page .inputs-list.multi-container li.hs-form-radio:nth-child(8) label:after{
  content: 'H';
}

.step-page .inputs-list.multi-container li.hs-form-radio label:before{
   display:none;
}

.step-page .container-fluid .row-fluid .debt-form-section .right-col .form-container .first-step-form form .hs-form-field:nth-child(3)>label{
   margin-bottom:30px;
}

.step-page .inputs-list.multi-container li.hs-form-radio input{
    position: absolute!important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0!important;
    width: 100%!important;
    height: 40px!important;
    border:none!important;
    box-shadow:none!important;
    font-size:0!important;
}

.step-page .submit-btn .but-cont:after{
   display:none;
}

.step-page .submit-btn{
   width:100%!important;
}

.step-page .container-fluid .row-fluid .debt-form-section .right-col .form-container .first-step-form form .submit-btn .but-cont{
  box-sizing: border-box;
    width: 246px!important;
    text-align: center;
    display: block;
}

.step-page .row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    width: 16px!important;
    height: 5px!important;
    top: 10px;
    right: 8px;
    border: 3px solid #56d487!important;
    border-top: 0!important;
    border-right: 0!important;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    left: auto;
    border-radius: 0!important;
    background: transparent;
}

.step-page .debt-form-section .right-col .form-container form label.error{
   display:none!important;
}

.step-page .row-fluid .debt-form-section .right-col .form-container.full-screen{
  position: fixed;
  top: 23px;
  left: 23px;
  max-width: 100%;
  height: 100%;
  z-index: 99999;
  bottom: 23px;
  right: 23px;
  margin-top:0;
  border:none;
  border-radius:0;
  width:auto;
  height:auto;
  padding:0;
}

.step-page .row-fluid .debt-form-section .right-col .form-container.full-screen:after {
    position: absolute;
    left: -23px;
    right: -23px;
    top: -23px;
    bottom: -23px;
    content: '';
    z-index: -1;
    background: rgba(0,0,0,0.66);
    width:100%;
   height:100%;
}

.step-page .row-fluid .debt-form-section .right-col .form-container.full-screen .row-fluid-wrapper.row-depth-2.row-number-2{
  background: #ffffff;
  height: auto;
  position: fixed;
  left: 23px;
  right: 23px;
  top: 23px;
  bottom: 23px;
}

.step-page .debt-form-section .right-col .form-container.full-screen .form-heading{
   display:none;
}

.step-page .debt-form-section .right-col .form-container.full-screen .inner-container{
   position:relative;
   bottom:0;
}

.step-page .container-fluid .row-fluid .debt-form-section .right-col .form-container .first-step-form{
   max-width:719px;
   margin:0 auto;
   float:none;
}

.step-page .debt-form-section .right-col .form-container .close-icon{
   display:none;
}

.step-page .debt-form-section .right-col .form-container.full-screen .close-icon{
   display: block;
    position: absolute;
    right: 10px;
    top: 19px;
    max-width: 30px;
    cursor:pointer;
}

body.open-pop{
   overflow:hidden;
}



@media(max-width:1024px){

.step-page .container-fluid .row-fluid .debt-form-section .right-col .form-container .first-step-form{
   padding: 0 50px;  
}
}


@media(max-width:767px){

.step-page .row-fluid .debt-form-section .right-col .form-container.full-screen:after{
   display:none;  
}


.step-page .row-fluid .debt-form-section .right-col .form-container.full-screen{
   left:0;
   right:0;
   top:0;
   bottom:0;
}
  
.step-page .row-fluid .debt-form-section .right-col .form-container.full-screen .row-fluid-wrapper.row-depth-2.row-number-2{
  left:0;
  right:0;
  top:0;
  bottom:0;
}
  
body.open-pop .header-container-wrapper{
   z-index:1;
}
  
.step-page .container-fluid .row-fluid .debt-form-section .right-col .form-container .first-step-form form .field>label {
    font-size: 19px;
    line-height: 27.44px;
    font-weight: normal;
}
  
.step-page .debt-form-section .right-col .form-container .inner-container{
   width:auto;
}
  
.step-page .container-fluid .row-fluid .debt-form-section .right-col .form-container .first-step-form {
    padding: 0 20px;
}
  
.step-page .container-fluid .row-fluid .debt-form-section .right-col .form-container .first-step-form form input::placeholder {
    font-size: 19px;
}
  
.step-page .container-fluid .row-fluid .debt-form-section .right-col .form-container .first-step-form form input {
    font-size: 19px;
}
  
.step-page .container-fluid .row-fluid .debt-form-section .right-col .progress-bar {
    bottom: 40px;
    left: 20px!important;
    right: auto;
}
  
.step-page .container-fluid .row-fluid .debt-form-section .right-col #progress-num {
    right: auto;
    left: 20px;
    bottom: 25px;
}
  
.step-page .debt-form-section .right-col .form-container.full-screen .close-icon {
    right: 20px;
}
  
/* body .row-fluid .lp-section1 .right-col .form-container form .hs-form-field:nth-child(3){
   height: 390px;
   overflow-y: scroll;  
} */
  
/* body .row-fluid .lp-section1 .right-col .form-container form .hs-form-field:nth-child(4){
   height: 570px;
   overflow-y: scroll;  
} */
  
/* body .row-fluid .lp-section1 .right-col .form-container form .hs-form-field:nth-child(6){
   height: 390px;
   overflow-y: scroll;  
} */
  

}


.lp-section1{
   z-index:2;
}




.step-page-start .debt-form-section .right-col .form-container .inner-container .button-container .hs-button:before{
   display:none;
}

.step-page-start .debt-form-section .right-col .form-container .inner-container .button-container .cta-2 .hs-button{
   background:#212837;
   color:#ffffff;
   width:100%;
   box-sizing:border-box!important;
}

.step-page-start .debt-form-section .right-col .form-container .inner-container .button-container .cta-1 .hs-button{
   width:100%;
   box-sizing:border-box!important;
}

.step-page-start .debt-form-section .right-col .form-container .inner-container .button-container{
   padding: 21px 20px 10px;
}

.step-page-start .debt-form-section .right-col .form-container .inner-container .button-container .cta-1{
   padding-right:10px;
}

.step-page-start .debt-form-section .right-col .form-container .inner-container .button-container .cta-2{
   padding-left:10px;
}

.step-page-start .debt-form-section .right-col .form-container {
    min-height: 306px!important;
}

.step-page-start .debt-form-section .right-col .form-container .inner-container{
  bottom:-40px;
}

body.step-page-start .row-fluid .lp-banner-section {
    padding: 95px 0 45px!important;
}


@media(max-width:1024px){

body.step-page-start .row-fluid .lp-banner-section {
    /*padding: 95px 0 105px!important;*/
  padding: 25px 0 1px!important
}
  
.step-page-start .debt-form-section .right-col .form-container .inner-container .button-container{
   max-width:388px;
}
}


@media(max-width:767px){

.step-page-start .debt-form-section .right-col .form-container .inner-container .button-container .cta-1 {
    padding-right: 0;
    margin-bottom: 10px;
}
  
.step-page-start .debt-form-section .right-col .form-container .inner-container .button-container .cta-2 {
    padding-left: 0;
}
  
.step-page-start .debt-form-section .right-col .form-container {
    min-height: 396px!important;
}
}