/*iframe[id*="give-form"] .givewp-donation-form__steps-header-title-text {
	color: #002856;
}*/
.givewp-donation-form__steps-header-title {
    line-height: 1.2;
    overflow: hidden;
    position: relative;
    margin: 0;
    width: 100%;
}
.givewp-layouts.givewp-layouts-multiStepForm {
	padding: 0;
}
.givewp-donation-form__steps-header-title-text {
	font-size: var(--smallFontMin);
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    display: block;
    font-family: var(--proxima);
    color: #002856;
    text-transform: uppercase;
}
.givewp-donation-form__steps {
	box-shadow: none;
	border: 0;
	/* background: transparent; */
    margin: 0;
}
.givewp-donation-form__steps-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 1rem 0;
    box-sizing: border-box;
    width: 100%;
    background: transparent;
    border: 0;
}
.givewp-layouts-section__fieldset__legend p {
	text-align: center;
	font-size: 18px;
}
.givewp-layouts-section__fieldset__legend p {
    font-family: var(--minion);
}
.givewp-fields label,
.givewp-donation-form button[type=submit], 
.givewp-donation-form__steps-button-next {
    font-family: var(--proxima);
}
.givewp-fields-amount__input-label-container {
	justify-content: flex-start;
}

.givewp-fields-amount__levels-container {
    display: flex;
    gap: var(--givewp-spacing-2);
    justify-content: space-between;
}

.givewp-fields-amount__levels-container .givewp-fields-amount__level-container {
    display: flex;
    align-items: start;
    flex: 1;
    min-width: auto;
}

.givewp-donation-form__steps-footer-secure {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    font-family: var(--minion);
    color: var(--greyer);
}

.security-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    line-height: 1.3;
}

.badge-payments {
    display: flex;
    flex: 1;
}
.ecfa-badge {
    /* margin-left: auto; */
    width: 45px;
    height: 45px;
}

.forms-of-payment {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.security-message {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

a.donor-dashboard-link {
    display: none;
}
@media screen and (min-width: 480px) {
    .givewp-layouts.givewp-layouts-multiStepForm {
        padding: 1rem 1rem 0 1rem;
    }
}
@media screen and (min-width: 981px) {
    .horizontal .security-container {
        flex-direction: row-reverse;
    }
    .horizontal .badge-payments .ecfa-badge {
        display: none;
    }
}
@media screen and (max-width: 1300px) {
    #wcdp-step-2, #wcdp-step-3 {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}
