/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
/* Increase the body font size on small devices */
html {
  font-size: 81.3%;
}
/* Programs and Degrees */
.view-programs-list,
.view-search-for-classes {
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	padding:0;
}
.view-search-for-classes {
	overflow:hidden;
}
.view-programs-list .views-row {
	text-align:center;
	margin-bottom:1em;
}
.view-programs-list .views-field-title {
	min-height:42px;
	padding:0.25em 1em 0.25em 1em;
	background-color:rgba(134, 0, 56, 1);	
}
.view-programs-list .views-field-title > span > a {
	color:rgba(255, 255, 255, 1);
}
.views-field-field-program-image .field-content {
	margin-bottom:-0.3em;
}
.not-front #columns .columns-inner {
	width:100% !important;
	max-width:768px;
}
/* Search for classes */
.view-search-for-classes .button {
	font-family:'Oswald', sans-serif;
	text-align:center;
	background:#A19488;
	padding:0.75em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	line-height:1.4;
}
.view-search-for-classes .button a {
	color:rgb(255,255,255);
	font-weight:bolder;
}
.view-search-for-classes .link {
	text-decoration: underline;
	text-align:center;
}
.view-search-for-classes .views-field-title {
	text-align:center;
	background:#860038;
	color:rgb(255,255,255);
}
#block-block-26 {
	margin:1em auto;
}
#block-menu-block-9 > div {
	margin:auto;
}
#menu-bar #block-views-page-title-block .view-page-title .views-row .views-field-title .field-content a {
	font-size:2em;
}
