/*
green #9ccc6f
orange #e98f07
blue #4d97bc
grey #545454

*/
.donation-wrapper{
    background-color: #ffffff;
    text-align: center;
    font-family: proxima-nova, Arial, Tahoma, sans-serif;
    font-weight: 900;
    margin-bottom: 2em;
    min-height: 600px;
    margin: auto;
    padding-right:10px;
    padding-left:10px;
}

hr {
    background-color: #4d97bc;
    border: 0;
    opacity: 0.2;
    height: 2px;
    margin-top: 1.4em;
}

button {
    margin-top: 1em;
    background-color: #9ccc6f;
    border: 1px solid #9ccc6f;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding: 0.5em 0em;
    width: 15rem;
    border-radius: 0.3rem;
    outline: none;
}

.active button {
    border-bottom: 1px solid #9ccc6f;
    border-radius: 0.3rem;
}

.donate form {

    padding: 10px;
    border-radius: 0.3rem;
    margin: 0 auto;

}

.donate input {
    -webkit-appearance: none;
    display: none;
    position: absolute;
}

.donate label {
    display: inline-block;
    background-color: #b84c7f;
    color: #4d97bc;
    padding: 0.7em 0;
    width: 12rem;
    font-size: 1.4rem;
    margin: 5px 10px;
    border-bottom: 1px solid #ddd;
    transition: all 0.05s ease;

}
.donate label:hover, .donate label:focus {
    background-color: #ffffff;
    color: #8c3a61;
    -ms-transform: scale(1.02, 1.02);
    /* IE 9 */
    -webkit-transform: scale(1.02, 1.02);
    /* Safari */
    transform: scale(1.02, 1.02);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.donate label{
    border-radius: 0.3rem;
}

.donation button{
    margin-bottom: 20px;
}

input[type=radio]:checked + label {
    background-color: #ffffff;
    color: #9ccc6f;
    -ms-transform: scale(1.02, 1.02);
    /* IE 9 */
    -webkit-transform: scale(1.02, 1.02);
    /* Safari */
    transform: scale(1.02, 1.02);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

#custom-amount {

    text-align: left;
    display: none;
    text-align: center;
    margin: 0;

}
#custom-amount .back {
    float: left;
    position: relative;
    text-indent: -999em;
    background-color: transparent;
    border: 3px solid #4d97bc;
    width: 2.4em;
    height: 2.4em;
    border-radius: 50%;
}
#custom-amount .back span {
    position: absolute;
    display: block;
    background-color: #4d97bc;
    width: 60%;
    top: 50%;
    margin-top: -1.5px;
    left: 20%;
    height: 3px;
    border-radius: 3px;
}
#custom-amount .back span:nth-child(2) {
    width: 40%;
    top: 64%;
    left: 17%;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari */
    transform: rotate(45deg);
}
#custom-amount .back span:nth-child(3) {
    width: 40%;
    top: 36%;
    left: 17%;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Safari */
    transform: rotate(-45deg);
}
#custom-amount .next {
    float: right;
}
#custom-amount h2 {
    text-align: center;
    margin: 0;
    letter-spacing: 0.2em;
    color: #96bdff;
    font-weight: 700;
    opacity: 0.7;
    text-transform: uppercase;
    font-size: 1.3em;
    padding-bottom: 0.75em;
}
#custom-amount .input-group-1 {
    width: 100%;
    margin-bottom: 0em;
}
#custom-amount .input-group-2 {
    width: 48.33114%;
    margin-right: 1.33772%;
    margin-bottom: 1.2em;
    float: left;
}
#custom-amount .input-group-2:nth-child(2n) {
    float: right;
    margin-right: 0;
}
#custom-amount .input-group-3 {
    width: 37.952%;
    margin-right: 3.33772%;
    margin-bottom: 1.2em;
    float: left;
}
#custom-amount .input-group-3:nth-child(6n) {
    width: 17%;
}
#custom-amount .input-group-3:nth-child(7n) {
    float: right;
    margin-right: 0;
}
#custom-amount .custom-info {

    padding-top: 1em;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    background-color:#4d97bc;
    padding:20px;
}
#custom-amount label {
    text-align: center;
    display: block;
    color: white;
    font-weight: 500;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 1.3em 0 0.3em 0.2em;
    padding-bottom:20px;
}
#custom-amount input[type="text"] {
    text-align: left;
    font-family: 'Lato';
    background-color: #ffffff;
    font-weight: 300;
    border: 0px solid rgba(132, 178, 255, 0.67);
    color: #4d97bc;
    font-size: 1.3em;
    box-sizing: border-box;
    padding-left: 0.75em;
    height: 2.2em;
    width: 100%;
    border-radius: 3px;
    outline: none;
}
#custom-amount button {
    background-color: #2dbb55;
    border-color: #2dbb55;
    font-size: 1.2em;
    margin-top: 1.2em;
    transition: all 0.2s ease;
}
#custom-amount button:hover, #custom-amount button:focus {
    -ms-transform: scale(1.04, 1.04);
    /* IE 9 */
    -webkit-transform: scale(1.04, 1.04);
    /* Safari */
    transform: scale(1.04, 1.04);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

#details {

    text-align: left;
    display: none;
    text-align: center;
    margin: 0;

}
#details .back {
    float: left;
    position: relative;
    text-indent: -999em;
    background-color: transparent;
    border: 3px solid #4d97bc;
    width: 2.4em;
    height: 2.4em;
    border-radius: 50%;
}
#details .back span {
    position: absolute;
    display: block;
    background-color: #4d97bc;
    width: 60%;
    top: 50%;
    margin-top: -1.5px;
    left: 20%;
    height: 3px;
    border-radius: 3px;
}
#details .back span:nth-child(2) {
    width: 40%;
    top: 64%;
    left: 17%;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari */
    transform: rotate(45deg);
}
#details .back span:nth-child(3) {
    width: 40%;
    top: 36%;
    left: 17%;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Safari */
    transform: rotate(-45deg);
}
#details .next {
    float: right;
}
#details h2 {
    text-align: center;
    margin: 0;
    letter-spacing: 0.2em;
    color: #96bdff;
    font-weight: 700;
    opacity: 0.7;
    text-transform: uppercase;
    font-size: 1.3em;
    padding-bottom: 0.75em;
}
#details .input-group-1 {
    width: 100%;
    margin-bottom: 0em;
}
#details .input-group-2 {
    width: 48.33114%;
    margin-right: 1.33772%;
    margin-bottom: 1.2em;
    float: left;
}
#details .input-group-2:nth-child(2n) {
    float: right;
    margin-right: 0;
}
#details .input-group-3 {
    width: 37.952%;
    margin-right: 3.33772%;
    margin-bottom: 1.2em;
    float: left;
}
#details .input-group-3:nth-child(6n) {
    width: 17%;
}
#details .input-group-3:nth-child(7n) {
    float: right;
    margin-right: 0;
}
#details .contact-info {

    padding-top: 1em;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    background-color:#4d97bc;
    padding:20px;
}

#details label {
    text-align: left;
    display: block;
    color: white;
    font-weight: 300;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 1.6em 0 0.3em 0.2em;
}
#details input[type="text"] {
    text-align: left;
    font-family: 'Lato';
    background-color: #ffffff;
    font-weight: 300;
    border: 0px solid rgba(132, 178, 255, 0.67);
    color: #4d97bc;
    font-size: 1.3em;
    box-sizing: border-box;
    padding-left: 0.75em;
    height: 2.2em;
    width: 100%;
    border-radius: 3px;
    outline: none;
}
#details button {
    background-color: #2dbb55;
    border-color: #2dbb55;
    font-size: 1.2em;
    margin-top: 1.2em;
    transition: all 0.2s ease;
}
#details button:hover, #details button:focus {
    -ms-transform: scale(1.04, 1.04);
    /* IE 9 */
    -webkit-transform: scale(1.04, 1.04);
    /* Safari */
    transform: scale(1.04, 1.04);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

#card {
    padding-top: 1em;
    text-align: left;
    display: none;
    text-align: center;
    margin: 0;
}
#card hr {
    margin-top: 0.2em;
}
#card .back {
    float: left;
    position: relative;
    text-indent: -999em;
    background-color: transparent;
    border: 3px solid #4d97bc;
    width: 2.4em;
    height: 2.4em;
    border-radius: 50%;
}
#card .back span {
    position: absolute;
    display: block;
    background-color: #4d97bc;
    width: 60%;
    top: 50%;
    margin-top: -1.5px;
    left: 20%;
    height: 3px;
    border-radius: 3px;
}
#card .back span:nth-child(2) {
    width: 40%;
    top: 64%;
    left: 17%;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari */
    transform: rotate(45deg);
}
#card .back span:nth-child(3) {
    width: 40%;
    top: 36%;
    left: 17%;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Safari */
    transform: rotate(-45deg);
}
#card .next {
    text-align: center;
}
#card h2 {
    text-align: center;
    margin: 0;
    letter-spacing: 0.2em;
    color: #96bdff;
    font-weight: 700;
    opacity: 0.7;
    text-transform: uppercase;
    font-size: 1.3em;
    padding-bottom: 0.75em;
}
#card .input-group-1 {
    width: 100%;
    margin-bottom: 0em;
}
#card .input-group-2 {
    width: 48.33114%;
    margin-right: 1.33772%;
    margin-bottom: 1.2em;
    float: left;
}
#card .input-group-2:nth-child(2n) {
    float: right;
    margin-right: 0;
}
#card .input-group-3 {
    width: 37.952%;
    margin-right: 3.33772%;
    margin-bottom: 1.2em;
    float: left;
}
#card .input-group-3:nth-child(5n) {
    width: 17%;
}
#card .input-group-3:nth-child(3n) {
    float: right;
    margin-right: 0;
}
#card .contact-info {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    background-color: #4d97bc;
    padding:30px;
}
#card label {
    text-align: left;
    display: block;
    color: white;
    font-weight: 300;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 1.4em 0 0.3em 0.2em;
}
#card input[type="text"] {
    text-align: left;
    font-family: 'Lato';
    background-color: #ffffff;
    font-weight: 300;
    border: 0px solid rgba(132, 178, 255, 0.67);
    color: black;
    font-size: 1.3em;
    box-sizing: border-box;
    padding-left: 0.75em;
    height: 2.2em;
    width: 100%;
    border-radius: 3px;
    outline: none;
}
#card button {
    background-color: #9ccc6f;
    border-color: #9ccc6f;
    font-size: 1.2em;
    margin-top: 1.2em;
    transition: all 0.2s ease;
}
#card button:hover, #card button:focus {
    -ms-transform: scale(1.04, 1.04);
    /* IE 9 */
    -webkit-transform: scale(1.04, 1.04);
    /* Safari */
    transform: scale(1.04, 1.04);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

#check {
    padding-top: 7em;
    text-align: center;
    display: none;
}
#check button {
    background-color: #2dbb55;
    border-color: #2dbb55;
    font-size: 1.2em;
    transition: all 0.2s ease;
    display: block;
    margin: 1.5em auto 1em;
    text-shadow: 2px 2px #1f9a42;
}
#check button:hover, #check button:focus {
    -ms-transform: scale(1.04, 1.04);
    /* IE 9 */
    -webkit-transform: scale(1.04, 1.04);
    /* Safari */
    transform: scale(1.04, 1.04);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#check p {
    font-weight: 300;
    letter-spacing: 0.03em;
    padding-top: 1em;
    color: white;
    margin: 0;
    font-size: 1.3em;
}
#check h2 {
    text-align: center;
    margin: 0;
    letter-spacing: 0.2em;
    color: #96bdff;
    font-weight: 700;
    opacity: 0.7;
    text-transform: uppercase;
    font-size: 1.3em;
    padding-bottom: 0.75em;
}
#check span {
    display: inline-block;
    margin: 0 auto;
    border-radius: 5px;
    color: white;
    font-weight: 700;
    font-size: 3.2em;
    letter-spacing: 0.1em;
    padding: 0.2em 1em 0.3em;
    text-shadow: 2px 2px #255bb5;
}

#cc button.next {
    width: auto;
}

#confirm {
    display: none;
    height: auto;
}
#confirm.animated {
    display: block;
}
#confirm h2 {
    color: #96bdff;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
}
#confirm p {
    color: #505050;
    line-height: 1.6;
    font-size: 1.4em;
    font-weight: 300;
    margin-bottom: 2em;
    text-align: center;
}
#confirm span {
    color: white;
    background-color: #2dbb55;
    padding: 0.25em 0.45em;
    margin: 0 0.15em;
    font-weight: 700;
    text-shadow: 2px 2px #1f9a42;
    font-size: 1em;
    border-radius: 0.2em;
    text-align: center;
}

#decline {
    display: none;
    height: 300px;
}
#decline .animated {
    display: block;
}
#decline h2 {
    color: #96bdff;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
}
#decline p {
    color: #505050;
    line-height: 1.6;
    font-size: 1.4em;
    font-weight: 300;
    margin-bottom: 2em;
    text-align: center;
}
#decline span {
    color: white;
    background-color: #2dbb55;
    padding: 0.25em 0.45em;
    margin: 0 0.15em;
    font-weight: 700;
    text-shadow: 2px 2px #1f9a42;
    font-size: 1em;
    border-radius: 0.2em;
    text-align: center;
}


#custom-error {
    height: 300px;
}

#custom-error .animated {
    display: block;
}
#custom-error h2 {
    color: #96bdff;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
}
#custom-error p {
    color: #505050;
    line-height: 1.6;
    font-size: 1.4em;
    font-weight: 300;
    margin-bottom: 2em;
    text-align: center;
}
#custom-error span {
    color: white;
    background-color: #2dbb55;
    padding: 0.25em 0.45em;
    margin: 0 0.15em;
    font-weight: 700;
    text-shadow: 2px 2px #1f9a42;
    font-size: 1em;
    border-radius: 0.2em;
    text-align: center;
}

.processing .message{text-align: center;}

.processing {
    display: none;
    text-align: center;
    margin-top:20px;
}
.processing .mask {
    position: absolute;
    width: 130px;
    height: 100px;
    background-color: #ffffff;
    top: -3em;
    z-index: 999;
}
.processing .check {
    position: relative;
    margin: 0px auto 70px;
    width: 110px;
    height: 1px;
}
.processing .check span {
    display: block;
    position: absolute;
    height: 0.5em;
    width: 5em;
    border-radius: 3px;
    background-color: #34d461;
}
.processing .check span:first-child {
    left: 2em;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Safari */
    transform: rotate(-45deg);
}
.processing .check span:last-child {
    width: 3em;
    top: 0.9em;
    left: 0.3em;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari */
    transform: rotate(45deg);
}
.processing .outer {
    position: relative;
    background-color: #4d97bc;
    height: 0.5em;
    width: 14em;
    margin: 1em auto;
    border-radius: 3px;
}
.processing .progress {
    position: absolute;
    background-color: #528cef;
    height: 0.5em;
    width: 0em;
    top: 0em;
    left: 0;
    margin: 0;
    border-radius: 3px;
    z-index: 1;
    overflow: hidden;
}
.processing span {
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #96bdff;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}


#preference {text-align:center;font-family: Open Sans; width:320px; margin: 20px auto 0px auto}
#preference .pr-msg {background-color:#f2f2f2;padding:10px;margin:20px auto 20px;max-width:320px;color:#505050;font-size: 18px; font-weight: bold;}
#preference label {font-weight: bold;font-size: 18px;}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}


#subscription {text-align:center;font-family: Open Sans; width:320px; margin: 0px auto 20px auto}
#subscription .sc-msg {background-color:#4d97bc;padding:10px;margin:20px auto 20px;max-width:320px;color:#ffffff;}
#subscription .sc-radio-group input[type="radio"] {float:none;}
#subscription .tributee input {width:280px;margin:0 auto 10px;}
#subscription .send_acknowledgement_to {overflow:hidden;}
#subscription .send_acknowledgement_to .ack-group {float:left;}
#subscription .send_acknowledgement_to input {width:280px;margin:5px;}
#subscription .dsa-label{display:block; width:x; height:y; text-align:left;}

#acct-type {text-align:center;font-family: Open Sans; margin: 20px auto 0px auto;}
#acct-type label {font-weight: bold;font-size: 16px; color:#505050!important;}
#accounts  .acct-msg {background-color:#f2f2f2;padding:10px;color:#505050;font-size: 18px; font-weight: bold;}
.inline { display: inline-block; margin:10px;}

/*  CSS Merged from Site Template Build  */

.donate label {
    background-color: #b84c7f !important;
    color: #FFFFFF !important;
    width: 20% !important;
}
.donate label:hover, .donate label:focus {
    background-color: #8c3a61 !important;
    color: #FFFFFF !important;
    width: 20% !important;
}
.donate input[type=radio]:checked + label {
    background-color: #8c3a61 !important;
}

#details button, #card button, #custom-amount button, .donation > button#ourm_donate_button {
    background-color: #b52950;
    border: 1px solid #b52950;
}
#confirm span {background-color: #9ccc6f;}
.processing .check span {background-color: #9ccc6f;}
#details button.back {background:transparent;}
#details .back {border:3px solid #ccc;}
#details .back span {background-color:#ccc;}
#custom-amount button.back {background:transparent;}
#custom-amount .back {border:3px solid #ccc;}
#custom-amount .back span {background-color:#ccc;}
.mk-header-toolbar {
    visibility:hidden;
}
#details .contact-info,  #card .contact-info{
    background:#fff;
    max-width:800px;
    padding-top:0px;
}
#details input[type="text"], #card input[type="text"], #custom-amount input[type="text"] {
    border:1px solid #ccc;
    color:#505050;
}
#details label, #card label, #custom-amount label {
    color:#000;
    margin-top:0px;
}

#custom-amount .custom-info {
    background:#fff;
    padding-top:0px;
}


 #card h2 {color:#000;font-family: "Muli", sans-serif; font-size:20px;font-weight:400;}
 #confirm h2 {color:#000;font-family: "Muli", sans-serif;font-size:35px;}
 .mk-header-nav-container {display:none;}
 hr {background-color:#ccc;}
 #details .input-group-3 {
    width: 48%;
}

body.page-id-3691 .donate label {
    background-color:#b84c7f !important;
}

body.page-id-3691 .donate label:hover, .donate label:focus {
    background-color:#8c3a61 !important;    
}

body.page-id-3691 .donate input[type=radio]:checked + label {
    background-color:#8c3a61 !important;
}

/* CHECKBOX */

input[type=checkbox]#optin + label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
  }
  
  input[type=checkbox]#optin {
    display: none;
  }
  
  input[type=checkbox]#optin + label:before {
    content: "\2714";
    border: 0.1em solid #000;
    border-radius: 0.2em;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
  }
  
  input[type=checkbox]#optin + label:active:before {
    transform: scale(0);
  }
  
  input[type=checkbox]#optin:checked + label:before {
    background-color: #4d97bc;
    border-color: #4d97bc;
    color: #fff;
  }
  
  input[type=checkbox]#optin:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
  }
  
  input[type=checkbox]#optin:checked:disabled + label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
  }

div#preference {
    display: none !important;
}

@media only screen and (max-width:1060px) {
    .donate label {
        font-size:.9rem;

    }
}

@media only screen and (max-width:767px) {
    .donate label {
        width:90% !important;
        font-size:1rem;

    }
    .donate label:hover, .donate label:focus {
        width:90% !important;
    }
    }
