.page-header {
    padding-bottom: 3rem;
}

body {
    background: #fafafa;
}

.sub-header {
    font-family: 'PT Sans', sans-serif;
    font-size: 1.9531rem;
    font-style: normal;
    font-weight: 700;
    color: var(--primary-base);
    line-height: 120%;
}

.form-control {
    border: 1px solid var(--grey);
}

input[type='radio'] {
    -webkit-appearance:none;
    width:16px;
    height:16px;
    border:1px solid var(--black);
    border-radius:50%;
    outline:none;
}

input[type='radio']:before {
    content:'';
    display:block;
    width: 80%;
    height: 80%;
    margin: 10% auto;
    border-radius:50%;
}

input[type='radio']:checked:before {
    background:var(--accent-base);
}

hr {
    margin-top: 24px;
    margin-bottom: 24px;
    border-color: var(--secondary-darker);
}

.error {
    font-size: 12px;
    position: relative;
    line-height: 1;
    width: 100%;
    color: #ff0000;
}
