@import url("./fonts.css");

body {
    /* background: #adb9c1 url(https://run4hope.victoryoutreach.org/wp-content/uploads/2021/07/map-light-bg.jpg) no-repeat;
    background-size: cover;*/
    color: #222222;
    font-size: 14px;
}

div#foodMenuDialog table tr td:first-child {
    white-space: nowrap;
}

body select.form-select, body select.form-select option {
    text-transform: capitalize;
}

body .btn.btn-block {
    border-radius: 0;
    padding: 15px 20px;
    font-size: 1.2em;
    letter-spacing: .02em;
    font-family: Helvetica-BdCn;
    border: none;
    border-left: 8px solid #106e9c;
    margin-right: 10px;
    margin-bottom: 10px;
}

    body .btn.btn-block.orange {
        background-color: #f19737;
        border-color: #8b5720;
    }

body .btn-primary, body .btn-primary:active, body .btn-primary:visited {
    background-color: #0c8bc7;
    border-color: #0b72a3;
}

    body .btn-primary:hover {
        background-color: #009de7;
        border-color: #0b8ac7;
        color: #fff;
    }

    body .btn-primary.disabled, body .btn-primary:disabled {
        color: #fff;
        background-color: #0c8bc7;
        border-color: #0b72a3;
    }

body .btn-green {
    background-color: #49b946;
    border-color: #34a731;
    color: #fff !important;
}

    body .btn-green:hover {
        background-color: #5cc659;
        border-color: #4bb148;
    }

body .btn-edit {
    background-color: #f19e12;
    border-color: #cd8f26;
    color: #fff !important;
}

    body .btn-edit:hover {
        background-color: #ffa919;
        border-color: #df961b;
    }

body .form-control.is-valid, body .was-validated .form-control:valid, body .form-control.is-invalid, body .was-validated .form-control:invalid {
    padding-right: 0 !important;
}

body .modal {
    font-family: "HelveticaNeue";
    font-size: 1.05em;
}

    body .modal ul {
        list-style: none;
        padding: 0;
    }

    body .modal .modal-dialog {
        margin-top: 50px;
    }

    body .modal .modal-header {
        padding: 0.65rem 1rem;
    }

    body .modal h5.modal-title {
        font-weight: bold;
        letter-spacing: .01em;
    }

    body .modal#editProfile h1 {
        font-family: Coolvetica;
    }

    body .modal.sponsorList h5.modal-title i {
        color: #5eb55c;
    }

    body .modal.sponsorList table thead {
        background-color: #5eb55c;
        color: #fff;
        letter-spacing: 0.03em;
    }

    body .modal#fullChurchList table thead {
        background-color: #c1b011;
        color: #fff;
        letter-spacing: 0.03em;
    }

    body .modal#fullChurchList h5.modal-title {
        text-transform: capitalize;
    }

        body .modal#fullChurchList h5.modal-title i {
            color: #c1b011;
        }

body .tableWrapper.rounded {
    border-radius: 10px !important;
    border: 1px solid #dee2e6;
    overflow: hidden;
    margin-bottom: 0.75em;
}

    body .tableWrapper.rounded table {
        margin-bottom: 0;
    }

        body .tableWrapper.rounded table th:first-child, body .tableWrapper.rounded table td:first-child {
            border-left: 0;
        }

        body .tableWrapper.rounded table th:last-child, body .tableWrapper.rounded table td:last-child {
            border-right: 0;
        }

        body .tableWrapper.rounded table thead tr {
            border-top: 0;
        }

        body .tableWrapper.rounded table tbody tr:last-child {
            border-bottom: 0;
        }

body .modal.sponsorList h5 strong {
    color: #2d8d2a;
}





fieldset legend {
    color: #555555;
    font-family: var(--bs-font-sans-serif);
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 1em;
    padding-bottom: 0.3em;
}

.clear {
    clear: both;
    height: 0px;
    margin: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.row.smPadding {
    margin-right: calc(var(--bs-gutter-x) * -.2);
    margin-left: calc(var(--bs-gutter-x) * -.2);
}

.is-invalid .invalid-feedback {
    display: block;
}

.row.smPadding > * {
    padding-right: calc(var(--bs-gutter-x) * .25);
    padding-left: calc(var(--bs-gutter-x) * .25);
}

.row.smPadding .row.smPadding {
    margin-right: calc(var(--bs-gutter-x) * -.25);
    margin-left: calc(var(--bs-gutter-x) * -.25);
}

.row.searchForm {
    margin-block: 20px;
}

    .row.searchForm legend {
        font-size: 1.2em;
        border-bottom: 1px solid #aaa;
        padding-bottom: 0.15em;
    }



    .row.searchForm .row.smPadding > *:last-child {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

img.profileImg {
    display: block;
    margin: 0 auto;
    border-radius: 100px;
    margin-bottom: 15px;
}

a.file-btn {
    position: relative;
}

    a.file-btn > * {
        cursor: pointer;
    }

.file-btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0 !important;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#profileImgArea.ready #uploadImage {
    display: block;
}

#uploadImage {
    text-align: center;
    display: none;
}

    #uploadImage #main-cropper {
        display: none;
    }

    #uploadImage.ready #main-cropper {
        display: block;
    }

    #uploadImage .btn {
        display: none;
    }

    #uploadImage.ready .btn {
        display: inline-block;
    }

#profileImgArea.ready .actions .actionSelect {
    display: none;
}
/*************************************** HEADER AND MAIN NAV STYLES ********************************************/
#header {
    position: relative;
    z-index: 1000;
    position: fixed !important;
    top: 0px;
    left: 0;
    right: 0;
}

    #header #topBar {
        background-color: #003f5d;
        height: 34px;
        padding-top: 5px;
    }

        #header #topBar > div {
            display: flex;
            justify-content: flex-end;
            padding: 0;
        }

            #header #topBar > div a {
                color: #a5dbff;
                text-decoration: none;
                font-size: 15px;
                padding-left: 10px;
                z-index: 1100;
            }

                #header #topBar > div a img {
                    vertical-align: baseline;
                }

        #header #topBar .dropdown.lang ul {
            right: -8px !important;
            min-width: auto;
            background-color: #ffffff !important;
            border: none;
            padding: 0 0 5px;
            margin: 0;
            width: auto;
            border-top: 4px solid #ffc931;
        }

            #header #topBar .dropdown.lang ul li {
                text-align: left;
                width: auto;
            }

                #header #topBar .dropdown.lang ul li a {
                    color: #043f5c;
                    font-size: 14px;
                    white-space: nowrap;
                    padding: 6px 15px;
                    width: 120px;
                }

                    #header #topBar .dropdown.lang ul li a:hover {
                        background: #f5f5f5;
                        color: #ffc931 !important;
                        opacity: 1;
                        text-decoration: underline;
                    }

                    #header #topBar .dropdown.lang ul li a.active {
                        display: none !important;
                    }

        #header #topBar .dropdown .dropdown-menu {
            top: 4px !important;
            border-radius: 0;
            background: #003f5d;
            z-index: 1100;
            border: 1px solid #31647c;
            border-top: none;
        }

            #header #topBar .dropdown .dropdown-menu li {
                text-align: right;
                white-space: nowrap;
            }

                #header #topBar .dropdown .dropdown-menu li a {
                    padding: 5px 15px 5px 10px;
                    transition: all .4s ease-in-out;
                    display: block;
                }

                    #header #topBar .dropdown .dropdown-menu li a:hover {
                        background: #036899;
                    }

        #header #topBar .dropdown > a {
            vertical-align: top;
        }

    #header .navbar.navbar-light .navbar-toggler {
        border: none !important;
    }

    #header #mainNav {
        height: 86px;
        background-color: #0d8bc7;
        display: flex;
        align-items: center;
    }

    #header > div > div.container-fluid {
        width: 80%;
    }

    #header .navbar {
        position: initial;
    }

        #header .navbar, #header .navbar .container-fluid {
            padding: 0px;
        }

            #header .navbar .collapse {
                flex-grow: unset;
            }

            #header .navbar .navbar-brand img {
                position: absolute;
                width: 134px;
                top: 4px;
            }

            #header .navbar.navbar-light .navbar-toggler {
                height: 62px;
                width: 50px;
                padding: 0;
                padding-top: 5px;
                border-radius: 0;
                border: none;
                border-bottom: 5px solid #0000;
                border-bottom-color: transparent;
            }

                #header .navbar.navbar-light .navbar-toggler:focus {
                    box-shadow: none;
                }

                #header .navbar.navbar-light .navbar-toggler:hover, #header .navbar.navbar-light .navbar-toggler[aria-expanded="true"] {
                    border-bottom-color: #ffaf40
                }


            #header .navbar.navbar-light .navbar-toggler-icon {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
                width: 1.9em;
                height: 1.9em;
            }

    #header .navbar-light .navbar-nav a {
        color: #fff;
        font-size: 14px;
    }

    #header .navbar-light .navbar-nav .nav-link.show, #header .navbar-light .navbar-nav .nav-link:hover, #mainNav .navbar-nav .dropdown-menu a:hover, #header .navbar .navbar-nav .dropdown-menu a:hover {
        color: #ffc931;
    }

    #header .navbar-light .navbar-nav .nav-link.active, #header .navbar-light .navbar-nav .show > .nav-link {
        color: #ffc931;
    }

.input-group button {
    box-shadow: none !important;
}

@media (max-width: 991px) {
    #header #mainNav {
        height: 62px;
        display: block;
    }

    #header .navbar .navbar-collapse {
        position: absolute;
        width: 80%;
        top: 89px;
    }

    #header .navbar .navbar-brand img {
        width: 106px !important;
    }

    #header .navbar .navbar-collapse {
        background-color: #003f5d !important;
        border-top: solid 4px #ffaf40;
        margin-top: 3px;
        padding: 5px 0 0 0;
        z-index: 1000;
    }

    #header .navbar .navbar-nav .dropdown-menu {
        border-radius: 0;
        border: 0;
        background: #036899;
        margin-top: 1px;
    }

        #header .navbar .navbar-nav .dropdown-menu a {
            color: #fff;
            padding-left: 30px;
        }

            #header .navbar .navbar-nav .dropdown-menu a:hover {
                background-color: transparent;
            }

    #header .navbar-light .navbar-nav .nav-link:hover {
        background: #036899;
    }

    #header .navbar-light .navbar-nav .nav-link {
        padding: 5px 13px;
    }

    #dashboard .participantList .grid-item.main.add {
        display: none;
    }

    #dashboard .participantList.isOutsideChurch .grid-item.main.add {
        display: block !important;
    }
}

@media (min-width: 992px) {
    #mainNav .navbar-nav .dropdown-menu {
        position: absolute;
        top: 55px;
        border-top: solid 3px #FFAF40;
        background-color: #003f5d;
        border-radius: 0;
    }

        #mainNav .navbar-nav .dropdown-menu a {
            color: #fff;
        }

            #mainNav .navbar-nav .dropdown-menu a:hover {
                background: #036899;
            }

    #dashboard #smallAddButton {
        display: none;
    }
}

@media (max-width: 575px) {
    .row.searchForm button.btn-primary {
        width: 100%;
        margin-top: 10px;
    }

        .row.searchForm button.btn-primary span {
            display: inline-block !important;
        }
}

@media (max-width: 470px) {
    #header #mainNav > .container-fluid, #header #mainNav > .container-fluid > .row {
        height: 100%;
    }

    #header #mainNav {
        height: 86px !important;
    }

    #header #topBar .hideExtraSmall {
        display: none;
    }

    #header #topBar > div > a, #header #topBar .dropdown > a {
        font-size: 14px;
    }

        #header #topBar > div > a:first-child {
            padding-left: 0;
        }

    body #header .navbar .navbar-brand img {
        top: 25px;
    }

    #header .navbar .navbar-collapse {
        top: 112px;
    }
}
/*************************************** MAIN AREA STYLES ********************************************/

#mainArea {
    margin-top: 120px;
    font-family: "HelveticaNeue";
    font-size: 16px;
    line-height: 1.5em;
}

@media(max-width: 991px) {
    #mainArea {
        margin-top: 95px;
    }
}

#mainArea section {
    padding: 20px 0;
}

    #mainArea section.pageIntro h1 {
        margin-bottom: 15px;
    }

    #mainArea section.pageIntro p:last-child {
        margin-bottom: 0;
    }

#mainArea > div:first-child {
    padding-top: 20px;
}

#mainArea #register {
    padding: 20px 0 50px;
}

#mainArea h1, #orderConfirmation .highlight h2 {
    font-family: "BebasNeue";
    font-size: 3.3em;
    text-align: center;
    color: #0c8bc7;
}

#orderConfirmation .highlight h2 {
    font-size: 2.4em;
    text-align: left;
}

#mainArea p {
    line-height: 1.5em;
    font-size: 1.15em;
}

    #mainArea p.bold {
        font-weight: bold;
    }

    #mainArea p.Txtcentered {
        text-align: center;
    }

.mapBg {
    background-image: url(/Themes/img/2022-theme-images/map-light-bg.jpg);
    /*background-size: cover;*/
}

.prizesBg {
    background-image: url(/Themes/img/prizesBg.jpg);
    background-size: cover;
    padding: 55px 0 !important;
}

#mainArea .footerCallToAction {
    font-family: var(--bs-font-sans-serif);
    padding: 60px 0 30px;
    background-image: linear-gradient( 161deg,#049cd3 46%,#004396 100%) !important;
}

    #mainArea .footerCallToAction h1 {
        font-family: var(--bs-font-sans-serif);
        text-align: left;
        font-weight: 700;
        font-size: 2.5em;
        letter-spacing: 0;
        color: #fff;
    }

    #mainArea .footerCallToAction p {
        color: #82cdff;
        font-size: 1.25em;
    }

    #mainArea .footerCallToAction .btnContainer {
        padding: 20px 0;
    }

        #mainArea .footerCallToAction .btnContainer a {
            display: inline-block;
            color: #ffffff;
            padding: 10px 20px;
            margin-bottom: 15px;
            border-width: 3px !important;
            border-color: #10aaed;
            border-radius: 100px;
            letter-spacing: 0px;
            font-size: 16px;
            font-weight: 700 !important;
            text-transform: uppercase !important;
            background-color: #0f97e0;
            transition: letter-spacing 300ms ease 0ms,padding 300ms ease 0ms;
            margin-right: 10px;
            box-shadow: 0px 2px 18px 0px rgb(73 194 255 / 67%)
        }

            #mainArea .footerCallToAction .btnContainer a:hover {
                letter-spacing: 1px !important;
                text-decoration: underline;
            }


            #mainArea .footerCallToAction .btnContainer a.sponsor {
                box-shadow: 0px 2px 18px 0px rgb(255 171 0 / 37%);
                border-color: #ffbb00;
                background-color: #ffab00;
            }

#mainArea .whiteContainer {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #cccccc;
    padding: 30px 40px;
    box-shadow: 0 0 2px 0px #cfcfcf;
}

form.register .actions {
    text-align: center
}

form.register .cr-boundary {
    border-radius: 150px !important;
}

form.register .cr-viewport.cr-vp-square {
    border-radius: 150px !important;
}

form.register a.file-btn .invalid-feedback, form.register #profileImgArea.ready .invalid-feedback {
    display: none !important;
}

form.register #profileImgArea.ready #uploadImage.is-invalid .invalid-feedback {
    display: block !important;
}

form.register #profileImgArea {
    margin-bottom: 20px;
}

    form.register #profileImgArea img.profileImg {
        margin-bottom: 25px;
    }

    form.register #profileImgArea .btn.edit {
        display: none;
    }

    form.register #profileImgArea.ready .btn.edit {
        display: inline-block;
    }

#cartContainer {
    position: fixed;
    top: 250px;
    right: -273px;
    z-index: 1000;
    -webkit-transition: top .8s ease-out;
    -moz-transition: top .8s ease-out;
    -o-transition: top .8s ease-out;
    transition: top .8s ease-out;
}

    #cartContainer.hide {
        top: -60px;
    }

    #cartContainer #cart #cartShowButton {
        position: absolute;
        top: -1px;
        left: -45px;
    }

        #cartContainer #cart #cartShowButton button {
            position: relative;
            text-align: center;
            width: 45px;
            height: 45px;
            background-color: #2f96ca;
            color: #fff !important;
            border: none;
            border-bottom-left-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
        }

            #cartContainer #cart #cartShowButton button i {
                font-size: 1.5em;
                line-height: 1.4em;
            }

            #cartContainer #cart #cartShowButton button span.cartCount {
                display: block;
                position: absolute;
                font-size: .9em;
                line-height: 1.6em;
                top: -10px;
                left: -10px;
                width: 26px;
                height: 26px;
                border-radius: 60%;
                background: #fff;
                color: #2f96ca;
                text-align: center;
                border: 1px solid #2f96ca;
            }

        #cartContainer #cart #cartShowButton button {
            text-align: center;
            width: 45px;
            height: 45px;
            background-color: #2f96ca;
            color: #fff !important;
            border: none;
            border-bottom-left-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
        }

    #cartContainer #cart {
        position: relative;
        width: 270px;
        border: 1px solid #2290c7;
        background: #fff;
        padding: 15px;
        padding-top: 0;
        border-bottom-left-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -moz-border-radius-bottomleft: 8px;
    }

        #cartContainer #cart ul.participantList, #cartModal .cart ul.participantList {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #cartContainer #cart ul.participantList li {
                position: relative;
                border-bottom: 1px solid #bbb;
                margin-top: 12px;
                margin-bottom: 12px;
                padding-bottom: 12px;
            }

                #cartContainer #cart ul.participantList li img {
                    width: 47px;
                    height: 47px;
                    border-radius: 50px;
                    border: solid #aaa 1px;
                    float: left;
                    margin-right: 10px;
                    margin-bottom: 5px;
                }

            #cartContainer #cart ul.participantList h1 {
                font-size: 1em;
                font-weight: bold;
                color: #444;
                float: left;
                margin-top: 4px;
            }

                #cartContainer #cart ul.participantList h1 span {
                    font-size: .85em;
                    display: block;
                }

            #cartContainer #cart ul.participantList li .details {
                clear: both;
            }

            #cartContainer #cart ul.participantList li p {
                clear: both;
                margin-bottom: 0;
                font-size: .9em;
                font-family: "HelveticaNeue";
                display: inline-block;
            }

                #cartContainer #cart ul.participantList li p:first-child {
                    margin-right: 0.5em;
                }

                #cartContainer #cart ul.participantList li p strong {
                    font-weight: bolder;
                    color: #111;
                }

            #cartContainer #cart ul.participantList li a.removeAction {
                position: absolute;
                top: 0;
                right: 0;
                color: #ff5454;
            }

#mainArea #participantProfile {
    padding: 45px 0;
    background: #e0f5ff;
    background: linear-gradient(25deg, rgba(251,240,234,1) 0%, rgba(176,225,250,1) 85%);
    border-bottom: 1px solid #ccc;
}

    #mainArea #participantProfile .participant img {
        border-radius: 50%;
        float: left;
        margin-right: 30px;
        margin-bottom: 40px;
    }

    #mainArea #participantProfile h1 {
        font-family: "Coolvetica";
        font-size: 1.8em;
        color: #444;
        text-align: left;
        line-height: .9em;
    }

    #mainArea #participantProfile ul {
        list-style: none;
        padding: 0;
    }

    #mainArea #participantProfile .participant .goal {
        font-size: 1.1em;
        color: #444;
        max-width: 450px;
    }

    #mainArea #participantProfile h2 {
        font-family: "Coolvetica";
        font-size: 1.5em;
        color: #444;
        text-align: left;
        line-height: .9em;
    }

    #mainArea #participantProfile p {
        font-size: .98em;
    }

#mainArea #shareButton.alwaysOn .need-share-button_button {
    display: none !important;
}

#mainArea #shareButton.alwaysOn .need-share-button_dropdown {
    position: static;
    display: block;
    margin: 24px 0 0 !important;
    padding: 0;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    transform: initial;
}

#mainArea #signUp h1 {
    font-size: 1.9em;
    text-align: left;
}

#mainArea #signUp h2 {
    font-weight: bold;
    color: #454545;
    font-size: 1.2em;
}

#mainArea #signUp a.btn {
    padding: 0.375rem 1.75rem;
}

#mainArea #loginForm {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #bdbdbd;
}


    #mainArea #loginForm h1 {
        font-size: 2.5em;
    }

    #mainArea #loginForm button[type="submit"] {
        font-family: "BebasNeue";
        display: block;
        width: 100%;
        font-size: 1.7em;
        padding: 0.3em 1em 0.15em;
    }

    #mainArea #loginForm a.resetPassword {
        text-align: center;
        display: block;
        margin-top: 0.8em;
        text-decoration: none;
    }

#mainArea #login .validation-summary-errors ul {
    margin: 0;
}

#mainArea .form-control.checked.jp-card-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}


    #mainArea .form-control.checked.jp-card-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 25%);
    }

    #mainArea .form-control.checked.jp-card-invalid ~ .invalid-feedback {
        display: block;
    }

#mainArea #findChurch {
    background-color: #126f9e;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
}

#churchChallenge .churchCategory {
    padding: 10px 30px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
}

#churchChallenge.individuals .churchCategory {
    padding-bottom: 15px;
}

#churchChallenge h2 {
    font-family: "BebasNeue";
    font-size: 2.8em;
    text-align: center;
    color: #444444;
    margin: 25px auto;
}

#churchChallenge .churchCategory, #dashboard .participantList .grid-item.rankings .grid-item-container {
    background-image: url(/Content/image/churchChallenge/churchChallenge_bg_default.jpg);
    background-repeat: no-repeat;
    background-size: auto 135%;
    background-position: -40px -10px;
}

    #churchChallenge .churchCategory.stallions, #dashboard .participantList .grid-item.rankings.stallions .grid-item-container {
        background-image: url(/Content/image/churchChallenge/churchChallenge_bg_stallions.jpg);
    }

        #churchChallenge .churchCategory.stallions button i {
            color: #fad264;
        }

    #churchChallenge .churchCategory.eagles, #dashboard .participantList .grid-item.rankings.eagles .grid-item-container {
        background-image: url(/Content/image/churchChallenge/churchChallenge_bg_eagles.jpg);
    }

        #churchChallenge .churchCategory.eagles button i {
            color: #ffa463;
        }

    #churchChallenge .churchCategory.lions, #dashboard .participantList .grid-item.rankings.lions .grid-item-container {
        background-image: url(/Content/image/churchChallenge/churchChallenge_bg_lions.jpg);
    }

        #churchChallenge .churchCategory.lions button i {
            color: #cc95ff;
        }

    #churchChallenge .churchCategory.tigers, #dashboard .participantList .grid-item.rankings.tigers .grid-item-container {
        background-image: url(/Content/image/churchChallenge/churchChallenge_bg_tigers.jpg);
    }

        #churchChallenge .churchCategory.tigers button i {
            color: #86ff88;
        }

    #churchChallenge .churchCategory.holland, #dashboard .participantList .grid-item.rankings.holland .grid-item-container {
        background-image: url(/Content/image/churchChallenge/churchChallenge_bg_holland.jpg);
    }

        #churchChallenge .churchCategory.holland button i {
            color: #7bbcff;
        }

    #churchChallenge .churchCategory.england, #dashboard .participantList .grid-item.rankings.england .grid-item-container {
        background-image: url(/Content/image/churchChallenge/churchChallenge_bg_UK.jpg);
    }

        #churchChallenge .churchCategory.england button i {
            color: #ff5a6f;
        }

    #churchChallenge .churchCategory.latinAmerica, #dashboard .participantList .grid-item.rankings.latinAmerica .grid-item-container {
        background-image: url(/Content/image/churchChallenge/churchChallenge_bg_latinAmerica.jpg);
    }

        #churchChallenge .churchCategory.latinAmerica button i {
            color: #50cb68;
        }

    #churchChallenge .churchCategory.southAfrica, #dashboard .participantList .grid-item.rankings.southAfrica .grid-item-container {
        background-image: url(/Content/image/churchChallenge/churchChallenge_bg_southAfrica.jpg);
    }

        #churchChallenge .churchCategory.southAfrica button i {
            color: #fb9327;
        }

    #churchChallenge .churchCategory h1 {
        font-family: "HelveticaNeueBlackCond";
        color: #444444;
        font-size: 1.7em;
        border-bottom: 1px solid #444;
        padding-bottom: 5px;
        text-transform: uppercase;
    }

    #churchChallenge .churchCategory.int h1 {
        color: #444;
    }

    #churchChallenge .churchCategory img {
        height: 230px;
        margin-left: -24px;
    }

    #churchChallenge .churchCategory.int img {
        margin: 0 auto;
    }

    #churchChallenge .churchCategory ul {
        font-family: "HelveticaNeueHvc";
        font-size: 1.1em;
        padding: 0;
    }

        #churchChallenge .churchCategory ul li {
            padding: 4px;
            list-style: none;
            position: relative;
            padding-right: 90px;
            border-bottom: 1px solid #888;
            color: #444;
        }

            #churchChallenge .churchCategory ul li span {
                position: absolute;
                bottom: 0;
                right: 0;
                padding-left: 10px;
            }

    #churchChallenge .churchCategory footer {
        text-align: right;
    }

        #churchChallenge .churchCategory footer a {
            display: inline-block;
        }


#cartModalTotal {
    display: flex;
    font-size: 1.5em;
    font-family: "HelveticaNeue";
    color: #333;
    font-weight: bold;
    letter-spacing: .02em;
    align-items: center;
    justify-content: flex-end;
}

    #cartModalTotal .total {
        font-family: 'Coolvetica';
        letter-spacing: 0.05em;
        font-size: 1.5em;
        color: #2d9f31;
    }

        #cartModalTotal .total .currencySymbol {
            font-size: .7em;
        }

        #cartModalTotal .total .cents {
            font-size: .7em;
            bottom: 0;
        }


#cartModalData .name {
    margin-top: 10px;
}

#orderConfirmation .cart ul li .name {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}

#orderConfirmation .cart ul li .goal {
    display: inline-block;
    min-width: 240px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    margin-top: 10px;
    float: right;
}

#orderConfirmation .cart ul li .amount > div {
    width: 100%;
    text-align: right;
}

#orderConfirmation .cart ul li .amount h3 {
    font-size: 1.3em;
    margin-bottom: 0;
}

#orderConfirmation .cart ul li .amount p, #orderConfirmation .cart #orderTotal p {
    display: inline-block;
    color: #5ec65d;
    font-family: var(--bs-font-sans-serif);
    font-weight: bold;
    font-size: 1.8em;
    margin-bottom: 0;
    line-height: 1em;
}

#orderConfirmation .cart #orderTotal p {
    font-size: 2em;
}

#orderConfirmation .cart #orderTotal h3 {
    font-size: 2em;
    display: inline-block;
    font-size: 1.2em;
    vertical-align: super;
}

#amountErrorList ul, #expressCheckoutErrorList ul {
    text-align: center;
    margin-bottom: 0;
}

    #amountErrorList ul li, #expressCheckoutErrorList ul li {
        display: inline-block !important;
        margin: 0 0 0 5px !important;
        padding: 0 !important;
        border: none !important;
    }

        #amountErrorList ul li::before, #expressCheckoutErrorList ul li::before {
            content: "\2022\00a0";
            color: inherit;
        }

#orderConfirmation .highlight {
    margin: 30px 0 0;
    padding-bottom: 3em;
}

#appleAndGooglePay {
    display: none;
}

.express-checkout-header {
    display: flex;
    align-items: center;
    max-width: 375px;
    margin: 5px auto 10px;
}

    .express-checkout-header span {
        padding: 0 15px;
        font-weight: 500;
        font-size: 1.3em;
        color: #454545;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: bold;
    }

    .express-checkout-header:before,
    .express-checkout-header:after {
        content: "";
        flex: 1;
        border-bottom: 1px solid #d3d3d3;
        height: 1px;
    }

.gPayContainer {
    max-width: 240px;
    display: inline-block;
}

    .gPayContainer button.gpay-card-info-container {
        width: 100% !important;
        min-width: 200px !important;
        margin-top: 0 !important;
        margin-bottom: 7px !important;
    }

apple-pay-button {
    display: inline-block;
    max-width: 240px;
    --apple-pay-button-width: 100%;
    --apple-pay-button-height: 40px;
    --apple-pay-button-border-radius: 3px;
    --apple-pay-button-padding: 0px 0px;
    --apple-pay-button-box-sizing: border-box;
}

.invalid-feedback.invalidTotalAmount {
    display: none;
}

.invalid-feedback.expressCheckoutError {
    text-align: center;
    display: none;
    margin-top: 0;
}
/* Common styles for all totals */
.total-section {
    display: flex;
    justify-content: center;
    margin: 0;
}

    .total-section .total-label {
        font-size: 1.1em;
        text-transform: uppercase;
        color: #777;
        /* margin-bottom: 10px; */
        letter-spacing: 1px;
        text-align: center;
    }

    .total-section .price-container {
        position: relative;
        display: inline-flex;
        align-items: flex-start;
    }

    .total-section .currency {
        font-size: 1.3em;
        font-weight: 500;
        vertical-align: top;
        margin-top: 0.2em;
        position: relative;
        top: 0;
        color: #388dc3;
        margin-right: 2px;
    }

    .total-section .amount {
        font-size: 4em;
        font-weight: 700;
        line-height: 1;
        font-family: Coolvetica;
        letter-spacing: 0.05em;
        color: #1a8cc5;
    }

    .total-section .cents {
        font-size: 1.5em;
        font-weight: 500;
        vertical-align: bottom;
        position: relative;
        bottom: 0;
        align-self: flex-end;
        margin-bottom: 0.3em;
        color: #1a8cc5;
    }

@media (min-width: 992px) AND (max-width: 1199px) {
    #churchChallenge .churchCategory img {
        display: block;
        margin: 0 auto !important;
        height: 245px;
    }
}

@media (min-width: 1400px) {
    #churchChallenge .churchCategory img {
        display: block;
        margin: 0 auto;
        height: 250px;
    }
}

@media (min-width: 1200px) {
    #churchChallenge .churchCategory {
        min-height: 330px;
    }

        #churchChallenge .churchCategory.lions img {
            margin: 0 auto !important;
        }
}

@media (min-width: 992px) {
    #orderConfirmation .cart ul li .goal {
        min-width: auto;
        width: 350px;
    }

    #orderConfirmation #payment.container {
        max-width: 960px;
    }
}

@media (min-width: 768px) {
    #mainArea #findChurch .row > div:first-child {
        padding-right: 0;
    }

    #orderConfirmation .cart ul li .name {
        margin-right: 25px;
    }

    #mainArea .prizesBg {
        padding: 100px 0 !important;
    }

    #cartModal div.modal-dialog {
        max-width: 650px;
    }
}

@media (max-width: 767px) {

    #mainArea #findChurch h3 {
        text-align: center;
        margin-top: 0.3em !important;
    }

    .cart .participant .amount > div {
        margin-top: 15px;
        text-align: left;
    }

    .cart .participant .amount h3, .cart .participant .amount p {
        display: inline-block;
        vertical-align: top;
    }

    #orderConfirmation .cart ul li .amount p {
        font-size: 1.4em;
    }

    #mainArea .prizesBg .prizesImg {
        margin-bottom: 15px;
    }

    .express-checkout-header {
        max-width: 80%;
    }
}

@media (min-width: 576px) {
    #churchChallenge .churchCategory.lions img {
        margin-left: -5px;
    }

    #cartModal .participant .goal {
        margin-top: 26px;
    }

    #cartModal .modal-dialog {
        max-width: 545px;
    }
}

@media (max-width: 575px) {

    #churchChallenge .churchCategory, #dashboard .participantList .grid-item.rankings .grid-item-container {
        background-image: url(/Content/image/churchChallenge/churchChallenge_bg_default_vertical.jpg);
        background-size: 100% auto;
        background-position: 0 -145px;
    }

        #churchChallenge .churchCategory h1, #dashboard .participantList .grid-item.rankings h1 {
            color: #fff !important;
            text-shadow: 1px 1px 2px #333;
        }

        #churchChallenge .churchCategory.stallions, #dashboard .participantList .grid-item.rankings.stallions .grid-item-container {
            background-image: url(/Content/image/churchChallenge/churchChallenge_bg_stallions_vertical.jpg);
        }

        #churchChallenge .churchCategory.eagles, #dashboard .participantList .grid-item.rankings.eagles .grid-item-container {
            background-image: url(/Content/image/churchChallenge/churchChallenge_bg_eagles_vertical.jpg);
        }

        #churchChallenge .churchCategory.lions, #dashboard .participantList .grid-item.rankings.lions .grid-item-container {
            background-image: url(/Content/image/churchChallenge/churchChallenge_bg_lions_vertical.jpg);
        }

        #churchChallenge .churchCategory.tigers, #dashboard .participantList .grid-item.rankings.tigers .grid-item-container {
            background-image: url(/Content/image/churchChallenge/churchChallenge_bg_tigers_vertical.jpg);
        }

        #churchChallenge .churchCategory.holland, #dashboard .participantList .grid-item.rankings.holland .grid-item-container {
            background-image: url(/Content/image/churchChallenge/churchChallenge_bg_holland_vertical.jpg);
        }

        #churchChallenge .churchCategory.england, #dashboard .participantList .grid-item.rankings.england .grid-item-container {
            background-image: url(/Content/image/churchChallenge/churchChallenge_bg_UK_vertical.jpg);
        }

        #churchChallenge .churchCategory.latinAmerica, #dashboard .participantList .grid-item.rankings.latinAmerica .grid-item-container {
            background-image: url(/Content/image/churchChallenge/churchChallenge_bg_latinAmerica_vertical.jpg);
        }

        #churchChallenge .churchCategory.southAfrica, #dashboard .participantList .grid-item.rankings.southAfrica .grid-item-container {
            background-image: url(/Content/image/churchChallenge/churchChallenge_bg_southAfrica_vertical.jpg);
        }

    #dashboard .participantList .grid-item {
        flex-basis: 100% !important;
    }

    #churchChallenge .churchCategory img {
        display: block;
        margin: 0 auto;
    }

    #orderConfirmation .cart ul li .goal {
        min-width: 100%;
        width: 100%;
    }
}

@media (max-width: 410px) {
    #churchChallenge .churchCategory, #dashboard .participantList .grid-item.rankings .grid-item-container {
        background-size: 100% auto;
        background-position: 0 -40px;
    }
}

@media(min-width: 576px) and (max-width: 767px) {
    #dashboard .participantList .grid-item {
        height: 310px !important;
    }

    #dashboard #previousParticipantList.participantList .grid-item {
        height: 325px !important;
    }
}

.churchStandings .modal-body {
    padding: 0;
}

    .churchStandings .modal-body table {
        margin: 0;
    }

        .churchStandings .modal-body table tr small, #churchChallenge .churchCategory ul li small {
            font-size: .8em;
            color: #9a9a9a;
        }

.churchStandings .modal-header i.fa-trophy, #raceStandings .modal-header i.fa-trophy {
    color: #c1b011;
}

.churchStandings table thead, #raceStandings table thead {
    background-color: #c1b011;
    color: #fff;
}

.churchStandings.eagles .modal-header i.fa-trophy, #raceStandings .modal-content.eagles .modal-header i.fa-trophy {
    color: #ff8935;
}

.churchStandings.eagles table thead, #raceStandings .modal-content.eagles table thead {
    background-color: #ff8935;
    color: #fff;
}

.churchStandings.lions .modal-header i.fa-trophy, #raceStandings .modal-content.lions .modal-header i.fa-trophy {
    color: #a152eb;
}

.churchStandings.lions table thead, #raceStandings .modal-content.lions table thead {
    background-color: #a152eb;
    color: #fff;
}

.churchStandings.tigers .modal-header i.fa-trophy, #raceStandings .modal-content.tigers .modal-header i.fa-trophy {
    color: #26c729;
}

.churchStandings.tigers table thead, #raceStandings .modal-content.tigers table thead {
    background-color: #26c729;
    color: #fff;
}

.churchStandings.holland .modal-header i.fa-trophy, #raceStandings .modal-content.holland .modal-header i.fa-trophy {
    color: #3e94ed;
}

.churchStandings.holland table thead, #raceStandings .modal-content.holland table thead {
    background-color: #3e94ed;
    color: #fff;
}

.churchStandings.england .modal-header i.fa-trophy, #raceStandings .modal-content.england .modal-header i.fa-trophy {
    color: #e5384e;
}

.churchStandings.england table thead, #raceStandings .modal-content.england table thead {
    background-color: #e5384e;
    color: #fff;
}

.churchStandings.latinAmerica .modal-header i.fa-trophy, #raceStandings .modal-content.latinAmerica .modal-header i.fa-trophy {
    color: #19832d;
}

.churchStandings.latinAmerica table thead, #raceStandings .modal-content.latinAmerica table thead {
    background-color: #19832d;
    color: #fff;
}

.churchStandings.southAfrica .modal-header i.fa-trophy, #raceStandings .modal-content.southAfrica .modal-header i.fa-trophy {
    color: #d17c12;
}

.churchStandings.southAfrica table thead, #raceStandings .modal-content.southAfrica table thead {
    background-color: #d17c12;
    color: #fff;
}

#churchTeamChallenge .team {
    position: relative;
    padding: 10px;
    border-radius: 15px;
    background: linear-gradient(to top, #3f7399, #5189bb);
    margin-bottom: 35px;
    color: #fff;
}

    #churchTeamChallenge .team.top3 img.rankStar {
        position: absolute;
        top: -25px;
        left: -40px;
        transform: rotate(-15deg);
    }

    #churchTeamChallenge .team.top3 h2 {
        margin-left: 30px;
    }

    #churchTeamChallenge .team h2 {
        font-size: 1.55em;
        margin-top: 4px;
        margin-bottom: 10px;
        text-align: left;
        color: #fff;
    }

        #churchTeamChallenge .team h2 .amount {
            font-size: .9em;
            position: absolute;
            top: 7px;
            right: 8px;
            padding: 7px 10px 3px;
            margin-right: 1px;
            color: #19709d;
            background-color: #fff;
            border-radius: 10px;
            white-space: nowrap;
        }


    #churchTeamChallenge .team .tableWrapper {
        background-color: #fff;
        border-radius: 15px;
    }

@media (max-width: 767px) {
    #churchTeamChallenge .team h2 .amount {
        position: initial;
        margin: 0px 10px;
        display: inline-block;
    }
}

@media (max-width: 600px) {
    #churchTeamChallenge .team.top3 img.rankStar {
        left: -20px;
    }

    #churchTeamChallenge .team.top3 h2 {
        margin-left: 50px;
    }
}

@media (max-width: 500px) {
    .churchStandings .modal-body table a {
        display: block;
    }

    .churchStandings .modal-body table tbody tr {
        min-height: 150px;
    }
}

@media (max-width: 340px) {
    .express-checkout-header {
        max-width: 100%;
    }
}


/*************************************** FOOTER STYLES ********************************************/
#siteFooter {
    background-color: #171717;
    padding: 15px 0 5px;
}

    #siteFooter .container {
        display: flex;
        align-items: center;
    }

    #siteFooter #trademark {
        text-align: left;
        color: #666;
        padding-bottom: 10px;
    }

    #siteFooter #social {
        margin-left: auto;
    }

        #siteFooter #social li {
            display: inline-block;
            margin-left: 20px;
        }

            #siteFooter #social li a {
                color: #666;
                font-size: 28px;
            }

                #siteFooter #social li a:hover {
                    color: #ffc931
                }

@media (max-width: 767px) {
    #siteFooter .container {
        flex-direction: column;
        align-items: center;
    }

        #siteFooter .container > * {
            margin: auto;
        }

    #siteFooter #social {
        order: 1;
    }

    #siteFooter #trademark {
        order: 2;
    }

    #mainArea #loginForm {
        margin-bottom: 15px;
    }

    #mainArea #signUp {
        padding: 15px;
    }
}
/*************************************** CART CHECKOUT TYLES ********************************************/
#payment .cart, #payment .orderSummary, #payment #paymentInfo {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 1rem;
}

    #payment #paymentInfo .card-wrapper {
        margin-bottom: 10px;
    }

    #payment #paymentInfo .jp-card-container {
        transform: scale(0.85);
    }

@media (min-width: 992px ) {
    #payment #paymentInfo .jp-card-container {
        transform: scale(0.85);
        transform-origin: left top;
    }

    #payment #paymentInfo .card-wrapper {
        margin-bottom: 0;
    }
}

@media (min-width: 1400px ) {
    #payment #paymentInfo .jp-card-container {
        transform-origin: center top;
    }
}

#cartModal .modal-header {
    background-color: #002e44;
    color: #fff;
}

#cartModal .modal-body {
    padding: 0;
}

#cartModal .modal-footer {
    display: block;
    background-color: #f1f1f1;
    border-top: 1px solid #ccc;
}

#cartModal #totalWrapper {
    display: inline-block;
    margin-right: 10px;
}

#cartModal #appleAndGooglePay {
    margin-top: 10px;
}

#payment .cart li, #cartModal .cart ul.participantList li {
    position: relative;
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding-bottom: 15px;
}

    #cartModal .cart ul.participantList li:last-child {
        border: none;
    }

#cartModal .cart .participant button.removeItem {
    top: 10px !important;
}

#cartModal .cart ul.participantList li {
    padding: 8px 0 8px;
    margin: 0;
}

.cart #cartModalData .participant .amount {
    margin: 10px auto 5px;
}

    .cart #cartModalData .participant .amount > div {
        align-self: end;
    }

    .cart #cartModalData .participant .amount .amountField {
        width: 100px;
        flex-grow: 1;
    }

.cart #cartModalData .amountPresets {
    margin-right: 5px;
}

    .cart #cartModalData .amountPresets button {
        min-width: 60px;
        background-color: #0c8bc7;
        border-color: #0b72a3;
        color: #fff;
        letter-spacing: .05em;
    }

        .cart #cartModalData .amountPresets button:hover {
            background-color: #30b534;
            border-color: #0e8512;
        }


#payment .cart ul {
    padding: 0;
}

#payment .cart #paymentSuccessOptions {
    margin-bottom: -10px;
}

    #payment .cart #paymentSuccessOptions a.btn {
        margin-bottom: 10px;
    }

#payment .cart .participant .details span, #cartModal .cart .participant .details span {
    display: inline-block;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #aaa;
    line-height: 1;
}

/*#payment .cart .participant button {
    position: absolute;
    width: auto;
    background: no-repeat;
    border: none;
    color: #fd5454;
    right: 0px;
    top: 0;
}*/

#payment .cart .participant input.itemAmount.skip-validation {
    border-color: #ced4da !important;
    background-image: none;
    padding-right: 0 !important;
}

.cart .participant .amount {
    display: flex;
}

.cart .participant button.removeItem {
    position: absolute;
    width: auto;
    background: no-repeat;
    border: none;
    color: #fd5454;
    right: 0px;
    top: 0;
}

.cart .participant .amount > div {
    align-self: center;
}

#payment .cart .participant .details {
    margin-top: 10px;
}

#payment .orderSummary {
    background: #f3f3f3;
}

    #payment .orderSummary h1 {
        font-size: 1.4em;
        text-align: left;
        color: #555555;
        border-bottom: 1px solid #b3b3b3;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

#payment .action {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #b3b3b3;
    text-align: right;
}

    #payment .action > button {
        padding: 0;
    }

    #payment .action button {
        padding: 5px 15px;
        height: 45px;
        margin-left: 5px;
    }

        #payment .action button#btnPaypal {
            border: 1px solid #dfae26;
            background-color: #ffd96f;
        }

        #payment .action button#btnStripe, #payment .action button#btnIDEAL, #payment .action button#btnPayFast {
            border: 1px solid #656565;
            background-color: #ffffff;
        }

@media (min-width: 768px) {
    #payment .orderSummary {
        margin-left: -15px;
    }
}

@media (min-width: 768px) AND (max-width: 991px) {
    body .modal .modal-lg {
        max-width: 90%;
    }
}

#payment #cardOrCheckFields .form-check .form-check-input {
    float: none;
    margin-left: 0;
}
/*************************************** SQUARE GRID STYLES ********************************************/
.grid-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.grid-item {
    height: 250px;
    flex-basis: 25%;
    -ms-flex: auto;
    width: 250px;
    position: relative;
    padding: 12px;
    box-sizing: border-box;
}

.grid-row a {
    text-decoration: none;
}

.wrapping-link {
    position: absolute;
    top: 12px;
    left: 12px;
    bottom: 12px;
    right: 12px;
    z-index: 2;
    color: currentColor;
    border-radius: 25px;
    background-color: #113c67;
    opacity: .35;
    transition: all 0.15s ease;
}

.grid-row.events .grid-item:hover .wrapping-link {
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    background-color: #2262a3;
    opacity: .45;
}

.grid-item-wrapper {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    background-color: #aaa;
    background-size: cover;
    border-radius: 25px;
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center;
    -webkit-transition: padding 0.15s cubic-bezier(0.4,0,0.2,1), margin 0.15s cubic-bezier(0.4,0,0.2,1), box-shadow 0.15s cubic-bezier(0.4,0,0.2,1);
    transition: padding 0.15s cubic-bezier(0.4,0,0.2,1), margin 0.15s cubic-bezier(0.4,0,0.2,1), box-shadow 0.15s cubic-bezier(0.4,0,0.2,1);
    position: relative;
}

.grid-item-container {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 10px;
}

    .grid-item-container .reregister-overlay {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 102%;
        height: 102%;
        background-color: rgba(255,255,255, 0.7) !important;
        z-index: 100;
        left: -5px;
        top: -5px;
        padding: 10px;
    }

        .grid-item-container .reregister-overlay .CTA {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .grid-item-container .reregister-overlay .CTA p {
                text-align: center;
                font-family: Coolvetica;
                line-height: 1em !important;
                font-size: 1.4em !important;
                color: #444444;
                font-family: "HelveticaNeueBlackCond";
            }

.grid-item.event .grid-item-container h2 {
    font-family: "Akzid-MdCn";
    position: absolute;
    z-index: 5;
    color: #fff;
    font-weight: bold;
    bottom: 70px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 2.9em;
    text-shadow: 2px 2px 4px #222;
    font-weight: normal;
    transition: all 0.15s ease;
}

.grid-row.events .grid-item:hover .grid-item-container h2 {
    font-weight: bold;
    bottom: 70px;
    font-size: 3.3em;
    letter-spacing: 1px;
}

.grid-row.events .grid-item:hover .grid-item-container.twoLines h2 {
    bottom: 30px;
    line-height: .9em;
}

.grid-item.event .grid-item-container.medium h2 {
    font-size: 2.5em;
}

.grid-item.event .grid-item-container.twoLines h2 {
    bottom: 60px;
    line-height: .6em;
}


    .grid-item.event .grid-item-container.twoLines h2 span {
        font-size: 0.6em;
    }

.grid-item-content {
    padding: 0 20px 20px 20px;
}

.grid-row.events .grid-item:hover .grid-item-wrapper {
    padding: 6px 6px;
    margin: -6px -6px;
}

div#searchPlaceholder, div#emptySearch {
    background: hsl(0deg 0% 45% / 21%);
    border: 2px dashed #b3b3b3;
    border-radius: 10px;
    width: 100%;
    height: 340px;
    position: relative;
    padding: 10px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #808080;
    font-family: "Helvetica-BdCn";
}

    div#searchPlaceholder p, div#emptySearch p {
        text-align: center;
    }

    div#searchPlaceholder i, div#emptySearch i {
        font-size: 2.5em;
        margin-bottom: 20px;
    }

section.participantList {
    padding: 30px 0 70px;
}

.participantList.grid-row .grid-item {
    padding: 6px;
    height: 265px;
}

.participantList.grid-row .grid-item-wrapper {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.participantList.grid-row .participant .name, #payment .cart .participant .name, #cartModal .cart .participant .name {
    clear: both;
}

    #mainArea .participantList.grid-row .participant .name h1, #payment .cart .participant .name h1, #cartModal .cart .participant .name h1 {
        font-family: Coolvetica;
        text-align: left;
        font-size: 1.3em;
        line-height: 1em;
        font-weight: bold;
        color: #444;
        float: left;
        margin-top: 9px;
        text-transform: capitalize;
        letter-spacing: .06em;
    }

        .participantList.grid-row .participant .name h1 span, #payment .cart .participant .name h1 span, #cartModal .cart .participant .name h1 span {
            font-size: .9em;
            display: block;
        }

    .participantList.grid-row .participant .name img, #payment .cart .participant .name img, #cartModal .cart .participant .name img {
        width: 60px;
        height: 60px;
        border: 1px solid #aaa;
        border-radius: 50px;
        float: left;
        margin-right: 10px;
        margin-bottom: 5px;
    }

.participant .goal {
    clear: both;
    margin: 5px 0 10px;
}

    .participant .goal span {
        font-size: .95em;
        display: block;
        float: left;
    }

        .participant .goal span + span {
            float: right;
        }

    .participant .goal .progress {
        clear: both;
        border: 1px solid #bdbdbd;
    }

.participant .details {
    margin-top: 5px;
}

.progress .progress-bar.orange {
    background-color: #ff9037;
}

.progress .progress-bar.green {
    background-color: #5cc659;
}

.participantList.grid-row .participant .details p, .cart .participant .details p {
    font-size: .9em !important;
    margin: 0;
    line-height: 1.4em !important;
}

.participantList.grid-row .participant .footer {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    padding: 10px 10px 0;
}

    .participantList.grid-row .participant .footer > div {
        border-top: 1px solid #ccc;
        padding-top: 8px;
    }

    .participantList.grid-row .participant .footer .btn {
        padding: 2px 10px;
    }

        .participantList.grid-row .participant .footer .btn:last-child {
            margin-left: 2px;
        }

#dashboard .participantList .grid-item {
    padding: 8px;
    height: 295px;
}

#dashboard section.participantList.noParticipants, #dashboard section.participantList.noCurrentParticipants.isOutsideChurch {
    padding-top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

    #dashboard section.participantList.noParticipants .grid-item.add,
    #dashboard section.participantList.noCurrentParticipants.isOutsideChurch .grid-item.add {
        width: 300px !important;
        height: 300px !important;
        flex-basis: unset !important;
    }


#dashboard .grid-item.participant .grid-item-container a.edit {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.1em;
    color: #0c8bc7;
}

#dashboard .grid-item.participant .grid-item-container .footer > div > * {
    font-size: .95em;
    display: inline-block;
    padding: 3px;
    color: #0c8bc7;
    background: none;
    border: 0;
}

#dashboard .grid-item.participant .grid-item-container .footer > div .need-share-button-default .need-share-button_button {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    vertical-align: inherit;
    border: none;
    background: none;
}

#dashboard .grid-item.participant .grid-item-container .footer > div button:disabled, #dashboard .grid-item.participant .grid-item-container .footer > div button:disabled i {
    color: #adadad;
}

#dashboard .participantList .grid-item.rankings h1 {
    font-family: "HelveticaNeueBlackCond";
    color: #444444;
    font-size: 1.5em;
    border-bottom: 1px solid #444;
    padding-bottom: 5px;
    text-transform: uppercase;
}

#dashboard .participantList .grid-item.rankings img {
    width: 190px;
    height: auto;
    margin: 0 auto;
    display: block;
}

#dashboard .participantList .grid-item.rankings.int img {
    width: 165px;
}

#dashboard .participantList .grid-item.rankings ul {
    font-family: "HelveticaNeueHvc";
    font-size: 1.1em;
    padding: 0;
}

    #dashboard .participantList .grid-item.rankings ul li {
        list-style: none;
        position: relative;
        padding-right: 80px;
        border-bottom: 1px solid #888;
        color: #444;
    }

        #dashboard .participantList .grid-item.rankings ul li span {
            position: absolute;
            bottom: 0;
            right: 0;
            padding-left: 10px;
        }

#dashboard .participantList .grid-item.add .grid-item-wrapper {
    background: hsl(0deg 0% 45% / 21%);
}

#dashboard .participantList .grid-item.add .grid-item-container {
    padding: 0;
}

    #dashboard .participantList .grid-item.add .grid-item-container a {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #808080;
        font-family: "Helvetica-BdCn";
    }

        #dashboard .participantList .grid-item.add .grid-item-container a i {
            border: 4px solid #808080;
            font-size: 1.2em;
            width: 47px;
            height: 46px;
            padding: 10px;
            border-radius: 60px;
            text-align: center;
        }



#dashboard .participantList .grid-item.rankings .footer {
    float: right;
    clear: right;
}

    #dashboard .participantList .grid-item.rankings .footer .btn {
        padding: 2px 12px;
    }

.need-share-button button.need-share-button_link {
    background-color: #f54e4e;
    color: #fff;
    border: none;
    padding: 0;
    margin: 0;
}

#shareProfile .qrCode {
    text-align: center;
}

    #shareProfile .qrCode img {
        margin: -40px -30px -30px;
    }

@media(min-width: 1400px) {
    .grid-item {
        flex-basis: 20%;
    }
}

@media(max-width: 1199px) {
    #dashboard .participantList .grid-item {
        height: 300px;
    }
}

@media(max-width: 1073px) {
    .grid-item {
        flex-basis: 33.33%;
    }

    #dashboard .participantList .grid-item {
        flex-basis: 50%;
    }
}

@media(min-width: 992px) {

    #dashboard .participantList .grid-item {
        flex-basis: 33.33%;
    }

    #dashboard .participantList .grid-item {
        order: 3
    }

        #dashboard .participantList .grid-item.main {
            order: 1;
        }

        #dashboard .participantList .grid-item.rankings {
            order: 2;
        }

        #dashboard .participantList .grid-item.rankings {
            flex-basis: 66.66%;
        }

            #dashboard .participantList .grid-item.rankings img {
                width: 175px;
            }

            #dashboard .participantList .grid-item.rankings.lions img {
                width: 160px;
            }

            #dashboard .participantList .grid-item.rankings.stallions img {
                width: 205px;
            }
}

@media(min-width: 992px) and (max-width: 1199px) {
    #dashboard .participantList .grid-item.rankings .grid-item-wrapper img {
        width: 239px;
        margin-left: -24px;
    }

    #dashboard .participantList .grid-item.rankings.eagles .grid-item-wrapper img {
        width: 213px;
        margin-left: -25px;
    }

    #dashboard .participantList .grid-item.rankings.lions .grid-item-wrapper img {
        width: 182px;
        margin-left: -9px;
    }

    #dashboard .participantList .grid-item.rankings.tigers .grid-item-wrapper img {
        width: 216px;
        margin-left: -24px;
    }

    #dashboard .participantList .grid-item.rankings.int .grid-item-wrapper img {
        width: 175px;
        margin: 0 auto;
    }
}

@media(max-width: 991px) {
    #dashboard .participantList .grid-item.rankings {
        height: auto;
        flex-basis: 100%;
    }

    #appleAndGooglePay {
        margin-top: 25px;
    }
}

@media(max-width: 815px) {
    .grid-item {
        flex-basis: 50%;
    }
}

@media(min-width: 768px) {

    #dashboard .participantList .grid-item.rankings .grid-item-container {
        padding: 10px 30px;
    }
}

@media(max-width: 767px) {
    #dashboard .participantList .grid-item.rankings img {
        width: 190px;
    }

    #dashboard .participantList .grid-item.rankings.lions img {
        width: 170px;
    }

    #dashboard .participantList .grid-item.rankings.stallions img {
        width: 210px;
    }

    .cart #cartModalData .participant .amount > div {
        margin-top: 0;
    }

    .cart #cartModalData .amountPresets button {
        min-width: auto;
        padding: 6px 10px;
    }
}

@media(max-width: 620px) {
    .col {
        clear: both;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: auto !important;
    }
}

@media(max-width: 555px) {
    .grid-item {
        flex-basis: 100%;
    }

    #dashboard .participantList .grid-item {
        height: auto;
    }

    .participantList.grid-row .participant .footer {
        position: static;
    }

    /*button[data-preset-amount="300"] {
        display: none;
    }*/
}

@media(max-width: 440px) {
    .cart #cartModalData .participant .amount .amountField {
        width: 100%;
    }

    .cart .participant .amount {
        display: block;
    }

    .amountPresets button {
        display: inline-block !important;
    }

    .cart #cartModalData .participant .amount .amountField {
        margin-top: 10px;
    }
}



/* TOP RUNNERS PAGES STYLES ------------------> */
body#plain {
    background: #fff;
    margin: 0;
    padding: 0;
}

body div#us-top-runners .container.fullWidth {
    max-width: 100% !important;
}

body div#us-top-runners #churchChallenge {
    margin-top: 40px !important;
}

body div#us-top-runners h1 {
    text-align: center;
    margin-top: 0.05em;
    font-family: 'HelveticaNeueBlack';
    text-transform: uppercase;
    color: #fec932;
    text-shadow: 2px 2px 0px #fff;
    font-size: 3.2em;
    margin-bottom: 0.6em;
}

body div#us-top-runners {
    padding-top: 5em;
    width: 100%;
    height: 100%;
    margin: auto auto;
    background: url(/Themes/img/r4h-topRunners-bg-2023.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    body div#us-top-runners ul li span.rank {
        font-family: 'RalewayBold';
        font-size: 3em;
        display: block;
        float: left;
        margin-left: 0;
        color: #484848;
        height: 100%;
        line-height: 1.5em;
        margin-right: 0.15em;
        padding-top: 12px;
    }

        body div#us-top-runners ul li span.rank span {
            font-size: .7em;
        }

    body div#us-top-runners #churchChallenge .churchCategory ul li .details img.profilePic {
        width: 115px;
        height: 115px;
        margin-right: 15px !important;
        border-radius: 50%;
        border: 1px solid #9a9a9a;
        float: left;
        margin-top: 0px;
    }

    body div#us-top-runners ul li.top-1 h2 {
        color: #e3c41b;
        text-shadow: 1px 1px 1px #000;
        font-size: 2.85em;
        letter-spacing: -1px;
    }

    body div#us-top-runners ul li.top-1 .details .churchInfo p {
        margin: -0.2em 0.5em 0 0;
        font-family: "BorisBlack";
        font-size: 1.8em;
        color: #484848;
    }

    body div#us-top-runners ul li.top-1 h3 {
        color: #e3c41b;
        text-shadow: 1px 1px 1px #000;
        font-size: 3em;
        letter-spacing: 0px;
    }

    body div#us-top-runners ul li.top-1 img.top_badge {
        height: 150px !important;
        margin-top: -22px;
    }

    body div#us-top-runners #churchChallenge .churchCategory ul li.top-1 .details img.profilePic {
    }


    body div#us-top-runners ul li h2 {
        text-align: left;
        font-family: "HelveticaNeueHvc";
        color: #484848;
        font-size: 2.4em;
        margin: 2px 0 0;
        padding-top: 10px;
    }

    body div#us-top-runners ul li h3 {
        position: absolute;
        top: 20px;
        right: 0;
        font-size: 2.5em;
    }

    body div#us-top-runners ul li .details .churchInfo p {
        margin: -.2em 0.5em 0 0;
        font-family: "HelveticaRFH";
        font-size: 2.1em;
        color: #484848;
    }

    body div#us-top-runners #churchChallenge .churchCategory h1 {
        font-size: 2.8em;
        color: #0f6481;
    }

    body div#us-top-runners #churchChallenge .churchCategory {
        border-radius: 25px;
    }

        body div#us-top-runners #churchChallenge .churchCategory ul li {
            padding: 6px 0;
        }

            body div#us-top-runners #churchChallenge .churchCategory ul li:last-child {
                border: none;
            }

            body div#us-top-runners #churchChallenge .churchCategory ul li span {
                position: initial;
                bottom: 0;
                right: 0;
                padding-left: 0;
            }

        body div#us-top-runners #churchChallenge .churchCategory img {
            height: 389px;
        }

    body div#us-top-runners #churchChallenge.topChurches .churchCategory ul li .details {
        float: left;
    }

    body div#us-top-runners #churchChallenge.topChurches .churchCategory ul li {
        padding: 8px 18px 18px;
    }

        body div#us-top-runners #churchChallenge.topChurches .churchCategory ul li h2 {
            margin: 0;
        }

/* <------------------ END OF TOP RUNNERS PAGES STYLES */

#QRCodeDisplay > div:first-child {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
