/*.announcement {
	margin-top: 5px;
}*/

.announcement-text {
	background:#3A58A5; 
	padding-top:5px; 
	padding-bottom:3px; 
	float:left; 
	font-size:20px; 
	color:#FFF; 
	height:34px; 
	font-family:calibri; 
	text-align:center; 
	border: 1px;
	color:#FFF;
	border-left: solid 1px #FFF;
}

.announcement-title {
	background:#3A58A5; 
	padding-top:5px; 
	padding-bottom:3px; 
	float:left; 
	font-size:20px; 
	color:#FFF; 
	height:35px; 
	font-family:calibri; 
	text-align:center;

}

.top-banner {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

.page-head h3 {	
	color:#3A58A5;
	border-bottom: solid 1px #3A58A5;
	margin-bottom: 10px;
	font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    padding-left: 10px;
    margin-bottom: 20px;
    line-height: 30px;
}

.page-head h3::before {
    background: #3A58A5;
    height: 25px;
    width: 3px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.view-details h4 {
	padding: 5px 0 10px;
	text-align: center;
	font-weight: 600;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.header_logo {
	height: 100px;
	width: auto;
	max-width: 100%;
}