/* ========================
   Theme Name: Financial Spectrum
   ======================== */


/** Table of Contents:

* 1.0 - Fonts
* 2.0 - Icon-fonts
* 3.0 - Useful classes
* 4.0 - General
    * 4.1 - Forms
    * 4.2 - Buttons
    * 4.3 - Breadcrumbs
* 5.0 - Mobile menu
* 6.0 - Header and Footer
* 7.0 - Pages
**/

/* 1.0 - Fonts
============================== */
@font-face {
    font-family: 'GillSans';
    src: url('../fonts/GillSans.eot');
    src: url('../fonts/GillSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GillSans.woff2') format('woff2'),
        url('../fonts/GillSans.woff') format('woff'),
        url('../fonts/GillSans.ttf') format('truetype'),
        url('../fonts/GillSans.svg#GillSans') format('svg');
    font-weight: 100;
    font-style: normal;
}


/* 2.0 - Icon fonts
============================== */
@font-face {
  font-family: 'icomoon';
  src:  url('../icon-fonts/icomoon.eot?55xvk7');
  src:  url('../icon-fonts/icomoon.eot?55xvk7#iefix') format('embedded-opentype'),
    url('../icon-fonts/icomoon.ttf?55xvk7') format('truetype'),
    url('../icon-fonts/icomoon.woff?55xvk7') format('woff'),
    url('../icon-fonts/icomoon.svg?55xvk7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
    content: "\e901";
}
.icon-checkmark:before {
    content: "\e903";
}
.icon-menu:before {
    content: "\e900";
}
.icon-linkedin:before {
    content: "\e905";
}
.icon-facebook:before {
    content: "\e904";
}
.icon-phone3:before {
    content: "\e942";
}
.icon-triangle-down:before {
    content: "\e602";
}
.icon-play:before {
    content: "\ea15";
}
.icon-youtube:before {
    content: "\e907";
}
.icon-google-plus2:before {
    content: "\1f3d5";
}

/* 3.0 - Useful classes
============================== */
.section{
    padding-top: 9vw;
    padding-bottom: 9vw;
}
hr.clear-line{
    max-width: none;
    margin: 0;
}
.full-width-slider-fade > .sl:not(:first-child),
.full-width-slider > .sl:not(:first-child){
    display: none;
}
.big-section{
    padding-top: 120px;
    padding-bottom: 110px;
}
.right-img{
    position: relative;
}
.right-img > .before-block{
    position: absolute;
    left: 0;
}
.gray-section{
    background-color: #F0F1ED;
}
.img-bottom-effect{
    padding-bottom: 15px;
    background: linear-gradient(212.13deg, #C0F007 0%, #668122 100%);
}
.anchor{
    display: inline-block;
    height: 33px;
    width: 33px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.17);
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.anchor.align-top{
     top: 0;
}
.v-delim{
    width: 1px;
    border-left: 1px solid rgba(151,151,151,0.3);
}
.white-bg{
    background-color: #fff;
}
.oh{
    overflow: hidden;
}
.slick-track{
    display: flex;
}
.slick-track > .flex-container{
    height: auto;
    display: flex;
}
.relative-block{
    position: relative;
}
.highlighted,
.link-underline,
.link-hover-underline{
    position: relative;
    display: inline-block;
    padding-bottom: 3px;
}
.highlighted:before,
.link-hover-underline:before,
.link-underline:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    background: linear-gradient(270deg, #C0F007 0%, #668122 100%);
    box-shadow: 1px 2px 6px 0 rgba(0,0,0,0.28);
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform-origin: 0;
}
.link-hover-underline:before{
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.link-underline:hover:before{
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.link-hover-underline:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.social-menu.menu > li > a{
    background-color: #fff;
    color: #2a2a2a;
    margin: 3px;
    padding: 4px;
    text-align: center;
    min-width: 31px;
    font-size: 1.2em;
}
.social-menu.menu > li > a:hover{
    background-color: #657d95;
}
ul.check-list{
    margin-bottom: 1.5em;
}
.check-list > li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}
.check-list > li:before{
    content: "\e903";
    display: inline-block;
    color: #8CB224;
    font-size: 0.9em;
    text-align: center;
    border-radius: 50%;
    font-family: icomoon;
    position: absolute;
    left: 0;
    top: 0;
}
.check-list.light-icon > li:before{
    background: #283939;
    color: #fff;
}
.order-list li{
    color: #000;
}

.order-list li span{
    color: #505050;
    letter-spacing: -0.6px;

}
.callout{
    color: inherit;
}
.reveal{
    background-color: #F9F9F9;
}
.gutter-10>.columns{
    padding-left: 5px;
    padding-right: 5px;
}
.gutter-16>.columns{
    padding-left: 8px;
    padding-right: 8px;
}
.gutter-50 .columns{
    padding-left: 25px;
    padding-right: 25px;
}
@media screen and (max-width: 1299px) {
    .big-section{
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
@media screen and (min-width: 64em) {
    .large-shrink{
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }
}
@media screen and (min-width: 40em){
    .medium-shrink{
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }
}
@media screen and (max-width: 39.96em){
    .check-list > li{
        padding-left: 15px;
        line-height: 1.15;
        margin-bottom: 5px;
    }
    .check-list > li:before{
        top: 2px;
        font-size: 0.75em;
    }
    .small-12-only{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .small-flex-container{
        display: flex;
    }
}
/* 4.0 - General
============================== */
body{
    font-family: GillSans;
    font-size: 22px;
    line-height: 1.4;
    color: #505050;
}
p{
    margin-bottom: 1.6em;
    line-height: 1.4;
}
ul{
    line-height: 1.4;
}
h1, .h1, h2, .h2, h3, h4, h5, h6{
    font-weight: 600;
    font-family: inherit;
    color: inherit;
}
.h1,.main{
    font-size: 3.27em;
    line-height: 1;
    margin-bottom: 0.5em;
}
h2{
    font-size: 3.25em;
    line-height: 1;
    margin-bottom: 0.5em;
}
.h2{
    font-size: 2em;
}
h3{
    font-size: 1.58em;
}
h4{
    font-size: 1.18em;
    color: #505050;
    letter-spacing: -0.85px;
}
h5{
    font-size: 1em;
}
h6{
    font-size: 0.98em;
    color: #99C012;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -0.46px;
    margin-bottom: 0.8em;
}
a{
    transition: all .3s;
    color: inherit;
}
a:hover{
    
}
@media screen and (max-width: 1299px) {
    body{
        font-size: 18px;
    }
    h2{
        font-size: 2.5em;
    }
}
@media screen and (max-width: 39.96em) {
    body{
        font-size: 15px;
    }
    h2{
        font-size: 2em;
    }
    .row{
        padding-left: 10px;
        padding-right: 10px;
    }
    .small-collapse.row,
    .row .row{
        padding: 0;
    }
}

/**** 4.1 - Forms ****/
.form-field{
    height: 60px;
    background-color: #fff;
    border: 1px solid #DBDBDB;
    border-radius: 0;
    font-size: 1em;
    padding: 10px 20px;
    box-shadow: none;
}
textarea.form-field{
    height: 155px;
}
.form-field::-webkit-input-placeholder {
  color: #3b3738;
}
.form-field:-ms-input-placeholder {
  color: #3b3738;
}
.form-field::-moz-placeholder {
  color: #3b3738;
}
.form-field:-moz-placeholder {
  color: #3b3738;
}
input[type=checkbox]{
    display: none;
}

input[type=checkbox]:checked + label:before{
    color: #570e11;
}
.gform_wrapper .ginput_container input{
    border-radius: 6px;
    font-size: 1em;
    padding-left: 1em;
    padding-right: 1em;
}
.gform_wrapper .ginput_container input.large{
    box-shadow: 1px 2px 6px 0 rgba(0,0,0,0.28);
    height: 72px;
    font-size: 1.18em;
}
.gform_wrapper .flex-container{
    flex-wrap: wrap;
    margin-bottom: 0;
}
.gform_wrapper .flex-form li.full {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100% !important;
}
@media screen and (max-width: 39.96em) {
    .gform_wrapper .ginput_container input.large{
        height: 52px;
    }
    .form-field{
        height: 46px;
    }
    .gform_wrapper [type="text"], .gform_wrapper [type="password"], .gform_wrapper [type="date"], .gform_wrapper [type="datetime"], .gform_wrapper [type="datetime-local"], .gform_wrapper [type="month"], .gform_wrapper [type="week"], .gform_wrapper [type="email"], .gform_wrapper [type="number"], .gform_wrapper [type="search"], .gform_wrapper [type="tel"], .gform_wrapper [type="time"], .gform_wrapper [type="url"], .gform_wrapper [type="color"], .gform_wrapper textarea, .gform_wrapper select{
        height: 50px !important;
    }
}
/**** 4.2 - Buttons ****/
.button{
    position: relative;
    overflow: hidden;
    border-radius: 4.8px;
    box-shadow: 1px 2px 5px 0 rgba(0,0,0,0.28);
    color: #fff;
    font-size: 0.94em;
}
.nav-links a:before,
.button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%,0);
    transform: translate(-105%,0);
    background-color: rgba(255,255,255,0.25);
}
.nav-links a:hover:before,
.button.gradient:hover::before{
    opacity: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.button.white{
    background-color: #fff;
    color: #84AD15;
}
.button.white:hover{
    background-color: #308325;
    color: #fff;
}
.button.gradient{
    background: linear-gradient(50deg, #678220 0%, #92b614 100%);
}
.button.large{
    font-size: 1.18em;
    
}
.breadcrumbs{
    
}
.breadcrumbs li{
    
}
.breadcrumbs a:hover,
.breadcrumbs a{
   
}
.breadcrumbs li:not(:last-child)::after{
   
}
@media screen and (max-width: 39.96em) {
    .button{
        width: 100%;
        font-size: 20px;
        padding-top: 14px;
        padding-bottom: 14px;
        margin-bottom: 8px;
    }
}
/**** 4.4 - Animation ****/
.animate-children > *{
    transition: all 1.2s ease;
    opacity: 0;
    transform: translateY(30px);
}
.animate-children > .complete{
    opacity: 1;
    transform: none;
}

/***** 5.0 - Mobile menu *****/
.mobile-menu{
    display: none;
}
.mobile-menu .menu .sub-menu{
    display: none;
    list-style: none;
}
.menu-open,
.menu-close{
    font-size: 28px;
    line-height: 1;
    display: inline-block;
}
.menu-open:hover,
.menu-close:hover{
    color: #99C012;
}
.menu-open span{
    vertical-align: middle;
}
@media screen and (max-width: 63.9375em) {
    body.open{
        overflow-x: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .mobile-menu li a::before {
    	content: "";
	    position: absolute;
	    width: 100%;
	    height: 4px;
	    left: 0;
	    bottom: 0;
	    background: linear-gradient(270deg, #C0F007 0%, #668122 100%);
	    box-shadow: 1px 2px 6px 0 rgba(0,0,0,0.28);
	    visibility: hidden;
	    transform: scaleX(0);
	    -webkit-transition: all 0.3s ease-in-out 0s;
	    transition: all 0.3s ease-in-out 0s;
	    transform-origin: 0;
    }
    .mobile-menu li a:hover::before {
		 visibility: visible;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
    }
    .mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        width: 290px;
        left: -290px;
        padding: 30px 0;
        min-height: 100%;
        height: 100%;
        background-color: #F0F1ED;
        overflow-y: auto;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 999;
    }
    .mobile-menu .row{
        padding-left: 0;
        padding-right: 0;
    }
    .mobile-menu .menu > li{
        flex: 1 1 100%;
        margin-bottom: 20px;

        align-self: stretch;
    }
    .mobile-menu .menu>li.button.gradient {
        background: none;
        width: auto;
        box-shadow: none;
        text-align: left;
        padding-top: 0;
        z-index: 99;
    }
    .mobile-menu .menu>li.button.gradient a {
       	display: inline-block;
    	position: relative;
    }
    .mobile-menu .menu>li::before {
    	display: none !important;
    }
    .mobile-menu .menu>li.button.gradient span {
        display: none;
    }
    .mobile-menu .menu > li a{
        padding: 10px ;
        display: inline-block;
        font-size: 23px;
        font-weight: 600;
        color: #505050;
    }
    .mobile-menu .menu-item.menu-item-has-children{
        position: relative;
    }
    .mobile-menu .menu-item.menu-item-has-children .sub-menu-toggle{
        display: none;
    }
    .mobile-menu .menu-item.menu-item-has-children > .sub-menu-toggle{
        position: absolute;
        top: 0.15em;
        right: 1rem;
        color: inherit;
        line-height: 20px;
        display: inline-block;
        font-size: 2em;
    }
    .mobile-menu .menu-item.menu-item-has-children > .sub-menu-toggle:before{
        content: '+';
    }
    .open .mobile-menu {
        left: 0;
    }
    .mobile-menu #curve{
        position: absolute;
        bottom: 0;
        right: 0;
    }

}

/* 6.0 - Header and Footer
============================== */
.header{
    background-color: #F0F1ED;
}
.head-top{
    padding-top: 15px;
    padding-bottom: 15px;
}
.head-top .logo{
    display: block;
}
.home:not(.home-v2) .head-top .logo{
    margin-top: 30px;
}
.main-nav{
    padding-right: 20px;
}
.main-nav .menu li{    
    padding-left: 25px;
    padding-right: 25px;
}
.main-nav .menu li a{
    font-size: 1.1em;
    font-weight: 600;
    color: #505050;
    padding-left: 0;
    padding-right: 0;
}
.main-nav .menu .sub-menu a{
    white-space: nowrap;
}
.main-nav .menu li a:hover{
    opacity: 0.6;
}
.main-nav .menu li.current_page_item > a{
    text-decoration: underline;
}
.phone-number{
    font-size: 1.5em;
    font-weight: 500;
}
.phone-number .icon{
    height: 33px;
    width: 33px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    border-radius: 50%;
}
.phone-number .icon:before{
    background: linear-gradient(180deg, #A6C74D 0%, #D1DE5D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-size: 17px;
}
footer.footer{
    background-color: #2A2A2A;
    color: #fff;
}
.footer-top{
    padding-top: 85px;
    padding-bottom: 85px;
    position: relative;
    z-index: 3;
}
.footer-top .button{
    margin-bottom: 0;
}
.footer-bottom{
    background-color: #1D1C1C;
    padding: 50px 0;
    color: #505050;
}
.footer .social-menu.menu > li > a{
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 1.5em;
    text-align: center;
    background-color: #fff;
}
.footer .social-menu.menu > li > a:hover{
    background: linear-gradient(50deg, #678220 0%, #92b614 100%);
    color: #fff;
}
.footer-widgets-area{
    background-color: #1E1E1E;
    z-index: 1;
}
.footer-widgets-area *:not(#curve){
    z-index: 2;
}
.footer-widgets-area #curve{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    max-width: 600px;
}
.footer-widgets-area-inner{
    padding-top: 45px;
    padding-bottom: 95px;
    border-top:1px solid rgba(151,151,151,.09);
}
.footer-widgets-area-inner h5{
    font-size: 24px;
    margin-bottom: 40px;
}
.footer-widgets-area-inner h5,
.footer-widgets-area-inner ul:not(.accordion) li a{
    color: #5E5E5E;
    letter-spacing: -0.26px;
}
.footer-widgets-area-inner ul:not(.accordion) li{
    margin-bottom: 15px;
}
.footer-main-info{
    padding-top: 15px;
}
.footer-copyright{
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-secondary-info{
    padding-top: 35px;
    padding-bottom: 50px;
}
.footer-secondary-info small{
    letter-spacing: -0.41px;
    line-height: 1.5;
    display: inline-block;
}
@media screen and (max-width: 1299px){
    .main-nav .menu li{
        padding-left: 18px;
        padding-right: 18px;
    }
}
@media screen and (max-width: 1199px){
    .main-nav .menu li{
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media screen and (min-width: 64em) {
    .main-nav .menu li.menu-button a{
        background: linear-gradient(183.6deg, #C0F007 0%, #668122 100%);
        box-shadow: 1px 2px 6px 0 rgba(0,0,0,0.28);
        font-size: 20px;
        color: #fff;
        border-radius: 6px;
        padding: 15px 25px;
        opacity: 1;
        position: relative;
        overflow: hidden;
    }
    .main-nav .menu li.menu-button a:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 1;
        -webkit-transform: translate(-105%,0);
        transform: translate(-105%,0);
        background-color: rgba(255,255,255,0.25);
    }
    .main-nav .menu li.menu-button a:hover:before{
        opacity: 0;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}
@media screen and (max-width: 63.96em) {
    .head-top .logo{
        margin-top: 0;
    }
    .footer-top{
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .footer-top hr{
        margin-top: 35px;
        margin-bottom: 35px;
        border-color: rgba(151,151,151,0.21);
    }
    .footer-top .button{
        padding-left: 45px;
        padding-right: 45px;
    }
    .footer .social-menu.menu > li > a{
        font-size: 2em;
    }
    .footer-bottom{
        background-color: #fff;
        color: #505050;
    }
    .footer-logo{
        padding: 60px 20px 0;
    }
    .footer-logo .call-section{
        padding-top: 15px;
    }
}
@media screen and (max-width: 39.96em) {
    .head-top{
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
    }
    .head-top .logo > img{
        display: inline-block;
        margin-left: -30px;
        margin-bottom: 8px;
    }
    .head-top .row{
        padding: 0;
    }
    .head-top .row .call-section{
        -ms-align-self: stretch;
        align-self: stretch;
    }
    .call-section{
        background-color: #fff;
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .call-section:after{
        content: "";
        background-color: #fff;
        height: 101%;
        width: 50px;
        display: block;
        position: absolute;
        top: 0;
        left: -20px;
        border-radius: 50%;
    }
    .call-section:after{
        border-radius: 0;
        transform: skewX(30deg);
    }
    .call-section > div{
        z-index: 2;
        flex-direction: column-reverse;
    }
    .head-top .logo{
        width: 80px;
        margin-left: auto;
        margin-right: auto;
    }
    .phone-number{
        font-size: 1.25em;
        font-weight: 700;
        margin-top: 5px;
        margin-bottom: 4px;
    }
    .phone-number .icon{
        width: 18px;
        height: 18px;
    }
    .phone-number .icon:before{
        font-size: 12px;
    }
    .footer-top{
        padding-bottom: 0;
    }
    .footer-top .call-section{
        color: #505050;
    }
    .footer-top .call-section:after{
        transform: skewX(-20deg);
        width: 60px;
    }
    .footer-logo{
        padding: 60px 0 0;
    }
    .footer-logo .logo{
        width: 80px;
        margin-bottom: 15px;
        display: block;
    }
    .footer-accordion{
        background-color: rgba(42, 42, 42, 0.51);
    }
    .footer-accordion .accordion-title{
        border-color: #1E1E1E;
        color: #5E5E5E;
        font-size: 24px;
    }
    .footer-accordion .accordion-title:hover,
    .footer-accordion .accordion-title:focus{
        background: linear-gradient(50deg, #678220 0%, #92b614 100%);
        color: #fff;
    }
    .footer-accordion .accordion-content,
    :last-child:not(.is-active) > .accordion-title,
    :last-child > .accordion-content:last-child{
        background-color: rgba(42, 42, 42, 0.51);
        border-color: #1E1E1E;
    }
    .footer-accordion .accordion-content a{
        font-size: 20px;
        color: #5E5E5E;
    }
}
@media screen and (max-width: 29.96em) {
    .head-top>.row>.columns:first-child{
        padding-right: 10px;
    }
    .head-top>.row>.columns:last-child{
        padding-left: 10px;
        padding-right: 15px!important;
    }
    .head-top>.row>.columns+.columns{
        padding-left: 10px;
        padding-right: 10px;
    }
    .menu-open{
        font-size: 22px;
    }
    .call-section:after{
        width: 30px;
        left: -15px;
    }
    .call-section small{
        font-size: 10px;
    }
}
/* 7.0 - Pages
======================================= */
.heading-section{
    position: relative;
    overflow: hidden;
    background-color: #F0F1ED;
    padding-top: 30px;
    padding-bottom: 110px;
}
.heading-section a.button{
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
}
.heading-section *:not(svg){
    position: relative;
    z-index: 2;
}
.heading-section #head-curve{
    position: absolute;
    bottom: -20px;
    right: -100px;
    z-index: 1;
}
.partners-section{
    padding-top: 22px;
    padding-bottom: 22px;
    background: #fff;
}
.partners-section.alt{
    padding-top: 85px;
    padding-bottom: 85px;
    border-top: 1px solid rgba(151,151,151,0.3);
}
.partners-slider .slick-track{
    -ms-align-items: center;
    align-items: center;
}
.partners-slider .sl{
    flex-grow: 1;
}
.partners-slider .sl:not(:first-child) img{
    margin-left: auto;
    margin-right: auto;
}
.partners-slider .sl > a{
    display: block;
}
.partners-section p{
    font-size: 20px;
    margin-bottom: 1em;
    color: #868686;
}
.why-fs-section{
    padding-top: 40px;
    padding-bottom: 130px;
}
.why-fs-section .img-wrap{
    background: linear-gradient(212.13deg, #C0F007 0%, #668122 100%);
    box-shadow: 1px 2px 6px 0 rgba(0,0,0,0.28);
    padding-bottom: 13px;
}
.why-fs-section .callout{
    padding: 12%;
    background-color: #F9F9F9;
    border-radius: 0;
    border: none;
    transform: translate(-90px, 130px);
}
.author-img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 6px solid #fff;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
    margin-right: 15px;
}
.author-img img{
    width: 100%;
    height: 100%;
    border-radius:50% ;
}
.author-info h5{
    margin-bottom: 0;
}
.author-info h5 span{
    font-weight: 500;
}
.users-benefit-section{
    padding-bottom: 115px;
    border-bottom: 1px solid #ECECEC;
}
.users-benefit-section .benefit-list{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
}
.who-is-section{
    padding-bottom: 75px;
    border-bottom: 1px solid #ECECEC;;
}
.who-is-section .img-group > img{
    margin-top: -50px;
}
.who-is-section .img-group > img:nth-child(2){
    margin-left: 90px;
}
.who-is-section .section-text{
    padding: 50px 5% 50px 0;
}
.download-section{
    position: relative;
    overflow: hidden;
    background-color: #F0F1ED;
    padding-top: 83px;
    padding-bottom: 50px;
}
.download-section *:not(.download-curve),
.download-section *:not(.download-curve-left){
    position: relative;
    z-index: 2;
}
#download-curve,
#download-curve-left{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 40%;
}
#download-curve-left{
    left: 0;
}
.download-section .img-wrap{
    padding-left: 55px;
}
.location-section{
    padding: 85px 0;
}
.location-section #gmap_canvas{
    height: 700px;
    width: 100%;
}
.location-section .half-row{
    max-width: 42.1875rem;
    width: 100%;
    padding-left: 90px;
    padding-right: 110px;
 }
.location-section .half-row p a{
    text-decoration: underline;
}
.location-section .half-row p a:hover{
    text-decoration: none;
}
.congrat-reveal .reveal-text{
    padding: 40px;
    padding-right: 90px;
}
.congrat-reveal .gform_wrapper{
    margin-bottom: 30px;
}
.congrat-reveal small{
    color: #ADADAD;
    font-weight: 300;
}
.congrat-reveal.reveal{
    overflow: visible;
    max-width: 1200px;
    outline: none;
    width: 85%;
    margin: 0 auto;
}
.congrat-reveal .close-button, .close-button.medium{
   top: 0;
    right: -109px;
    color: #fff;
    font-family: Georgia;
    font-weight: bold;
}
.congrat-reveal .overwritten-img{
    max-width: 130%;
    position: absolute;
    top: 50%;
    transform: translateY(-47%);
    right: -80px;
    width: auto;
    height: auto;
    object-fit: cover;
}
.home-v2 .heading-section .before-block{
    position: absolute !important;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(50vw + 8.3% + 2.875rem);
}
.home-v2 .heading-section .before-block video{
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
}
.home-v2 .heading-section .video-block .cover-container{
    position: relative;
    z-index: 3;
}
.heading-section .before-block > img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.heading-section .before-block #head-curve{
    z-index: 2;
    max-width: 100%;
    bottom: -2px;
}
.home-v2 .heading-section{
    padding-bottom: 0;
    padding-top: 5px;
    overflow: visible;
}
.home-v2 .heading-section .heading-inner{
    transform: translateY(4vw);
    margin-left: 50px;
    background: #fff;
    margin-top: -4vw;
}
.heading-section .heading-left{
    background: #fff;
    padding-top: 100px;
    padding-bottom: 150px;
    padding-right: 7%;
}
.heading-section .heading-left p.lead{
    line-height: 1.17;
}
.home-v2 .heading-section + .partners-section{
    padding-top: calc(8vw + 25px);
    padding-bottom: 77px;
}
.home-v2 .heading-section.team-single + .partners-section{
    padding-top: 70px;
}
.home-v2 .partners-section h6{
    letter-spacing: -0.46px;
    margin-bottom: 25px;
    text-transform: none;
    font-weight: 600;
}
.your-success-section{
    background-color: #F0F1ED;
    padding-top: 50px;
    padding-bottom: 80px;
}
.your-success-section .section-left{
    padding-top: 60px;
    padding-right: 26%;
}
.your-success-section .section-left h3{
    margin-bottom: 1em;
}
.home-v2 p{
    margin-bottom: 1.1em;
}
.testimonials-slider{
    padding: 35px 50px 60px 35px;
    margin-top: -10%;
}
.testimonials-slider .sl{
    padding-left: 35px;
    padding-top: 35px;
}
.testimonials-slider .sl p:before{
    content: '“';
    display: inline-block;
    position: absolute;
    font-size: 60px;
    color: #99C012;
    font-family: Georgia;
    left: -28px;
    top: -25px;
}
.testimonials-slider .slick-dots{
    position: absolute;
    right: 50px;
    bottom: 40px;
}
.about-us-section{
    padding-top: 80px;
    padding-bottom: 100px;
}
.about-us-section .section-top{
    padding-bottom: 60px;
}
.left-img .before-block{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50vw;
}
.about-us-section .left-img .before-block{
    width: 50vw;
    background: linear-gradient(212.13deg, #C0F007 0%, #668122 100%);
    box-shadow: 1px 2px 6px 0 rgba(0,0,0,0.28);
    padding-bottom: 25px;
}
.about-us-section .anchor{
    transform: translate(-50%, 100%);
}
.left-img .before-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-us-section .section-right{
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 25px;
    padding-right: 30px;
}
.contact-section{
    padding-bottom: 130px;
}
.contact-section .call-section .phone-number{
    font-size: 2em;
}
.contact-section .call-section small{
    font-size: 1em;
}
.signup-section{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #1E1E1E;
}
.signup-section .form-field{
    height: 55px;
}
.signup-section .button{
    font-size: 20px;
}
.signup-section h2{
    font-size: 36px;
    color: #fff;
    margin-bottom: 0;
    margin-top: -12px;
}
.team-single.heading-section{
    margin-bottom: 75px;
}
.team-single.heading-section + .partners-section{
    border-top: 1px solid rgba(151, 151, 151, 0.17);
}
.home-v2 .team-single.heading-section .heading-inner{
    margin: 0;
    transform: none;
}
.team-single.heading-section .before-block{
    background-color: #F0F1ED;
}
.team-single.heading-section .before-block > img{
    height: 55%;
}
.chat-form{
    padding: 25px 5% 30px 9%;
}
.chat-form h3{
    font-size: 1.7em;
    margin-bottom: 1em;
}
.team-single.heading-section .heading-left p{
    line-height: 1.41;
}
.about .heading-section .heading-left{
    padding-bottom: 20px;
}
.info-section{
    padding: 80px 0;
    border-top: 1px solid rgba(151, 151, 151, 0.17);
}
.plan-difference-section .section-left{
    padding-top: 90px;
    padding-bottom: 90px;
}
.plan-difference-section .section-left h4{
    margin-bottom: 1em;
}
.plan-difference-section .section-left ol li{
    margin-bottom: 1em;
}
.plan-difference-section .testimonials-slider{
    margin-bottom: 30px;
}
.plan-difference-section .section-inner{
    background-color: #F0F1ED;
    margin: 0 auto -14vw;
    position: relative;
    z-index: 1;
        max-width: 84.375rem;
}
.details-section{
    border-bottom: 1px solid rgba(151, 151, 151, 0.38);
}
.details-section .left-img .before-block{
    width: 50vw;
}
.details-section .right-content{
    padding: 19vw 5% 60px 7%;
}
.team-section{
    padding-top: 110px;
    padding-bottom: 35px;
}
.team-section h2{
    margin-bottom: 1em;
}
.team-section .staff-name{
    font-size: 1.1em;
}
.team-section .staff-img{
    margin-bottom: 30px;
    display: block;
}
.team-section .staff-img img{
    width: 100%;
}
.stories-page .heading-section .heading-left{
    padding-bottom: 25px;
}
.stories-page .partners-section h6{
    text-transform: none;
    font-weight: 600;
    margin-bottom: 25px;
}
.stories-section{
    padding-top: 85px;
    padding-bottom: 55px;
    background-color: #ECEDE7;
}
.stories-section .card {
    border: 0;
    background: #fff;
    border-radius: 0;
    margin-left: 15px;
    margin-right: 15px;
    height: auto;
    display: flex!important;
}
.stories-section .card-section{
    padding: 30px 35px;
}
.stories-section .card-section h3{
    color: #505050;
    line-height: 1.08;
}
.stories-section .card-section .button{
    margin-top: auto;
}
.stories-section .card-image img{
    width: 100%;
    height: auto;
}
.content{
    padding: 90px 180px 90px 0;
}
.sidebar{
    padding: 90px 0 90px 60px;
}
#sidebar-curve{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
}
.resources-section {
    padding-top: 50px;
    padding-bottom: 60px;
}
.resources-section .resources-list {
   /* max-width: calc(84.375rem + 20px);*/
    margin-left: -25px;
    margin-right: -25px;
}
.resources-section .resources-list .slick-list{
    padding-top: 10px;
}
.resources-section .resources-list > .columns{
    padding-left: 25px;
    padding-right: 25px;
}
.resources-section .resources-list .callout {
    border: none;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.11);
    margin-left: 15px;
    margin-right: 15px;
}
.resources-section .resources-list .callout .button{
    margin-top: auto;
}
.video-play-button{
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;   
    cursor: pointer;
    z-index: 20 !important;
    display: inline-block;
    transition: opacity .3s ease;
    opacity: 0.65;
}
.video-play-button:hover{
    opacity: 1;
}
.video-play-button .icon{
    font-size: 4em;
    margin-bottom: 10px;
}
.video-play-button > span{
    display: inline-block;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.heading-section .anchor{
    position: absolute !important;
    margin-left: 23px;
}
.services-page.home-v2 .heading-section .heading-inner{
    margin-top: 0;
    transform: none;
}
.services-page.home-v2 .heading-section + .partners-section{
    padding-top: 75px;
    padding-bottom: 50px;
}
.services-page .info-section{
    border: none;
}
.services-content-nav .row{
    max-width: calc(84.375rem + 10vw);
}
.services-content-nav .menu{
    padding-left: 5vw;
    padding-right: 5vw;
    background-color: #393939;
}
.services-content-nav .menu > li{
    color: #fff;
    font-size: 24px;
    flex-grow: 1;
    padding: 25px 10px;
}
.services-content-nav .menu > li + li{
    border-left: 1px solid rgba(151, 151, 151, 0.47);
}
.services-content-nav .menu > li > a{
    text-align: center;
    color: inherit;
}
.services-content-nav .menu > li > a:hover{
    opacity: 0.5;
}
.right-text-over-section{
    padding-top: 85px;
    padding-bottom: 200px;
}
.right-text-over-section .left-img .before-block{
    bottom: -80px;
}
.right-text-over-section .callout{
    border: none;
    border-radius: 0;
    transform: translate(-10%, 130px);
}
.advice-section{
    z-index: 2;
}
.advice-section .imgs-group > img{
    max-width: 120%;
    position: absolute;
    left: 0;
}
.advice-section .imgs-group > img:first-child{
    top: 0;
}
.advice-section .imgs-group > img:nth-child(2){
    top: 50%;
    transform: translate(-40px, -50%);
    z-index: 2;
}
.advice-section .imgs-group > img:last-child{
    bottom: 0;
}
.bottom-wave{
    height: 10vw;
}
.bottom-wave svg{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.mtenance-section{
    padding-top: 110px;
    padding-bottom: 70px;
}
.mtenance-section .left-over-img{
    max-width: 40vw;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 15%;
    z-index: 5;
}
.fees-payments-section #curve-wave{
    display: block;
    transform: rotateY(180deg);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}
.fees-payments-section .left-text{
    padding: 70px 8% 90px;
}
.our-helps-section{
    padding-top: 100px;
    padding-bottom: 60px;
    border-top: 1px solid rgba(151, 151, 151, 0.25);
    border-bottom: 1px solid rgba(151, 151, 151, 0.25);
}
.our-helps-section .check-list{
     -webkit-column-count: 2;
     -moz-column-count: 2;
     -o-column-count: 2;
     column-count: 2;
     padding-left: 5%;
    margin-bottom: 0;
}
.our-helps-section .check-list > li{
    margin-bottom: 15px;
}
.service-main-content h2,
.our-helps-section h2{
    font-size: 2.8em;
}
.service-main-content{
    padding-top: 85px;
    padding-bottom: 80px;
}
.service-main-content > .row{
    max-width: 670px;
}
.service-single .heading-section .heading-left,
.testimonials-page .heading-section .heading-left{
    padding-top: 70px;
    padding-bottom: 70px;
}
.ms-grid .grid-item{
    margin: 12px;
    width: calc(100%/3 - 24px);
}
.ms-grid .grid-item .callout{
    border: none;
    border-radius: 0;
    padding: 13% 10%;
    margin: 0;
}
.grid-section{
    background-color: #ECEDE7;
    padding-top: 110px;
    padding-bottom: 65px;
}
.partners-list a{
    display: block;
    padding: 40px;
}
.getintouch-section{
    padding-bottom: 90px;
    background-color: #F0F1ED;
}
.callback-page .location-section .half-row {
    padding-left: 15px;
    padding-right: 15px;
}
.callback-page .location-section #curve{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45%;
    z-index: 1;
}
.callback-page .location-section *:not(#curve){
    position: relative;
    z-index: 2;
}
.callback-page .location-section .address-col a{
    margin-top: auto;
    align-self: flex-start;
}
.getintouch-section .before-block {
    position: absolute !important;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50vw;
}
.getintouch-section .half-row{
    max-width: 42.1875rem!important;
    padding-left: 15px;
    padding-right: 15px;
}
.getintouch-section .callout{
    display: inline-block;
    padding: 50px 45px;
    border: 0;
    border-radius: 0;
    position: relative;
    margin-top: -220px;
    margin-bottom: 50px;
}
.getintouch-form-wrap{
    padding: 90px 85px;
}
.calculators-section{
    padding-top: 100px;
}
.calculators-section .before-block{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60vw;
}
.calculators-list{
    position: relative;
    z-index: 2;
    padding-top: 85px;
    padding-bottom: 85px;
    transform: translateX(15%);
}
.calculators-list .callout{
    padding: 30px 35px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.11);
    border-radius: 4px;
    border: 0;
}
.calculators-list .columns{
    padding-left: 10px;
    padding-right: 10px;
}
.calculators-list .callout a{
    margin-top: auto;
    margin-bottom: 0;
}
.calculators-info{
    padding-top: 65px;
    padding-bottom: 65px;
}
.calculators-info p{
    font-size: 16px;
    margin-bottom: 0;
}
.ebook-section{
    padding-top: 100px;
    padding-bottom: 100px;
}
.ebook-section .card{
    border: 0;
}
.ebook-section .card-image{
    box-shadow: 0 2px 9px 0 rgba(0,0,0,0.13);
    margin: 5px;
}
.ebook-section .card-section{
    padding: 30px 5px;
}
.ebook-section .card-section h4{
    margin-bottom: 60px;
    letter-spacing: 0;
}
.ebook-section .card-section a{
    margin-top: auto;
    align-self: flex-start;
}
.heading-section .slick-dots{
    justify-content: flex-start;
    transform: translateY(30px);
}
.blog-index.home-v2 .heading-section .heading-left{
    padding-bottom: 40px;
}
.blog-index.home-v2 .heading-section .heading-inner{
    margin-top: 0;
    transform: translateY(0);
}
.blog-content .anchor{
    top: 0;
}
.blog-content{
    padding-top: 70px;
    margin-top: 80px;
    border-top: 1px solid #ECECEC;
}
.blog-sidebar{
    padding-left: 9%;
}
.blog-main {
    padding-top: 70px;
}
.blog-posts-list{
    margin-bottom: 40px;
}
.blog-posts-list .card{
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.11);
    border: none;
    border-radius: 0;
}
.blog-posts-list a.card-image {
    display: block;
    overflow: hidden;
}
.blog-posts-list .card-image > img{
    width: 100%;
    transition: all 3s ease;
}
.blog-posts-list .card-image:hover > img{
    transform: scale(1.5);
}
.blog-posts-list.row > .columns{
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.blog-posts-list .card .card-section{
    padding: 11%;
}
.blog-posts-list .card .card-section h3{
    color: #505050;
    font-weight: 600;
    line-height: 1.1;
    min-height: 3.6em;
}
.blog-posts-list .card .card-section > p:empty:last-of-type{
    margin: 0;
}
.blog-sidebar .widget{
    margin-bottom: 60px;
}
.blog-sidebar .widget h3{
    margin-bottom: 0.7em;
}
.blog-sidebar .topics-list li{
    margin-bottom: 15px;
}
.blog-sidebar .topics-list a{
    font-size: 1.5em;
}
.posts-navigation .screen-reader-text{
    display: none;
}
.contact-widget .social-menu.menu > li > a{
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}
.nav-links{
    display: flex;
    padding-top: 60px;
    padding-bottom: 80px;
}
.nav-links .nav-next{
    margin-left: auto;
}
.nav-links a{
    background: linear-gradient(50deg, #678220 0%, #92b614 100%);
    border-radius: 4.8px;
    box-shadow: 1px 2px 5px 0 rgba(0,0,0,0.28);
    color: #fff;
    font-size: 0.94em;
    padding: 0.7em 3em;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.blog-content.search-result{
    border-top: none;
    margin-top: 0;
}
.search-result .blog-main{
    padding-top: 30px;
}
.single-heading{
    padding-left: 4%;
    height: 40vw;
    background-size: 100% auto;
    background-position: 5% 0;
    background-clip: content-box;
}
.single-heading #head-curve{
    bottom: 0;
    position: absolute;
    width: 50%;
    right: 0;
}
.single-heading .single-cover{
    width: 100%;
    object-fit: cover;
}
.single-post-content{
    background-color: #fff;
    border: 1px solid #ECECEC;
}
.single-post-content .anchor{
    top: 0;
}
.single-post-content > .row{
    padding: 90px 5% 0;
    margin-bottom: -15vw;
    transform: translateY(-15vw);
    background-color: #fff;
    max-width: 890px;
}
.single-post-content p{
    margin-top: .5em;
    margin-bottom: 2.5em;
}
.single-post-content .post-author{
    margin-bottom: 20px;
}
.single-post-content .post-author h6{
    text-transform: none;
}
.chat-form .gform_wrapper [type="submit"], 
.contact-section .gform_wrapper [type="submit"]{
    transition: all .3s ease;
}
.chat-form .gform_wrapper [type="submit"]:hover, 
.contact-section .gform_wrapper [type="submit"]:hover{
    background: linear-gradient(50deg, #556b1a 0%,#92b614 200%);
}
.page-id-178 .site-main{
    padding-top: 10vw;
    padding-bottom: 10vw;
}
.stories-slider{
    padding-top: 30px;
}
.congrat-reveal .gfield_radio label{
    display: block;
}
.page-id-3 .site-main{
    padding-top: 80px;
    padding-bottom: 60px;
}
.page-id-3 .site-main h2{
    font-size: 2.1em;
}
.page-id-3 .site-main h3{
    font-size: 1.2em;
}
.error404 .section h1{
    font-size: 6em;
}
@media screen and (max-width: 1399px){
    .home-v2 .heading-section .heading-inner{
        margin-left: 0;
    }
    .resources-section .resources-list {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media screen and (max-width: 1299px) {
    .heading-section{
        padding-bottom: 30px;
    }
    .congrat-reveal .reveal-text{
        padding: 35px 55px 35px 5px;
    }
    .congrat-reveal .overwritten-img{
        right: -110px;
        max-width: 150%
    }
    .congrat-reveal.reveal{
        transform: translateX(-50px);
    }
    .congrat-reveal .close-button, .close-button.medium{
        right: -100px;
    }
    .plan-difference-section .section-inner{
        margin-left: 20px;
        margin-right: 20px;
    }
    .team-section{
        padding-top: 80px;
        padding-bottom: 25px;
    }
    .team-single.heading-section .before-block > img{
        height: 45%;
    }
    .grid-section{
        padding-top: 60px;
    }
    .services-content-nav .menu > li{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .search-form .button{
        font-size: 20px;
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .blog-main{
        padding-top: 30px;
    }
}
@media screen and (max-width: 63.96em){
    .why-fs-section{
        padding-bottom: 50px;
    }
    .why-fs-section .callout{
        padding: 8%;
        transform: translate(-50px, 20px);
    }
    .users-benefit-section .benefit-list{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
    }
    .who-is-section .img-group > img:nth-child(2) {
        margin-left: 50px;
    }
    .users-benefit-section{
        padding-bottom: 7vw;
    }
    .who-is-section .img-group > img {
        margin-top: -30px;
    }
    .who-is-section .section-text{
        padding: 30px 0 0 0;
    }
    .who-is-section{
        padding-bottom: 45px;
    }
    .location-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .location-section .half-row{
        padding-top: 30px;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    #gmap_canvas{
        height: 300px;
    }
    .download-section{
        padding-top: 53px;
        padding-bottom: 30px;
    }
    .download-section .img-wrap{
        padding-left: 0;
    }
    .congrat-reveal.reveal{
        transform: translateX(0);
    }
    .congrat-reveal .close-button, .close-button.medium{
        top: 20px;
        right: 20px;
        color: #000;
    }
    .contact-section .call-section .phone-number{
        font-size: 1.5em;
    }
    .signup-section .gutter-10>.columns{
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-v2.about .heading-section .before-block {
        position: relative!important;
        width: 100%;
    }
    .home-v2.about .heading-inner>.row,
    .home-v2.about .heading-inner>.row>.columns:first-child{
        padding-left: 0;
        padding-right: 0;
    }
    .about.home-v2 .heading-section{
        border-bottom: 1px solid #F0F1ED;
    }
    .about.home-v2 .heading-section .heading-inner{
        margin-bottom: 0;
        transform: none;
        margin-top: 0;
    }
    .about.home-v2 .heading-section .heading-left {
        padding: 50px 15px;
    }
    .info-section{
        padding: 6vw 0;
    }
    .details-section .right-content{
        padding: 19vw 2% 60px 4%;
    }
    .team-section{
        padding-top: 40px;
        padding-bottom: 0;
    }
    .plan-difference-section .section-left{
        padding: 50px 30px 30px;
    }
    .team-single.heading-section .row,
    .team-single.heading-section .columns.relative-block{
        position: static !important;
    }
    .team-single.heading-section .heading-inner{
        padding-top: 60vw;
    }
    .team-single.heading-section .heading-left{
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .home-v2 .team-single.heading-section .before-block{
        width: 100%;
        top: 0;
        position: absolute !important;
        height: 60vw;
    }
    .team-single.heading-section .before-block > img{
        height: 100%;
    }
    .team-single.heading-section{
        margin-bottom: 0;
    }
    .chat-form{
        padding-left: 5%;
        padding-right: 5%;
    }
    .home-v2 .team-single.heading-section .heading-left{
        padding: 25px 20px 0 !important;
    }
    .home-v2 .heading-section.team-single + .partners-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .content{
        padding: 50px 0;
    }
    .sidebar{
        padding: 50px 10px;
    }
    .stories-section{
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .big-section{
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .partners-list.big-section a{
        padding: 0 15px;
    }
    .ms-grid .grid-item{
        width: calc(100%/2 - 24px);
    }
    .heading-section .anchor{
        margin: 0;
        transform: translate(-50%);
    }
    .heading-section .heading-left{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .services-page .info-section{
        border-top: 1px solid rgba(151, 151, 151, 0.17);
    }
    .right-text-over-section .callout{
        width: 110%;
        transform: translate(-10%, 65px)
    }
    .right-text-over-section{
        padding-top: 55px;
        padding-bottom: 150px;
    }
    .right-text-over-section .callout > .padding-3{
        padding: 1.5rem !important;
    }
    .advice-section .imgs-group{
        height: 120vw;
        margin-bottom: 30px;
    }
    .advice-section .imgs-group > img{
        max-height: 40%;
        width: 100%;
        object-fit: cover;
    }
    .advice-section .imgs-group > img:nth-child(2){
        width: auto;
    }
    .mtenance-section{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .mtenance-section .left-over-img{
        max-width: 50vw;
        right: 0;
    }
    .getintouch-section{
        padding-bottom: 0;
    }
    .getintouch-form-wrap{
        padding: 45px 0;
    }
    .getintouch-section .before-block{
        position: relative!important;
        width: 100%;
    }
    .getintouch-section .half-row{
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
    .getintouch-section .callout{
        padding: 25px 20px;
        margin-bottom: 25px;
    }
    .getintouch-section .testimonials-slider{
        padding-left: 0;
        padding-right: 0;
    }
    .getintouch-section .gutter-16>.columns{
        padding-left: 15px;
        padding-right: 15px;
    }
    .calculators-section{
        padding-top: 45px;
    }
    .calculators-section .before-block{
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }
    .calculators-list {
        position: relative;
        z-index: 2;
        padding-top: 45px;
        padding-bottom: 0;
        transform: translateX(0);
    }
    .calculators-list .columns{
        padding-left: 15px;
        padding-right: 15px;
    }
    .calculators-info{
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .blog-content{
        padding-top: 50px;
        margin-top: 40px;
    }
    .blog-sidebar{
        padding-left: 0;
        padding-top: 30px;
        border-top: 1px solid rgba(151, 151, 151, 0.28);
    }
    .nav-links{
        padding-top: 20px;
        border-top: 1px solid rgba(151, 151, 151, 0.28);
        padding-bottom: 20px;
    }
    .blog-posts-list{
        margin-bottom: 10px;
    }
    .post-title br{
        display: none;
    }
    .ebook-section{
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .ebook-section .card-section h4{
        margin-bottom: 35px;
    }
    .resources-section{
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .resources-section .resources-list{
        margin-left: -10px;
        margin-right: -10px;
    }
    .resources-section .resources-list .callout{
        margin-left: 15px;
        margin-right: 15px;
    }
    .video-play-button{
        font-size: 12px;
    }
    .sidebar form{
        position: relative;
        z-index: 2;
    }
}
@media screen and (max-width: 39.96em) {
    .heading-section{
        margin-bottom: 10px;
    }
    .home-v2 .heading-section{
        padding-top: 0;
    }
    .home-v2 .heading-section .heading-left{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .home-v2 .heading-section .before-block{
        position: relative!important;
        width: 100%;
    }
    .home-v2 .heading-inner>.row,
    .home-v2 .heading-inner>.row>.columns:first-child{
        padding-left: 0;
        padding-right: 0;
    }
    .home-v2 .heading-section .heading-left{
/*        padding: 50px 15px;*/
    }
    .your-success-section .section-left{
        padding-right: 0;
        padding-top: 30px;
    }
    .about-us-section .left-img .before-block{
        position: relative;
        width: 100%;
    }
    .about-us-section .section-right {
        padding-left: 0;
        padding-bottom: 0;
    }
    .partners-slider{
        margin-left: -20px;
        margin-right: -20px;
    }
    .why-fs-section{
        padding-bottom: 7vw;
    }
    .small-bg-only{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        max-height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .why-fs-section .callout{
        position: relative;
        z-index: 2;
        transform: none;
        margin: 25px;
        box-shadow: 0 2px 7px 0 rgba(0,0,0,0.12);
    }
    .why-fs-section .callout .link-underline{
        margin-bottom: 20px;
    }
    .who-is-section .img-group{
        overflow: hidden;
    }
    .who-is-section .img-group > img{
        margin: 0 -20px;
        width: 100vw;
        max-width: 100vw;
    }
    .who-is-section .section-text{
        padding: 50px 25px;
    }
    .who-is-section{
        padding-bottom: 0;
    }
    .why-fs-section
    .congrat-reveal.reveal{
        width: 100%;
    }
    .congrat-reveal .reveal-text{
        padding-right: 0;
    }
    .signup-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .signup-section h2{
        margin-bottom: 20px;
    }
    .details-section .left-img .before-block{
        position: relative;
        width: 100%;
    }
    .details-section .right-content{
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
    .plan-difference-section .section-inner > .row{
        margin-left: -20px;
        margin-right: -20px;
    }
    .testimonials-slider{
        padding: 15px 20px 30px 15px;
    }
    .testimonials-slider .slick-dots{
        bottom: 25px;
    }
    .plan-difference-section .testimonials-slider{
        margin-bottom: 0;
    }
    .content{
        padding-bottom: 30px;
    }
    .sidebar{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .main-content .v-delim{
        border-left: none;
        border-top: 1px solid rgba(151,151,151,0.3);
    }
    .stories-page .heading-section + .partners-section{
        padding-top: 20px;
        padding-bottom: 45px;
    }
    .stories-section .card-section{
        padding: 30px 20px;
    }
    .home-v2 .heading-section + .partners-section,
    .our-helps-section,
    .service-main-content{
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .our-helps-section .check-list{
        padding-left: 0;
    }
    .chat-form{
        padding-left: 5px;
        padding-right: 5px;
    }
    .ms-grid .grid-item{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .ms-grid .grid-item .callout{
        padding: 25px;
    }
    .grid-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .home-v2 .heading-section .heading-inner{
        border-bottom: 1px solid #ECEDE7;
        transform: translateY(0);
        margin-top: 0;
    }
    .heading-section h2 br{
        display: none;
    }
    .services-page.home-v2 .heading-section + .partners-section{
        padding-top: 45px;
    }
    .right-text-over-section .callout{
        width: 100%;
        transform: translate(0, -10%);
    }
    .right-text-over-section .left-img .before-block{
        margin: 0;
        width: 100vw;
        height: 60vw;
        position: static;
        margin-left: -20px;
        margin-right: -20px;
    }
    .right-text-over-section{
        padding-bottom: 10px;
    }
    .advice-section{
        padding-top: 25px;
    }
    .mtenance-section .left-over-img{
        position: static;
        margin-bottom: 25px;
    }
    .mtenance-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .fees-payments-section .left-text{
        padding: 50px 2% 40px;
    }
    .callback-page .location-section #curve{
        width: 100%;
    }
    .home-v2.blog-index .heading-section .heading-inner{
        border: none;
    }
    .blog-content{
        margin-top: 30px;
    }
    .blog-posts-list.row > .columns{
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .nav-links{
        flex-wrap: wrap;
    }
    .nav-links > div{
        flex-basis: 100%;
    }
    .nav-links a{
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .blog-posts-list .card .card-section h3{
        min-height: 0;
        margin-bottom: 0.7em;
    }
    .single-post-content > .row{
        padding: 40px 2% 0;
        margin-bottom: 0;
        transform: none;
    }
    .single-post-content p{
        margin-bottom: 2em;
    }
    .ebook-section .card-section h4{
        margin-bottom: 15px;
    }
    .resources-section .resources-list{
        margin-left: auto;
        margin-right: auto;
    }
    .resources-section .resources-list.resources-slider{
        margin-left: -10px;
        margin-right: -10px;
    }
    .signup-section .form-field{
        height: 45px;
    }
    .signup-section .button {
        font-size: 16px;
    }
    .heading-section .heading-left{
        padding-right: 0.9375rem;
    }
    .signup-section h2{
        font-size: 30px;
    }
    .your-success-section .anchor[href="#target_3"]{
        bottom: -70px;
    }
    .about-us-section{
        padding-top: 50px;
    }
    .about-us-section .section-top{
        padding-bottom: 30px;
    }
    .resources-section .resources-list .callout .padding-top-2{
        padding-top: 1rem !important;
    }
    .resources-section .resources-list .callout .padding-left-2{
        padding-left: 1rem !important;
    }
    .resources-section .resources-list .callout .padding-right-2{
        padding-right: 1rem !important;
    }
    .contact-section .gform_fields .gfield {
        padding-left: 0;
        padding-right: 0;
    }
    .blog-posts-list .card .card-section {
        padding: 8%;
    }
    .search-form .button{
        font-size: 17px;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .ebook-section .card{
        padding: 0 10%;
    }
    .ebook-section .card-section{
        padding-top: 20px;
    }
    .location-section{
        padding-top: 0;
    }
    .location-section .row{
        padding-left: 0;
        padding-right: 0;
    }
    .chat-form .gform_wrapper .ginput_container [type="text"], .chat-form .gform_wrapper .ginput_container [type="password"], .chat-form .gform_wrapper .ginput_container [type="date"], .chat-form .gform_wrapper .ginput_container [type="datetime"], .chat-form .gform_wrapper .ginput_container [type="datetime-local"], .chat-form .gform_wrapper .ginput_container [type="month"], .chat-form .gform_wrapper .ginput_container [type="week"], .chat-form .gform_wrapper .ginput_container [type="email"], .chat-form .gform_wrapper .ginput_container [type="number"], .chat-form .gform_wrapper .ginput_container [type="search"], .chat-form .gform_wrapper .ginput_container [type="tel"], .chat-form .gform_wrapper .ginput_container [type="time"], .chat-form .gform_wrapper .ginput_container [type="url"], .chat-form .gform_wrapper .ginput_container [type="color"], .chat-form .gform_wrapper .ginput_container textarea, .chat-form .gform_wrapper .ginput_container select, .contact-section .gform_wrapper .ginput_container [type="text"], .contact-section .gform_wrapper .ginput_container [type="password"], .contact-section .gform_wrapper .ginput_container [type="date"], .contact-section .gform_wrapper .ginput_container [type="datetime"], .contact-section .gform_wrapper .ginput_container [type="datetime-local"], .contact-section .gform_wrapper .ginput_container [type="month"], .contact-section .gform_wrapper .ginput_container [type="week"], .contact-section .gform_wrapper .ginput_container [type="email"], .contact-section .gform_wrapper .ginput_container [type="number"], .contact-section .gform_wrapper .ginput_container [type="search"], .contact-section .gform_wrapper .ginput_container [type="tel"], .contact-section .gform_wrapper .ginput_container [type="time"], .contact-section .gform_wrapper .ginput_container [type="url"], .contact-section .gform_wrapper .ginput_container [type="color"], .contact-section .gform_wrapper .ginput_container textarea, .contact-section .gform_wrapper .ginput_container select{
        height: 50px !important;
    }
    .page-id-3 .site-main{
        padding-top: 45px;
        padding-bottom: 50px;
    }
    .video-play-button{
        opacity: 1;
    }
}
@media screen and (max-width: 400px) {
    .users-benefit-section .benefit-list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
    }
    .mtenance-section h2 br,
    .mtenance-section .left-over-img{
        display: none;
    }
    .ebook-section .card{
        padding: 0 3%;
    }
}