.main-container {
    background-image: url(/themes/custom/brokerage/images/outlineLogo.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
}

.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;
}

.greenText {
    color: #62c5b6;
}

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

.greenTitle {
    color: #62c5b6;
    font-size: 1.5rem;
    font-weight: 700;
}

.pageLink {
    color: #2d8fc8;
    font-weight: 700;
    transition: all .1s ease-in-out;
}

.pageLink:hover,
.accordion-button:hover,
.accordion-button:focus {
    background-clip: text;
    background-image: linear-gradient(135deg, #2d8fc8, #62c5b6);
    color: #2d8fc8;
    -webkit-text-fill-color: transparent;
}

/* 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, #2d8fc8, #62c5b6);
    color: #2d8fc8;
    -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;
    }
}