/************************************* banner *************************************/

.banner {
    background-image: url(../img/custom/bannerBG.jpg);
    background-size: cover;
    background-position: center center;
}

.banner .titleSet {
    padding-top: 35px;
    padding-bottom: 35px;
}

.banner .titleSet h2 {
    margin-bottom: 0px;
}

.banner .titleSet .siteMap p,
.banner .titleSet .siteMap p a {
    color: #fff;
    margin-bottom: 0px;
}

.banner .titleSet .siteMap p a:hover {
    opacity: 0.8;
}

/************************************* title*************************************/

.title {
    margin-top: 0px;
    margin-bottom: 30px;
}

/************************************* bg *************************************/

.marbleBg {
    background-image: url(../img/marble.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 30px;
    padding-top: 30px;
}

/************************************* oneIssue *************************************/
.oneIssue {
    margin-bottom: 30px;
}

.oneIssue .bgWhite {
    background-color: #fff;
}

.oneIssue .textArea {
    /*    margin-left: -15px;*/
    text-align: left;
    padding: 15px;
    padding-top: 0px;
}

.oneIssue .textArea h4 {
    color: #b48932;
}

.oneIssue .textArea p {
    margin-bottom: 0px;
}
