.third {
    float: left;
    width: calc((100% - 32px) / 3);
    padding: 0;
    margin: 0 16px 16px 0;
}

.third:last-of-type {
    margin-right: 0;
}

/* Define how SqPaymentForm iframes should look */
.sq-input {
    box-sizing: border-box;
    border: 1px solid #E0E2E3;
    border-radius: 4px;
    outline-offset: -2px;
    display: inline-block;
    -webkit-transition: border-color .2s ease-in-out, background .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out, background .2s ease-in-out;
    -ms-transition: border-color .2s ease-in-out, background .2s ease-in-out;
    transition: border-color .2s ease-in-out, background .2s ease-in-out;
}

/* Define how SqPaymentForm iframes should look when they have focus */
.sq-input--focus {
    border: 1px solid #4A90E2;
    background-color: rgba(74,144,226,0.02);
}


/* Define how SqPaymentForm iframes should look when they contain invalid values */
.sq-input--error {
    border: 1px solid #E02F2F;
    background-color: rgba(244,47,47,0.02);
}

#sq-card-number, #sq-asd-svd {
    margin-bottom: 16px;
}

/* Customize the "Pay with Credit Card" button */
#sq-creditcard {
    transition: all .4s ease-in-out;
    border: #212121;
    margin: 50px 0;
    background-color: #212121;
    color: #FFFFFF;
    font-size: 18px;
    height: 45px;
    width: 240px;
}

#sq-creditcard:hover {
    opacity: .4;
    background-color: #212121;
}


#error {
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
    color: red;
    font-weight: 500;
    text-align: center;
    opacity: 0.8;
}


/*Donate page*/

#payment-form label {
    display: block;
    margin: 0;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: #212121;
}

.ws-donate--section h1 {
    font-size: 32px;
    font-family: "GoogleSansBold", sans-serif;
}

.ws-donate--section h2 {
    font-size: 20px;
    font-family: "GoogleSansBold", sans-serif;
}

.ws-donate--content {
    width: 75%;
    margin: 0 auto;
}

#ws-sq--logo {
    width: 80px;
}

.ws-donate--section p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 30px;
}

.donate-btn {
    border: #212121;
    background-color: #212121;
    color: #FFFFFF;
    font-size: 18px;
    height: 45px;
    width: 240px;
}

.donate-input {
    border: 1px solid #E0E2E3;
    margin-bottom: 16px;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Helvetica Neue', sans-serif;
    padding: 16px;
    color: #373F4A;
    background-color: transparent;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    outline-offset: -2px;
    display: inline-block;
    -webkit-transition: border-color .2s ease-in-out, background .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out, background .2s ease-in-out;
    -ms-transition: border-color .2s ease-in-out, background .2s ease-in-out;
    transition: border-color .2s ease-in-out, background .2s ease-in-out;
}



#honor_of_name{
    margin-top: 10px;
}

.donate-input:focus {
    outline: none;
    border: 1px solid #4A90E2;
    background-color: rgba(74,144,226,0.02);
}

#form-container {
    font-family: "GoogleSansBold", sans-serif !important;
}

.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
