@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/Geomanist-Thin.eot');
    src: local('../fonts/Geomanist Thin'), local('../fonts/Geomanist-Thin'),
        url('../fonts/Geomanist-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geomanist-Thin.woff2') format('woff2'),
        url('../fonts/Geomanist-Thin.woff') format('woff'),
        url('../fonts/Geomanist-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/Geomanist-Black.eot');
    src: local('../fonts/Geomanist Black'), local('../fonts/Geomanist-Black'),
        url('../fonts/Geomanist-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geomanist-Black.woff2') format('woff2'),
        url('../fonts/Geomanist-Black.woff') format('woff'),
        url('../fonts/Geomanist-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist';
    src: url('Geomanist-Medium.eot');
    src: local('../fonts/Geomanist Medium'), local('../fonts/Geomanist-Medium'),
        url('../fonts/Geomanist-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geomanist-Medium.woff2') format('woff2'),
        url('../fonts/Geomanist-Medium.woff') format('woff'),
        url('../fonts/Geomanist-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/Geomanist-Bold.eot');
    src: local('../fonts/Geomanist Bold'), local('../fonts/Geomanist-Bold'),
        url('../fonts/Geomanist-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geomanist-Bold.woff2') format('woff2'),
        url('../fonts/Geomanist-Bold.woff') format('woff'),
        url('../fonts/Geomanist-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist Book';
    src: url('../fonts/Geomanist-Book.eot');
    src: local('../fonts/Geomanist Book'), local('../fonts/Geomanist-Book'),
        url('../fonts/Geomanist-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geomanist-Book.woff2') format('woff2'),
        url('../fonts/Geomanist-Book.woff') format('woff'),
        url('../fonts/Geomanist-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist Ultra';
    src: url('../fonts/Geomanist-Ultra.eot');
    src: local('../fonts/Geomanist Ultra'), local('../fonts/Geomanist-Ultra'),
        url('../fonts/Geomanist-Ultra.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geomanist-Ultra.woff2') format('woff2'),
        url('../fonts/Geomanist-Ultra.woff') format('woff'),
        url('../fonts/Geomanist-Ultra.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/Geomanist-Regular.eot');
    src: local('../fonts/Geomanist Regular'), local('../fonts/Geomanist-Regular'),
        url('../fonts/Geomanist-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geomanist-Regular.woff2') format('woff2'),
        url('../fonts/Geomanist-Regular.woff') format('woff'),
        url('../fonts/Geomanist-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/Geomanist-ExtraLight.eot');
    src: local('../fonts/Geomanist ExtraLight'), local('../fonts/Geomanist-ExtraLight'),
        url('../fonts/Geomanist-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geomanist-ExtraLight.woff2') format('woff2'),
        url('../fonts/Geomanist-ExtraLight.woff') format('woff'),
        url('../fonts/Geomanist-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/Geomanist-Light.eot');
    src: local('../fonts/Geomanist Light'), local('../fonts/Geomanist-Light'),
        url('../fonts/Geomanist-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geomanist-Light.woff2') format('woff2'),
        url('../fonts/Geomanist-Light.woff') format('woff'),
        url('../fonts/Geomanist-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


/*=====================================================================================
HOME PAGE NEWS SECTION STARTS HERE
=======================================================================================*/
.main-title h2 {
    font-family: 'Geomanist', Helvetica, Arial, sans-serif;
    font-size: 41px;
    line-height: 41px;
    font-weight: 500;
    color: #2865af;
    margin-top: 0;
    margin-bottom: 0;
}

.cw-news-sec {
	background:#fff;
	margin-bottom:80px;
}
.cw-news-wrap {
	float:left;
	width:100%;
	/*margin-top:65px;*/

}
.cw-news-cont {
	margin-bottom:25px;
	padding-left:0;
	padding-right:0;
}
.cw-news-in-wrap {
	float: left;
	width: 100%;
	border-radius: 6px;
	background: #024ea2;
	color: #fff;
	padding:25px 23px;
	
}
.cw-news-cal {
	float:left;
	width:12%;
	margin-right:2%;
	background:#3571b5;
	border-radius:6px;
	text-align:center;
	padding:13px 18px;
}
.cw-news-date {
	  font-family: 'Geomanist', Helvetica, Arial, sans-serif;
	font-size:25px;
	line-height:25px;
	font-weight:500;
	color:#fff;
	margin-bottom:5px;
}
.cw-news-month {
	  font-family: 'Geomanist', Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:13px;
	font-weight:normal;
	color:#fff;
}
.cw-news-item {
	float:left;
	width:86%;
	padding-top:5px;
	padding-bottom:5px;
	height:69px;
}
.cw-news-source {
	  font-family: 'Geomanist', Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height:15px;
	font-weight:500;
	color:#13a84a;
	text-transform:capitalize;
	margin-bottom:5px;
}
.cw-news-in-wrap:hover {
	background: #13a84a;
}
.cw-news-in-wrap:hover .cw-news-cal {
	background-color: rgba(255, 255, 255, 0.2);
}
.cw-news-in-wrap:hover .cw-news-source {
	color:#024ea2;
}

.cw-news-in-wrap:hover .cw-news-link, .cw-news-in-wrap.active .cw-news-link, .cw-news-in-wrap:focus .cw-news-link{
	  font-family: 'Geomanist', Helvetica, Arial, sans-serif;
	color:#fff;
}
.cw-news-link{
	  font-family: 'Geomanist', Helvetica, Arial, sans-serif;
	font-size:17px;
	line-height:20px;
	color:#fff;
	font-weight:normal;
}
.cw-news-foot {
	margin-top:30px;
	float:left;
	padding-left:0;
}



.cw-news-foot .vm-btn{
	  font-family: 'Geomanist', Helvetica, Arial, sans-serif;
    /*background: #13a84a;*/
    padding: 15px 0;
    color: #13a84a;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    border-radius: 25px;
    text-transform: uppercase;
    outline: none;
    min-width: 112px;
    border-color: transparent;
}
.cw-news-foot .vm-btn:hover, .cw-news-foot .vm-btn:focus, .cw-news-foot .vm-btn:active, .cw-news-foot .vm-btn.active{
	color:#024ea2;
	text-decoration:none;
}
.cw-news-foot .vm-btn span:after {
    content: url(../images/cw-news-rm-icon.png);
	 color: #13a84a;
    display: inline-block;
    width: 16px;
    height: 11px;
    margin-left: 10px;
    transition: all 0.25s ease-out;
}
.cw-news-foot .vm-btn:hover span:after, .cw-news-foot .vm-btn:focus span:after, .cw-news-foot .vm-btn:active span:after, .cw-news-foot .vm-btn.active span:after {
    content: url(../images/cw-news-rm-icon-hover.png);
	 
    display: inline-block;
    width: 16px;
    height: 11px;
    margin-left: 20px;
    transition: all 0.25s ease-out;
}

@media (min-width: 992px) and (max-width: 1199px) {
.cw-news-item {
 float: left;
 width: 79%;
 padding-top: 5px;
 padding-bottom: 5px;
 height: 69px;
}
.cw-news-link a {
 font-size: 15px;
 line-height: 19px;
 color: #fff;
 font-weight: normal;
}
	
}


@media(max-width:767px){
.cw-news-link {
    font-family: 'Geomanist', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: normal;
}
	
}


@media (max-width:480px){
	
.cw-news-cal {
    float: left;
    width: 16%;
    margin-right: 2%;
    background: #3571b5;
    border-radius: 6px;
    text-align: center;
    padding: 13px 18px;
}
.cw-news-item {
    float: left;
    width: 79%;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 69px;
}	
.cw-news-link {
    font-family: 'Geomanist', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: normal;
}	

	
}

@media (max-width:414px){
.cw-news-cal {
    float: left;
    width: 20%;
    margin-right: 2%;
    background: #3571b5;
    border-radius: 6px;
    text-align: center;
    padding: 13px 18px;
}
.cw-news-item {
    float: left;
    width: 77%;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 80px;
}	
	
	
}

/* Portrait tablets and small desktops */
@media (max-width:362px){


.cw-news-cal {
    float: left;
    width: 17%;
    margin-right: 2%;
    background: #3571b5;
    border-radius: 6px;
    text-align: center;
    padding: 13px 12px;
}
.cw-news-date {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}
.cw-news-item {
    float: left;
    width: 74%;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 80px;
}
	
	
}


@media (max-width:360px){


.cw-news-cal {
    float: left;
    width: 17%;
    margin-right: 2%;
    background: #3571b5;
    border-radius: 6px;
    text-align: center;
    padding: 13px 12px;
}
.cw-news-date {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}
.cw-news-item {
    float: left;
    width: 74%;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 90px;
}
.cw-news-link {
    font-family: 'Geomanist', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: normal;
}


	
}