@charset "utf-8";
/* CSS Document */

#contentHolder{position:relative;
}
section.mainContent{
    height: 517px;
}
.contentwrapper{
    padding-top:45px;
}
.top_inst {
    font-size: 16px;
    color: #AB0D82;
    font-style: italic;
    font-weight: bold;
    margin-top: 40px;
}
.topBox {
    background: #00338D;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 2px 5px 2px 0;
}
.topBox a {
    text-decoration: underline;
    color: #ffffff;
    font-size: 16px;
}
.left_icon {
    display: flex;
    width: 50px;
    justify-content: center;
    align-items: center;
}
.left_icon img {
    width: 65%;
}
.bottomBox {
    padding-top: 15px;
}
.bottom_row {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 2px solid #00338D;
}
.bottom_row:last-child {
    border-bottom: none;
}
.bottom_img {
    background: #1E49E2;
    width: 6%;
    height: 62px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.bottom_row:last-child .bottom_img {
    background: #00B8F5;
}
.bottom_img img {
    width: 85%;
}
.bottom_text {
    display: flex;
    background: #F2F2F2;
    width: 94%;
    height: 62px;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}
.bottom_text a {
    color: #00338D;
    text-decoration: underline;
    font-size: 16px;
}
.contentinnermain{
    padding:30px 35px;  
}
.txtimgWrap {
    margin: 0 auto;
    width: 960px;
}
.resource_parent {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
}
.resource_inner {
    width: 301px;
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
.resource_inner.inner4 {
    margin-right: 0px;
}
.resource_row {
    display: table;
    margin-top: 5px;
    width: 100%;
}
/*.resource_inner.inner2 .resource_row {
    margin-top: 13px;
}*/
.resource_row.block_head_cont {
    margin-bottom: 5px;
}
.resource_inner.inner2 .resource_row.block_head_cont {
    margin-top: 5px;
}

.resource_blocks {
    color: #ffffff;
    padding: 5px 8px 5px 15px;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 19px;
    /*text-decoration: underline;*/
}
.resource_blocks.block_head {
    font-family: "KPMG_App";
    font-size: 25px;
    position: relative;
    padding: 0px 8px 0px 15px;
    height: 72px;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    line-height: 25px;
}
.inner1 .resource_blocks.block_head::after {
    content: "";
    background: url(../../images/module0/resource_img2a.png) no-repeat;
    position: absolute;
    right: -24px;
    top: 15px;
    width: 93px;
    height: 71px;
    background-size: 60%;
}
.inner2 .resource_blocks.block_head::after {
    content: "";
    background: url(../../images/module0/resource_img2.png) no-repeat;
    position: absolute;
    right: -24px;
    top: 15px;
    width: 91px;
    height: 77px;
    background-size: 60%;
}
.inner3 .resource_blocks.block_head::after {
    content: "";
    background: url(../../images/module0/resource_img3a.png) no-repeat;
    position: absolute;
    right: 21px;
    top: 14px;
    width: 27px;
    height: 77px;
    background-size: 100%;
}
.inner4 .resource_blocks.block_head::after {
    content: "";
    background: url(../../images/module0/resource_img4a.png) no-repeat;
    position: absolute;
    right: 6px;
    top: 14px;
    width: 42px;
    height: 77px;
    background-size: 100%;
}
.resource_blocks.large_height {
    height: 58px;
}
.contBtn{
    display: inline-block;
    padding: 15px 12px 15px 54px;
    background: #098E7E;
    font-weight: bold;
    color: #ffffff;
/*    cursor: pointer;*/
    position: relative;
}
.contBtn::after {
    content: "";
    background: url(../../images/module0/resource_img5.png) no-repeat;
    position: absolute;
    left: 10px;
    top: 14px;
    width: 30px;
    height: 24px;
}
.inner1 .resource_blocks {
    background: #00338D;
}
.inner2 .resource_blocks {
    background: #AB0D82;
}
.inner3 .resource_blocks {
    background: #098E7E;
}
.inner4 .resource_blocks {
    background: #098E7E;
}
.contentinnermain h2{
    color:#00a4e4;
    font-size:28px;
    line-height:24px;
    font-family:Trebuchet MS, times new roman, arial;
 }

.custom-width1{
    font-family: 'arial';
    line-height: 22px;
    width: 100%;
    height:auto;
    margin: 0 auto;
    background-color:transparent;
    height:auto;
    position:relative;
    /* margin-left: 10px; */
}
.custom-padding_p1{
    padding:2px 20px 10px 25px;
}
.custom-width1 ul{
    list-style: none;
    margin-left: 2px;
}
.custom-width1 ul li{
    padding-bottom: 8px;
    line-height: 25px;
    padding: 0 0px 5px 35px;
    position:relative;
}
.custom-width1 ul li::before{
    content:'-';
    width:10px;
    height:5px;
    position:absolute;
    left: 20px;
    top:0px;
}


.contBtnBox{
    /*position: absolute;
    bottom: 10px;
    width: 276px;
    left: 76px;*/
    margin-top: 15px;
    /*display:none;*/
}

.contBtnBox p{
    display: inline-block;
    color: #F68D2E;
    font-style: italic;
}


.textBox2{
    display: none;
    position: absolute;
    width: 86.8%;
    padding: 10px;
    bottom: 72px;
    border: 1px solid #00a3a1;
}
.textBox2 p:first-child {
    margin-bottom: 8px;
}

.textBox3{
    display: none;
    position: absolute;
    width: 89%;
    bottom: 0px;
    padding-bottom: 12px;
    padding-right: 70px;
    border-bottom: 2px solid #f68d2e;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.textBox3 span {
    color: #ff0000;
    font-weight: bold;
}
.leftRight_cont {
    display: flex;
    justify-content: space-between;
}
.leftBox{
    width: 76%;
}
.rightBox {
    width: 22%;
    border: 1px solid #00318C;
    padding: 6px 10px 10px 10px;
    font-size: 14px;
    line-height: 19px;
    box-sizing: border-box;
    position: relative;
    color: #00338D;
}

.right_icon {
    position: absolute;
    bottom: 0px;
    right: 5px;
    width: 55px;
    display: flex;
    justify-content: flex-end;
}
.right_icon img {
    width: 100%;
}
.rightBox p {
    padding-bottom: 10px;
}

.left_img_cont img {
    max-width: 100%;
}
.box_head {
    color: #fff;
    padding: 10px 10px;
    font-weight: bold;
    text-align: center;
    background-color: #00338d;
    font-size: 20px;
}



.box_inner {
    padding: 10px 12px;
}

.leftBox ul, .rightBox ul {
    list-style: none;
    margin-left: 0px;
    margin-top: 0px;
    padding: 15px 15px 0 0px;
}

.leftBox ul li, .rightBox ul li {
    padding-bottom: 8px;
    background: url(../../images/bullet_blue.jpg) no-repeat left 7px;
    line-height: 22px;
    padding: 0 0px 15px 15px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .resource_blocks.block_head {
        padding: 10px 8px 0px;
        height: 58px;
    }
}
.h_1 {
    height: 50px;
}
.h_2 {
    height: 68px;
}
.h_3{
    height: 43px;
}
.h_4 {
    height: 150px;
}