@charset "UTF-8";
.newsrowcolor {
	background-color: rgba(0,0,0,1.00);
	margin-bottom: 14px;
}
.newsrowcolor h3 {
	color: #000;
	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;
	}
	
}


.multicol {
 columns: 3 220px;
 column-gap: 4em;
 column-rule: 2px solid #ccc;
}

.collist {
columns: 3 220px;
column-gap: 2em;
		}


button.small, .button.small {
    font-weight: bold;
}

/* contact flip card */
	.flip-card {
		margin:auto;
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #2d8cff;
  color: white;
  transform: rotateY(180deg);
}
/* end content flip card */

.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	border-top-width: 12px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-style: solid;
	border-color: #820000;
	max-width: 300px;
	margin: auto;
	margin-bottom: 12px;
	text-align: center;/* font-family: arial; */
}

.title {
  color: grey;
  font-size: 19px;
}

/* big blue buttons with icons */
		button.secondary, .button.secondary {
    background-color: #820000;
    border-color: #03062e;
    color: #FFFFFF;
}
	button.secondarytwo, .button.secondarytwo {
    background-color: #04073a;
    border-color: #03062e;
    color: #FFFFFF;
}
			.button.secondarytwo:hover {
  background-color: #820000;
  color: white;
}

