/*** Form ***/

form h4 {
	color: #1a3040;
    font-size: 20px;
    letter-spacing: -.1px;
    line-height: 130%;
}
form {
	position: relative;
}
form .onethird {
    border-left: 0 !important;
}
header .close {
	height: 72px;
	width: 72px;
	background-color: #fff;
	border: 6px solid #1D6993;
	border-radius: 60px;
	font-size: 36px;
	position: fixed;
	right: 40px;
	top: 54px;
	line-height: 30px;
	cursor: pointer;
	color: #1D6993;
	padding: 16px 5px;
    vertical-align: baseline;
    z-index: 2;
    text-align: center;
}

.radio .radio__input {
    display: none;
}
.radioGroup .radioGroup__wrapper {
	display: flex;
	width: 100%;
}
.radioGroup .radioGroup__wrapper > .radio {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.radio {
    position: relative;
    display: inline-block;
    margin: 0 8px 8px 0;
}
.radio:last-child {
    margin: 0 0 8px 0;
}
.radio .radio__input:checked~.radio__label.radio__label--donate {
    -webkit-box-shadow: inset 0 0 0 4px #34cd67;
    box-shadow: inset 0 0 0 4px #34cd67;
    border: 1px solid #34cd67;
    background-color: #effef4;
}
.radio .radio__input:checked~.radio__label {
    -webkit-box-shadow: inset 0 0 0 4px #00acde;
    box-shadow: inset 0 0 0 4px #00acde;
    border: 1px solid #00acde;
    background-color: #e5f6fb;
}
.radio .radio__label.radio__label--donate {
    padding: 13px 13px 10px;
}
.radio .radio__label {
    cursor: pointer;
    pointer-events: bounding-box;
    display: inline-block;
    padding: 16px;
    border: 1px solid #8d8991;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1a3040;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 78px;
    justify-content: center;
}
.radio .radio__label.radio__label-columnReverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.radio .radio__labelInput {
    background: transparent;
    border: none;
    padding: 1px 0;
    pointer-events: none;
    margin-top: -1px!important;
    margin-bottom: -1px!important;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -.1px;
    line-height: 130%;
}

.radio.radio--small .radio__input:checked~.radio__label {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: transparent;
}

.radio .radio__input:checked~.radio__label {
    -webkit-box-shadow: inset 0 0 0 4px #00acde;
    box-shadow: inset 0 0 0 4px #00acde;
    border: 1px solid #00acde;
    background-color: #e5f6fb;
}
.radio.radio--small .radio__label {
    border: 0;
    padding: 8px 16px 8px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.radio .radio__label {
    cursor: pointer;
    pointer-events: bounding-box;
    display: inline-block;
    padding: 16px;
    text-align: center;
    border: 1px solid #8d8991;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1a3040;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio .radio__icon {
    display: inline-block;
    margin-right: 8px;
}
.radio svg {
    vertical-align: middle;
}
.radio.radio--small label {
    font-family: 'graphik', sans-serif;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    min-height: 0;
    text-align: left;
    justify-content: flex-start;
}
svg:not(:root) {
    overflow: hidden;
}
.radio .radio__input:checked~.radio__label .radio__icon .radio__iconChecked {
    display: inline-block;
}

.radio .radio__iconChecked {
    fill: #1a3040;
    display: none;
}
.radio .radio__iconUnChecked {
    stroke: #1a3040;
}

.DateInput.input--small .input__input, .input.input--small .input__input {
    height: 48px;
}
.DateInput .input__label, .input .input__label {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input--small label {
    font-size: 16px;
    font-weight: 700;
}

.DateInput .DateInput_input, .DateInput .input__input, .input .DateInput_input, .input .input__input {
    width: 100%;
    height: 56px;
    color: #1a3040;
    border: 1px solid #8d8991;
    padding: 16px;
    will-change: border-color,box-shadow;
    outline: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea, label {
    font-family: 'graphik', sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.DateInput.input--donate .input__input:focus, .input.input--donate .input__input:focus {
    border: 1px solid #34cd67;
    -webkit-box-shadow: inset 0 0 0 4px #34cd67;
    box-shadow: inset 0 0 0 4px #34cd67;
}
.radio.radio--small {
    margin:  0 8px 0 0;
    flex: 0 0 100% !important;
}
.excerpt.excerpt--small {
    font-size: 14px;
}


label.error, label.info {
    text-align: left;
    font-weight: 400;
    padding-top: 15px;
    display: block;
    font-size: 14px;
}
label.error img {
    vertical-align:bottom;
    margin-right: 5px;
    width: 16px;
}
label.info {
    text-align: center;
}