@font-face {
    font-family: 'Myriad Pro';
    src: url('MyriadPro-Regular.woff2') format('woff2'),
        url('MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Override */
label {
    color: #414042;
}
.top-bar {
    z-index: 999999;
}
.hamburger {
    cursor:pointer;
}
.pagination.top li {
   display: inline-block;
   padding: 9px 14px;
   font-family: Roboto;
   font-size: 20px;
   font-weight: 600;
   font-stretch: normal;
   font-style: normal;
   line-height: 1.12;
   letter-spacing: normal;
   color: #ffffff;
   height: 40px;
   border-radius: 0px;
   background: #d8d8d8;
   margin-right: 8.5px;
   text-align: center;
   width: 60px;
   vertical-align: middle;
}
.pagination.top li.current a{
    background: none;
    padding: 0;
}
#print-result{
    display: none;
}

/* This is how you would create a custom secondary theme on top of tooltipster-noir: */

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
    background: grey;
    border: 1px solid red;
    border-radius: 6px;
    box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
    color: blue;
    padding: 8px;
}

/* Page Full Styling */

/* Page Full Styling - Header */
.page-template-page-calculator-custom .top-bar ul.menu.secondary,
.page-template-page-calculator-custom .top-bar ul.menu::after,
.page-template-page-calculator-custom .hide-template-calc{
    display: none;
}
.page-template-page-calculator-custom .top-bar ul.menu{
    margin-right: 0;
    padding-right: 0;
}

.page-calc {
    margin-top:40px;
}

.page-calc .row{
    max-width: 1170px;
    margin: 0 auto;
    display:block;
	margin-bottom:24px;
	margin-top:12px;
}

.article-wrapper-header{
    max-width: 845px;
    margin: 0 auto;
}

.article-wrapper-header .title {
    background-color: #00ADE8;
    color: #fff;
    clear: both;
    float: left;
    line-height: 1em;
    margin-bottom: 40px;
    padding: 10px;
}


/* Carousel at footer*/
.carousel-row {
    background: #FFFFFF;
}
.carousel-wrapper{
    margin: 0 auto;
    max-width: 1166px;
}

/* CTA at footer */
#primary .cta-row {
    background: #F2F2F2;
    padding: 80px 0px 80px 0px;
}
.cta-row > .row{
    margin: 0 auto;
    max-width: 87.5rem;
}

.cta-row hr {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}

#primary .cta-row h4 {
    color: #292F36;
}


/* FOOTER */
#colophon .footer-main {
    padding-bottom: 40px;
    max-width: 87.5rem;
    margin: auto;
}

.colophon-wrapper-content{
    max-width: 87.5rem;
    margin: auto;
}

.footer-bottom .row{
    max-width: 87.5rem;
    margin: auto;
}


/* FORM STYLING */
.gform_wrapper input[type='number'], .gform_wrapper div div input.number {
    margin-bottom: 0px;
    margin-top: 0px;
    height: 45px;
    border-radius: 0px;
    border: solid 2px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    text-align: right;
    font-family: Poppins!important;
    font-size: 19px!important;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.79;
    letter-spacing: normal;
    text-align: right;
    color: rgba(21, 20, 57, 0.6);
}
.gform_wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
.gform_wrapper ::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
.gform_wrapper :-ms-input-placeholder { /* IE 10+ */
  color: black;
}
.gform_wrapper :-moz-placeholder { /* Firefox 18- */
  color: black;
}

.gform_wrapper input[type='text'],
.gform_wrapper input[type='email'],
.gform_wrapper input[type='textarea']{
    border: 0;
    color: black;
    font-size: 15px;
    height: auto;
    line-height: 16px;
    padding: 15px 18px 14px 30px !important;
}

.gform_wrapper form li, .gform_wrapper li {
    margin-right: 0px;
}
.gform_wrapper li.rangeslider-item{
    border-bottom: 1px solid #ccc;
}
.gform_wrapper li.rangeslider-item.label-inline .gfield_label,
.gform_wrapper li.rangeslider-item.label-inline .ginput_container_rangeslider{
    display: inline-block;
    vertical-align: middle;
    
}

.gform_wrapper li.rangeslider-item.label-inline .gfield_label{
        padding-right: 15px;
    width: 30%;
    font-size: 15px;
}
.gform_wrapper label {
    font-size:17px!important;
    line-height:17px;
    padding-top:13px;
    font-family: Poppins;
   
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.89;
    letter-spacing: normal;
   
}
.gform_wrapper label.label-info {
    cursor: pointer;
    padding-right: 20px;
    position: relative;
}
/*
.gform_wrapper label.label-info::after {
    border: 1px solid #9B9B9B;
    color: #9B9B9B;
    content: "i";
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    padding: 2px 8px;
    position: absolute;
    right: 0px;
    top: 13px;
}
*/
.gform_wrapper label.label-info span.tooltips{
    border: 1.5px solid #999999;
    color: #999999;
    font-weight: bold;
    font-size: 13px;
    position: absolute;
    right: -9px;
    top: 13px;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
}

.gform_wrapper label.label-wide span.tooltips {
    position:static;
    margin-left:10px;
    display: inline-block;
}

.gform_wrapper label.label-info .fa-info{
    border: 1.5px solid #9B9B9B;
    color: #9B9B9B;
    font-size: 12px;
    padding: 3px 8px 2px;
    position: absolute;
    right: 0;
    top: 13px;
}

.gform_wrapper .has-tip {
    border-bottom: 0px;
    cursor: help;
    display: block;
    font-weight: normal;
    outline: 0;
    position: relative;
}

.gform_wrapper li.rangeslider-item.label-inline .ginput_container_rangeslider{
    width: 70%;
}


.gform_wrapper li.rangeslider-item.label-inline div.ginput_container {
    margin-top: 0px;
    position: relative;
    top: 10px;
}
.gform_wrapper ul li.gfield.rangeslider-item.label-inline {
    margin-top: 0px;
}
.gform_wrapper [type='number'], .gform_wrapper input.number {
    background-color: inherit;
    border: 0px;
    box-shadow: none;
    display: inline-block;
    font-weight: bold;
    text-align: left;
    width: 100%;
}
.content-form-col{
    display: inline-block;
}
.content-form-text-section{
   font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: rgba(115, 114, 136, 0.63);
    padding-right: 20px;
}

.wrapper-waiting .content-form-text-section{
    color: #FFFFFF;
}


.dollar-sign{
    display: none;
}
.dollar-sign.active{
    display: block;
    font-weight: bold;
    font-family: Poppins;
    font-size: 19px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.84;
    letter-spacing: normal;
    color: rgba(21, 20, 57, 0.6);
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    left: 14.7px;
}

.switch {
    height: 24px;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: .875rem;
    font-weight: bold;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 12px;
    border-radius: 8px;
    background: #D1D3D4;
    transition: all 0.25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
    padding: 0;
    top: 0px;
}

.switch-paddle::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    transform: translate3d(0, 0, 0);
    transition: all 0.25s ease-out;
    content: '';
    width: 26px;
    height: 26px;
    border-radius: 17px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.31);
    background-color: #ffffff;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wrapper-content-form{
    margin: auto;
}



/* form styling - accordion */
.gform_wrapper li.accordion-item:nth-child(2n+1) {
    /* background-color: #F2F2F2; */
}

.gform_wrapper li.accordion-item.last-accordion {
       background: #f2f2f2;
}

.gform_wrapper li.accordion-item.last-accordion .accordion-content{
       max-width: 100%;
       padding: 0;
       width: 100%;
}

.gform_wrapper li.accordion-item.last-accordion .accordion-content .row{
       max-width: 1170px;
       margin: 0 auto;
}


    
.gform_wrapper li.accordion-item.last-accordion .accordion-content p.short_desc_last_item{
       color: #FFFFFF;
}


.gform_wrapper li.accordion-item.last-accordion a,
.gform_wrapper li.accordion-item.last-accordion a:hover,
.gform_wrapper li.accordion-item.last-accordion a:focus {
    
     background: #f2f2f2;
}


.accordion-content, .accordion-title {
    max-width: 100%;
    margin:0 auto;
}

.accordion-title, .accordion-title:hover, .accordion-title:focus {
    color: #ff4d63;
}

.flex-control-paging li a.flex-active {
    background: #00ADE8;
}

.accordion-title,
.accordion-title:hover, .accordion-title:focus {
    background: #f2f2f2;
}
.accordion-title::before {
    display: none;
}
.accordion-content {
    background-color: inherit;
}
.accordion-item .wrapper-content-form{
    padding-right: 30px;
    position: relative;
    max-width: 1170px;
}
.gform_wrapper li.accordion-item:nth-child(odd):not(.last-accordion) .accordion-title.answered,
.gform_wrapper li.accordion-item:nth-child(even):not(.last-accordion) .accordion-title.answered{
   color: #58595B;
   cursor: default;
}

.gform_wrapper li.accordion-item:nth-child(odd):not(.last-accordion) .accordion-title.not-answered,
.gform_wrapper li.accordion-item:nth-child(even):not(.last-accordion) .accordion-title.not-answered{
   color: #58595B;
}



.accordion-item .accordion-title.answered .wrapper-content-form::after {
    content: "\f00c";
    color: #FFFFFF;
    font-size: 11px;
    font-family: "Font Awesome 5 Pro";
    background-color: #00ADE8;
    padding: 4px 5px 3px 4px;
    border-radius: 100%;
}

.accordion-item .wrapper-content-form::after {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    font-family: "Font Awesome 5 Pro";
    content: '\f054';
    color: #ff4d63;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.accordion-item.last-accordion .wrapper-content-form::after {

}

.accordion-item.is-active .wrapper-content-form::after {
    color: #ff4d63;
    content: '\f054';
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-family: "Font Awesome 5 Pro";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;

}

.accordion-item.is-active.last-accordion .wrapper-content-form::after {
   
}

.accordion-content.gfield_course_option_wrapper ul{
    margin:0; 
}
.accordion-content.gfield_course_option_wrapper{
    max-width: 880px;
    margin: auto;
}

.accordion-content .no-margin{
    padding: 0;
}
.gform_wrapper ul li.gfield.gform_item_wrapper_begin:nth-child(odd) {
    background-color: #F2F2F2;
}

.gform_wrapper ul li.gfield.gform_item_wrapper_begin:nth-child(even) {
    background-color: #FFFFFF;
}

/* form styling - range slider */
.slider-container {
}
.slider-container .col1{
    float: left;
}

.slider-container .col2{
    float: right;
    position: relative;
}

.slider-container .col3{
    float: left;
}

button, .button {
    font-family: 'Myriad Pro', sans-serif;
}

.button-container button, .button-container .button{
    font-family: Roboto;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  color: #ffffff;
  border-radius:0px;
    padding: 8.2px 18px;
    margin: 0 10px 10px 0px;
	background:#ff4d63;
}
.button-container .hide{
    display: none;
}
.accordion-content .button-wait {
    background-color: #d8d8d8;
    cursor: default;
    margin: 0 10px 10px 0px;
    vertical-align: top;
    border-radius: 0px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal;
    color: #ffffff;
}
.accordion-content .button-wait.hide{
    display: none;
}
.accordion-content .button.check:after {
   
    content: "\f00c";
    font-size: 14px;
    font-family: "Font Awesome 5 Pro";
    padding: 0px 0px 0px 0px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #fff;
    color: #ff4d63;
    border-radius: 100%;
    line-height: 24px;
    margin-left: 14px;
    
}

.slider {
   background-color: #e2e3e4;
   border-radius: 8px;
   margin-right: 0px;
   margin-bottom: 20px;
   margin-right: 9px;
   margin-left: 9px;
}
[data-whatinput='mouse'] .slider-handle, .slider-handle, .slider-handle:hover {
    outline: 0;
    background-color: #f2f2f2;
}
.slider-handle{
    width: 26px;
    height: 26px;
    border-radius: 17px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.31);
    background-color: #ffffff;
}
.slider-fill {
    background-color: #e2deff;
    border-radius: 8px;
}

.ginput_container.ginput_container_rangeslider .large-8{
    padding-left: 0;
}

.pagination li.current, .pagination li:hover, .pagination button:hover, .pagination .section-selected{
    padding: 9px 14px;
    background: #ff4d63;
    color: #fff;
    width: 60px;
    height: 40px;
    border-radius: 0px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    letter-spacing: normal;
    color: #ffffff;
}
.gform_wrapper form .pagination li{
    font-size: 18px;
    margin-right: 10px;
}
.pagination a, .pagination button {
    display: block;
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: transparent;
}

.wrapper-waiting{ display: none; margin-bottom: 30px;}
.wrapper-waiting.active{display: block;}

.wrapper-waiting .pagination li a, .wrapper-waiting .pagination button {
    display: block;
    border-radius: 0;
    color: #fff;
    background-color: transparent!important;
}

.wrapper-waiting .pagination li {
    margin-right: 5px;
    display: inline-block;
    display: inline-block;
    padding: 9px 14px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    letter-spacing: normal;
    color: #ffffff;
    height: 40px;
    border-radius: 0px;
    background: #d8d8d8;
    margin-right: 8.5px;
    text-align: center;
    width: 60px;
    vertical-align: middle;
}

.pagination li.section-selected{
    background-color: #ff4d63;
    padding: 9px 14px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    letter-spacing: normal;
    color: #ffffff;
    height: 40px;
    border-radius: 0px;
    width: 80px;
    /* vertical-align: middle; */
}
.pagination .section-selected i{
    margin-left: 2px;
    position: relative;
    top: 0px;
    height: 22px;
    width: 22px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    line-height: 27px;
}

.fa-check:before {
    content: "\f00c";
    color: #ff4d63;
    font-size: 14px;
    font-family: "Font Awesome 5 pro";
    border-radius: 100%;
    display: block;
    position: relative;
    top: -1px;
}
.button-container {
    padding:15px 0;
}


/* styling result */
.debt-result-wrapper{
    position: relative;
    top: 20px;
}
.debt-result-wrapper .debt-result{
    display: inline-block;
}
.debt-result-wrapper .debt-result:nth-child(1){
    padding-top: 120px;
    vertical-align: bottom;
    width: calc(40% - 5px);
}

.debt-result-wrapper .debt-result:nth-child(1) img{
    display: none;
}


.debt-result-wrapper .debt-result:nth-child(2){
    
    vertical-align: top;
    width: calc(60% - 5px);
}
.debt-result-text{
    display: none;
    left: -20px;
    min-height: 180px;
    margin-bottom: 10px;
    position: relative;
}

.debt-result-text ul{
    list-style: none;
    margin-left: 0;
}

.debt-result-text li{
    border-bottom: 1px solid #F2F2F2;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.gform_wrapper ul li:nth-child(odd) .debt-result-text li{
    border-color: #F2F2F2;
}

.gform_wrapper ul li:nth-child(even) .debt-result-text li{
    border-color: #FFFFFF;
}

.debt-result-text li:last-child{
    border-bottom: 0px;
    padding-bottom: 0px;
}

.txt-black{
    color: #292F36;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
}

.txt-blue{
    font-weight: 600;
    line-height: 1;
}

.txt-dark-blue{
    color: #1a366e;
}

.gform_wrapper ul li:nth-child(even) .debt-result-text li .txt-blue{
    color:#FFFFFF;
    font-size: 14px;
    line-height: 18px;
}


.debt-result-wrapper .debt-result .active,
.debt-result-wrapper .debt-result img.active{
    display: block;
}

.gform_wrapper ul li:nth-child(odd) .debt-result-text{
    background-color: #FFFFFF;
    border-bottom: 5px solid #D1D3D4;
    padding: 20px 15px;
}
.gform_wrapper ul li:nth-child(odd) .debt-result-text::before{
    background-image: url('../images/caret.png');
    content: "";
    display: block;
    height: 33px;
    left: -21px;
    position: absolute;
    top: 100px;
    width: 22px;
}

.gform_wrapper ul li:nth-child(odd) .debt-result-text p{
    color: #2B569D;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}

.gform_wrapper ul li:nth-child(even) .debt-result-text{
    background-color: #00ADE8;
    border-bottom: 5px solid #D1D3D4;
    color: #FFFFFF;
    padding: 20px 15px;
}
.gform_wrapper ul li:nth-child(even) .debt-result-text::before{
    background-image: url('../images/caret-blue.png');
    content: "";
    display: block;
    height: 33px;
    left: -21px;
    position: absolute;
    top: 100px;
    width: 22px;
}



.gform_wrapper ul li:nth-child(even) .debt-result-text p{
    color: #2B569D;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}

.debt-result-text h3 {
    font-size:20px;
    color: #184795;
    font-weight: bold;
}

.last-accordion .title{
    margin-bottom: 0px;
    padding-bottom: 5px;
}
.last-accordion .list-result{
    margin-bottom: 30px;
}
.last-accordion .list-result .txt-black{
    font-size: 15px;
    margin-top: 5px;
}
.last-accordion .list-result .number{
    font-family: Roboto;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.67;
    letter-spacing: normal;
    color: #737288;
    margin-top: 15px;
}


/* download result */
.wrapper-download-result{
    background: #F2F2F2;
    display: none;
    padding: 85px 0px;
    /* text-align: center; */
}

.wrapper-download-result.active{
    display: block;
}

.wrapper-download-result .title{
    border-bottom: 0px;
   
    font-size: 36px;
    
    font-stretch: normal;
    font-style: normal;
    line-height: 0.72;
    letter-spacing: normal;
    color: #1a366e;
	font-family: 'Noto Serif'!important;
 
  font-weight: 500!important;

  color: #4615d6;
}

.wrapper-download-result .desc{
    margin: auto;
    font-family: Poppins!important;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #737288;
    margin-top: 0px!important;
    margin-bottom: -10px!important;
}
.wrapper-download-result .download-desc{
    margin-bottom: 40px;
    padding-left: 0px;
}

.wrapper-download-result .submit{
    margin-top: 25px;
}

    


/* chart */
.chart canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.chart-container {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-right: 40px;
    margin-bottom: 40px;
}
.chart {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
}
.wrapper-chart{
    background-color: #FFFFFF;
    display: none;
    padding: 20px 0px 0px;
}
.wrapper-chart.active{
    display: block;
}

.wrapper-chart .title-result{
    background-color: #00ADE8;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 20px;
    padding: 10px;
    
}

.print-button{
    cursor: pointer;
    display: inline-block;
    float: right;
}

.switch {
    margin-top:5px;
}
.hidden{display:none}
.switch span {
    color:#000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
}

.main-contect-sec #sec5results .description p{
    font-family: Poppins;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #737288;
    margin-top: 0px;
    margin-bottom: 20px;
}
.wrapper-download-result label.gfield_label{
    display: none;
}

@media only screen and (min-width: 921px) {
    .gform_wrapper li.accordion-item .accordion-content .row.equal-column{
        position: relative;
    }
    .gform_wrapper li.accordion-item .accordion-content .row.equal-column > .small-12.medium-5.large-5.columns.no-margin{
        bottom: -70px;
        position: absolute;
        right: 0;
    }

    .gform_wrapper li.accordion-item #accordion-1 .row.equal-column > .small-12.medium-5.large-5.columns.no-margin{
        bottom: 15px;
        position: absolute;
        right: 0;
    }

    


}

@media only screen and (max-width: 920px) {
    img.man-1, img.man-2, img.man-3,
    img.man-1.active, img.man-2.active, img.man-3.active,
    .debt-result-wrapper .debt-result img.active{
        display: none;
    }
    .debt-result-wrapper {
        top: 40px;
        margin-bottom: 50px;
    }
    .debt-result-wrapper .debt-result:nth-child(1) {
        display: none;
    }
    .debt-result-wrapper .debt-result:nth-child(2) {
        vertical-align: inherit;
        width: 100%;
        display: block;
    }

    .gform_wrapper ul li:nth-child(odd) .debt-result-text::before,
    .gform_wrapper ul li:nth-child(even) .debt-result-text::before {
        left: calc(50% - 2px);
        margin-left: -14px;
        position: absolute;
        top: -27px;
        transform: rotate(90deg);
    }
    .gform_wrapper ul li:nth-child(odd) .debt-result-text,
    .gform_wrapper ul li:nth-child(even) .debt-result-text {
        left: 0;
        width: 90%;
        margin: auto;
        max-width: 600px;
    }
    .gform_wrapper li.accordion-item .accordion-content .row.equal-column > .medium-7{
        width: 100%;
    }
    
    .gform_wrapper li.accordion-item .accordion-content .row.equal-column > .medium-5{
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    button, .button {
        font-size: 20px;
        line-height: 21px;
        padding: 12px 18px;
    }
    
    .accordion-content .button-wait {
        font-size: 20px;
        line-height: 21px;
    }
    .content-form-col{
        display: block;
        margin-bottom: 10px;
    }
    .content-form-text-section {
        margin-bottom: 10px;
        display: block;
    }

    .content-form-col{
        display: block;
    }
    .content-form-text-section {
        margin-bottom: 10px;
        display: block;
    }

}

@media only screen and (min-width: 641px){
    .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0;
    }
}

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

    .gform_wrapper input[type='number']{
        margin-bottom: 0px;
    }

    .slider {
        margin-bottom: 35px;
        margin-right: 0;
        margin-top: 25px;
		margin-left:0px;
    }
    .slider-container .col3{
        float: left;
        margin:0 auto;
        padding: 0; 
    }
}

@media only screen and (max-width: 330px){
    
    .gform_wrapper .equal-column label{
        font-size: 16px;
    }
    .gform_wrapper label.label-info::after{
        padding: 2px 5px;
    }

    .pagination.top {
        margin-bottom: 0;
    }

    .pagination.top li {
       display: inline-block;
       margin-bottom: 10px;
       margin-right: 10px;
    }
    
}
a#openall,a#closeall {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #4615d6;
    text-transform: capitalize;
}
#sec5results .description {
    font-size: 18px;
}

div#sec5results.rest {
    margin-top: 56px;
}