/* 
This is the section css for
Ram Initiative 
*/

/* 
This is the section css for
Professional Studies 
*/

#home-content .changes{
	border: 3px solid #FFBD07;
	padding: 20px;
	text-transform: uppercase;
	font-weight: bold;
	
}

/* GLOBAL */
#home-content .col9-3 > .row-responsive > .grid9 { padding-right: 20px; }
#home-content .col7-5 > .row-responsive > .grid7 { padding-right: 10px; }
#home-content .col7-5 > .row-responsive > .grid5 { padding-left: 10px; }

/* DEFAULT.aspx */
#home-content .homepage .linkWrapper img { width: 100%; }
#home-content .homepage .grid3 { padding: 0; }

#home-content .noList {
	list-style: none;
	margin-left: 0;
}


#home-content .social .faIcons{
	float: right;
	margin-left: 10px;
}

#home-content .greyGrid{
	background-color: #eee;
	padding: 5px;
}



@media only screen and (max-width: 768px) {
	#home-content .col9-3 > .row-responsive > .grid9 { padding-right: 0; }
}

#home-content .announcements {
    display: block;
    float: left;
    width: 100%;
    padding: 5% 10% 2%;
}


.spotlightMid .grid6 {
    padding: 20px;
}

.spotlightMid {
    padding: 0 5% 3%;
    display: block;
    width: 100%;
    float: left;
}

#home-content .imageSection {
	display: block;
	width: 100%;
	float: left;
	padding: 2% 5% 0;
}

#home-content .imageSection .grid6, #home-content .imageSection .grid3{
	padding: 10px;
}

#home-content .topBannerMessage1 {
	padding: 1.5% 10% 1.5% 10%;
	background-color: #382140;
	float: left;
	width: 100%;
}

#home-content .topBannerMessage1 p{
	border-left: 4px solid #FFE800;
	color: #fff;
	padding: 10px;
	margin: 0px;
	font-weight: bold;
	font-size: 1.1em;
}
#home-content .topBannerMessage1 p a, #home-content .topBannerMessage1 .wcuLink svg{
	color: #f5f5f5;
	fill: #f5f5f5;
}
#home-content .topBannerMessage1 a.wcuLink {
	font-size: 1.2em;
	line-height: 1.4;
}

#home-content .topBannerMessage1 .largerText {
	font-size: 1.6em;
	line-height: 1.5em;
}

@media only screen and (max-width: 768px) {
	#home-content .topBannerMessage1 .largerText {
		font-size: 1.2em;

	}

}

.indentLeft {
    padding-left: 40px;
}