﻿@charset "UTF-8";
/* CSS Document */
.micro-content {
    margin-top: 0;
}

#AddThisBoxWrapper {
    margin-bottom: 40px;
}

.juf-microsite-nav-title { /* spacing correct for sites that do not have a navigation */
    font-weight: 600;
    padding-top: 4px;
    padding-bottom: 14px;
}



/* -------------------- Coat Club head -------------------- */
.juf-cc-head {
    background-color: #b84d51;
}

    .juf-cc-head h3 {
        color: #ffffff;
        font-size: 32px;
        line-height: 1.2;
        font-weight: 600;
        text-align: center;
        margin: 0 0 0 0;
        padding: 20px 7% 20px 7%;
    }

@media (max-width: 450px) {
    .juf-cc-head h3 {
        font-size: 26px;
    }
}

.juf-cc-head h3 a {
    color: #ffffff;
}

/* -------------------- Coat Club top panel -------------------- */
.juf-cc-top-panel {
    background-color: #cdcae0;
    padding: 30px 5% 10px 7%;
}

    .juf-cc-top-panel p {
        color: #000000;
        margin-bottom: 20px;
    }

        .juf-cc-top-panel p a {
            color: #000000;
        }

            .juf-cc-top-panel p a:hover {
                color: #007dc3;
            }

        .juf-cc-top-panel p span {
            font-weight: 600;
            font-size: 1.3em;
        }

/* -------------------- Coat Club bottom panel -------------------- */
.juf-cc-bottom-panel {
    background-color: #ffdc9f;
    padding: 30px 5% 10px 7%;
}

    .juf-cc-bottom-panel .col-sm-6 {
        padding: 0;
    }

    .juf-cc-bottom-panel img {
        display: block;
        margin: auto;
    }

    .juf-cc-bottom-panel p {
        font-size: 16px;
        line-height: 1.6em;
        margin-bottom: 20px;
        margin-left: 20px;
    }

@media (max-width: 767px) {
    .juf-cc-bottom-panel p {
        margin-left: 0;
    }

    .juf-cc-bottom-panel img {
        margin-bottom: 10px;
    }
}


.juf-cc-bottom-panel p strong {
    font-weight: bold;
}

.juf-cc-bottom-panel p em {
    font-size: 0.9em;
}


/* -------------------- Coat Club button panel -------------------- */

.juf-cc-button-panel {
    background-color: #ffdc9f;
    padding: 10px 7% 40px 7%;
    margin-bottom: 50px;
}

@media (max-width: 960px) {
    .juf-cc-button-panel {
        padding-left: 0%;
        padding-right: 0%;
    }
}

@media (max-width: 767px) {
    .juf-cc-button-panel {
        padding-left: 7%;
        padding-right: 7%;
    }
}

@media (max-width: 550px) {
    .juf-cc-button-panel {
        padding-left: 0%;
        padding-right: 0%;
    }
}

.juf-cc-button-panel a {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    background-color: #ff5f00;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
    padding: 18px;
    cursor: pointer;
}

    .juf-cc-button-panel a:hover,
    .juf-cc-button-panel a:focus {
        background-color: #B24200;
    }


    /* FROM rev_order.aspx, recipient_info.aspx, etc.  */

.ccFee {
    padding-left: 0px !important;
}

    .ccFee label {
        font-weight: bold;
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        cursor: pointer;
        display: inline;
    }

.dollarAmt {
    font-weight: bold;
    font-size: 18px;
}

.boldLabel label {
    font-weight: bold;
}



/* NEW FOR WORDPRESS RESKING */

/* Hides div if empty, i.e., like btnAddRec2 */
.col:empty,
.col-auto:empty {
    display: none;
}


