﻿.fis-text-border-cust {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.insurance-hero h5.fis-h5 {
    color: #fff !important;
}

.fis-rich-text h2.module-title.fis-h2, .fis-rich-text p.hero-desc {
    text-align: center;
}

.fis-cares-form-wrapper {
    display: block;
    padding: 60rem 0;
    margin: 0 auto;
}

    .fis-cares-form-wrapper .row {
        display: block
    }

    .fis-cares-form-wrapper .column {
        width: 100%;
        margin: 0 0 15rem 0;
    }

        .fis-cares-form-wrapper .column label {
            font-weight: bold;
        }

        .fis-cares-form-wrapper .column > div {
            padding-bottom: 5px;
        }

    .fis-cares-form-wrapper .form-control, .fis-cares-form-wrapper .row select {
        width: 100%;
        padding: 6px 15px;
        height: 36px;
        font-family: 'source_sans_proregular', sans-serif;
        border-radius: 3px;
        border: 1px solid #ccc;
    }

    .fis-cares-form-wrapper .row select {
        font-size: 16rem;
        padding-left: 10px;
    }

    .fis-cares-form-wrapper .questions {
        padding-bottom: 10rem;
        margin-bottom: 30rem;
    }

    .fis-cares-form-wrapper h3 {
        text-align: center;
        margin-bottom: 25rem;
        font: bold 26rem/30rem 'titillium_webregular', sans-serif;
    }

    .fis-cares-form-wrapper .questions h3 {
        text-align: center;
        margin-top: 50rem;
    }

    .fis-cares-form-wrapper .questions select {
        font-size: 16rem;
        width: 150rem;
    }

    .fis-cares-form-wrapper .questions {
        border-bottom: 2px solid #ccc;
    }

        .fis-cares-form-wrapper .questions .column {
            width: 100%;
            padding-bottom: 30rem;
        }

    .fis-cares-form-wrapper .column .small {
        font-size: 12px;
    }

        .fis-cares-form-wrapper .column .small label {
            font-weight: normal;
        }

        .fis-cares-form-wrapper .column .small .checkbox {
            float: left;
            margin-right: 5px;
        }

    .fis-cares-form-wrapper .column.btn {
        text-align: center;
    }

@media (min-width: 640px) {
    .fis-cares-form-wrapper {
        max-width: 640px;
    }

        .fis-cares-form-wrapper .row {
            flex-direction: row;
            -ms-flex-direction: row;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            padding-bottom: 20rem;
        }

        .fis-cares-form-wrapper .column {
            width: 49%;
            margin: 0 1%;
        }

            .fis-cares-form-wrapper .column.btn {
                text-align: right;
            }
}

.fis-cares-error {
    margin-bottom: 30rem;
}

    .fis-cares-error li {
        list-style-type: disc;
        padding-left: 5rem;
        margin-left: 20rem;
        line-height: 24rem;
        color: #FF1F3E;
    }

.hero.hero--default .hero-title {
    text-align: left;
    max-width: 600rem;
    font-size: 35rem;
}

.hero.hero--default .hero-inner .hero-copy .hero-title > div {
    font: normal 17rem/20rem 'source_sans_probold', sans-serif;
    letter-spacing: 0;
    display: block;
    padding-bottom: 15rem;
}

.hero.hero--default .hero-title::after {
    margin-left: 0 !important;
    margin-top: 20rem;
}

.hero-desc.display-block {
    margin: 25rem 0 55rem 0;
    text-align: left;
    max-width: 600rem;
}

.fis-more-info {
    text-align: center;
    padding: 80rem 0 0 0;
}

    .fis-more-info a {
        font-weight: bold;
    }

.fis-download-links {
    margin-top: 0;
    padding-top: 25rem;
    padding-bottom: 60rem;
}

.fis-more-info h2 {
    font: normal 32rem/36rem 'Titillium Semibold', sans-serif;
    letter-spacing: 0;
    display: block;
    padding-bottom: 0;
    position: relative;
}

    .fis-more-info h2::after {
        content: "";
        display: block;
        width: 50rem;
        height: 4.5rem;
        margin: 15rem auto 0 auto;
        border-radius: 15rem;
        background-color: #4bcd3e;
    }

.thank-you {
    padding-bottom: 80rem;
}

@media (min-width: 769px) {
    .hero.hero--default .hero-title {
        font-size: 65rem;
        line-height: 65rem;
    }

    .fis-cares-form-wrapper {
        padding-left: 130rem;
        padding-right: 130rem;
        max-width: 100%;
    }

    .thank-you {
        padding: 40rem 240rem;
    }
}


