@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Roboto+Condensed:400,500,600,700');
@charset "utf-8";
.headerRightMenu{
	width:auto;
	margin-top:10px;
}
.headerRightMenu ul{
	margin: 0px;
    padding: 0px;
    display: table;
    margin: auto;
}
.headerRightMenu ul li{
	width: auto;
    display: inline-block;
    padding: 3px 6px;
    font-size: 14px;
    background: #f0f0f0;
    border-radius: 5px;
    margin: 5px;
}
.headerRightMenu ul li a{
	color:#333;
}
.home2 .rs-header-top {
    padding: 10px 0 30px;
}
.latestNewsOuter{
	box-shadow:0px 0px 4px #ccc;
	border-radius:5px;
	padding:15px;
	margin:15px 0;
	float:left;
}
.QuickLinksOuter{
	box-shadow:0px 0px 4px #ccc;
	border-radius:5px;
	padding:15px;
	margin:15px 0;
	float:left;
}
.sec-title.mb-50 h2{padding-bottom:0px;}
.sec-title.mb-50 {padding-bottom:5px;}

.notificationOuter{
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
}
.notificationOuter p{
	width: 100%;
    float: left;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}
.notificationOuter p .iconDateHolder{
	width: 70px;
    height: auto;
    float: left;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #eae6e6;
    margin-right: 15px;
    padding-right: 15px;
}
.notificationOuter p .iconDateHolder img{
	width:30px;
}
.notificationOuter p .dateMonth{
	font-size:18px;
}
.notificationOuter p .dateMonth{font-weight:bold;}
.notificationOuter p .dateMonth span{
	font-weight: bold;
    color: #64649d;
}
.notificationOuter p .NewsTitleText{
	    width: auto;
    display: block;
}
.notificationOuter p .NewGif img{
	width:70px;
}
.quickLinksHolder{
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
	height:360px;
}
.quickLinksHolder ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.quickLinksHolder ul li{
	width: 100%;
	float: left;
	padding: 0px;
	border: 1px solid #6d6a6a;
	text-align: center;
	margin-bottom: 2px;
}
.quickLinksHolder ul li a{
	display:block;
	padding:10px;
	color:#333;
}
.quickLinksHolder ul li a:hover{
	background: #f93;
    padding: 10px;
    color: #fff;
}
.quickLinksHolder ul li:nth-last-child(1){
	border-bottom:1px solid #eaeaea;
}
.bg4{
	background-image:url(images/cta-bg.jpg)
}
.bg7 {
    background-image: url(images/bg3.jpg);
}
p{
	text-align:justify;
}