﻿@charset "UTF-8";
/* CSS Document */

/* STYLES FOR 11.20 DONATE PAGE */



/* ADDS SPACE BELOW MICRO FOOTER AT MOBILE SIZES -- this should be a global style change */
@media (max-width: 767px) {
    .micro-footer {
        margin-bottom: 30px;
    }
}
/* moves up top of page content for site with no top navigation */
body {
    padding-top: 72px;
}

@media (max-width: 970px) {
    body {
        padding-top: 67px;
    }
}

@media (max-width: 420px) {
    body {
        padding-top: 61px;
    }
}

.juforg1218-global-juf-footer {
    margin-top: 40px;
}


/* centers JUF logo in top banner */
.navbar-header {
    float: none;
}

    .navbar-header img {
        margin-left: auto !important;
        margin-right: auto !important;
    }

.navbar-brand {
    float: none;
}





.donate1120-content {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .donate1120-content {
        margin-bottom: 40px;
    }
}

@media (max-width: 500px) {
    .donate1120-content {
        margin-bottom: 30px;
    }
}

/*This is used to override .container in juf-wrapper at 1260px size so that Ukraine image and message box remain same size at larger screen sizes */
/*@media (min-width: 1260px) {
    .ukraine-container {
        width: 1100px;
    }
}*/

@media (min-width: 1260px) {
    .container, .container-nav, .ukraine-container {
        width: 1100px;
    }
}

/* ----------------------------------------- HERO ---------------------------------------- */
.donate1120-hero {
    background-color: #001a35;
}



/* ----------------------------------------- CAROUSEL ---------------------------------------- */
.donate1120-carousel-container {
    padding-left: 0 !important;
    padding-right: 0;
}
/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}





/* ----------------------------------------- MAIN TYPOGRAPHY ---------------------------------------- */
.donate1120-content p,
.donate1120-content h1,
.donate1120-content h2,
.donate1120-content h3,
.donate1120-content h4 {
    text-align: left;
}

.donate1120-content h1,
.donate1120-content h2,
.donate1120-content h3,
.donate1120-content h4 {
    font-weight: 700;
    color: #5883b3;
}



.donate1120-content h3 {
    font-size: 34px;
    margin-top: 0;
    margin-bottom: 40px;
    /*color: #65768a;*/
}


@media (max-width: 767px) {
    .donate1120-content h3 {
        font-size: 32px;
        margin-top: 0;
        margin-bottom: 33px;
    }
}

@media (max-width: 500px) {
    .donate1120-content h3 {
        font-size: 29px;
        margin-top: 0;
        margin-bottom: 26px;
    }
}



/* ----------------------------------------- NEW INTRO SECTION ---------------------------------------- */

.donateukraine-intro-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 36px;
    padding-bottom: 20px;
    background-color: #001a35;
    text-align: left;
}

    .donateukraine-intro-section p {
        color: #ffffff;
        font-size: 20px;
        line-height: 1.7;
        margin-bottom: 15px;
        text-align: left;
    }

    .donateukraine-intro-section h4 {
        color: #ffffff;
        font-size: 22px;
        font-weight: 400;
        line-height: 1.7;
        margin-bottom: 15px;
        text-align: left;
    }

    .donateukraine-intro-section a {
        color: #ff9e1a;
        font-weight: 700;
        text-decoration: underline;
    }

        .donateukraine-intro-section a:hover, .donate1120-intro-section a:focus {
            color: #ff5f00;
            text-decoration: underline;
        }

.donate1120-content .donateukraine-intro-section p {
    text-align: left;
}

/* ----------------------------------------- OLD INTRO SECTION ---------------------------------------- */

.donate1120-intro-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 36px;
    padding-bottom: 20px;
    background-color: #011121;
}

.donate1120-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.5;
    font-weight: 400;
    color: #ffffff;
}

.donate1120-intro-section p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.donate1120-intro-section h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 15px;
}

.donate1120-intro-section a {
    color: #e64b38;
    font-weight: 700;
    text-decoration: underline;
}

    .donate1120-intro-section a:hover, .donate1120-intro-section a:focus {
        color: #cf3339;
        text-decoration: underline;
    }



@media (max-width: 768px) {
    .donate1120-intro-section p {
        font-size: 19px;
    }
}

@media (max-width: 660px) {
    .donate1120-intro-section {
        padding-top: 22px;
        margin-bottom: 0;
    }

        .donate1120-intro-section h2 {
            font-size: 22px;
        }

        .donate1120-intro-section p {
            font-size: 18px;
        }

        .donate1120-intro-section h4 {
            font-size: 20px;
        }
}

@media (max-width: 420px) {

    .donate1120-intro-section h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .donate1120-intro-section p {
        font-size: 17px;
    }
}

/* ----------------------------------------- UKRAINE BOX SECTION ---------------------------------------- */
.ukraine-section {
    background-color: #001a35;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 40px;
}


    .ukraine-section .ukraine-section-box {
        padding-top: 26px;
        padding-bottom: 20px;
        padding-left: 10%;
        padding-right: 10%;
        background-color: #ff9e1a;
        border-radius: 0px;
    }

.donate1120-content .ukraine-section h4 {
    color: #002855;
}

.donate1120-content .ukraine-section p {
    color: #fffffe;
}

.donate1120-content .ukraine-section a {
    color: #fffffe;
}

    .donate1120-content .ukraine-section a:hover {
        color: #ff5f00;
    }

.ukraine-section p {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.ukraine-section h4 {
    font-size: 29px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 25px;
    margin-top: 0;
}


.ukraine-section img {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}


@media (max-width: 1140px) {
    .ukraine-section .ukraine-section-box {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 767px) {
    .ukraine-section img {
        max-width: 220px;
    }
}

@media (max-width: 600px) {
    .ukraine-section {
        margin-bottom: 40px;
    }

        .ukraine-section .ukraine-section-box {
            padding-bottom: 20px;
            padding-left: 30px;
            padding-right: 30px;
        }
}

@media (max-width: 500px) {
    .ukraine-section {
        padding-top: 10px;
    }

        .ukraine-section h4 {
            font-size: 24px;
        }

        .ukraine-section p {
            font-size: 18px;
        }
}


/* ----------------------------------------- GIVING TUESDAY SECTION ---------------------------------------- */
.donate1120-GT-section {
    background-color: #011121;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}


    .donate1120-GT-section .donate1120-GT-section-box {
        padding-top: 26px;
        padding-bottom: 20px;
        padding-left: 10%;
        padding-right: 10%;
        background-color: #ffffff;
        border-radius: 15px;
    }

.donate1120-content .donate1120-GT-section p,
.donate1120-content .donate1120-GT-section h4 {
    color: #002855;
}

.donate1120-GT-section p {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.donate1120-GT-section h4 {
    font-size: 29px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 25px;
    margin-top: 0;
}


.donate1120-GT-section img {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}


@media (max-width: 1140px) {
    .donate1120-GT-section .donate1120-GT-section-box {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 767px) {
    .donate1120-GT-section img {
        max-width: 220px;
    }
}

@media (max-width: 600px) {
    .donate1120-GT-section {
        margin-bottom: 40px;
    }

        .donate1120-GT-section .donate1120-GT-section-box {
            padding-bottom: 20px;
            padding-left: 30px;
            padding-right: 30px;
        }
}

@media (max-width: 500px) {
    .donate1120-GT-section {
        padding-top: 10px;
    }

        .donate1120-GT-section h4 {
            font-size: 24px;
        }

        .donate1120-GT-section p {
            font-size: 18px;
        }
}



/* makes anchor tag links go to the top under the navigation DESKTOP is 165 minus 26 */
a.donate1120-anchor {
    display: block;
    position: relative;
    top: -104px;
    visibility: hidden;
}

@media (max-width: 767px) {
    a.donate1120-anchor {
        top: -104px;
    }
}

@media (max-width: 420px) {
    a.donate1120-anchor {
        top: -94px;
    }
}




/* ----------------------------------------- FORM ---------------------------------------- */


.donate1120-form-section button {
    transition: all 0.3s ease 0s;
}




.donate1120-form-section .col-sm-10 {
    text-align: center;
}
/*.donate1120-form-section .col-sm-10.donate1120-leftalign {
	text-align:left;
}*/
/* takes away padding from left of small input fields */
.donate1120-form-section .col-xs-5 {
    padding-left: 0;
}

.donate1120-form-section .col-sm-10.donate1120-form-align-left {
    text-align: left;
}

.donate1120-form-heads {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 14px;
}

.donate1120-form-section label {
    margin-bottom: 4px;
    font-weight: normal;
    font-size: 14px;
}


/*.input-group-addon, .form-control {
    border-radius: 5px;
}*/

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 45px;
    line-height: 45px;
}

.form-control {
    color: #4d4d4d;
    border: 1px solid #b2b2b2;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.donate1120-form-section input[type=text] {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Then Style */
    border-radius: 6px;
    border: 1px solid #b2b2b2;
    /*padding: 10px;
    line-height: 20px;
    text-align: center;
    background: transparent;
    outline: none;    */
}

.donate1120-form-section .donate1120-placeholder-regular input[type=text],
.donate1120-form-section .donate1120-placeholder-alt input[type=text] {
    border-left: 0;
    /*border-top-right-radius: 6px !important;*/
    /*border-bottom-right-radius: 6px !important;*/
}


.remove-border {
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.form-control:focus, .donate1120-form-section input[type=text]:focus {
    border-color: #009bd2;
    border-width: 2px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.input-group-focus {
    border-color: #009bd2 !important;
    border-width: 2px !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}



.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* ------------------- FREQUENCY BUTTONS ------------------- */
/* this is style for the already-selected button state -- NOTE: CSS may need to be adjusted to give radio style one-at-a-time behavior */

button.btn-frequency,
a.btn-frequency {
    height: 60px;
    width: 220px;
    font-size: 18px;
    font-weight: 600;
    border-width: 2px;
    text-transform: uppercase;
    color: #009bd2;
    background-color: #ffffff;
    border-color: #009bd2;
}



    /*button.btn-give-once,
a.btn-give-once {

    outline: 0;
    opacity: 1.0;
    color: #fff;
    background-color: #009bd2;
    border-color: #009bd2;
    cursor: default;
}*/

    button.btn-frequency:hover,
    a.btn-frequency:hover {
        color: #009bd2;
        background-color: #e5f5fa;
        border-color: #009bd2;
    }



    button.btn-frequency:focus,
    a.btn-frequency:focus {
        outline: 0;
        opacity: 1.0;
        color: #fff;
        background-color: #009bd2;
        border-color: #009bd2;
        cursor: default;
    }

    button.btn-frequencyt:active:focus, button.btn-frequency.active:focus {
        outline: 0;
        opacity: 1.0;
        color: #fff;
        background-color: #009bd2;
        border-color: #009bd2;
        cursor: default;
    }

/*end here*/



/* ------------------- DOLLAR AMOUNT OPTIONS ------------------- */

button.btn-amount,
a.btn-amount {
    color: #999999;
    background-color: #ededed;
    border-color: #b2b2b2;
    cursor: pointer;
    align-content: center;
}



    button.btn-amount:hover,
    a.btn-amount:hover {
        color: #999999;
        background-color: #f5f5f5;
        border-color: #b2b2b2;
    }


/* button active state */

button.btnActive {
    outline: 0;
    opacity: 1.0;
    color: #fff !important;
    background-color: #009bd2 !important;
    border-color: #009bd2 !important;
    cursor: default;
}

button.btn-amount:focus,
a.btn-amount:focus {
    outline: 0;
    opacity: 1.0;
    color: #fff;
    background-color: #009bd2;
    border-color: #009bd2;
    cursor: default;
}

button.btn-amount:active:focus, button.btn-amount.active:focus {
    outline: 0;
    opacity: 1.0;
    color: #fff;
    background-color: #009bd2;
    border-color: #009bd2;
    cursor: default;
}

.donate1120-amount-options {
    margin-top: 8px;
}

    .donate1120-amount-options .col-xs-3 {
        padding-right: 3px;
    }

    .donate1120-amount-options .btn {
        height: 60px;
        font-size: 22px;
        font-weight: 600;
        width: 100%;
    }





.donate1120-placeholder-regular {
    display: block;
}

.donate1120-placeholder-alt {
    display: none;
}




/* ------------------- OTHER AMOUNT FIELD ------------------- */
/* NOTE: CSS may need to be adjusted to have input field unified around dollar sign and amount */
.input-group-addon {
    color: #4d4d4d;
    background-color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    border: none;
    border-left: 1px solid #b2b2b2;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    height: 60px;
    padding-left: 20px;
}

    .input-group-addon:last-child {
        border-right: 1px solid #b2b2b2;
        padding-right: 20px;
        padding-left: 0;
        padding-top: 9px !important;
        font-size: 20px;
    }

.donate1120-otheramount {
    border-left: 0;
    padding-left: 0;
    padding-right: 0;
    height: 60px;
    font-weight: 600;
    font-size: 20px;
}

    .donate1120-otheramount .input-lg {
        font-size: 22px;
        border-left: 0;
    }


/* ------------------- RADIO BUTTONS ------------------- */
.donate1120-form-section .checkbox label {
    font-size: 17px;
    margin-bottom: 10px;
    padding-left: 0;
}

.donate1120-form-section .checkbox {
    margin-top: 0;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 30px;
}

/* ------------------- SUBMIT BUTTON ------------------- */


.donate1120-submit-button .btn-primary {
    margin-top: 14px;
    background-color: #009bd2;
    border-color: #009bd2;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    width: 300px;
    height: 66px;
    border-radius: 33px;
    margin-bottom: 40px;
}

.btn-status {
    margin-top: 14px;
    background-color: #ffffff !important;
    /*border-color: #0081c9 !important;*/
    border-color: #ffffff !important;
    cursor: default;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    width: 300px;
    height: 66px;
    border-radius: 33px;
    margin-bottom: 40px;
    color: #acaeb5 !important;
}

.donate1120-submit-button .btn-primary:hover {
    background-color: #0081c9;
}

.donate1120-form-stamps {
    border-top: 1px solid #cccccc;
    padding-top: 16px;
    text-align: right;
}

    .donate1120-form-stamps img {
        display: inline-block;
        float: right;
        margin-left: 10px;
    }

.donate1120-securetrust {
    margin-top: 5px;
}


.btn:focus {
    outline: 0 !important;
}

.btn-primary:active:focus, .btn-primary.active:focus {
    outline: 0 !important;
}



/*  ------------------- Spinner Processing style  ------------------- */
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}



/* ------------------- MOBILE FORM STYLES ------------------- */

@media(max-width: 1137px) and (min-width: 961px) {


    .input-group-addon:last-child {
        padding-right: 14px;
    }

    ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        font-size: 17px;
    }

    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        font-size: 17px;
    }

    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        font-size: 17px;
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 17px;
    }

    ::-ms-input-placeholder { /* Microsoft Edge */
        font-size: 17px;
    }

    ::placeholder { /* Most modern browsers support this now. */
        font-size: 17px;
    }
}


@media(max-width: 961px) and (min-width: 768px) {
    .input-group-addon:first-child {
        padding-left: 10px;
        padding-right: 5px;
    }

    .input-group-addon:last-child {
        padding-left: 0;
        padding-right: 5px;
        /*font-size: 15px;*/
    }

    ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        text-align: left;
        font-size: 14px;
    }

    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        text-align: left;
        font-size: 15px;
    }

    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        text-align: left;
        font-size: 14px;
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
        text-align: left;
        font-size: 14px;
    }

    ::-ms-input-placeholder { /* Microsoft Edge */
        text-align: left;
    }

    ::placeholder { /* Most modern browsers support this now. */
        text-align: left;
        font-size: 14px;
    }
}


@media (max-width: 768px) {
    .donate1120-amount-options .col-xs-3 {
        padding-right: 8px;
        padding-left: 8px
    }

    .donate1120-amount-buttons {
        margin-bottom: 15px;
        padding-right: 7px;
        padding-left: 7px
    }

    .donate1120-placeholder-regular {
        display: block;
    }

    .donate1120-placeholder-alt {
        display: none;
    }

    .input-group-addon:last-child {
        padding-top: 0 !important;
    }
}



@media (max-width: 768px) {
    .donate1120-amount-options .col-xs-3 {
        padding-right: 8px;
        padding-left: 8px
    }

    .donate1120-amount-buttons {
        margin-bottom: 15px;
        padding-right: 7px;
        padding-left: 7px
    }

    ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        text-align: left;
    }

    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        text-align: left;
    }

    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        text-align: left;
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
        text-align: left;
    }

    ::-ms-input-placeholder { /* Microsoft Edge */
        text-align: left;
    }

    ::placeholder { /* Most modern browsers support this now. */
        text-align: left;
    }
}

@media (max-width: 500px) {
    .donate1120-frequency-options .btn {
        height: 55px;
        width: 160px;
        font-size: 16px;
    }

    .donate1120-amount-options .btn {
        height: 55px;
        font-size: 19px;
        /*padding: 0 !important;*/
    }

    .donate1120-amount-options .col-xs-3 {
        padding-right: 6px;
        padding-left: 6px
    }

    .input-group-addon {
        font-size: 19px;
        font-weight: 600;
        height: 55px;
        padding-left: 20px;
    }

    .donate1120-otheramount {
        height: 55px;
        font-size: 19px;
    }

        .donate1120-otheramount .input-lg {
            font-size: 22px;
        }

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 16px;
    }

    .donate1120-submit-button .btn-primary {
        margin-bottom: 40px;
        width: 100%;
    }


    .frequency label {
        height: 55px !important;
        width: 160px !important;
        font-size: 16px !important;
    }
}
/* ----------------------------------------- MICROSITE FOOTER ---------------------------------------- */
.micro-footer {
    margin-top: 40px;
    margin-bottom: 0;
}

    .micro-footer p, .micro-footer p strong {
        font-size: 18px;
        line-height: 1.4;
        color: #999999;
    }

    .micro-footer p {
        text-align: center;
        opacity: 1.0;
        margin-bottom: 15px;
    }

        .micro-footer p strong {
            display: inline;
            font-weight: 700;
        }

    .micro-footer a {
        color: #0081c9;
        text-decoration: underline;
        opacity: 1.0;
    }

        .micro-footer a:hover, .micro-footer a:focus {
            color: #009bd2;
            text-decoration: underline;
        }

@media (max-width: 1040px) {
    .micro-footer p, .micro-footer p strong {
        font-size: 16px;
    }

    .micro-footer p {
        margin-bottom: 12px;
    }
}

@media (max-width: 787px) {
    .micro-footer {
        margin-top: 30px;
    }

    .juforg1218-global-juf-footer {
        margin-top: 20px;
    }
}



@media (max-width: 500px) {
    .micro-footer {
        margin-top: 20px;
    }

        .micro-footer p, .micro-footer p strong {
            font-size: 15px;
            line-height: 1.3;
        }

        .micro-footer p {
            margin-bottom: 10px;
        }
}

@media (max-width: 460px) {

    /*.frequency label {
        width: 180px !important;
    }*/

}
/*This is apply styling when a validator applies an error to a control*/
.donate1120-form-section .has-error .help-block, .donate1120-form-section .has-error .control-label, .donate1120-form-section .has-error .radio, .donate1120-form-section .has-error .checkbox, .donate1120-form-section .has-error .radio-inline, .donate1120-form-section .has-error .checkbox-inline, .donate1120-form-section .has-error.radio label, .donate1120-form-section .has-error.checkbox label, .donate1120-form-section .has-error.radio-inline label, .donate1120-form-section .has-error.checkbox-inline label {
    color: #e64b38;
    border-width: 2px;
    box-shadow: none;
}

.donate1120-form-section .has-error .form-control {
    border-color: #e64b38;
    border-width: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .donate1120-form-section .has-error .form-control:focus {
        border-color: #e64b38;
        border-width: 2px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.donate1120-form-section .has-error .input-group-addon {
    color: #e64b38;
    border-width: 2px;
    background-color: #f2dede;
    border-color: #e64b38;
}

.donate1120-form-section .has-error .form-control-feedback {
    color: #e64b38;
}





.frequency {
    /*margin: 10px;*/
    margin-bottom: 12px;
}

    .frequency input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
    }

    .frequency label {
        display: inline-block;
        height: 60px;
        width: 220px;
        border-width: 2px;
        font-size: 18px;
        font-weight: 600;
        border-width: 2px;
        text-transform: uppercase;
        color: #009bd2;
        background-color: #ffffff;
        border-color: #009bd2;
        border: 2px solid #009bd2;
        text-align: center;
        white-space: nowrap;
        padding: 17px 16px;
        line-height: 1.3333333;
        cursor: pointer;
        margin: -3px;
        /*border-radius: 6px;*/
    }

        .frequency label:hover {
            color: #009bd2;
            background-color: #e5f5fa;
            border-color: #009bd2;
        }

    .frequency input[type="radio"]:focus + label {
        color: #fff;
        background-color: #009bd2;
        border-color: #009bd2;
        cursor: default;
    }

    .frequency input[type="radio"]:checked + label {
        /*background-color: #bfb;
        border-color: #4c4;*/
        color: #fff;
        background-color: #009bd2;
        border-color: #009bd2;
        cursor: default;
    }





h4.Double_Your_Donation_Title {
    font-size: 32px;
    font-family: "Open Sans", "Whitney", sans-serif !important;
    color: rgb(0, 40, 85);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 7px;
    letter-spacing: 2px;
}

p.Double_Your_Donation_Text {
    font-size: 17px;
    font-family: "Open Sans", "Whitney", sans-serif !important;
    color: rgb(0, 40, 85);
    font-weight: 600;
    line-height: 1.333;
    text-align: center;
    margin: 0 0 8px;
}

@media (max-width: 500px) {
    p.Double_Your_Donation_Text {
        font-size: 15px;
    }
}
