﻿
/* DONATIONS
----------------------------------------*/

.contentcontainer.donationlistcontainer {
    margin-top: 200px !important;
}

/* DONATE LIST GRID
----------------------------------------*/
.donationlist .dontateentry {
    display: block;
    position: relative;
    padding-bottom: 25px;
}

.donationlist .donatethumb {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 0 14px 30px rgba(0,0,0,.4);
    z-index: 9;
}

.donationlist .donatethumb img {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: -4px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 1;
}

.donationlist .donatethumb:hover img {
    transform: scale(1.04);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.donationlist .donatethumb .donatelink {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.donationlist .donatethumb .donatelink a {
    position: relative;
    display: inline-block;
    background-color: #F1B434;
    padding: 10px 20px 8px 20px;
    color: #211551;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 100;
}

.donationlist .donatethumb .donatelink a:hover {
    padding: 10px 60px 8px 30px;
    color: #fff;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.donationlist .donatethumb .donatelink a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 0;
    background-color: #251870;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    z-index: -1;
}

.donationlist .donatethumb .donatelink a:hover:before {
    width: 100%;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.donationlist .donatethumb:hover .donatelink a:before {
    width: 100%;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.donationlist .donatethumb:hover .donatelink a {
    padding: 10px 60px 8px 30px;
    color: #fff;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.donatetitle {
    display: block;
    clear: both;
    padding-top: 20px;
    text-align: center;
}

.donatetitle h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
}

.donatetitle h3 a {
    text-decoration: none;
    color: #3926CD;
}

.donatetitle a:hover {
    text-decoration: none;
    color: #211551;
}



/* DONATION FORM
----------------------------------*/

.donationform .fundtitle {
    clear: both;
    font-size: 24px;
    color: #F13A01;
    font-weight: 300;
    line-height: 20px;
    padding: 10px 0 4px 0;
    border-bottom: 1px solid #cccccc;
    text-transform: uppercase;
}

.donationform .fundtext {
    font-size: 14px;
    color: #333;
    line-height: 26px;
    font-weight: 400;
    padding-top: 5px;
}

.donationform .fundtext p {
    margin: 0;
    padding: 0;
}


.donationform ul, .donationform ol {
    margin: 5px 0 10px 0;
    padding: 0;
}

.donationform li {
    margin: 8px 0 10px 5px;
    padding: 0 0 0 10px;
    list-style-type: none;
    line-height: 16px;
    zoom: 1;
}

.donationform li:before {
    color: #F13A01;
    font-family: 'df-icomoon';
    content: "\e62a";
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    margin: 0 5px -6px -20px;
}


.donationform {
    clear: both;
    width: 100%;
    padding-top: 12px;
}

.donationform .formstyle .title {
    clear: both;
    padding-top: 18px;
    font-size: 28px;
    line-height: 34px;
    font-weight: 900;
    font-family: playfair-display, serif;
    clear: both;
    display: block;
    color: #3926CD;
    border-bottom: 1px solid #e4e4e4;
    letter-spacing: .02em;
}

.donationform .formstyle .title.generaltitle {
    padding-top: 46px;
}

.donationform .formstyle .instructions {
    clear: both;
    width: 70%;
    text-transform: none;
    padding: 9px 0 10px 0;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    font-weight: 600;
}

.donationform label {
    color: #3926CD;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 10px 2px 0;
    letter-spacing: .04em;
    font-weight: 700;
}

.donationform .formstyle {
    font-size: 16px;
    color: #3926CD;
    width: 92%;
    line-height: 20px;
}

.donationform .formstyle span {
    font-size: 12px;
    color: #cc0000;
    font-weight: 700;
    padding-left: 4px;
    text-transform: uppercase;
}


/* ERROR MESSAGE
----------------------------------------------- */
.donationform .errormessage {
    font-size: 16px 14px;
    padding: 10px;
    margin: 10px 0;
    background-color: #cc0000;
    color: #fff;
    width: 90%;
    font-weight: 700;
    box-shadow: 10px 10px 16px rgba(0,0,0,.26);
    border: 1px solid #fff;
}

.donationform .warningmessage {
    padding: 10px;
    margin: 10px 0;
    background-color: #cc0000;
    color: #fff;
    width: 90%;
    box-shadow: 2px 2px 2px #333;
    border: 1px solid #fff;
}


/* FORM FIELDS
----------------------------------------------- */

#AttachedObject_Amount {
    position: relative;
    font-size: 23px;
    padding: 10px 10px 11px 36px;
}


#ValueDivContainer {
    position: relative;
}

#ValueDivContainer:before {
    position: absolute;
    top: 17px;
    left: 13px;
    font-weight: bold;
    font-size: 22px;
    content: "$";
    color: #3926CD;
    z-index: 10;
}

.otheramount:before {
    top: 53px !important;
}

.markerelements {
    margin-top: 25px;
}

.donationform select, .donationform textarea, .donationform input[type="text"] {
    clear: both;
    display: block;
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    font-size: 18px;
    width: 80%;
    color: #211551 !important;
    padding: 12px 12px 13px 12px;
    font-weight: 600;
    background-color: #FFF !important;
    border: solid 1px rgba(57,38,205,.2);
    margin-bottom: 4px;
}

.donationform textarea {
    height: 150px;
    width: 80% !important;
}

.donationform select {
    width: 85%;
}

.donationform select[multiple] {
    width: 98%;
    height: 135px;
}

.pubvalidatenote {
    float: right;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 0 0 0;
}


.donationform .formstyle select {
    width: 82%;
}

.donationform .formstyle textarea {
    height: 150px;
}

.donationform .amount {
    position: relative;
    float: left;
    width: 45%;
}

.donationform .amount input {
    float: left;
    width: 80% !important;
}

.donationform .amount select {
    float: left;
    width: 100% !important;
}

.donationform .amount .field-validation-error {
    position: absolute;
    bottom: -21px;
    left: 0;
}

.donationform .ocurring {
    float: left;
    padding-left: 0;
    width: 45%;
}

.donationform .ocurring input, .donationform .ocurring select {
    float: left;
    width: 100% !important;
}

.donationform .expiration {
    float: left;
    width: 58%;
}

.donationform .securitycode {
    float: left;
    padding-left: 10px;
    width: 28%
}

.donationform .expiration select {
    display: inline-block !important;
    width: 45% !important;
}

.donationform .securitycode label {
    padding: 12px 0 0 0;
}

.donationform .securitycode input {
    width: 75% !important;
}

.donationform .formstyle .formbutton {
    clear: both;
}

.donationform .formstyle span {
    font-size: 12px;
    line-height: 13px;
    color: #cc0000;
    font-weight: 700;
    padding-left: 0;
    text-transform: none;
    text-transform: uppercase;
}

/* BUTTON
----------------------------------------------- */
.donationform .formstyle .formbutton {
    margin-top: 0;
    width: 80%;
    position: relative;
}

.donationform .formstyle .formbutton button {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    background-color: #3926CD;
    box-shadow: 4px 4px 20px rgba(0,0,0,.3);
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fff;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: .1em;
    z-index: 4;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.donationform .formstyle .formbutton button:hover {
    cursor: pointer;
    box-shadow: 0 20px 40px rgba(0,0,0,.2);
    border: 1px solid #3926CD;
}


/* processing alert
-----------------------------------------------*/
.processingalert {
    padding: 14px 0 0 0;
    display: none;
}

.processingalerttext {
    display: inline-block;
    vertical-align: middle;
    color: #3926CD;
    font-size: 16px;
    padding: 0 0 0 15px;
    font-weight: 600;
    letter-spacing: .05em;
}

.processingalertimage {
    display: inline-block;
    vertical-align: middle;
    color: #3926CD;
    padding: 5px 0 0 0;
}

.processingalertimage img {
    width: 34px;
}

.pub-donation-form span.field-validation-valid {
    color: #cc0000;
}

.pub-donation-form span.field-validation-error {
    color: #cc0000;
    float: right;
    text-transform: lowercase;
    font-size: 10px;
    line-height: 12px;
    padding-top: 2px;
}


/* Donation Thank You 
----------------------------------*/
.reciept {
    width: 90%;
}

.reciept h2 {
    font-family: playfair-display, serif;
    padding: 20px 0 0 0;
    margin: 0 0 10px 0;
    color: #3926CD;
    font-size: 40px;
    line-height: 45px;
    border-bottom: 1px solid #eaeaea;
    font-weight: 900;
    letter-spacing: .03em;
}

.important {
    font-size: 14px;
    line-height: 14px;
    font-style: italic;
    color: #3926CD;
    font-weight: 700;
}

.donationconfirmed {
    font-size: 22px;
    color: #3926CD;
    line-height: 32px;
    font-weight: normal;
}

.donationmessage {
    font-size: 20px;
    color: #333;
    line-height: 34px;
    font-weight: normal;
    padding: 22px 0 0 0;
}

.donationreceiptdetails {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-weight: normal;
    padding: 15px 0 0 0;
}

.donationtitle {
    font-weight: 700;
    font-size: 18px;
    color: #3926CD;
    line-height: 26px;
    padding: 8px 0 0 0;
    border-bottom: 1px solid #eaeaea;
}

.donationreceiptdetails strong {
    color: #3926CD;
}

/* Return To List
----------------------------------*/
.returnto {
    position: absolute;
    top: -27px;
    left: 5px;
    z-index: 5;
}

.returnto a {
    position: relative;
    float: right;
    color: #3926CD;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: .03em;
    text-align: left;
    text-transform: uppercase;
    padding: 5px 0 5px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.returnto a:hover {
    color: #3926CD;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.returnto a:before {
    position: absolute;
    top: -5px;
    right: 0;
    background-color: #3926CD;
    content: "";
    height: 1px;
    width: 100%;
    opacity: .2;
    z-index: -1;
    border-bottom: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.returnto a:after {
    position: absolute;
    top: -5px;
    right: 0;
    background-color: #3926CD;
    content: "";
    height: 1px;
    width: 0;
    opacity: .2;
    z-index: -1;
    border-bottom: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.returnto a:hover:after {
    opacity: 1;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


/* DONTATATION SIDE BAR
----------------------------------------*/
.sidebardonatethumb {
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #fff;
    box-shadow: 0 14px 30px rgba(0,0,0,.4);
    z-index: 9;
}

.sidebardonatethumb img {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: -3px;
    z-index: 1;
}

.donationsidecontainer {
    padding-top: 20px 0 45px 0;
    width: 90%;
    margin: 0 auto;

}

.donationtype {
    font-weight: 300;
    font-size: 18px;
    color: #3926CD;
    line-height: 26px;
    padding: 25px 0 0 0;
}

.donationtypetitle {
    clear: both;
    padding-top: 5px;
    padding-right: 15px;
    font-size: 28px;
    line-height: 34px;
    font-weight: 900;
    font-family: playfair-display, serif;
    clear: both;
    display: block;
    color: #3926CD;
    border-bottom: 1px solid #e4e4e4;
    letter-spacing: .02em;
}

.donationtypetext {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-weight: normal;
    padding: 15px 20px 25px 0;
}


.isreciept .donationtitle {
    font-weight: 700;
    font-size: 18px;
    color: #3926CD;
    line-height: 26px;
    padding: 8px 0 5px 0;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 5px;
}

.isreciept .donationsidecontainer {
    font-size: 18px;
    color: #333;
    line-height: 28px;
    font-weight: normal;
    padding: 15px 20px 25px 15px;
}