﻿@import url('//www.aku.edu/css?family=Open+Sans:300italic,400italic,700italic,300,400,700');
@import url('//www.aku.edu/css?family=Roboto+Slab:400,100,300,700&subset=latin,latin-ext');


@media screen and (max-width: 767px){
.thumbnail img

{
display:none !important;
}
}


h5{
	color:#202020;
	font-size:16px;
	font-weight:600;
	font-family:"Open Sans",Arial !important;
	line-height:1.4;
}

.NewsDate {   
	font-style:italic; 
	font-size:14px !important; 
	color:#464646;
        display:none;
}

.NewsDetail {
	font-size:14px !important; 
	font-weight:normal !important;
	color:#464646 !important;
}

.container .ms-rtestate-field .row .thumbnail{
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	/*min-height:319px; */
}

.buttonStyle {
	height: 30px !important;
	width: auto! important;
	background-color: #FFF !important;
	border: 2px solid #3B3670 !important;
	border-radius: 0px !important;
	line-height: 1 !important;
	padding: 5px 10px;
	color: #3B3670 !important;
	font-family:"Roboto Slab" , Helvetica;
	font-weight:700;
}

.buttonStyle i{
	margin-left:5px;
}


.thumbnail:hover
{
	
	background:#00843D !important;
	color:white !important;
	
}
.colorWhite
{
	
	color:white !important;	
}