@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;
 }
 
.txtimgWrap { margin: 0 auto;}
 /* .imageHolder img{} */
	
.congratulations{
	width: 960px;
	height: 330px;
	margin: 0 auto;
	background: #fff;
	color: #00338D;
	border-left: 80px solid #00338D;
	border: 2px solid #00338D;
	border-left: 80px solid #00338D;
	padding: 0px 30px 0px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
}
.congratulations a{
	color: #6d2077;
}
.congratulations .h1{
	color: #00338D;
	padding-bottom: 20px;
	font-family:KPMG_App;
	font-size: 2.4em;
	margin-bottom: 0px;
	padding-top: 0px;
}
.congratulations ul{
	padding-left: 20px;
	margin-bottom: 0px;
}
.congratulations ul li{
	list-style: disc;
	padding-bottom: 10px;
}
.congratulations ul li:last-child{
	padding-bottom: 0px;
}
.p1{padding-bottom: 8px;font-weight: bold;border-bottom: 2px solid #510DBC;margin-bottom: 10px;}
.p2{padding:0px 33px 20px;}

.wrapText{
	width: 650px;
    margin: 20px auto 0;
    font-size: 21px;
}
.congratulations p{
	margin-bottom:10px;
}
.resource_btn{
	padding-top: 15px;
    height: 30px;
}
.resource_btn a{
	border: 2px solid #00338D;
    padding: 10px 10px 10px 55px;
	background-color:#0091DA;
	text-decoration: none !important;
    color: #fff;
    font-weight: bold;
	position:relative;
}
.resource_btn a::before{
	content: '';
    background: url(../../images/module1/download.png)no-repeat;
    width: 30px;
    height: 25px;
    position: absolute;
    left: 10px;
    top: 10px;
    background-size: 100%;
}