body, 
button, 
input, 
select {
    font-family: var(--fontBody);
    color: var(--colorFont);
}

.give-embed-form, 
.give-embed-receipt {
    border-radius: 0;
    box-shadow: none;
    color: var(--colorFont);
}

.introduction .headline {
    margin-top: 40px;
    font-size: 27px;
    font-family: var(--fontSecondary);
    font-weight: 400;
    line-height: 1.16;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--colorDarkGrey);
}

.introduction .description {
    font-weight: 300;
}

.give-stripe-becs-mandate-acceptance-text, 
.give-stripe-sepa-mandate-acceptance-text, p {
    color: var(--colorFont);
}

.introduction .seperator {
    background-color: transparent !important;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 40px;
    width: 264px;
}

.introduction .seperator::after {
    content: "";
    position: relative;
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 45px;
    margin-top: 20px;
    width: 100%;
    height: 15px;
    background: var(--colorMain);
    -webkit-mask: url(../img/mask/separator-center.png) no-repeat center center;
}

.advance-btn, 
.download-btn, 
.give-submit {
    cursor: pointer;
	color: var(--colorDarkGrey) !important;
	background-color: transparent !important;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 2px solid var(--colorMain) !important;
    font-family: var(--fontBody);
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-transform: capitalize;
	letter-spacing: 0;
	padding: 16px 30px !important;
	border-radius: 0;
    min-width: auto;
	transition: all .15s ease-in-out;
}

.advance-btn i, 
.download-btn i, 
.give-submit i {
    display: none !important;
}

.advance-btn:hover, 
.download-btn:hover, 
.give-submit:hover {
    background-color: var(--colorMain) !important;
    border-color: var(--colorMain) !important;
    color: var(--colorLight) !important;
    filter: brightness(1) !important;
}

.give-form-navigator {
    background: var(--colorBackground);
    border-bottom-color: var(--colorBorder);
}

.give-form-navigator>.title {
    font-family: var(--fontBody);
    font-size: 16px;
    color: var(--colorDarkGrey);
}

.choose-amount .give-donation-amount {
    border-color: var(--colorBorder);
    border-radius: 0 !important;
    box-shadow: none;
}

.form-footer .secure-notice {
    background: var(--colorBackground);
    border-top-color: var(--colorBorder);
    color: var(--colorFont);
}

.give_error>p, 
.give_success>p, 
.give_warning>p {
    color: var(--colorDarkGrey);
}

#give-recurring-form .form-row input[type=email], 
#give-recurring-form .form-row input[type=password], 
#give-recurring-form .form-row input[type=tel], 
#give-recurring-form .form-row input[type=text], 
#give-recurring-form .form-row input[type=url], 
#give-recurring-form .form-row textarea, 
.give-input-field-wrapper, 
.give-square-cc-fields, 
.give-stripe-cc-field, 
.give-stripe-single-cc-field-wrap, 
form.give-form .form-row input[type=email], 
form.give-form .form-row input[type=password], 
form.give-form .form-row input[type=tel], 
form.give-form .form-row input[type=text], 
form.give-form .form-row input[type=url], 
form.give-form .form-row textarea, 
form[id*=give-form] .form-row input[type=email], 
form[id*=give-form] .form-row input[type=email].required, 
form[id*=give-form] .form-row input[type=password], 
form[id*=give-form] .form-row input[type=password].required, 
form[id*=give-form] .form-row input[type=tel], 
form[id*=give-form] .form-row input[type=tel].required, 
form[id*=give-form] .form-row input[type=text], 
form[id*=give-form] .form-row input[type=text].required, 
form[id*=give-form] .form-row input[type=url], 
form[id*=give-form] .form-row input[type=url].required, 
form[id*=give-form] .form-row textarea, 
form[id*=give-form] .form-row textarea.required,
form#give-email-access-form input#give-email {
    background-clip: border-box;
	box-shadow: none;
	max-width: 100%;
	height: 40px;
    border: none !important;
	border-bottom: 1px solid rgba(var(--colorBorderRGB), 0.4) !important;
	outline: none;
	background-color: transparent !important;
	color: var(--colorDarkGrey) !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 10px !important;
	padding-bottom: 5px !important;
	font-size: 16px;
	width: 100%;
	border-radius: 0 !important;
}

fieldset p>i {
    bottom: calc(50% - 8px);
}

.payment #give-payment-mode-select #give-gateway-radio-list>li .give-gateway-option {
    color: var(--colorDarkGrey);
}

.give-donation-summary-section {
    font-family: var(--fontBody);
    font-weight: 400;
}

.give-donation-summary-section .give-donation-summary-table-wrapper {
    color: var(--colorDarkGrey);
    background: var(--colorBackground);
}

.give-donation-summary-section tbody {
    color: var(--colorFont);
}

.give-stripe-becs-mandate-acceptance-text, 
.give-stripe-sepa-mandate-acceptance-text, 
p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

#give-receipt {
    background-color: #fff;
    border-radius: 0;
    color: var(--colorFont);
    margin: auto;
    max-width: 552px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#give-receipt .give-form {
    margin: 40px 40px 24px;
}

@media screen and (max-width: 500px) {
    #give-receipt .give-form {
        margin: 0 12px 4px;
    }
}

#give-receipt label {
    display: block;
    line-height: 1.7;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 300;
    font-family: var(--fontSecondary);
    color: var(--colorDarkGrey);
}