﻿.contentWrapper{
    width:100%;
    margin:0 auto;
    font-weight: 500;
}

.cover h2{
    font-size: 20px;
    line-height: 42px;
    margin-top: 76px;
    width: 80%;
}

.reasonWrapper{
    margin-bottom:5px;
    margin-top: -1px;
}

.reason{
    width: 100%;
    height:300px;
    margin-top:5px;
}

.reason:first-of-type{
    margin-right:0px;
}

.reason:last-of-type{
    margin-left:0px;
}

    .reason img{
        margin-top:40px;
        width:80px;
    }

    .reason p{
        font-size:14px;
        line-height:25px;
    }

.relationsInfo{
    display:none;
}

.mobileRelationsInfo{
    display:block;
}

.investorHeader{
    width:100%;
    color:white;
    text-align:center;
    background-color:#006098;
    padding:30px 0;
    margin-bottom:50px;
    font-size:22px;
}

.info{
    list-style:disc;
}

    .info li{
        width:70%;
        margin:0 auto;
        margin-bottom:25px;
    }

.relationsWrapper{
    width:100%;
    margin-top: 5px;
    position:relative;
    background-image:none;
    height: 540px;
}

.relationsWrapper img{
    width:100%;
}

 .benefitsWrapper{
    width:100%;
    margin-top: -3px;
    height: 2253px;
}

    .benefitsWrapper img{
        width:100%;
    }

    .benefitsWrapper img:nth-of-type(2), .benefit:nth-of-type(3){
        margin-left: 0px;
        margin-top:0px;
    }

    .benefitsWrapper img:nth-of-type(3), .benefit:nth-of-type(2){
        margin-top:0px;
    }

    .benefit:first-of-type{
        margin-left:0px;
    }

.benefitsWrapper .benefit {
    height: 375px;
    padding:0;
    width:100%;
    margin:0 auto;
    display:block;
}

    .benefitsWrapper .benefit .imageContainer, .benefitsWrapper .benefit .textContainer {
        width: 100%;
    }
    
    .textContainer{
        height: 375px;
    }

        .benefit .textContainer p {
            margin: 0 auto;
            width: 80%;
            font-size: 16px;
            line-height: 30px;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

        .benefitsWrapper .benefit.three .textContainer {
            margin-top: 0px;
        }

.faqWrapper{
    padding-top: 80px;
    padding-bottom: 100px
}

    .faqWrapper h2{
        width: 70%;
        font-size: 26px;
    }

.infoText{
    width: 70%;
    font-size: 14px;
    line-height: 26px;
}

.infoText:first-of-type{
    margin-bottom:30px;
}

.infoText:last-of-type{
    margin-bottom:80px;
}

.question{
    width: 75%;
    font-size:16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.inactive .arrow {
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-top: 7.5px solid #006098;
    top:5px;
}

.active .arrow{
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 7.5px solid #006098;
    top:5px;
}

.answer{
    width: 70%;
    font-size:16px;
    margin-bottom: 15px;
}

#fancyboxContent p{
    font-size:16px;
    padding:10px;
    line-height:20px;
}