.bigbox, .bigbutton {
    position: relative;;
    display: inline-block;
    vertical-align: top;
    height: 75px;
    width: calc(100%/2 - 10px/2);
    border-radius: 3px;
    text-align: center;
    text-decoration: none !important;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 567px) {
    .bigbox {
        font-size: smaller;
    }
}
.bigbutton {
    width: 100%;
    margin-top: 10px;
}
.bigbox + .bigbox {
    margin-left: 10px;
}
.bigbutton h2 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: inherit;;
}
.bigbox span, .bigbutton span {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    left: 0;
    width: 100%;
    bottom: 20px;
}
.bigbox, .bigbox:hover {
    border: 2px rgba(37, 90, 142, 1) solid;
    color: rgba(37, 90, 142, 1);
}
.bigbox strong {
    font-size: 1.4em;
}
.bigbutton, .bigbutton:visited {
    background-color: rgba(37, 90, 142, 1);
    border: 2px rgba(37, 90, 142, 1) solid;
    color: white;
}
.bigbutton:hover, .bigbutton:active {
    background-color: rgba(37, 90, 142, 0);
    border-color: rgba(37, 90, 142, 1);
    color: rgba(37, 90, 142, 1);
    -webkit-transition: translate 100ms ease-in-out, opacity 200ms ease-in-out;
    -o-transition: translate 100ms ease-in-out, opacity 200ms ease-in-out;
    transition: translate 100ms ease-in-out, opacity 200ms ease-in-out;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
.bigbutton strong {
    font-weight: normal;
}
.bigbutton>strong>img {
    height: 1.2em;
    width: 1.2em;
    display: inline;
    margin: 0;
    vertical-align: -0.2em;
}
.bigbutton:hover>strong>img {
    -webkit-filter: brightness(0.4);
    -moz-filter: brightness(0.4);
    filter: brightness(0.4);
}
.donationbar {
    position: relative;
    height: 75px;
    width: 100%;
    margin-top: 10px;
    border: 2px solid rgba(144, 224, 124, 1);
    border-radius: 3px;
    vertical-align: middle;
    text-align: center;
    display: block;
    color: black;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.startpage .donationbar {
    padding: 0.8em 0;
}
.donationbar > span {
    display: inline-block;
    vertical-align: middle;
    line-height: 75px;
    white-space: nowrap;
}
.donationbar span.center-label {
    position: relative;
    z-index: 10;
}
.donationbar span.completed {
    display: block;
    position: absolute;
    height: 75px;
    top: -2px;  /* border */
    left: 0;
    bottom: 0;
    background-color: rgba(144, 224, 124, 1);
    text-align: left;
    border: 2px solid rgba(144, 224, 124, 1);
    border-radius: 3px;
    z-index: 0;
    width: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 567px) {
    .donationbar span.completed span {
        display: none;
    }
}
.donationbar span.side-label {
    font-size: 1.4em;
    font-weight: bold;
    margin-left: 10px;
}
.startpage .donationbar span.completed {
    padding-top: 0.53em;
    padding-bottom: 0.53em;
}
/* Matching challenge responsiveness small screens */
@media handheld, screen and (max-width:600px) {
   .bigbox, .bigbutton {
       font-size: 0.83em;
       line-height: 1em;
   }
   .donationbar {
       font-size: 0.9em;
   }
   .donationbar span {
       padding-left: 0.2em;
   }
}

.endorsement .imgbox {
    float: right !important;
    margin-left: 1.3em !important;
}
.endorsement .imgbox img {
    width: 120px;
    height: 120px;
}
.endorsement .description {
    text-align: right;
    padding-top: 0.3em;
}
.endorsement .description em {
    font-size: 1.15em;
    color: rgba(0,120,180,0.5);
    line-height: 1em;
}
.endorsement p {
    font-size: 1em;
    color: rgba(20,40,50,0.5);
}

table.donorlist {
    width: 100%;
    margin-bottom: 6em;
    border-collapse: collapse;
}
.donorlist th, .donorlist td {
    text-align: left;
    border: none;
    border-bottom: 2px solid rgb(204, 228, 240);
    padding: 0.65em 0;
    padding-right: 0.65em;
}

.ninja-forms-cont input, .ninja-forms-cont textarea {
    display: inline;
}
.field-wrap {
    clear: both;
}
.first-name-wrap:after,
.last-name-wrap:after,
.currency-wrap:after,
.frequency-wrap:after,
.amount-wrap:after,
.zip-code-wrap:after,
.city-wrap:after,
.country-wrap:after {
    clear: none !important;
}
.first-name-wrap {
    width: 49%;
    float: left;
    clear: none;
}
.last-name-wrap {
    width: 49%;
    float: left;
    clear: none;
    margin-left: 2%;
}
.currency-wrap {
    width: 28%;
    float: left;
    clear: none;
    margin-right: 2%;
}
.frequency-wrap {
    width: 28%;
    float: left;
    clear: none;
    margin-right: 2%;
}
.amount-wrap {
    width: 40%;
    float: left;
    clear: none;
}
.amount-wrap input {
    width: 100% !important;
}
.zip-code-wrap {
    width: 16%;
    float: left;
    clear: none;
    margin-right: 2%;
}
.city-wrap {
    width: 40%;
    float: left;
    clear: none;
    margin-right: 2%;
}
.country-wrap {
    width: 40%;
    float: left;
    clear: none;
}

.not-active {
   pointer-events: none;
   cursor: default;
}

div.campaign-header {
    margin-top: 12px;
}
