@charset "utf-8";

/* CSS Document */

#contentHolder {
    position: relative;
}

section.mainContent {
    height: 550px;
}

.contentwrapper {
    padding-top: 45px;
}

.contentinnermain {
    padding: 30px 35px;
}

.txtimgWrap {
       margin: 0 auto;
       width: 885px;
       margin-left: 87px;
}

.contentinnermain h2 {
    color: #00a4e4;
}

.custom-width1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: transparent;
    height: auto;
}

.custom-width1 .insText{
    font-style: italic;
    color: #F68D2E;
    /*margin-bottom: 15px;*/
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: -8px;
}
.custom-width1 .insText1{
    font-style: italic;
    color: #F68D2E;
    /*margin-bottom: 15px;*/
    margin-top: 5px;
    margin-bottom: 15px;
}
.custom-padding_p1 {
    padding: 2px 20px 10px 25px;
}
.custom-width1 ul {
    list-style: none;
    margin-left: 2px;
}
.custom-width1 ul li {
    padding-bottom: 8px;
    background: url(../../images/bullet_blue.jpg) no-repeat left 6px;
    line-height: 22px;
    padding: 0 0px 7px 15px;
}

.imageHolder img {
    width: 515px;
    height: 468px;
    margin: 0 auto;
    float: right;
}

.img_header {
    background: url(../../images/module0/m00_p10_01.jpg) no-repeat;
    background-size: cover;
    width: 694px;
    height: 130px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.imageHolder {
    display: none !important;
}
.txtimgWrap p {
    margin-bottom: 10px;
}

.listCont {
    padding-left: 9px
}

.listCont p {
    margin-bottom: 10px;
}

.fofHeader {
    background: #00338d;
    color: #fff;
    height: 60px;
    line-height: 20px;
    box-sizing: border-box;
    line-height: 22px;
}

.fofHeader p {
    padding-left: 70px;
    position: relative;
    /*padding: 8px 15px 8px 60px;*/
    padding: 9px 15px 3px 60px;
}

.fofHeader p::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -26px;
    background: url(../../images/module0/m00_p04_01.png) no-repeat;
    background-position: center center;
    border-radius: 50%;
    width: 71px;
    height: 69px;
    box-sizing: border-box;
}

.fofContent {
    border: 1px solid #00338d;
    border-top: none;
    padding: 10px;
/*    overflow: hidden;
    overflow-y: auto;*/
    height: auto;
    box-sizing: border-box;
}

.fofContent p {
    margin-bottom: 8px;
    color: #00338d;
    font-size: 18px;
    line-height: 22px;
}

.fofContent p:last-child {
    margin-bottom: 0;
}