/**
 * Vanilla Styles
 *
 * This second stylesheet is for hotfixes/vanilla CSS.
 * Do not edit the main style.css directly, rather
 * add your changes here if you are not compiling the Sass files.
 */


/* New Country CPT */
hr.brand {
    width: 96px;
    height: 6px;
    background: linear-gradient(90deg, rgb(224, 31, 38), rgb(245, 197, 24) 50%, rgb(27, 158, 62));
    border: unset;
}

.single-country .button {
    font-size: 14px !important;
    letter-spacing: 0.05em !important;
}

.single-country .button:not(:last-child) {
    margin-right: 8px;
}

.single-country .container {
    margin: 0 auto;
}

.single-country .container:not(.header-inner) {
    max-width: 1280px;
}


.single-country .container:not(.header-inner):after {
    content: unset;
}

.pswp__img, .pswp__zoom-wrap {
    max-height: unset;
    max-width: unset;
}

.pswp__custom-caption {
    background: rgba(0, 0, 0, 0.75);
    font-size: 16px;
    color: #fff;
    width: calc(100% - 32px);
    max-width: 400px;
    padding: 2px 8px;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    text-align: center;
}

.pswp__custom-caption a {
    color: #fff;
    text-decoration: underline;
}

.hidden-caption-content {
    display: none;
}

section.single-country-hero {
    background-size: cover;
    aspect-ratio: 2/1;
    display: flex;
    position: relative;
    flex-direction: column;
    padding-bottom: 0px;
    max-height: clamp(430px, 44cqw, 660px);
    width: 100%;
}

section.single-country-hero .back-to-schedule {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    background: rgba(10, 10, 10, 0.55);
    padding: 10px 14px;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 48px;
    text-decoration: none;
    font-weight: 700;
}

section.single-country-hero .back-to-schedule:hover {
    background: rgb(224, 31, 38) !important;
    color: rgb(255, 255, 255) !important;
}

@media screen and (max-width: 649px) {
    section.single-country-hero {
        background-image: var(--mobile-cover-image);
    }

    section.single-country-hero .back-to-schedule {
        top: 24px;
    }
}

section.single-country-hero .container {
    padding: clamp(20px, 3.4cqw, 48px);
    margin-top: auto;
    width: 100%;
    color: white;
}

section.single-country-hero .single-country-hero__intro {
    margin-bottom: 18px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    font-size: clamp(12px, 1.2cqw, 15px);
    letter-spacing: 0.1em;
    font-stretch: 82%;
    text-transform: uppercase;
    align-items: center;
}

section.single-country-hero .single-country-hero__intro label {
    color: inherit;
    font-size: clamp(12px, 1.2cqw, 15px);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

section.single-country-hero .single-country-hero__date {
    display: grid;
    place-items: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: rgb(10, 10, 10);
    color: rgb(255, 255, 255);
    font-family: Archivo, sans-serif;
    font-width: 82%;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    flex: 0 0 auto;
}

section.single-country-hero .single-country-hero__title {
    margin-bottom: 18px;
    font-stretch: 78%;
    font-size: clamp(46px, 11cqw, 132px);
    line-height: 0.9;
    letter-spacing: -0.02em;
}

section.single-country-hero .single-country-hero__location {
    margin-bottom: 0;
    font-size: clamp(16px, 1.5cqw, 21px);
    font-weight: 500;
}

.single-country-hero__stats {
    width: 100%;
    background: black;
    color: white;
}

.single-country-hero__stats .single-country-hero__stats-wrapper {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 clamp(20px, 3.4cqw, 48px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.single-country-hero__stats .single-country-hero__stats-wrapper .single-country-hero__stat {
    padding: 26px;
}

.single-country-hero__stats .single-country-hero__stats-wrapper .single-country-hero__stat:first-child {
    padding-left: 0;
}

.single-country-hero__stats .single-country-hero__stats-wrapper .single-country-hero__stat:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.single-country-hero__stats .single-country-hero__stats-wrapper .single-country-hero__stat .single-country-hero__stat-label {
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 9px;
    font-weight: 500;
}

.single-country-hero__stats .single-country-hero__stats-wrapper .single-country-hero__stat .single-country-hero__stat-value {
    margin-bottom: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}

section.single-country-intro .container {
    padding: clamp(44px, 5.6cqw, 88px) clamp(20px, 3.4cqw, 48px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(24px, 3.6cqw, 56px);
    align-items: start;
}

section.single-country-intro .single-country-intro__title {
    font-size: clamp(30px, 3.6cqw, 46px);
    line-height: 1;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 15px;
}

section.single-country-intro .single-country-intro__content > * {
    text-wrap: pretty;
}

section.single-country-intro .single-country-intro__content p {
    font-size: clamp(15px, 1.3cqw, 17px);
    line-height: 1.6;
    font-weight: 300;
}

section.single-country-intro .single-country-intro__content > :last-child {
    margin-bottom: 0;
}

section.single-country-intro hr {
    margin-left: unset;
    margin-top: 0;
    margin-bottom: 0;
}

section.single-country-race-route {
    background: rgb(242, 242, 242);
}

section.single-country-race-route .container {
    padding: clamp(40px, 5cqw, 76px) clamp(20px, 3.4cqw, 48px);
}

section.single-country-race-route h2.single-country-race-route__title {
    font-weight: 700;
    font-size: clamp(28px, 3.2cqw, 42px);
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 34px;
}

section.single-country-race-route .single-country-race-route__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(20px, 2.8cqw, 44px);
    align-items: start;
}

section.single-country-race-route.no-image .single-country-race-route__wrapper {
    display: block;
}

section.single-country-race-route .single-country-race-route__image img {
    border-radius: 10px;
    aspect-ratio: 4/3;
    object-fit: contain;
    object-position: center;
}

section.single-country-race-route .single-country-race-route__stats {
    display: flex;
    background: white;
    margin-bottom: 22px;
}

section.single-country-race-route .single-country-race-route__stats .single-country-race-route__stat {
    padding: 18px 20px;
    flex: 1;
}

section.single-country-race-route .single-country-race-route__stats .single-country-race-route__stat:not(:first-child) {
    border-left: 1px solid rgb(216, 216, 216);
}

section.single-country-race-route .single-country-race-route__stats .single-country-race-route__stat .single-country-race-route__stat-label {
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgb(110, 110, 110);
    margin-bottom: 7px;
    font-weight: 500;
}

section.single-country-race-route .single-country-race-route__stats .single-country-race-route__stat .single-country-race-route__stat-value {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0;
}

section.single-country-race-route .single-country-race-route__content p {
    font-size: clamp(15px, 1.3cqw, 17px);
    line-height: 1.65;
    color: rgb(58, 58, 58);
    text-wrap: pretty;
    font-weight: 300;
}

section.single-country-race-route .single-country-race-route__ctas .button-primary {
    border-radius: 3px;
    padding: 16px 22px;
    font-weight: 800;
}

section.single-country-race-route .single-country-race-route__ctas .button-primary:hover {
    border-color: black;
    background: black;
    color: white;
}

section.single-country-race-route .single-country-race-route__ctas .button-secondary {
    padding: 16px 20px;
    border-radius: 3px;
}

section.single-country-race-route .single-country-race-route__ctas .button-secondary:hover {
    background: black;
    color: white;
    font-weight: 700;
    border-color: black;
}

section.single-country-charity {
    background: black;
    color: white;
}

section.single-country-charity label {
    color: inherit;
}

section.single-country-charity .single-country-charity__label {
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgb(245, 197, 24);
    margin-bottom: 14px;
}

section.single-country-charity .single-country-charity__title {
    font-size: clamp(28px, 3.2cqw, 42px);
    line-height: 1;
    text-transform: uppercase;
    margin: 0px 0px 12px;
    font-stretch: 80%;
}

section.single-country-charity .single-country-charity__blurp {
    background: rgb(22, 22, 22);
    border-left: 5px solid rgb(224, 31, 38);
    padding: clamp(20px, 2.4cqw, 30px);
    margin-bottom: 18px;
}

section.single-country-charity .single-country-charity__blurp .single-country-charity__blurp__title {
    font-size: clamp(19px, 1.8cqw, 24px);
    text-transform: uppercase;
    margin-bottom: 10px;
}

section.single-country-charity .single-country-charity__blurp .single-country-charity__blurp__content {
    font-size: clamp(15px, 1.3cqw, 17px);
    line-height: 1.65;
    color: rgb(207, 207, 207);
    text-wrap: pretty;
    font-weight: 300;
}

section.single-country-charity .single-country-charity__blurp .single-country-charity__blurp__content > *:last-child {
    margin-bottom: 0;
}

section.single-country-charity .button {
    font-size: 15px !important;
    letter-spacing: 0.05em !important;
    border-radius: 3px;
    padding: 14.5px 26px !important;
    font-weight: 800;
}

section.single-country-charity .button:hover {
    border-color: white;
    background: white;
    color: black;
}

section.single-country-charity .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(24px, 3.4cqw, 52px);
    padding: clamp(40px, 5cqw, 76px) clamp(20px, 3.4cqw, 48px);
}

section.single-country-charity hr {
    margin-left: unset;
    margin-top: unset;
}

section.single-country-sponsors .container {
    padding: clamp(40px, 5cqw, 76px) clamp(20px, 3.4cqw, 48px);
}

section.single-country-sponsors .single-country-sponsors__title {
    font-size: clamp(28px, 3.2cqw, 42px);
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 8px;
}

section.single-country-sponsors .single-country-sponsors__content {
    margin: 0px 0px clamp(20px, 2.6cqw, 34px);
    font-size: clamp(15px, 1.3cqw, 17px);
    color: rgb(58, 58, 58);
}

section.single-country-sponsors .single-country-sponsors__sponsors {
    display: flex;
    gap: clamp(16px, 1.8cqw, 26px);
}

section.single-country-sponsors .single-country-sponsors__sponsors .single-country-sponsors__sponsor {
    flex: 1;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 10px;
    padding: clamp(18px, 2cqw, 26px);
    padding-bottom: clamp(18px, 2.8cqw, 42px);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

section.single-country-sponsors .single-country-sponsors__sponsors .single-country-sponsors__sponsor .single-country-sponsors__img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

section.single-country-sponsors .single-country-sponsors__sponsors .single-country-sponsors__sponsor .single-country-sponsors__sponsor-title {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 0;
}

section.single-country-sponsors .single-country-sponsors__sponsors .single-country-sponsors__sponsor .single-country-sponsors__sponsor-description {
    font-size: 15px;
    line-height: 1.6;
    color: rgb(58, 58, 58);
    text-wrap: pretty;
    margin-bottom: 0;
    font-weight: 300;
}

section.single-country-sponsors .single-country-sponsors__sponsors .single-country-sponsors__sponsor .single-country-sponsors__sponsor-link {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: rgb(224, 31, 38);
}

section.single-country-gallery {
    background: rgb(242, 242, 242);
}

section.single-country-gallery .container {
    padding: clamp(40px, 5cqw, 76px) clamp(20px, 3.4cqw, 48px);
}

section.single-country-gallery .single-country-gallery__title {
    font-size: clamp(28px, 3.2cqw, 42px);
    line-height: 1;
    text-transform: uppercase;
    margin: 0px 0px clamp(20px, 2.6cqw, 34px);
}

section.single-country-gallery .single-country-gallery__container {
    display: flex;
    gap: clamp(12px, 1.4cqw, 20px);
    flex-wrap: wrap;
}

section.single-country-gallery .single-country-gallery__container .single-country-gallery__item {
    aspect-ratio: 3/4;
    width: calc(25% - 15px);
}

section.single-country-gallery .single-country-gallery__container .single-country-gallery__item img {
    border-radius: 8px;
    aspect-ratio: 3/4;
    object-fit: cover;
}

section.single-country-resources {
    background: linear-gradient(90deg, rgb(224, 31, 38) 0%, rgb(245, 197, 24) 50%, rgb(27, 158, 62) 100%);
}

section.single-country-resources .container {
    padding: clamp(34px, 4cqw, 60px) clamp(20px, 3.4cqw, 48px);
}

section.single-country-resources .single-country-resources__title {
    font-size: clamp(26px, 3cqw, 40px);
    line-height: 1;
    text-transform: uppercase;
    color: rgb(10, 10, 10);
    margin: 0px 0px clamp(18px, 2.2cqw, 28px);
    display: block;
}

section.single-country-resources .single-country-resources__ctas {
    display: flex;
    gap: clamp(12px, 1.4cqw, 20px);
}

section.single-country-resources .single-country-resources__ctas .single-country-resources__cta {
    flex: 1;
}

section.single-country-resources .single-country-resources__ctas .single-country-resources__cta-link {
    font-size: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    width: 100%;
    color: rgb(224, 31, 38);
    background: rgb(242, 242, 242);
    border: 2px solid rgb(224, 31, 38);
    border-radius: 3px;
    padding: 18px 20px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
}

section.single-country-resources .single-country-resources__ctas .single-country-resources__cta-link:hover {
    background: rgb(10, 10, 10);
    border-color: rgb(10, 10, 10);
    color: white;
}

@media screen and (max-width: 959px) {
    section.single-country-gallery .single-country-gallery__container .single-country-gallery__item {
        width: calc(33% - 15px);
    }

    section.single-country-hero {
        min-height: 650px;
    }
}

@media screen and (max-width: 767px) {
    section.single-country-intro .container,
    section.single-country-race-route .single-country-race-route__wrapper,
    section.single-country-charity .container,
    section.single-country-sponsors .single-country-sponsors__sponsors,
    section.single-country-resources .single-country-resources__ctas {
        display: flex;
        flex-direction: column;
    }

    section.single-country-sponsors .single-country-sponsors__sponsors {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 649px) {
    section.single-country-hero {
        aspect-ratio: 390/430;
        min-height: unset;
        max-height: unset;
    }

    section.single-country-hero .container {
        padding-bottom: 30px;
    }

    .single-country-hero__stats .single-country-hero__stats-wrapper {
        display: flex;
        flex-direction: column;
    }

    .single-country-hero__stats .single-country-hero__stats-wrapper .single-country-hero__stat:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    section.single-country-race-route .single-country-race-route__stats {
        flex-wrap: wrap;
        max-width: 550px;
        gap: 1px;
        background: rgb(216, 216, 216);
    }

    section.single-country-race-route .single-country-race-route__stats .single-country-race-route__stat {
        width: calc(50% - 0.5px);
        flex: unset;
        border: none !important;
        background: white;
    }

    section.single-country-gallery .single-country-gallery__container .single-country-gallery__item {
        width: 100%;
    }
}


section#schedule .process-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

section#schedule .process-blocks .process-block {
    width: calc(25% - 12px);
}

@media only screen and (max-width: 960px) {
    section#schedule .process-blocks .process-block {
        width: calc(50% - 12px);
    }
}

@media screen and (max-width: 640px) {
    section#schedule .process-blocks .process-block {
        width: 100%;
    }
}

.process-blocks .process-block.clickable {
    cursor: pointer;
}


.givewp-layouts-section {
    padding-block: unset !important;
}

.givewp-layouts-form {
    border: unset !important;
}

#donation-hero h1 {
    text-transform: uppercase;
    font-size: clamp(46px, 7vw, 96px);
    line-height: 0.92;
    margin: 14px 0 0;
    letter-spacing: -0.005em;
}

#donation-hero p {
    font-size: clamp(17px, 1.5vw, 20px);
    max-width: 620px;
    margin: 20px 0 0;
    color: #e7e5e2;
}

#donation-hero .donate-sub-label {
    font-size: 16px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #f7e463;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-weight: 700;
}

#donation-hero .cell {
    padding: 0;
}

#donation-hero .donation-container {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
    align-items: center;
}

#donation-hero .donation-container .button {
    margin-bottom: 0;
    padding: 16px 34px;
    border-radius: 2px;
    min-height: 56px;
    font-size: 22px;
    letter-spacing: 0.06em;
}

#donation-hero .container {
    max-width: 1320px;
}

@media screen and (min-width: 1260px) {
    #donation-hero .container {
        padding: 0;
    }
}

#donation-hero .container .grid {
    gap: clamp(24px, 3vw, 48px);
}

@media (min-width: 768px) {
    #donation-hero .container .grid .cell {
        flex: 0 0 calc(50% - 24px);
    }
}

#donation-content .container {
    max-width: 1320px;
}

@media (min-width: 1260px) {
    #donation-content .container {
        padding: 0;
    }
}

.donate-title {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.donate-card .cls-background {
    border-radius: 4px;
    padding: clamp(18px, 2vw, 26px) !important;
}

.donate-card .cls-background .container {
    padding: 0;
}

.donate-card-bordered .cls-background {
    border: 2px solid;
}

.cell .acf-innerblocks-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: clamp(20px, 2.6vw, 36px);
}

.grid > .acf-innerblocks-container {
    display: flex;
    gap: clamp(20px, 2.6vw, 36px);
}

@media screen and (max-width: 767px) {
    .grid > .acf-innerblocks-container {
        flex-direction: column;
    }
}

#give-container {
    position: relative;
}

#give-container::before {
    content: ' ';
    height: 8px;
    background: #d91f26;
    width: 100%;
    display: block;
    position: absolute;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    top: 2px;
}

@media screen and (max-width: 767px) {
    #give-container .container {
        padding: 0;
    }
}

#donate-questions .cls-background {
    padding: clamp(28px, 3.6vw, 52px) clamp(16px, 4vw, 56px);
    border-top: 2px solid black;
}

#donate-questions .accordion {
    gap: 0;
    border-top: 2px solid black;
}

#donate-questions .accordion .accordion__details {
    padding: 20px 0;
    border-bottom: 2px solid black;
}

#donate-questions .accordion .accordion__details h3 {
    font-size: clamp(20px, 2vw, 26px);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: black !important;
    font-weight: 700;
    width: 100%;
    display: block;
}

#donate-questions .accordion .accordion__details h3 .accordion__marker {
    position: absolute;
    right: 0;
}

#donate-questions .accordion .accordion__details > * + * {
    padding-left: 0;
    padding-top: 20px;
    font-size: 16.5px;
    margin-bottom: 0;
}

#donate-questions .accordion .accordion__details .accordion__summary {
    border: none;
    background: none;
    padding: 0;
}

@media screen and (max-width: 767px) {
    #donation-content .grid > .acf-innerblocks-container {
        flex-direction: column-reverse;
    }
}

#linkbar ul li ul li {
    text-align: left;
}

#linkbar ul li.button a:hover {
    color: white;
}

.pswp img {
    object-fit: contain;
}

.footer-extra-content > *:last-child {
    margin-bottom: 0;
}

#footer-top .grid {
    padding-right: 0;
    padding-left: 0;
}

#footer-top .grid::after {
    content: unset;
}
@media only screen and (max-width: 767px){
    .footer-extra-content{
        margin-top: 60px;
    }
    .footer-extra-content p{
        text-align: center !important;
    }
}

.social-links{
    margin-top: 10px;
}
.social-links a:not(:hover){
    color: white;
}
