<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
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 &gt; .row-responsive &gt; .grid9 { padding-right: 20px; }
#home-content .col7-5 &gt; .row-responsive &gt; .grid7 { padding-right: 10px; }
#home-content .col7-5 &gt; .row-responsive &gt; .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 .grid3{
	padding-left:10px;
}
#home-content .grid4{
	padding-left:10px;
}
#home-content .grid6{
	padding-left: 10px;
}
#home-content .social .faIcons{
	float: right;
	margin-left: 10px;
}

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

#home-content .btnMain{
	width: 100%;
	display: block;	
}

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