/*:root{
    --secondarySaturated:#173638;
    --secondaryDarken:#28788B;
    --secondarys:#3fc4eb;
    --secondaryLighten:#cff0fa;
    --primaryTone:#3e65aa;
    --primarys:#224279;
    --complimentaryDarken:#802d5c;
    --complimentary:#9b0a67;
    --complimentaryTone:#Ca4a9C;
    --complimentaryLighten:#f2d2e6;
    --matchingDarken:#a18300;
    --matching:#ffd700;
    --matchingLighten:#fff5bf;
    --lights:#f2f0ec;
    --darks:#535353;
} */
    
.donate-new-sponsor-family-list .adobt-family-donate {
    background: var(--primarys);
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
    font-size: 24px;
    padding: 4px 0;
    font-family: 'inria-bold';
}


.adobt-family-donate span {
    background: #FFD700;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 0;
    color: #9B0A67;
    font-family: 'inria-bold';
    font-size: 30px;
    display: inline-block;
}

.no-sidebar .donate-new-sponsor-family-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 5px;
    grid-row-gap: 5px;
}

.sidebar .donate-new-sponsor-family-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    grid-gap: 5px;
    grid-row-gap: 5px;
}
.sidebar .donate-new-sponsor-family-list .price-info-section .price-heading {
    font-size: 14px;
    max-width: 150px;
}
.sidebar .donate-new-sponsor-family-list.donate-radio-list label {
    align-items: center;
}



.donate-new-sponsor-family-list .donate-radio-list .list {
    height: 100%;
}

.donate-new-sponsor-family-list.donate-radio-list .flex-col .custom-amount-sponsor input {
    visibility: visible;
    opacity: 1;
    position: static;
    margin-top: 0;
    font-size: 28px;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 5px;
    border: 1px solid #000;
    -webkit-appearance: none;
    width: 100%;
    background: none;
    font-family: 'inria-bold';
    color: #000;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    font-size: 36px;
    color: #000;
    height: 50px;
    margin: 0;
    padding: 0 10px;
    outline: none;
}

.donate-new-sponsor-family-list .custom-amount-sponsor {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.donate-new-sponsor-family-list .custom-amount-sponsor .dollar-sign {
    font-size: 36px;
    color: #fff;
    font-family: 'inria-bold';
    padding: 0 10px 0 0;
}

.donate-new-sponsor-family-list .amount-sponsor .amount-heading {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px 0;
}

.customamountmain {
    background: var(--secondarys);
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 100%;
    margin: 0;
}

.donate-new-sponsor-family-list.donate-radio-list label {
    background: var(--secondarys);
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 100%;
    margin: 0;
    min-height: 143px;
}
label[for=single_donation_custom_amount-error], label[for=single_donation_custom_amount] {
    background: initial !important;
    min-height: 1px !important;
}
.donate-new-sponsor-family-list.donate-radio-list input:checked ~ label {
    background: var(--primaryTone);
}

.donate-new-sponsor-family-list .price-info-section {
    display: block;
    width: 100%;
    text-align: center;
}

.donate-new-sponsor-family-list .price-info-section .price-heading {
    font-size: 14px;
    max-width: 140px;
    line-height: 19px;
    /*padding: 15px 0 0;*/
    display: inline-block;
    font-weight: 300;
}

.donate-new-sponsor-family-list .price-info-section .price-heading.full {
    max-width: inherit;
}

.donate-new-sponsor-family-list .price-info-section .price-heading span {
    font-weight: 600;
    display: block;
}

.donate-new-sponsor-family-list .price-info-section .price {
    font-size: 38px;
    font-weight: 600;
    font-family: 'inria-bold';
    /*padding: 10px 0 25px;*/
    display: block;
}

.donate-new-sponsor-family-list .price-info-section.adobted .price-heading {
    max-width: inherit;
    padding: 0 0 2px 0;
}

.donate-new-sponsor-family-list.donate-radio-list .flex-col {
    width: 100% !important;
}

.donation-steps-info ul li {
    color: #D3EEF0;
    font-size: 16px;
    line-height: 38px;
    font-weight: 400;
    position: relative;
}

.donation-steps-info ul li {
    display: inline-block;
    margin-right: 2px;
}

.donation-steps-info ul li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #D3EEF0;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg);
}



.donation-steps-info ul li a {
    font-size: 20px;
    color: #3FC4EB;
    padding: 0 10px 0 20px;
    line-height: 42px;
    position: relative;
    z-index: 1;
    display: block;
    min-width: 35px;
    cursor: text;
}

.donation-steps-info ul li:first-child a {
    background: #D3EEF0;
    color: var(--secondarys);
    padding: 0 7px 0 12px;
}


.form-fixed-section .donation-steps-info ul li.active:first-child a:after,
.form-fixed-section .donation-steps-info ul li.active:first-child a {
    background: var(--secondarys);
}

.form-fixed-section .donation-steps-info ul li.active a:after{background: var(--secondarys);}

.form-fixed-section .donation-steps-info ul li.active i {
    color: #fff;
}



.form-fixed-section .process-donation-section .theme-btn.btn-lg {
    font-size: 30px;
    font-weight: 500;
    padding: 10px 20px;
}

.form-fixed-section .process-donation-section .theme-btn.btn-lg b {
    font-size: 28px;
    font-weight: 500;
}

.form-fixed-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stickyFooter {
    position: sticky;
    bottom: 0;
    background: #F2F0EC;
    z-index: 999;
}

.amtSelected{
    background: var(--primaryTone);
}
.donateIds h3{font-family: 'Poppins', sans-serif; font-size:22px; font-weight: 500;}
.stickyFooter {
    box-shadow: 1px 5px 20px 9px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 5px 20px 9px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 5px 20px 9px rgba(0,0,0,0.2);
}
.form-button.center.process-donation-section {
    display: contents;
}
.selected-amount-sections {
    font-size: 30px;
    max-width: 100%;
    line-height: 30px;
    display: inline-block;
    font-weight: 600;
    color: var(--primaryTone);
}
.selected-amount-sections small {
    display: flex;
    font-size: 16px;
    max-width: 90px;
    line-height: 19px;
    display: inline-block;
    font-weight: 300;
    color: var(--primaryTone);
}
.selected-amount-sections small:nth-child(2) {
    font-size: 30px;
	    font-weight: 600;
}
.form-fixed-section .process-donation-section .theme-btn.btn-lg {
    font-size: 30px;
    font-weight: 500;
    padding: 10px 90px;
}

@media screen and (min-device-width: 1440px) and (max-device-width: 2600px) { 
    .header-banner-main:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 56%;
    height: 100%;
    transform: skew(-12deg, 0deg);
    background: var(--primarys);
    left: -14%;
}

.goal-section .totalGoal, .goal-section .totalRaised {
    height: 50%;
    width: 109%;
    display: flex;
    align-items: center;
}
}

@media(max-width: 1300px) {
    .stickyFooter {
        padding: 0 20px;
    }
}

@media(max-width: 1100px) {
    .donateIds h3 {
        font-size: 22px;
        max-width: 200px;
        text-align: center;
    }

    .stickyFooter .container {
        max-width: 100%;
    }
}


@media(max-width: 850px) {
    .form-fixed-section .process-donation-section .theme-btn.btn-lg {
        font-size: 22px;
    }

    .form-fixed-section .process-donation-section .theme-btn.btn-lg b {
        font-size: 22px;
    }
}
    
    
@media(max-width: 767px) {
    .form-fixed-section {
        flex-wrap: wrap;
        justify-content: center;
    }

    .donation-steps-info,
    .donateIds,
    .form-fixed-section .process-donation-section {
        width: 100%;
        text-align: center;
    }

    .donation-steps-info {
        margin: 0 0 10px 0;
    }

    .donateIds h3 {
        max-width: inherit;
        font-size: 16px;
        padding: 10px 0;
    }

    
    .form-fixed-section .process-donation-section {
        margin: 10px 0 0px -15px;
    }

    .form-fixed-section .col-sm-12 {
        padding: 0;
    }

    .select-donation-section .donate-radio-list .flex-col {
        margin: 0;
    }
    .donation-steps-info {
        margin: -45px 0 10px 0;
        text-align: left;
    }
    .form-fixed-section .process-donation-section .theme-btn.btn-lg {
		font-size: 30px;
		padding: 10px 0px;
		width: 94%;
     } 
    section.stickyFooter .col-sm-12 {
        padding: 0 4px;
    }
	.form-fixed-section .process-donation-section .theme-btn.btn-lg b {
        font-size: 30px;
    }
    section.stickyFooter .selected-amount-sections {
    margin-bottom: 0;
    max-width: initial;
    font-size: 24px;
    font-weight: 600;
	align-items: center;
    display: flex;
}
	.stickyFooter .selected-amount-sections small {
    max-width: inherit !important;
    }
	.stickyFooter .selected-amount-sections small {
    max-width: inherit !important;
    font-weight: 300;
    font-size: 16px; 
	margin-right: 2px;
    }
	.selected-amount-sections small:nth-child(2) {
    font-size: 24px;
    font-weight: 600;
}
    .stickyFooter {
        z-index: 9;
    }
	.donate-new-sponsor-family-list {
        display: flex !important;
        grid-gap: 0 !important;
        grid-row-gap: 5px !important;
        flex-wrap: wrap;
    }
    .donate-new-sponsor-family-list.donate-radio-list .flex-col.customamountsection:nth-child(2) {
        width: 49% !important;
    }
    .donate-new-sponsor-family-list.donate-radio-list .flex-col.customamountsection:nth-child(3) {
        width: 50% !important;
    }
    .donate-new-sponsor-family-list.donate-radio-list .flex-col.customamountsection:nth-child(4) {
        width: 49% !important;
    }
    .donate-new-sponsor-family-list.donate-radio-list .flex-col.customamountsection:nth-child(5) {
        width: 50% !important;
    }
	.sidebar .donate-new-sponsor-family-list .price-info-section .price-heading {
    font-size: 14px;
    max-width: 206px;
}
}

@media (max-width:575px) {
    .footer-sec .footer__social {
        text-align: center;
        margin: 22px 0;
    }

    .footer-sec .form-button.center.process-donation-section {
        margin: 22px 0;
        text-align: center;
    }

    .footer-sec .process-donation-section .theme-btn.btn-lg {
        font-size: 20px;
        font-weight: 500;
    }

    .footer-sec .footer-widget-wrap {
        text-align: center;
    }

    .customamountmain {
        padding: 20px 0;
    }
}
