﻿.pageTitle {
    margin: 20px 0;
    font-size: 2.1em;
    font-weight: bold;
    color: #607284;
}

.genericPageCont {
    margin-bottom: 20px;
}

.contactTitle {
    font-size: 16px;
    font-weight: bold;
}

.contactInfo {
    font-size: 14px;
    padding: 6px 0;
}

    .contactInfo a {
        color: black;
    }


.FaqTitle {
    font-size: 29px;
    font-weight: 300;
    color: #6d6d6d;
    margin-top: 40px;
}

.faqQuestionDiv {
    margin-top: 30px;
    margin-bottom: 20px;
    cursor: pointer;
}

.faqQuestionIcon {
    background-image: url('../Images/spriteFaq.png');
    background-position: 0 -143px;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    display: table-cell;
}

.faqQuestionIconExpand {
    background-position: 0 0;
}

.faqQuestion {
    font-size: 20px;
    font-weight: 300;
    color: #083464;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.faqAnswer {
    font-size: 18px;
    font-weight: 300;
    color: #333333;
    vertical-align: middle;
    border-left: 2px solid #e2e2e2;
    padding-left: 40px;
    margin-left: 16px;
    display: none;
}

    .faqAnswer > p {
        font-size: 18px;
    }
