/*----------------------------------------------------------------------------*/
/*#RESPONSIVE STYLE*/
/*----------------------------------------------------------------------------*/
@media only screen and (min-width: 480px) {

    table {
        table-layout: auto;
        word-break: normal;
    }
}
@media only screen and (min-width: 992px) {

    .full-width-content .site-container > .wp-block-table.alignwide { width: calc(100% + 36rem); }

    .alignfull,
    .full-width-content .site-container > .wp-block-table.alignfull {
        margin-left: calc(-100vw / 2 + 100% / 2);
        margin-right: calc(-100vw / 2 + 100% / 2);
        width: 100vw;
    }

    .full-width-content .entry-content > .alignwide {
        margin-left:  -150px;
        margin-right: -150px;
        max-width: calc(100% + 300px); /* 300 equals sum of left and right margin */
        width: auto;
    }

    .alignfull .alignwide,
    .alignwide .alignwide {
        max-width: 1062px;
        margin: 0 auto;
    }

    /* Genesis Menu
    --------------------------------------------- */

    .genesis-nav-menu > .menu-bold > a { font-weight: 700; }

    .genesis-nav-menu > .menu-highlight > a {
        background-color: #333;
        border-radius: 3px;
        color: #fff;
        font-weight: 600;
        margin-left: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .genesis-nav-menu > .menu-highlight > a:focus,
    .genesis-nav-menu > .menu-highlight > a:hover { background-color: #0073e5; }

    .genesis-nav-menu .sub-menu {    
       
        padding: 1.6rem;
        position: absolute;
        margin-left: -1.6rem;
        text-align: left;
        pointer-events: none;
        max-width: 30rem;
        -webkit-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
    }

    .genesis-nav-menu .sub-menu a {        
        border-top: 0;
        padding-bottom: 1.2rem;
        padding-top: 1.2rem;
    }

    .genesis-nav-menu .sub-menu .sub-menu { margin: -46px 0 0 179px; }

    /* Responsive Menu
    --------------------------------------------- */

    .genesis-responsive-menu {
        display: block;
        padding-top: 15px;
    }

    .menu-toggle,
    .sub-menu-toggle {
        display: none;
        visibility: hidden;
    }

    /* Header Menu
    --------------------------------------------- */
    .genesis-nav-menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0.8rem;
    }

    .nav-primary .genesis-nav-menu a {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        position: relative;
    }

    .nav-primary .menu-primary .menu-item-has-children > a {
        padding-right: 4rem;
    }

    .nav-primary .menu-primary .menu-item-has-children > a::after {
        content: '';        
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1.6rem;   
        background: url('../images/icon-angle-down.svg') no-repeat center/cover;
        width: 1.6rem;
        height: 1.6rem;
        transition: all 0.2s ease-in-out;
    }


    /* Author Box
    --------------------------------------------- */

    .author-box {
        background-color: #f5f5f5;
        padding: 30px;
    }

    /* After Entry
    --------------------------------------------- */

    .after-entry { padding: 40px 60px; }

    .after-entry .enews {
        padding-left: 30px;
        padding-right: 30px;
    }

    /* Column Classes
    --------------------------------------------- */

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        float: left;
        margin-left: 2.564102564102564%;
    }

    .one-half,
    .three-sixths,
    .two-fourths {
        width: 48.717948717948715%;
    }

    .one-third,
    .two-sixths { width: 31.623931623931625%; }

    .four-sixths,
    .two-thirds { width: 65.81196581196582%; }

    .one-fourth { width: 23.076923076923077%; }

    .three-fourths { width: 74.35897435897436%; }

    .one-sixth { width: 14.52991452991453%; }

    .five-sixths { width: 82.90598290598291%; }

    .first {
        clear: both;
        margin-left: 0;
    }

    /* Footer Widgets
    --------------------------------------------- */

    .footer-widgets .wrap { max-width: 1140px; }

    .footer-widget-area {
        float: left;
        margin-bottom: 0;
        width: calc(60% / 3);
    }

    .footer-widget-area:nth-child(3) {
        min-width: 26rem;
    }

     .footer-widget-area:nth-child(2) {
        max-width: 19rem;
    }

    .full-width-content .entry-content > .alignwide {
        margin-left: -18rem;
        margin-right: -18rem;
        max-width: calc(100% + 36rem);
        width: auto;
    }
}
@media only screen and (min-width: 1200px) {
    .full-width-content .entry-content > .alignwide {
        margin-left: -18rem;
        margin-right: -18rem;
        max-width: calc(100% + 36rem); /* 360 equals sum of left and right margin */
        width: auto;
    }

    .single-educational_videos.full-width-content .entry-content > .alignwide {
        margin-left: -10rem;
        margin-right: -10rem;
        max-width: calc(100% + 200rem); /* 200 equals sum of left and right margin */
        width: auto;
    }
    /*----------------------------------------------------------------------------------------
    #HORIZONTAL FILTER
    ----------------------------------------------------------------------------------------*/
    .filter-horizontal {
        min-width: initial;
        max-width: initial;
        width: 100%;
    }

    .filter-horizontal .filter-dropdown__current { display: none; }

    .filter-horizontal .filter-dropdown__list {
        position: relative;
        top: auto;
        left: auto;
        background: transparent;
        padding: 0;
        max-height: initial;
        overflow-y: initial;
        opacity: 1;
        pointer-events: auto;
        border-top: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .filter-horizontal .filter-dropdown__list li {
        min-width: initial;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1500px) {}

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

    html { font-size: clamp(8px, 0.721vw, 10px); }

   .banner__img { margin-top: -12rem; }

   .error-page__img {
        max-width: 60rem;
   }

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

    .date-field input[type="date"] {
        min-width: 100%;
    }

    .calculator-wrap--math .calculator-wrap__column {
        width: unset;
    }

    .calculator-wrap--math .calculator-wrap__results {
        width: 60rem;
    }

    .calculator-wrap__results {
        width: 100%;
    }

    .calculator-wrap__column {
        width: 50%;
    }

    .calculator-wrap {
        gap: 4rem;
    }

    .calculator-wrap__result {
        width: 100%;
    }

    .select-field select {
        min-width: 100%;
        max-width: 100%;
    }

    .banner__img {
        margin-top: -4rem;
        max-width: 30rem;
    }

    .icon-box__img {
        min-height: 6.4rem;
        max-height: unset;       
    }

    .logos {
        gap: 6rem;
    }

    .nav-primary .genesis-nav-menu a {
        padding-left: 1rem;
        padding-right: 1rem;
    }

   .nav-primary .menu-primary .menu-item-has-children > a {
        padding-right: 3.6rem;
   }

   .page-hero.page-hero--home {
        background-size: cover !important;
   }
}
@media only screen and (max-width: 991px)  {

    html { font-size: clamp(8px, 1.009vw, 10px); }

    .single .author-box {
        max-width: calc(100% - 3rem);
    }

    .menu-social-pages-container {
        order: 2;
    }

    .menu-social-pages-container .genesis-nav-menu > .menu-item:last-child {
        margin-top: 0;
    }

    .menu-social-pages-container .genesis-nav-menu .menu-item.menu-btn--gold a {
        width: unset;
        margin-left: auto;
    }

    .calculator-wrap--math .calculator-wrap__column:first-child {
        width: 35%;
    }

     .calculator-wrap--math .calculator-wrap__column:last-child {
        width: 65%;
    }

    .calculator-wrap--math .calculator-wrap__results {
        width: 100%;
    }

    .video-transcript__head {
        padding: 2.4rem 6.5rem 2.4rem 2.4rem;
    }

    .video-transcript__head::before,
    .video-transcript__head::after {
        right: 2.4rem;
    }

    .video-transcript__wrap {
        padding: 0 2.4rem 2.4rem;
        margin-top: 0;
    }

    .custom-banner,
    .banner--cta {
        position: relative;
        background-size: auto 100% !important;        
    }

    .post-item__img {
        width: 100%;     
    }

    .error-page p {
        max-width: 50%;
    }

    .error-page__img {
        max-width: 50rem;
         right: -5rem;
    }

    .percentage-boxes {
        gap: 2rem;
    }

    .banner {
        background-position: 60%;
    }

    .banner__form .nf-form-cont.nf-form-cont input::placeholder,
    .banner__form .nf-form-cont.nf-form-cont input {
        font-size: 1.6rem;
    }

    .banner__form input[type='submit'] {
        padding: 1.6rem !important;
    }

    .banner__form input:not([type='submit']) {
        min-width: unset;
    }

    .wp-block-group.alignfull > .wp-block-group__inner-container {
        padding: 0 1.5rem;
    }

    .team-card__img {
        width: unset;
        height: unset;
    }
   
    .testimonials-carousel.swiper {
        padding-bottom: 115px;
    }

    .card--property p {
        font-size: 1.6rem;
    }

    .banner {
        max-height: unset;
    }

    .banner__img {   
        margin: -10rem auto 0;
    }

    .wp-block-group.alignfull .wp-block-columns {
        gap: 1.5rem;
    }

    /* .wp-block-group.alignfull .wp-block-columns > .wp-block-column {
        padding: 0 1.5rem;
    } */

    .icon-box {
        max-width: 54rem;
        padding: 1.6rem;
        margin: 0 auto;
    }

    .logos {
        flex-wrap: wrap;
        column-gap: 4rem;
        row-gap: 1.6rem;
        max-width: 80%;
        margin: 0 auto 5rem;
    }

    .page-hero--home p {
        margin-bottom: 4rem;
    }

    .page-hero__statistics-item p {
        margin-bottom: 0;
    }

    .page-hero__testimonial {
        margin-bottom: 0;
        margin-top: 6rem;
    }

    .page-hero__testimonial p {
        margin-bottom: 0;
    }

    .page-hero__buttons {
        margin-bottom: 6rem;
    }

    .page-hero.page-hero--home {
        padding-top: 4rem;
        padding-bottom: 4rem;
        background-position: 0 170% !important;
        background-size: contain !important;
    }

    .page-hero--home::before {
        background: linear-gradient(0deg, rgba(36, 60, 76, 0.00) 0%, #243C4C 65%);
    }

    .footer-widgets .container {
        gap: 2rem;
    }

    .top-bar {
        padding: 0.7rem 0;
    }

    .genesis-nav-menu .sub-menu a {
        padding-top: 0.8rem !important;
        padding-bottom: 0.8rem !important;
    }

    .sub-menu-toggle {
        width: 100%;
        height: 4.4rem;
        top: 0;
    }

    .sub-menu-toggle::after {
        width: 2.6rem;
        height: 2.6rem;
        right: 1rem;
    }

    .genesis-nav-menu .sub-menu.activated {
        opacity: 1;
    }

    .menu-btn.menu-btn--light-blue:not(.menu-btn--mob) {
        display: none;
    }

    .title-area {
        order: 1;
    }

    .nav-primary {
        order: 3;
        width: 3.6rem;
        flex-grow: unset;
        margin-left: 1.2rem;
    }

    .menu-btn--mob {
        display: block;
        order: 2;
        margin-left: auto;
    }

    .menu-btn--mob a {
        border-radius: 4px;
        background: var(--light-blue);
        color: var(--primary);      
        font-size: 14px;   
        line-height: 1.57;
        display: flex;       
        padding: 8px 14px;
        justify-content: center;
        align-items: center;      
        text-decoration: none;
    }

    body.menu-triggered { overflow: hidden; }

    .menu-toggle span{
        position: absolute;
        background-color: #fff;
        width: 2.4rem;
        height: 0.3rem;
        right: 0.6rem;
        border-radius: 3px;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .menu-toggle span:first-child { 
        top: calc(50% - 8px); 
        transform: translateY(-50%);
    }

    .menu-toggle span:nth-child(2) { 
        top: 50%; 
        transform: translateY(-50%);
    }

    .menu-toggle span:nth-child(3) { 
        top: calc(50% + 8px); 
        transform: translateY(-50%);
    }

    .menu-toggle.activated span {       
        top: 50%;       
        transform: translateY(-50%) rotate(45deg);
    }

    .menu-toggle.activated span:first-child {       
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
    }

    .menu-toggle.activated span:last-child {
        background: 0 0;
    }
    
    .menu-primary {
        position: absolute;
        top: 100%;
        z-index: 999;
        background: #fff;
        max-width: 30rem;
        left: -100%;
        padding: 3rem 1rem;
        transition: .3s ease-in-out;
            -webkit-transition: .3s ease-in-out; 
                -o-transition: .3s ease-in-out; 
        overflow: auto;
        height: calc(100vh - 80px);
    }

    .menu-primary.triggered { left: 0; }

    .genesis-nav-menu a { 
        font-size: 1.8rem;     
        padding: 0.8rem 1.6rem;   
    }
  
    .genesis-nav-menu > .menu-item { 
        position: relative;
        margin-bottom: 1.2rem; 
    }

    .genesis-nav-menu > .menu-item:last-child { 
        margin-bottom: 0; 
        margin-top: 2.4rem;
    }

    .menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 99;
        pointer-events: none;
        opacity: 0;
        transition: .3s ease-in-out;
            -webkit-transition: .3s ease-in-out; 
                -o-transition: .3s ease-in-out; 
    }

    .menu-overlay.menu-triggered {
        opacity: 1;
        pointer-events: auto;
    }

    .genesis-nav-menu .sub-menu { 
        overflow: hidden;
        display: none; 
        box-shadow: none;
        padding-top: 2rem;
    }

    .genesis-nav-menu .menu-item.menu-btn--gold a {
        padding: 0.8rem 1.6rem;
        text-align: center;       
    }
}
@media only screen and (max-width: 782px) {
    .admin-bar .site-header { top: 48px; }
}


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

    .sticky-image figure {
        position: unset;
        top: unset;
    }

    body.page-template-default {
        overflow-x: hidden;
    }

    .justify-smd-center {
        justify-content: center;
    }

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

    .wp-block-columns .wp-block-column:empty {
        display: none;
    }

    .wp-block-image .alignright {
        float: unset;
        margin: 0 auto !important;
    }

    .accordions {
        max-width: 100%;
    }

    .accordion {
        border-radius: 12px;
    }

    .wp-block-spacer.spacer--xs {
        height: 1.5rem !important;
    }
    
    .wp-block-column .testimonial-box--block:last-child { margin-bottom: 0.9rem; }

    .wp-block-column:last-child .testimonial-box--block:last-child { margin-bottom: 2.4rem; }

    .testimonial-box--block {
        margin-bottom: 2.4rem;
    }
  
    .page-template-contact .nf-form-cont.nf-form-cont {
        max-width: 100%;
        min-height: unset;       
    }

    .page-template-contact .nf-form-cont.nf-form-cont .nf-response-msg {
        padding-top: 0;
        min-height: unset;
    }

    .site-container .wp-block-column {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .card {
        max-width: 48rem;
        margin: 0 auto;
    }

    .card--property {
        max-width: 50rem;        
    }

    .card--property p {
        font-size: 1.8rem;
    }

    .custom-image {
        margin: 0 auto 7rem;
    }

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

    .custom-image__content {
        left: 50%;
        transform: translateX(-50%);
        min-width: 23rem;
    }

    .wp-block-image {
        text-align: center;
        margin-bottom: 1.5rem;
    }

     .wp-block-columns.column-mob-reverse .wp-block-column:last-child {
        order: 1;
    }

    .wp-block-columns.column-mob-reverse .wp-block-column:first-child {
        order: 2;
    }
}
@media only screen and (max-width: 767px) {

    .nf-form-cont.nf-form-cont .nf-response-msg img {
        margin-bottom: 0.5rem;
        max-width: 8rem;
    }

    .nf-form-cont.nf-form-cont .nf-response-msg h4 {
        margin-bottom: 1rem;
    }

    .site-footer__logos {
        margin-top: 0;
        justify-content: center;
    }

    .related-posts .row {
        row-gap: 3rem;
    }

    .single .author-box {
        flex-direction: column;
        padding: 2rem;
        gap: 2rem;
        border-radius: 24px;
    }

    .author-box__content {
        width: 100%;
    }

    .social-hero .form-wrap {
        max-width: 100%;
        margin-top: 3rem;
    }

    .calculator-wrap--math,
    .calculator-wrap--calendar {
        flex-direction: column;
    }

    .calculator-wrap--math .input-field input,
    .calculator-wrap--math .calculator-wrap__column:last-child,
    .calculator-wrap--math .calculator-wrap__column:first-child,
    .calculator-wrap--math .calculator-wrap__column,
    .calculator-wrap--calendar .calculator-wrap__column {
        width: 100%;
    }

    .calculator-wrap__column {
        width: 50%;
    }

    .calculator-wrap__result {
        width: 100%;
    }
    .select-field {
        max-width: 100%;
    }

    .select-field select {
        min-width: 100%;
        max-width: 100%;
    }

    .banner:not(.banner--cta) .banner__img img,
    .banner:not(.banner--cta) .banner__img {
        position: relative;
        z-index: 5;
    }

    .banner:not(.banner--cta) .banner__img::before,
    .banner:not(.banner--cta) .banner__img::after {
        content: '';
        position: absolute;
        z-index: 2;
       
    }

    .banner:not(.banner--cta) .banner__img::before {
        background: url('../images/banner-decor-left.svg') no-repeat center /cover;
        width: 17.3rem;
        height: 21.6rem;
    }

    .banner:not(.banner--cta) .banner__img::before {
        bottom: 5.5rem;
        left: -5rem;
    }

    .banner:not(.banner--cta) .banner__img::after {
        bottom: 2rem;
        right: -5rem;
    }

    .banner:not(.banner--cta) .banner__img::after {
        background: url('../images/banner-decor-right.svg') no-repeat center /cover;
        width: 17rem;
        height: 21.6rem;
    }

    .custom-banner::before, 
    .banner--cta::before {
        display: none;
    }

    .error-page__img {
        max-width: 40rem;       
    }

    .percentage-box h2 {
        font-size: 3.2rem;
    }

    .banner {
        background: var(--primary);
    }
  
    .numbered-box {
        padding: 1.2rem 1.5rem;
    }

    .custom-banner {
        border-radius: 16px;
        padding: 3rem 1.5rem 0;
    }

    .custom-banner,
    .banner--cta {
        background: var(--primary) !important;
        padding-bottom: 0 !important;
    }

    .custom-banner .custom-banner__image,
    .banner--cta .banner__image {
        width: calc(100% + 3rem);
        margin-left: -1.5rem;
        position: relative;
        z-index: 3;
        padding-top: 0;       
    }

    .custom-banner .custom-banner__image img {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        width: 100%;
    }

    .custom-banner .custom-banner__image {
        width: calc(100% + 6rem);
        margin-left: -3rem;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .custom-banner .custom-banner__image::before,
    .banner--cta .banner__image::before {       
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: linear-gradient(0deg, rgba(36, 60, 76, 0.00) 0%, #243C4C 100%);
    }

    .wp-block-group.alignfull > .wp-block-group__inner-container {
        padding: 0 1.5rem;
    }

    .testimonials-carousel.swiper {
        overflow: visible;
    }
    .footer-widgets .container {
        flex-wrap: wrap;
    }

    .footer-widget-area {
        width: calc(50% - 2rem) !important;
    }

    .site-footer__wrapper {
        flex-direction: column;
    }
    
    .page-hero.page-hero--home {       
        background-position: 0 105% !important;       
    }

    .logos {       
        max-width: 100%;       
    }

    .logos img {
        max-width: 9rem;
    }

    .video-wrap {
        height: 35rem;
    }

    .single-educational_videos .video-wrap { min-height: 54vw; }
}
@media only screen and (max-width: 600px) {

    .wp-block-media-text.is-stacked-on-mobile figure { margin-bottom: 20px; }

    .wp-block-button.home-contact,
    .wp-block-buttons.home-contact {
        float: left;
        margin-left: 0;
    }

    .single-team nf-rows-wrap {
        grid-template-columns: 1fr; 
    }
  
    .single-team .nf-row {
        grid-column: 1 !important;
        grid-row: auto !important;
    }
}
@media only screen and (max-width: 575px) {

    html { font-size: clamp( 10px, 0.521vw, 10px ); }

    .alignfull:not(.has-background) .wp-block-group__inner-container>p:not(.has-background-color) {
        padding-left: 0;
        padding-right: 0;
    }

    .banner__content p {
        margin-bottom: 2rem;
    }

    .site-footer__logos {
        gap: 1rem;
    }

    .site-footer__logos img {
        max-height: 50px;
        width: auto;
    }
  
    .disclaimer {
        margin-bottom: 3rem;
    }

    .card.card--white {
        padding: 1.6rem;
    }

    .text-box h5 {
        margin-bottom: 1.2rem;
    }

    .card.card--list {
        flex-direction: column;
        gap: 0;
    }

    .page-template-socials input[type="submit"],
    .page-template-socials .wp-block-button__link {
        padding: 1.5rem 1.2rem;
        width: 100% !important;
    }

    .page-template-socials .site-header .container {
        flex-direction: column;
        gap: 1.2rem;
        justify-content: center;
        align-items: center;
    }

    .social-hero {
        margin-top: 11.5rem;
    }

    .social-hero ul > li {
        font-size: 1.8rem;
    }

    .social-hero .form-wrap {
        padding: 1.6rem;
    }

    .calculator-wrap__results {
        min-height: 19.5rem;
    }

    .calculator-row-last .calculator-wrap__results {
        min-height: initial;
    }

    .calculator-wrap .result {
        display: flex;
        align-items: center;
        gap: 1.2rem;
        text-align: left;
    }

    .letters-date {
        font-size: 1.8rem;
        margin-bottom: 0;
        line-height: 1.5;
    }

    .numbers-date {
        opacity: 1;
        color: var(--gold);       
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
    }

    .calculator-wrap--math .input-field:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .calculator-wrap.calculator-wrap--math .calculator-wrap__results-cont {
        padding-bottom: 0;
    }

    .calculator-wrap.calculator-wrap--math .result {
        border-radius: 22px;
        background: #FFF;
        padding: 8px 16px;
        width: 100%;
        height: 45px;
        line-height: 1;
        color: var(--primary);
        font-weight: 400;
    }

    .calculator-wrap--math.calculator-wrap p.result-title {
        color: #8FA1AE;       
        font-size: 1.8rem;       
        font-weight: 400;
        line-height: 1.55;
        margin-bottom: 5px;
    }

    .calculator-wrap--math .calculator-wrap__results {
        background: transparent;
        padding: 0;
    }

    .calculator-wrap__results-cont {
        flex-direction: column;
        align-items: flex-start;
        min-height: 7rem;
    }

    .calculator-wrap p.result-date {
        opacity: 1;
    }

    .calculator-wrap p.result-date span {
        font-weight: 600;
    }

    .calculator-wrap:not(.calculator-wrap--math) p.result-title {
        display: none;
    }

    .calculator-wrap--calendar {
        gap: 3rem;
    }

    .calculator-wrap:not(.calculator-wrap--math) .calculator-wrap__column > p {
        display: none;
    }

    .calculator-wrap {
        flex-direction: column;
    }

    .calculator-wrap__column {
        width: 100%;
    }

    .calculator-wrap__result {
        font-size: 1.8rem;
    }

    .wp-block-buttons .wp-block-button {
        margin-right: 0;
    }

    .calendly-inline-widget {
        min-width: 100%;
    }

    .banner:not(.banner--cta) .banner__img::before {
        bottom: 2rem;
    }

    .related-posts {
        margin-bottom: 30px;
    }

    .single:not(.single-educational_videos):not(.single-team) .entry-content {
        padding-bottom: 2.4rem;
        margin-bottom: 3rem;
    }

    .single .author-box {
        margin-bottom: 7rem;
    }

    .single-educational_videos .site-inner { margin-bottom: 5rem; }

    .single-educational_videos .page-hero { margin-bottom: 4rem; }

    .related-posts__title {
        justify-content: center;
    }

    .single .entry-content ol > li {
        margin-bottom: 0.8rem;
    }

    blockquote, 
    .site-container .wp-block-pullquote, 
    .site-container .wp-block-quote {
        padding: 2rem;
    }

    .single-img {
        margin-bottom: 3rem;
    }

    .page-hero__info {
        flex-direction: column;
        gap: 1.8rem;
    }

    .page-hero__info p:first-child:after {
        bottom: -1rem;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        width: 2rem;
        height: 2px;
    }
    
    .pagination-placeholder {
        width: 9rem;
    }

    .blog-pagination {
        gap: 0.5rem;
    }

    .archive .site-container,
    .search .site-container,
    .page-template-educational-videos .site-container,
    .page-template-calculators .site-container,
    .page-template-blog .site-container {
        padding-top: 9rem;
    }

    .archive .post,
    .search .post,
    .page-template-blog .post,
    .page-template-educational-videos .educational_videos {
        margin-bottom: 2.4rem;
    }

    .archive .page-hero,
    .search .page-hero,
    .page-template-blog .page-hero,
    .page-template-educational-videos .page-hero {
        margin-bottom: 3rem;
    }

    .archive .blog-pagination,
    .search .blog-pagination,
    .page-template-blog .blog-pagination,
    .page-template-educational-videos .blog-pagination {
        margin-bottom: 0;
    }

    .post-item__img {
        height: 22rem;
        margin-bottom: 1.6rem;
    }

    .post-item__content--sm h5:last-child {
        margin-bottom: 0;
    }
    .post-item__content h5:not(:last-child) {
        margin-bottom: 2rem;
    }

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

    .card.card--list {
        padding: 1.6rem;
    }

    .card.card--list ul:last-child { margin-bottom: 0 !important; }

    .card .card__author {
        margin-top: 0;
    }
    
    .py--35 {
        padding-left: 0;
        padding-right: 0;
    }

    .error-page__img {
        bottom: -3rem;           
    }

    .error-page {
        margin-top: 9rem;
         overflow: hidden;   
    }

    .error-page .container {
        padding: 0 1.5rem 20rem;       
    }

    .error-page p {
        max-width: 100%;
        font-size: 2rem;
        text-align: center;
    }

    .error-page h1 {
        font-size: 4rem;
        text-align: center;
    }

    .mb--xs-15 {
        margin-bottom: 1.5rem;
    }

    .mb--xs-20 {
        margin-bottom: 2rem;
    }

    .mb--xs-30 {
        margin-bottom: 3rem;
    }

    .btn--md {
        padding: 1.5rem 2rem;
    }

    .custom-banner {
        border-radius: 16px;
        padding: 3rem 0;
        background: var(--primary) !important;
    }

    .custom-banner .custom-banner__image {
        width: calc(100% + 3rem);
        margin-left: -1.5rem;
    }

    .accordion {
        margin-bottom: 1.2rem;
    }

    .accordion__head {
        padding: 1.2rem 5.5rem 1.2rem 1.2rem;
    }

    .accordions--ful .accordion__head { padding-right: 7.5rem; }

    .accordions--ful .accordion__head p {
        line-height: 1.6;
    }

    .accordion__content {
        padding: 0 1.2rem 1.2rem;
    }

    .accordion__head::before,
    .accordion__head::after {
        right: 1.2rem;
    }

    .percentage-box h2 {
        margin-bottom: 0.4rem;
        font-size: 4rem;
    }

    .percentage-box p {
        font-size: 1.8rem;
    }

    .percentage-boxes {
        flex-wrap: wrap;
        column-gap: 1.2rem;
        row-gap: 2.8rem;
    }

    .percentage-box {
        flex: unset;
        width: calc(50% - 0.6rem);
    }

    .text-box {
        padding: 1.2rem;
    }

    .text-box h4 {
        margin-bottom: 1.2rem;
    }
    
    .banner-form-popup.fancybox__content {
        padding: 2rem;
    }

    .banner__form {
        padding: 1.5rem;
        border-radius: 16px;
    }

    .banner__form .nf-form-cont.nf-form-cont .nf-field-container, 
    .banner__form .nf-form-cont.nf-form-cont .nf-row {
        width: 100%;
    }
  
    .banner__form input::placeholder {
        font-size: 1.8rem;
    }

    .banner__form input {
        min-width: 100% !important;
        font-size: 1.8rem;
    }

    .banner__form .nf-form-cont.nf-form-cont .nf-row {
        margin: 0;
    }

    .banner__form .nf-form-cont.nf-form-cont .nf-multi-cell .nf-cell {
        padding: 0;
    }

    .banner__form .submit-wrap {
        margin-top: 2rem;
    }

    .page-template-contact .entry-content {
        margin-top: 3rem;
    }

    .entry-content ul:not(.checklist) {
        margin-left: 0;
    }
    
    .testimonial-box--block img {
        margin-bottom: 1.6rem;
    }

    .single-team .page-hero {
        margin-bottom: 3rem;
    }
  

    p:last-child {
        margin-bottom: 0;
    }  

    .wp-block-spacer {
        height: 3rem !important;
    }

    .wp-block-spacer.spacer--md {
        height: 8rem !important;
    }

    .page-template-contact .nf-form-cont.nf-form-cont {
        padding: 1.6rem;
    }

    .wp-block-image img {
        width: 100%;
    }

    .wp-block-column .wp-block-image:last-child { margin-bottom: 0; }

    .wp-block-columns {
        gap: 2.4rem;
    }

    .numbered-box {
        height: unset;     
    }

    .numbered-box h2 {
        font-size: 4.4rem;
    }

    .numbered-box h5 {
        margin-bottom: 1.5rem;
    }

    .team-card {
        max-width: 40rem;
        margin: 0 auto 3rem;
    }

    .row [class*='col-']:last-child .team-card { margin-bottom: 0; }

    .site-inner {
        padding-top: 9rem;
    }

    .page-hero:not(.page-hero--home) {
        min-height: unset;
        padding: 3rem 0;
        background-position: 75%;
    }

    .page-hero:not(.page-hero--home) h1 {
        font-size: 3.2rem;
        line-height: 1.25;
        text-align: center;
    }

    .page-hero:not(.page-hero--home) h1:last-child {
        margin-bottom: 0;
    }

    .page-hero:not(.page-hero--home) .page-hero__desc {
        font-size: 1.8rem;       
    }
  
    .testimonials-carousel.swiper {        
        padding-bottom: 12rem;
    }

    .swiper .testimonial-box {
        box-shadow: 0 36px 30px -20px rgba(0, 0, 0, 0.26);
    }
  
    .testimonial-box {
        padding: 2.4rem 1.2rem;
    }

    .banner__img {
        max-width: 24rem;
    }

    .wp-block-button,
    button, input[type="button"], 
    input[type="reset"], 
    input[type="submit"], 
    .button, 
    .btn, 
    .wp-block-button__link {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    h2 {
        font-size: 3.6rem;
        line-height: 1.22;
    }
    
    h3 {
        font-size: 3.2rem;
    }

    h4 {
        font-size: 2.4rem;
    }

    .card .btn {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .card__img {
        margin-bottom: 1.6rem;
    }

    .video-wrap  h3 {
        margin-bottom: 1rem;
    }

    .video-wrap__content p {
        font-size: 1.6rem;       
    }

    .video-wrap {
        min-height: 24rem;
        height: auto;
        padding: 3rem 1.5rem 1.5rem
    }

    .video-wrap__play {
        max-width: 4.5rem;
    }

    .video-wrap__content {
        margin-top: 1.7rem;
    }

    .icon-box:not(.icon-box--popular) p,
    .icon-box h5 {
        margin-bottom: 1.6rem;
    }

    .logos {       
        column-gap: 3rem;      
    }

    .page-hero__buttons .btn {
        padding: 1.6rem 2.4rem;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .page-hero__statistics-item {
        padding-left: 0.6rem;
    }

    .page-hero__statistics {
        gap: 1.2rem;
    }

    .page-hero__statistics-item p {
        font-size: 1.6rem !important;
        margin-bottom: 0 !important;
    }
    
    .page-hero__testimonial {
        max-width: 100%;
        margin: 27rem 0 auto;
    }

    .page-hero__testimonial p {
        font-size: 14px !important;
    }

    .page-hero__testimonial p:last-child {
        margin-bottom: 0;
    }

    .page-hero.page-hero--home {
        padding-top: 3rem;
        padding-bottom: 2rem;  
        background-position: 50% 100% !important;
        background-size: 150% !important;
        margin-top: 10rem;
    }

    .page-template-contact .page-hero {
        margin-top: 10rem;
    }

    .page-hero--home::before {
        background: linear-gradient(0deg, rgba(36, 60, 76, 0.00) 0%, #243C4C 45%);
    }

    .page-hero__buttons {
        flex-direction: column;
        gap: 1.2rem;
        margin-bottom: 2.4rem;
    }

    .page-hero.page-hero--home h1 {
        font-size: 4.4rem;
        margin-bottom: 1.2rem;
    }

    .page-hero--home p {
        font-size: 2rem;
        margin-bottom: 2.4rem;
    }

    .site-footer__copyright .footer-menu {
        gap: 1.2rem;
    }

    .site-footer {
        padding: 3rem 0 2rem;
    }

    .site-footer__wrapper {
        gap: 1.2rem;
    }

    .footer-menu .menu-item {
        line-height: 1;
        display: flex;
    }

    .footer-widget-area {
        margin-bottom: 3.2rem;
        width: 100% !important;
    }

    .footer-widgets .container {
        justify-content: center;
        text-align: center;
        gap: 0;
    }

    .footer-widget-area .location-icon {
        margin: 0 auto 1.6rem !important;
    }

    .social-wrapper {
        justify-content: center;
    }

    .footer-widget-area .wp-block-image {
        max-width: 12.2rem;
        margin: 0 auto 0.6rem;
    }

    .site-footer__copyright p {
        text-align: center;
    }

    .menu-primary {  max-width: 100%; }

    .top-bar .container--md {
        justify-content: center;
        gap: 1.2rem;
    }

    .mail-icon, .phone-icon {
        padding-left: 2.6rem;
    }

    .title-area {
        max-width: 6rem;
    }

    .site-header {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .archive .entry {
        margin-top: 3rem;
    }

    .entry {
        margin-top: 9.5rem;
    }

    .video-transcript__head h3 {
        font-size: 2.8rem;
    }
}
@media only screen and (max-width: 510px) {

    .ab-block-container.alignfull::before {
        content: " ";
        display: table;
    }

    .ab-block-container.alignfull::after {
        clear: both;
        content: " ";
        display: table;
    }
}
@media only screen and (max-width: 450px) {
    .page-hero.page-hero--home {       
        background-size: 175% !important;
    }
}
@media only screen and (max-width: 370px) {

    .date-field {
        min-width: 100%;
    }

    .calculator-wrap__results {
        min-height: 15rem;
    }

    .calculator-wrap__results-cont {
        min-height: 5rem;
    }

    .letters-date,
    .numbers-date {
        font-size: 12px;
    }

    .site-footer__copyright .footer-menu {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .testimonials-carousel.swiper {
        padding-bottom: 11rem;
    }

    .error-page__img {
        max-width: 35rem;
    }

    .blog-pagination li .current,
    .blog-pagination li a {
        font-size: 14px;
        min-width: 3rem;
        min-height: 3rem;
    }

    .blog-pagination li a.next,
    .blog-pagination li a.prev {
        top: 1.6rem;
    }
}
@media only screen and (max-width: 360px) {
    .mail-icon, .phone-icon {
        font-size: 12px;
    }   

    .page-hero.page-hero--home {
        background-size: 195% !important;
    }

    .page-hero__statistics-item h5 {
        font-size: 2rem;
    }

    .page-hero--home::before {
        background: linear-gradient(0deg, rgba(36, 60, 76, 0.00) 0%, #243C4C 35%);
    }

    .card--property p {
        font-size: 1.6rem;
    }
}
/*media query for IE 10 and above*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {}
/* Print Styles
---------------------------------------------------------------------------- */
@media print {

    *,
    *::before,
    *::after {
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #333 !important;
        text-shadow: none !important;
    }

    a,
    a:visited { text-decoration: underline; }

    a[href]::after { content: " (" attr(href) ")"; }

    abbr[title]::after { content: " (" attr(title) ")"; }

    a[href^="javascript:"]::after,
    a[href^="#"]::after,
    .site-title > a::after { content: ""; }

    thead { display: table-header-group; }

    img,
    tr { page-break-inside: avoid; }

    img { max-width: 100% !important; }

    @page { margin: 2cm 0.5cm; }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .content,
    .content-sidebar { width: 100%; }

    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar { display: none !important; }

    .title-area {
        text-align: center;
        width: 100%;
    }

    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }

    .site-inner {
        padding-top: 0;
        position: relative;
    }

    .author-box { margin-bottom: 0; }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }


    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }

    dl,
    ol,
    ul {
        page-break-before: avoid;
    }
}