/* BOOTSTRAP LAYOUT */
/* - Container */
.container-new {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-new {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-new {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-new {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-new {
        max-width: 1140px;
    }
}
@media (min-width: 1500px) {
    .container-new {
        max-width: 1440px;
    }
}
/* - Margins */
.ms-auto {
    margin-left: auto !important;
}

.mb-105 {
    margin-bottom: 15px !important;
}

.footer .mt-2 {
    margin-top: 20px !important;
}

.footer .mt-205 {
    margin-top: 25px !important;
}

@media (min-width: 768px) {
    .footer .mb-md-3 {
        margin-bottom: 30px !important;
    }
}

/* - Text Align */
.text-end {
    text-align: right;
}

@media (min-width: 576px) {
    .text-sm-start {
        text-align: left !important;
    }
}

@media (min-width: 768px) {
    .text-md-start {
        text-align: left !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-end {
        text-align: right !important;
    }
}
/* - Icon Link */
.icon-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

/* BUTTONS */
.btn-new {
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    color: rgb(246, 246, 247);
    font-family: "Bebas Neue", verdana, arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-new-primary {
    background-color: #D41124;
    border-color: #D41124;
    color: #F6F6F7;
}
.btn-new-primary:hover, .btn-new-primary:focus {
    background-color: #23244F;
    border-color: #23244F;
    color: #F6F6F7;
}
/* MODALS */
.modal-backdrop {
    background-color: #23244F;
}
.modal-backdrop.show {
    opacity: .8;
}
/* HEADER */
.header__main {
    background-color: #FFFFFF;
    padding: 74px 0 24px 0;
    position: relative;
    z-index: 800;
}
@media (min-width: 1200px) {
    .header__main {
        padding: 26px 0;
    }
}
.header__donate-btn {
    height: 50px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
}
@media (min-width: 1200px) {
    .header__donate-btn {
        left: auto;
        transform: translateX(-100%);
        width: auto;
    }
}
.header__logo {
    width: 103px;
}
@media (min-width: 1200px) {
    .header__logo {
        width: 117px;
    }
}
.header__logo-text {
    color: #23244F;
    font-family: "Bebas Neue", verdana, arial, helvetica, sans-serif;
    font-size: 1.375rem;
}
.header__meta-menu__item {
    margin-bottom: 16px;
}
@media (min-width: 1200px) {
    .header__meta-menu__item {
        margin-bottom: 0;
        margin-right: 16px;
    }
}
.header__meta-menu__item:last-of-type {
    margin: 0;
}
.header__meta-menu__link {
    border: 1px solid #A0BED5;
    color: #F6F6F7;
    display: block;
    font-family: "Bebas Neue", verdana, arial, helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 9px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
}
@media (min-width: 1200px) {
    .header__meta-menu__link {
        color: #23244F;
    }
}
.header__meta-menu__link:hover, .header__meta-menu__link:focus {
    background-color: #A0BED5;
    color: #23244F;
    text-decoration: none;
}
.header__action-btn {
    background-color: #23244F;
    color: #FFFFFF;
    display: block;
    height: 42px;
    line-height: 42px;
    margin-right: 16px;
    position: relative;
    text-align: center;
    width: 42px;
}
.header__action-btn:last-of-type {
    margin-right: 0;
}
.header__action-btn span {
    height: 100%;
    left: 0;
    line-height: 42px;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform-origin: center;
    transform: rotate(0);
    width: 100%;
}
.header__action-btn span:last-of-type {
    opacity: 0;
}
.header__action-btn.open span:first-of-type {
    opacity: 0;
    transform: rotate(360deg);
}
.header__action-btn.open span:last-of-type {
    opacity: 1;
    transform: rotate(360deg);
}
.header__recite-me {
    width: 174px;
}
@media (min-width: 1200px) {
    .header__recite-me {
        width: 160px;
    }
}
.header__recite-me:hover {
    cursor: pointer;
}
/* NAV */
.navigation {
    display: none;
    height: 100%;
    left: 0;
    padding-top: 200px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}
@media (min-width: 1200px) {
    .navigation {
        display: block !important;
        height: auto;
        padding-top: 0;
        position: relative;
    }
}
.navigation__inner {
    background-color: #23244F;
    height: 100%;
    overflow: auto;
    padding: 24px 0;
}
@media (min-width: 1200px) {
    .navigation__inner {
        height: auto;
        overflow: visible;
    }
}
.navigation__item {
    margin-bottom: 48px;
}
@media (min-width: 1200px) {
    .navigation__item {
        margin-bottom: 0;
        margin-right: 40px;
    }
}
.navigation__item:last-of-type {
    margin: 0;
}
.navigation__item--w-sub {
    padding-right: 20px;
    position: relative;
}
.navigation__item--w-sub:after {
    color: #F6F6F7;
    content: "\f078";
    display: block;
    font-family: "Font Awesome 6 Sharp";
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    position: absolute;
    right: 0;
    top: 5px;
    transition: color 0.3s ease;
}
@media (min-width: 1200px) {
    .navigation__item--w-sub:hover:after {
        color: #FBBC42;
        content: "\f077";
    }
}
.navigation__link, .navigation__search-link {
    color: #F6F6F7;
    font-family: "Bebas Neue", verdana, arial, helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
}
.navigation__link:hover, .navigation__search-link:hover {
    color: #FBBC42;
    text-decoration: none;
}
.navigation__link:hover i {
    font-weight: 900;
}
.navigation__search-link__icon {
    background-color: transparent;
    color: #FFFFFF;
    display: block;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    width: 20px;
}
.navigation__search-link:hover .navigation__search-link__icon, .navigation__search-link:focus .navigation__search-link__icon {
    background-color: #FBBC42;
    color: #23244F;
}
.navigation__meta-menu {
    border-top: 1px solid #FFFFFF;
}
.navigation__meta-menu__title {
    color: #FFFFFF;
    font-family: "Bebas Neue", verdana, arial, helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.navigation__submenu {
    display: none;
}
@media (min-width: 1200px) {
    .navigation__submenu {
        padding-top: 24px;
        position: absolute;
        z-index: 50;
    }
}
.navigation__submenu__inner {
    padding-top: 10px;
}
@media (min-width: 1200px) {
    .navigation__submenu__inner {
        background-color: #FFFFFF;
        box-shadow: 72px 156px 204px 0 rgba(0, 0, 0, 0.0509803922);
        padding: 48px 48px 32px 48px;
    }
}
@media (min-width: 1200px) {
    .navigation__submenu__col + .navigation__submenu__col {
        border-left: 1px solid #DFDFE4;
    }
}
.navigation__submenu__item {
    margin-bottom: 15px;
}
.navigation__submenu__item:last-of-type {
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .navigation__submenu__item:last-of-type {
        margin-bottom: 15px;
    }
}
.navigation__submenu__link {
    color: #F6F6F7;
    font-size: 1rem;
    font-weight: 300;
    text-decoration: none;
}
@media (min-width: 1200px) {
    .navigation__submenu__link {
        color: #23244F;
        white-space: nowrap;
    }
}
body.nav-open {
 overflow: hidden;
}
/* SEARCH MODAL */
@media (min-width: 992px) {
    #search-modal .modal-lg {
        max-width: 700px;
    }
}

.search-modal {
    padding: 32px !important;
}
@media (min-width: 768px) {
    .search-modal {
        padding: 48px !important;
    }
}
.search-modal__close {
    background-color: transparent;
    border: none;
    color: #0F0F0F;
    font-size: 0.75rem;
    padding: 0;
    transition: color 0.3s ease;
}
.search-modal__close:hover, .search-modal__close:focus {
    color: #A0BED5;
    text-decoration: underline;
}
.search-modal__search-wrapper {
    border-bottom: 1px solid #DFDFE4;
    padding-right: 24px;
}
.search-modal__search-wrapper__input {
    background-color: #FFFFFF;
    border: none;
    color: #0F0F0F;
    height: 70px;
    padding: 0 24px;
    width: 100%;
}
.search-modal__search-wrapper__input:focus {
    outline: none;
}
.search-modal__search-wrapper__btn {
    background-color: transparent;
    border: none;
    color: #23244F;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    width: 20px;
}
.search-modal__search-wrapper__btn:hover, .search-modal__search-wrapper__btn:focus {
    background-color: #FBBC42;
    color: #23244F;
}
.search-modal__results {
    padding: 0 16px;
}
.search-modal__results li {
    margin-bottom: 24px;
}
.search-modal__results li:last-of-type {
    margin-bottom: 0;
}
.search-modal__results li a {
    color: #85858A;
    text-decoration: none;
}
.search-modal__results li a:hover, .search-modal__results li a:focus {
    color: #23244F;
    text-decoration: underline;
}
.search-modal__more-results {
    background-color: transparent;
    border: none;
    color: #0F0F0F;
    display: none;
    font-weight: bold;
    padding: 0;
}
.search-modal__more-results:hover {
    color: #85858A;
    text-decoration: underline;
}

/* FOOTER */
.footer {
    background-color: #F6F6F7;
    padding: 24px 0;
}
@media (min-width: 768px) {
    .footer {
        padding: 40px 0;
    }
}
.footer__logo {
    margin: 0 auto;
    width: 105px;
}
.footer__charity-info p {
    color: #0F0F0F;
    font-size: 0.75rem;
    margin: 0;
}
.footer__socials__item {
    margin-right: 12px;
}
.footer__socials__item:last-of-type {
    margin-right: 0;
}
.footer__socials__link {
    background-color: #23244F;
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    width: 40px;
}
.footer__socials__link:hover, .footer__socials__link:focus {
    background-color: #FBBC42;
    color: #23244F;
}
.footer__menu__item {
    margin-bottom: 16px;
}
.footer__menu__item:last-of-type {
    margin-bottom: 0;
}
.footer__menu__link {
    color: #12202C;
    font-size: 0.75rem;
    font-weight: 400;
    text-decoration: none;
}
.footer__menu__link:hover, .footer__menu__link:focus {
    color: #12202C;
    text-decoration: underline;
}
.footer__regulation-logo {
    height: 33px;
}
.footer__legal__item {
    margin-right: 26px;
}
.footer__legal__item:last-of-type {
    margin-right: 0;
}
.footer__legal__link {
    color: #0F0F0F;
    font-size: 0.75rem;
    font-weight: 400;
    text-decoration: underline;
}