@charset "utf-8";

/*section.mainContent,
#contentHolder,
#pageContainer,
.wrapper,
.content {
    width: 100%;
    height: 100%;
    float: left;
    box-sizing: border-box;
}*/

.mainContent div,
.mainContent li,
.mainContent ul,
.mainContent span {
    box-sizing: border-box;
}

#transcriptView {
    float: left;
    width: 100%;
}

#contentHolder {
    position: relative;
    margin: 0 auto;
    width: 960px; 
    height: 590px;
}

.content {
    position: absolute;
    height: 410px;
    width: 100%;
    padding: 0;
    margin: 0;
    top: 93px;
}

.textContainer {
    border-top: 1px solid #d43647;
    border-bottom: 1px solid #d43647;
    background: none;
    float: left;
    height: auto;
    position: relative;
    width: auto;
}

.Instxt {
    color: #f68e39;
    font: italic 14px/32px Arial;
}

.row1_section {
    position: absolute;
}

.ins_text {
    margin: 105px auto 0;
    text-align: left;
}

.ins_text p.InstrutationText {
    display: inline-block;
    /*font-style: italic;*/
    color: #00338d;
    font-size: 1em;
    line-height: 1em;
    background-color: #fff;
}
.ins_text p.InstrutationText1 {
    /*font-style: italic;*/
    color: #00338d;
    font-weight: bold;
    padding-top: 5px;
    font-size: 1em;
    line-height: 1em; 
}

.overlay {
    background: rgba(255, 255, 255, 1);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: block;
}

.popup_inst {
    padding-top: 10px;
    font-style: italic;
    /* color:#f68d2e; */
    color: #ee8b2e;
}

.blue_txt {
    color: #005EB8;
    font-weight: bold;
}

.tab.enabled {
    cursor: pointer;
}

.tab.visited .imageBlock:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../../images/module0/Tick-icon.png) no-repeat center center;
    position: absolute;
    right: 10px;
    top: 10px
}

.parentBlock {
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 287px;
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: 905px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.tab {
    width: 228px;
    position: relative;
    height: 328px;
    /*float: left;*/
    display: inline-block;
    margin-right: 65px;
}


.tab3 {
    margin-right: 0px;
}

.parentBlock .textBlock {
    max-width: 100%;
    text-align: center;
    background: #005eb8;
}

.parentBlock .imageBlock {
    position: relative;
}

.parentBlock .imageBlock {
    height: 329px;
    margin: 0;
    background-size: 100% 100%;
}

.parentBlock .tab4 .imageBlock {
    background: rgba(0, 0, 0, 0) url(../../images/module0/m00_p02_img4.jpg) no-repeat left top;
}

.parentBlock .tab3 .imageBlock {
    /*background: rgba(0, 0, 0, 0) url(../../images/module0/m00_p02_img3.jpg) no-repeat left top;*/
    background: rgba(0, 0, 0, 0) url(../../images/module0/m00_p02_img3a.jpg) no-repeat left top;
}

.parentBlock .tab2 .imageBlock {
    /*background: rgba(0, 0, 0, 0) url(../../images/module0/m00_p02_img2.jpg) no-repeat left top;*/
    background: rgba(0, 0, 0, 0) url(../../images/module0/m00_p02_img2a.jpg) no-repeat left top;
}

.parentBlock .tab1 .imageBlock {
    background: rgba(0, 0, 0, 0) url(../../images/module0/m00_p02_img1a.jpg) no-repeat left top;
}

.parentBlock .tab1.visited .imageBlock {
    background: rgba(0, 0, 0, 0) url(../../images/module0/m00_p02_img1a_h.jpg) no-repeat left top;
}
.parentBlock .tab2.visited .imageBlock {
    background: rgba(0, 0, 0, 0) url(../../images/module0/m00_p02_img2a_h.jpg) no-repeat left top;
}
.parentBlock .tab3.visited .imageBlock {
    background: rgba(0, 0, 0, 0) url(../../images/module0/m00_p02_img3a_h.jpg) no-repeat left top;
}
.parentBlock .textBlock {
    height: 58px;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 3px 1px 2px 1px;
}

/*.tab1 .textBlock {
    padding: 3px 0px 0;
}

.tab3 .textBlock {
    padding: 9px 0;
}

.tab4 .textBlock {
    padding: 15px 0;
}*/

.parentBlock h3 {
    font-family: kpmg_app;
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    display: block;
    line-height: 28px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
    box-sizing: border-box;
}

.parentBlock .tab1 h3,
.parentBlock .tab2 h3,
.parentBlock .tab3 h3 {
    padding: 8px 20px 14px 20px;
    text-align: center;
}


/*---------------- Popup------------------- */

.popupContainer {
    position: absolute;
    /* top: 20%; */
    top: -110px;
    left: 0px;
    width: 100%;
    /* height: 465px; */
    height: 532px;
    /* background-color: #fff; */
    padding: 0;
    box-sizing: border-box;
}

.popupContentWraper {
    /*font: 16px arial;*/
    padding: 0;
    /*line-height: 22px;*/
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 62%;
    transform: translate(-50%, -50%);
}

.popupContentParent {
    height: 100%;
    background: #ffffff;
}

.popup_rightpart,
.popup_leftpart {
    width: 50%;
    height: 100%;
}

.popup_rightpart {   
    float: left;
}



.popup_leftpart {
    float: right;
    width: 401px;
    position: absolute;
    right: 0;
    top: 30px;
}



.popup_content {
    padding: 0 20px 0 0;
    height: 80%;
    overflow: hidden;
    overflow-y: auto;
    color: #000;
    position: absolute;
    right: 0;
    display: none;
    margin: 45px 15px 50px 0;
    box-sizing: border-box;
    width: 100%;
}



.part_1 {
    display: block;
}

.popup_content p {
    margin-bottom: 10px;
    color: #000;
    line-height: 20px;
    font-size: 15px;
}

/*.closeBtn {
    right: 12px;
    top: 11px;
    background: url(../../images/module0/comaaonClose.png) no-repeat 0 0;
    position: absolute;
    float: right;
    font-size: 0px;
    height: 22px;
    width: 22px;
    transition: all 0.7s ease 0s;
    cursor: pointer;
    z-index: 1;
}*/

.popupContentWraper ul {
    margin-left: 16px;
    margin-top: 0px;
}

.popupContentWraper li {
    padding-bottom: 10px;
    font-size: 1em;
}

.popupContentWraper ul {
    list-style: disc;
}


.popup_rightpart {
    width: auto;
    margin-left: 0;
    position: absolute;
    top: 30px;
}

.inner_tab {
    width: 228px;
    position: relative;
    height: 328px;
    display: inline-block;
}

.rimg1 .inner_imageBlock {
    background: url(../../images/module0/m00_p02_img1a.jpg) no-repeat 0 0;
    height: 328px;
    margin: 0;
    background-size: 100% 100%;
    position: relative;
}

.rimg2 {
    background: url(../../images/module0/m00_p02_img2a.jpg) no-repeat 0 0;
}

.rimg3 {
    background: url(../../images/module0/m00_p02_img3a.jpg) no-repeat 0 0;
}

.popup_rightpart .inner_textBlock {
    height: 58px;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 3px 1px 2px 1px;
    max-width: 100%;
    text-align: center;
    background: #005eb8;
}
.inner_textBlock h4 {
    /*font-family: "KPMG_App";*/
    display: block;
    text-align: center;
    vertical-align: middle;
    font-size: 0.8333333333333334em;
    color: #fff;
    font-weight: bold;
    width: 100%;
    line-height: 1.2em;
    padding: 5px 0 3px 0;
}
.inner_textBlock p {
    color: #fff;
    font-size: 0.7777777777777778em;
    line-height: 1.2em;
}
.popupContentWraper p.instText {
    color: #00338d;
    /*font-style: italic;*/
    text-align: right;
    padding-bottom: 10px;
    font-size: 1em;
    position: absolute;
    right: 0;
}
.popup_main {
    border: 1px solid #44546a;
}
.popup_leftpart {
    width: 725px;
}



.popup_title {
    padding: 10px 0 0 10px;
    position: relative;
    height: 45px;
    /*font-size: 18px;*/
    background: #005eb8;
    color: #ffffff;
}
.popup_title span {
    font-weight: bold;
    font-size: 1em;
}
.popupClose {
    background: url(../../images/popup_close.png) no-repeat;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 11px;
    width: 25px;
    height: 25px;
}

.popup_inner {
    padding: 20px;
    height: 281px;
}
.btnWrapper {
    position: absolute;
    width: 75px;
    height: 25px;
    right: 20px;
    bottom: 10px;
}

.back_Btn {
    background: url(backNextBtns.png) no-repeat;
    background-position: 0 0;
    width: 32px;
    height: 25px;
    margin-right: 10px;
    float: left;
    cursor: pointer;
}

.next_Btn {
    background: url(backNextBtns.png) no-repeat;
    background-position: -37px 0;
    width: 32px;
    height: 25px;
    margin-right: 0;
    float: left;
    cursor: pointer;
}

.next_Btn.btndisable,
.back_Btn.btndisable,
.next_Btn.nextbtndisable,
.back_Btn.backbtndisable {
    opacity: 0.3;
    cursor: default;
}





/*-----------IE11 hack---------------*/

/*alpha 2 update*/

.topTextCont {
    max-width: 900px;
    margin-top: 15px;
}

.topTextCont p {
    margin-bottom: 10px;
}

.topTextCont p:last-child {
    margin-bottom: 0px;
}

.parentBlock {
    width: 100%;
    height: 410px;
    position: relative;
    margin: 0;
    padding: 0 0;
    margin: 0 auto;
    text-align: center;
}

.textBlock h4 {
    /*font-family: "KPMG_App";*/
    display: block;
    text-align: center;
    vertical-align: middle;
    font-size: 0.8333333333333334em;
    color: #fff;
    font-weight: bold;
    width: 100%;
    line-height: 1.2em;
    padding: 5px 0 3px 0;
}

.textBlock p {
    color: #fff;
    font-size: 0.7777777777777778em;
    line-height: 1.2em;
}

.popup_rightpart .textBlock {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px 10px 20px;
    text-align: left;
    background: #470a68;
    max-width: 320px;
}

.popup_rightpart .textBlock h4 {
    padding-top: 5px;
    text-align: left;
}

.tab.visited .textBlock {
    /*display: none;*/
}

.tab .visitedInfo {
    display: none;
}

.tab.visited .visitedInfo {
    transition: all 0.5s ease-in-out 0s;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 8px;
    text-align: left;
    background: #333333;
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-size: 22px;
    font-family: Arial;
    font-weight: normal;
    min-height: 165px;
    max-height: 166px;
    overflow: hidden;
}



.tab.visited .visitedInfo p {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
}

.part_3 p {
    display: none;
}

.parentBlock #tab1.enabled:hover .imageBlock {
    transition: all 0.5s ease-in-out 0s;
    background: url(../../images/module0/m00_p02_img1a_h.jpg) no-repeat left top;
}

.parentBlock #tab2.enabled:hover .imageBlock {
    transition: all 0.5s ease-in-out 0s;
    /*background: url(../../images/module0/m00_p02_img2_h.jpg) no-repeat left top;*/
    background: url(../../images/module0/m00_p02_img2a_h.jpg) no-repeat left top;
}

.parentBlock #tab3.enabled:hover .imageBlock {
    transition: all 0.5s ease-in-out 0s;
    /*background: url(../../images/module0/m00_p02_img3_h.jpg) no-repeat left top;*/
    background: url(../../images/module0/m00_p02_img3a_h.jpg) no-repeat left top;
}

.parentBlock #tab4.enabled:hover .imageBlock {
    transition: all 0.5s ease-in-out 0s;
    background: url(../../images/module0/m00_p02_img4_h.jpg) no-repeat left top;
}

.tab.enabled:hover .textBlock {
    transition: all 0.5s ease-in-out 0s;
    background: #470a68;
}



.popup_1 .part_3 .page_content p,
.popup_1 .part_2 .page_content p,
.popup_1 .part_2 .popup_title p,
.popup_2 .part_2 .page_content p,
.popup_1 .part_2 .popup_content p,
.popup_1 .part_2 .popup_content p.instText,
.popup_1 .part_3 .popup_title p,
.popup_1 .part_3 .popup_content p,
.popup_1 .part_3 .popup_content p.instText{
    display:none;
}

.popup_2 .part_2 .popup_title p,
.popup_2 .part_2 .page_content p,
.popup_2 .part_2 .popup_content p,
.popup_2 .part_2 .popup_content p.instText,
.popup_2 .part_3 .popup_title p,
.popup_2 .part_3 .popup_content p,
.popup_2 .part_3 .popup_content p.instText{
    display:none;
}

.popup_3 .part_2 .popup_title p,
.popup_3 .part_2 .page_content p,
.popup_3 .part_2 .popup_content p,
.popup_3 .part_2 .popup_content p.instText,
.popup_3 .part_3 .popup_title p,
.popup_3 .part_3 .popup_content p,
.popup_3 .part_3 .popup_content p.instText{
    display:none;
}

.popup_4 .part_2 .popup_title p,
.popup_4 .part_2 .page_content p,
.popup_4 .part_2 .popup_content p,
.popup_4 .part_2 .popup_content p.instText,
.popup_4 .part_3 .popup_title p,
.popup_4 .part_3 .popup_content p,
.popup_4 .part_3 .popup_content p.instText{
    display:none;
}

.nextClosebtn {
    background: url(backNextBtns.png) no-repeat;
    background-position: -37px 0;
    width: 32px;
    height: 25px;
    position: absolute;
    right: 1px;
    cursor: pointer;
    animation: pulse 1s infinite;
}

.nextClosebtn:hover{
    animation: none;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 1.15, 1.15);
        transform: scale3d(1.15, 1.15, 1.15);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 1.15, 1.15);
        transform: scale3d(1.15, 1.15, 1.15);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


/*-----------IE11 hack---------------*/

/*@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .popup_title {
        line-height: 44px;
    }

    .popup_rightpart .textBlock {
        padding: 6px 20px 10px 30px;
    }

    .popup_rightpart .textBlock h4 {
        padding-top: 14px;
        text-align: left;
    }
    .popup_rightpart .textBlock h4 {
        line-height: 21px;
    }
    .popup_rightpart .textBlock {
        max-width: 330px;
    }
    
    
    
}*/