﻿
.inputShadow {
    display: none;
}

/* ------------------------------------------------------------ *\
	form-donate
\* ------------------------------------------------------------ */
.form-donate .form__head {
    margin-bottom: 17px;
    /*  Tablet  */
    /*  Mobile  */
}

    .form-donate .form__head h5 {
        font-size: 28px !important;
        font-weight: 700;
    }

.form-donate .form__body .form__group h6 {
    font-size: 21px;
}

@media (max-width: 1023px) {
    .form-donate .form__head {
        margin-bottom: 16px;
    }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__head {
        margin-bottom: 18px;
    }
}

.form-donate .form__head h2 {
    margin-bottom: 31px;
    /*  Mobile  */
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__head h2 {
        margin-bottom: 17px;
    }
}

.form-donate .form__head p a {
    color: #006CB4;
}

.form-donate .form__head p {
    margin-bottom: 0;
    /*  Tablet  */
    /*  Mobile  */
}

@media (max-width: 1023px) {
    .form-donate .form__head p {
        font-size: 18px;
    }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__head p {
        font-size: 16px;
        line-height: 1.5;
    }
}

.form-donate .form__head p + p {
    margin-top: 30px;
    /*  Mobile  */
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__head p + p {
        margin-top: 25px;
    }
}

.form-donate .form__head p + h5 {
    margin-top: 19px;
    margin-bottom: 0;
    /*  Tablet  */
    /*  Mobile  */
}

@media (max-width: 1023px) {
    .form-donate .form__head p + h5 {
        font-size: 26px;
        margin-top: 39px;
    }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__head p + h5 {
        margin-top: 21px;
    }
}

.form-donate .form__head .form__label p {
    font-size: 13px;
    margin-top: -4px;
    /*  Tablet  */
}

@media (max-width: 1023px) {
    .form-donate .form__head .form__label p {
        margin-top: 1px;
    }
}

.form-donate .form__label {
    font-size: 15px;
    margin-bottom: 3px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    /*  Mobile  */
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__label {
        line-height: 1.4;
    }
}

.form-donate .form__label p {
    font-size: 15px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    padding-bottom: 0px;
}

.form-donate .form__label strong {
    color: #FF0000;
    margin-right: 4px;
}

.form-donate .form__label.focus {
    color: #006CB4;
}

    .form-donate .form__label.focus strong {
        color: #FF0000;
        margin-right: 4px;
    }

.form-donate .form__group {
    margin-bottom: 32px;
    /*  Mobile  */
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__group {
        margin-bottom: 29px;
    }
}

.form-donate .form__group h6 {
    font-size: 20px;
    margin-bottom: 11px;
    font-weight: 600;
    /*  Mobile  */
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__group h6 {
        margin-bottom: 17px;
    }
}

.form-donate .form__group--mb1 {
    margin-bottom: 45px;
    /*  Mobile  */
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__group--mb1 {
        margin-bottom: 31px;
    }
}

.form-donate .form__radios ul {
    list-style-type: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -11px;
    padding-left: 1px;
    /*  Tablet  */
    /*  Mobile  */
}

.form-donate .form__radios ul li:after {
    background: none;
}

@media (max-width: 1023px) {
    .form-donate .form__radios ul {
        margin: 0 -8px;
    }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__radios ul {
        display: block;
        margin: 0 -5px;
    }
}

.form-donate .form__radios li {
    max-width: 277px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 277px;
    flex: 0 0 277px;
    padding: 0 11px;
    margin: 0 -8px !important;
    /*  Tablet  */
    /*  Mobile  */
}

@media (max-width: 1023px) {
    .form-donate .form__radios li {
        padding: 0 8px;
    }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__radios li {
        max-width: 100%;
        margin-bottom: 10px;
        padding: 0 5px;
    }
}

.form-donate .form__radios--type1 ul {
    /*  Mobile  */
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__radios--type1 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.form-donate .form__radios--type1 li {
    max-width: 16.66%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    /*  Mobile  */
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__radios--type1 li {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .currency-wrap .field-otherAmt.field-secondary {
        padding-left: calc(44%)
    }
}
@media (max-width: 500px) {
    .currency-wrap .field-otherAmt.field-secondary {
        padding-left: calc(40%)
    }
}
@media (max-width: 320px) {
    .currency-wrap .field-otherAmt.field-secondary {
        padding-left: calc(35%)
    }
}

.form-donate .form__radios--type2 li {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    /*  Mobile  */
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__radios--type2 li {
        max-width: 100%;
    }
}

.form-donate .form__radios--type3 li {
    max-width: 184px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 184px;
    flex: 0 0 184px;
    /*  Mobile  */
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__radios--type3 li {
        max-width: 100%;
    }
}

.form-donate .form__row {
    margin-bottom: 15px;
    /*  Tablet  */
    /*  Mobile  */
}

@media (max-width: 1023px) {
    .form-donate .form__row {
        margin-bottom: 18px;
    }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__row {
        margin-bottom: 17px;
    }
}

.form-donate .form__row--alt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px 15px;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    /*  Tablet  */
    /*  Mobile  */
}

#otherAmount.peachAmt {
    width: 95%;
    padding-right: 0px;
}

@media (max-width: 1023px) {
    .form-donate .form__row--alt {
        margin: 0 -8px 15px;
    }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__row--alt {
        margin: 0 -5px;
        margin-bottom: -15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 499px) {

    #anchorCity {
        display: inline-block;
    }
    .form__col.form__col--size1.state1,
    .form__col.form__col--size1.zip1 {
        max-width: 100% !important;
    }
    div.currency-wrap {
        margin-top: -48px;
    }
    #otherAmount.field-otherAmt.field-secondary {
        height: 43px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 4px;
    }
}
@media (max-width: 425px) {
    #otherAmount.field-otherAmt.field-secondary {
    }
    #otherAmount.peachAmt {
        width: 94%;
        padding-right: 0px;
    }

}

.form-donate .form__row--alt .form__hint {
    position: absolute;
    top: 105%;
    left: 12px;
    font-size: 13px;
    /*  Mobile  */
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__row--alt .form__hint {
        display: none;
    }
}

.form-donate .form__col {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 12px;
    /*  Tablet  */
    /*  Mobile  */
}

@media (max-width: 1023px) {
    .form-donate .form__col {
        padding: 0 8px;
    }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__col {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0 5px;
        padding-bottom: 15px;
    }
}

.form-donate .form__row--size1 {
    max-width: 255px;
    /*  Mobile  */
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__row--size1 {
        max-width: 100%;
    }
}

.form-donate .form__row--mb1 {
    margin-bottom: 28px;
    /*  Mobile  */
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__row--mb1 {
        margin-bottom: 10px;
    }
}

.form-donate .form__row--mb1-mobile {
    /*  Mobile  */
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__row--mb1-mobile {
        margin-bottom: 37px;
    }
}

.form-donate .form__row--mb2 {
    margin-bottom: 24px;
}

.form-donate .form__col--size1 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    /*  Mobile  */
}

.form-donate .form__col--size1.state1 {
    max-width: 29%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    /*  Mobile  */
}

.form-donate .form__col--size1.zip1 {
    max-width: 21%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    /*  Mobile  */
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__col--size1 {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

.form-donate .form__col--size2 {
    max-width: 37.4%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.4%;
    flex: 0 0 37.4%;
    /*  Mobile  */
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__col--size2 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.form-donate .form__col--size3 {
    max-width: 12.6%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.6%;
    flex: 0 0 12.6%;
    /*  Mobile  */
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__col--size3 {
        max-width: 86px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 86px;
        flex: 0 0 86px;
    }
}

.form-donate .form__row--dev {
    margin-top: 62px;
    padding-top: 33px;
    border-top: 1px solid #C4CACC;
    /*  Mobile  */
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__row--dev {
        margin-top: 40px;
    }
}

.form-donate .form__row--dev .select {
    max-width: 348px;
    width: 100%;
}

.form-donate .form__actions {
    padding-top: 38px;
    /*  Mobile  */
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__actions {
        padding-top: 21px;
    }
}

.form-donate .form__btn {
    border: 0;
    min-width: 225px;
    padding: 15px 10px;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    /*  Tablet  */
}

@media (max-width: 1023px) {
    .form-donate .form__btn {
        font-size: 18px;
    }
}
@media (max-width: 530px) {
    .form-donate .form__btn {
        margin-bottom: 10px;
    }
}

.form-donate .form__controls {
    position: relative;
}

    .form-donate .form__controls i {
        position: absolute;
        top: 50%;
        left: 14px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: none;
    }

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-donate .form__controls {
        margin-top: 4px;
    }
}

.form-donate .field-secondary {
    background-color: #fff;
    border: 1px solid #012752;
    color: #012752;
    width: 100%;
    font-size: 16px;
    border-radius: 4px;
    padding: 8px 5px;
    text-align: center;
    font-style: normal;
    height: 44px;
}

    .form-donate .field-secondary.is-selected, .form-donate .field-secondary:active, .form-donate .field-secondary:focus-within, .form-donate .field-secondary:focus-visible, .form-donate .field-secondary:focus {
        background-color: #006CB4;
        border-color: #006CB4;
        color: #fff;        
    }

/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field-otherAmt {
    width: 100%;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 0;
    background: #0e325b;
    font-style: italic;
    font-size: 15px;
    padding: 0 10px 0 42px;
}

.field-alt {
    height: 44px;
    border: 1px solid #C4CACC;
    background-color: #F5F5F5;
    width: 100%;
    padding: 0 13px;
    font-size: 16px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

    .field-alt:focus {
        background-color: #fff;
        border-color: #006CB4;
    }

.field-alt--size1 {
    /*  Mobile  */
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .field-alt--size1 {
       /* height: 88px;*/
    }
}

/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
.radio {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .radio label {
        padding: 11px 5px; /* SF - replace old : 8px 5px; - 9may2023 */
        border: 1px solid #012752;
        text-align: center;
        width: 100%;
        border-radius: 4px;
        display: inline-block;
        font-size: 16px;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .radio input[type=radio] {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        z-index: 3;
        cursor:pointer;
    }

    .radio input + label + .field-otherAmt {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .radio input:checked + label + .field-otherAmt {
        z-index: 4;
    }

    .radio input:checked + label + .field-otherAmt,
    .radio input:checked + label {
        background-color: #006CB4;
        border: 1px solid #006CB4;
        color: #FFFFFF;
    }

.radio-checked {
    background-color: #006CB4;
    border: 1px solid #006CB4;
    color: #FFFFFF;
    border-radius: 4px;
    border: 0px solid #FFFFFF;
}

/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.checkbox {
    display: inline-block;
    position: relative;
}

    .checkbox > input {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
    }

    .checkbox > label {
        display: inline-block;
        position: relative;
        padding-left: 41px;
        font-size: 16px;
        font-weight: 500;
        /*  Mobile  */
    }

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .checkbox > label {
        line-height: 1.4;
    }
}

.checkbox > label:before {
    content: "";
    width: 25px;
    height: 25px;
    border: 2px solid #006CB4;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.checkbox > input:checked + label:before {
    background-color: #006CB4;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}

.checkbox .checkbox__body {
    padding-left: 52px;
    margin-left: 41px;
    margin-top: 16px;
    border-left: 1px solid #006CB4;
    position: absolute;
    top: -999rem;
    left: -999rem;
    opacity: 0;
    -webkit-transition: all 0s 0.4s, opacity 0.4s;
    -o-transition: all 0s 0.4s, opacity 0.4s;
    transition: all 0s 0.4s, opacity 0.4s;
    /*  Tablet  */
    /*  Mobile  */
}

@media (max-width: 1023px) {
    .checkbox .checkbox__body {
        padding-left: 48px;
        margin-top: 18px;
    }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .checkbox .checkbox__body {
        padding-left: 28px;
        margin-top: 20px;
        margin-left: 13px;
    }
}

.checkbox > input:checked + label + .checkbox__body {
    position: static;
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select-donate {
    padding-top: 2px;
    /*  Mobile  */
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .select-donate {
        padding-top: 4px;
    }
}

.select-donate select {
    height: 44px;
    border: 1px solid #C4CACC;
    background-color: #F5F5F5;
    width: 100%;
    padding: 0 13px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .select-donate select::-ms-expand {
        display: none;
    }

.select-donate .select__body {
    position:relative;
}

    .select-donate .select__body:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #006CB4;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        pointer-events:none;
    }

.select-donate .form__label {
    /*  Mobile  */
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .select-donate .form__label {
        margin-bottom: 5px;
    }
}

/* CONFIRMATION PAGE */

.hardcodedTable .heading {
    margin: 16px 0 0;
}

    .hardcodedTable .heading h1 {
        font-size: 20px;
        margin: 0;
    }

.hardcodedTable .row {
    margin: 0;
}

.hardcodedTable .left,
.hardcodedTable .right {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    padding-right: 5px;
}

.hardcodedTable .right {
    max-width: calc((98% - 200px)/2);
    word-break:break-word;
}

.hardcodedTable .left {
    width: 50%;
}

@media screen and (max-width: 604px) {
    .hardCodedForm select,
    .hardCodedForm input:not([type=button]):not([type=radio]):not([type=checkbox]),
    .hardcodedTable .right,
    .hardcodedTable .left,
    .hardCodedForm .half {
        max-width: 100%;
        width: 100%;
    }

    .hardCodedForm input.datePicker.input.searchInput.hasDatepicker {
        width: 96px;
    }

    .hardcodedTable .left.empty,
    .hardCodedForm .half.empty {
        display: none;
    }

    .hardcodedTable .left span:after {
        content: ":";
        margin-left: 5px;
    }

    .hardcodedTable .row {
        margin-bottom: 9px;
    }

    .hardCodedForm .right-btn {
        padding: 0;
        margin-top: 10px;
    }
}

.currency-wrap{
	position:relative;
	margin-top:-43.9px;
	z-index:10;
}

.currency-code{
	position:absolute;
	left:13px;
	top:12px;
	font-size:16px;
	color:#fff;
}

.currency-wrap .field-otherAmt {
    text-align: left;
    padding-left: calc(30%);
}

::placeholder {
   text-align: center; 
}

/* or, for legacy browsers */

::-webkit-input-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}

div:focus, checkbox:focus {
	
	outline-style: dashed;
	outline-color: #006CB4;
	outline-width: 2px !important;
	outline-offset: 2px !important;
	
}

.form__row {
	overflow:visible !important;
}

.amount-calculation {
    display: block;
    background-color: #f5f5f5;
    border-left: 1px solid #006CB4;
    margin-left: 41px;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    height: 30px;
    width: fit-content;
    opacity: 1;
    transition: height 0.4s ease-in-out, opacity 0.6s ease-in-out;
}

.amount-calculation:empty {
    height: 0;
    opacity: 0;
}