@font-face {
    font-family: P22 Mackinac Pro;
    src: url(../images/srjt/P22MackinacPro-Book_25-9pQEHMk4.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}

body {
    margin: 0;
    padding: 0;
    font-family: CoFo Sans
}

*, *:before, *:after {
    box-sizing: border-box;
    line-height: normal;
    margin: 0;
    padding: 0
}

input {
    background-color: transparent;
    width: 100%
}

a {
    text-decoration: none;
    display: block
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

img {
    max-width: 100%;
    height: auto
}

details {
    width: 100%
}

    details > summary {
        list-style: none
    }

[type=text], input:not([type]), [type=email], [type=url], [type=password], [type=number], [type=date], [type=datetime-local], [type=month], [type=search], [type=tel], [type=time], [type=week], [multiple], textarea, select, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

    input:focus-visible, [multiple]:focus-visible, textarea:focus-visible, select:focus-visible {
        outline: none
    }

:root {
    --college_maroon: #953a57;
    --experience_yellow: #ffdf88;
    --main_brown: #5d2a29;
    --main_cream: #fffae3;
    --main_darker: #f7efcb;
    --pink_900: #84334d;
    --yellow_50_33: #fffae333;
    --radius-xs: 10px;
    --radius-sm: 20px;
    --radius-md: 24px;
    --radius-lg: 26px;
    --space-xs: 10px;
    --space-sm: 14px;
    --space-md: 20px;
    --space-lg: 28px;
    --space-xl: 30px;
    --space-2x1: 62px
}

.flex-col-center-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 90px 0
}

@font-face {
    font-family: P22 Mackinac Pro;
    src: url(../images/srjt/P22MackinacPro-Book_25-9pQEHMk4.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: CoFo Sans VF;
    src: url(../images/srjt/CoFoSans-Regular-DNxtDcl_.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.ui.button.round {
    border-radius: var(--radius-lg)
}

.ui.button.size-xs {
    height: 52px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 18px
}

.ui.button.fill.main_cream {
    background-color: var(--main_cream);
    color: var(--main_brown)
}

.ui.button {
    text-align: center;
    display: flex;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    color: var(--main_brown);
    text-transform: uppercase;
    font-size: 18px;
    background-color: var(--main_cream);
    border-radius: var(--radius-lg)
}

.ui.input.round {
    border-radius: var(--radius-md)
}

.ui.input.size-xs {
    height: 50px;
    padding-left: var(--space-xl);
    padding-right: var(--space-xl);
    font-size: 16px
}

.ui.input.outline.main_cream {
    color: var(--main_cream);
    border: 1px solid var(--main_cream)
}

.ui.input {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: text;
    color: var(--main_cream);
    font-family: CoFo Sans VF,sans-serif;
    font-size: 16px;
    border-radius: var(--radius-md);
    border: 1px solid var(--main_cream)
}

.ui.selectbox.square {
    border-radius: 0;
    background-color: #953a57
}

.ui.selectbox.size-xs {
    height: 24px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px
}

.ui.selectbox {
    display: flex
}

.ui.text.size-p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal
}

.ui.text.size-button {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    font-style: normal
}

.ui.text {
    color: var(--main_cream);
    font-family: CoFo Sans VF,sans-serif
}

.ui.heading.size-h1 {
    font-family: P22 Mackinac Pro;
    font-size: 50px;
    font-weight: 500;
    font-style: bold
}

@media only screen and (max-width: 1050px) {
    .ui.heading.size-h1 {
        font-size: 46px
    }
}

@media only screen and (max-width: 550px) {
    .ui.heading.size-h1 {
        font-size: 32px;
        line-height: 40px
    }
}

.ui.heading.size-h2 {
    font-family: P22 Mackinac Pro;
    font-size: 40px;
    font-weight: 500;
    font-style: bold
}

@media only screen and (max-width: 1050px) {
    .ui.heading.size-h2 {
        font-size: 38px
    }
}

@media only screen and (max-width: 550px) {
    .ui.heading.size-h2 {
        font-size: 36px
    }
}

.ui.heading.size-h3 {
    font-family: P22 Mackinac Pro;
    font-size: 22px;
    font-weight: 500;
    font-style: bold
}

.ui.heading {
    color: var(--main_brown);
    font-family: P22 Mackinac Pro
}

.container-xs {
    max-width: 1164px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@font-face {
    font-family: P22 Mackinac Pro;
    src: url(../images/srjt/P22MackinacPro-Book_25-9pQEHMk4.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: CoFo Sans VF;
    src: url(../images/srjt/CoFoSans-Regular-DNxtDcl_.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.home_rowheadings_quote-span {
    font-weight: 400;
    font-style: italic
}

.user-profile {
    display: flex;
    flex-direction: column;
    gap: var(--space-xl);
    width: 100%;
    background-color: var(--main_darker);
    padding: var(--space-md);
    border-radius: var(--radius-sm)
}

.user-profile_image { /*height:214px;*/
    object-fit: cover;
    border-radius: var(--radius-xs)
}

.user-profile_content {
    display: flex;
    flex-direction: column
}

.user-profile_title {
    text-align: center;
    line-height: 26px;
    padding-bottom: 30px
}

.user-profile_button {
    color: var(--main_brown) !important;
    margin-bottom: 32px;
    padding: 0 33px;
    background-color: var(--main_cream) !important;
    width: 100%;
    height: 52px;
    border-radius: 26px !important;
    border: 1px solid var(--main_cream)
}

.footer_address {
    line-height: 22px
}

.header_contact_icon {
    height: 16px;
    width: 16px
}

.footer_link {
    color: var(--main_cream) !important
}

.home {
    width: 100%;
    background-color: var(--main_cream);
    overflow: visible;
}

.columndonate {
    display: flex;
    flex-direction: column;
    gap: 100px
}

@media only screen and (max-width: 1050px) {
    .columndonate {
        gap: 75px
    }
}

@media only screen and (max-width: 550px) {
    .columndonate {
        gap: 50px
    }
}

.rowlayerone_one {
    height: 540px;
    padding: 50px 0;
    background-color: var(--college_maroon);
    background-image: url(../images/srjt/donate-banner-CVFaTN3h-converted.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

@media only screen and (max-width: 1050px) {
    .rowlayerone_one {
        height: auto;
        padding: var(--space-md) 0
    }
}

.columnlayerone {
    display: flex;
    flex-direction: column;
    gap: 106px;
    margin-bottom: 140px
}

@media only screen and (max-width: 1050px) {
    .columnlayerone {
        gap: 79px
    }
}

@media only screen and (max-width: 550px) {
    .columnlayerone {
        gap: 53px
    }
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-md);
    padding: 0 60px
}

@media only screen and (max-width: 1050px) {
    .header {
        margin: 0;
        padding: 0 20px
    }
}

@media only screen and (max-width: 550px) {
    .header {
        flex-direction: column;
        padding: 0 20px
    }
}

.header_logo {
    height: 32px;
    width: 16%;
    object-fit: contain
}

@media only screen and (max-width: 550px) {
    .header_logo {
        width: 100%
    }
}

.navigation-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-xl)
}

@media only screen and (max-width: 550px) {
    .navigation-row {
        display: none;
        padding: 0 var(--space-md)
    }
}

.header_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-xs);
    flex: 1
}

.dropdown-container {
    position: relative;
    display: inline-block
}

.dropdown-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #953a57;
    color: var(--main_cream);
    font-family: CoFo Sans VF;
    font-size: 16px;
    padding: 0 12px;
    width: 20%;
    height: 24px;
    border: none;
    border-radius: 0
}

    .dropdown-select::-ms-expand {
        display: none
    }

.dropdown-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    color: #fff;
    background: url("data:image/svg+xml,%3csvg%20width='24'%20height='25'%20viewBox='0%200%2024%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%209.35022L12%2015.3502L6%209.35022'%20stroke='%23FFFAE3'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e") no-repeat center;
    background-size: 24px 24px;
    pointer-events: none
}

.header_language-dropdown {
    color: var(--main_cream);
    font-family: CoFo Sans VF;
    font-size: 16px;
    padding: 0 12px;
    width: 70px
}

.row {
    display: flex;
    justify-content: center
}

.home_rowheadings {
    display: flex;
    justify-content: center;
    margin-top: 38px;
    padding: 0 56px
}

@media only screen and (max-width: 1050px) {
    .home_rowheadings {
        padding: 0 var(--space-md)
    }
}

.home_rowheadings_quote {
    color: var(--main_cream) !important;
    text-align: center;
    width: 531px;
    line-height: 60px
}

@media only screen and (max-width: 1050px) {
    .home_rowheadings_quote {
        width: 100%
    }
}

.home-1 {
    padding: 0 138px;
    gap: 18px;
    display: grid;
    row-gap: 40px;
    grid-template-columns: repeat(3,minmax(0,1fr));
    justify-content: center;
    max-width: 1440px;
    margin: 0 auto
}

@media only screen and (max-width: 1050px) {
    .home-1 {
        grid-template-columns: repeat(2,minmax(0,1fr));
        padding: 0 var(--space-md)
    }
}

@media only screen and (max-width: 768px) {
    .home-1 {
        grid-template-columns: repeat(1,minmax(0,1fr))
    }
}

.column {
    padding: 88px 0;
    background-color: var(--experience_yellow)
}

@media only screen and (max-width: 1050px) {
    .column {
        padding: 80px 0
    }
}

.line-6 {
    background-color: var(--main_brown);
    width: 1160px;
    height: 1px
}

footer {
    display: flex;
    padding: 0 138px;
    flex-direction: column;
    gap: 80px;
    background-color: var(--main_brown)
}

@media only screen and (max-width: 1050px) {
    footer {
        gap: 60px;
        padding: 0 20px
    }
}

@media only screen and (max-width: 550px) {
    footer {
        gap: 40px;
        padding: 0 20px
    }
}

.footer_column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 54px;
    margin-top: 54px;
    padding-bottom: 54px
}

@media only screen and (max-width: 550px) {
    .footer_column {
        gap: 27px
    }
}

.footer_column--main {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap: 60px
}

@media only screen and (max-width: 550px) {
    .footer_column--main {
        gap: var(--space-xl)
    }
}

.footer_logo-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 56px
}

@media only screen and (max-width: 1050px) {
    .footer_logo-column {
        padding: 0 var(--space-md)
    }
}

.footer_logo {
    height: 32px;
    width: 218px;
    object-fit: contain
}

.footer_divider {
    height: 1px;
    width: 100%;
    background-color: var(--yellow_50_33);
    align-self: stretch
}

.footer_contact-row {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: var(--space-md)
}

@media only screen and (max-width: 1050px) {
    .footer_contact-row {
        flex-direction: column
    }

    @media only screen and (max-width: 640px) {
        .footer_contact-row {
            gap: var(--space-lg)
        }
    }
}

.footer_contact-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: var(--space-lg);
    align-self: center;
    width: 26%
}

@media only screen and (max-width: 1050px) {
    .footer_contact-info {
        width: 100%
    }
}

@media only screen and (max-width: 640px) {
    .footer_contact-info {
        width: 100%;
        gap: var(--space-sm)
    }
}

.footer_contact-details {
    gap: var(--space-md);
    display: flex;
    align-self: stretch;
    flex-direction: column
}

.footer_contact-methods {
    gap: var(--space-sm);
    display: flex;
    width: 100%;
    flex-direction: column
}

@media only screen and (max-width: 1050px) {
    .footer_contact-methods {
        width: 100%
    }
}

.footer_contact-item {
    gap: var(--space-xs);
    display: flex;
    align-items: start
}

.footer_contact-item--secondary {
    gap: var(--space-sm);
    display: flex;
    align-items: center
}

.footer_contact-item--email {
    gap: var(--space-xs);
    display: flex;
    justify-content: start;
    align-items: start
}

.footer_icon--email {
    height: 20px;
    width: 20px
}

.footer_links-column {
    gap: 2px;
    display: flex;
    width: 66%;
    flex-direction: column;
    align-items: start
}

.footer_links-row {
    align-self: stretch;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: var(--space-lg)
}

@media only screen and (max-width: 1050px) {
    .footer_links-row {
        flex-direction: column
    }
}

.footer_links-header {
    gap: var(--space-lg);
    display: flex;
    width: 46%;
    flex-direction: column;
    align-items: start
}

@media only screen and (max-width: 1050px) {
    .footer_links-header {
        width: 100%
    }
}

@media only screen and (max-width: 640px) {
    .footer_links-header {
        width: 100%;
        gap: var(--space-sm)
    }
}

.footer_links-list {
    gap: 11px;
    display: flex;
    align-self: stretch;
    flex-direction: column;
    align-items: start
}

.footer_newsletter-column {
    gap: var(--space-xl);
    align-self: center;
    display: flex;
    width: 42%;
    flex-direction: column
}

@media only screen and (max-width: 1050px) {
    .footer_newsletter-column {
        width: 100%
    }
}

.footer_newsletter-header {
    gap: 16px;
    display: flex;
    flex-direction: column;
    align-items: start
}

@media only screen and (max-width: 1050px) {
    .footer_links-column {
        width: 100%
    }
}

.footer_newsletter-description {
    width: 100%;
    line-height: 22px
}

.footer_newsletter-form {
    gap: var(--space-sm);
    display: flex;
    flex-direction: column
}

.footer_newsletter-input {
    color: var(--main_cream) !important;
    padding-left: var(--space-xl);
    padding-right: var(--space-xl);
    height: 50px;
    border-radius: 24px !important;
    border: 1px solid var(--main_cream) !important
}

.footer_newsletter-button {
    color: var(--main_brown) !important;
    padding-left: 34px;
    padding-right: 34px;
    background-color: var(--main_cream) !important;
    align-self: stretch;
    height: 52px;
    border-radius: 26px !important
}

.footer_consultation-row {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    align-content: center;
    border-bottom: 1px solid var(--main_cream)
}

.footer_bottom-row {
    padding-top: var(--space-xs);
    padding-bottom: var(--space-xs);
    background-color: var(--main_darker);
    display: flex;
    justify-content: center
}

.footer_copyright-row {
    padding-left: 56px;
    padding-right: 56px;
    display: flex;
    justify-content: center
}

@media only screen and (max-width: 1050px) {
    .footer_copyright-row {
        padding-left: var(--space-md);
        padding-right: var(--space-md)
    }
}

.footer_copyright-text {
    color: var(--main_brown) !important
}

.user-profile_button {
    color: var(--main_brown) !important;
    margin-bottom: 32px;
    padding: 0 33px;
    background-color: var(--main_cream) !important;
    width: 100%;
    height: 58px;
    border-radius: 26px !important;
    border: 1px solid var(--main_cream)
}

.donation-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 16px
}

.donation-input {
    width: 100%;
    text-color: var(--main_brown);
    padding: 0 10px;
    border: 1px solid var(--main_brown);
    border-radius: 20px;
    font-size: 16px;
    text-align: center
}

.add-to-cart {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.currency-container {
    display: flex;
    align-items: center
}

.donation-input {
    display: flex;
    align-items: center;
    border: 1px solid var(--main_brown);
    background-color: var(--main_cream);
    border-radius: 4px;
    padding: 0 8px;
    width: 100%
}

    .donation-input input {
        border: none;
        background: none;
        color: var(--main_brown);
        padding: 4px;
        flex: 1;
        text-align: right;
        width: auto
    }

.currency-symbol {
    font-size: 16px;
    font-weight: 700;
    color: var(--main_brown);
    margin-right: 8px
}

.add-to-cart_button {
    font-family: CoFo Sans VF;
    color: var(--main_brown) !important;
    padding: 20px 0;
    width: 100%;
    height: 32px;
    border-radius: 26px !important;
    cursor: pointer;
    text-align: center;
}

.input-box {
    display: flex;
    padding: 13px 40px;
    background-color: var(--main_cream);
    border-radius: 26px !important;
    width: 100%;
    color: var(--main_brown);
    font-family: CoFo Sans VF
}

.input-box-1 {
    display: flex;
    align-items: center;
    padding: 13px 15px;
    background-color: var(--main_cream);
    border-radius: 26px !important;
    width: 100%
}

.currency-1 {
    color: var(--main_brown);
    padding-right: 2px;
    font-family: CoFo Sans VF
}

.currency {
    color: var(--main_brown);
    padding-right: 10px;
    width: 130px;
    font-family: CoFo Sans VF
}

.input-box input::placeholder {
    color: var(--main_brown);
    width: 150px;
    font-family: CoFo Sans VF
}

.finalValue {
    width: 150px;
    font-family: CoFo Sans VF;
    color: var(--main_brown)
}

.input-size {
    width: 50px;
    background-color: #fff;
    padding: 4px 0 4px 4px;
    border-radius: 3px;
    font-family: CoFo Sans VF;
    color: var(--main_brown)
}

.box-width {
    width: 200px
}

@media (max-width: 640px) {
    .input-box-1 {
        padding: 15px 10px
    }
}

@media (max-width: 640px) {
    .finalValue {
        width: 100px
    }
}

@media (max-width: 640px) {
    .input-box, .input-box-1, .currency-1, .currency, .input-box input::placeholder, .finalValue, .input-size {
        font-size: 14px
    }
}

.accordion {
    overflow: hidden;
    width: 100%
}

.accordion-item {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid var(--main_brown)
}

.accordion-header {
    padding: 15px 0;
    cursor: pointer;
    transition: background-color .3s ease;
    display: flex;
    justify-content: space-between;
    align-self: start;
    font-family: P22 Mackinac Pro,sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: var(--main_brown)
}

.accordion-content {
    display: none;
    padding: 15px 0;
    color: var(--main_brown) !important;
    width: 85%;
    line-height: 22px
}

.accordion-item.active .accordion-content {
    display: block
}

.accordion-content p {
    margin: 15px 0
}

.faq-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 76px
}

@media only screen and (max-width: 1050px) {
    .faq-section {
        gap: 57px;
        padding: 0 var(--space-md)
    }
}

@media only screen and (max-width: 550px) {
    .faq-section {
        gap: 20px
    }
}

.faq-section_headings {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-md);
    width: 42%
}

@media only screen and (max-width: 1050px) {
    .faq-section_headings {
        width: 100%;
        text-align: center
    }
}

.faq-section_description {
    color: var(--main_brown) !important;
    align-self: stretch;
    line-height: 22px;
    text-align: center
}

.faq-icon {
    width: 20px;
    height: 20px
}

.shopping-cart {
    position: fixed;
    position: sticky;
    bottom: 0;
    z-index: 99;
    padding: 15px;
    background: #fff;
    border-top: 1px solid #efede7;
    width: 100%;
    padding-right: 138px;
    padding-left: 138px;
}
.shopping-cart .cart-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    /*@media (min-width: 1367px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}*/
.shopping-cart h4 {
    margin: 0;
}
.h4-rust {
    font-family: CoFo Sans VF;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    font-display: swap;
    text-align: center;
    color: var(--main_brown);
}
.shopping-cart .checkout-link {
    color: var(--main_brown);
    font-size: 19px;
    font-weight: 500;
    font-family: CoFo Sans VF;
}
.shopping-cart .cart-amount-text {
    color: #443221;
}
#currencyChangeDiv {
    text-align: right;
    padding: 0 138px;
    font-family: CoFo Sans;
    margin: 0 20px 20px 20px;
}
@media (max-width: 480px) {
    .shopping-cart .cart-container {
        padding: 0;
    }
    .shopping-cart {
        padding: 15px;
    }
    #currencyChangeDiv {
        padding: 0 10px;
    }
}
@media (max-width: 1024px) {
    .h4-rust {
        font-family: CoFo Sans VF;
        font-size: 19px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.32;
        letter-spacing: normal;
        font-display: swap;
        text-align: center;
        color: #8e4d0e;
    }
}
@media (max-width: 480px) {
    .shopping-cart .cart-container .desktop-only {
        display: none;
    }
}