/* Minification failed. Returning unminified contents.
(3203,44): run-time error CSS1034: Expected closing parenthesis, found ','
(3203,44): run-time error CSS1042: Expected function, found ','
(3203,50): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
/*-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------GIVING FORM----------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/

/* START Mike added styles*/
.giftSummaryTable {
    width: 100%;
}

    .giftSummaryTable td:last-child {
        width: 25%;
    }

.itemCostRow td {
    color: #999;
    font-size: 90%;
    padding: 2px 2px 2px 0;
}

.itemTotalRow td {
    color: #562626;
    font-size: 110%;
    padding: 8px 2px 4px 0;
}

    .itemTotalRow td:last-child {
        text-align: right;
    }

.itemTotalRow:last-child {
    font-weight: bold;
}

    .itemTotalRow:last-child td {
        padding-top: 15px;
    }
/* END Mike added styles*/

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

#givingWidget {
    position: relative;
    display: block;
    padding: 20px 20px 20px;
    width: 100%;
    max-width: 450px;
    background: #fff;
    border: 1px solid #562626;
    overflow: hidden;
}

    #givingWidget.shadowed {
        border-radius: 4px;
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

    #givingWidget h3 {
        margin: 40px 0 20px 0;
        font-family: "proxima-nova-extra-condensed", sans-serif;
        font-weight: 400;
        font-size: 22px;
        color: #562626;
    }

        #givingWidget h3:first-of-type {
            margin-top: 0px;
        }

        #givingWidget h3 .headingline {
            margin: 5px 0 0;
            width: 40px;
            height: 2px;
        }

    #givingWidget p {
        font-size: 14px;
        line-height: 20px;
    }

    #givingWidget .aggienetworktextinput {
        max-width: 100%;
    }

    #givingWidget .slidebutton {
        display: block;
        margin: 30px 0 0;
        padding: 12px 10px 10px;
        width: 100%;
        font-size: 20px;
        line-height: 20px;
    }

    #givingWidget .previousbutton {
        position: relative;
        display: block;
        margin: 20px auto 0;
        width: 150px;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        color: #08639c;
        background: none;
        border: none;
        text-align: center;
    }

    #givingWidget .radiogroup-pills {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #givingWidget input[type=radio] + label {
        max-width: 100%;
        font-weight: 600;
        letter-spacing: 0px;
    }

    #givingWidget .aggienetworktextinputlabel {
        font-size: 10px;
        line-height: 10px;
    }

    #givingWidget .aggienetworkradiogroupcontainer label, #givingWidget #giftamountoptions .aggienetworktextinput {
        font-size: 14px;
        line-height: 14px;
    }

    #givingWidget #giftamountoptions .aggienetworkradiogroupcontainer {
        margin-bottom: 0;
        font-size: 20px;
    }

    #givingWidget #giftamountoptions input + label, #givingWidget #giftamountoptions .aggienetworktextinput {
        margin: 0 0 20px 20px;
        padding: 10px;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        min-width: 25%;
        font-size: 14px;
        line-height: 14px;
        border: none;
        transition: all 0.1s ease;
    }

    #givingWidget #giftamountoptions input:nth-child(3n+1) + label {
        margin-left: 0;
    }

    #givingWidget #giftamountoptions .radiogroup-pills input[type=radio]:hover + label {
        background: #eee9e9;
    }

    #givingWidget #giftamountoptions .radiogroup-pills input[type=radio]:checked:hover + label {
        background: #8a6666;
    }

    #givingWidget #giftamountoptions .aggienetworktextinput {
        height: 34px;
        font-weight: 600;
        color: #8a6666;
        background: #fff;
        border: 1px solid #eee9e9;
    }

        #givingWidget #giftamountoptions .aggienetworktextinput:focus {
            border: 1px solid #8a6666;
        }

        #givingWidget #giftamountoptions .aggienetworktextinput::-webkit-input-placeholder {
            color: #8a6666;
        }

        #givingWidget #giftamountoptions .aggienetworktextinput::-moz-input-placeholder {
            color: #8a6666;
        }

        #givingWidget #giftamountoptions .aggienetworktextinput:-ms-input-input-placeholder {
            color: #8a6666;
        }

    #givingWidget .givingcheckbox {
        position: relative;
        display: block;
        margin: 0 0 10px;
    }

        #givingWidget .givingcheckbox input[type=checkbox] {
            display: none;
        }


        #givingWidget .givingcheckbox label {
            position: relative;
            margin-left: 20px;
            font-weight: 400;
            font-size: 14px;
            line-height: 18px;
            color: #8a6666;
            user-select: none;
        }




        #givingWidget .givingcheckbox input[type=checkbox] ~ label:before {
            content: '';
            position: absolute;
            top: 1px;
            margin-left: -20px;
            display: inline-block;
            vertical-align: text-top;
            width: 13px;
            height: 13px;
            border: 1px solid #8a6666;
            border-radius: 2px;
        }

        #givingWidget .givingcheckbox input[type=checkbox]:checked ~ label:before {
            content: '';
            background-image: url(../images/uielements/checkmark-white.svg);
            background-color: #8a6666;
        }

        #givingWidget .givingcheckbox .coverfeecheckboxlabel {
            font-weight: 700;
        }

    #givingWidget .aggienetworkformfield {
        flex: 1;
        margin-bottom: 10px;
    }

        #givingWidget .aggienetworkformfield.flex-2 {
            flex: 2;
        }

    #givingWidget .aggienetworkflexcontainer {
        align-items: center;
    }

        #givingWidget .aggienetworkflexcontainer > * + * {
            margin-left: 20px;
        }


#givingReturnUrl {
    position: relative;
    margin-top: 6px;
    font-size: 14px;
    line-height: 14px;
    text-align: right;
}

.field-validation-error {
    position: absolute;
    right: 0;
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
}



#givingWidget #card-element {
}

    #givingWidget #card-element.StripeElement {
        box-shadow: none;
        border: 1px solid #eee9e9;
        transition: all 0.2s ease;
    }

        #givingWidget #card-element.StripeElement.StripeElement--focus {
            border: 1px solid #8a6666;
        }

input.InputElement.is-empty {
    color: #777;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 300;
}

#paymentmethod.aggienetworkflexcontainer {
    align-items: flex-start;
}

    #paymentmethod.aggienetworkflexcontainer > * + * {
        margin-left: 9px;
    }

.paymentmethodoption, #payment-request-button.StripeElement {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    padding: 5px;
    height: 45px;
    border: 1px solid #eee9e9;
    text-align: center;
    border-radius: 4px;
    box-shadow: none;
    overflow: hidden;
}

#payment-request-button.StripeElement {
    width: 100px;
    padding: 0;
}

.paymentmethodoption:focus {
    border: 1px solid #562626;
}

.paymentmethodoption img {
    margin: 0 auto;
    width: 90%;
    max-width: 100px;
}

#payment-request-button > div {
    width: 100%;
}

#payment-request-button > .__PrivateStripeElement > iframe {
    position: relative !important;
    height: 45px !important;
    top: 3px !important;
    width: 100px !important;
}

#payWithCard.paymentmethodoption {
    height: 55px;
    border-radius: 4px 4px 0 0;
    padding-bottom: 10px;
    border: 0;
    background: #f9f5f5;
}

    #payWithCard.paymentmethodoption img {
        position: relative;
        top: 3px;
    }

#payWithCardWrap {
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;
    border-radius: 0 4px 4px;
    background: #f9f5f5;
}

#card-errors {
    position: absolute;
    padding: 1px 0 0 0;
    font-weight: 600;
    font-size: 12px;
    color: #eb1c26;
}

.giftsummary {
    margin: 40px 0 20px;
}

    .giftsummary .totalClass, .giftsummary .totalcost {
        margin: 20px 0 5px;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #562626;
    }

    .giftsummary .aggienetworkflexcontainer:first-child .totalClass, .giftsummary .aggienetworkflexcontainer:first-child .totalcost {
        margin: 0 0 5px;
    }

    .giftsummary .aggienetworkflexcontainer:last-child .totalClass, .giftsummary .aggienetworkflexcontainer:last-child .totalcost {
        font-weight: 700;
    }

    .giftsummary .totalClass {
        width: calc(100% - 120px);
    }

    .giftsummary .totalcost {
        width: 100px;
        text-align: right;
    }

    .giftsummary .costClass {
        margin-bottom: 2px;
        font-size: 12px;
        line-height: 16px;
    }



#givingWidget p.givingflowquestion {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #8a6666;
    text-align: center;
}

    #givingWidget p.givingflowquestion span {
        font-size: 14px;
    }

.addoption input[type=checkbox] {
    display: none;
}

.addoption label {
    margin-bottom: 20px;
    user-select: none;
    cursor: pointer;
}

.addoption input[type=checkbox] ~ label {
    padding: 20px 20px;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    background: #f9f5f5;
    border-radius: 4px;
    color: #8a6666;
    text-align: center;
}

.addoption input[type=checkbox]:checked ~ label {
    color: #fff;
    background: #8a6666;
}

.addoption img {
    margin-bottom: 5px;
    width: 90%;
    height: auto;
}

.addoption svg#missingyearbargraphic .addoption-lightfill {
    fill: #f9f5f5;
}

.addoption svg#missingyearbargraphic .addoption-darkfill {
    fill: #ddd3d3;
}

.addoption input[type=checkbox]:checked ~ label svg#missingyearbargraphic .addoption-lightfill {
    fill: url(#background_1_);
}

.addoption input[type=checkbox]:checked ~ label svg#missingyearbargraphic .addoption-darkfill {
    fill: #DDBE39;
}


#givingWidget .trashme {
    position: relative;
    top: 1px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

    #givingWidget .trashme svg #background {
        fill: #8a6666;
    }

    #givingWidget .trashme svg #foreground {
        fill: #f6f4f4;
    }

    #givingWidget .trashme:hover svg #background {
        fill: #fff;
    }

    #givingWidget .trashme:hover svg #foreground {
        fill: #8a6666;
    }

#addYearBar {
    padding: 0;
    margin: 5px 0 0;
    background: none;
    border: 0;
    outline: 0;
}

    #addYearBar svg {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
    }

    #addYearBar .aggienetworktextinputlabel {
        position: relative;
        top: -4px;
        font-weight: 600;
        font-size: 14px;
        line-height: 10px;
        color: #8a6666;
    }

#mybGiftTotalAmt .givingcheckbox {
    margin-top: 20px;
}







.giftprogressbar-container {
    display: flex;
    text-align: center;
    align-items: flex-end;
}

    .giftprogressbar-container .step {
        flex: 1;
        font-weight: 700;
        text-align: center;
        color: #eee9e9;
        letter-spacing: 0.5px;
    }

        .giftprogressbar-container .step.active, .giftprogressbar-container .step.complete {
            color: #8a6666;
        }

        .giftprogressbar-container .step .progressbar {
            position: relative;
            margin-top: 5px;
            width: 100%;
            height: 2px;
            background: #eee9e9;
            transition: width 1s ease-out;
        }

            .giftprogressbar-container .step .progressbar::after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                width: 0;
                background: #8a6666;
                border-radius: 0 4px 4px 0;
            }

        .giftprogressbar-container .step:first-child .progressbar {
            border-radius: 4px 0 0 4px;
        }

        .giftprogressbar-container .step.active .progressbar::after {
            width: 100%;
            transition: all 0.3s linear;
        }

        .giftprogressbar-container .step.complete .progressbar::after {
            width: 100%;
        }

.stepcontent-container {
    overflow: hidden;
    padding-top: 5px;
}

    .stepcontent-container .stepcontent {
        position: relative;
        top: 15px;
    }

        .stepcontent-container .stepcontent svg {
            position: relative;
            top: 3px;
            width: 20px;
            height: 20px;
        }

            .stepcontent-container .stepcontent svg#payment {
                top: 4px;
                width: 22px;
                height: 22px;
            }

            .stepcontent-container .stepcontent svg .stepcontent-iconfill {
                fill: #eee9e9;
            }

.step.active .stepcontent-container .stepcontent svg .stepcontent-iconfill, .step.complete .stepcontent-container .stepcontent svg .stepcontent-iconfill {
    fill: #8a6666;
}

.stepcontent-container .steplabel {
    display: block;
    width: 100%;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
}

.step.active .stepcontent {
    top: 0px;
    transition: all 0.15s;
    transition-timing-function: cubic-bezier(0.42, 0.97, 0.52, 1.5);
    transition-delay: 0.15s;
}

.step.complete .stepcontent {
    top: 15px;
    transition: all 0.15s;
    transition-timing-function: cubic-bezier(0.42, 0.97, 0.52, 1.5);
    transition-delay: 0.15s;
}

.containerSteps {
    margin: 0 0 40px 0;
    width: 100%;
    max-width: 450px;
}

@media (max-width: 450px) {
    .stepcontent-container .stepcontent, .step.complete .stepcontent {
        top: 13px;
    }

    .stepcontent-container .steplabel {
        font-size: 9px;
        line-height: 9px;
    }

    .addoption input[type=checkbox] ~ label {
        padding: 20px 5px;
    }
}

@media (max-width: 360px) {
    .stepcontent-container .stepcontent, .step.complete .stepcontent {
        top: 12px;
    }

    .stepcontent-container .steplabel {
        font-size: 8px;
        line-height: 8px;
    }
}

@media (max-width: 340px) {
    .stepcontent-container .stepcontent, .step.complete .stepcontent {
        top: 11px;
    }

    .stepcontent-container .steplabel {
        font-size: 8px;
        line-height: 8px;
    }
}



/*-------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------GIVING CAMPAIGN PAGE------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/

#nomenulayoutwrapper {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    min-height: 100%;
}

.nomenulayoutcontent {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    min-height: 100vh;
    background: url(../images/giving/alumnicenter-giving.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    flex: 1 0 auto;
}

    .nomenulayoutcontent.passitbackday {
        margin: 0;
        background-color: #0572ba;
        background-image: url(../images/giving/passitbackday/2023pibdbgpattern.jpg);
        background-repeat: repeat;
        background-size: 400px auto;
        background-position: left top;
    }

        .nomenulayoutcontent.passitbackday::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgba(5, 114, 186, 0.6);
            z-index: 0;
        }

    .nomenulayoutcontent.parsons {
        margin: 0;
        background: url(../images/giving/campaigns/herethereeverywhere/hte-parsons.jpg) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }

    .nomenulayoutcontent.aggieband {
        margin: 0;
        background: url(../images/giving/campaigns/herethereeverywhere/hte-aggieband.jpg) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }

    .nomenulayoutcontent.bonfire {
        margin: 0;
        background: url(../images/giving/campaigns/herethereeverywhere/hte-bonfire.jpg) no-repeat center bottom;
        background-size: cover;
        background-attachment: fixed;
    }

    .nomenulayoutcontent.midnightyell {
        margin: 0;
        background: url(../images/giving/campaigns/herethereeverywhere/hte-midnightyell.jpg) no-repeat center bottom;
        background-size: cover;
        background-attachment: fixed;
    }

    .nomenulayoutcontent.scholarship {
        margin: 0;
        background: url(../images/giving/campaigns/herethereeverywhere/hte-scholarship.jpg) no-repeat center top;
        background-size: cover;
        background-attachment: fixed;
    }

    .nomenulayoutcontent.studentorg {
        margin: 0;
        background: url(../images/giving/campaigns/herethereeverywhere/hte-studentorg.jpg) no-repeat center top;
        background-size: cover;
        background-attachment: fixed;
    }

    .nomenulayoutcontent.faculty {
        margin: 0;
        background: url(../images/giving/campaigns/herethereeverywhere/hte-faculty.jpg) no-repeat center top;
        background-size: cover;
        background-attachment: fixed;
    }

    .nomenulayoutcontent.muster {
        margin: 0;
        background: url(../images/giving/campaigns/herethereeverywhere/hte-muster.jpg) no-repeat center top;
        background-size: cover;
        background-attachment: fixed;
    }

    .nomenulayoutcontent.formerstudents {
        margin: 0;
        background: url(../images/giving/campaigns/herethereeverywhere/hte-formerstudents.jpg) no-repeat center top;
        background-size: cover;
        background-attachment: fixed;
    }

    .nomenulayoutcontent.harvey {
        margin: 0;
        background: url(../images/giving/campaigns/herethereeverywhere/hte-harvey.jpg) no-repeat left top;
        background-size: cover;
        background-attachment: fixed;
    }

    .nomenulayoutcontent.aggiering {
        margin: 0;
        background: url(../images/giving/campaigns/herethereeverywhere/hte-aggiering.jpg) no-repeat left top;
        background-size: cover;
        background-attachment: fixed;
    }



.givingcampaignwrapper {
    position: relative;
    width: 100%;
    min-height: 700px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    padding: 20px 10px 0;
    margin-bottom: 40px;
}

.givingcampaigncontent {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
    padding: 20px 0 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

    .givingcampaigncontent .logocontainer {
        position: relative;
        display: block;
        margin: 0;
        text-align: center;
    }



        .givingcampaigncontent .logocontainer a img {
            margin: 0;
            width: 150px;
            height: auto;
        }

.nomenulayoutcontent.passitbackday .givingcampaignwrapper {
    padding: 60px 10px 0;
}

.nomenulayoutcontent.passitbackday .givingcampaigncontent .logocontainer a img {
    margin-top: -60px;
    width: 100%;
    max-width: 350px;
    height: auto;
}

.givingcampaigncontent #givingWidget {
    margin: 0 auto;
    border: 0;
}

#nomenufooter {
    padding: 10px 20px;
    background: linear-gradient(45deg, rgba(86, 38, 38, 0.9) 0%,rgba(138, 102, 102, 0.9) 100%);
    grid-row-start: 2;
    grid-row-end: 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
}

    #nomenufooter .afslogo a img {
        position: relative;
        display: block;
        margin: 0;
        width: 150px;
        height: auto;
    }

    #nomenufooter .legalstuff {
        align-items: center;
        justify-content: flex-end;
    }

        #nomenufooter .legalstuff a {
            margin-left: 20px;
            font-weight: 600;
            line-height: 16px;
            color: #fff;
        }

@media (max-width: 450px) {
    .givingcampaignwrapper {
        padding: 10px 10px;
        margin-bottom: 0;
    }
}

@media (max-width: 360px) {
    .givingcampaignwrapper {
        padding: 0;
        margin-bottom: 0;
    }
}


.givingreceipt {
    margin: -90px 0 0 0;
    padding: 100px 0;
    min-height: calc(100vh - 75px);
    background: url(../images/giving/receiptbg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#receiptshare {
    margin: 0 auto 15px;
    width: 100%;
    max-width: 700px;
}

.printreceipt {
    width: 20%;
}

#receiptshare .socialshare {
    flex: 1;
    text-align: right;
}

    #receiptshare .printreceipt a, #receiptshare .socialshare a {
        margin: 0 0 0 5px;
        padding: 5px 10px;
        font-weight: 700;
        font-size: 12px;
        line-height: 12px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 4px;
        vertical-align: middle;
    }

#receiptshare .printreceipt a {
    margin: 0;
    background: #fff;
    color: #562626;
}

.socialshare a.facebook {
    background: #527bbd;
}

.socialshare a.twitter {
    background: #75cef0;
}

.socialshare a.linkedin {
    background: #0b85c6;
}

#receiptshare .printreceipt a img, #receiptshare .socialshare a img {
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

#receiptshare a .socialshare-text {
    position: relative;
    top: 1px;
}

.receiptwrapper {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
    overflow: hidden;
    text-align: left !important;
}

.disclaimersspacer {
    display: none;
}

.disclaimers {
    margin: 40px auto 0;
    width: 100%;
    max-width: 700px;
}

@media (max-width: 989px) {
    .givingreceipt {
        padding: 100px 10px 100px;
    }

    #receiptshare {
        max-width: 600px;
    }

    .receiptwrapper, .disclaimers {
        max-width: 600px !important;
    }

        .receiptwrapper h2 {
            font-size: 24px !important;
            line-height: 30px !important;
        }

        .receiptwrapper h3 {
            font-size: 20px !important;
            line-height: 26px !important;
        }

        .receiptwrapper h4, .receiptwrapper p, .receiptwrapper table {
            font-size: 14px !important;
            line-height: 20px !important;
        }

    td.ccardlastfour {
        font-size: 14px !important;
        line-height: 14px !important;
    }

    .giftsummary table {
        font-size: 12px !important;
        line-height: 18px !important;
    }
}

@media (max-width: 549px) {
    #receiptshare .printreceipt {
        display: none;
    }

    #receiptshare .socialshare {
        text-align: center;
    }

    td.stack {
        display: block !important;
        width: 100% !important;
    }

    td.giftsummaryitem {
        width: 75% !important;
    }

    td.giftsummaryamount {
        width: 23% !important;
    }
}





/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------MAIN GIVING PAGE--------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/


/*-------------------GIVING INTRODUCTION-------------------*/

#givingintrobanner {
    position: relative;
    margin: -90px auto 40px;
    width: 100%;
}

    #givingintrobanner.givingaggieband {
        background: url(../images/giving/campaigns/herethereeverywhere/hte-aggieband.jpg) no-repeat left center;
        background-size: cover;
    }

    #givingintrobanner.givingbonfire {
        background: url(../images/giving/campaigns/herethereeverywhere/hte-bonfire.jpg) no-repeat center bottom;
        background-size: cover;
    }

    #givingintrobanner.givingparsons {
        background: url(../images/giving/campaigns/herethereeverywhere/hte-parsons.jpg) no-repeat left center;
        background-size: cover;
    }

    #givingintrobanner.givingmidnightyell {
        background: url(../images/giving/campaigns/herethereeverywhere/hte-midnightyell.jpg) no-repeat left center;
        background-size: cover;
    }

.givingintrobannercontainer {
    background: rgba(0, 0, 0, 0.8);
}

.givingintrobannercontent {
    margin: 0 auto;
    padding: 100px 5% 70px;
    max-width: 1600px;
}

.givingbannermessage {
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 90px 40px;
    overflow: hidden;
    text-align: center;
}

/*.givingbannermessage.right {
    padding: 100px 40px 100px 250px;
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 30%);
    background:         linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
}

.givingbannermessage.left {
    padding: 100px 200px 100px 40px;
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 76%,rgba(255,255,255,0) 100%);
    background:         linear-gradient(to right, rgba(0,0,0,0.5) 76%,rgba(255,255,255,0) 100%);
}*/

.givingbannertext {
    margin: 0;
    padding-left: 40px;
    font-size: 22px;
    font-weight: 400;
}

    .givingbannertext p {
        margin: 20px 0 0 0;
    }

.givingbannermessage .passitbacklogo {
    margin: 0 auto 30px;
    max-width: 700px;
    text-align: center;
}

@media (max-width: 949px) {
    .givingintrobannercontent {
        max-width: 700px;
    }

    .givingbannervideo {
        margin-bottom: 30px;
    }

    .givingbannervideo, .givingbannertext {
        padding: 0;
        flex: none !important;
        width: 100% !important;
    }
}



/*-------------------GIVING TO TEXAS A&M-------------------*/

#givingtoamsection {
    position: relative;
    display: block;
    margin: 50px auto 0 auto;
    text-align: center;
}

    #givingtoamsection h4, #centuryclublevels h4 {
        margin-bottom: 50px;
        font-family: "proxima-nova-extra-condensed", Helvetica, sans-serif;
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
        color: #562626;
        text-align: center;
        text-transform: uppercase;
    }

        #givingtoamsection h4 span, #centuryclublevels h4 span {
            display: inline-block;
            position: relative;
        }

            #givingtoamsection h4 span:before, #givingtoamsection h4 span:after, #centuryclublevels h4 span:before, #centuryclublevels h4 span:after {
                content: "";
                position: absolute;
                height: 5px;
                border-bottom: 1px solid #ccc;
                border-top: 1px solid #ccc;
                top: 11px;
                width: 300px;
            }

            #givingtoamsection h4 span:before, #centuryclublevels h4 span:before {
                right: 100%;
                margin-right: 15px;
            }

            #givingtoamsection h4 span:after, #centuryclublevels h4 span:after {
                left: 100%;
                margin-left: 15px;
            }

#howyourgiftisused {
    position: relative;
    display: block;
    margin: 80px 0 0 0;
}

.giftusedbox {
    position: relative;
    display: block;
    margin: 0 0 40px 0;
    width: 81.081081%;
    text-align: center;
}

#howyourgiftisused .col-md-4:nth-of-type(3n-1) .giftusedbox {
    margin: 0 auto 40px auto;
}

#howyourgiftisused .col-md-4:nth-of-type(3n) .giftusedbox {
    float: right;
}

.centuryclubofferimage {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.giftusedboxtitle {
    margin-top: 15px;
    font-family: "proxima-nova", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    color: #562626;
    text-align: center;
}

.giftusedboxdescription {
    margin-top: -5px;
    font-family: "proxima-nova", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px !important;
    text-align: center;
}

#givingtoamsection .sectionbuttons, #centuryclubsection .sectionbuttons {
    position: relative;
    display: block;
    margin: 50px 0 0 0;
    font-size: 0;
}

    #givingtoamsection .sectionbuttons .slidebutton, #centuryclubsection .sectionbuttons .slidebutton {
        display: inline-block;
        margin-bottom: 20px;
        min-width: 215px;
        flex: 1;
        font-size: 20px;
        letter-spacing: 0px;
    }

    #givingtoamsection .sectionbuttons > * + *, #centuryclubsection .sectionbuttons > * + * {
        margin-left: 20px;
    }

    #givingtoamsection .sectionbuttons .slidebutton:nth-child(2n+1), #centuryclubsection .sectionbuttons .slidebutton:nth-child(2n+1) {
        margin-left: 0;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    #givingtoamsection .slidebutton {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    #givingtoamsection h4, #centuryclublevels h4 {
        font-size: 26px;
        line-height: 26px;
    }

    .giftusedboxtitle {
        font-size: 18px;
        line-height: 22px;
    }

    .giftusedboxdescription {
        font-size: 15px;
        line-height: 19px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #givingtoamsection h4 span:before, #givingtoamsection h4 span:after, #centuryclublevels h4 span:before, #centuryclublevels h4 span:after {
        width: 200px;
    }

    .giftusedbox {
        margin: 0 auto 50px auto;
        width: 75%;
    }

    #howyourgiftisused .col-md-4:nth-of-type(3n) .giftusedbox {
        float: none;
    }

    #howyourgiftisused .col-md-4:nth-child(4n-1) {
        clear: left;
    }

    #givingtoamsection .slidebutton {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    #givingtoamsection p {
        text-align: justify;
    }

    #howyourgiftisused {
        margin: 50px 0 0 0;
    }

    .giftusedbox {
        margin: 0 auto 50px auto;
        max-width: 300px;
    }

        .giftusedbox p {
            text-align: center !important;
        }

    #howyourgiftisused .col-md-4:nth-of-type(3n) .giftusedbox {
        float: none;
    }

    #givingtoamsection .sectionbuttons {
        margin: 15px 0 0 0;
    }

    #givingtoamsection .slidebutton {
        display: block;
        margin: 0 0 20px 0;
        width: 100%;
        font-size: 16px;
    }
}


/*-------------------CENTURY CLUB PARALLAX-------------------*/

#centuryclubparallax {
    margin: 100px auto 0;
    height: 450px;
    background: url(../images/giving/centuryclubbg.jpg) no-repeat right center;
    background-size: cover;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    #centuryclubparallax {
        height: 200px;
    }
}

/*.parallaxcontent {
	position: relative;
	margin: 0 400px 0 0;
	width: 2000px;
	height: 900px;
}

.centuryclubtruck {
	position: absolute;
	top: -300px;
	width: 100%;
	height: 1200px;
	background: url(images/giving/parallaxfront1.png) no-repeat 25% 50% fixed;
	background-size: 110% auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
	#centuryclubparallax {
		height: 350px;
		background: url(images/giving/parallaxbg.jpg) no-repeat 50% 100% fixed;
		background-size: 110% auto;
	}
	
	.centuryclubtruck {
		top: -550px;
		right: 0px;
		background: url(images/giving/parallaxfront1.png) no-repeat 50% 50% fixed;
		background-size: 110% auto;
	}
}

@media screen and (max-width: 991px) {
	#centuryclubparallax {
		height: 200px;
		background: url(images/giving/parallaxbg.jpg) no-repeat 50% 100% scroll;
		background-size: 100% auto;
	}
	
	.centuryclubtruck {
		display: none;
	}
	
}*/


/*-------------------CENTURY CLUB SECTION-------------------*/

#centuryclubsection {
    position: relative;
    display: block;
    margin: 50px auto 0 auto;
}

#centuryclubbenefits {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 15px;
    width: 402px;
    border: 1px solid #562626;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    #centuryclubbenefits img {
        display: inline-block;
        margin-right: 15px;
        width: 90px;
        height: auto;
        vertical-align: middle;
    }

        #centuryclubbenefits img:nth-child(2) {
            width: 150px;
        }

        #centuryclubbenefits img:last-of-type {
            margin-right: 0px;
        }

    #centuryclubbenefits p {
        display: block;
        margin: 20px 0 0 0;
        font-size: 13px;
        line-height: 16px;
        text-align: justify;
    }

#centuryclublevels {
    position: relative;
    display: block;
    margin: 60px auto 20px auto;
}

.centuryclublevel {
    position: relative;
    display: block;
    flex: 1;
}

.centuryclublevelbadge {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 75px;
    height: auto;
}

.centuryclubleveltitle {
    margin: 10px 0 5px;
    font-family: "proxima-nova-extra-condensed", Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 22px;
    color: #562626;
    text-align: center;
    text-transform: uppercase;
}

.centuryclublevelamount {
    font-family: "proxima-nova", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
}




#centuryclubsection .slidebutton:last-of-type {
    margin: 40px 0 0 0;
    background: #562626;
    color: white;
}

@media screen and (max-width: 1199px) {
    #centuryclubbenefits {
        width: 337px;
        font-size: 0;
    }

        #centuryclubbenefits img {
            width: 75px;
        }

            #centuryclubbenefits img:nth-child(2) {
                width: 125px;
            }

    .centuryclublevelbadge {
        max-width: 70px;
        height: auto;
    }

    p.centuryclubleveltitle {
        font-size: 20px;
        line-height: 20px;
    }

    p.centuryclublevelamount {
        font-size: 14px;
        line-height: 18px;
    }

    #centuryclubsection .sectionbuttons {
        margin: 30px 0 0 0;
    }

    #centuryclubsection .slidebutton {
        width: 300px;
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #centuryclubsection .slidebutton {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    #centuryclubsection {
        margin: 50px auto 0 auto;
    }

        #centuryclubsection p {
            text-align: justify;
        }

    #centuryclubbenefits {
        margin-top: 30px;
    }

    .centuryclublevel {
        position: relative;
        display: block;
        margin-bottom: 10px;
        flex: none;
        width: 50%;
    }

    .centuryclublevelbadge {
        max-width: 60px;
        height: auto;
    }

    #centuryclublevels p {
        text-align: center;
    }

    #centuryclubsection .sectionbuttons {
        margin: 10px 0 0 0;
    }

    #centuryclubsection .slidebutton {
        display: block;
        margin: 0 0 20px 0;
        width: 100%;
        font-size: 16px;
    }
}


#endowedgivingsection {
    position: relative;
    display: block;
    margin: 70px auto 100px auto;
    width: 100%;
}

    #endowedgivingsection .sectiontitle {
        margin-top: 40px;
    }

#endowedprograms {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
}

.endowedprogrambox {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 500px;
    overflow: hidden;
}

.endowedprogramdescription {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0 0 0 5%;
    width: 50%;
    max-width: 800px;
    height: 100%;
    z-index: 2;
}

    .endowedprogramdescription.ecc {
        padding: 0 5% 0 0;
        text-align: right;
    }

.ringscholarshipimage, .eccimage {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    max-width: 800px;
    height: 500px;
    background: url(../images/giving/ringscholarshipimage.jpg) no-repeat center center;
    background-size: cover;
}

.eccimage {
    background: url(../images/giving/eccimage.jpg) no-repeat right center;
    background-size: cover;
}

.ringscholarshipimage::before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: -119px;
    width: 210px;
    height: 500px;
    display: block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    z-index: 1;
}

.eccimage::after {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    right: -119px;
    width: 210px;
    height: 100%;
    display: block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    z-index: 1;
}

.endowedprogramboxtitle {
    margin: 0 0 20px 0;
    font-family: "proxima-nova-extra-condensed", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    color: #562626;
}

.endowedprogramboxcopy {
    margin-bottom: 10px;
}

.endowedquotecallout {
    position: relative;
    display: block;
    margin: 20px 0 40px 0;
}

    .endowedquotecallout p {
        width: 85%;
        font-family: "proxima-nova-condensed", Helvetica, sans-serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 22px;
        color: #562626;
        font-style: italic;
        overflow: hidden;
    }

    .endowedquotecallout > p:last-of-type {
        padding-right: 2px;
    }

    .endowedquotecallout img {
        position: relative;
        display: block;
        float: left;
        margin: 0 2.083333% 0 0;
        width: 11.111111%;
        height: auto;
    }

        .endowedquotecallout img.eccquoteauthor {
            float: right;
            margin: 0 0 0 2.083333%;
        }

.endowedquotecalloutauthor {
    position: relative;
    display: block;
    margin-top: 5px;
    text-transform: uppercase;
    font-style: normal;
    font-size: 16px;
    color: #777;
}

.endowedprogramdescription a.slidebutton, .endowedprogramboxright a.slidebutton {
    display: block;
    margin: 0 auto 10px auto;
    width: 415px;
    font-size: 20px;
    letter-spacing: 0px;
    text-align: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .endowedprogramboxtitle {
        font-size: 28px;
    }

    .endowedquotecallout p {
        font-size: 16px;
    }

    .endowedquotecalloutauthor {
        font-size: 14px;
    }

    .endowedprogramdescription a.slidebutton, .endowedprogramboxright a.slidebutton {
        font-size: 16px;
        width: 350px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .endowedprogrambox {
        height: 500px;
    }

    .endowedprogramdescription a.slidebutton, .endowedprogramboxright a.slidebutton {
        font-size: 18px;
        width: 315px;
    }

    .ringscholarshipimage::before {
    }

    .endowedquotecallout {
        margin: 20px 0 20px 0;
    }

        .endowedquotecallout p {
            width: 84%;
            font-size: 16px;
        }

    .endowedquotecalloutauthor {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .endowedprogrambox {
        height: auto;
        margin: 0 0 40px 0;
    }

    .endowedprogramboxtitle {
        text-align: center;
    }

    .endowedprogramdescription {
        display: block;
        padding: 0 5% 0 5%;
        width: 100%;
        text-align: justify;
        z-index: 2;
    }

        .endowedprogramdescription.ecc {
            padding: 0 5% 0 5%;
            text-align: justify;
        }

    .endowedquotecallout img.eccquoteauthor {
        float: left;
        margin: 0 2.083333% 0 0;
    }

    .ringscholarshipimagemobile, .eccimage {
        display: block;
        margin: 0 0 30px 0;
        width: 100%;
        height: 200px;
        background: url(../images/giving/ringscholarshipimage.jpg) no-repeat center center;
        background-size: cover;
    }

    .eccimage {
        background: url(images/giving/eccimage.jpg) no-repeat right top;
        background-size: cover;
    }

        .ringscholarshipimage::before, .eccimage::after {
            display: none;
        }

    .endowedprogramdescription a.slidebutton, .endowedprogramboxright a.slidebutton {
        display: block;
        margin: 0 0 20px 0;
        width: 100%;
        font-size: 16px;
    }
}


/*-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------HONOR ROLL-----------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/

.givingintrobanner.honorrollbanner {
    position: relative;
    display: block;
    margin: -90px auto 0 auto;
    width: 100%;
    height: 500px;
    background: url(/content/f1/images/giving/givingbanners/givingscholarships.jpg) no-repeat center center;
    background-size: cover;
}

.givingintrobanner > .honorrollintro {
    position: relative;
    display: inline-block;
    margin: 100px 0 0 30px;
    padding: 30px;
    width: 700px;
    height: auto;
    min-height: auto;
    background: rgba(86, 38, 38, 0.8);
    text-align: center;
    border-radius: 4px;
}

h1.honorrolltitle {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-size: 70px;
    line-height: 70px;
    color: #fff;
}

.headingline.honorrollheadingline {
    width: 50%;
    margin-bottom: 30px;
    background: #fff;
}

.honorrollintro p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

    .honorrollintro p.byline {
        margin-top: 15px;
        font-family: "proxima-nova-extra-condensed", sans-serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }


@media (max-width: 1199px) {
    .givingintrobanner > .honorrollintro {
        width: 600px;
    }

    h1.honorrolltitle {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (max-width: 991px) {
    .givingintrobanner > .honorrollintro {
        margin: 100px 0 0 30px;
        padding: 30px;
        width: 500px;
    }

    h1.honorrolltitle {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .givingintrobanner.honorrollbanner {
        padding: 30px;
        width: 100%;
        height: auto;
        background: url(/content/f1/images/giving/givingbanners/honorrollbg-mobile.jpg) no-repeat center center;
        background-size: cover;
        text-align: center;
    }

    .givingintrobanner > .honorrollintro {
        margin: 60px auto 0 auto;
        padding: 30px;
        width: 100%;
        max-width: 500px;
    }

    h1.honorrolltitle {
        font-size: 40px;
        line-height: 40px;
    }

    .honorrollintro p.byline {
        font-size: 18px;
        line-height: 18px;
    }
}

.honor-roll-sm {
    font-size: 17px;
}

input[type=radio].aggienetworksegmentedcontrol {
    display: none;
}

    input[type=radio].aggienetworksegmentedcontrol + label {
        display: inline-block;
        margin: 0 0 0 -1px;
        padding: 5px 0 4px 0;
        width: 33.528265%;
        font-family: "proxima-nova", Helvetica, sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        text-align: center;
        color: #8a6666;
        letter-spacing: 1px;
        border: 1px solid #8a6666;
        cursor: pointer;
    }

    input[type=radio].aggienetworksegmentedcontrol:checked + label {
        background: #8a6666;
        color: #fff;
    }

    input[type=radio].aggienetworksegmentedcontrol + label:first-of-type {
        border-radius: 4px 0 0 4px;
    }

    input[type=radio].aggienetworksegmentedcontrol + label:last-of-type {
        border-radius: 0 4px 4px 0;
    }

.honorroll {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 100%;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

#sidenav.honorrolltools {
    position: relative;
    display: block;
    margin: 0;
    padding: 30px 0 0;
    width: 200px;
    border-right: 1px solid #eee9e9;
    border-bottom: 1px solid #eee9e9;
    border-radius: 4px;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.honorrollsort {
    position: relative;
    display: block;
    padding-bottom: 30px;
    width: 100%;
    font-size: 0;
    text-align: center;
    border-bottom: 1px solid #eee9e9;
}

    .honorrollsort h4 {
        margin-bottom: 5px !important;
        color: #8a6666 !important;
    }

.findanaggieresultstoolslist.honorrolllevels {
    padding-top: 30px;
}

    .findanaggieresultstoolslist.honorrolllevels h4 {
        margin-bottom: 5px !important;
        padding-left: 15px;
    }

.honorrollnumbers {
    font-size: 18px;
}

.honorrolllistcontainer {
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    padding: 0 0 0 60px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}

#infopagedetails.honorrollnameslist {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    width: 100%;
    max-width: 100%;
}

    #infopagedetails.honorrollnameslist h2 {
        margin: 0 0 30px;
        padding: 0;
    }

.honorrollliststats {
    width: 100%;
}

.honorrollname {
    display: block;
    padding: 0 50px 0 0;
    width: 350px;
    max-width: 100%;
}

@media (max-width: 767px) {
    #sidenav.honorrolltools, .honorrolllistcontainer {
        width: 100%;
        flex: 1 0 100%;
    }

    #sidenav.honorrolltools {
        padding: 30px 0;
    }

    .honorrollsort, .findanaggieresultstoolslist.honorrolllevels {
        margin: 0 auto;
        width: 100%;
        font-size: 0;
        text-align: center;
    }

    .findanaggieresultstoolslist.honorrolllevels {
        max-width: 300px;
    }

        .honorrollsort > input[type=radio].aggienetworksegmentedcontrol + label, .findanaggieresultstoolslist.honorrolllevels > input[type=radio].aggienetworksegmentedcontrol + label {
            margin-bottom: -1px;
            width: 50%;
            max-width: 150px;
        }

            .findanaggieresultstoolslist.honorrolllevels > input[type=radio].aggienetworksegmentedcontrol + label:first-of-type {
                border-radius: 4px 0 0 0;
            }

            .findanaggieresultstoolslist.honorrolllevels > input[type=radio].aggienetworksegmentedcontrol + label:nth-of-type(2) {
                border-radius: 0 4px 0 0;
            }

            .findanaggieresultstoolslist.honorrolllevels > input[type=radio].aggienetworksegmentedcontrol + label:nth-of-type(9) {
                border-radius: 0 0 0 4px;
            }

            .findanaggieresultstoolslist.honorrolllevels > input[type=radio].aggienetworksegmentedcontrol + label:last-of-type {
                border-radius: 0 0 4px 0;
            }

    .honorrolllistcontainer {
        padding: 0 10px;
    }
}



/*-------------------------------------------------------------------------------------------------------*/
/*------------------------------------------PASS IT BACK DAY---------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/

/*-----------------------NOT DAY OF----------------------*/


#passitbackday.tease {
    margin: -90px auto 0;
    padding: 120px 0 80px;
    background-image: url(/content/f1/images/giving/passitbackday/2023pibdtease.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

    #passitbackday.tease #passitbackintro {
        margin: 0 auto;
        padding: 0 20px;
        width: 100%;
        max-width: 1200px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

        #passitbackday.tease #passitbackintro .pibdlogo {
            position: relative;
            display: block;
            margin: 0 auto 40px;
            width: 100%;
            max-width: 600px;
            height: auto;
        }

        #passitbackday.tease #passitbackintro ul.countdown {
            list-style: none;
            margin: 0 0 30px;
            padding: 0;
            display: block;
            text-align: center;
            z-index: 2;
        }

            #passitbackday.tease #passitbackintro ul.countdown li {
                font-family: 'Open Sans';
                font-weight: 400;
                display: inline-block;
                min-width: 120px;
            }

                #passitbackday.tease #passitbackintro ul.countdown li span {
                    width: 100%;
                    font-size: 60px;
                    font-weight: 300;
                    line-height: 60px;
                    color: #fff;
                }

                #passitbackday.tease #passitbackintro ul.countdown li.seperator {
                    font-family: "Open Sans";
                    font-weight: 400;
                    min-width: unset !important;
                    font-size: 60px;
                    line-height: 50px;
                    vertical-align: top;
                    color: #fff;
                }

                    #passitbackday.tease #passitbackintro ul.countdown li.seperator.firstseparator {
                        line-height: 60px;
                    }

                #passitbackday.tease #passitbackintro ul.countdown li p {
                    color: #fff;
                    font-size: 14px;
                }

    #passitbackday.tease #passitback-whattoknow {
        padding: 20px;
        background: #fff;
        text-align: left;
    }

        #passitbackday.tease #passitback-whattoknow h2 {
            margin: 20px 0 40px;
            color: #562626;
            font-weight: 600;
            text-align: center;
        }


        #passitbackday.tease #passitback-whattoknow .whattoknow-item {
            margin-bottom: 40px;
            gap: 60px;
            flex-flow: row;
            align-items: flex-start;
        }

            #passitbackday.tease #passitback-whattoknow .whattoknow-item .whattoknowitem-number {
                position: absolute;
                margin: 0 0 0 -50px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
                font-size: 32px;
                font-weight: 800;
                line-height: 32px;
                background: #562626;
                height: 60px;
                width: 60px;
                border-radius: 50%;
                box-shadow: rgba(0,0,0,0.3) 3px 3px 10px;
            }

            #passitbackday.tease #passitback-whattoknow .whattoknow-item .whattoknowitem-text {
                flex: 1;
                padding: 0 0 0 40px;
                font-size: 20px;
                line-height: 26px;
                font-weight: 300;
            }



/*-----------------------DAY OF----------------------*/


.fullscreencontentwrapper {
    position: relative;
    display: flex;
    margin: -90px 0 0 0;
    width: 100%;
    height: calc(100vh - 75px);
    max-height: 1200px;
    min-height: 800px;
    justify-content: center;
}

#pibdhero {
    position: relative;
    display: grid;
    margin: -90px 0 0 0;
    padding: 0;
    width: 100%;
    height: calc(100vh - 75px);
    max-height: 1200px;
    min-height: 800px;
    grid-template-columns: 1fr 450px;
    grid-template-rows: 1fr;
    grid-template-areas:
        "map givingoptions"
}


#pibdgivingoptions {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #0572ba;
    background-image: url(/content/f1/images/giving/passitbackday/2023pibdbgpattern.jpg);
    background-repeat: repeat;
    background-size: 400px auto;
    box-shadow: rgba(2, 72, 118, 0.7) 0px 0px 10px;
    z-index: 2;
    grid-area: givingoptions;
}

    #pibdgivingoptions::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(5, 114, 186, 0.6);
        z-index: 0;
    }


.pibdgivingoptions-content {
    position: relative;
    display: block;
    padding: 60px 20px 40px;
}


    .pibdgivingoptions-content .pibdlogo {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
    }

    .pibdgivingoptions-content h2 {
        font-weight: 700;
        font-size: 24px;
        color: #fff;
        text-align: center;
        letter-spacing: 0.5px;
    }

    .pibdgivingoptions-content .givingblock {
        margin-bottom: 20px;
        padding: 20px 20px;
        background: white;
        border-radius: 2px;
    }

        .pibdgivingoptions-content .givingblock h3 {
            margin: 0;
            font-size: 20px;
            line-height: 28px;
            font-weight: 600;
            color: #562626;
        }

        .pibdgivingoptions-content .givingblock p {
            margin: 0;
            font-size: 16px;
            line-height: 20px;
            font-weight: 400;
        }

    .pibdgivingoptions-content .slidebutton {
        display: block;
        margin-top: 20px;
    }



#passitbackdaycounter-container {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 3;
    grid-area: progressbar;
}

    #passitbackdaycounter-container.givingoptions {
        margin: 20px 0 60px;
    }

.goalProgress {
    background: #e7e7e7;
    overflow: hidden;
    border-radius: 50px;
}

div.progressBar {
    display: block;
    width: 0px;
    max-width: 100% !important;
    height: 30px;
    background: #43d658;
    border-radius: 50px;
    text-align: right;
    transition: width 1s;
    -webkit-transition: width 1s;
}


.giftNumber {
    position: absolute;
    display: block;
    top: 30px;
    right: 0;
    padding: 10px 10px 0 0;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-align: right;
    color: #fff;
}

span.goalAmount {
    display: none;
    text-indent: -9999px;
}






#giveButton.slidebutton {
    margin-top: 80px;
    padding: 15px 30px 13px;
    font-size: 30px;
    line-height: 30px;
}


#passitbackday {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

    #passitbackday section {
        position: relative;
        display: block;
        padding: 0 80px 80px;
        width: 100%;
        background-color: white;
        z-index: 3;
    }

#passitbackdaydetails:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url(/content/f1/images/giving/passitbackday/2023pibdbgpattern.png);
    background-repeat: repeat;
    background-size: 400px auto;
    opacity: 0.2;
}



#passitbackdaydetails-content {
    position: relative;
    margin: 0 auto;
    padding: 0 40px 0;
    width: 100%;
    max-width: 1400px;
    z-index: 3;
    background: white;
}

#passitbackday-description {
    margin: 0 auto 100px;
    padding: 80px 0 0;
    background: #fff;
    width: 100%;
    max-width: 800px;
    text-align: center;
}

#passitbackdaydetails-content h1, #passitbackdaydetails-content h2, #passitbackdaydetails-content h3, #passitbackday section h2 {
    margin: 0 0 10px 0;
    width: 100%;
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 40px;
    color: #8a6666;
    text-transform: none;
    text-align: center;
}


#passitbackdaydetails-content h2, #passitbackday section h2 {
    margin-bottom: 60px;
}

#passitbackdaydetails-content .h4, #faq-content .faq-question {
    margin: 0;
    font-family: "proxima-nova-extra-condensed", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #562626;
}


#passitbackdaydetails h3 {
    margin: 0 0 20px 0;
    width: 100%;
    font-size: 40px;
    line-height: 40px;
}

#passitbackday-challenges {
    margin: 0 auto 100px;
    justify-content: center;
    align-items: stretch;
    column-gap: 100px;
}

    #passitbackday-challenges > div {
        padding: 40px 0 0;
        width: calc(50% - 50px);
        background: #fff;
        text-align: center;
    }


    #passitbackday-challenges > div {
        padding: 0;
    }

#givingchallenges > div {
    margin-bottom: 100px;
}

#classleaders > div {
    position: relative;
    display: block;
    margin-bottom: 80px;
}

#powerhourclass, #powerhourclass-ya, #powerhourclass-club, #powerhourclass-cn {
    margin-bottom: 20px !important;
}


#leadertable-content > div,
#leadertable-content-ya > div, #leadertable-content-club > div, #leadertable-content-cn > div,
.classleadertable-header,
#permaModalBody .classleadertable-header,
#permaModalBody .classleadertable-row {
    display: flex;
    text-align: left;
    font-size: 18px;
    line-height: 18px;
}

.challengetitle, .classleadertable-header {
    font-family: "proxima-nova-extra-condensed", sans-serif;
    font-weight: 400;
    font-size: 24px !important;
    line-height: 24px !important;
    color: #562626;
}

.classleadertable-header {
    background: rgba(56, 119, 187, 0.1);
    flex-flow: row wrap;
}

#permaModalBody {
    flex-flow: row wrap
}

.classleadertable-header, .classleadertable-row {
    width: 100%;
}

    .classleadertable-header > div, .classleadertable-row > div {
        width: 50%;
        padding: 15px;
    }

        .classleadertable-header > div:last-of-type, .classleadertable-row > div:last-of-type {
            text-align: right;
        }

    .classleadertable-row:nth-child(even) {
        background: rgba(56, 119, 187, 0.05);
    }

#classleadertable .classleadertable-seeall {
    display: block;
    margin-top: 20px;
    width: 100%;
    font-size: 16px !important;
    line-height: 16px !important;
    text-align: center;
    cursor: pointer;
}

#permaModal,
.modal-dialog {
    top: 0;
    height: 100%;
}

.modal-content {
    height: 90%;
    display: flex;
    flex-direction: column;
}

.modal-header {
    height: 75px;
}

.modal-body {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    flex: 1;
    padding: 0;
}

    .modal-body > div {
        padding: 0 20px;
    }

.pibdchallenge:not(:last-child) {
    margin-bottom: 40px;
}



.pibdchallenge .challengeicon {
    display: block;
    width: 115px;
    height: 100px;
}

    .pibdchallenge .challengeicon img {
        display: block;
        width: 100%;
        height: auto;
    }

.pibdchallenge .challengedetails {
    flex: 1;
    /*padding-left: 20px;*/
}

.pibdchallenge .challengeheader {
    align-items: baseline;
}

    .pibdchallenge .challengeheader .challengeprogress {
        flex: 1;
        font-family: "proxima-nova", sans-serif;
        font-weight: 800;
        font-size: 22px;
        line-height: 22px;
        color: #8a6666;
        text-align: right;
    }

.pibdchallenge .challengeprogress span.outof {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #bbb;
}


.pibdchallenge .challengedescription p {
    margin: 5px 0 10px;
    text-align: left;
}

#passitbackday-challenges #matchingfunds {
    margin: 40px 0 0;
    width: 100%;
    text-align: center;
    font-style: italic;
}

/*#passitbackday-faq {
    margin-top: 80px;
}*/

#faq-content {
    column-gap: 80px;
    row-gap: 40px;
}

.faq-questionwrapper {
    position: relative;
    display: block;
    width: calc(50% - 40px);
    text-align: left;
}

#faq-content p, #faq-content ul {
    margin-top: 10px;
}



.faq-answer ul {
    list-style-type: none;
    padding: 0;
}

#otherquestions {
    position: relative;
    display: block;
    margin-top: 40px;
    text-align: center;
}

    #otherquestions p {
        font-weight: 400;
    }

#printableArea.lightbg td.disclaimerscontent p {
    font-weight: 400 !important;
    color: #562626 !important;
}

#printableArea.lightbg.pibd td.disclaimerscontent p {
    font-weight: 400 !important;
    color: #fff !important;
}




@media (max-width: 1199px) {
    #pibdhero {
        grid-template-columns: 1fr 340px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .fullscreencontentwrapper {
        margin: -40px 0 0 0;
        padding: 60px 0 0 0;
        height: calc(100vh - 91px);
        max-height: 750px;
    }

    .mapcontainer {
        padding: 50px 0 0 0;
    }

    #passitbackintro {
        /*position: relative;*/
        display: block;
        margin: 0;
        padding: 0 30px;
        width: 80%;
    }

        #passitbackintro ul.countdown {
            margin: -10px 0 30px;
        }

    #passitbackday {
        background-position: 70% top;
        background-size: cover;
    }

    #passitbackintro h2 {
        font-size: 28px;
        line-height: 36px;
    }

    #passitbackdaydetails {
        padding: 0 20px;
    }



    #passitbackday-givingopps {
        margin: 80px auto 120px;
    }

        #passitbackday-givingopps div {
            width: calc(50% - 15px);
            padding: 40px 20px;
        }

        #passitbackday-givingopps > div + div {
            margin-left: 30px;
        }

        #passitbackday-givingopps .givingoppgraphic {
            display: none;
        }

        #passitbackday-givingopps p {
            padding: 0 !important;
        }

    #passitbackdaydetails-content h3 {
        font-size: 30px;
        line-height: 30px;
    }

    #passitbackday-challenges {
        padding: 40px 0;
    }

    #givingchallenges .pibdchallenge .challengeicon {
        display: none;
    }

        #givingchallenges .pibdchallenge .challengeicon img {
            margin: 0 auto;
            width: 90px;
            height: auto;
        }



    .pibdchallenge .challengedetails {
        padding: 0;
    }

    #passitbackdaydetails-content h1, #passitbackdaydetails-content h2 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .fullscreencontentwrapper {
        padding: 40px 0;
        width: 100%;
        height: auto;
        max-height: 1200px;
    }

    #passitbackday.tease #passitbackintro .pibdlogo {
        max-width: 500px;
        height: auto;
    }


    #pibdhero {
        position: relative;
        display: grid;
        margin: -50px 0 0 0;
        padding: 0;
        width: 100%;
        height: auto;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 300px;
        grid-template-areas:
            "givingoptions"
            "map"
    }




    #passitbackday {
        background-image: url(/content/f1/images/giving/passitbackday/passitbackdaycollagebg.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

        #passitbackday section {
            position: relative;
            display: block;
            padding: 0 20px 40px;
            width: 100%;
            background-color: white;
            z-index: 3;
        }

    #passitbackintro {
        padding: 0;
        width: 100%;
        text-align: center;
    }

        #passitbackday.tease #passitbackintro-content #passitbackintro #passitbackintro-content .pibdlogo, #passitbackintro .thankyou {
            max-width: 500px;
        }

        #passitbackintro h2 {
            margin: -20px 0 40px;
            padding: 0 10px;
            font-size: 24px;
            line-height: 32px;
        }

    #passitbackdaycounter-container {
        margin: 0 auto;
        max-width: 500px;
        padding: 0 20px;
    }

    div.progressBar {
        font-size: 18px;
        line-height: 26px;
    }

    span.giftNumber {
        position: absolute;
        top: 40px;
        padding: 0;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    #passitbackintro #giveButton {
        font-size: 24px;
    }

    #passitbackdaydetails h3.sectiontitle {
        font-size: 28px;
        line-height: 28px;
    }

    #passitbackdaydetails {
        padding: 0 10px 60px;
    }

    #passitbackdaydetails-content {
        padding: 0 0 40px;
    }

    #passitbackday-description {
        margin: 0 auto 40px;
        padding: 40px 0 0;
    }

        #passitbackday-description p:last-of-type {
            text-align: left;
        }

    #passitbackdaydetails-content h1 {
        font-size: 40px;
        line-height: 40px;
    }

    #passitbackday-challenges {
        padding: 40px 0 0;
        margin: 0 auto 40px;
    }

        #passitbackday-challenges > div {
            width: 100%;
        }

    #passitbackdaydetails-content h2 {
        margin-bottom: 20px;
        font-size: 40px;
        line-height: 40px;
    }

    #classleaders {
        margin-bottom: 60px;
    }

    #classleadertable #leadertable-content, #leadertable-content-ya {
        max-height: 480px;
        overflow: hidden;
    }

    #givingchallenges .pibdchallenge .challengeicon {
        width: 100%;
        height: auto;
    }

        #givingchallenges .pibdchallenge .challengeicon img {
            margin: 0 auto;
            width: 100px;
            height: auto;
        }



    .pibdchallenge .challengedetails {
        padding: 0;
    }

    #faq-content > div {
        width: 100%;
    }

    .modal-content {
        height: 97%;
    }

    .modal-body {
        padding: 10px;
    }

        .modal-body > div {
            padding: initial;
        }
}

@media (max-width: 650px) {
    #passitbackday.tease #passitbackintro ul.countdown {
        margin: 0 0 30px;
    }

        #passitbackday.tease #passitbackintro ul.countdown li {
            min-width: 60px;
        }

            #passitbackday.tease #passitbackintro ul.countdown li span {
                font-size: 44px;
                line-height: 44px;
            }

            #passitbackday.tease #passitbackintro ul.countdown li.seperator {
                font-size: 44px;
                line-height: 34px;
            }

    #passitbackday.tease #passitback-whattoknow .whattoknow-item .whattoknowitem-text {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 400px) {
    #passitbackday.tease #passitbackintro ul.countdown li {
        min-width: 60px;
    }

        #passitbackday.tease #passitbackintro ul.countdown li span {
            font-size: 40px;
            line-height: 40px;
        }

        #passitbackday.tease #passitbackintro ul.countdown li.seperator {
            font-size: 40px;
            line-height: 34px;
        }

    #passitbackintro h2 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 340px) {
    div.progressBar {
        font-size: 18px;
        line-height: 18px;
    }
}

/* Map Styles */
html, body, #wrapper {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.mapcontainer {
    /* padding: 120px 0 0 0; */
    position: relative;
    display: block;
    flex: 1;
    height: 100%;
    background: rgba(34, 19, 19, 0.8);
    z-index: 1;
    position: relative;
    user-select: none;
}

    .mapcontainer svg {
        position: absolute;
        width: 100%;
        height: 100%;
    }

#mapboxmap {
    height: 100%;
}

.mapicon {
    height: 12px;
    width: 12px;
    border-radius: 1000%;
    position: relative;
    background: rgba(198, 229, 250, 1);
    border-radius: 50%;
    opacity: 0;
    animation: fade 1500ms ease-out;
}

    .mapicon::after {
        content: " ";
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        background: radial-gradient(ellipse at center, rgba(86,38,38,0) 0%, rgba(100,57,57,0.5) 16%, rgba(137,105,105,0.74) 57%, rgb(188,171,171) 100%, rgb(137,105,105) 100%, rgb(86,38,38) 100%, rgb(157,128,128) 100%);
        border-radius: 100%;
        opacity: 0;
        animation: pulsate 1250ms ease-out;
        z-index: 2;
    }

@keyframes fade {
    0% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        transform: scale(3);
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(5);
        opacity: 0;
    }
}



/*-----------------------RECEIPT----------------------*/

#passitbackdayreceipt {
    position: relative;
    display: block;
    margin: -90px auto 0;
    padding: 100px 0 80px 0;
    background-color: #0572ba;
    background-image: url(/Content/f1/images/giving/passitbackday/2023pibdbgpattern.jpg);
    background-size: 400px auto;
    background-position: left top;
    background-repeat: repeat;
    text-align: center;
}

    #passitbackdayreceipt::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(5, 114, 186, 0.6);
        z-index: 0;
    }

    #passitbackdayreceipt #printableArea .disclaimers {
        display: none;
    }

#passitbackdayreceiptwrapper {
    position: relative;
    display: block;
    padding-top: 116px;
    margin: 120px auto 0;
    width: 100%;
    max-width: 700px;
    background: white;
    border-radius: 4px;
}

.pibdthankyouimage {
    position: relative;
    display: block;
    margin: -116px auto 0;
    padding: 0 20px;
    width: 80%;
    max-width: 650px;
    height: auto;
}

    .pibdthankyouimage img {
        position: relative;
        display: block;
        top: -116px;
        width: 100%;
        height: auto;
        box-shadow: 0 15px 30px rgb(0, 0, 0, 0.25);
    }

@media (max-width: 767px) {
    .pibdthankyouimage {
        width: 100%;
    }
}


#badgeunlock {
    position: relative;
    display: block;
    margin: 0 auto 40px;
    padding: 20px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    align-items: flex-start;
}

#badgeunlockcontainer {
    position: relative;
    display: flex;
    padding: 20px;
    width: 100%;
    border: 1px solid #562626;
    border-radius: 4px;
    gap: 20px;
}

.badgeimage {
    width: 100px;
    height: auto;
}

    .badgeimage img {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
    }

.badgedescription {
    flex: 1;
    text-align: left;
}

    .badgedescription h2 {
        margin: 0 0 5px;
        font-family: 'proxima-nova-extra-condensed', Arial, sans-serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 30px;
        color: #562626;
        text-align: left;
    }

    .badgedescription p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 22px;
    }



#passitbackdayreceipt h1 {
    text-transform: none;
    text-align: center;
}

#socialshare {
    position: relative;
    margin: -96px auto 0;
    width: 100%;
    justify-content: center;
    gap: 20px;
}

    #socialshare a.slidebutton {
        max-width: 250px;
    }

    #socialshare a:hover {
        color: white;
    }

@media (max-width: 767px) {
    #passitbackdayreceipt #socialshare a.slidebutton {
        position: relative;
        display: flex;
        padding: 0 0 0 5px;
        font-family: "proxima-nova", Helvetica, sans-serif;
        font-weight: 300;
        font-size: 14px;
        line-height: 14px;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        text-transform: none;
    }

    #sociallogin a.slidebutton:hover {
        color: #fff;
    }

    .loginicon {
        position: relative;
        display: block;
        margin-right: 8px;
        width: 30px;
        height: auto;
    }

    #badgeunlockcontainer {
        display: block;
    }

    .badgeimage {
        margin: 0 auto 20px;
        width: 80px;
        height: auto;
    }

    .badgedescription {
        text-align: center;
    }
}

#passitbackdayreceipt .disclaimers {
    position: relative;
    display: block;
}


#passitbackdayreceipt .receiptwrapper {
    box-shadow: none;
}

