@font-face {
    font-family: USC_National_Regular;
    src: url(../fonts/National2-Regular.otf);
}
@font-face {
    font-family: USC_National_Regular;
    src: url(../fonts/National2-Bold.otf);
    font-weight:800; 
}
@font-face {
    font-family: USC_National_Regular; 
    src: url(../fonts/National2-Medium.otf); 
    font-weight:400; 
}
@font-face {
    font-family: USC_National_Regular;
    src: url(../fonts/National2-Regular.otf);
    font-weight:100;
}
@font-face {
    font-family: USC_National_Light;
    src: url(../fonts/National2-Light.otf);
    font-weight:100; 
}
a {
    color: var(--branding-main-color);
}
a:focus {
    outline: auto;
}
a:focus img {
    outline: auto;
}
h1, h2, h3, h4, h5 {
    font-family: 'USC_National_Regular';
    font-weight: bold;
}
h5 {
    font-size: 1rem;
}
body {
    background-color: #f0f0f0;
    font-family: 'USC_National_Regular';
    font-weight: 100;
}
button {
    font-weight: 100;
}
input {
    font-weight: 100;
}
.text-block.small {
    font-size: 16px;
}
.text-block.medium {
    font-size: 20px;
}
.text-block.large {
    font-size: 24px;
}
main {
    min-height: calc(100vh - 100px);
    padding-bottom: 80px;
}
.hero-section-nav {
    display: flex;
    column-gap: 20px;
    font-size: 18px;
    justify-content: center;
    font-weight: bold;
}
.hero-content .row {
    align-items: center;
}
.donate-box {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 20px;
    background-color: #99000044;
    border-radius: 3px;
}
.donate-box .inner-content-all .nice-selects .nice-select {
    width: 100%;
    background-color: var(--branding-main-color);
    border: none;
}
.donate-box .inner-content-all .nice-selects:is(.nice-select, select) {
    background-color: var(--branding-main-color);
    color: #fff;
    border-radius: 2px;
    border: none;
    width: 100%;
}
.donate-box .inner-content-all .nice-selects .nice-select .current {
  color: white;
  font-weight: bold;
}
.nice-select .list {
  color: black;
  max-height: 250px;
}
.content-white-bg {
    background-color: white;
    overflow: hidden;
    margin-bottom: 80px;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1100px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1100px;
    }
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.hero.heading-two {
    background-size: cover;
    background-position: center;
    height: 800px;
}
.heading-two .top-logo, .projects-header .top-logo {
    max-width: 250px;
    max-height: 200px;
}
.row.header-bar {
    padding: 30px 80px;
    position: fixed;
    top: 0;
    width: calc(100% + 12px);
    z-index: 10;
}
#pagebuilder-iframe .row.header-bar {
    position: relative;
}
.donation-wrap {
    background-color: #f0f0f0;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 20px;
}
.donation-wrap .thumb {
    aspect-ratio: 2;
    overflow: hidden;
    object-fit: cover;
}
.donation-wrap .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.donation-wrap .content {
    padding: 10px;
}
.donation-wrap .content hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.donation-wrap .content h5 {
    color: var(--branding-main-color);
    font-size: 16px;
}
.donation-wrap .content div {
    background-color: white;
    border: 1px solid var(--branding-main-color);
    border-radius: 2px;
    padding: 3px 8px;
    color: var(--branding-main-color);
    display: flex;
    justify-content: space-between;
}
.donate-box .donation-amount {
    width: 0;
    height: 52px;
    padding: 0;
    overflow: hidden;
    border: none;
    margin: 0;
}
.donate-box .donate-lists {
    display: grid;
    grid-template-columns: repeat(auto-fill, 23%);
    column-gap: 10px;
    list-style-type: none;
    padding: 0;
    width: 390px;
    transition: .25s;
}
.donate-box .donate-lists li {
    border: 1px solid #990000;
    border-radius: 2px;
    color: #990000;
    background-color: white;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    transition: background-color 0.25s;
}
.donate-box .donate-lists li.active {
    background-color: var(--branding-main-color);
    color: white;
}
#donation-amount.visible {
    width: 100%;
    padding: 5px;
    border: 1px solid var(--branding-main-color);
}
.donate-box .donate-btn {
    background-color: var(--branding-main-color);
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    border-radius: 2px;
    font-size: 20px;
}
.donate-box .donate-lists .to-hide {
    transition: .25s;
}
.donate-box .donate-lists.hidden {
    width: 150px;
    grid-template-columns: repeat(auto-fill, 100%);
}
.donate-box .donate-lists.hidden .to-hide {
    display: none;
    width: 0;
    overflow: hidden;
    padding: 0;
}
.donate-box .donate-values {
    padding-top: 15px;
    display: flex;
    width: 100%;
}
.projects-title {
    color: var(--branding-main-color);
    font-size: 40px;
    text-align: center;
}
.projects-list {
    row-gap: 30px;
}
.recent-single {
    border: none;
    background-color: white;
    padding: 0;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.recent-single .recent-contents .title {
    color: var(--branding-main-color);
    font-size: 18px;
    margin-bottom: 10px;
    line-height: normal;
    font-weight: bold;
}
.recent-single .recent-contents {
    background: none;
    padding: 20px;
    color: black;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.recent-single .recent-contents .description {
    flex-grow: 1;
}
.recent-single .recent-contents .description a {
    color: var(--branding-main-color);
}
.box-buttons {
    position: relative;
    height: 28px;
}
.box-buttons #give-line {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 7;
    display: inline-flex;
    transition: 0.25s;
}
.box-buttons #give-line.standalone {
    left: calc(50% - 50px);
}
.box-buttons #give-line.standalone:has(#give-options.active) {
    left: 0;
}
.recent-single .box-buttons #give-line:has(#give-options.active) {
    z-index: 9;
}
#give {
    transition: width 0.25s;
}
#give.active {
    width: 80px;
}
#give:focus {
    outline: auto;
}
#give-options {
    height: 28px;
    display: grid;
    grid-template-columns: repeat(5, 52px);
    position: absolute;
    left: 50px;
    width: 0;
    align-items: center;
    background-color: var(--branding-main-color);
    color: white;
    border-radius: 2px;
    z-index: 5;
    overflow: hidden;
    transition: width 0.25s;
}
#give-options a {
    color: white;
}
#give-options.active {
    width: calc(100% - 50px);
}
.box-buttons #text-line {
    position: absolute;
    right: 0;
    width: 50%;
    display: flex;
    justify-content: end;
    z-index: 8;
    transition: 0.25s;
}
.box-buttons #text-line.standalone {
    width: 100%;
    right: calc(50% - 50px);
}
.box-buttons #text-line.standalone:has(#text-option.active) {
    right: 0;
}
.box-buttons #text-line:has(#text-option.active) {
    width: 100%;
}
#text-option {
    height: 28px;
    background-color: var(--branding-main-color);
    color: white;
    border-radius: 2px;
    position: absolute;
    right: 70px;
    overflow: hidden;
    width: 0;
    transition: width 0.25s;
}
#text-option.active {
    width: calc(100% - 70px);
}
#text-option a {
    display: flex;
    width: 306px;
    height: 28px;
    align-items: center;
    padding-left: 16px;
}
.box-buttons button {
    color: var(--branding-main-color);
    border: 1px solid var(--branding-main-color);
    background-color: white;
    font-size: 14px;
    width: 105px;
    height: 28px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 6;
}
.box-buttons button:hover {
    background-color: var(--branding-main-color);
    color: white;
}
.recent-single .match-thumb {
    position: relative;
}
.recent-single .match-thumb .thumb-box {
    position: absolute;
    width: 100%;
    height: 100%;
}
.recent-single .match-thumb .thumb-overlay {
    background-color: var(--branding-main-color); 
    width:100%; 
    height:100%;
    position:absolute;
    top:0; 
    opacity:80%;
}
.recent-single .match-thumb .overlay-icon {
    width: 150px; 
    position:absolute; 
    left:calc(50% - 75px); 
    top:calc(50% - 75px);
    opacity: 1;
    transition: 0.5s;
}
.recent-single .match-thumb .overlay-text {
    position: absolute;
    width: 100%;
    text-align: center;
    color: white;
    top: calc(50% - 10px);
    opacity: 0;
    transition: 0.5s;
}
.recent-single a .match-thumb:hover .overlay-icon {
    opacity: 0;
}
.recent-single a .match-thumb:hover .overlay-text {
    opacity: 1;
}
.btn-wrapper .boxed-btn.reverse-color {
    background-color: var(--branding-main-color);
    border-radius: 2px;
}
.btn-wrapper .boxed-btn.reverse-color:hover {
    background-color: var(--branding-main-color);
    filter: brightness(0.8);
}
.recent-single .recent-contents p {
    margin-bottom: 20px;
}
.fa-brands:hover, .fa-solid:hover {
    color: var(--branding-main-color);
}
.back-link {
    color: var(--branding-main-color);
    font-weight: bold;
    width: fit-content;
    font-size: 16px;
}
.back-link:hover {
    color: var(--branding-main-color);
}
.project-details {
    background-color: white;
    padding: 32px;
}
.project-details h1 {
    color: var(--branding-main-color);
    font-weight: bold;
    width: 100%;
    margin-block-end: 20px;
    font-size: 40px;
}
.project-details .details-left img {
    margin-block-end: 40px;
}
.project-details .details-left p {
    font-size: 20px;
    line-height: 1.3em;
}
.project-details .details-right {
    font-size: 28px;
}
.project-details .details-right h3 {
    font-size: 28px;
    color: var(--branding-main-color);
}
#current-total, #donors, #time-remaining {
    font-weight: bold;
    color: var(--branding-main-color);
}
.project-details .time-left {
    display: flex;
    column-gap: 20px;
}
.project-details .remaining {
  font-weight: 100;
  color: var(--branding-secondary-color);
}
#goal-bar-wrap {
    width: 100%;
    height: 40px;
    border: 1px solid var(--branding-main-color);
    border-radius: 20px;
    overflow: hidden;
}
#goal-bar, #donor-goal-bar {
    height: 40px;
    width: 0;
    background-color: var(--branding-main-color);
}
.project-details form {
    margin-block: 40px;
}
.amount-select {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 5px;
    height: 43px;
    border-radius: 2px;
    overflow: hidden;
    align-items: center;
    font-size: 18px;
}
.amount-select label {
    background-color: var(--branding-main-color);
    text-align: center;
    color: white;
    padding: 8px;
    cursor: pointer;
}
.amount-select input {
    display: none;
}
.amount-select label:has(input:checked) {
    filter: brightness(1.5);
}
.project-details input[type="submit"] {
    background-color: var(--branding-main-color);
    width: 100%;
    color: white;
    border: none;
    height: 60px;
    border-radius: 2px;
    padding: 8px;
    margin-top: 20px;
    font-weight: 100;
}
.project-details input[type="submit"]:hover {
    filter: brightness(1.5);
}
.project-details .share .link {
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid var(--branding-main-color);
    font-size: 20px;
    margin-top: 10px;
    font-weight: 100;
}
.project-details .share p {
  font-size: 24px;
  line-height: 1.2em;
}
.project-details .share .link button {
    background-color: var(--branding-main-color);
    color: white;
    padding: 5px 20px;
    border: none;
    width: 150px;
    font-weight: 100;
}
.project-details .share .link input {
    width: calc(100% - 150px);
    border: none;
    padding: 5px 10px;
    font-weight: 100;
}
.project-details .share .social-icons {
    display: flex;
    column-gap: 20px;
    justify-content: center;
    color: var(--branding-main-color);
    margin-top: 20px;
}
.campaign .header-content {
    text-align: center;
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    width: 100%;
    padding: 132px 32px 32px;
    margin-left: auto;
    row-gap: 24px;
}
.campaign .header-content h1 {
    color: white;
    font-size: clamp(2.5rem, 4.6vw, 3.75rem);
}
.campaign .header-content h2 {
    color: white;
    font-size: clamp(1.5rem, 2vw, 2.5rem);
    font-weight: normal;
}
.campaign #give-bar {
    position: absolute;
    padding: 32px;
    display: flex;
    width: 100%;
}
.campaign .give-button, .project .give-button {
    width: auto;
    display: flex;
    justify-content: center;
}
.campaign .give-button button, .landingpage .give-button button, .project .give-button button {
    font-size: 32px;
    font-weight: 500;
    height: fit-content;
    display: flex;
    border: none;
    border-radius: 4px;
    align-items: center;
    padding: 10px 30px;
    margin-bottom: 0;
    transition: 0.25s;
}
.campaign .give-button button:hover, .landingpage .give-button button:hover, .project .give-button button:hover {
    transform: scale(1.1);
}
.campaign .give-button button:focus, .landingpage .give-button button:focus, .project .give-button button:focus {
    border: 2px solid black;
}
.campaign-details {
    margin-block: 40px;
}
.campaign-details h2 {
    color: var(--branding-main-color);
    font-size: 48px;
    font-weight: bold;
}
.campaign-details .text-details {
    font-size: 30px;
    margin-bottom: 32px;
}
.campaign-details .giving {
    display: flex;
    font-size: 32px;
}
.campaign-details .giving .dollars, .campaign-details button {
    height: fit-content;
    display: flex;
    background-color: white;
    border: 1px solid var(--branding-main-color);
    border-radius: 4px;
    align-items: center;
}
.dollars .tg, .dollars .td, .campaign-details button {
    padding: 10px 30px;
}
.dollars .td {
    border-left: 1px solid var(--branding-main-color);;
}
#total-gifts, #total-dollars, .campaign-details button {
    color: var(--branding-main-color);
}
.campaign-details button:hover {
    background-color: var(--branding-main-color);
    color: white;
}
/*  Countdown Clock  */
.clock-container { 
    border-radius:50px; 
    -webkit-border-radius:50px; 
    -moz-border-radius:50px; 
    background-color:#ffffffaa; 
    color: #990000;
    padding: 20px 40px; 
    text-align: center; 
    width: 100%; 
    max-width: 430px; 
}
.clock-timer {
    display: flex;
    justify-content: space-evenly;
    align-items: end;
}
.clock-digit { 
    font-size: 50px; 
    font-weight: 800; 
    letter-spacing: 1px; 
    line-height: .8em;
}
.clock-separator { 
    font-size: 50px; 
    font-weight: 800; 
    letter-spacing: 1px; 
    line-height: .8em; 
    margin-top: 15px; 
}
.clock-qualifier { 
    font-size: 13px; 
    font-weight: 400; 
    line-height: 1em; 
    letter-spacing: 1px;
    color: #666666; 
}

/*  Custom Card  */
.custom-card {
    position: relative;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1.5;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 5px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.custom-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    transition: background 0.3s ease;
}

.card-text {
    font-size: 36px;
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    transition: color 0.3s ease;
}

.custom-card:hover .overlay {
    background: rgba(255, 204, 0, 0.8);
}

.custom-card:hover .card-text {
    color: #990000;
}

.card-button {
    background-color: #990000;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 2px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(10px);
}

.custom-card:hover .card-button {
    opacity: 1;
    transform: translateY(0);
}

.card-button:hover {
    background-color: white;
    color: #990000;
    transform: scale(1.05);
}
.a-button {
    border: none;
    text-decoration: none;
    cursor: pointer;
    display: block;
    width: fit-content;
    padding: .75em 2.5em;
}
.a-button.sm {
    font-size: 14px;
}
.a-button.med {
    font-size: 18px;
}
.a-button.lg {
    font-size: 24px;
}
.leaderboard .a-button.sm {
    padding: 4px 8px;
    border-radius: 2px;
    font-weight: normal;
    background-color: var(--branding-main-color);
    color: white;
}
/*  Footer  */
footer {
    background-color: var(--branding-main-color);
    padding: 40px 0;
    min-height: 100px;
}
.footer-content {
    color: white;
    font-size: 13px;
}
.footer-content .links {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    justify-content: end;
}
.footer-content .links a {
    color: white;
}
.footer-content .links a:hover {
    text-decoration: underline;
}

.pb-themesection.project .container {
    background: white;
    padding: 40px;
    position: relative;
}
.pb-themesection.project:has(.hero) {
    margin-bottom: -400px;
}
.pb-themesection .container:has(.col-12 .project-heading) {
    padding-bottom: 0;
}
.pb-section-content {
    pointer-events: none;
}
.project-heading {
    color: var(--branding-main-color);
}
#tabbed-boards {
    position: relative;
}
.tab-row {
    display: flex;
    justify-content: end;
    padding-right: 32px;
    column-gap: 4px;
}
.tab-row button {
    background-color: lightgray;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 16px 2px;
    border-radius: 2px 2px 0 0;
    width: 140px;
}
.tab-row button.active {
    color: var(--branding-main-color);
    background-color: white;
}
.leaderboard.tab {
    display: none;
}
.leaderboard.tab.active {
    display: block;
}
.leaderboard {
    background-color: white;
    padding: 8px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 80px;
}
.leaderboard .header-row {
    background-color: #f0f0f0;
    display: grid;
    column-gap: 8px;
    padding: 16px;
}
.leaderboard hr {
    margin: 0;
}
.leaderboard hr:last-of-type {
    display: none;
}
.leaderboard .leaderboard-row {
    display: grid;
    column-gap: 16px;
    padding: 24px 16px;
    align-items: center;
}
.leaderboard .four-columns {
    grid-template-columns: 40px 2fr 1fr 1fr;
}
.leaderboard .three-columns {
    grid-template-columns: 40px 2fr 1fr;
}
.leaderboard .project-title {
    color: var(--branding-main-color);
}
.leaderboard .leaderboard-bar {
    background-color: #f0f0f0;
    height: 8px;
    width: 100%;
}
.leaderboard .leader-progress {
    height: 8px;
    background-color: var(--branding-main-color);
}
.pb-section-content.section-data-text-block {
    font-size: 20px;
    line-height: 1.5;
}
.pb-themesection .texteditor {
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .hero.heading-two.campaign {
        height: 580px;
    }
    .campaign .header-content {
        height: 580px;
    }
    .campaign-details .giving {
        font-size: 24px;
        padding: 0 16px;
        row-gap: 15px;
    }
    .giving .col-6 {
        padding: 0;
    }
    .footer-content {
        text-align: center;
    }
    .footer-content .links {
        justify-content: center;
    }
}

@media screen and (max-width: 500px) {
    .clock-digit, .clock-separator {
        font-size: 32px;
    }
    .clock-qualifier {
        font-size: 10px;
    }
    .campaign-details .giving .dollars {
        flex-direction: column;
    }
    .dollars .td {
        border: none;
    }
}
@media screen and (max-width: 400px) {
    .project-details .details-right {
        font-size: 24px;
    }
    .clock-container {
        padding: 10px 15px;
    }
}
.pb-themesection:first-of-type:has(.rounded) ~ .pb-themesection .corner {
    border-radius: 16px;
}
.pb-themesection:first-of-type:has(.rounded) ~ .pb-themesection.project:nth-of-type(2) .container {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
}
.pb-themesection:first-of-type:has(.rounded) ~ .pb-themesection.project:last-of-type .container {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
@media screen and (max-width:991px) {
    .donation_wrapper h3 {
        text-align: center;
    }
    
.card-details {
    flex-wrap: wrap;
    justify-content: center;
}
}
.dpf-card-placeholder {
    width: 100%;
    max-width: 350px;
}

/** DAY OF SCUPPORT STYLES **/
#dos-nav-bar {
    min-height: 120px;
    padding: 0;
    justify-content: center;
    z-index: 100;
    background-color:white;
    color:black;
}
#dos-nav-bar #top-logo {
    max-width: 240px;
    width: 100%;
}
#dos-nav-bar #nav-bar {
    display:flex; 
    row-gap:20px; 
    flex-direction:row; 
    align-items:center; 
    justify-content:space-between;
    padding: 16px 32px;
    max-width: 1280px;
}
#dos-nav-bar #dos-nav-items {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#dos-nav-bar #give-dos {
    width: auto;
}
#dos-nav-bar #give-dos button {
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    padding: 4px 16px;
    transition: .25s;
    background-color: var(--branding-main-color);
    color: white;
}
#dos-nav-bar #give-dos button:hover {
    transform: scale(1.1);
}
#dos-nav-bar .dos-nav-item, #nav-bar .nav-item {
    font-weight: bold;
    padding: 0 20px;
    color:black;
}
#dos-nav-bar .dos-nav-item {
    font-size: 20px;
}
#nav-bar .nav-item {
    font-size: 1.5rem;
}
.sub-nav-item {
    font-size: 1.2rem;
}
#nav-items {
    width: fit-content;
    text-align: center;
}
#nav-bar .nav-item {
    color: var(--branding-main-color);
    text-wrap: nowrap;
}
#nav-bar .nav-item:hover {
    color: #000;
}
#dos-nav-bar .dos-nav-item:hover {
    color:var(--branding-main-color);
}
#dos-nav-bar #timer-tog {
    width: auto;
    max-width: 366px;
}
#dos-nav-bar #timer-tog h3 {
    font-size:35px;
    color:black;
}
#dos-nav-bar .dos-clock-container {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background-color: none;
    text-align: center;
    margin-bottom: 8px;
    color: #990000;
}
#dos-nav-bar .clock-separator, .clock-digit {
    font-size: 40px;
}
#dos-nav-bar #counterClockEvent {
    display: none;
}
#dos-nav-bar #mobile-logo {
    display: none;
}
#dos-nav-bar #cdtext, #evtext {
    text-align: center;
}
#dos-nav-bar #evtext {
    display: none;
}
#dos-nav-bar #aftertext {
    display: none;
}
#dos-nav-bar #tag-two {
    color:var(--branding-main-color);
}
#dos-nav-bar .clock-qualifier {
    color: #666;
}
@media screen and (max-width:1200px) {
    #dos-nav-bar .clock-timer {
        justify-content: center;
    }
    #dos-nav-bar .clock-digit, .clock-separator {
        font-size: 30px;
    }
    #dos-nav-bar .clock-qualifier {
        font-size: 11px;
    }
    #dos-nav-bar #timer-tog h3 {
        font-size: 24px;
    }
}
@media screen and (max-width:960px) {
    #dos-nav-bar #nav-bar {
        flex-direction: column;
    }
    #dos-nav-bar #mobile-logo {
        display: block;
    }
    #dos-nav-bar .dos-desktop-logo {
        display: none;
    }
    #dos-nav-bar {
        width: auto;
        position: relative;
    }
}
/** CHALLENGE AND MATCH CARD STYLES **/
    .challenge-card {
        background-color: white;
        width: 100%;
        max-width: 380px;
        height: 100%;
        margin-inline:auto;
    }
    .challenge-card .card-spacer {
        height: 24px;
    }
    .challenge-card .challenge-content {
        padding: 20px;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        row-gap: 16px;
    }
    .challenge-card .challenge-header {
        display: flex;
        align-items: center;
        column-gap: 10px;
    }
    .challenge-card .challenge-header img {
        width: 60px;
    }
    .challenge-card .challenge-header h5 {
        font-size: 11px;
        margin: 0;
    }
    .challenge-card .challenge-header h4 {
        font-size: 18px;
        margin: 0;
    }
    .challenge-card .challenge-details {
        margin-top: 16px;
        display: flex;
        flex-direction: column;
        row-gap: 8px;
        align-items: center;
    }
    .challenge-card .challenge-details .description {
        font-weight: bold;
        color: black;
        overflow-y: auto;
        height: 120px;
    }
    .challenge-card .circular-progress {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .challenge-card .inner-circle {
        position: absolute;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background-color: white;
    }
    .challenge-card .percentage {
        position: relative;
    }
    .challenge-card .text {
        position:relative;
        z-index: 99;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        margin: 0;
        line-height: 18px;
    }
    .challenge-card a.c-give-button {
        font-size: 18px;
        font-weight: bold;
        background-color: var(--branding-main-color);
        padding: 8px 24px;
        border-radius: 2px;
        color: white;
        height: fit-content;
        transition: 0.25s;
        text-transform: uppercase;
        display: block;
        width: fit-content;
        margin-inline: auto;
    }
    .challenge-card a.c-give-button:hover {
        transform: scale(1.1);
    }
    @media screen and (max-width:767px){
        .challenge-card {
            height: auto;
        }
    }
    .texteditor, video {
        position: relative;
    }