@charset "UTF-8";

/* Global Content Formatting and Styles */
html {
	background:url('images/mx-bg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background: background: #4c4c4c; /* Old browsers */
	font-size: 100%;
}
body {
	margin: 0; padding: 0;
	color: #000;
	line-height: 1.5em;
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 16px;
}
h1, h2, h3, h4 {margin: 0; padding: .2em 0;}
ul {margin: 0; padding:0;}
img {max-width: 100%;}
a {}
a:hover {}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.clear {
	clear: both;
}
.center {
	display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.textUnderline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
header {
	color: #000;
}
header h1{
	margin-left: 20%;
	margin-top: 1em;
}
header h1 a{
	color: #000;
	text-decoration: none;
}
header h1 a:hover{
	color: #fff;
}
header h2{
	font-size: .8em;
	margin-left: 25%;
}
nav {
	margin: 0; padding: 0;
}
nav li {
	display: inline;
}
nav a {
	text-decoration: none;
}
nav a:hover {}
section{
	margin: 0; padding: 0;
}
footer {
	margin-top: 2em;
	clear: both;
	text-align: center;
	font-size: 1.1em;
	padding-bottom: 2em;
	border-top: solid 1px #ccc;
}
footer p {
	font-size: .85em; 
	color: #ccc;
}
footer a{
	color: #fff;
}
/*Large Screen Layout*/
.cfont{
	font-family: 'Frijole', cursive;
}
.breadcrumb{
	margin: 1em;
}
.wrapper {
	width: 80%;
	min-width: 20.000em; /* 320px */
	margin: 1em auto 0;
	background-color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.content {
	padding: 1em;
}
.list ul{
	margin-left: 1.5em;
}
.list li{
	display: inline-block;
	margin: .5em;
	width: 30%;
	vertical-align: top;
	border-bottom: solid 1px #ccc;
}
.list a{
	color: #2323F3;
	display: block;
}
.list a:hover{
	color: #000;
}
.largeListFont{
	font-size: 1.2em;
}
.facility ul{
	list-style-type: none;
}
.facility li{
	margin-bottom: .5em;
	border-bottom: solid 1px #ccc;
}
.cse-branding-bottom {
	text-align: center;
	margin: 0 auto;
	padding-top: 1em;
	overflow: hidden;
}
.cse-branding-bottom .cse-branding-logo, .cse-branding-bottom .cse-branding-text {
	float: none !important;
	display: inline-block !important;
	text-align: center;
}
.footerNav li {
	padding: 0 1em;
	border-right: solid 1px #42200a;
}
.footerNav li:last-child {
	border-right: none;
}
.footerNav a:hover {
	font-weight: bold;
}
#comments{
	width: 100%;
}
@media all and (max-width: 51.250em) { /* 820px */
	.list li {
		width: 45%;
	}
}
@media all and (max-width: 45.000em) { /* 720px */
	.list ul{
		text-align: center;
		font-size: 1.2em;
		margin-left: 0;
	}
	.list li{
		display: block;
		width: 100%;
		margin: .2em 0;
		background-color: #a00a1c;
		padding: .2em 0;
		border-bottom: none;
	}
	.list li:hover {
		opacity:0.4;
		filter:alpha(opacity=40); /* For IE8 and earlier */
	}
	.list li a{
		display: block;
		color: #fff;
	}
	.facility{
		text-align: center;
	}
}
@media all and (max-width: 32.813em) { /* 525px */
	h1{
		font-size: 1.3em;
	}
	header{
	text-align: center;
	}
	header h1 {
		margin-left: 0;
		font-size: 1.3em;
	}
	header h2{
		margin-left: 0;
	}
	.footerNav li {
		display: block;
		border-right: none;
		border-bottom: solid 1px #42200a;
	}
}