/*Custom*/
/* body {
    color: #5b5a5a;
} */
.mm-opened .working {
    width: 100%;
}
.mm-opened .menu_trigger .slicknav_icon span:nth-child(1) {
    top: -3px;
    left: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mm-opened .menu_trigger .slicknav_icon span:nth-child(2) {
    width: 0;
    opacity: 0;
}
.mm-opened .menu_trigger .slicknav_icon span:nth-child(3) {
    top: 18px;
    left: 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu_trigger {
    box-sizing: border-box;
    width: 30px;
    height: 22px;
    position: relative;
    margin: 0;
    display: none;
}
.menu_trigger .slicknav_icon {
    width: 30px;
    height: 22px;
    margin: auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}
.menu_trigger .slicknav_icon span {
    height: 3px;
    width: 100%;
    background: #87b348;
    border-radius: 4px;
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    display: block;
    position: absolute;
}
.menu_trigger .slicknav_icon span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    background: #87b348;
}
.menu_trigger .slicknav_icon span:nth-child(2) {
    top: 9px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    background: #87b348;
}
.menu_trigger .slicknav_icon span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    background: #87b348;
}
#menu-helper {
    display: none;
}
.slicknav_icon, .slicknav_icon span {
    display: block;
    position: absolute;
    right: 0;
    align-self: flex-end;
}
.slicknav_icon {
    width: 32px;
    height: 32px;
    margin: auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    top: 0;
    bottom: 0;
    right: 0;
}
.slicknav_icon span {
    height: 4px;
    width: 100%;
    background: #ffffff;
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}
.slicknav_icon span:nth-child(1), .slicknav_icon span:nth-child(2) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center
}
.slicknav_icon span:nth-child(1) {
    top: 5px;
    transform-origin: left center
}
.slicknav_icon span:nth-child(2) {
    top: 15px;
    transform-origin: left center
}
.slicknav_icon span:nth-child(3) {
    top: 25px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.menu_trigger:hover .slicknav_icon span:nth-child(1) {
    animation: burger-hover 1s infinite ease-in-out alternate;
}
.menu_trigger:hover .slicknav_icon span:nth-child(2) {
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}
.menu_trigger:hover .slicknav_icon span:nth-child(3) {
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}
.mm-menu > .mm-panel.mm-hasnavbar {
    padding-top: 40px;
}
@keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}
.mm-opened .slicknav_icon span:nth-child(1) {
    top: -3px;
    left: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
.mm-opened .slicknav_icon span:nth-child(2) {
    width: 0;
    opacity: 0
}
.mm-opened .slicknav_icon span:nth-child(3) {
    top: 18px;
    left: 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.mm-navbar {
    border: none;
    padding: 70px 0;
}
.mm-navbar .mm-title {
    color: #fff !important;
    text-transform: uppercase;
    text-align: left;
    font-size: 22px;
}
.mm-navbar {
    padding: 0 20px;
}
.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
    text-align: center;
}
html .mm-menu_position-top {
    height: 100vh;
    background-image: -webkit-gradient(linear, left bottom, right bottom, from(#2a2a2a), to(#87b348));
    background-image: linear-gradient(120deg, #2a2a2a, #87b348);
}
html .mm-navbar {
    --mm-color-background: transparent;
    --mm-color-text-dimmed: #fff;
    --mm-color-button: #fff;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    height: 62px;
}
html .mm-navbars_top > .mm-navbar {
    height: 100%;
}
html .mm-panels {
    --mm-color-background: transparent;
    --mm-color-text: #fff;
    --mm-color-button: #fff;
    background-image: -webkit-gradient(linear, left bottom, right bottom, from(#2a2a2a), to(#87b348));
    background-image: linear-gradient(120deg, #2a2a2a, #87b348);
}
html .mm-panel {
    --mm-color-background: transparent;
    --mm-color-text: #fff;
    --mm-color-button: #fff;
    background-image: -webkit-gradient(linear, left bottom, right bottom, from(#2a2a2a), to(#87b348));
    background-image: linear-gradient(120deg, #2a2a2a, #87b348);
}
html .mm-navbars_top {
    border-width: 1px;
    height: 100px;
    background: url(../images/logo-white.png) no-repeat center;
    background-size: 145px auto;
}
html .mm-listitem__text {
    font-size: 22px;
    letter-spacing: 1px;
    padding: 18px 20px;
    text-transform: capitalize;
}
html .mm-listitem:after, html .mm-listitem__btn, html .mm-navbars_bottom, html .mm-navbars_top, html .mm-navbar {
    border-color: rgba(255,255,255,0.2);
}
html .sub-menu .mm-listitem__text {
    font-size: 18px;
    padding: 18px 20px;
    letter-spacing: 0.5px;
}
html .mm-navbar__title {
    padding: 18px 0px;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 27px;
}
html .mm-btn {
    margin-right: 0px;
}
html .mm-btn.mm-btn_prev {
    margin-right: 0px;
}
html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    /* Prevent font scaling in landscape */
    ;
}
.clearfix:after {
    clear: both;
}
.clear {
    clear: both;
    line-height: 0;
    height: 1px;
    font-size: 0;
}
input[type="submit"] {
    cursor: pointer;
}
input[type="submit"].cta {min-width: 0; width: 100%;}
.cta-holder input[type="submit"].cta {max-width: 355px;}
* html .clearfix {
    height: 1%;
}
*:focus {
    outline: none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
select {
   background-color:#fff!important;
    box-shadow: none;
}
input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}
input::-webkit-input-placeholder {
    /* WebKit browsers */
    opacity: 1 !important;
    color: #cdcecf;
    box-shadow: none;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    opacity: 1 !important;
    color: #cdcecf;
    box-shadow: none;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    opacity: 1 !important;
    color: #cdcecf;
    box-shadow: none;
}
input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    opacity: 1 !important;
    color: #cdcecf;
    box-shadow: none;
}
textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    opacity: 1 !important;
    color: #cdcecf;
    box-shadow: none;
}
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    opacity: 1 !important;
    color: #cdcecf;
    box-shadow: none;
}
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    opacity: 1 !important;
    color: #cdcecf;
    box-shadow: none;
}
textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    opacity: 1 !important;
    color: #cdcecf;
    box-shadow: none;
}
label.error {
    font-size: 10px;
    text-align: left;
    display: table;
    font-weight: 400;
    padding: 0px 10px;
    color: #fff;
    background: #ea1b33;
    border-radius: 20px;
    margin: -1px 0 10px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    width: auto!important;
}
label.error:after, label.error:before {
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
label.error:before {
    border-color: rgba(255, 0, 4, 0);
    border-bottom-color: #FF0004;
    border-width: 10px;
    margin-left: -10px;
}
.error {
    position: relative;
}
#email_check {
    display: none;
}
.hide {
    display: none;
}
/*-----------------------------------------------*/
/* .internal .menu-item a {
    color: #39383a;
}
.header { position:relative; z-index: 50}
.internal .sub-menu .menu-item a {color: #fff;}
.internal .sub-menu .menu-item a:hover {color: #87b348;}
.internal .header-top li a {
    color: #39383a;
}
.internal .banner-wr .cta:hover, .cta.on-white:hover {
    color:#87b348;
}
.menu-cta {
    margin-left: 15px;
}
.internal .menu-cta a,.internal .login span {
    background-color: #87b348;
    color: #fff;
}
.internal .login span {
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(135,179,72,1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(135,179,72,1);
    box-shadow: inset 0px 0px 0px 2px rgba(135,179,72,1);
}
.internal .login span:hover {
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(41,77,97,1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(41,77,97,1);
    box-shadow: inset 0px 0px 0px 2px rgba(41,77,97,1);
}
.internal .menu-cta a:hover {
    background-color: #fff;
    color: #87b348;
} */
.broker-form-section {
    background-color: #f5f4f1;
    background-image: url(images/interest-section-img.png);
    background-position: top 315px right 0px;
    text-align: center;
}
.broker-form-section .content {
    max-width: 750px;
}
.broker-form-section form {
    padding-top: 50px;
}
.broker-form-section h2 {
    margin-bottom: 20px;
}
.form-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.input-half {
    width: 49%;
    padding-bottom: 20px;
}
.input-full {
    width: 100%;
    padding-bottom: 20px;
}
.form-row input, .form-row textarea,.gform_wrapper .top_label input, .gform_wrapper .top_label select,.gform_wrapper textarea {width: 100%;margin: 0!important;border-radius: 3px;border: 1px solid #e4e3df;min-height: 48px;font-size: 16px;color: #5b5a5a;text-transform: none;text-align: left;}
/* .form-row input, .gform_wrapper .top_label input, .gform_wrapper .top_label select {padding: 0 15px 0 25px!important;} */
.form-row input, .gform_wrapper .top_label input, .gform_wrapper .top_label select {padding: 10px 15px!important}
.address_zip, .address_country{margin-top:15px!important;}
.form-row textarea,.gform_wrapper textarea{padding:20px 15px 20px 25px!important;}
.form-row input:focus, .form-row textarea:focus,.gform_wrapper .top_label input:focus, .gform_wrapper .top_label select:focus,.gform_wrapper textarea:focus {border-color:#294e62;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);}
body .gform_wrapper .top_label div.ginput_container{margin-top:5px;}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{min-height: 66px;padding-top: 18px;padding-bottom: 18px;border-radius: 3px;background-color: #87b348;-webkit-transition: all 500ms ease;transition: all 500ms ease;color: #fff;font-size: 18px!important;font-weight: 600;text-align: center;display:block!important;margin:0 auto!important;border:3px solid #87b348;width:100%!important}
.gform_button.button{max-width:415px;}
.broker-form-section .cta-holder{margin-top: -15px;}
.broker-form-section .cta-holder .cta{max-width:415px;width: 100%;background: transparent;color: #87b348;}
.broker-form-section .cta-holder .cta:hover{background: #87b348!important;color: #fff;}
.broker-form-section .cta-holder p{font-size:15px; line-height: 25px;color:#39383a;max-width:300px;}
.broker-form-section .cta-holder p:before{display:none;}
.gform_wrapper .gform_footer input.button:hover{background:transparent;color:#87b348;}
.form-row input:focus, .form-row textarea:focus {
    border-color: #294e62;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(41,78,98,0.22);
    -moz-box-shadow: 0px 0px 4px 0px rgba(41,78,98,0.22);
    box-shadow: 0px 0px 4px 0px rgba(41,78,98,0.22);
}
.form-row textarea {
    resize: none;
    min-height: 110px;
    padding: 20px;
}
.agree {
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.agree label {
    margin: 3px 0 0 12px;
    font-size: 11px;
    line-height: 100%;
}
.agree label a {
    color: #5b5a5a;
    text-decoration: underline;
}
label, .gform_wrapper .top_label label.gfield_label, .gform_wrapper legend.gfield_label {
    font-size: 16px!important;
    color: #5b5a5a;
    text-transform: none;
    text-align: left;
    letter-spacing: 0;
    font-weight: 400;
    margin:0;
}
.form-row input[type=checkbox] {
    width: 15px;
    height: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 0px;
    min-height: 0px;
    padding: 0;
}
.asterix, .gform_wrapper .gfield_required {
    color: #87b348;
}
.gform_wrapper ul.gform_fields li.gfield{padding:0!important;}
form .cta-holder {
    margin-top: 25px;
}
.top-section {
    background-image: none;
}
.green-section {
    background-image: url('https://brighten.com.au/wp-content/uploads/2020/10/green-section-img2.png');
    background-position: right -40px bottom -160px;
    background-repeat: no-repeat;
}
.green-section .cta-holder p {
    margin-top: 20px;
    font-family: Rockwellnova, sans-serif;
    font-weight: 300;
}
.cta-holder p a {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-weight: 700;
    text-decoration: none;
}
.cta-holder p a:hover {
    color: #294d61;
    text-decoration: underline;
}
.green-section .cta-holder p a {
    color: #fff;
}
.banner .cta-holder {
    display: block;
    text-align: left;
}
.slider-section .content {
    max-width: 1536px;
    position: relative;
}
.slider-wr {
    max-width: 1120px;
    margin: 0 auto;
}
.arrows-wr {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top:-25px;
    padding:0 20px;
}
.content ul.slick-dots {
    text-align: center;
    margin: 0 0 0 0;
}
.content ul.slick-dots li {
    vertical-align: top;
    display: inline-block;
    padding: 0 4px;
    border: 0;
    font-size: 0;
    line-height: 0;
}
.slick-dots button {
    text-indent: 9999px;
    font-size: 0;
    line-height: 0;
    width: 15px;
    height: 15px;
    background: none!important;
    position: relative;
}
.content ul.slick-dots li.slick-active button:focus, .content ul.slick-dots li:focus, .content ul.slick-dots li button:focus {
    outline: 0!important;
}
.content ul.slick-dots li button:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background-color: #d9d5d4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.content ul.slick-dots li.slick-active button:after, .content ul.slick-dots li button:hover:after {
    background-color: #5b5a5a;
}
.content ul.slick-dots li:after {
    display: none;
}
.menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.header-top li a, .header-top li {
    color: #fff; 
}
.side-text a.cta {
    min-height: 66px;
    min-width: 205px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 3px;
    background-color: #87b348;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    background-image: none!important;
}
.side-text a.cta:hover {
    background-color: #294d61;
}
.cta, .side-text a.cta {
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(135,179,72,1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(135,179,72,1);
    box-shadow: inset 0px 0px 0px 2px rgba(135,179,72,1);
    padding-right: 15px;
}
.cta:hover, .side-text a.cta:hover {
    padding-right: 15px; background-color: transparent!important;
}
/*
        -webkit-box-shadow: inset 0px 0px 0px 2px rgba(41,77,97,1);
        -moz-box-shadow: inset 0px 0px 0px 2px rgba(41,77,97,1);
        box-shadow: inset 0px 0px 0px 2px rgba(41,77,97,1);
*/
.section-wr .cta:hover {
    color:#87b348;
}
.section-wr.green-section .cta:hover {
    color:#fff;
}
/* .menu ul {
    z-index: 50;
    display:none;
    position: absolute;
    left: 0px;
    top: 100%;
    background: rgba(0,0,0, 0.8);
    padding: 20px;
    width: 160%;
}
.menu ul li {padding: 0 0 20px;}
.menu ul li:last-of-type {padding: 0;}
.menu ul a {display: block;font-size: 14px;text-transform: none;line-height: 20px;text-align: left;}
.menu ul a:hover {color:#87b348;}
.menu-item {
    padding: 9px 19px 32px;
    position: relative;
}
.internal .menu-item {
    color: #39383a
}
.menu-item a, .menu-item {
     font-size: 18px; 
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.menu-cta,.login {
    padding: 0;
}
.login{margin-left: 10px;}
.login .menu_col_title{background-image: url(../images/drop-arrow-white.png);background-position: right 35px center;}
.menu-cta a {
    min-height: 51px;
    padding: 9px 15px;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 16px;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(135,179,72,1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(135,179,72,1);
    box-shadow: inset 0px 0px 0px 2px rgba(135,179,72,1);
}
.cta.line {
    margin-top: 10px;
    background-color: transparent;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(135,179,72,1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(135,179,72,1);
    box-shadow: inset 0px 0px 0px 2px rgba(135,179,72,1);
    color: #87b348;
}
.menu-cta a:hover, .cta.line:hover {
    background-color: #87b348;
}
.cta.line:hover {
    background-color: #87b348!important;color:#fff;
}
.menu-cta.menu-item-118 a {
    min-height: 51px;
    min-width: 268px;
} */
/* .login span {
    min-height: 51px;
    min-width: 132px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 16px;
    display:block;
    background-position: right 20px center;
}
.login span:hover {
    background-color: #294d61;
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(41,77,97,1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(41,77,97,1);
    box-shadow: inset 0px 0px 0px 2px rgba(41,77,97,1);
} */
.cta.cta-revert {
    border: 0px solid transparent;
    background-color: #294d61;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(41,77,97,1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(41,77,97,1);
    box-shadow: inset 0px 0px 0px 2px rgba(41,77,97,1);
}
.cta.cta-revert:hover {
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
    background-color: transparent;
}
.why-box h4 {
    padding: 0;
    margin-bottom: 35px;
    font-family: Rockwellnova, sans-serif;
    color: #5b5a5a;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.animateSvg {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.blue-section .style-svg {
    max-width: none;
    width: auto;
}
.blue-section .counter {
    display: block;
    text-indent: -9999px;
    margin-bottom: 35px;
    line-height: 0;
    font-size: 0;
    margin-top: -55px;
}
.blue-section .why-box {
    text-align: left;
    font-size: 18px;
    line-height: 31px;
    color: #95a7b1;
}
.blue-section .counter:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0%;
    top: 50%;
    background: #fff;
    opacity: 0.1;
}
.four .why-box:last-of-type .counter:after {
    display: none;
}
.four .cta:hover {
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(135,179,72,1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(135,179,72,1);
    box-shadow: inset 0px 0px 0px 2px rgba(135,179,72,1);
    background-color: transparent;
}
.columns {
    text-align: center;
}
.loans-white ul {
    margin-left: 15px;
}
.content .loans-white ul {
    margin: 0;
}
.content .loans-white ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    background-image: url('../images/check-icon2x.png');
    background-position: 0% 7px;
    background-size: 13px;
    background-repeat: no-repeat;
    color: #39383a;
    padding-bottom: 0;
    position: static;
}
.content .loans-white ul li:after {
    display: none;
}
.loans-white ul li span {
    display: block;
    font-size: 13px;
    line-height: 20px;
}
.loans-blue h5, #sidebar ul li h2 {
    color: #fff;
    font-size: 20px;
    font-family: 'Rockwellnova';
    margin: 0 0 10px;
}
.sidebox ul li {
    position: static;
}
._w-title {
    font-size: 22px;
    color: #5b5a5a;
    font-weight: 300;
    font-family: 'Rockwellnova';
    margin: 0 0 20px;
}
.content #sidebar ul {
    margin: 0 0 70px 0px;
}
.content #sidebar .post-title{margin:0;}
.content #sidebar ul li {
    border-bottom: 1px solid #eae3d7;
    font-size: 16px;
    line-height: 25px;
    padding: 20px 0 20px 20px;
}
.content #sidebar ul li:after{top:30px;}
.content #sidebar ul li a {
    color: #39383a;
    text-decoration: none;
}
.content #sidebar ul li a:hover {
    color: #87b348;
    text-decoration: underline;
}
.loans-blue p {
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}
.loans-holder {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}
.loans-holder .loans-row:first-of-type {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    min-height: 160px;
}
.loans-holder .loans-row:last-of-type {
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}
.loans-holder .loans-row:first-of-type .loans-blue {
    border-top-left-radius: 13px;
}
.loans-holder .loans-row:first-of-type .loans-white {
    border-top-right-radius: 13px;
}
.loans-holder .loans-row:last-of-type .loans-blue {
    border-bottom-left-radius: 13px;
}
.loans-holder .loans-row:last-of-type .loans-white {
    border-bottom-right-radius: 13px;
}
.loan-section .content {
    max-width: 1536px;
}
.counter {
    display: none;
    margin-bottom: 50px;
    font-family: Merriweather, sans-serif;
    color: #496879;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    position: relative;
}
.counter:after {
    content: '';
    width: 74%;
    height: 1px;
    position: absolute;
    left: 74%;
    top: 50%;
    background: #fff;
    opacity: 0.1;
}
.counter.four {
    display: block;
}
.section-wr.four {
    color: #fff;
}
.section-wr.four .content {
    max-width: 1536px;
}
.four .why-wr {
    padding-top: 25px;
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.why-box {
    padding-top: 210px;
    position: relative;
}
.four .why-box {
    color: #b0bdc5;
    padding-top: 167px;
}
.why-wr .animateSvg, .why-wr .style-svg {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
}
.four .animateSvg {
    width: 100%;
    max-width: 110px;
}
.four .why-box h4 {
    margin-bottom: 50px;
    font-family: Merriweather, sans-serif;
    color: #496879;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
}
.cta-holder p {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 23px;
}
.cta-holder p:before {
    content: '* ';
    color: #87b348;
}
.icon-wr {
    position: relative;
}
.help-icon.under {
    position: absolute;
    left: 0;
    top: 0; opacity: 0; transition: all ease 0.3s;
}
/* .home .container {
    background-image: url("../images/top-hero-shape.png");
    background-position: right 0 top 127px;
    background-repeat: no-repeat;
} */
/* .internal .container {
    background-image: url("https://brighten.com.au/wp-content/uploads/2020/10/internal-banner-bg2.jpg");
    background-position: right 0 top 127px;
    background-repeat: no-repeat;
    background-color: #fff;
} */
.internal .side-text {
    width: 66%;
}
.internal .side-img {
    width: 53%;
}
.internal .side-text:first-of-type {
    width: 38%;
}
.internal .switch .side-text {
    width: 35%;
}
.internal .switch .side-img {
    width: 44%;
}
.internal .switch .side-text:first-of-type {
    width: 40%;
}
.side-text a {
    display: inline-block;
    margin-top: 40px;
    padding-right: 30px;
    background-image: url('../images/arrow-link2x.png');
    background-position: 100% 50%;
    background-size: 18px;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: Opensans, sans-serif;
    color: #87b348;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-decoration: none;
}
.testimonials-wr p {
    line-height: 30px;
}
.side-text a:hover {
    padding-right: 35px;
}
.side-section.noPdTp .content {
    padding-top: 0;
}
.reverse .side-img {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.reverse .content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.content ul.tabs {
    margin: 0 0 0px 0px;
}
.content ul.tabs li:after {
    display: none;
}
.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.content ul li.tabs-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    padding: 45px 35px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: start;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: #fafaf8;
    cursor: pointer;
}
.content ul li.tabs-item.active, .content ul li.tabs-item:hover {
    background-color: #ffffff;
}
.tabs-item-txt {
    margin-left: 30px;
}
.tabs-item-txt h5 {
    margin-top:0;
    position: relative;
    padding-right: 45px;
    display: inline-block;
}
.active .tabs-item-txt h5, .tabs-item:hover .tabs-item-txt h5 {
    color: #87b348;
    text-decoration: underline;
}
.tabs-item-txt h5:after {
    content: '';
    position: absolute;
    width: 19px;
    height: 10px;
    left: 100%;
    top: 10px;
}
.tabs-item-txt h5:after {
    background-image: url('../images/tabs-closed-arrow.png');
}
.tab_content_text p {margin-bottom:20px;}
.active .tabs-item-txt h5:after, .tabs-item:hover .tabs-item-txt h5:after {
    background-image: url('../images/tab-open-arrow.png');
}
.tab_container {
    background-color: #fff;
}
.why-box p {
    margin-bottom: 20px;
}
.why-box p:last-of-type { font-size: 16px;}
.why-box p:first-of-type { font-size: 16px;}
.tab_content_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.tab_content_half {
    width: 50%;
    padding: 40px;
}
.tab_content_text {
    color: #39383a;
}
.tab_content_text.tab_border {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.tab_drawer_heading {
    display: none;margin-top:20px;
}
/* .loans-inner-page .content {
    padding-top: 0;
} */
.logo{padding-top:20px}
.logo .logo-home {
    display: none;
}
.home .logo img {
    display: none;
}
.home .logo img.logo-home {
    display: block;
}
.team-box a {
    color: #9097a0;
    text-decoration: none;
}
.team-box h5 {
    color: #5b5a5a;
}
.mfp-content {
    padding: 30px 10px;
    background: #fff;
    max-width: 960px;
}
.mfp-content .popup-with-zoom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.tm {
    text-align: center;
    padding: 20px;
    width: 340px;
}
.tm-details {
    width: calc(100% - 340px);
    padding: 20px;
}
.internal .header {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(249,249,249,1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(249,249,249,1);
    box-shadow: 0px 1px 0px 0px rgba(249,249,249,1);
}
/* .menu > .menu-item:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 3px;
    background: #87b348;
    left: 0;
    bottom:30px;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.menu > .menu-item.mm-listitem:after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 20px;
    right: 0;
    bottom: 0;
    width:100%;
    height: 0;
    background: none;
}
.internal .menu > .menu-item:after {bottom:0px;}
.internal .menu > .menu-item:hover:after { bottom:0px;}
.menu > .menu-item:hover:after {
    width: 100%;
}
.menu-cta.menu-item:hover:after, .login.menu-item:hover:after  {
    display: none;
}
.menu_col_title {
    padding-right: 18px;
    background: url(../images/drop-arrow.png) no-repeat right 0px top 10px;
} */
.sf-with-ul {background: url(../images/drop-arrow.png) no-repeat right 0px top 13px;padding-right: 18px;}
.header-c {align-items: center;padding-top:0;padding-bottom: 0;}
.header-holder{padding-top:20px;}
.page-id-406 .banner-wr {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.internal .banner-page .content {
    padding-bottom: 60px;
}
/*CALCULATORS IFRAMES*/
.VisiCalcClass {
    background: url(../images/loading.svg) 50% 15% no-repeat;
    background-size: 80px 80px;
    width:100%;
    margin: 0;
    padding: 0;
}
#Borrowing_Power_Calculator{
    min-height: 900px !important;
}
#Loan_Repayment_Calculator {
    min-height: 550px !important;
}
#Stamp_Duty_Calculator {
    min-height: 675px !important;
}
#How_Long_to_Repay_Calculator {
    min-height: 550px !important;
}
#Budget_Planner {
    min-height: 2850px !important;
}
#Compound_Interest_Calculator {
    min-height: 850px !important;
}
#Credit_Card_Calculator {
    min-height: 900px !important;
}
#Interest_Only_Mortgage_Calculator {
    min-height: 750px !important;
}
#Saving_Calculator {
    min-height: 600px !important;
}
#Split_Loan_Calculator {
    min-height: 800px !important;
}
#Property_Selling_Cost_Calculator {
    min-height: 700px !important;
}
#Reverse_Mortgage_Calculator {
    min-height: 1100px !important;
}
#Income_Gross_Up_Calculator {
    min-height: 900px !important;
}
#Income_Gross_Up_Calculator {
    min-height: 900px !important;
}
#RentvsBuyCalculator {
    min-height: 1100px !important;
}
#Mortgage_Switching_Calculator {
    min-height: 1100px !important;
}
/*END CALCULATORS IFRAMES*/
.calculator-cn {
    max-width: 1460px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.calculator-cn .c-side {
    width: 310px;
    padding-right: 40px;
}
.calculator-cn .c-side-larger p{margin:0;}
.calculator-cn .c-side-larger {
    width: calc(100% - 310px);
}
.c-step-box {
    padding: 20px 25px 10px;
    color: #39383a;
    background-color: #f5f4f1;
}
.c-step-box {
    border-radius: 13px;
    margin-bottom: 10px;
}
.c-step-box .nb {
    padding: 0 0 15px 0;
    font-size: 30px;
    font-family: 'Merriweather', serif;
    font-weight: bold;
}
.address-box h5 {
    font-weight: 400;
}
.less {
    width: 40%;
}
.call-text-contact a.call-link.call-white {
    color: #5b5a5a
}
.footer-top ul li {
    margin-bottom: 20px;
}
.footer-top ul li a, .footer-btm ul li a {
    color: #39383a;
    text-decoration: none;
}
.footer-top ul li a:hover, .footer-btm ul li a:hover {
    text-decoration: underline;
}
.footer-btm p {
    margin: 0;
}
.footer-btm ul {
    max-width: 250px;
    width: 100%;
    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: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
ol li {
    margin-bottom: 35px;
}
.content ul {
    margin: 0 0 80px 20px;
}
.content ul li {
    position: relative;
    padding-bottom: 20px;
    padding-left: 35px;
}
.content ul li:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #87b348;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 13px;
}
.content ol li ul, .content ol li ul li {
    margin: 0;
}
.content ul li a, .content p a, .content h3 a {
    color: #87b348
}
.page-id-471 h2, .page-id-3 h2 {
    padding-top: 60px;
}
.q-category {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.q-category a {
    min-height: 63px;
    padding: 24px 30px;
    margin: 3px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: bold;
    color: #39383a;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
}
.q-category a:hover {
    background-color: #f5f4f1;
}
.category-accordion p {
    font-size: 16px;
    line-height: 30px;
}
.category-block {
    padding-top: 115px;
}
.q-head:first-of-type {
    border-top: 1px solid #dee1e5;
}
.q-head {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 40px;
    border-bottom: 1px solid #dee1e5;
    background-position: 100% 27px;
    background-repeat: no-repeat;
    color: #5b5a5a;
    transition: 0.4s;
    cursor: pointer;
    font-size: 22px;
    font-weight: 300;
	line-height: 25px;
    position: relative;
    font-family: 'Rockwellnova';
}
.q-head .pm {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 16px;
}
.q-head span {
    position: absolute;
    transition: .3s;
    background: #87b348;
    border-radius: 2px;
}
.q-head span:first-of-type {
    top: 21%;
    bottom: 26%;
    width: 2px;
    left: 47%;
    margin-right: -1px;
}
.q-head span:last-of-type {
    left: 25%;
    right: 25%;
    height: 2px;
    top: 45%;
}
@media (min-width: 1280px) {
	.menu-item a, .menu-item {display:block;}
}
@media (min-width: 1024px) {
.q-head:hover span:first-of-type, .q-head:hover span:last-of-type {
	    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.q-head:hover span:last-of-type {
    left: 50%;
    right: 50%;
}
}
.q-head.active span:first-of-type, .q-head.active span:last-of-type {
	    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.q-head.active span:last-of-type {
    left: 50%;
    right: 50%;
}

.q-answer {
    margin-top: -1px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    position: relative;
	max-height: 0;
}
.qa-inner {
    padding-top: 10px;
    padding-bottom: 20px;
}
.faqs-section .content {
    padding-top: 0;
}
.blog-cn, .blog-articles-cn {
    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: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#sidebar {
    width: 255px;
}
.blog-articles {
    width: calc(100% - 305px);
}
.blog-articles-cn {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.ba-item {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 265px;
    text-decoration: none;
    color: #39383a;
	background: #fff;
}
.media-slider .ba-item {
    border-radius: 13px;
    border: 1px solid #e5e5e5;
    padding: 20px 40px 0px;
    transition: all ease .3s;
	background: #fff;
}
.media-slider .ba-item:hover {
    box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.05);
    padding-bottom:25px;
}
.blog-articles-cn a.ba-item {
    width: 48%;
    margin-bottom: 80px;
}
.featured-image {
    border-radius: 13px;
    position: absolute;
    left: 0;
    top: 0;
    height: 233px;
    width: calc(100% - 6px);
    background-color: #f1f1f1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.06);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.06);
    margin: 3px;
}
.media-slider .featured-image {
    position: static;
    width: auto;
    border-radius: 0px;
    height: 150px;
    box-shadow: none;
    background-color: transparent;
    background-size: 100% auto;
    margin: 0;
}
.ba-preview {
    height: 100%;
    position: relative;
    padding-bottom: 30px;
}
.media-slider .ba-preview {margin: 0;padding: 0;height:auto;}
.ba-preview .green-link {
    position: absolute;
    left: 0;
    bottom: 17px;
    margin: 0;
}
.ba-item h5 {
    font-size: 25px;
    margin-bottom: 17px;
	font-weight: 400;
}
.ba-item p {
    margin-bottom: 19px;
}
.media-slider .ba-item h5 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom:0;
}
.ba-item .date {
    display:none;
    color: #39383a;
    font-size: 13px;
    line-height: 30px;
    font-family: 'Opensans';
    font-weight:600;
    width:100%;
    position: absolute;
    left: 0px;
    bottom: 0;
    padding:0px 40px;
    background:url(../images/arrow-link2x.png) no-repeat right 40px center;
    background-size: 20px auto;
}
.media-slider .ba-item:hover .date{display:block;color:#fff;background-color:#87b348;background-image:url(../images/arow-link-white2x.png);}
.media-slider .slick-track {
    display: flex !important;
}
.media-slider .slick-slide {
    height: inherit !important;    padding-bottom: 20px;
}
.media-slider .slick-slide > div, .media-slider .slick-slide > div > div, .media-slider .slick-slide a {
    height: 100%;
}
.media-slider .slick-slide > div {
    padding: 15px;
}
.text-field {
    height: auto;
    margin-bottom: 0px;
    font-weight: 400;
    padding-right: 50px;
}
.mag {
    width: 50px;
    height: 100%;
    margin-left: 0px;
    padding: 0px;
    background-color: transparent;
    background-image: url('../images/mag-icon.png');
    background-position: 50% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}
.searchform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 70px;
}
.content .article-cn ul, .content .article-cn ol {
    margin: 0 0 20px 20px;
}
.article-cn ul li {
    padding-bottom: 10px;
}
.article-cn ol li {
    margin-bottom: 10px;
}
.article-cn img {
    max-width: 100%;
    width: 100%!important;
    height: auto !important;
    margin-bottom: 30px;
    display: block;
}
blockquote {
    padding-left: 30px;
    background: url(../images/quote-icon2x.png) no-repeat left 0px top 10px;
    background-size: 20px auto;
    border: 0;
}
.loans-side-box.wide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.loans-side-box .animateSvg {
    margin: 0 0 0 0;
}
.loans-side-box .animateSvg.loans-side-icon {
    margin: 5px 5px 0 0;
    width:80px;
}
.loans-side-box .loans-side-box-text{width:calc(100% - 90px)}
.media-slider-wr .content {
    position: relative;
    max-width: 1540px;
}
.media-slider .slick-arrow {font-size:0;background:0;width:26px;height:50px;background-size:100% auto;background-repeat: no-repeat;background-position: center;position:absolute;top:50%;margin-top:-33px;}
.media-slider .slick-prev {background-image:url(../images/prevD.png);left:-50px;}
.media-slider .slick-next {background-image:url(../images/nextD.png);right:-50px;}
.media-slider {
    max-width: 1150px;
    margin: 0 auto;
}

.page-id-371 .team-section {
    border-bottom: 1px solid #f5f4f1;
}
.side-text h6 {
    color: #87b348;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.5px;
    font-family: 'Opensans';
    text-transform: uppercase;
    line-height: 26px;
}
.cta-holder h5 {
    margin-bottom: 30px;
}
.cta-holder .green-link {
    margin-top: 20px;
}
.loans-white p {
    margin: 0;
}
.page-id-368 .loans-holder .loans-row:first-of-type .loans-top-box {
    text-align: left;
    margin-left: 60px;
    width: 70%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.content .tab_content ul {
    margin-bottom: 10px;
}
.help-box .green-link {
    margin-top: 0;
}
.help-box:hover .help-icon.under { opacity: 1;}
.tabs-section h2 { margin:0;}
.tabs .tabs-item-txt p {margin:0;}
.hide-desktop { display: none;}
.blog-pagination-wr .nav-links {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px; font-weight: 400;
}
.blog-pagination-wr .nav-links .page-numbers {
	color: #86b476;
	text-decoration: none;
	margin: 0 7px;
	padding: 6px 10px;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #86b476;
    border-radius: 5px;
}
.blog-pagination-wr .nav-links .page-numbers.current {
	color:#ffffff;
	background: #86b476;
    margin: 0 7px;
}
.blog-pagination-wr .nav-links .page-numbers:hover {
    color:#ffffff;
	background-color: #9ec78f;
}
.error404 .banner {color:#5b5a5a;}
.error404 .content.banner-c {padding-bottom: 120px;}

.page-id-448 .banner-page .content{padding-bottom:0px;}
.page-id-406 .help-section .content{padding-top:0;}
.single .banner-page .content{padding:10px;}
.single-media-centre .no-padding-top .content{padding-top:30px;}
.no-padding-top .content{padding-top:0;}
.article-cn h3,.article-cn h2,.article-cn h4,.privacy-policy .content h3,.privacy-policy .content h4,.privacy-policy .content h2{padding-bottom: 20px;padding-top: 10px;margin: 0;}
.privacy-policy .top-section{margin-bottom:-100px;}
.privacy-policy .content ul,.privacy-policy .content ol{padding:0;margin:20px 0 20px 20px;}
.privacy-policy .content li{margin:0;padding:5px 0 5px 25px;}
.privacy-policy .content li:after{top:18px;}

.mm-panels .menu{flex-direction: column}
.mm-panels .menu li{width: 100%;padding-top: 0;padding-bottom: 0;}

.map {position: relative;margin-bottom:0px;}
.map img {width: 100%;height: auto; }
.map .mapevents {position: absolute;right: 30px;top: 30px; }
.map .mapevents > ul {list-style: none;padding-left: 0;margin-bottom: 0; }
.map .mapevents > ul li {margin-bottom: 20px; }
.map .mapevents > ul li a {background: #383f39;opacity: 0.8;margin-bottom: 0;padding: 20px;display: block;font-family: 'rockwellnova';color: white;font-size: 26px;line-height: 1.2;text-decoration: none;-webkit-transition: All 0.2s ease-in-out;-o-transition: All 0.2s ease-in-out;transition: All 0.2s ease-in-out; }
.map .mapevents > ul li:hover a, .map .mapevents > ul li.active a {background: #87b348;opacity: 0.8;}
@media (max-width: 550px) {
    .map .mapevents {position: static;width: 90%;margin: 30px auto; }
    .map .mapevents > ul li a {font-size: 16px;}
}

/* Calculator tabs */
.content .tab-wr.calculators ul.tabs {display:flex!important;margin-bottom: 20px}
@media (max-width: 550px) {
    .content .tab-wr.calculators ul.tabs li.tabs-item{padding:20px}
    .content .tab-wr.calculators ul.tabs .tabs-item-txt h5{padding: 0;margin:0;font-size:15px;line-height: 22px;}
    .content .tab-wr.calculators ul.tabs .tabs-item-txt h5:after{right:0px;left: unset;background-size: 100% auto;background-repeat: no-repeat;width:10px;}
}
/* END Calculator tabs */

/* Team Members */
.infotips-index { text-align: left; padding: 35px 0px 0; }
.ex-tplist .ctgrid{width:100%;}
@media (max-width: 500px) { .infotips-index { padding: 20px 20px !important; } }
.infotips-index h3 { color: #294d61;margin-bottom:10px; }
@media (max-width: 500px) { .infotips-index h3 { font-size: 23px !important; } }
.infotips-index h5 { font-family: 'Opensans';font-weight:700; font-size: 28px; line-height: 40px; color: #383f39; max-width: 980px; width: 90%; margin: 0 auto; margin-bottom: 30px; text-shadow: 1px 1px 1px #6d6d6d; }
@media (max-width: 500px) { .infotips-index h5 { font-size: 20px; line-height: 1.3; } }
.infotips-index p { margin-top: 15px; font-family: 'Opensans';font-weight:400; font-size: 26px; line-height: 1.2; color: #555; margin-bottom: 40px; }
.infotips-index .btn-large { font-size: 21px; padding: 3px 38px; height: 47px; border-radius: 25px; }
.infotips-index a { line-height: 39px; }
@media (max-width: 500px) { .infotips-index a { font-size: 16px; } }
.infotips-index .text-block-wrap { opacity: 0; -webkit-transition: opacity 1s ease-in-out; -o-transition: opacity 1s ease-in-out; transition: opacity 1s ease-in-out; max-width: 1170px; margin: 0 auto; position: relative; }
.infotips-index .text-block-wrap.fadeInCustom { opacity: 1; }
@media (max-width: 1270px) { .infotips-index .text-block-wrap { width: 90%; } }
@media (max-width: 500px) { .infotips-index .text-block-wrap { top: 105px; } }
.infotips-index .media-btn { -webkit-transition: opacity 1s ease-in-out; -o-transition: opacity 1s ease-in-out; transition: opacity 1s ease-in-out; max-width: 1170px; margin: 0 auto; position: relative; text-align: right; width: 97%; }
.infotips-index .media-btn.fadeInCustom { opacity: 1; }
@media (max-width: 1270px) { .infotips-index .media-btn { width: 95%; } }
.infotips-index .text-block h1 { font-family: "merriweather-regular"; font-size: 40px; line-height: 55px; color: #383f39; text-shadow: 1px 1px 1px #6d6d6d; }
.infotips-index .text-block h1.orange { color: #87b348; }
@media (max-width: 768px) { .infotips-index .text-block h1 { font-size: 32px; line-height: 1.3; } }
@media (max-width: 500px) { .infotips-index .text-block h1 { font-size: 24px; line-height: 1.2; } }
@media (max-width: 500px) { .infotips-index .text-block h1.mobile-center { margin-top: 50px; } }
.infotips-index .text-block h1.small { font-family: 'Opensans';font-weight:400; font-size: 30px; line-height: 55px; color: #383f39; }
@media (max-width: 550px) { .infotips-index .text-block h1.small { font-size: 20px; } }
.infotips-index .text-block h1 span { font-family: 'Opensans';font-weight:700; font-size: 80px; line-height: 1; color: #383f39; }
@media (max-width: 500px) { .infotips-index .text-block h1 span { font-size: 40px; } }
.infotips-index .text-block p { margin-bottom: 45px; text-shadow: 1px 1px 1px #ffffff; }
@media (max-width: 500px) { .infotips-index .text-block p { margin-bottom: 20px; font-size: 14px !important; line-height: 23px !important; } }
.infotips-index .text-block a {}
@media (max-width: 550px) { .infotips-index .text-block a { font-size: 16px; } }
.infotips-index .text-block.text-shadow h1, .banner .text-block.text-shadow p { text-shadow: 0px 1px 1px #b8c7d2; }
.infotips-index .text-block.text-shadow-white h1 { text-shadow: 1px 1px 1px #6d6d6d; }
.infotips-index .text-block.text-shadow-white p { text-shadow: 1px 1px 1px #ffffff; }
.infotips-index .img-text-block { -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; margin-bottom: 30px; width: 48%; display: inline-block; border: 1px solid #efefef; padding: 30px; margin-right: 1.7%; vertical-align: top; min-height: 593px; -webkit-box-shadow: 3px 6px 11px -6px rgba(0, 0, 0, 0.5); box-shadow: 3px 6px 11px -6px rgba(0, 0, 0, 0.5); }
@media (max-width: 1024px) { .infotips-index .img-text-block { min-height: 525px; } }
@media (max-width: 768px) { .infotips-index .img-text-block { margin-right: 1.6%; min-height: 536px; } }
@media (max-width: 767px) { .infotips-index .img-text-block { margin-bottom: 30px; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; display: block; min-height: 430px; } }
.infotips-index .img-text-block .img-text-block-img { margin-bottom: 30px; }
.infotips-index .img-text-block .img-text-block-img img { width: 100%; height: auto; display: block; -webkit-transition: All 0.2s ease-in-out; -o-transition: All 0.2s ease-in-out; transition: All 0.2s ease-in-out; -webkit-transform: translate3d(0px, 0px, 0px); transform: translate3d(0px, 0px, 0px); }
.infotips-index .img-text-block .img-text-block-title { margin-bottom: 7px; }
@media (max-width: 550px) { .infotips-index .img-text-block .img-text-block-title { margin-bottom: 7px; } }
.infotips-index .img-text-block .img-text-block-title a { font-family: 'Opensans';font-weight:700; font-size: 24px; color: #383f39; line-height: 26px; }
.infotips-index .img-text-block .img-text-block-excerpt { font-family: 'Opensans';font-weight:400; font-size: 21px; line-height: 26px; color: #616161; margin-bottom: 25px; }
@media (max-width: 550px) { .infotips-index .img-text-block .img-text-block-excerpt { font-size: 16px; line-height: 22px; margin-bottom: 15px; } }
.infotips-index .img-text-block .img-text-block-readmore a { font-family: 'Opensans';font-weight:400; color: #294d61; font-size: 16px; line-height: 26px; }
@media (max-width: 550px) { .infotips-index .img-text-block .img-text-block-readmore a { font-size: 14px; line-height: 22px; } }
.infotips-index .img-text-block:hover img { opacity: .7; }
.infotips-index .img-text-block:hover a { text-decoration: underline; }
/* TeamPress */
.infotips-index .tpstyle-1 { display: inline-block; border: 1px solid #efefef; padding: 0px 20px 50px; margin-right: 1.7%; vertical-align: top; min-height: 401px; box-shadow: none;height:100%;background:#fff url(../images/team-plus2x.png) no-repeat center bottom 20px;background-size:30px auto;border: 1px solid #e5e5e5;border-radius: 12px;}
.infotips-index .tpstyle-1:hover{background-image:url(../images/team-plus2xHover.png)}
.infotips-index .active-collaps .tpstyle-1{background-image:url(../images/team-plus2xActive.png)}
@media (max-width: 1159px) { .infotips-index .tpstyle-1 { min-height: 376px; } }
@media (max-width: 992px) { .infotips-index .tpstyle-1 { min-height: 350px; } }
@media (max-width: 802px) { .infotips-index .tpstyle-1 { min-height: 376px; } }
@media (max-width: 768px) { .infotips-index .tpstyle-1 { min-height: 361px; } }
@media (max-width: 550px) { .infotips-index .tpstyle-1 { min-height: 376px; } }
@media (max-width: 461px) { .infotips-index .tpstyle-1 { min-height: 397px; } }
@media (max-width: 450px) { .infotips-index .tpstyle-1 { min-height: 307px; } }
.infotips-index .tpstyle-1 .tpstyle-1-image { padding: 12px 0 0; }
.infotips-index .tpstyle-1 a, .infotips-index .exp-expand-des h3 a { font-size: 20px; line-height: 26px; }
.infotips-index .tpstyle-1 figcaption { padding: 15px 10px 0; }
.infotips-index .tpstyle-1 figcaption h3 span { font-size: 16px;display:block; }
.infotips-index .exp-expand-des h3 a span { font-size: 16px; }
.infotips-index .ex-tplist figcaption p { display:none;margin-bottom: 0; font-size: 21px; color: #294d61; font-family: sans-serif; }
.infotips-index .tpstyle-1-image img { width: 210px; height: 210px; }
.infotips-index .ex-tplist.column-4 .item-grid .image-bg-circle { width: 210px; height: 210px; }
@media (max-width: 1159px) { .infotips-index .ex-tplist.column-4 .item-grid .image-bg-circle { width: 160px; height: 160px; } }
@media (max-width: 470px) { .infotips-index .ex-tplist.column-4 .item-grid .image-bg-circle { width: 140px; height: 140px; } }
.infotips-index .ex-tplist h3 a { color: #5b5a5a !important; font-family: rockwellnova; font-weight:300; font-size:20px; text-transform: capitalize; text-decoration: none; }
.infotips-index .ex-tplist h3 a:hover { text-decoration: none; }
.infotips-index .ex-tplist h5 { font-family: 'Opensans';font-weight:400; text-transform: initial; line-height: 23px; width: 100%; text-shadow: none; font-size: 16px; color: #9097a0; letter-spacing: 0;margin-bottom:30px; }
.infotips-index .ex-tplist p { font-size: 14px; margin: 10px 0; line-height: 1.6; }
.infotips-index .exp-expand { background: #fff; }
.infotips-index .exp-expand .exp-expand-meta { border-bottom: 1px solid rgba(85, 85, 85, 0.5) !important;font-family: 'Opensans';font-weight:400; }
.infotips-index .exp-expand .exp-expand-image { width: 30%; }
.infotips-index .exp-expand .exp-expand-des { width: 70%; }
.infotips-index .active-collaps .exp-expand-des { height: 403px; }
.infotips-index .ex-tplist .exp-expand .exp-expand-meta h5 { font-family: 'Opensans'; display: inline; border-right: 1px solid #3b3b3b; color: #555; font-size: 14px; }
.infotips-index .ex-tplist .exp-expand .exp-expand-meta h5 a { line-height: 25px; font-size: 14px; }
.infotips-index .ex-tplist .exp-expand .exp-expand-meta h5:last-of-type { border: 0; padding: 0; margin: 0; }
@media (max-width: 719px) { .infotips-index .ex-tplist .exp-expand .exp-expand-meta h5 { display: block; border-right: none; } }
.infotips-index .ex-tplist .exp-expand .exp-expand-meta span { display: none; }
.infotips-index .exp-expand .extp-epbutton > div { background: rgba(134, 179, 87, 0.7); }
.infotips-index .exp-arrow { height:100%; }
.infotips-index .exp-arrow:before, .infotips-index .exp-arrow:after { border-bottom: 10px solid #eee !important; }
.infotips-index .active-collaps .exp-expand-des, .infotips-index .active-collaps .exp-expand { max-height: 1060px; height: 100%; }
.infotips-index .exp-expand .exp-padding { max-height: 421px; }
@media (max-width: 1160px) { .infotips-index .exp-expand-image img { width: 275px; height: 275px; } }
@media (max-width: 1160px) { .infotips-index .exp-expand-image img { width: 260px; height: 260px; } }
@media (max-width: 1015px) { .infotips-index .exp-expand-image img { width: 230px; height: 230px; } }
@media (max-width: 900px) { .infotips-index .exp-expand-image img { width: 210px; height: 210px; } }
@media (max-width: 840px) { .infotips-index .exp-expand-image img { width: 190px; height: 190px; } }
@media (max-width: 768px) { .infotips-index .exp-expand-image img { width: 170px; height: 170px; } }
@media (max-width: 700px) { .infotips-index .exp-expand-image img { width: 160px; height: 160px; } }
@media (max-width: 650px) { .infotips-index .exp-expand .exp-expand-image { width: 100%; }
                            .infotips-index .exp-expand .exp-expand-des { width: 100%; }
                            .infotips-index .active-collaps .exp-expand-des { margin-top: 0; }
                            .infotips-index .exp-expand-image img { width: 160px; height: 160px; } }
@media (max-width: 450px) { .infotips-index .active-collaps .exp-expand-des { margin-top: 0; height: 820px; }
                            .infotips-index .active-collaps .exp-expand-des, .infotips-index .active-collaps .exp-expand { max-height: 1060px; height: 100%; } }
.infotips-index .exp-expand .exp-padding { max-height: 1060px; }
.infotips-index .tpstyle-1 .ex-social-account { display: none; }
.infotips-index .exp-expand .expand-social ul li a { color: #fff; line-height: 25px; width: 23px; height: 23px; font-size: 14px; position: relative; top: -3px; }
.infotips-index .exp-expand .exp-expand-des h3 { display: inline; }
.infotips-index .exp-expand .expand-social { display: inline;padding-left:30px;}
.infotips-index .exp-expand .expand-social li{margin:0;padding:0;}
.infotips-index .exp-expand .expand-social li:after{display:none;}
.infotips-index .ex-social-account li a { background: #555; }
.infotips-index .ex-social-account li a:hover { background: #0177b5; }
/* END Team Members */

.page-id-3339 .section-wr.green-section{display:none;}
/* .page-id-3648 .header{background: none;box-shadow: none;border: 0;} */
/* .page-id-3648 .logo img{display:none;} */
/* .page-id-3648 .logo .logo-home{display:block;} */
/* .page-id-3648 .header-top li a,.page-id-3648 .header-top-link,.page-id-3648 .banner-page,.page-id-3648 .menu-item a{color:#fff;} */
/* .page-id-3648 .menu-item,.page-id-3648 .menu-item a:hover{color:#87b348;} */
.page-id-3648 .banner-left{max-width:100%;}
.page-id-3648 .section-wr{position: relative}
.page-id-3648 .shape{position: absolute;z-index: 40;width: auto;max-width: 100%;height:auto;}
.page-id-3648 .shapeOne{top:-50%;right: 0;}
.page-id-3648 .shapeTwo{bottom:-40%;left: 0;}
.page-id-3648 .contentHolder{background:#fff;border-radius:10px;padding:100px 100px 70px;}
.page-id-3648 .section-wr.faqs-section .q-category{display:none;}
.page-id-3648 .section-wr.faqs-section .category-block{display:none;padding-top:0;}
.page-id-3648 .section-wr.faqs-section .category-block.hardship-financial-difficulty{display:block;padding-top:100px;}

.page-id-371 .banner-wr{flex-direction:column;}
.page-id-371 .top-section .banner-left,.page-id-371 .top-section .cta-holder{width:100%;max-width: 100%;justify-content: flex-start;align-items: flex-start;flex-direction: row;}
.page-id-371 .top-section .cta-holder{margin-top:30px;}
.page-id-371 .top-section .cta-holder .cta{margin-right:30px;}
.page-id-371 .side-section.reverse.switch{border-top:1px solid #f5f4f1;}

.broker-form-section .gform_fields{display: flex!important;flex-wrap: wrap;justify-content: space-between;}
.broker-form-section .gform_fields li{width:100%;}
.broker-form-section .gform_fields .half{width:49%;}
@media (max-width:641px) {.broker-form-section .gform_fields .half{width:100%;}}
.broker-form-section .gform_fields .half input{width:100%!important;}

.why-box .textHolder{height:100%;flex-direction: column;justify-content: space-between;}

.video-articles{width:100%;display:flex;flex-direction: column;justify-content: flex-start;margin:50px 0 0 0;}
.video-articles .videos{width:100%;display:flex;flex-wrap: wrap;justify-content: space-between;margin:0;padding:0;list-style: none;}
.video-articles .videos li{width:30%;padding:0;margin:0 0 30px;}
.video-articles .videos li:after{display:none;}
.video-articles .videos .featured-image{position: relative;overflow: hidden;width: 100%;padding: 56.25% 0 0 0;}
.video-articles .videos iframe{position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100%;height: 100%;}
.video-articles .videos a{margin-top: 15px;margin-bottom: 15px;font-family: Rockwellnova, sans-serif;color: #5b5a5a;font-size: 25px;line-height: 30px;font-weight: 300;text-decoration: none;}
.video-articles .videos a:hover{color:#87b348;}
.menu-item.mm-listitem {padding:0;}
.testimonials-wr .slick-track {display:flex; align-items: center;}
.screen-reader-text {margin:0;}

@media (max-width:1620px) {
    .logo {
        max-width: 200px;
    }
    .menu-item a, .menu-item, .menu-cta a {
        font-size: 16px;
    }
}

@media (max-width:1440px) {
    .header-c {
        position: relative;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .logo {
        position: absolute;
        left: 48px;
        top: 10px;
    }
}

@media (max-width:1280px) {
    /* .menu-cta {
        margin-left: 0px;
        position: relative;
    }
    .menu-cta:hover:after {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        display: block;
        position: absolute;
        left: 20px;
        right: 0;
        bottom: 0;
    }
    .internal .menu-item.mm-listitem a {
        color: #fff;
    }
    .menu-cta:last-of-type {
        margin-left: 0px;
    }
    .internal .menu-cta a {
        background-color: transparent;
    }
    .internal .login span {
        box-shadow: none;
    }
    .internal .login span:hover {
        box-shadow: none;
    }
    .internal .menu-cta a:hover {
        background-color: transparent;
        color: #fff;
    }
    .menu-cta {
        padding: 0;
    }
    .menu-cta a {
        min-height: 0;
        min-width: 0;
        padding: 18px 20px;
        border-radius: 0px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        font-size: 16px;
        box-shadow: none;
    }
    .menu-cta a:hover, .cta.line:hover {
        background-color: transparent;
    }

    .menu-cta.menu-item-118 a {
        min-height: 0px;
        min-width: 0px;
    } */
    /* .login span {
        min-height: 0px;
        min-width: 0px;
        margin-left: 0px;
        color: #fff;
        font-weight: 600;
        text-align: left;
        box-shadow: none;
    }
    .login span:hover {
        background-color: transparent;
        box-shadow: none;
    } */
    /* .menu-item a, .menu-item {
        text-align: left;
    } */
    /* .header-c {
        pading-top: 20px;
        padding-bottom: 20px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-top {
        margin-bottom: 0px;
    }
    .header-holder {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .logo {position: static;}
	nav:not( .mm-menu ) {display: none;}
	.menu:not( .mm-panels .menu ) {display: none;}
	.navigation.pagination { display:block !important;}
    .menu_trigger {
        display: block;
        margin: 5px 0px 0 20px;
        color: #fff;
    } */
    .why-wr {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }
    .four .why-wr {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }
    /* .menu-cta.mm-listitem:hover:after {
        content: '';
        border-color: rgba(255,255,255,0.2);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        display: block;
        position: absolute;
        left: 20px;
        right: 0;
        bottom: 0;
    } */
    .banner-left {
        max-width: 860px;
        width: calc(100% - 455px);
    }
    h1 {
        font-size: 50px;
        line-height: 70px;
    }
    h2 {
        font-size: 40px;
        line-height: 50px;
    }
    h3 {
        font-size: 27px;
        line-height: 35px;
    }
    h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .slider-wr {
        max-width: 960px;
    }
    .arrows-wr {
        margin: 0 20px;
        width: calc(100% - 40px);
        padding:0;
    }

    .calculator-cn{flex-direction: column;}
    .calculator-cn .c-side{width:100%;padding:0;margin:0 0 20px;display:flex;flex-wrap:wrap;justify-content: space-between;}
    .calculator-cn .c-side-larger{width:100%;margin:0;padding:0;}
    .c-step-box{padding:10px 15px;width:24%;}
}

@media (max-width:1024px) {
    .slider-wr, .media-slider {
        margin: 0 30px;
    }
    .team-wr {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
    .banner-wr {
        display: block;
        text-align: left;
    }
    .banner-wr .cta-holder {
        display: inline-block;
        margin-top: 0;
    }
    .banner-left {
        max-width: none;
        width: 100%;
    }
    .video-articles .videos li{width:48%;}
}

@media screen and (max-width: 767px) {
	.page-id-3648 .shape {z-index: 30;}
	.widget_search {display:none;}
	.home .media-slider-wr .content {padding-top:60px;}
	.home .media-slider-wr .content .media-slider {margin-top:-40px;}
	.navigation.pagination {margin: 0 0 30px;}
	.team-section .cta-holder {margin:0;}
	.page-id-252.internal .banner-page .content, .page-id-3339.internal .banner-page .content { padding-bottom:0;}
	.page-id-252 .side-img { display:none!important;}
	.page-id-252 .side-section .content { padding-top:0; padding-bottom: 0;}
	.page-id-252 .infotips-index {margin-bottom: 0;}
	.txt-wr {margin-bottom: -40px;}
	.post-type-archive-media-centre.internal .banner-page .content, .category.internal .banner-page .content { padding-bottom: 0;}
	.post-type-archive-media-centre  .search-form-wr { margin-bottom:-40px;}
	.post-type-archive-media-centre .blog-articles .blog-articles-cn, .post-type-archive-media-centre  .search-form-wr { margin-top:-20px;}
	.category .blog-articles .blog-articles-cn{ margin-top:0px;}
    .testimonials-wr .slick-track {display:block; }
    .page-id-3648 .contentHolder{background:#fff;border-radius:10px;padding:30px 30px 5px;}
    .video-articles .videos li{width:100%;}
    .content.banner-c {
        padding-top: 40px;
    }	
	.extp-pagination {margin:0;}
    .scroll-box { padding-top: 40px;}
    .scroll-box p { margin-bottom:0;}
    .hide-desktop {display: block;}
    .hide-mobile {display: none;}	
    .header-top {display:none}
    .content ul li.tabs-item {
        display: block;
    }
    .tabs-item-txt {
        margin-left: 0px;
    }
    .tabs-item-txt p {
        margin: 0;
    }
    .loans-wr {
        display: block;
    }
    .tabs-item .help-icon {
        margin-bottom: 0;
    }
    .loans-half {
        width: 100%;
    }
    .loans-half:first-of-type .cta-holder{margin-bottom:60px;}
    .four .why-wr, .team-wr {
        grid-auto-columns: 2fr;
        -ms-grid-columns: 2fr 2fr;
        grid-template-columns: 2fr 2fr;
    }
    .switch .content .side-text {
        text-align: center;
    }
    .why-box:nth-of-type(2n) .counter:after {
        display: none;
    }
    .side-section .content {
        display: block!important;
    }
    .side-text {
        width: 100%!important;
    }
    .side-img {
        position: static!important;
        display: block!important;
        width: 100%!important;
        padding-left: 30px!important;
        padding-right: 30px!important;
        margin-bottom: 30px!important;
    }
    .footer-top-left {
        width: 100%;
    }
    .footer-top-right {
        width: 100%; margin-bottom: 30px;
    }
    .footer-top-wr {
        display: block;
    }
    .footer-btm-wr {
        display: block;
        text-align: center;
    }
    .footer-btm ul {
        max-width: 75%;
        margin: 0 auto; -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-btm ul li {
        padding: 2px 10px;
    }
    .page-id-368 .loans-holder .loans-row:first-of-type .loans-top-box {
        margin-left: 0px;
        width: 100%;
    }
    .loans-inner-txt {
        margin-top: 0;
    }
    .loans-top-inner .loans-top-box {
        width: 48%;
        text-align: center;
    }
    .loans-side-box {
        width:100%;
    }
    .loans-row .loans-white .loans-top-inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contact-half {width:50%;}
    .less {
        width: 45%;
    }
    .blog-articles {
        width: 100%;
    }	
    #sidebar {
        width: 100%;
    }
    .calculator-cn{padding-bottom:0;}
    .c-step-box{width:48%;}
    #Borrowing_Power_Calculator{
        min-height: 1050px !important;
    }
    #Loan_Repayment_Calculator {
        min-height: 650px !important;
    }
    #Stamp_Duty_Calculator {
        min-height: 775px !important;
    }
    #How_Long_to_Repay_Calculator {
        min-height: 650px !important;
    }
	.internal .switch .side-img {display: none!important;}
	.internal .switch .side-img.hide-desktop {display: block!important;  margin-left: -10%;}
}

@media screen and (max-width: 595px) {
    .c-step-box{width:100%;}
    #Borrowing_Power_Calculator{
        min-height: 2050px !important;
    }
    #Loan_Repayment_Calculator {
        min-height: 1250px !important;
    }
    #Stamp_Duty_Calculator {
        min-height: 1250px !important;
    }
    #How_Long_to_Repay_Calculator {
        min-height: 1200px !important;
    }
    .four .why-wr, .team-wr, .why-wr {
        grid-auto-columns: 1fr;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .why-wr {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
}

@media screen and (max-width: 580px) {

	.page-id-371 .top-section .cta-holder {
    margin-top: 0px;
}
	.top-section .cta-holder {
    margin-bottom: 20px;
}
	.internal .banner-page .content { padding-top: 30px; padding-bottom: 40px;}
	.internal .banner-page .content p { margin:0 0 0px;}
    .content.blog-cn {
        padding-top:0;
    }
    .blog-articles-cn a.ba-item {
        width: 100%;
        margin-bottom: 40px;
    }
    .tabs {
        display: none;
    }
	.tab_content_wr {background-color:#fff;}
	.tab_container {background-color:transparent;}
    .tab_content_wr, .tab_drawer_heading {
        display: block
    }
    .tab_drawer_heading {
        padding: 10px 20px 20px;
        background: #87b348;
        color: #fff;
    }
    .tab_drawer_heading p {
        margin: 0;
    }
    .tab_drawer_heading h5 {
        color: #fff;
        margin: 0;
    }
    .tab_content_half {
        width: 100%;
        padding: 20px;
    }
    .help-wr {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 30px;
    }
    .contact-wr {
        display: block;
        padding-top: 0!important;
    }
    .contact-half {
        width: 100%;
    }	
}

@media screen and (max-width: 480px) {
	.media-slider .slick-prev {
    left: -25px;
}
		.media-slider .slick-next {
    right: -25px;
}
    h1 {
        font-size: 36px;
        line-height: 50px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 40px;
    }
    h3 {
        font-size: 24px;
        line-height: 32px;
    }
    h4 {
        font-size: 20px;
        line-height: 30px;
    }
    h6.q-head {
        line-height: 25px;padding-right: 40px;
    }	
    .q-head .pm {
        top: 22px;
    }	
    .arrows-wr {
        display: none;
    }
    .slider-wr, .media-slider {
        margin: 0;
    }
    .footer-top-right, .footer-logo-wr, .form-row, .loans-top-inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-top-right {
        padding-bottom: 50px;
    }
    .footer-logo-box {
        align-items: center;
        width: 30%;
    }
    .fe-icon {/*
        left: 50%;
        right: auto;
        transform: translate(-50%, 0%);*/
    }
    .footer-top-right ul {
        width: 48%;
    }
    .input-half {
        width: 100%;
    }
    .quote-icon {
        margin: 0px auto 30px;
    }
    .content {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .counter:after {
        display: none;
    }
    a.cta {
        min-width: 0;
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .side-text a.cta {
        min-width: 0;
    }
    .loans-row {
        font-size: 16px;
        line-height: 25px;
        display: block;
    }
    .loans-blue, .loans-white {
        width: 100%;
    }
    .loans-holder .loans-row:first-of-type .loans-blue {
        border-top-left-radius: 13px;
        border-top-right-radius: 13px;
    }
    .loans-holder .loans-row:first-of-type .loans-white {
        border-top-right-radius: 0px;
    }
    .loans-holder .loans-row:last-of-type .loans-blue {
        border-bottom-left-radius: 0px;
    }
    .loans-holder .loans-row:last-of-type .loans-white {
        border-bottom-left-radius: 13px;
    }
    .loans-top {
        margin-bottom: 40px;
        text-align: center;
    }
    .why-box {
        padding-top: 180px;
        position: relative;
    }
    .loans-side-box {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: start;
    }
    .loans-side-box.wide {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .four .why-box {
        padding-top: 140px;
    }
    .counter {
        margin-bottom: 15px;
    }
    .testimonials-wr, .testimonials-wr p {
        font-size: 20px;
        line-height: 30px;
    }
    br {display:none;}
	#sidebar br {display:inline;}
}