@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/**/
/**/
/**/
html {
    font-size: 18px;
}

    html body {
        font-size: 18px;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }

        html body.fixed-nav {
            padding-top: 120px;
        }

    html * {
        font-family: "PT Serif", serif;
    }

    html p {
        font-size: 18px;
    }

    html h1,
    html h2,
    html h3,
    html h3,
    html h4,
    html h5 {
        color: #008da9;
        font-family: "Montserrat", sans-serif;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

    html h1 {
        color: #00758E;
        font-size: 2.33rem;
    }

    html h2 {
        font-size: 1.33rem;
        font-weight: 300;
        color: #263746;
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }

    html h3 {
        font-family: "PT Serif", serif;
        font-size: 1.22rem;
        font-weight: 300;
        color: #263746;
    }

    html h4 {
        font-family: "Montserrat", sans-serif;
        font-size: 1rem;
        font-weight: 400;
        color: #88B668;
    }

    html a {
        color: #00758E;
        text-decoration: underline;
    }

    html .font-bold {
        font-weight: 600;
    }

    html .widget-navigation .dropdown-menu .mini-cart .mini-cart-options .checkout-button.btn-primary,
    html .widget-navigation .dropdown-menu .mini-cart .mini-cart-options .checkout-button.btn-primary:hover {
        background-color: #00758E;
    }

    html .carousel .carousel-control {
        color: #00758E !important;
    }

    html .cart-button i {
        color: #00758E;
    }

    html .cart-count {
        position: relative;
        color: #00758E;
        text-shadow: 1.3px 1.3px 0 #e0e0e0, -1.3px -1.3px 0 #e0e0e0, 1.3px -1.3px 0 #e0e0e0, -1.3px 1.3px 0 #e0e0e0, 0 1.3px 0 #e0e0e0, 1.3px 0 0 #e0e0e0, 0 -1.3px 0 #e0e0e0, -1.3px 0 0 #e0e0e0;
        font-family: sans-serif;
        font-size: 13px;
        margin-top: -28px;
    }

    html .cart-money {
        color: #263746;
        font-size: 11px;
        font-family: "Montserrat", sans-serif;
    }

    html .navbar {
        background-color: white;
        border-top: 8px solid #008da9;
        border-bottom: 2px solid #008da9;
        padding: 0 15px;
    }

        html .navbar > .container .navbar-brand {
            margin-left: -15px;
            padding-top: 7px;
        }

            html .navbar > .container .navbar-brand img {
                max-width: 115px;
                max-height: 60px;
                margin-top: 0;
            }

        html .navbar a {
            text-decoration: none;
        }

        html .navbar .navbar-toggle {
            border: none;
            margin-top: 11px;
            width: 54px;
            height: 50px;
            overflow: hidden;
        }

            html .navbar .navbar-toggle .icon-bar {
                background-color: #00758E;
                width: 35px;
                height: 4px;
                border-radius: 0;
                transform: translate(0px, 0px) rotate(0deg);
                transition: all 0.5s;
            }

                html .navbar .navbar-toggle .icon-bar:first-child {
                    transform: translate(0px, 4px) rotate(0deg);
                    background-color: #00758E;
                }

                html .navbar .navbar-toggle .icon-bar:last-child {
                    transform: translate(0px, -4px) rotate(0deg);
                    background-color: #00758E;
                }

                html .navbar .navbar-toggle .icon-bar + .icon-bar {
                    margin: 10px 0;
                }

            html .navbar .navbar-toggle[aria-expanded=true] {
                padding: 10px;
            }

                html .navbar .navbar-toggle[aria-expanded=true] .icon-bar {
                    background-color: transparent;
                    width: 35px;
                    height: 4px;
                    border-radius: 0;
                    transform: translate(0px, 0px) rotate(405deg);
                    transition: all 0.5s;
                    margin: 0;
                }

                    html .navbar .navbar-toggle[aria-expanded=true] .icon-bar:first-child {
                        transform: translate(0, 4px) rotate(405deg);
                        margin: 0;
                        background-color: #00758E;
                    }

                    html .navbar .navbar-toggle[aria-expanded=true] .icon-bar:last-child {
                        transform: translate(0, -4px) rotate(-405deg);
                        margin: 0;
                        background-color: #00758E;
                    }

        html .navbar .zone-navigation {
            float: right;
            display: inline-block;
        }

            html .navbar .zone-navigation article {
                width: 100%;
                display: inline-block;
            }

@media (min-width: 1021px) {
    html .navbar .zone-navigation article {
        width: auto;
    }
}

html .navbar .zone-navigation .widget-search-form {
    /* removed for dev
  display: none;
  */
    max-width: 300px;
    /*
      remove max-width too.
  */
}

html .navbar .zone-navigation .menu > .active > .dropdown-bar > .expand-arrow-companion > a,
html .navbar .zone-navigation .menu > li > .dropdown-bar > .expand-arrow-companion > a,
html .navbar .zone-navigation .menu > .open > a,
html .navbar .zone-navigation .menu > .active > a,
html .navbar .zone-navigation .menu > li > a,
html .navbar .zone-navigation .menu.menu-my-account-links > a {
    border: none;
    color: black;
    font-family: "Montserrat";
    font-size: 0.77rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 33px;
    padding-bottom: 16px;
}

@media (max-width: 400px) {
    html .zone-content {
        margin: 0;
        margin-top: 5px;
    }
}

html .row,
html .container > .navbar-header,
html .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

html .content-row.prime {
    margin-left: 0;
    margin-right: 0;
    padding-top: 50px;
    padding-bottom: 10px;
}

html .container {
    padding-right: 0;
    padding-left: 0;
    max-width: 100vw;
    width: 1100px;
    margin: 0 auto;
}

html #layout-wrapper {
    height: auto;
    margin: 0 auto;
    padding: 0;
    max-width: none;
}

html section.media-library-picker-field.media-library-picker-field-product-banner-image {
    width: 100vw;
    max-height: 200px;
    margin: 0;
    margin: 0 calc(50% - 50vw);
    margin-top: -92px;
    margin-bottom: 60px;
    overflow: hidden;
}

@media (min-width: 767px) {
    html section.media-library-picker-field.media-library-picker-field-product-banner-image {
        margin-top: -64px;
        margin-bottom: 60px;
    }
}

@media (min-width: 930px) {
    html section.media-library-picker-field.media-library-picker-field-product-banner-image {
        margin: 0 calc(50% - 50vw);
        margin-top: -64px;
        margin-bottom: 60px;
    }
}

@media (min-width: 960px) {
    html section.media-library-picker-field.media-library-picker-field-product-banner-image {
        margin: 0 calc(50% - 50vw);
        margin-top: -64px;
        margin-bottom: 60px;
    }
}

html section.media-library-picker-field.media-library-picker-field-product-banner-image img {
    margin-bottom: 0;
}

html article.content-item {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
}

html .flexpad {
    padding: 0 1rem;
}

html .taxonomy-info {
    display: none;
}

html .item-row {
    padding: 0 15px;
}

    html .item-row > .row {
        display: flex;
        flex-flow: row wrap;
    }

        html .item-row > .row > div {
            flex: auto 1 1;
            box-shadow: none;
            border: none;
            background: transparent none;
            float: none;
            min-height: 1px;
            padding: 0;
            position: relative;
            width: auto;
        }

            html .item-row > .row > div.image-frame {
                margin: 0 0 1rem 0;
                flex: 1 0 100%;
                padding: 0;
                max-width: 100%;
            }

@media (min-width: 600px) {
    html .item-row > .row > div.image-frame {
        flex: 1 0 40%;
        padding: 0 3rem 0 0;
    }
}

html .item-row > .row > div.product-summary {
    flex: 1 0 100%;
    padding: 0;
    max-width: 100%;
}

@media (min-width: 600px) {
    html .item-row > .row > div.product-summary {
        flex: 1 0 60%;
        padding: 0 3rem 0 0;
    }
}

html .item-row > .row > div.product-summary h1 {
    margin-top: 0;
}

html .item-row > .row > div.product-summary .product-add-to-cart {
    background: transparent none;
    border: none;
    box-shadow: none;
    float: none;
    margin: 0;
    min-height: 1px;
    padding: 1.5rem 0 0 0;
    position: relative;
    width: auto;
}

    html .item-row > .row > div.product-summary .product-add-to-cart * {
        width: auto;
        float: left;
        display: block;
        position: relative;
    }

    html .item-row > .row > div.product-summary .product-add-to-cart div,
    html .item-row > .row > div.product-summary .product-add-to-cart > button,
    html .item-row > .row > div.product-summary .product-add-to-cart > input,
    html .item-row > .row > div.product-summary .product-add-to-cart form {
        width: 100%;
        float: left;
        text-align: left;
    }

    html .item-row > .row > div.product-summary .product-add-to-cart .product-price,
    html .item-row > .row > div.product-summary .product-add-to-cart .cart-product-price {
        color: #263746;
        margin: 0.25rem 0 1.5rem 0;
        font-family: "PT Serif", serif;
        font-size: 1.5rem;
    }

    html .item-row > .row > div.product-summary .product-add-to-cart .add-to-cart.btn,
    html .item-row > .row > div.product-summary .product-add-to-cart .btn-primary,
    html .item-row > .row > div.product-summary .product-add-to-cart .primaryAction,
    html .item-row > .row > div.product-summary .product-add-to-cart .add-to-cart {
        background-color: #88B668;
        border: none;
        border-radius: 1.5rem;
        color: #FFF;
        display: inline-block;
        float: left;
        width: auto;
        margin: 0 1rem 5px 0;
        padding: 0.75rem 1.5rem;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        transition: all 0.3s;
    }

        html .item-row > .row > div.product-summary .product-add-to-cart .add-to-cart.btn:hover,
        html .item-row > .row > div.product-summary .product-add-to-cart .btn-primary:hover,
        html .item-row > .row > div.product-summary .product-add-to-cart .primaryAction:hover,
        html .item-row > .row > div.product-summary .product-add-to-cart .add-to-cart:hover {
            background-color: #6e9e4d;
            --shadow-color: hsl(0deg 0% 0% / 0.25);
            filter: drop-shadow(1px 2px 4px var(--shadow-color));
        }

    html .item-row > .row > div.product-summary .product-add-to-cart .fa.in-stock {
        color: #00758E;
    }

html .item-row > .row > div.product-description {
    border-top: 2px solid #B6B7B7;
    margin-top: 2.5rem;
    padding: 0;
    padding-top: 1.25rem;
    display: flex;
    flex-flow: row wrap;
}

    html .item-row > .row > div.product-description > div {
        flex: 1 1 100%;
        margin: 0;
        padding: 0;
    }

@media (min-width: 767px) {
    html .item-row > .row > div.product-description > div {
        flex: 1 1 50%;
    }
}

html .item-row > .row > div.product-description > div.description {
    flex: 1 0 100%;
}

    html .item-row > .row > div.product-description > div.description > .flexpad {
        padding-left: 0;
        padding-right: 0;
    }

@media (min-width: 767px) {
    html .item-row > .row > div.product-description > div.description {
        flex: 1 0 66%;
    }

        html .item-row > .row > div.product-description > div.description > .flexpad {
            padding-left: 0;
            padding-right: 2rem;
        }
}

html .item-row > .row > div.product-description > div.details {
    border-top: 2px solid #B6B7B7;
    margin-top: 2rem;
    flex: 1 0 100%;
}

    html .item-row > .row > div.product-description > div.details > .flexpad {
        padding-left: 0;
        padding-right: 0;
    }

@media (min-width: 767px) {
    html .item-row > .row > div.product-description > div.details {
        border-top: none;
        margin-top: 0;
        flex: 1 0 33%;
    }

        html .item-row > .row > div.product-description > div.details > .flexpad {
            padding-left: 1rem;
        }
}

html .item-row > .row > div.product-description > div.details .item-detail {
    margin-bottom: 1rem;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
}

    html .item-row > .row > div.product-description > div.details .item-detail * {
        font-family: "Montserrat", sans-serif;
    }

html .donation-custom-amount .donation-amount-group {
    margin-left: 0;
    margin-right: 0;
}

    html .donation-custom-amount .donation-amount-group .donation-amount-field {
        padding: 12px;
        padding-left: 0;
    }

html #footer {
    background: #008da9;
    height: auto;
    font-size: 16px;
    margin-top: auto;
}

    html #footer * {
        font-family: "Montserrat", sans-serif;
    }

    html #footer h3 {
        color: #00758E;
    }

    html #footer p,
    html #footer ul,
    html #footer a {
        color: #FFF;
    }

    html #footer a {
        text-decoration: none;
    }

        html #footer a i {
            color: #00758E;
        }

        html #footer a:hover {
            color: #FFF;
            text-decoration: underline;
        }

    html #footer abbr[title],
    html #footer abbr[data-original-title] {
        cursor: default;
        border-bottom: none;
        text-decoration: none;
    }

    html #footer .label {
        font-size: 1em;
        padding-left: 0;
        font-weight: 400;
    }

    html #footer .footer {
        background: #008da9;
        padding: 0 0;
        color: white;
        display: flex;
        flex-flow: row wrap;
        font-weight: 300;
    }

        html #footer .footer p,
        html #footer .footer ul,
        html #footer .footer li {
            font-weight: 300;
            font-size: 1em;
        }

        html #footer .footer .font-bold {
            font-weight: 600;
        }

        html #footer .footer .footer-1 {
            flex: 1 0 100%;
            padding: 3rem 2rem 1rem 2rem;
        }

@media (min-width: 400px) {
    html #footer .footer .footer-1 {
        flex: 1 1 50%;
    }
}

@media (min-width: 1101px) {
    html #footer .footer .footer-1 {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto 1fr;
        grid-column-gap: 32px;
        grid-row-gap: 16px;
    }
}

html #footer .footer .footer-1 a.logo {
    margin-top: -22px;
}

html #footer .footer .footer-1 nav.socials ul,
html #footer .footer .footer-1 nav.socials ul li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

    html #footer .footer .footer-1 nav.socials ul li a {
        border: 2px solid white;
        border-radius: 2rem;
        color: #FFF;
        padding: 0;
        margin-bottom: 1rem;
        margin-right: 0.25rem;
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        flex-flow: column nowrap;
    }

        html #footer .footer .footer-1 nav.socials ul li a i {
            color: #FFF;
            font-family: "FontAwesome";
            font-size: 19px;
            text-align: center;
            margin-top: 2px;
        }

        html #footer .footer .footer-1 nav.socials ul li a:hover {
            background-color: white;
            color: #007994;
            text-decoration: none;
        }

            html #footer .footer .footer-1 nav.socials ul li a:hover i {
                color: #007994;
            }

html #footer .footer .footer-1 nav.sitelinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    html #footer .footer .footer-1 nav.sitelinks ul li {
        margin: 0 0 0.5rem 0;
    }

        html #footer .footer .footer-1 nav.sitelinks ul li a {
            text-decoration: underline;
            font-weight: 600;
        }

            html #footer .footer .footer-1 nav.sitelinks ul li a.button-small {
                border: 2px solid white;
                border-radius: 2rem;
                padding: 0.4rem 0.5rem;
                text-decoration: none;
                text-transform: uppercase;
                font-size: 12px;
                letter-spacing: 2px;
                display: inline-block;
            }

                html #footer .footer .footer-1 nav.sitelinks ul li a.button-small:hover {
                    background: white;
                    color: #007994;
                }

html #footer .footer .footer-1 .copyright {
    font-size: 13px;
    grid-column: 1/4;
}

@media (min-width: 1101px) {
    html #footer .footer .footer-1 .copyright {
        grid-column: 2/4;
    }
}

html #footer .footer .footer-2 {
    flex: 1 0 100%;
    background: #BFE0EB url(/Themes/USC/Content/bg-unity-logo-mark.png) no-repeat center;
    background-size: cover;
    color: #00758E;
    justify-content: center;
    display: flex;
    flex-flow: column;
}

@media (min-width: 400px) {
    html #footer .footer .footer-2 {
        flex: 1 0 50%;
    }
}

@media (min-width: 800px) {
    html #footer .footer .footer-2 {
        flex: 1 0 400px;
    }
}

html #footer .footer .footer-2 p,
html #footer .footer .footer-2 ul,
html #footer .footer .footer-2 a {
    color: #00758E;
}

html #footer .footer .footer-2 > div {
    padding: 1rem 2rem;
}

html #footer .footer .footer-2 p.mission-statement {
    font-weight: 600;
    font-size: 1em;
}

@media (min-width: 600px) {
    html #footer .footer .footer-2 p.mission-statement {
        font-size: 1.25em;
    }
}

html select + button {
    float: none;
    clear: both;
}

html body.loggedout a[href*="/Users/Account/LogOff"] {
    display: none !important;
}

.sh-button .btn-primary {
    background-color: #aa2d45;
}

.sh-button .btn-primary:hover {
    background-color: #000000;
}

header:has(+ div .sh-enews) {
    display: none;
}

html .btn-primary,
html .add-to-cart.btn {
    background-color: #88b668;
    border-color: #88b668;
    border-radius: 2rem;
    border-width: 2px;
    color: #ffffff;
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 0.5rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s;
}

    html .btn-primary:hover,
    html .add-to-cart.btn:hover {
        background-color: #6e9e4c;
        border-color: #6e9e4c;
    }

html .zone.zone-after-content {
    padding: 2rem 0rem;
    max-width: 960px;
    margin: 0 auto;
}

html .container article.content-item,
html .container article {
    padding: 1rem 0;
}

html .product-price,
html .cart-product-price {
    padding: 0;
    color: #555555;
}

html .add-to-cart {
    border: none;
    box-shadow: none;
}

html .donation .product-description-title,
html .donation .taxonomy-field,
html .donation .name {
    display: none;
}

.cart-contents-row,
.cart-coupon-promotion-row,
.shipping-address-toggle-row .form-horizontal .form-group,
.form-horizontal .horizontal-form-group {
    margin: 1rem 0;
}

.btn-group .btn-primary:active,
.btn-group .primaryAction:active,
.btn-group .btn-primary.active,
.btn-group .primaryAction.active,
.cart-product-list .cart-item-delete .remove-item,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #88B668;
}

.fa.in-stock,
.btn-link,
.btn-link:hover,
.btn-link:active,
.btn-link:focus,
.pager > li > a,
.pager > li > span,
a:hover,
a:focus {
    color: #88B668;
}

.pager > .active > a,
.pager > .active > span,
.pager > .active > a:hover,
.pager > .active > span:hover,
.pager > .active > a:focus,
.pager > .active > span:focus {
    background-color: #88B668;
    border-color: #88B668;
}

.my-account-widget-container .my-account-menu-widget .widget-ViewMyActivity h3:before,
.my-account-widget-container .my-account-menu-widget .widget-ManageMyAccount h3:before,
.my-account-widget-container .my-account-menu-widget .widget-UpdateMyPreferences h3:before {
    color: #00758E;
}

@media (min-width: 992px) {
    #guest-checkout-form .shipping-address-toggle-col,
    #guest-checkout-form .guest-checkout-continue {
        width: 48%;
    }
}

.spinner.cart-spinner {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .add-to-cart-col {
        min-width: 25%;
        width: auto;
    }

    .register-col,
    .continue-guest-col {
        min-width: 50%;
        width: auto;
    }
}

.mini-cart .mini-cart-options .mini-cart-view,
.mini-cart .mini-cart-options .mini-cart-checkout {
    min-width: 50%;
    width: auto;
}

ul.checkout-chain {
    background: #008ead;
    list-style: none;
    padding: 0;
    margin: 0;
}

.checkout-chain-3 > div {
    margin: -0.6rem 0;
}

.checkout-chain li,
.checkout-chain li:hover {
    border-bottom: 30px solid #008ead;
    border-top: 30px solid #008ead;
    border-top-color: #008ead;
}

    .checkout-chain li.active,
    .checkout-chain li.active:hover {
        border-bottom: 30px solid #007994;
        border-top: 30px solid #007994;
        background: #008ead;
    }

ul.checkout-chain li.active + li {
    background: #007994;
}

.checkout-chain li.checkout-chain-3.last {
    border-left: 30px solid #008ead;
    border-top: 30px solid #329fb7;
    border-bottom: 30px solid #329fb7;
}

button.btn.btn-default {
    background-color: #F5F5F5;
    border-color: #6E6E6E;
    border-radius: 2rem;
    border-width: 2px;
    color: #6E6E6E;
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 0.5rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s;
}

    button.btn.btn-default:hover {
        background-color: #d7d5d5;
        border-color: #525252;
        color: #525252;
    }

.no-account-col > .logreg > h3 {
    text-align: center;
}

@media (max-width: 992px) {
    html .container {
        width: 100%;
    }

    .faceted-search, .faceted-taxonomy {
        margin-left: 8px;
        margin-right: 8px;
    }
}

/*# sourceMappingURL=usc_2021.css.map */

/* Hides Donation form elements on search results pages */

.faceted-search article.content-item.donation .add-to-cart-col {
    display: none;
}




/* Appends Order Status to Add to Cart buttons for PREORDER items. */

html .prepublication .add-to-cart.btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

    html .prepublication .add-to-cart.btn:after {
        color: white;
        content: ' - PREORDER';
        font-weight: 600;
    }

.product-details h3 {
    text-transform: unset;
}

.title-box {
    background: #d1e9f0;
}
