@charset "utf-8";
/* CSS Document */

/* #contentHolder {
    position: relative;
} */

.contentwrapper {
    padding-top: 45px;
}

.contentinnermain {
    padding: 30px 35px;
}

.contentinnermain h2 {
    color: #00a4e4;
    font-size: 28px;
    line-height: 24px;
    font-family: Trebuchet MS, times new roman, arial;
}

img {
    display: block;
    margin: 0 auto;
}
 
/*.imageHolder {
    margin-top: 63px;
}*/
section.mainContent {
    height: 526px;
}
.txtimgWrap {
    height: 100%;
    width: 960px;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 auto; 
    background: #00338d;
    position: relative;
    box-sizing: border-box;
}

/*.content_center{  
    box-sizing: border-box;
    color: #fff;
    right: 45px;
    margin: 0 auto;
    padding: 5px 5px;
    position: absolute;
    top: 14%;
    width: 41%;
    font-size: 45px;
    line-height: 55px;
}*/
.content_center{  
    box-sizing: border-box;
    color: #fff;
    /*left: 63px;*/
    left: 16px;
    margin: 0 auto;
    padding: 5px 5px;
    position: absolute;
    /*top: 8%;*/
    top: 2%;
    width: 80%;
    font-size: 38px;
    line-height: 31px;
    z-index: 1;
    font-weight: bold;
    font-family: 'KPMG_App';
}
.version_number {
    position: absolute;
    bottom: 8px;
    right: 10px;
    font-size: 12px;
    color: #ffffff;
    z-index: 1;
    font-weight: bold;
    display: none;
}
.imageHolder {
    position: absolute;
    left: 0;
    bottom: 0;
    /*width: 458px;
    height: 422px;*/
    width: 100%;
    height: 100%;
}
.imageHolder img {
    /*width: 458px;
    height: 422px;*/
    width: 100%;
    /* height: 100%; */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.content_center{padding: 13px 15px;}
}

/* iPads (Landsacpe) */
@media screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.iosSlider .slider .item img {
    width: 100%;
} 

}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  /* IE10+ specific styles go here */  
/* .content_center{  
    background: #00338d none repeat scroll 0 0;
    border-left: 54px solid #0096d8;
    box-sizing: border-box;
    color: #fff;
    font: 60px/60px kpmg_app;
    height: auto;
	right: 50px;
	margin: 0 auto;
	padding: 15px 20px 5px 20px;
	position: absolute;
	top: 24%;
	transform: translateY(-50%);
	width: 54%;
} */
}
@media screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape){
	#PageContent{
		background: #39b4d5;
	}
}


