﻿.contentWrapper{
    font-weight:400;
}

.cover h2{
    font-size:30px;
    line-height:38px;
    margin-top:80px;
    font-weight:100 !important;
    width:700px
}

.subHeaderWrapper{
    height:285px;
}

.reasonWrapper{
    margin-bottom:5px;
    margin-top: -1px;
}

.reason{
    height:400px;
}

    .reason img{
        margin-top:55px;
        width:110px;
    }

    .reason p{
        width:80%;
        font-size:20px;
        line-height:38px;
    }

.relationsWrapper {
    height: 445px;
}

.blurbWrapper{
    width:41.497%;
}

.centerWrapper{
    width:17%;
    padding:35px 40px;
    line-height:24px;
    font-size:16px;
    margin-top:130px;
}

    .blurbWrapper p{
        width:64%;
        font-size:20px;
        line-height:34px;
    }

    .blurbWrapper p:first-of-type{
        margin-top:45px;
        margin-bottom:80px;
    }

.benefit {
    height: 400px;
 
}

    .benefit .textContainer p {
        font-size: 20px;
        line-height: 35px;
    }

.faqWrapper{
    padding-top: 100px;
    padding-bottom:140px;
}

    .faqWrapper h2{
        font-size: 32px;
        font-weight: 500;
    }



.infoText{
    font-size: 20px;
    line-height: 30px;
}

.infoText:last-of-type{
    margin-bottom:100px;
}

.question{
    font-size:20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.inactive .arrow {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #006098;
}

.active .arrow{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #006098;
}

.answer{
    font-size:18px;
}