body {
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Icons', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    line-height: 1.5;
    max-width: 700px;
    margin: auto;
}

#content {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 40px;
    margin-right: 40px;
}

a {
    text-decoration: none;
    color: rgb(0, 102, 204);
}

h2 {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0px;
}

h3 {
    margin-bottom: 0;
}

.bullet-list h4 {
    margin-top: 0;
    margin-bottom: 6px;
}

.bullet-list p {
    margin-top: 0;
    margin-bottom: 25px;
}

p {
    margin-top: 8px;
}

.increase-bottom-margin {
    margin-bottom: 30px;
}

.hidden {
    display: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select {
    font-size: 11pt;
    width: 100%;
    box-sizing: border-box;
    height: 42pt;
    margin-bottom: 10pt;
    padding: 10pt;
    border-radius: 6pt;
    border-style: solid;
    border-width: 1pt;
    border-color: #CDCDD2;
    color: #0171E3;
}

select {
    background: none;
    -webkit-appearance: none;
    background-image: url('assets/chevron.png');
    background-size: 21px 12px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    padding-right: 24pt;
}

.large-button {
    width: 100%;
    height: 40pt;
    background-color: #0171E3;
    color: white;
    font-size: 11pt;
    border-radius: 10pt;
    border-style: none;
    font-weight: 400;
}

#submit-button {
    margin-top: 5pt;
    margin-bottom: 10pt;
}

.large-button:hover {
    cursor: pointer;
}

option[disabled] {
    color: #999;
}

.large-button-disabled {
    opacity: 35%;
    cursor: not-allowed;
}

.large-button-disabled:hover {
    cursor: not-allowed !important;
}

.roundel-bordered {
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

.roundel {
    width: 20px;
    max-height: 20px;
}

.roundel-container .roundel {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.roundel-container span {
    vertical-align: middle;
}

.disclaimer {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #808080;
    font-size: 14px;
}

h4 a {
    display: block;
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: #1B1B1B;
        color: white;
    }

    a {
        color: #2196F3;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="password"],
    select {
        border-color: rgb(62, 67, 69);
        color: #2196F3;
    }
}