/*----------------------------------------------------------------------------*/
/*#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% + 360px); }

    .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-item:focus,
    .genesis-nav-menu .menu-item:hover { position: relative; }*/

    .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 {  
        overflow: hidden;  
        background: #fff;
        border: 2px solid #fff;    
        padding: 0;
        position: absolute;
        text-align: left;
        pointer-events: none;
        max-width: 300px;
        -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: 15px !important;       
        color: var(--navy-blue);
        font-weight: 400;
        text-decoration: none !important;
    }

    .genesis-nav-menu .sub-menu a:hover,
    .genesis-nav-menu .sub-menu a:focus, 
    .genesis-nav-menu .sub-menu a:active {
        background-color: var(--blue);
        color: #fff;
    } 

    .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;
    }

    .nav-primary .genesis-nav-menu a {
        padding-left: 7.5px;
        padding-right: 7.5px;
        position: relative;
    }

    .nav-primary .genesis-nav-menu .menu-item:not(.btn-donate):last-child a { padding-right: 0; }

    .nav-primary .menu-primary .menu-item-has-children > a { padding-right: 30px; }

    .nav-primary .menu-primary .menu-item-has-children > a::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        background: url('../images/angle-down-white.svg') no-repeat center / cover;       
        width: 11px;
        height: 7px; 
    }

    /* Site-Inner
    --------------------------------------------- */

    /* .site-inner {
        max-width: 1140px;
    } */

    /* Content
    --------------------------------------------- */

    /* .content {
        float: left;
        width: 65%;
    }

    .sidebar-content .content {
        float: right;
    }

    .full-width-content .content {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .content {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .sidebar {
        width: 30%;
        flex-shrink: 0;
    } */

    /* Sidebar
    --------------------------------------------- */

    /* .sidebar {
        float: right;
        width: 30%;
    }

    .sidebar-content .sidebar {
        float: left;
    } */

    /* 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-widget-area {
        float: left;
        margin-bottom: 0;
        width: 17.5%;
    }

    .full-width-content .entry-content > .alignwide {
        margin-left: -180px;
        margin-right: -180px;
        max-width: calc(100% + 360px);
        width: auto;
    }
}
@media only screen and (min-width: 1200px) {
    .full-width-content .entry-content > .alignwide {
        margin-left: -180px;
        margin-right: -180px;
        max-width: calc(100% + 360px); /* 360 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); }

}
@media only screen and (max-width: 1199px) {
    .page-hero::before {
        width: 40%;
    }

    input, select, textarea {
        padding: 1.2rem 2rem;
    }

    .mc-field-button { right: 2rem; }

}
@media only screen and (max-width: 991px)  {

    html { font-size: clamp(8px, 1.009vw, 10px); }

    .page-template-membership .discovery-call .file_upload-container .nf-field-label {
        top: -4rem !important;
        line-height: 1.2 !important;
    }

    .donate-amount {
        min-width: unset;
    }

    .site-inner { padding-top: 30px; }

    body.menu-triggered { overflow: hidden; }

    .genesis-nav-menu .menu-item.btn-donate {
        display: none;
    }

    .menu-toggle span{
        position: absolute;
        background-color: #fff;
        width: 28px;
        height: 3px;
        right: 5px;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .menu-toggle span:first-child { top: 5px; }

    .menu-toggle span:nth-child(2) { top: 13px; }

    .menu-toggle span:nth-child(3) { top: 21px; }

    .menu-toggle.activated span:nth-child(2) {
        width: 29px;
        top: 5px;
        -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg);
    }

    .menu-toggle.activated span:first-child {
        width: 29px;
        top: 23px;
        -webkit-transform: translateY(-9px) rotate(-45deg);
        -ms-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg);
    }

    .menu-toggle.activated span:nth-child(3) { background: transparent; }

    .menu-primary {
        position: absolute;
        top: 100%;
        z-index: 999;
        background: var(--blue);
        max-width: 30rem;
        left: -100%;
        padding: 1rem 2rem 8rem;
        transition: .3s ease-in-out;
            -webkit-transition: .3s ease-in-out; 
                -o-transition: .3s ease-in-out; 
        overflow: auto;
        height: 100vh;
    }

    .menu-primary.triggered { left: 0; }

    .menu-triggered .site-header { background: var(--blue); }

    .menu-triggered .title-area img { filter: brightness(0) invert(1); }

    .genesis-nav-menu a { font-size: 2rem; }

    .genesis-nav-menu > .menu-item { 
        position: relative;
        margin-bottom: 1rem; 
        text-align: right;
    }

    .genesis-nav-menu .menu-item.menu-item-has-children > a { padding-right: 2rem; }

    .genesis-nav-menu > .menu-item:last-child { margin-bottom: 0; }

    .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 { display: none; }

    .genesis-nav-menu .sub-menu.activated { opacity: 1; }

    .site-header {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .title-area img { max-width: 15rem; }

    .genesis-nav-menu .sub-menu a {
        background: transparent;
        font-size: 2rem;
        line-height: 1.2;
        color: #fff;
        font-weight: 400;
    }

    .sub-menu-toggle::after { 
        right: 0; 
        transform: translateY(-50%) rotate(-90deg);
    }

    .sub-menu-toggle.activated::after {
        transform: translateY(-50%) rotate(0);
    }

    .page-hero__content {
        padding-right: 5rem;
    }

    .mc-input {
        padding-right: 13rem;
    }
    
    .mc-field-button .button { padding: 0.7rem 1.5rem; }

    .footer-widgets .container {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-widget-area:first-child { 
        width: 100%; 
        padding-left: 2rem;
    }

    .footer-widget-area { width: 50%; }

    .responsive-social { display: block; }

    .footer-widget-area:first-child .socials { display: none; }

    .footer-widget-area:first-child .widget { margin-bottom: 2rem; }

    .site-footer__wrap p { display: none; }

    .site-footer__copyright {
        flex-direction: row-reverse;
    }
}
@media only screen and (min-width: 576px) and (max-width: 992px)  {
    .card {
        flex-direction: row;
    }

    .cards-wrapper .row [class*='col-'] {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 3rem;
    }

    .cards-wrapper .row [class*='col-']:last-child { margin-bottom: 0; }

    .card__img {
        min-width: 30rem;
        height: 100%;
        border-radius: 4px 0 0 4px;
    }

    .card__img img {
        border-radius: 4px 0 0 4px;
    }

    .card__content {
        height: unset;
        border-radius: 0 4px 4px 0;
    }

    .card h3 { font-size: 3rem; }

    .card p { font-size: 2rem; }
}

@media only screen and (max-width: 782px) {
    .admin-bar .site-header { top: 48px; }

    .wp-block-column:last-child .reach-box {
        margin-bottom: 3rem;
    }

    .reach-box {
        margin-bottom: 0;
    }

    .wp-block-column .wp-block-image {
        text-align: center;
    }

    .membership--right {
        padding-left: 0;
    }

    .donate-panel-type li a {
        min-width: unset;
    }

    .donate-amount-value {
         padding: 1rem;
    }

    .donate-amount-value-number {
        font-size: 2.8rem;
       
    }

    .wp-block-columns .wp-block-column:first-child:not(:last-child) { margin-bottom: 3.5rem; }

    .wp-block-columns.border--y {
        border: 0;
        padding: 0;
        text-align: center;
    }

    .donate-amounts,
    .donate-panel-type {
        justify-content: center;
    }

    .donate-form-amount {
        margin: 0 auto 3rem;
    }

    .site-container .wp-block-columns.alignfull { padding: 0; }

    .cta-box { margin: 0 auto; }

    .mc_embed_signup {  
        margin-left: 0;     
        margin-right: auto;
    }
}
@media only screen and (max-width: 781px) {

    .site-container .wp-block-column {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {

    .page-hero {
        color: #fff;
    }

    .categories-wrap {
        flex-wrap: wrap;
    }

    .page-hero.page-hero--image-fw .container::before {
        display: none;
    }
    .page-hero.page-hero--image-fw .container {
        background-image: unset !important;
        padding: 0 3rem;
    }

    .page-hero.page-hero--image-fw .page-hero__img {
        display: block;
    }

    .txt--sm-center {
        text-align: center;
    }

    .mb--sm-20 {
        margin-bottom: 2rem;
    }

    .discovery-call .slider:before {
        bottom: 2px;
    }

    .discovery-call {
        flex-direction: column;
    }

    .discovery-call__form {
        width: 100%;
        padding-bottom: 2rem;
    }

    .discovery-call__image {
        display: none;
    }

    .page-template-membership .discovery-call {
        margin: 5rem auto;
    }

    .page-template-membership .entry-title {
        margin-bottom: 3rem;
    }
 
    .page-hero__img { display: none; }

    .page-hero {
        padding-top: 14rem;
        padding-bottom: 0;
    }

    .page-hero .container { 
        background-size: cover; 
        background-repeat: no-repeat;
        background-position: center;
        padding: 8rem 3rem;    
        position: relative;  
    }

    .page-hero .container::before {
        content: '';
        position: absolute;
        background: #6A6969;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0.5;        
    }

    .page-hero::before { 
        width: 70%; 
        height: 14rem;
    }
    
    .page-hero h1,
    .page-hero p {
        color: #fff;
    }

    .page-hero p {
        font-size: 2.1rem;
    }

    .page-hero__content { padding-right: 0; }

    .testimonial::before {
        display: none;
    }

    .testimonials__nav {
        display: none;
    }

    .testimonials__pagination {
        display: block;
    }

    .testimonial__img {
        width: 100%;
    }

    .testimonial {
        padding: 54.5rem 3rem 8.5rem;
        border-bottom-left-radius: 0;
        justify-content: flex-start;
        min-height: unset;
        height: 100%;       
    }

    .testimonials__pagination.swiper-pagination-bullets { bottom: 3rem; }

    .testimonials__pagination .swiper-pagination-bullet {
        width: 2rem;
        height: 2rem;
        border: 1px solid #fff;
        background: transparent;
        opacity: 1;
    }

    .testimonials__pagination .swiper-pagination-bullet-active { background: #fff; }

    .testimonials-wrapper { padding-bottom: 0; }

    .testimonials-wrapper .swiper-slide { height: auto; }
}
@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;
    }
}
@media only screen and (max-width: 575px) {

    h2 { font-size: 3.8rem; }

    h3 { font-size: 2.8rem; }

    p.has-medium-font-size { font-size: 2.1rem !important; }

    button, input[type="button"], input[type="reset"], input[type="submit"], .button, .btn {
        font-size: 2.1rem;
    }

    .menu-primary { max-width: 100%; }

    html { font-size: clamp( 9px, 0.521vw, 10px ); } 

    .donation-form {
        padding: 1.5rem;
    }

    .file_upload-container::after {
        font-size: 14px !important;
    }

    .file_upload-container {
        padding: 1.6rem !important;
    }

    .file_upload-container::before {
        margin: 10px auto;
    }

    .breadcrumb,
    .related-posts h4 {
        margin-bottom: 3rem;
    }

    .sidebar .widget {
        padding-left: 2rem;
    }

    .related-post {
        gap: 1.5rem;
    }

    .related-post__img {
        min-width: 15rem;
        width: 15rem;
        max-width: 15rem;
    }

    .post-item__img {
        max-width: 100%;
    }

    .page-template-membership .discovery-call {
        padding: 1.5rem;
        border-radius: 10px;
    }

    .page-template-membership .discovery-call .field-wrap:not(.list-checkbox-wrap) .nf-field-label {
        top: 7px;
    }

    .discovery-call .field-wrap:not(.list-checkbox-wrap) .nf-field-label {
        font-size: 10px;
        line-height: 1.2;
    }

    .cta-box {
        padding: 1.5rem 2rem;
    }

    .cards-wrapper .swiper-pagination { display: block; }

    .cards-wrapper .row {
        flex-wrap: unset;
        margin: 0;
        align-items: stretch;
    }

    .cards-wrapper .swiper-slide {
        height: auto;
        padding: 0;
        display: flex; 
        flex-direction: column; 
        justify-content: center; 
        align-items: center;     
    }

    .card__img {
        height: auto;
        max-height: 33rem;
    }

    .card__content {
        padding-bottom: 7.5rem;
    }
    .cards-wrapper .swiper-pagination-bullets { bottom: 1.5rem; }

    .cards-wrapper .swiper-pagination-bullet {
        width: 2rem;
        height: 2rem;
        border: 1px solid #fff;
        background: transparent;
        opacity: 1;
    }

    .cards-wrapper .swiper-pagination-bullet-active { background: #fff; }

    .card .btn { margin-top: unset; }

    .wp-block-spacer { height: 3rem !important; }

    input, select, textarea {
        font-size: 1.6rem;
        padding: 1.2rem;
    }

    .mc-field-button {
        right: 1.2rem;
    }

    .site-footer { padding-bottom: 3rem; }

    .footer-widget-area {
        margin-bottom: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    .footer-widget-area:first-child .widget { margin-bottom: 1rem; }

    .footer-widgets { padding: 3rem 0; }

    .site-footer__logos { max-width: 11.5rem; }

    .mb--xs-0 { margin-bottom: 0; }
}
@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 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;
    }
}