@charset "UTF-8";
.newsrowcolor {
	background-color: rgba(0,0,0,1.00);
	margin-bottom: 14px;
}
.newsrowcolor h3 {
	color: rgba(255,255,255,1.00);
	padding-top: 17px;
	padding-left: 0px;
	text-align: left;
}




/* News and Events Styles */
.events ul, .news ul{
	list-style:none;
	margin:0;
}
.events ul li, .news ul li{
	border-bottom:1px dashed #DBDBDB;
	overflow:auto;
	padding-bottom:8px;
	margin-bottom:8px;
}
.events .title, .news .title{
	font-weight:600;
	margin:0;
}
.events .details, .news .date{
	color:#535353;
	font-size:0.8em;
	margin-bottom:0;
}

/* News Specific */
.news img{
	float:left;
	height:55px;
	margin:5px 10px 0 2px;
	width:55px;
}
.news li.featured{
	background-color:#F0FCFF;
	border-bottom:0;
	border-radius:1px;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
}

/* Event specific */
.events .date{
	float:left;
	margin:5px 10px 0 2px;
}
.events .date span{
	display:block;
	text-align:center;
	width:55px;
}
.events .date span.month{
	background-color: #840C0C;
	color: white;
	font-size: 0.9em;
}
.events .date span.day{
	background-color:#F3F3F3;
	font-size:1.1em;
	font-weight:500;
	padding-bottom:5px;
}




.reddot {
	color: #840C0C;
	border-left: thick solid #840C0C;
	padding-left: 5px;
}
.headingslideicon {
	margin-left: -100px;
	margin-top: -145px;
	padding-right: 2px;
	margin-bottom: -54px;
}
.iconblock {
	width: 38%;
}
.bg-covertest {
	background-image: url(../../about/images/merced-college-sign.png);
	height: 235px;
	background-size: cover;
}
.social-media {
	margin-left: auto;
	margin-right: auto;
}
.social-media .social-icon {
}
.footbuttons {
	margin-right: 36px;
	padding-right: 33px;
}


/*footer buttons*/
 button.footbut, .button.footbut {
	margin-right: 4px;
	transition: background-color 300ms ease-out;
	width: auto;
	float: none;
	margin-bottom: 15px;
}

  
.footer-apply {
	margin-top: 17px;
}
.slidealt {
	background-color: rgba(132,132,132,0.63);
	width: 727px;
	margin-top: -1px;
	color: rgba(255,255,255,1.00);
	margin-left: 43px;
}
.herospotbottom { min-width: 100%;
}
.aspentwo {
	min-width: 100%;
}
.bigbannerhero {
	min-width: 100%;
}

ul li .title {
	font-size: 23px;
	line-height: 36px;
	color: #0C0C0C;
}


.buttontextwhite {
	color: #FFFFFF;
	font-weight: bold;
}
a.buttontextwhite:hover {
	color: #FFFFFF;
	font-weight: bold;
}
a.buttontextwhite {
	color: #FFFFFF;
	font-weight: bold;
}
.news-alerts {
	margin-top: 26px;
}
.smallh2 {
	font-size: 150%;
	font-weight: 400;
	color: #616161;
}


/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%; 
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; 
  }
	.insite {
	width: 18px;
	height: 18px;
	}
	
}
