/* 
Theme Name: Northern Nevada Hopes
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* TOP BAR */


body {
    overflow-x: hidden;
}

.desktop-hidden {
    display: none;
}


.main-nav {
    background-color: white;
}

/* Humberger menu style */
.mobile-menu .elementor-menu-toggle {
    padding: 16px;
    height: 53px;
}

.mobile-menu .elementor-menu-toggle.elementor-active[aria-expanded="true"] {
    color: var(--e-global-color-secondary) !important;
    background-color: var(--e-global-color-d7bb124) !important;
}

.mobile-menu.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container,
.mobile-menu.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
    margin-top: 0;
    /*padding: 40px 55px;*/
    padding: 25px 15px;
    z-index: 9999999;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.26);
}

.mobile-menu.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container ul li a {
    /*padding: 0;*/
    padding: 15px 0;
    font-family: var(--e-global-typography-primary-font-family) !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 87.5% */
    letter-spacing: 0.128px;
    text-decoration: none;
}

@media screen and (min-width: 576px) {
  .mobile-menu.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container ul li a {
    font-size: 16px;
  }
}
  
.menu-item.menu-item-has-children .has-submenu.highlighted+ul li a {
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 11px !important;
    letter-spacing: 0.8px !important;
    border: none;
    margin-left: 20px;
}

/*.mobile-menu.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container ul li a:not(:last-child),
.menu-item.menu-item-has-children .has-submenu.highlighted+ul li a {
    margin-bottom: 30px;
}*/

a.e-n-menu-title-text:hover {
    font-size: 14px;
}

/* li.is-menu-child a {
    margin-left: 16px;
    font-size: 11px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 11px !important;
    /* 100% 
    letter-spacing: 0.8px !important;
} */

.custom-search .elementor-widget-container .elementor-search-form .elementor-search-form__toggle i::before {
    content: "\e904";
    font-family: "nnh";
    font-size: 22px;
}

.custom-search .elementor-widget-container .elementor-search-form.open .elementor-search-form__toggle i::before {
    content: "\e900";
}

.custom-search .elementor-widget-container .elementor-search-form .elementor-search-form__container {
    background-color: var(--e-global-color-primary) !important;
    height: 100%;
    position: absolute;
    right: 53px;
    top: 0;
    width: 0;
    left: unset;
    transform: translateX(0);
    transition: width 0.2s ease-in-out;
    padding: 0;
    border: none;

}

.custom-search .elementor-widget-container .elementor-search-form .elementor-search-form__container:not(.elementor-search-form--full-screen) {
    transform: scale(unset) translateX(100%);
    z-index: -1;
}

.custom-search .elementor-widget-container .elementor-search-form.open .elementor-search-form__container.elementor-search-form--full-screen {
    width: 337px;
    border: 1px solid white;
}

.custom-search .elementor-widget-container .elementor-search-form .elementor-search-form__container.elementor-search-form--full-screen input {
    text-align: start;
    border: none;
    padding-inline: 8px;
}

.custom-search .elementor-widget-container .elementor-search-form .elementor-search-form__container.elementor-search-form--full-screen .dialog-close-button {
    margin: 0;
}




.footer-newsletter {
    --_button-size: 36px;
    max-width: 337px;
}

.footer-newsletter .elementor-widget-container .elementor-form .elementor-form-fields-wrapper .elementor-field-group input,
.footer-newsletter .elementor-widget-container .elementor-form .elementor-form-fields-wrapper .elementor-field-group button {
    height: var(--_button-size);
}

.footer-newsletter .elementor-widget-container .elementor-form .elementor-form-fields-wrapper .elementor-field-type-email input {
    width: calc(100% - var(--_button-size));
    min-height: var(--_button-size);
}

.footer-newsletter .elementor-widget-container .elementor-form .elementor-form-fields-wrapper .elementor-field-group {
    width: unset;
}

.footer-newsletter .elementor-widget-container .elementor-form .elementor-form-fields-wrapper .elementor-field-group button {
    flex-basis: var(--_button-size);
    min-height: var(--_button-size);
    width: var(--_button-size);
}

div[data-elementor-type="footer"] {
    margin-top: -100px;
    /*z-index: 9998;*/
    z-index: 10;
    position: relative;
}


/* Testimonial Section */
.testimonial-slider .elementor-widget-container .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button i::before {
    font-family: 'nnh';
}

.testimonial-slider .elementor-widget-container .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button .eicon-chevron-left::before {
    content: "\e901";
}

.testimonial-slider .elementor-widget-container .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button .eicon-chevron-right::before {
    content: "\e902";
}

.services-testimonial .elementor-widget-container .elementor-swiper-button .nnh-nnh-arrow-left-circle::before,
.services-testimonial .elementor-widget-container .elementor-swiper-button .nnh-nnh-arrow-right-circle::before {
    color: var(--e-global-color-primary);
    font-size: 30px;
}

/* BREADCRUMBS */
#breadcrumbs {
    min-height: 56px;
    padding: 16px;
    background: var(--Sierra-White, #F5F5F5);

}

#breadcrumbs a,
#breadcrumbs span.breadcrumb_last {
    color: var(--Nevada-Night, #3D0029);
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    letter-spacing: 0.112px;
}

#breadcrumbs a {
    font-weight: 400;
}

#breadcrumbs a:hover {
    color: var(--e-global-color-secondary);
}

/* 
#breadcrumbs span.breadcrumb_last {

} */

.filter-text {
    color: var(--Nevada-Night, #3D0029);
    text-align: right;
    /*font-family: Futura;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 11px;
    /* 100% */
    letter-spacing: 0.8px;
    margin-bottom: 0 !important;
    margin-right: 36px !important;
    margin-top: 0;
}

.elementor-widget-n-tabs .e-n-tabs-heading {
    align-items: center !important;
}

#gform_submit_button_1 {
    position: relative;
    height: 37px !important;
}

#gform_submit_button_1 {
    justify-content: center !important;
}

#gform_submit_button_1::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Cg clip-path='url(%23clip0_1493_1482)'%3E%3Cpath d='M7.224 2.07945L12 6.83145L7.224 11.6074H5.64L9.96 7.38345H0V6.23145H9.96L5.64 2.00745H7.224V2.07945Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1493_1482'%3E%3Crect width='12' height='12' fill='white' transform='translate(0 0.807495)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    right: 0;
    background-position: center;
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>svg {
    fill: var(--e-global-color-secondary);
}



.elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
    width: 20px !important;
    height: 20px !important;
}

.elementor-location-footer .footer_cta-curve {
    margin-block-end: -5px !important;
}

.elementor-element.single-news-container {
    margin-top: 50px !important;
    --display: flex !important;
    --flex-direction: column !important;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%) !important;
    --container-widget-height: initial !important;
    --container-widget-flex-grow: 0 !important;
    --container-widget-align-self: initial !important;
    --align-items: center !important;
    --gap: 48px 48px !important;
    --background-transition: 0.3s !important;
    --padding-block-start: 0px !important;
    --padding-block-end: 110px !important;
    --padding-inline-start: 40px !important;
    --padding-inline-end: 40px !important;
}

@media screen and (min-width: 768px) {
    .elementor-element.single-news-container {
           margin-top: 110px !important;
    }
}

/*FOOTER NEWSLETTER */
#gform_fields_1 .gfield_description.validation_message {
    order: 0 !important;
}

#gform_fields_1 .ginput_container.ginput_container_email {
    order: 2 !important;
}

#gform_fields_1 .gfield_label.gform-field-label {
    order: 1 !important;
    color: white !important;
}

#gform_1_validation_container {
    display: none !important;
}


/* div[data-elementor-type="footer"] {
    margin-top: -110px;
} */

.elementor-704 .elementor-element.elementor-element-790a1517 img {
    /* width: 1920px !important;
    max-width: 1920px !important; */
    object-fit: fill;
}


.single-provider .elementor-location-single .elementor-element.e-con-full.e-flex.e-con.e-parent {
    --display: flex !important;
    --flex-direction: column !important;
    --container-widget-width: 100% !important;
    --container-widget-height: initial !important;
    --container-widget-flex-grow: 0 !important;
    --container-widget-align-self: initial !important;
    --gap: 0px 0px !important;
    --background-transition: 0.3s !important;
    --padding-block-start: 0px !important;
    --padding-block-end: 0px !important;
    --padding-inline-start: 0px !important;
    --padding-inline-end: 0px !important;
}

.single-provider .elementor-location-single .elementor-element.e-con-full.e-flex.e-con.e-child {
    --display: flex !important;
    --flex-direction: column !important;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%) !important;
    --container-widget-height: initial !important;
    --container-widget-flex-grow: 0 !important;
    --container-widget-align-self: initial !important;
    --align-items: center !important;
    --background-transition: 0.3s !important;
    --padding-block-start: 0px !important;
    --padding-block-end: 0px !important;
    --padding-inline-start: 40px !important;
    --padding-inline-end: 40px !important;
    background-color: var(--e-global-color-bbe8884);
}

.single-provider .elementor-location-single .elementor-widget__width-initial.elementor-widget-heading {
    text-align: center !important;
    /* width: var(--container-widget-width, 908px ) !important;
    max-width: 908px !important; */
    --container-widget-width: 908px !important;
    --container-widget-flex-grow: 0 !important;
}

.single-provider .elementor-location-single .elementor-widget__width-initial.elementor-widget-heading .elementor-widget-container {
    padding: 60px 0px 0px 0px !important;
}

.single-provider .elementor-location-single .elementor-widget__width-initial.elementor-widget-heading .elementor-widget-container .elementor-heading-title {
    font-size: var(--e-global-typography-e822f94-font-size) !important;
    line-height: var(--e-global-typography-e822f94-line-height) !important;
    letter-spacing: var(--e-global-typography-e822f94-letter-spacing) !important;
    word-spacing: var(--e-global-typography-e822f94-word-spacing) !important;
}

.single-provider .elementor-location-single .elementor-element.e-con-full.e-flex.e-con.e-parent .elementor-widget__width-inherit.elementor-widget.elementor-widget-image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: fill;
    opacity: 1;
    border-radius: 0px 0px 0px 0px;
}

.single-provider .elementor-location-single .e-grid.e-con-boxed.e-con.e-child {
    display: flex !important;
    margin-top: 50px;
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .single-provider .elementor-location-single .e-grid.e-con-boxed.e-con.e-child {
        margin-top: 110px;   
        margin-bottom: 110px;
    }
}

.single-provider .elementor-location-single .e-grid.e-con-boxed.e-con.e-child .e-con-inner {
    display: flex !important;
}

.single-provider .elementor-location-single .e-grid.e-con-boxed.e-con.e-child .e-con-inner .e-flex.e-con-boxed.e-con.e-child {
    display: flex !important;
}

.single-provider .elementor-location-single .e-grid.e-con-boxed.e-con.e-child .e-con-inner .elementor-element-d69a0ce {
    width: 90% !important;
}

.single-provider .elementor-location-single .e-grid.e-con-boxed.e-con.e-child .e-con-inner .elementor-element-d69a0ce div img {
    width: 100% !important;
    max-width: 560px;
    /*  width: 560px !important;
    height: 448px !important;
    object-fit: cover !important;*/
}

.single-provider .elementor-location-single .e-grid.e-con-boxed.e-con.e-child .e-con-inner .elementor-element-8d29437 {
    padding-left: 7.2395vw;
}


.single-provider .elementor-location-single .e-grid.e-con-boxed.e-con.e-child .e-con-inner .e-flex.e-con-boxed.e-con.e-child .e-con-inner {
    display: flex !important;
}

.elementor-element-39bc1a4 {
    margin-top: 100px !important;
    margin-left: 150px !important;
    margin-right: 150px !important;
}

.elementor-element-39bc1a4 p strong {
    color: var(--Nevada-Night, #3D0029);
    font-family: Helvetica Neue;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}


#specialty-text .elementor-widget-container {
    display: flex;
    /*align-items: center;*/
    gap: 5px;
}

.specialty-heading {
    margin: 0px !important;
    color: #3D0029 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 700 !important;
}

.single-provider .elementor-location-single .elementor-element-f0726ee.e-flex.e-con-boxed.e-con.e-parent {
    display: flex !important;
}

#book-now-provider-btn a {
    display: flex;
    width: 186.486px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 32px;
    border: 2px solid var(--Nevada-Night, #3D0029);
    background: var(--Color, #FFF);
}

#book-now-provider-btn a .elementor-button-text {
    color: var(--Nevada-Night, #3D0029);
    text-align: center;
    font-family: Helvetica Neue;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 155.556% */
}

#book-now-provider-btn a:hover {
    color: var(--e-global-color-d7bb124);
    background-color: var(--e-global-color-secondary);
}

#provider-location-container .elementor-icon-box-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

#provider-location-container .elementor-icon-box-content .elementor-icon-box-description {
    max-width: 770px !important;
    text-align: left !important;
    color: var(--Nevada-Night, #3D0029);
    font-family: Helvetica Neue;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

#provider-grid-location {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

#provider-location-text-heading {
    white-space: nowrap !important;
    color: var(--Nevada-Night, #3D0029);
    font-family: Helvetica Neue;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 28px !important;
}

#provider-location-content {
    color: var(--Nevada-Night, #3D0029);
    font-family: Helvetica Neue;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 28px !important;
}

#provider-location-content p {
    margin: 0px !important;
}

body {
    margin: 0 !important;
}

.elementor-element-26865d1 {
    text-align: center;
    /* color: var(--e-global-color-d7bb124); */
    color: #000;
    font-family: var(--e-global-typography-e8bfb14-font-family), Sans-serif;
    font-size: var(--e-global-typography-e8bfb14-font-size);
    font-weight: var(--e-global-typography-e8bfb14-font-weight);
    line-height: var(--e-global-typography-e8bfb14-line-height);
    letter-spacing: var(--e-global-typography-e8bfb14-letter-spacing);
    word-spacing: var(--e-global-typography-e8bfb14-word-spacing);
}

.elementor-element-cbde6ec .elementor-icon-wrapper {
    text-align: center;
}

.single-provider .elementor-icon-box-description {
    text-align: center !important;
}

.single-provider .elementor-element-783dc78 .elementor-button {
    color: #000 !important;
}

.elementor-element-600b803 div p span {
    white-space: pre-wrap;
    text-align: center;
    color: #000;
    /* color: var(--e-global-color-d7bb124); */
    font-family: var(--e-global-typography-7db7f19-font-family), Sans-serif;
    font-size: var(--e-global-typography-7db7f19-font-size);
    font-weight: var(--e-global-typography-7db7f19-font-weight);
    line-height: var(--e-global-typography-7db7f19-line-height);
    letter-spacing: var(--e-global-typography-7db7f19-letter-spacing);
    word-spacing: var(--e-global-typography-7db7f19-word-spacing);
}

.elementor-element-cbb19fd {
    background-image: var(--e-bg-lazyload-loaded);
    --e-bg-lazyload: url(https://dev.websiteprojectupdates.com/nnh/wp-content/uploads/2023/10/Frinedly-Flower-Testimonial-Background.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    padding: 0;
    --display: flex;
    --gap: 24px 24px;
    --background-transition: 0.3s;
    --margin-block-start: 0px;
    --margin-block-end: 110px;
    --margin-inline-start: 0px;
    --margin-inline-end: 0px;
    --padding-block-start: 96px;
    --padding-block-end: 96px;
    --padding-inline-start: 40px;
    --padding-inline-end: 40px;
}

.elementor-element-cbb19fd .e-con-inner {
    --display: flex;
    --gap: 24px 24px;
    --background-transition: 0.3s;
    --margin-block-start: 0px;
    --margin-block-end: 110px;
    --margin-inline-start: 0px;
    --margin-inline-end: 0px;
    --padding-block-start: 96px;
    --padding-block-end: 96px;
    --padding-inline-start: 40px;
    --padding-inline-end: 40px;
}

.elementor-element-54edc30 {
    display: flex;
    padding: 0;
}

.elementor-element-54edc30 .e-con-inner {
    display: flex;
    max-width: 100%;
}

.elementor-kit-6 #map img {
    border-radius: 0px !important;
}

.elementor-slides .swiper-slide-inner .elementor-slide-description {
    margin-top: 85px !important;
    position: relative;
    height: 45px;
}

.elementor-slides .swiper-slide-inner .elementor-slide-description::before {
    content: '';
    background-image: url("https://dev.websiteprojectupdates.com/nnh/wp-content/uploads/2023/10/sunrise-icon.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: center;
}

/** */

.gform_required_legend {
    display: none;
}

.copyright>.elementor-widget-container>p>a {
    color: #F6D0CB;
}

#field_1_1>.gfield_label>.gfield_required>.gfield_required_asterisk {
    color: #F9D2C8;
}

@media (prefers-reduced-motion) {
    * {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}

.elementor-icon-box-description {
    text-align: left;
}

/*.page-template-default.page.page-id-248 .elementor-location-single .elementor-widget-container a {
    color: #3D0029;
    font-size: 18px !important;

}*/

#breadcrumbs a {
    color: #3D0029;
}

.more-news-btn .elementor-button-text {
    color: #000 !important;
}

.news-single-title .elementor-heading-title {
    font-size: 26px;
    line-height: 1.2;
}

@media screen and (min-width: 768px) {
    .news-single-title .elementor-heading-title {
          font-size: 46px;
          line-height: 50px;
    }
}

.news-single-title,
.news-single-subtitle {
    text-align: center !important;
}

.news-single-subtitle {
    margin-bottom: 50px !important;
}

.search-no-results .entry-title {
    text-align: center !important;
    margin: 105px !important;
}

.error404 .error-title,
.error-message {
    text-align: center !important;
}

.error404 .home-error-btn .elementor-button-text {
    color: #000 !important;
}

.elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title a:focus-visible,
.elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title button:focus-visible {
    outline: 5px auto !important;
}


/** text only */

h1 {
    font-style: normal;
    font-weight: 700 !important;
}

h2 {
    font-style: normal;
    font-weight: 700 !important;
}

/* p {
    font-family: Futura !important;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Futura !important;
    font-weight: 700 !important;
}

.elementor-element-600b803 div h3 span {
    text-align: center;
    color: #000 !important;
    color: var(--e-global-color-d7bb124);
    font-family: var(--e-global-typography-7db7f19-font-family), Sans-serif;
    font-size: var(--e-global-typography-7db7f19-font-size);
    font-weight: var(--e-global-typography-7db7f19-font-weight);
    line-height: var(--e-global-typography-7db7f19-line-height);
    letter-spacing: var(--e-global-typography-7db7f19-letter-spacing);
    word-spacing: var(--e-global-typography-7db7f19-word-spacing);
}



/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.skip-link {
    color: #000 !important;
}

#menu-2-4769fb5 {
    display: none !important;
}

/*.designation-title {
    min-height: 72px;
}*/

.pediatrics-text-content p {
    margin-top: 0px !important;
}

#patient-events-loop .elementor-widget-container .e-con-inner .elementor-widget-text-editor .elementor-widget-container {
    line-height: 28px !important;
}

#homepage-news-loop .elementor-widget-container .e-loop-item .elementor-page-title .elementor-heading-title {
    min-height: 73px;
}

#menu-1-c2d717c {
    margin-top: 45px !important;
}

#e-n-menu-content-1831,
#e-n-menu-content-1832,
#e-n-menu-content-1833,
#e-n-menu-content-1271,
#e-n-menu-content-1272 {
    margin-top: 15px;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); */
    border-top: 1px solid #E5E5E5 !important;
}

#menu-1-5cbe2cf {
    grid-template-columns: 1fr 1fr !important;
}

.footer-menu-right>div>nav {
    justify-content: flex-end !important;
}

.footer-bottom>.elementor-element.elementor-element-dc986ee.elementor-widget.elementor-widget-global.elementor-global-2340.elementor-widget-shortcode {
    width: 448px !important;
}

#gform_submit_button_1,
#input_1_1 {
    border: 1px white solid !important;
    /* border-right: 0px !important; */
}

#input_1_1 {
    padding: 9px 9px !important;
}

.main-nav-container {
    margin-top: 15px !important;
}

.elementor-swiper-button-prev {
    position: absolute !important;
    left: -178px !important;
}

.elementor-swiper-button-next {
    position: absolute !important;
    right: -178px !important;
}

.bring-container img {
    width: 347px;
    height: 245px;
    object-fit: cover;
}

.bring-container .elementor-heading-title {
    min-height: 72px;
}

.designation-container img {
    width: 347px !important;
    height: 245px !important;
}

.designation-container .elementor-heading-title {
    font-weight: 500 !important;
    font-family: "Helvetica Neue" !important;
}
.designation-container .elementor-widget-text-editor p:first-child {
    margin-top: 0;
}

#community-event-loop .elementor-element-c64f47d div:first-child .elementor-widget-container {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    letter-spacing: 0.112px !important;
    font-family: "Helvetica Neue" !important;
}

#community-event-loop .elementor-element-c64f47d div:nth-child(3) .elementor-widget-container {
    font-family: "Helvetica Neue" !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
}

#community-event-loop .elementor-element-c64f47d .elementor-heading-title {
    font-family: Futura !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    letter-spacing: -0.325px !important;
    text-transform: uppercase !important;
}

#patient-events-loop .elementor-element-c64f47d div:first-child .elementor-widget-container {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    letter-spacing: 0.112px !important;
    font-family: "Helvetica Neue" !important;
}

#patient-events-loop .elementor-element-c64f47d div:nth-child(3) .elementor-widget-container {
    font-family: "Helvetica Neue" !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
}

#patient-events-loop .elementor-element-c64f47d .elementor-heading-title {
    font-family: Futura !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    letter-spacing: -0.325px !important;
    text-transform: uppercase !important;
}

.e-n-accordion-item-title-text {
    font-family: "Helvetica Neue" !important;
    /*font-size: 24px !important;*/
    font-style: normal !important;
    font-weight: 500 !important;
    /*line-height: 36px !important;*/
    letter-spacing: -0.36px !important;
}

.elementor-slide-heading {
    font-family: Futura !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    /*line-height: 36px !important;*/
    letter-spacing: .8px !important;
    /*letter-spacing: -0.36px !important;*/
}

.gfield_required {
    display: none !important;
}

.copyright p>a {
    color: #FFF !important;
    font-family: Futura !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 11px !important;
    letter-spacing: 0.8px !important;
}

.copyright p>a:hover {
    color: #F6D0CB !important;
    font-size: 11px !important;
}

/*#leaders-container .elementor-heading-title {
    font-family: Futura !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 36px !important;
    letter-spacing: -0.36px !important;
}*/

.leadership-team-container p {
    margin: 0 !important;
}

/** December 14, 2023 */

.e-n-accordion-item-title-text {
    font-weight: 500 !important;
}


/** [Careers] Font, icons, video issues */

.careers-sub-header>div>h3 {
    color: #3D0029 !important;
    text-align: center !important;
    font-family: 'Futura' !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 36px !important;
    letter-spacing: -0.56px !important;
}

/** **/

.grid-contact-container>div>div>div>h3,
.grid-contact-container>div>div>div>p {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.grid-contact-container>div>div>div>p>a {
    font-family: 'Futura' !important;
    color: #3D0029;
    font-size: 18px !important;
}

/** **/
.more-news-btn>div>div>a {
    background-color: #fff !important;
    border: 2px #3D0029 solid !important;
}

.more-news-btn>div>div>a:hover {
    background-color: #E59440 !important;
    border: 2px #E59440 solid !important;
}

.home .posts-css-title {
    white-space: normal !important;
}

.page-id-168 .posts-css-title,
.elementor-widget-loop-grid .posts-css-title{
    white-space: normal !important;

}

.page-id-168 .posts-css-title .elementor-heading-title {
    min-height: 73px !important;
}

.posts-css-title {
    white-space: nowrap !important;
}

.front-image-news>div>img {
    border-radius: 0px !important;
}

/* .elementor-heading-title {
    font-family: 'Futura' !important;
} */

.elementor-widget-text-editor .elementor-widget-container ul {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.new-heading-post-title h3 a:hover {
    color: #E59440 !important;
}

.location-header>div>p>a {
    font-size: 18px !important;
    color: #D6442F !important;
    font-family: 'Futura' !important;
}

.service-location>div>div>div>h3 {
    font-weight: 500 !important;
}

.patient-calendar-div .elementor-element-c64f47d div:first-child .elementor-widget-container {
    color: #3D0029 !important;
    /* font-family: 'Futura' !important; */
    font-family: "Helvetica Neue" !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    letter-spacing: 0.112px !important;
}

.patient-events-loop-class .elementor-element-c64f47d div:first-child .elementor-widget-container {
    color: #3D0029 !important;
    font-family: 'Futura' !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    letter-spacing: 0.112px !important;
}

.patient-events-loop-class .elementor-element-c64f47d .elementor-heading-title {
    font-family: Futura !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    letter-spacing: -0.325px !important;
    text-transform: uppercase !important;
}

.event-loop .elementor-element-c64f47d .elementor-heading-title {
    font-family: Futura !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    letter-spacing: -0.325px !important;
    text-transform: uppercase !important;
}

.elementor-menu-toggle.elementor-active>svg {
    fill: #E59440 !important;
}

.event-loop .elementor-element-c64f47d div:first-child .elementor-widget-container {
    color: #3D0029 !important;
    font-family: 'Futura' !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    letter-spacing: 0.112px !important;
}

.news-loop .elementor-element-c64f47d .elementor-heading-title {
    font-family: Futura !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    letter-spacing: -0.325px !important;
    text-transform: uppercase !important;
}

.news-loop .elementor-element-2765a12 div:first-child .elementor-icon-list-text {
    color: #3D0029 !important;
    font-family: 'Futura' !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    letter-spacing: 0.112px !important;
}

/* .elementor-704 .elementor-element.elementor-element-21d0d8f .elementor-button {
    font-family: 'Futura' !important;
} */

.decrease-margin-bottom {
    margin-bottom: -28px;
    z-index: 10;
}

.with-image {
    width: 90%;
}

.with-image>img {
    width: 100%;
}

.entry-title {
    width: 65%;
    margin: auto;
    margin-top: 16px !important;
    font-size: 46px !important;
    line-height: -0.32px !important;
    text-align: center !important;
}

.page-content>.post {
    width: 61%;
    margin: auto;
    margin-bottom: 31px !important;
}

.page-content>.post>a>img {
    width: 100%;
}



/*.elementor-element-5df7497 {
    margin-bottom: -42px !important;
}*/

.apply-heading .elementor-heading-title {
    font-weight: 500 !important;
}

.custom-search .elementor-widget-container .elementor-search-form .elementor-search-form__container.elementor-search-form--full-screen .dialog-close-button {
    display: none !important;
}

#accessibilityButton svg path {
    fill: #70235C !important;
}

#close-btn {
    transition: all .15s ease;
}

#close-btn::before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.121' height='26.121' viewBox='0 0 26.121 26.121'%3E%3Cg transform='translate(-1731.439 -38.439)'%3E%3Cpath d='M22.939,25.061l-24-24L1.061-1.061l24,24Z' transform='translate(1732.5 39.5)' fill='%23ca3944'/%3E%3Cpath d='M1.061,25.061l-2.121-2.121,24-24,2.121,2.121Z' transform='translate(1732.5 39.5)' fill='%23ca3944'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center/contain;
    width: 15px;
    height: 15px;
    display: block;
}

#close-btn:hover {
    transform: scale(1.1);
}

.footer-menu-left li .elementor-item-active {
    color: var(--e-global-color-d7bb124) !important;
}

.footer-menu-left li .elementor-item-active:hover {
    color: #E79E50 !important;
}

.elementor-element-06993db p span {
    font-weight: 500 !important;
}

.elementor-custom-embed-image-overlay {
    border-radius: 36px !important;
}

.careers-contents a {
    font-family: "Helvetica Neue", Sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
}

.career-page-headings .elementor-heading-title {
    font-weight: 500 !important;
    font-family: Futura !important;
}

.elementor-widget-n-menu .e-n-menu-title-text {
    transition: unset !important;
}

.elementor-element-e3928a4 {
    top: -42px !important;
    position: relative !important;
}

.elementor-element-dbd6f03 .e-con-inner {
    display: flex !important;
}

.elementor-element-dbd6f03 .news-single-title {
    margin-bottom: 20px !important;
}

.news-single-subtitle {
    font-size: 18px;
    line-height: 1.2;
}

@media screen and (min-width: 768px) {
    .news-single-subtitle {
        font-size: 24px;
        line-height: 26px;
    }
}

.by-text {
    font-size: 18px !important;
    margin: 0px !important;
    color: var(--e-global-color-accent) !important;
}

.elementor-author-box__name {
    font-size: 18px !important;
    margin-bottom: 0px !important;
    color: var(--e-global-color-accent) !important;
}

.elementor-author-box__text {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 15px;
}




html {
    overflow-x: hidden;
}

/* .page-content > article.post {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
} */

.search-grid>div>div {
    gap: 37px;
    margin-right: 20px;
    margin-left: 20px;
}

/* .search-grid>div>div>article>a>div>img {

} */

.search-title>div h1.elementor-heading-title {
    font-family: 'Futura' !important;
    font-size: 46px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 50px !important;
    letter-spacing: -0.325px !important;
    text-transform: uppercase !important;
    text-align: center !important;
}

.search-grid>div>div>article>div>h3 {
    font-family: 'Futura' !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    letter-spacing: -0.325px !important;
    text-transform: uppercase !important;
}

.search-grid>div>div>article>div>h3>a {
    color: #3D0029 !important;
}

.search-grid>div>div>article>div>div>p {
    font-family: 'Futura' !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    color: #3D0029 !important;
}

.search-grid>div>div>article>div>div>span {
    font-family: 'Futura' !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    letter-spacing: 0.112px !important;
    color: #3D0029 !important;
}

.search-grid {
    margin-bottom: 120px !important;
}



/* .e-n-accordion-item {
    overflow: unset !important;
    height: fit-content !important;
    transition: max-height 0.5s ease-in-out !important;
} */

.e-n-accordion-item.open {
    max-height: 500px !important;
    /* Adjust the max-height value as needed */
}

.patient-quote h3 span {
    font-family: 'Helvetica Neue' !important;
    font-weight: 500 !important;
    letter-spacing: -0.36px;
}

.support-hopes-new-headings .elementor-heading-title {
    font-weight: 500 !important;
    font-family: 'Futura' !important;
}

.elementor-element-06993db h3 span {
    font-family: 'Futura' !important;
    font-weight: 500 !important;
    color: #fff !important;
}

.resources-heading h4 span {
    font-family: 'Futura' !important;
    font-weight: 500 !important;
}


.location-news-header>div>h2 {
    color: var(--Nevada-Night, #3D0029) !important;
    font-family: 'Futura' !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 28px !important;
    text-transform: capitalize !important;
}

#wpfront-scroll-top-container {
    right: 88px !important;
    bottom: 9px !important;
}

.news-single-first-heading .elementor-heading-title {
    font-family: "Helvetica Neue", Sans-serif !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 36px !important;
    text-transform: none !important;
    letter-spacing: -0.36px !important;
}


.resize-image>div {
    margin-top: 18px;
    margin-bottom: 18px;
}

.resize-image>div>img {
    width: 260px !important;
    height: 204px !important;
}


.e-con {
    border: none !important;
}

.elementor-kit-6 a {
    line-height: 17px !important;
}

/* .elementor-kit-6 a:hover {
    line-height: 10px !important;
} */


@media (max-width: 600px) {
    body .page.type-page {
        top: -25px !important;
    }
}




.grid-transform {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: start;
}

.grid-transform>div:first-child {
    align-self: end;
}

.grid-transform>div:nth-child(2) {
    grid-row: span 2;
    justify-self: end;
}

.service-location-header>div>h3,
.hours>div>h3,
.location-header>div>p>a,
.grid-contact-container>div>div>div>h3,
.grid-contact-container>div>div>div>p,
.featured-job-header>div>h3.elementor-heading-title,
.career-testament>div>h3>span,
.careers-sub-header>div>h3,
.support-hopes-new-headings>div>h4.elementor-heading-title {
    font-family: Helvetica Neue !important;
}

.contact-us-main-div>div {
    gap: 0px !important;
}

.contact-us-main-div-parag>div>p {
    margin: 0px !important;
}

.contact-us-main-div-parag {
    margin-top: 20px !important;
    margin-bottom: 50px !important;
}

.location-hours {
    margin-top: 50px !important;
}

.top-bar-left,
.patient-portal>div {
    padding: 0px !important;
}

.elementor-video {
    border-radius: 32px !important;
}

.elementor-widget-container>p#breadcrumbs>span>span>a {
    font-size: 14px !important;
    font-weight: 500 !important;
}


.support-hopes-new-headings>div>h4 {
    margin-top: -8px !important;
}

div.patient-reg-div>.elementor-widget-container {
    margin-top: 18px !important;
}

div.about-legacy-heading {
    margin-top: -5px !important;
}

.elementor-623 .elementor-element.elementor-element-af69342>.elementor-widget-container>.e-n-menu>.e-n-menu-wrapper>.e-n-menu-heading>.e-n-menu-title:hover:not(.e-current),
.elementor-623 .elementor-element.elementor-element-794fae9>.elementor-widget-container>.e-n-menu>.e-n-menu-wrapper>.e-n-menu-heading>.e-n-menu-title:hover:not(.e-current),
.elementor-623 .elementor-element.elementor-element-af69342>.elementor-widget-container>.e-n-menu>.e-n-menu-wrapper>.e-n-menu-heading>.e-n-menu-title.e-current {
    border: none !important;
}

a.e-n-menu-title-text {
    border-style: solid !important;
    border-width: 0px 0px 2px 0px !important;
    border-color: transparent !important;
    /* border-color: var(--e-global-color-accent) !important; */
    padding-bottom: 10px !important;
    transition: border-color 0.3s ease !important;
}

a.e-n-menu-title-text:hover,
.elementor-623 .elementor-element.elementor-element-af69342>.elementor-widget-container>.e-n-menu>.e-n-menu-wrapper>.e-n-menu-heading>.e-n-menu-title.e-current>div>a {
    border-color: var(--e-global-color-accent) !important;
}



.elementor-704 .elementor-element.elementor-element-790a1517>.elementor-widget-container {
    margin-top: -14px !important;
}

.elementor-2391 .elementor-element.elementor-element-a399acd>.elementor-widget-container {
    margin-top: -12px !important;
}

.elementor-623 .elementor-element.elementor-element-899613e .elementor-button {
    padding: 12px !important;
    line-height: 10px !important;
}

div.loop-grid-one>div.elementor-widget-container>div.elementor-loop-container>div.elementor-1160>div.e-con-boxed>div.e-con-inner,
div.loop-grid-two>div.elementor-widget-container>div.elementor-loop-container>div.elementor-1160>div.e-con-boxed>div.e-con-inner,
div.loop-grid-three>div.elementor-widget-container>div.elementor-loop-container>div.elementor-1160>div.e-con-boxed>div.e-con-inner,
div.loop-grid-four>div.elementor-widget-container>div.elementor-loop-container>div.elementor-1160>div.e-con-boxed>div.e-con-inner {
    max-width: 1000px !important;
}


.contact-us-dv>div>p:nth-child(2),
.contact-us-dv>div>p:nth-child(4),
.contact-us-dv-two>div>p:nth-child(2),
.contact-us-dv-two>div>p:nth-child(4),
.contact-us-dv-three>div>p:nth-child(2),
.contact-us-dv-three>div>p:nth-child(4),
.contact-us-dv-four>div>p:nth-child(2),
.contact-us-dv-five>div>p:nth-child(2),
.contact-us-dv-six>div>p:nth-child(2),
.contact-us-dv-seven>div>p:nth-child(2),
.contact-us-dv-eight>div>p:nth-child(2),
.contact-us-dv-eight>div>p:nth-child(4),
.contact-us-dv-nine>div>p:nth-child(2),
.contact-us-dv-nine>div>p:nth-child(4) {
    margin-bottom: 20px !important;
}

.contact-us-dv-three>div>p:last-child>a {
    color: rgb(214, 68, 47);
}

.apply-text-div h3>span,
.apply-text-div h3 {
    font-family: Helvetica Neue !important;
}

.support-hopes-msg h3>span,
.support-hopes-msg h3 {
    color: var(--Nevada-Night, #3D0029) !important;
    font-family: Helvetica Neue !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 36px !important;
    letter-spacing: -0.36px !important;
}

.support-hopes-msg h3:first-child {
    margin-top: 0px !important;
}

.five-address a {
    font-size: 18px !important;
}

.gold-trans-text h3 {
    margin-top: 0px !important;
    color: var(--Nevada-Night, #3D0029) !important;
    font-family: Helvetica Neue !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 36px !important;
    letter-spacing: -0.36px !important;
}


#gform_submit_button_1 {
    border-left: 0px !important;
}

.contact-us-main-div-parag h3,
.contact-us-main-div-parag h3>a {
    color: var(--Nevada-Night, #3D0029) !important;
    /* NNH H3 */
    font-family: Helvetica Neue !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 36px !important;
    letter-spacing: -0.36px !important;
}

.contact-us-main-div-parag h3 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.top-bar-left>div:first-child {
    align-self: auto !important;
}

div.services-testimonial.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev svg,
div.services-testimonial.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev svg path,
div.services-testimonial.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next svg,
div.services-testimonial.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next svg path {
    fill: #3D0029 !important;
    color: #3D0029 !important;
}


.parag-all-events {
    color: var(--Nevada-Night, #3D0029) !important;
    text-align: center !important;
    font-family: Helvetica Neue !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    text-align: center !important;
}



.patient-reg-div>div.elementor-widget-container>p>a {
    color: var(--Sunny-Smile, #E59440) !important;
    font-family: Helvetica Neue !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
}

.patient-reg-div>div.elementor-widget-container>strong {
    margin-bottom: 12px !important;
}

#provider-quote-heading-container>div>h3>span,
#provider-quote-heading-auth>div>p>span {
    color: #fff !important;
}

a.elementor-button-link.elementor-button:hover>span.elementor-button-content-wrapper>span {
    color: #3D0029;
}
.top-nav-container .elementor-element:not(.elementor-element-899613e) > .elementor-widget-container > .elementor-button-wrapper a.elementor-button-link.elementor-button:hover>span.elementor-button-content-wrapper>span {
    color: var(--e-global-color-secondary);
}
.elementor-location-footer a.elementor-button-link.elementor-button:hover>span.elementor-button-content-wrapper>span {
    color: #ffffff;
}

.elementor-widget-container>p>a {
    font-size: inherit !important;
}

#homepage-news-loop h3:hover {
    text-decoration: underline !important;
}

.about-us-hopes-button span.elementor-button-text:hover,
.about-us-hopes-button a.elementor-button-link:hover span.elementor-button-text,
#question-us-button a.elementor-button-link:hover span.elementor-button-text,
#question-us-button span.elementor-button-text:hover,
#carrers-button span.elementor-button-text:hover,
#carrers-button a.elementor-button-link:hover span.elementor-button-text,
#support-hopes-button span.elementor-button-text:hover,
#support-hopes-button a.elementor-button-link:hover span.elementor-button-text {
    color: #fff !important;
}

/* #provider-tab #load-more:hover span.elementor-button-text {
    color: #fff !important;
} */

/* div.elementor-widget-container {
    color: #3D0029;
} */

@media screen and (min-width: 768px) {
  .careers-page-bottom {
      margin-bottom: 110px;
  }
}

.top-bar-left {
    align-items: center;
}

.elementor-623 .elementor-element.elementor-element-902bcd5 {
    z-index: 99 !important;
}

.result-div .elementor-posts-container {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    max-width: 1045.8px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 0;
}
@media screen and (min-width: 768px) {
    .result-div .elementor-posts-container {
          margin-top: 110px;
    }
}

.search-grid .elementor-post.elementor-grid-item {
    flex-direction: row;
}
@media screen and (max-width: 767px) {
    .search-grid .elementor-post.elementor-grid-item {
        flex-wrap: wrap;
    }
}
.search-grid .elementor-post.elementor-grid-item:nth-child(odd){
    background-color: var(--e-global-color-3e1c689, #f5f5f5);
    
}
.search-grid .elementor-post.elementor-grid-item{
    --padding-block-start: 24px;
    --padding-block-end: 24px;
    padding-block-start: var(--bc-padding-block-start, var(--padding-block-start));
    padding-block-end: var(--bc-padding-block-end, var(--padding-block-end));
    padding-inline-start: var(--bc-padding-inline-start, var(--padding-inline-start));
    padding-inline-end: var(--bc-padding-inline-end, var(--padding-inline-end));
}
.search-grid .elementor-post.elementor-grid-item .elementor-post__thumbnail__link.with-image{
    flex: 0 0 100%;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .search-grid .elementor-post.elementor-grid-item .elementor-post__thumbnail__link.with-image{
        flex: 0 0 208px;
        width: 208px;
        margin-right: 20px;
    }
}
/*.search-grid div.elementor-post__thumbnail{
  height: auto;
}*/
.search-grid .elementor-post.elementor-grid-item .elementor-post__thumbnail__link img{
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center center;
}
@media screen and (min-width: 768px) {
    .search-grid .elementor-post.elementor-grid-item .elementor-post__thumbnail__link img{
        max-width: 208px;
        height: 147px;
    }
}
.search-grid .elementor-post.elementor-grid-item .elementor-post__text{
    flex: auto;
}

.search-grid .elementor-post__thumbnail {
    height: 100%;
}

.search-grid img {
    height: 100%;
}

.search-grid .elementor-post__thumbnail__link {
    flex: 30%;
}
@media screen and (min-width: 768px) {
    .search-grid .elementor-post__thumbnail__link {
        margin-right: 15px;
        margin-bottom: 0px !important;
    }
}

.search-grid .elementor-post__text {
    flex: 65%;
}

.success-tab>div>div>div.e-n-tabs-heading {
    display: none !important;
}

.search-result-img img {
    border-radius: 0 !important;
}

.search-title-container {
    padding: 0px;
}

.search-title-container h1 {
    background-color: #E2D3DE;
    padding-top: 40px;
    color: #70235C !important;
}

.search-result-image img {
    border-radius: 0px !important;
}

.st0 {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 1 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    stroke-miterlimit: 10 !important;
}


.elementor-element-ca001f3 a svg .st0 {
    fill: none !important;
    stroke-width: 3 !important;
}

.search-grid div.elementor-post__meta-data {
    display: none;
}

.search-grid div.elementor-post__text h3 {
    margin-bottom: 20px;
}

.search-grid a.elementor-post__read-more {
    font-family: 'Helvetica Neue' !important;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}

/*.search-grid div.elementor-post__thumbnail {
    height: 182px !important;
}*/

.search-grid a.elementor-button-link {
    border: 2px solid #3D0029;
    background-color: #fff;
    color: #3D0029;
}

.search-grid a.elementor-button-link:hover {
    border: none;
}

/* .banner-container .elementor-element.elementor-element-4b154f09::before {
    background-image: none;
} */

.banner-container.elementor-element.elementor-element-4b154f09::before {
    background-image: none !important;
}


@media (min-width: 1921px) {
    .elementor-704 .elementor-element.elementor-element-790a1517 img {
        width: 100% !important;
        max-width: 100% !important;
        object-fit: fill;
    }
}

@media (max-width: 1920px) {
    .elementor-704 .elementor-element.elementor-element-790a1517 img {
        /* width: 1920px !important;
        max-width: 1920px !important; */
        object-fit: fill;
    }

    .elementor-244 .elementor-element.elementor-element-4261fe6d img {
        z-index: 999999999930;
        position: relative;
        margin-bottom: -30px;
    }


}

@media (max-width: 1680px) {
    .elementor-swiper-button-prev {
        left: 0px !important;
    }

    .elementor-swiper-button-next {
        right: 0px !important;
    }

    div[data-elementor-type="footer"] {
        /*margin-top: -80px;*/
        margin-top: -8.28vw;
    }

    div[data-elementor-id="2391"] {
        margin-top: -100px;
    }
}

@media (max-width: 1440px) {
    .elementor-244 .elementor-element.elementor-element-4261fe6d img {
        z-index: 999999999930;
        position: relative;
        margin-bottom: -30px;
    }
}

@media (max-width: 1366px) {


    .elementor-230 .elementor-element.elementor-element-4850be6d {
        padding-top: 110px !important;
    }

    .elementor-704 .elementor-element.elementor-element-790a1517 img {
        width: 100% !important;
        max-width: 100% !important;
        object-fit: cover !important;
    }

    #accesibilitydiv {

        bottom: 15px !important;

    }

    .elementor-2391 .elementor-element.elementor-element-a399acd>.elementor-widget-container {
        margin-top: 11px !important;
    }

    .elementor-252 .elementor-element.elementor-element-58e6c4a,
    .elementor-5841 .elementor-element.elementor-element-58e6c4a{
        --container-widget-width: 90% !important;
    }
}

@media (max-width: 1199px) {
    .elementor-704 .elementor-element.elementor-element-790a1517>.elementor-widget-container {
        margin-top: -4px !important;
    }

    .elementor-2391 .elementor-element.elementor-element-a399acd>.elementor-widget-container {
        margin-top: 24px !important;
    }
}


@media (max-width: 1024px) {
    .elementor-623 .elementor-element.elementor-element-10f3b58 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    #menu-2-4769fb5 {
        display: block !important;
    }

    .elementor-704 .elementor-element.elementor-element-790a1517>.elementor-widget-container {
        margin-top: 0px !important;
    }
}

@media (max-width: 991px) {

    .elementor-element.single-news-container .e-con-inner .elementor-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .elementor-2391 .elementor-element.elementor-element-a399acd>.elementor-widget-container {
        margin-top: 28px !important;
    }
}

@media (min-width: 881px) and (max-width: 1024px) {
    .elementor .elementor-hidden-tablet.elementor-element-902bcd5 {
        display: block;
    }

    div[data-elementor-type="footer"] {
        margin-top: -68px;
    }

    div[data-elementor-id="2391"] {
        margin-top: -100px;
    }
}

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

    .hide-mobile {
        display: none;
    }

    .desktop-hidden {
        display: block;
    }

    .header-logo {
        justify-content: center;
        display: flex;
        width: 100%;
    }

    .elementor-704 .elementor-element.elementor-element-790a1517>.elementor-widget-container {
        margin-top: 10px !important;
    }

    .elementor-2391 .elementor-element.elementor-element-a399acd>.elementor-widget-container {
        margin-top: 40px !important;
    }

    div[data-elementor-id="2391"] {
        margin-top: -115px;
    }
}



@media screen and (min-width: 768px) {

    .footer-bottom .footer-newsletter .elementor-widget-container {
        justify-content: end;
        display: flex;
    }

}


@media (min-width: 571px) and (max-width: 767px) {

    .top-bar .e-flex {
        width: unset;
    }

    .elementor-element.footer-menu {
        gap: 24px;
    }
}

@media (min-width: 595px) and (max-width: 767px) {
  .elementor-element.footer-menu {
    justify-content: space-between;
  }
}

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

    .footer-bottom .footer-newsletter {
        max-width: calc(100% - var(--_button-size));
    }

    .filter-text {
        text-align: start !important;
        margin-right: 12px !important;
    }

    .footer-newsletter .elementor-widget-container .elementor-form .elementor-form-fields-wrapper .elementor-field-type-email {
        width: calc(100% - var(--_button-size)) !important;
    }

    .single-provider .elementor-location-single .e-grid.e-con-boxed.e-con.e-child .e-con-inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .single-provider .elementor-location-single .e-grid.e-con-boxed.e-con.e-child .e-con-inner .elementor-element-8d29437 {
        padding-left: 40px !important;
    }

    .single-provider .elementor-location-single .e-grid.e-con-boxed.e-con.e-child .e-con-inner .elementor-element-8d29437 .e-con-inner {
        align-items: start !important;
    }

    /*.single-provider .elementor-location-single .e-grid.e-con-boxed.e-con.e-child .e-con-inner .elementor-element-d69a0ce div img {
        width: unset !important;
        height: unset !important;
    }*/

    .single-provider .elementor-location-single .e-grid.e-con-boxed.e-con.e-child .e-con-inner .elementor-element-d69a0ce {
        margin-bottom: 50px !important;
    }

    .elementor-element-39bc1a4 {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }

    #provider-location-container .elementor-icon-box-content .elementor-icon-box-description {
        max-width: unset !important;
        margin-left: 80px !important;
        margin-right: 80px !important;
    }

    #provider-quote-heading-container {
        text-align: center !important;
    }

    #provider-grid-location .e-con-inner div .e-con-inner {
        align-items: start !important;
        margin-top: 50px !important;
    }

    #menu-2-4769fb5 {
        display: block !important;
    }

    .designation-container img {
        width: 305px !important;
        height: 204px !important;
    }

    .top-bar-left {
        --display: flex !important;
        --width: 100% !important;
        --flex-direction: row !important;
        --container-widget-width: initial !important;
        --container-widget-height: 100% !important;
        --container-widget-flex-grow: 1 !important;
        --container-widget-align-self: stretch !important;
        --justify-content: flex-start !important;
        --padding-block-start: 0px !important;
        --padding-block-end: 0px !important;
        --padding-inline-start: 0px !important;
        --padding-inline-end: 0px !important;
    }

    .e-n-tabs-heading {
        /*display: block !important;*/
        display: flex !important;
    }

    /* .e-n-tabs-heading>button {
        width: 100% !important;
    } */

    .elementor-623 .elementor-element.elementor-element-a2dd9eb.e-con {
        align-items: center !important;
    }

    .e-n-tabs-heading {
        margin-bottom: 20px !important;
    }

    div[data-elementor-type="footer"] {
        margin-top: 0px;
    }

    .elementor-social-icons-wrapper>span {
        margin: 0px !important;
    }

    .elementor-social-icons-wrapper {
        margin-left: 10px !important;
    }

    .footer-bottom {
        flex-direction: column-reverse !important;
    }

    .elementor-623 .elementor-element.elementor-element-902bcd5 {
        padding-bottom: 10px !important;
    }

    .grid-transform {
        grid-template-columns: 1fr !important;
    }

    .grid-transform>div:nth-child(2) {
        justify-self: baseline !important;

    }

    .gform_footer.top_label {
        padding: 0px !important;
    }

    .elementor-704 .elementor-element.elementor-element-790a1517>.elementor-widget-container {
        margin-top: 14px !important;
    }

    .decrease-margin-bottom {
        margin-bottom: -100px !important;
    }

    .elementor-2391 .elementor-element.elementor-element-a399acd>.elementor-widget-container {
        margin-top: 5px !important;
    }

}

@media (max-width: 600px) {
    #input_1_1 {
        padding: 3px 9px !important;
    }

    #accesibilitydiv {
        width: 350px !important;
        right: 6px !important;
        height: 420px !important;
        bottom: 15px !important;

    }

    #accesibilitybuttons {
        padding-bottom: 20px !important;
        padding-top: 20px !important;
    }

    #defaultvisual,
    #highcontrast,
    #textonly {
        height: 35px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 16px !important;
    }

    .swiper-slide-contents .elementor-slide-heading {
        font-size: 14px !important;
    }

    .main-nav {
        z-index: -1 !important;
    }

    #accesibilityheader {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    #close-btn::before {
        width: 10px !important;
        height: 10px !important;
    }

    #resetButton {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 5px !important;
        padding-top: 5px !important;
        margin-bottom: 5px !important;
        font-size: 15px !important;
    }

    .designation-container img {
        width: 305px !important;
        height: 204px !important;
    }

    .elementor-244 .elementor-element.elementor-element-4261fe6d img {
        margin-bottom: -15px;
    }


    .elementor-2391 .elementor-element.elementor-element-a399acd>.elementor-widget-container {
        margin-top: 22px !important;
    }

    div[data-elementor-type="footer"] {
        margin-top: 16px;
    }

    div[data-elementor-id="2391"] {
        margin-top: -0px;
    }
}

@media (max-width: 500px) {
    #input_1_1 {
        padding: 3px 9px !important;
    }

    #accesibilitydiv {
        width: 350px !important;
        right: 20px !important;
    }

    .swiper-slide-contents .elementor-slide-heading {
        font-size: 14px !important;
    }

    .main-nav {
        z-index: -1 !important;
    }

    .designation-container img {
        width: 305px !important;
        height: 204px !important;
        -webkit-width: 305px !important;
        -webkit-height: 204px !important;
    }

    .elementor-242 .elementor-element.elementor-element-1285d57 {
        grid-template-columns: 1fr !important;
    }

    #breadcrumbs {
        padding: 7px;
        /*margin: 0px;*/
    }

    .tab-padding-zero {
        padding: 0px !important;
    }

    .tab-padding-zero>div {
        width: 100% !important;
    }

    .e-n-tab-title {
        margin-bottom: 0px !important;
    }
}

@media(max-width: 400px) {
    .single-provider .elementor-location-single .e-grid.e-con-boxed.e-con.e-child .e-con-inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .single-provider .elementor-location-single .e-grid.e-con-boxed.e-con.e-child .e-con-inner .elementor-element-8d29437 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .single-provider .elementor-location-single .e-grid.e-con-boxed.e-con.e-child .e-con-inner .elementor-element-8d29437 .e-con-inner {
        align-items: start !important;
    }

    /*.single-provider .elementor-location-single .e-grid.e-con-boxed.e-con.e-child .e-con-inner .elementor-element-d69a0ce div img {
        width: unset !important;
        height: unset !important;
    }*/

    .single-provider .elementor-location-single .e-grid.e-con-boxed.e-con.e-child .e-con-inner .elementor-element-d69a0ce {
        margin-bottom: 50px !important;
    }

    .elementor-element-39bc1a4 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    #provider-location-container .elementor-icon-box-content .elementor-icon-box-description {
        max-width: unset !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
        text-align: center !important;
    }

    #provider-quote-heading-container {
        text-align: center !important;
    }

    #provider-grid-location .e-con-inner div .e-con-inner {
        align-items: start !important;
        margin-top: 50px !important;
    }

    #provider-location-text-heading {
        white-space: normal !important;
    }

    #provider-grid-location .e-con-inner div {
        padding: 0px !important;
    }

    #provider-quote-heading-container h3 {
        margin: 15px !important;
    }

    .top-bar-icon {
        width: 30px !important;
    }

}

@media (max-width: 390px) {
    .designation-container img {
        width: 305px !important;
        height: 204px !important;
        -webkit-width: 305px !important;
        -webkit-height: 204px !important;
    }

    .top-bar-left a.elementor-button {
        padding: 0px !important;
    }

}

/** need to be always in the last part of the css */


body.text-only-body a,
body.text-only-body a.elementor-item-active {
    background-color: #fff !important;
    color: #000 !important;
    border: black 1px solid !important;
}

/* body.high-contrast svg path {
    fill: #fff200 !important;
    color: #fff200 !important;
} */

/* body.high-contrast .services-testimonial svg path:nth-child(2){
    fill: white !important;
    color: white !important;
}
body.high-contrast .services-testimonial svg  {
    fill: unset !important;
    color: unset !important;
} */


body.high-contrast .elementor-element-39cb3ea {
    position: relative !important;
    z-index: 998 !important;
    border-top: 1px solid #fff200;
    border-bottom: 1px solid #fff200;
}

body.high-contrast #e-n-menu-content-1831 {
    position: relative !important;
    z-index: 999 !important;
}

body.text-only-body .elementor-element-39cb3ea {
    position: relative !important;
    z-index: 998 !important;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

body.home.text-only-body .elementor-element-39cb3ea {
    position: relative !important;
    z-index: 998 !important;
    border-top: 1px solid #000;
    border-bottom: unset !important;
}

body.text-only-body #e-n-menu-content-1831 {
    z-index: 999 !important;
    position: relative;
}

body.text-only-body #accessibilityButton {
    background-color: black !important;
}

body.text-only-body #accessibilityButton svg {
    fill: #fff !important;
}

body.text-only-body #accessibilityButton svg path {
    fill: #fff !important;
}

body.high-contrast #accessibilityButton {
    background-color: white !important;
}

body.high-contrast #accessibilityButton svg {
    fill: #000 !important;
}

body.high-contrast #accessibilityButton svg path {
    fill: #000 !important;
}


body.text-only-body a:hover {
    background-color: #fff !important;
    color: #000 !important;
    border: black 1px solid !important;
}

body.text-only-body div {
    background-color: #fff !important;
    color: #000 !important;
    background-image: url('') !important;
}

body.text-only-body div::before {
    background-image: url('') !important;
}

body.text-only-body p,
body.text-only-body h1,
body.text-only-body h2,
body.text-only-body h3,
body.text-only-body h4,
body.text-only-body h5,
body.text-only-body h6,
body.text-only-body p>a,
body.text-only-body a>span,
body.text-only-body span>strong,
body.text-only-body h3>span {
    background-color: #fff !important;
    color: #000 !important;
}

body.text-only-body svg {
    visibility: hidden !important;
}

body.text-only-body img {
    visibility: hidden !important;
}

body.text-only-body .borders-text-only {
    border: black 1px solid !important;
}

body.text-only-body #accesibilitydiv,
body.text-only-body #accesibilitydiv #accesibilityheader,
body.text-only-body #accesibilitydiv #accesibilitybuttons #defaultvisual,
body.text-only-body #accesibilitydiv #accesibilitybuttons #highcontrast,
body.text-only-body #accesibilitydiv #accesibilitybuttons #textonly,
body.text-only-body #accesibilitydiv #fontsizecontainer #fontsizecontainergrid #smallfont,
body.text-only-body #accesibilitydiv #fontsizecontainer #fontsizecontainergrid #mediumfont,
body.text-only-body #accesibilitydiv #fontsizecontainer #fontsizecontainergrid #largeFont {
    border: black 1px solid !important;
}


body.text-only-body #accessibilityButton svg {
    visibility: visible !important;
    fill: #000 !important;
}


body.text-only-body a,
body.text-only-body button {
    background-color: #fff !important;
    color: #000 !important;
    /* border: #000 1px solid !important; */
}

body.text-only-body span.e-opened svg {
    visibility: visible !important;
    fill: #000 !important;
}

body.text-only-body li.menu-item a,
body.text-only-body p>a,
body.text-only-body a.e-n-menu-title-text {
    border: #fff 1px solid !important;
}

body.text-only-body a.elementor-button-link {
    border: #000 1px solid !important;
}

body.text-only-body #gform_fields_1 .gfield_label.gform-field-label {
    color: #000 !important;
}

body.text-only-body #gform_submit_button_1,
body.text-only-body #input_1_1 {
    border: #000 1px solid !important;
}


body.text-only-body #gform_submit_button_1::before {
    background-color: #000 !important;
}

body.text-only-body #input_1_1 {
    color: #000 !important;
}

body.text-only-body ::placeholder {
    color: black !important;
}

body.text-only-body ::-ms-input-placeholder {
    color: black !important;
}

body.text-only-body a#donate-now-button {
    border: #000 1px solid !important;
}

body.text-only-body #close-btn::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.121' height='26.121' viewBox='0 0 26.121 26.121'%3E%3Cg transform='translate(-1731.439 -38.439)'%3E%3Cpath d='M22.939,25.061l-24-24L1.061-1.061l24,24Z' transform='translate(1732.5 39.5)' fill='%23000'/%3E%3Cpath d='M1.061,25.061l-2.121-2.121,24-24,2.121,2.121Z' transform='translate(1732.5 39.5)' fill='%23000'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center/contain;
}


body.text-only-body div#wpfront-scroll-top-container {
    /* border: none !important; */
}

.the-new-container {
    display: flex !important;
}


/** High Contrast */

body.high-contrast #wpfront-scroll-top-container {
    background: #000 url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpolygon fill='%23FFFFFF' points='8,2.8 16,10.7 13.6,13.1 8.1,7.6 2.5,13.2 0,10.7 '/%3E%3C/svg%3E") no-repeat center center/50% auto !important;
    width: 50px;
    height: 50px;
}

body.text-only-body #wpfront-scroll-top-container {
    background: #fff url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpolygon fill='%23000000' points='8,2.8 16,10.7 13.6,13.1 8.1,7.6 2.5,13.2 0,10.7 '/%3E%3C/svg%3E") no-repeat center center/50% auto !important;
    width: 50px;
    height: 50px;
}

body.text-only-body #wpfront-scroll-top-container {
    border-radius: 50% !important;
    border: 1px #000 solid !important;
}

body.text-only-body #wpfront-scroll-top-container {
    bottom: 15px !important;
}

body.text-only-body #wpfront-scroll-top-container img {
    position: absolute;
    bottom: 100px;
}

body.high-contrast #wpfront-scroll-top-container {
    border-radius: 50% !important;
    border: 1px #fff200 solid !important;
}

body.high-contrast #wpfront-scroll-top-container {
    bottom: 15px !important;
}

body.high-contrast #wpfront-scroll-top-container img {
    position: absolute;
    bottom: -100px;
}

body.high-contrast div {
    background-color: #000 !important;
    color: #fff200 !important;
}

body.high-contrast div p {
    color: #fff200 !important;
}

/* Patients Page */
body.page-parent.page-id-137.high-contrast .elementor-element.elementor-element-b8c6d95>.elementor-widget-container {
    background-color: var(--e-global-color-text) !important;
}

body.page-parent.page-id-137.high-contrast .elementor-element.elementor-element-2e10690>.elementor-widget-container {
    background-color: var(--e-global-color-03ea505) !important;
}

body.page-parent.page-id-137.high-contrast .elementor-element.elementor-element-cb881e0>.elementor-widget-container {
    background-color: var(--e-global-color-secondary) !important;
}

body.page-parent.page-id-137.high-contrast .elementor-element.elementor-element-c2a0ccf>.elementor-widget-container {
    background-color: var(--e-global-color-6cc7d1a) !important;
}

body.page-parent.page-id-137.high-contrast .elementor-element.elementor-element-2b013a4>.elementor-widget-container {
    background-color: var(--e-global-color-6cc7d1a) !important;
}

body.page-parent.high-contrast .services-testimonial .elementor-icon {
    background-color: unset !important;
}

body.page-parent.high-contrast .services-testimonial .elementor-icon-wrapper {
    background-color: unset !important;
}

/* Support Hopes */
body.page-parent.high-contrast .elementor-element.elementor-element-bbb4363>.elementor-widget-container {
    background-color: var(--e-global-color-secondary) !important;
}

body.page-parent.high-contrast .elementor-element.elementor-element-937febb>.elementor-widget-container {
    background-color: var(--e-global-color-bceb0e4) !important;
}

body.page-parent.high-contrast .elementor-element.elementor-element-8ca315f>.elementor-widget-container {
    background-color: var(--e-global-color-6cc7d1a) !important;
}

body.page-parent.high-contrast .elementor-element.elementor-element-b29dce4>.elementor-widget-container {
    background-color: var(--e-global-color-bbe8884) !important;
}

body.page-parent.high-contrast .elementor-element.elementor-element-c696e5f>.elementor-widget-container {
    background-color: var(--e-global-color-03ea505) !important;
}

body.page-parent.high-contrast .elementor-element.elementor-element-1ed4eb6>.elementor-widget-container {
    background-color: var(--e-global-color-text) !important;
}

body.page-parent.high-contrast .elementor-element.elementor-element-5a8b79f>.elementor-widget-container {
    background-color: var(--e-global-color-f78de0f) !important;
}

/*About */
body.page-parent.high-contrast .elementor-element.elementor-element-35c6313>.elementor-widget-container {
    background-color: var(--e-global-color-secondary) !important;
}

body.page-parent.high-contrast .elementor-element.elementor-element-7c7a1c5>.elementor-widget-container {
    background-color: var(--e-global-color-bceb0e4) !important;
}

body.page-parent.high-contrast .elementor-element.elementor-element-f124913>.elementor-widget-container {
    background-color: var(--e-global-color-6cc7d1a) !important;
}

/*Joining Page */
body.high-contrast .elementor-element.elementor-element-122ece2>.elementor-widget-container {
    padding-left: 40px !important;
    padding-right: 40px !important;
}


body.high-contrast p,
body.high-contrast h1,
body.high-contrast h2,
body.high-contrast h3,
body.high-contrast h4,
body.high-contrast h5,
body.high-contrast h6,
body.high-contrast h3>span,
body.high-contrast button body.high-contrast span,
body.high-contrast span strong,
body.high-contrast a>span {
    background-color: #000 !important;
    color: #fff200 !important;
}

body.high-contrast a,
body.high-contrast p>a,
body.high-contrast button,
body.high-contrast a.elementor-item-active {
    background-color: #000 !important;
    color: #fff200 !important;
    /* border: #fff200 1px solid !important;  */
}

body.high-contrast .elementor-element-7cd7b856 {
    background-color: unset !important;
}

body.high-contrast .elementor-element-7cd7b856 .e-con-inner {
    background-color: unset !important;
}

body.high-contrast .elementor-element-3d77fd6f {
    background-color: unset !important;
}

body.high-contrast .elementor-element-3d77fd6f .elementor-widget-container {
    background-color: unset !important;
}

body.high-contrast .elementor-element-3d77fd6f .elementor-widget-container .elementor-button-wrapper {
    background-color: unset !important;
}


body.high-contrast a.elementor-button {
    border: #fff200 1px solid !important;
    background-color: #000 !important;
}

body.high-contrast .elementor-element-0f7a532 {
    background-color: unset !important;
}

body.high-contrast .elementor-element-f0452fb {
    background-color: unset !important;
}

body.high-contrast .elementor-element-1b0decff svg {
    display: none !important;
}

body.high-contrast .elementor-element-c9aa842 svg {
    display: none !important;
}

body.high-contrast .elementor-element-0e4a01f svg {
    display: none !important;
}

body.high-contrast .elementor-element-17116db svg {
    display: none !important;
}

body.high-contrast .elementor-element-6cb082a svg {
    display: none !important;
}

body.high-contrast .elementor-element-e134e30 svg {
    display: none !important;
}

body.high-contrast .elementor-element-31ffdd60 svg {
    display: none !important;
}

body.high-contrast .elementor-element-0c3e267 svg {
    display: none !important;
}

body.high-contrast .elementor-element-5222288 svg {
    display: none !important;
}

body.high-contrast .elementor-element-d9d4e12 svg {
    display: none !important;
}

body.high-contrast.single-post .elementor-icon-wrapper svg {
    display: none !important;
}

body.high-contrast .elementor-element-ed7b9f1 svg {
    display: none !important;
}

body.high-contrast .elementor-element-4747627d svg {
    display: none !important;
}

body.high-contrast .elementor-element-b7acfb0 svg {
    display: none !important;
}

body.high-contrast .elementor-element-20e494a svg {
    display: none !important;
}

body.high-contrast .elementor-element-79c3506d svg {
    display: none !important;
}

body.high-contrast .elementor-element-84850da svg {
    display: none !important;
}

body.high-contrast .elementor-element-4cc9ccc svg {
    display: none !important;
}

body.high-contrast .elementor-slides .swiper-slide-inner .elementor-slide-description::before {
    display: none !important;
}

body.high-contrast .elementor-element-f0452fb .elementor-widget-container {
    background-color: unset !important;
}

body.high-contrast .widget-image-caption {
    color: #fff200 !important;
}

body.high-contrast a.elementor-social-icon,
body.high-contrast a.with-image {
    border: none !important;
}

body.high-contrast a:hover {
    background-color: #000 !important;
    color: #fff200 !important;
    border: #fff200 1px solid !important;
}

body.high-contrast div.e-n-accordion details {
    background-color: #000 !important;
    color: #fff200 !important;
    border-top: #fff200 1px solid !important;
    border-bottom: #fff200 1px solid !important;
}

body.high-contrast li:hover,
body.high-contrast li:active,
body.high-contrast li {
    border: none !important;
}

body.high-contrast #accesibilitydiv,
body.high-contrast #accesibilitydiv #accesibilityheader,
body.high-contrast #accesibilitydiv #accesibilitybuttons #defaultvisual,
body.high-contrast #accesibilitydiv #accesibilitybuttons #highcontrast,
body.high-contrast #accesibilitydiv #accesibilitybuttons #textonly,
body.high-contrast #accesibilitydiv #fontsizecontainer #fontsizecontainergrid #smallfont,
body.high-contrast #accesibilitydiv #fontsizecontainer #fontsizecontainergrid #mediumfont,
body.high-contrast #accesibilitydiv #fontsizecontainer #fontsizecontainergrid #largeFont {
    border: #fff200 1px solid !important;
}

body.high-contrast #gform_fields_1 .gfield_label.gform-field-label {
    background-color: #000 !important;
    color: #fff200 !important;
}

body.high-contrast #input_1_1 {
    background-color: #000 !important;
    color: #fff200 !important;
    border: #fff200 1px solid !important;
}

body.high-contrast #input_1_1::placeholder {
    color: #fff200 !important;
}

body.high-contrast .top-bar-icon svg {
    fill: #fff200 !important;
    color: #fff200 !important;

}

body.high-contrast .top-bar-icon svg path {
    fill: #fff200 !important;
    color: #fff200 !important;

}

body.high-contrast .elementor-element.elementor-element-479a6d1 .elementor-swiper-button svg {
    fill: #fff200 !important;
    color: #fff200 !important;
}

body.high-contrast .elementor-element.elementor-element-479a6d1 .elementor-swiper-button svg {
    fill: #fff200 !important;
    color: #fff200 !important;
}

body.high-contrast .elementor-element.elementor-element-479a6d1 .elementor-swiper-button svg path {
    fill: #fff200 !important;
    color: #fff200 !important;
}

body.high-contrast .elementor-element.elementor-element-479a6d1 .elementor-swiper-button svg path {
    fill: #fff200 !important;
    color: #fff200 !important;
}

body.high-contrast .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next svg,
body.high-contrast .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev svg {
    fill: #fff200 !important;
    color: #fff200 !important;
}

body.high-contrast .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next svg path,
body.high-contrast .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev svg path {
    fill: #fff200 !important;
    color: #fff200 !important;
}


body.high-contrast span.e-closed>i {
    color: #fff200 !important;
}

body.high-contrast svg>g>path {
    /* fill: #fff200 !important; */

}

body.high-contrast div::before {
    color: #fff200 !important;
}

body.high-contrast #wpfront-scroll-top-container {
    background-color: unset !important;
}


body.high-contrast .header-logo svg path {
    fill: white !important;
    color: white !important;
}

body.high-contrast img {
    border: 1px #fff200 solid !important;
    /* z-index: 100 !important;
    position: relative !important;  */
}

body.high-contrast .elementor-element-4b154f09 {
    border: 1px #fff200 solid !important;
    z-index: 100 !important;
    position: relative !important;
}

body.high-contrast .elementor-search-form .e-font-icon-svg-container svg {
    fill: #fff200 !important;
    color: #fff200 !important;
}

body.high-contrast .elementor-search-form .e-font-icon-svg-container svg path {
    fill: #fff200 !important;
    color: #fff200 !important;
}

body.high-contrast .custom-search .elementor-widget-container .elementor-search-form .elementor-search-form__container {
    background-color: black !important;
    border: 1px #fff200 solid !important;
}

body.high-contrast .elementor-element-b951352 {
    background-image: unset !important;
}

body.high-contrast .elementor-element-53005cc {
    background-image: unset !important;
}

body.high-contrast .elementor-element-35629bd8 {
    background-image: unset !important;
}

body.high-contrast .elementor-element-c279ccb {
    background-image: unset !important;
}

body.high-contrast .elementor-element-94f8ddb {
    background-image: unset !important;
}

body.high-contrast .elementor-element-68636d2 {
    background-image: unset !important;
}

body.high-contrast .elementor-element-ed7ab0f {
    background-color: unset !important
}

body.high-contrast .elementor-element-049c3ad .elementor-widget-container {
    background-color: unset !important
}

body.high-contrast .more-news-btn .elementor-button-content-wrapper {
    background-color: unset !important
}

body.high-contrast .more-news-btn .elementor-button-text {
    color: #fff200 !important;
}


body.text-only-body .elementor-search-form .e-font-icon-svg-container svg {
    fill: black !important;
    visibility: visible !important;
    color: black !important;
}

body.text-only-body .elementor-search-form .e-font-icon-svg-container svg path {
    fill: black !important;
    color: black !important;
}

body.text-only-body .custom-search .elementor-widget-container .elementor-search-form .elementor-search-form__container {
    background-color: white !important;
    border: 1px black solid !important;
}


body.high-contrast .elementor-element.elementor-element-5c283834 {
    bottom: 0px !important;
}

body.high-contrast .elementor-element-52a6ec14 {
    border: 1px #fff200 solid !important;
    z-index: 100 !important;
    position: relative !important;
}

body.high-contrast .elementor-element-3e7a0de0 {
    border: 1px #fff200 solid !important;
    z-index: 100 !important;
    position: relative !important;
}

body.high-contrast .elementor-element-c3a0c10 {
    border: 1px #fff200 solid !important;
    z-index: 100 !important;
    position: relative !important;
}

body.high-contrast .elementor-element-4261fe6d {
    border: 1px #fff200 solid !important;
    z-index: 100 !important;
    position: relative !important;
}

body.high-contrast .elementor-element-17b73d18 {
    border: 1px #fff200 solid !important;
    z-index: 100 !important;
    position: relative !important;
}

body.high-contrast .elementor-element-2ee99e82 {
    border: 1px #fff200 solid !important;
    z-index: 100 !important;
    position: relative !important;
}

body.high-contrast .elementor-element-6ea6b37 {
    border: 1px #fff200 solid !important;
    z-index: 100 !important;
    position: relative !important;
}

body.high-contrast .elementor-element.elementor-element-4261fe6d img {
    margin-bottom: 0px !important;
}






body.high-contrast #field_submit button {
    background-color: #000 !important;
    color: #fff200 !important;
    border: #fff200 1px solid !important;


}

body.high-contrast #close-btn::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.121' height='26.121' viewBox='0 0 26.121 26.121'%3E%3Cg transform='translate(-1731.439 -38.439)'%3E%3Cpath d='M22.939,25.061l-24-24L1.061-1.061l24,24Z' transform='translate(1732.5 39.5)' fill='%23fff'/%3E%3Cpath d='M1.061,25.061l-2.121-2.121,24-24,2.121,2.121Z' transform='translate(1732.5 39.5)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}

body.high-contrast button {
    border: #fff200 1px solid !important;
}

body.high-contrast a#become-a-patient {
    border: #fff200 1px solid !important;
}


/* Filters */
.elementor-kit-6 .filter-bar{
  display: flex;
  flex-direction: column; 
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .elementor-kit-6 .filter-bar{
     flex-direction: row;
  }
}
.elementor-kit-6 .filter-bar > p{
  font-size: 16px;
  font-weight: 500;
  color: var(--e-global-color-accent);
  margin-bottom: 16px;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .elementor-kit-6 .filter-bar > p{
    margin-bottom: 0; 
  }
}
.elementor-kit-6 .filter-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .elementor-kit-6 .filter-wrapper{
    margin-left: 35px;
  }
}
.elementor-kit-6 .dropdown {
  position: relative;
}
.elementor-kit-6 .dropdown-label {
  position: absolute!important;
  width: 1px!important;
  height: 1px!important;
  padding: 0!important;
  margin: -1px!important;
  overflow: hidden!important;
  clip: rect(0,0,0,0)!important;
  white-space: nowrap!important;
  border: 0!important;
}
.elementor-kit-6 .dropdown-button {
  font-size: 11px;
  line-height: normal;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding: 1em 1.5em;
  background-color: transparent;
  color: var(--e-global-color-accent);
  border: 2px solid var(--e-global-color-accent);
  border-radius: 0;
  font-weight: 500;
  transition: background 0.3s,color 0.3s,border 0.3s,box-shadow 0.3s,text-shadow 0.3s,stroke 0.3s,stroke-width 0.3s,-webkit-text-stroke-width 0.3s,-webkit-text-stroke-color 0.3s,transform 0.3s;
}
@media screen and (min-width: 768px) {
  .elementor-kit-6 .dropdown-button {
    font-size: 16px;
  }
}
.elementor-kit-6 .dropdown-button.active, .elementor-kit-6 .dropdown-button:hover, .elementor-kit-6 .dropdown-button:focus{
  background-color: var(--e-global-color-secondary);
  color: var(--e-global-color-d7bb124);
  border-color: var(--e-global-color-secondary);
}
.elementor-kit-6 .dropdown-menu {
  width: max-content;
  position: absolute;
  left: 0;
  z-index: 1000;
  margin-top: 0.5em;
  padding: 0.65em 1.15em;
  border-radius: 0;
  background-color: var(--e-global-color-secondary);
  color: var(--e-global-color-d7bb124);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .elementor-kit-6 .dropdown:last-child .dropdown-menu {
    left: auto;
    right: 0;
  }
}
.elementor-kit-6 .dropdown[data-open=true] .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.elementor-kit-6 .dropdown-menu-item {
  font-size: 12px;
  line-height: normal;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s;
}
@media screen and (min-width: 768px) {
  .elementor-kit-6 .dropdown-menu-item {
    font-size: 16px;
  }
}
.elementor-kit-6 .dropdown-menu-item span {
  position: relative;
  padding: 0.5em 0;
}
.elementor-kit-6 .dropdown-menu-item:hover span::after, .elementor-kit-6 .dropdown-menu-item:focus span::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.elementor-kit-6 .dropdown-menu.scale {
  transform: scaleY(0);
  transform-origin: top;
}
.elementor-kit-6 .dropdown[data-open=true] .dropdown-menu.scale{
  transform: scaleY(1);
}

/* NEWS */

.news-single-post-header{
  display: block;
}

.news-stories-container-cst .wp-caption {
  max-width: 100%;
  height: auto;
  margin: 50px 0;
}
.news-stories-container-cst .wp-caption .wp-caption-text{
  color: #3D0029;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.news-stories-container-cst blockquote{
  line-height: 40px;
  font-size: 22px;
  padding-left: 0;
  letter-spacing: .5px;
  margin: 0;
}

#news-tab .e-n-tabs-heading button[aria-selected="true"], #event-tab .e-n-tabs-heading button[aria-selected="true"] {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
 #news-tab .e-n-tabs-heading button, #event-tab .e-n-tabs-heading button {
    padding: 1em 1.5em;
  }
  #news-tab .e-n-tabs-heading button .e-n-tab-title-text, #event-tab .e-n-tabs-heading button .e-n-tab-title-text {
    font-size: 16px;
  }
}


/* EVENTS */
.event-detail-container{
  display: flex !important;
  padding-bottom: 50px;
}
.event-detail-container #event-details-location .location-heading{
  font-weight: bold;
  color: #3D0029;
}
@media screen and (min-width: 768px) {
  .event-detail-container{
    padding-bottom: 200px;
  }
}

/* Leadership Tam Page */
.leadership-team-grid-wrapper{
  
}

/* Search Result page */
body.search.search-results .search-title-container .search-result-image img{
  width: 100%;
}

/* Find a Provider */
.elementor-loop-container.elementor-grid.provider .provider .with-image{
  width: auto;
}
.elementor-loop-container.elementor-grid.provider.no-result{
  display: block;
}
.elementor-loop-container.elementor-grid.provider.no-result .no-result{
  text-align: center;
}

/* Build Hope Page */
.donation-form-wrapper .donation-form{
  background-color: white;
  text-align: center;
  padding: 15px 0;
}
@media screen and (min-width: 555px) {
  .donation-form-wrapper .donation-form{
     padding: 30px;
  }
}
@media screen and (min-width: 561px) {
  .donation-form-wrapper .donation-form .classy-inline-embed{
    display: inline-block;
  }
}
.donation-form-wrapper .donation-form .img-wrapper img{
  border-radius: 0 !important;
}

/* AIOA Widget */
.accessibility-modal-body{
  padding-bottom: 0 !important;
}
.accessibility-statement-wrapper{
  display: none !important;
}

/* Menu */
@media screen and (min-width: 768px) {
  body .elementor-widget-n-menu .e-n-menu-title-text,
  body .elementor-623 .elementor-element .elementor-nav-menu .menu-item a {
    font-size: 16px !important;
  }
  body .elementor-widget-n-menu li.is-menu-child a{
    font-size: 16px !important;
  }
}

.elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title:not(:last-child){
  
}

/* Footer Subscribe */
div[data-elementor-type="footer"] .gform_wrapper.gravity-theme #input_1_1 {
  line-height: normal;
  min-height: 37px;
}

/* Helper Classes */
.text-uppercase{
  text-transform: uppercase !important;
}
.alignleft{
  float: left;
  margin-right: 15px;
  width: auto !important;
}
.aligncenter{
  display: block;
  margin: 15px auto;
  width: auto !important;
}
.alignright{
  float: right;
  margin-left: 15px;
  width: auto !important;
}
.hs-responsive-embed-youtube {
  position: relative;
  padding-bottom: 36.50%;
  max-width: 789.5px;
  margin-bottom: 15px;
}
.hs-responsive-embed-youtube iframe {
  position: absolute;
  width: 100%!important;
  height: 100%!important;
}
#gallery-1{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#gallery-1 .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  flex: 0 0 calc(100% - 30px);
}
@media screen and (min-width: 576px) {
  #gallery-1 .gallery-item {
     flex: 0 0 calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) {
  #gallery-1 .gallery-item {
     flex: 0 0 calc(25% - 30px);
  }
}

@media (max-width: 767px) {
  .mobile-menu .elementor-nav-menu ul{
    display: block;
  }
}

/* LGBTQ Page */
.lgbtq-resource-guide .elementor-element-f8fa10b > .e-con-inner > div {
  height: 100%;
}
.lgbtq-resource-guide .elementor-element-f8fa10b > .e-con-inner .elementor-widget-button{
  height: 100%;
}
.lgbtq-resource-guide .elementor-widget-button .elementor-widget-container .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lgbtq-resource-guide .elementor-widget-button .elementor-widget-container .elementor-button-wrapper {
  width: 100%;
  height: 100%;
  max-width: 254px;
  margin: 0 auto;
}
.lgbtq-resource-guide .elementor-widget-button .elementor-widget-container .elementor-button-wrapper .elementor-button {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: var(--e-global-color-accent);
  color: var(--e-global-color-accent);
  background-color: transparent;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: var(--e-global-color-accent);
  position: relative;
  border-radius: 200px;
}
.lgbtq-resource-guide .elementor-widget-button .elementor-widget-container .elementor-button-wrapper .elementor-button span {
  line-height: 1.2;
}
.lgbtq-resource-guide .elementor-widget-button .elementor-widget-container .elementor-button-wrapper .elementor-button:hover,
.lgbtq-resource-guide .elementor-widget-button .elementor-widget-container .elementor-button-wrapper .elementor-button:focus {
  color: var(--e-global-color-accent);
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}

/* LGBTQ Directory section */
.resource-directory-wrapper {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .resource-directory-wrapper .filter-bar {
    margin-bottom: 46px;
  }
  .resource-directory .resource-directory-item {
    padding: 24px;
  }
  .resource-directory .resource-directory-item:nth-child(2n) {
    background-color: #F5F5F5;
  }
  .resource-directory .resource-directory-item:nth-child(2n+1 ){
    background-color: #ffffff;
  }
  .resource-directory .info-wrapper {
    margin-bottom: 20px;
  }
  .resource-directory .info-wrapper .business-organization-name,
  .resource-directory .info-wrapper address,
  .resource-directory .info-wrapper .contact {
    font-size: 18px;
  }
  .resource-directory .info-wrapper .business-organization-name {
    font-weight: 700;
  }
  .resource-directory .info-wrapper .name {
    font-size: 24px;
    font-weight: 500;
  }
  .resource-directory .info-wrapper address {
    font-style: normal;
  }
  .resource-directory .info-wrapper .contact {
    display: flex;
  }
  .resource-directory .info-wrapper .contact > span {
    position: relative;
  }
  .resource-directory .info-wrapper .contact > span + span {
    margin-left: 10px;
    padding-left: 10px;
  }
  .resource-directory .info-wrapper .contact > span + span::before {
    content: '|';
    position: absolute;
    left: 0;
  }
  .resource-directory .info-wrapper .contact > span.website a {
    color: #000000;
    text-decoration: underline;
  }
  .resource-directory .more-info-toggle {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
  }
  .resource-directory .more-info-toggle:hover,
  .resource-directory .more-info-toggle:focus {
    background-color: transparent;
    color: #000;
  }
  .resource-directory .more-info-toggle::before {
    content: '';
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='26' height='26' rx='13' fill='white'/%3E%3Crect x='1' y='1' width='26' height='26' rx='13' stroke='%233D0029' stroke-width='2'/%3E%3Crect x='13' y='6' width='2' height='16' fill='%233D0029'/%3E%3Crect x='6' y='13' width='16' height='2' fill='%233D0029'/%3E%3C/svg%3E%0A") no-repeat center center/contain;
    margin-right: 10px;
  }
  .resource-directory .more-info-toggle.active::before {
    background: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='28' height='28' rx='14' fill='%23E59440'/%3E%3Crect x='6' y='13' width='16' height='2' fill='white'/%3E%3C/svg%3E%0A") no-repeat center center/contain;
  }
  .resource-directory .more-info-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height .8s linear;
  }
  .resource-directory .more-info-wrapper .more-info-content {
    max-width: 529px;
    padding-top: 40px;
  }
  .resource-directory .more-info-wrapper .more-info-content .info + .info {
    margin-top: 30px;
  }
  .resource-directory .more-info-wrapper .more-info-content .info .info-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .resource-directory .more-info-wrapper .more-info-content .info .info-content {
    font-size: 14px;
    line-height: 1.5;
  }

.load-more-lgbt{
  text-align: center;
  margin-top: 50px;
}
.load-more-lgbt .elementor-button {
  fill: var(--e-global-color-accent);
  color: var(--e-global-color-accent);
  background-color: transparent;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: var(--e-global-color-accent);
  position: relative;
}
.load-more-lgbt .elementor-button .e-load-more-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: inherit;
  display: flex;
}
.load-more-lgbt .elementor-button .e-load-more-spinner svg {
  fill: var(--load-more-spinner-color);
  height: 1em;
  width: 1em;
  margin: 0 auto;
  display: none;
}
.load-more-lgbt.loading .elementor-button .elementor-button-content-wrapper {
  visibility: hidden;
}
.load-more-lgbt.loading .elementor-button .e-load-more-spinner svg { 
  display: flex;
  animation: eicon-spin 2s linear infinite;
  transition: all .3s;
}
@keyframes eicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
      transform: rotate(359deg);
  }
}
.load-more-lgbt .elementor-button:hover,
.load-more-lgbt .elementor-button:focus {
  color: var(--e-global-color-accent);
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.load-more-lgbt .elementor-button:hover .e-load-more-spinner svg,
.load-more-lgbt .elementor-button:focus .e-load-more-spinner svg {
  -webkit-filter: invert(1) brightness(100);
  filter: invert(1) brightness(100);
}
.load-more-lgbt.hide_load_more{
  display: none;
}

/* Resource Form */
.lgbtq-resource-form .gform_fields {
  counter-reset: num;
}
.lgbtq-resource-form .gform_fields .gfield:not(.hidden_label) .gfield_label.gform-field-label {
  counter-increment: num;
  padding-left: 10px !important;
}
.lgbtq-resource-form .gform_fields .gfield_label.gform-field-label {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #3D0029;
  line-height: var(--e-global-typography-b497aaf-line-height) !important;
}
.lgbtq-resource-form .gform_fields .gfield_label.gform-field-label::before {
  content: counter(num) ". ";
  position: absolute;
  left: -10px;
  font-size: 18px;
  color: #3D0029;
}


.lgbtq-resource-form #field_2_17 .gfield_label,
.lgbtq-resource-form #field_2_1 .ginput_container {
  max-width: none;
}


.lgbtq-resource-form .gform_fields .gfield .ginput_container .gfield_description.validation_message {
  width: 100% !important;
  margin-left: 0;
  margin-right: 0;
}
.lgbtq-resource-form .gform_fields .gfield .gfield_description {
  font-size: 18px; 
}
.lgbtq-resource-form .gform_fields .gfield .gfield_description:not(.validation_message) {
  padding-top: 0;
}
.lgbtq-resource-form .gform_fields .gfield .gfield_description.validation_message {
  font-size: 18px !important;
  font-weight: bold;
  border-radius: 10px;
}
@media screen and (min-width: 641px) {
  .lgbtq-resource-form .gform_fields .gfield:not(.gfield--width-half) .gfield_label,
  .lgbtq-resource-form .gform_fields .gfield:not(.gfield--width-half) .ginput_container {
    max-width: 653px;
  }
  .lgbtq-resource-form .gform_fields .gfield:not(.gfield--width-half) .gfield_description.validation_message {
    max-width: 633px;
  }
  .lgbtq-resource-form .gform_fields .gfield .gfield_description.validation_message {
    margin-left: 10px;
    margin-right: 10px;
  }
  .lgbtq-resource-form .gform_fields #field_2_4 .ginput_container,
  .lgbtq-resource-form .gform_fields #field_2_9 .ginput_container,
  .lgbtq-resource-form .gform_fields #field_2_10 .ginput_container,
  .lgbtq-resource-form .gform_fields #field_2_11 .ginput_container {
    width: 50%;
  }
  .lgbtq-resource-form .gform_fields #field_2_4 .gfield_description.validation_message,
  .lgbtq-resource-form .gform_fields #field_2_9 .gfield_description.validation_message,
  .lgbtq-resource-form .gform_fields #field_2_10 .gfield_description.validation_message,
  .lgbtq-resource-form .gform_fields #field_2_11 .gfield_description.validation_message {
    width: calc(50% - 20px);
  }
  .lgbtq-resource-form .gform_fields .gfield .ginput_container,
  .lgbtq-resource-form .gform_fields .gfield .gfield_description,
  .lgbtq-resource-form #field_2_19 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lgbtq-resource-form .gform_fields #field_2_5 .gfield_description.validation_message,
  .lgbtq-resource-form .gform_fields #field_2_7 .gfield_description.validation_message,
  .lgbtq-resource-form .gform_fields #field_2_8 .gfield_description.validation_message {
    width: calc(100% - 20px); 
  }
}

.lgbtq-resource-form .gform_fields .gfield .ginput_container textarea,
.lgbtq-resource-form .gform_fields .gfield .ginput_container input,
.lgbtq-resource-form .gform_fields .gfield .ginput_container select {
  height: 48px;
  border-radius: 8px;
  border: 1px solid rgba(25, 25, 25, 0.33);
}
.lgbtq-resource-form .gform_fields .gfield .ginput_container textarea::placeholder,
.lgbtq-resource-form .gform_fields .gfield .ginput_container input::placeholder {
  color: #927DB7;
}
.lgbtq-resource-form .gform_fields .gfield .ginput_container textarea {
  min-height: 90px;
}
.lgbtq-resource-form .gform_fields .gfield .ginput_container select { 
  -webkit-appearance: none;
  appearance: none;
  color: #927DB7;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41 0.590027L6 5.17003L10.59 0.590027L12 2.00003L6 8.00003L0 2.00003L1.41 0.590027Z' fill='%23927DB7'/%3E%3C/svg%3E%0A");
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 12px 7.41px;
}
.lgbtq-resource-form .gform_fields .gfield .ginput_container select option {
  color: #000000;
}

.lgbtq-resource-form .gform_fields .gfield .gfield_radio .gchoice + .gchoice,
.lgbtq-resource-form .gform_fields .gfield .gfield_checkbox .gchoice + .gchoice {
  margin-top: 10px;
}
.lgbtq-resource-form .gform_fields .gfield .gfield_radio  .gform-field-label,
.lgbtq-resource-form #field_2_19{
  font-size: 18px;
  color: #3D0029;
}
.lgbtq-resource-form .gform_fields .gfield .gfield_checkbox  .gform-field-label {
  font-size: 18px;
}

.lgbtq-resource-form .gform_fields .gfield .gfield_radio .gfield-choice-input:checked,
.lgbtq-resource-form .gform_fields .gfield .gfield_radio .gfield-choice-input:not(:checked),
.lgbtq-resource-form .gform_fields .gfield .gfield_checkbox .gfield-choice-input:checked,
.lgbtq-resource-form .gform_fields .gfield .gfield_checkbox .gfield-choice-input:not(:checked) {
  position: absolute;
  left: -9999px;
}
.lgbtq-resource-form .gform_fields .gfield .gfield_radio .gfield-choice-input:checked + label,
.lgbtq-resource-form .gform_fields .gfield .gfield_radio .gfield-choice-input:not(:checked) + label,
.lgbtq-resource-form .gform_fields .gfield .gfield_checkbox .gfield-choice-input:checked + label,
.lgbtq-resource-form .gform_fields .gfield .gfield_checkbox .gfield-choice-input:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
}
.lgbtq-resource-form .gform_fields .gfield .gfield_radio .gfield-choice-input:checked + label:before,
.lgbtq-resource-form .gform_fields .gfield .gfield_radio .gfield-choice-input:not(:checked) + label:before,
.lgbtq-resource-form .gform_fields .gfield .gfield_checkbox .gfield-choice-input:checked + label:before,
.lgbtq-resource-form .gform_fields .gfield .gfield_checkbox .gfield-choice-input:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background: #fff;
}
.lgbtq-resource-form .gform_fields .gfield .gfield_radio .gfield-choice-input:checked + label:before,
.lgbtq-resource-form .gform_fields .gfield .gfield_radio .gfield-choice-input:not(:checked) + label:before {
  border-radius: 100%;
}
.lgbtq-resource-form .gform_fields .gfield .gfield_radio .gfield-choice-input:checked + label:before,
.lgbtq-resource-form .gform_fields .gfield .gfield_checkbox .gfield-choice-input:checked + label:before {
  border: 1px solid #927DB7;
}
.lgbtq-resource-form .gform_fields .gfield .gfield_radio .gfield-choice-input:not(:checked) + label:before,
.lgbtq-resource-form .gform_fields .gfield .gfield_checkbox .gfield-choice-input:not(:checked) + label:before {
  border: 1px solid #E2D3DE;
}
.lgbtq-resource-form .gform_fields .gfield .gfield_radio .gfield-choice-input:checked + label:after,
.lgbtq-resource-form .gform_fields .gfield .gfield_radio .gfield-choice-input:not(:checked) + label:after,
.lgbtq-resource-form .gform_fields .gfield .gfield_checkbox .gfield-choice-input:checked + label:after,
.lgbtq-resource-form .gform_fields .gfield .gfield_checkbox .gfield-choice-input:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #927DB7;
  border: 1px solid #927DB7;
  position: absolute;
  top: 8px;
  left: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.lgbtq-resource-form .gform_fields .gfield .gfield_radio .gfield-choice-input:checked + label:after,
.lgbtq-resource-form .gform_fields .gfield .gfield_radio .gfield-choice-input:not(:checked) + label:after{
  border-radius: 100%;
}
.lgbtq-resource-form .gform_fields .gfield .gfield_radio .gfield-choice-input:not(:checked) + label:after,
.lgbtq-resource-form .gform_fields .gfield .gfield_checkbox .gfield-choice-input:not(:checked) + label:after{
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.lgbtq-resource-form .gform_fields .gfield .gfield_radio .gfield-choice-input:checked + label:after,
.lgbtq-resource-form .gform_fields .gfield .gfield_checkbox .gfield-choice-input:checked + label:after{
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.lgbtq-resource-form .gform_footer{
  justify-content: center;
  margin-top: 20px;
}
.lgbtq-resource-form .gform_footer #gform_submit_button_2{
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #3D0029;
  color: #3D0029;
}
.lgbtq-resource-form .gform_footer #gform_submit_button_2:hover,
.lgbtq-resource-form .gform_footer #gform_submit_button_2:focus {
  background-color: #3D0029;
  color: #ffffff;
}
.lgbtq-resource-form #validation_message_2_20{
  font-size: 0px !important;
  display: flex;
}
.lgbtq-resource-form #validation_message_2_20::before{
  content: "Please enter a valid Website URL (e.g. https://nnhopes.org).";
  font-size: 18px !important;
}
/** need to be always in the last part of the css */