.heroContent {
    align-items: center;
    color: #fafafa;
    display: flex;
    font-size: 2.5rem;
    height: 550px;
    justify-content: center;
    width: 100%;
}

@media (min-width: 768px) {
    .heroContent h1 {
        font-size: 3.5rem;
    }
}

article {
    padding: 75px 0;
}

article p {
    font-size: 1.125rem;
}

.blueTitle {
    color: #133d57;
    font-size: 2rem;
    font-weight: 400;
}

.greenTitle {
    color: #133d57;
    font-size: 1.5rem;
    font-weight: 700;
}

/* FAQ */
.accordion-button {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    padding-left: 0 !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-clip: text;
    background-image: linear-gradient(135deg, #012638, #1a99cc);
    color: #1a99cc;
    -webkit-text-fill-color: transparent;
}

.accordion-body {
    padding-left: 0 !important;
}

.formPage article {
    padding-bottom: 50px;
}

.formPage .block-webform {
    padding-bottom: 75px;
}

.formPage .block-webform .block-title {
    font-weight: 800;
    margin-bottom: 1rem;
}

.formPage .block-webform label {
    font-weight: 800;
}

.formPage .block-webform .fieldset-wrapper label {
    font-weight: 400;
}

.formPage .block-webform .form-submit {
    background-color: #2d8fc8 !important;
    border-radius: 50px !important;
    color: #fafafa !important;
    display: inline-block;
    padding: 1rem 2.5rem;
    text-align: center;
    transition: all .1s ease-in;
    min-width: 220px;
}

.formPage .block-webform .form-submit:hover {
    background-color: #39a0dc !important;
    color: #fafafa !important;
}

@media (min-width: 768px) {
    .blueTitle {
        font-size: 3rem;
    }
}