@charset "UTF-8";
/* CSS Document */
	/*---IMAGE STYLES ---*/
.afloatright {
	float: right;
	text-align: center;
	margin: 10px 0 10px 15px;
	background-color: #fff;
	border: medium solid #FFF;
	width: 40%;
	height: auto;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	/* Tilt  */
	transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	/*Smooth Edges*/
	-webkit-backface-visibility: hidden;
}
.afloatright img {
	max-width: 100%;
	height: auto;
}
.afloatleft {
	float: left;
	margin: 10px 15px 10px 0px;
	text-align: center;
	background-color: #fff;
	border: medium solid #FFF;
	max-width: 40%;
	height: auto;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	/* Tilt  */
	transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	/*Smooth Edges*/
	-webkit-backface-visibility: hidden;
}
.afloatcenter {
	display: block;
	margin: 10px auto;
	clear: both;
	background-color: #fff;
	border: medium solid #FFF;
	max-width: 100%;
	width: 95%;
	height: auto;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
}
.formimage {
	float: right;
	text-align: center;
	margin: 10px 0 10px 15px;
	background-color: #fff;
	border: medium solid #FFF;
	width: 40%;
	height: auto;
	clear: right;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	/* Tilt  */
	transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	/*Smooth Edges*/
	-webkit-backface-visibility: hidden;
}
.formimage:nth-child(even) {
	/* Tilt  */
	transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
}
.news img {
	margin: 10px 0 10px 15px;
	background-color: #fff;
	border: medium solid #FFF;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	/* Tilt  */
	transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	/*Smooth Edges*/
	-webkit-backface-visibility: hidden;
}
.clear {
	clear: both;
	padding-top: 20px;
}
.clearright {
	clear: right;
}
.clearleft {
	clear: left;
}
.noimagestyles {
	background: none;
	padding: 5px;
	/*Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
}
.Team img {
	max-width: 200px;
}
.desktoponly {
	display: block;
}
.tabletonly {
	display: none;
}
.mobileonly {
	display: none;
}
.largeronly {
	display: inline
}
.smalleronly {
	display: none;
}
.nomobile {
	display: block !important;
}
.nobig {
	display: none !important;
}
.Grid {
	width: 100%;
	display: block;
	clear: both;
}
.homegrid {
	margin-top: -165px !important;
}
.thirdslist ul {
	list-style: none;
	text-align: center !important;
	margin: 0px !important;
	padding: 0px;
}
.Grid p a, .Grid h3 a, .Grid h4 a {
	color: #000;
}
.Grid ul {
	text-align: left;
}
.colhalves {
	width: 47%;
	margin: .5%;
	padding: 10px 1% 0 1%;
	float: left;
	text-wrap: normal;
	text-align: center;
}
.Grid img {
	width: 100%;
	height: auto;
	padding: 0px !important;
	margin: 0px !important;
}
.Grid ol, .Grid ul {
	text-align: left;
}
.colthirds {
	width: 31.3%;
	margin: 0px .5% 5px;
	padding: .5%;
	padding-bottom: 0px;
	float: left;
	text-wrap: normal;
	background-size: 100% auto;
	position:relative;
}
.twothirds {
	width:62.6%;}
.UPickHome .colthirds {
	margin: 0px 1% 15px;
	padding: 0%;
	padding-bottom: 0px;
	float: left;
	text-wrap: normal;
	background-size: 100% auto;
}
.colthirdsBG {
	position: absolute;
	width: 32.3%;
	height: auto;
	z-index: 0;
}
.colthirds img {
	width: 100%;
	height: auto;
}
.colfourths {
	width: 22%;
	padding: 1.5%;
	float: left;
	text-wrap: normal;
	position: relative;
}
.colfourths p {
	padding: 0px 10px;
}
.colfourths img {
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65) !important;
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65) !important;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65) !important;
}
.colfourths .linked {
	position: absolute;
	bottom: 0;
}
.colfourths img {
	width: 100%;
	/*No Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.colfourths a {
	text-align: center !important;
}
.colfourths h2  {
	font-size:1.5em !important;
}
.Gridclear {
	clear: both;
}
.Grid h2 {
	text-align: center;
	font-size: 2.5em;
	margin: 0px;
}
.Grid h3 {
	font-size: 1.6em;
	margin: 0px;
	text-align: center;
}
.Grid h4 {
	text-align: center;
	font-size: .9em;
	margin-top: 10px;
}
.colfourths h2 {
	font-size: 1.3em;
	margin-top: 10px;
}
.fullwidth {
	width: 97%;
	height: auto;
}
.admission .colhalves {
	height: 150px;
	background-position: top center !important;
}
.autoh {
	height: auto;
}
.notilt {
	/* Tilt  */
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	/*Smooth Edges*/
	-webkit-backface-visibility: hidden;
}
.nowrap {
	overflow: auto;
}
.floatfix {
	overflow: hidden;
}
.nomargintop {
	margin-top: 0px;
}
.centertext {
	text-align: center;
}
.button {
	color: #fff !important;
	font-size: 1em;
	text-shadow: 2px 2px 1px rgba(0,0,0,.2);
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	padding: 5px 10px;
	background-color: rgba(255,102,0,1);
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
	transition: width .2s;
	-webkit-transition: all .2s;
}
.button:hover {
	text-shadow: none;
	color: #999;
	background: rgba(102,0,0,1);
	/*Inner shadow*/
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
}
.doubleheight {
	height:87px;
	line-height:4em;  
    line-height: 6.5em;}
.pyobutton {
	display:inline-block;
	width:130px !important;
	position:absolute;
	top:20px;
	right:0%;
	/*No Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color:rgba(235,129,4,1);}
	.greenbutton {
		background-color:rgba(137,161,76,1);}
	.greenbutton:hover {
		background-color: rgba(61,75,32,1);}
	.whitebutton {
		background-color: rgba(255,255,255,1);
		color: rgba(235,129,4,1)!important;
		font-weight:bold;
		text-shadow:none !important;}
	.whitebutton:hover {
		background-color: rgba(204,204,204,1);}
 @media only screen and (min-width: 850px) and (max-width: 1000px) {
.desktoponly {
	display: block;
}
.tabletonly {
	display: inline;
}
.mobileonly {
	display: none;
}
.largeronly {
	display: inline;
}
.smalleronly {
	display: none;
}
.nobig {
	display: none !important;
}
}
@media only screen and (min-width: 700px) and (max-width: 850px) {
.desktoponly {
	display: none !important;
}
.tabletonly {
	display: none !important;
}
.mobileonly {
	display: inline !important;
}
.largeronly {
	display: none !important;
}
.smalleronly {
	display: inline !important;
	margin: auto;
}
.nobig {
	display: block !important;
}
.nomobile {
	display: none !important;
}
.noimagestyles {
	background: none;
	padding: 5px;
	/*Outer Shadow*/
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: 0px;
}
.colfourths {
	width: 47%;
	margin-bottom: 20px;
}
.pyobutton {
	display:block !important;
	width: auto !important;
	position:relative;
	top:auto;
	right: auto;
	float:none !important;
	margin-bottom:-30px !important;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);}

}
/*-------Full Bottom------*/
 @media only screen and (min-width: 0px) and (max-width: 700px) {
.afloatright, .afloatleft, .afloatcenter {
	display: block;
	width: 90% !important;
	max-width: 500px;
	height: auto;
	margin: 10px auto !important;
	clear: both !important;
	float: none;
}
.noimagestyles {
	background: none;
	padding: 5px;
	/*Outer Shadow*/
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: 0px;
}
.scalable {
	margin: auto;
	display: block;
	width: 100%;
}
.desktoponly {
	display: none !important;
}
.tabletonly {
	display: none !important;
}
.mobileonly {
	display: inline !important;
}
.largeronly {
	display: none !important;
}
.smalleronly {
	display: inline !important;
}
.nomobile {
	display: none !important;
}
.nobig {
	display: block !important;
}
.colfourths {
	width: 47%;
	margin-bottom: 20px;
}
.colthirds, .twothirds {
	width: 96% !important;
	height: auto;
	text-align: center !important;
	padding-bottom:10px;
	padding:2%;
}
.colthirds img {
	width: 90%;
	max-width: 250px;
}
.colthirds h3 {
	text-align: center;
}
.colhalves {
	width: 100%;
}
.mobilecenter {
	text-align: center;
}
.fifths {
	width:47% !important;
		height: auto !important;
	max-height: 888678px;}
.fifthsfullwidth {
	width:100% !important;
	max-width:500px !important;
		height: auto !important;
	max-height: 888678px;}
	.mobilehalf {
		width:49% !important;
		padding:0;
		margin:0 .5% 6%;
		height: auto !important;
	max-height: 888678px;}
.pyobutton {
	display:block !important;
	width: auto !important;
	position:relative;
	top:auto;
	right: auto;
	float:none !important;
	margin-bottom:-30px !important;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);}
}
 @media only screen and (min-width: 600px) and (max-width: 700px) {
.afloatright, .afloatleft {
	max-width: 50%;
	height: auto;
}
.noimagestyles {
	background: none;
	padding: 5px;
	/*Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
}
}
 @media only screen and (min-width: 0px) and (max-width: 600px) {
.afloatright, .afloatleft {
	max-width: 70%;
	height: auto;
}
.noimagestyles {
	background: none;
	padding: 5px;
	/*Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
}
}
 @media only screen and (min-width: 0px) and (max-width: 500px) {
.colfourths {
	width: 96%;
	height: auto;
	margin-bottom: 20px;
}
.colfourths .linked {
	position: relative !important;
}
.colhalves {
	width: 100%;
}
}
