@charset "UTF-8";
/* CSS Document */
	/*---IMAGE STYLES ---*/
.afloatright, img[style*="float: right"] {
	float: right;
	text-align: center;
	margin: 10px 0 10px 25px !important;
	background-color: #fff;
	border: medium solid #FFF;
	max-width: 500px;
	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, img[style*="float: left"] {
	float: left;
	margin: 10px 25px 10px 0px !important;
	text-align: center;
	background-color: #fff;
	border: medium solid #FFF;
	max-width: 500px;
	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, img[style*="margin: auto"] {
	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);
}
.floatrightabout {
	float: right;
	margin: 10px 0 10px 15px;
}
.floatleftabout {
	float: left;
	margin: 10px 15px 10px 0;
}
.floatcenterabout {
	max-width: 800px;
	height: auto;
	width: 80%;
	display: block;
	margin: 10px auto;
}
.centertext {
	text-align: center;
}
.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;
}
.max300 {
	display: block;
	margin: 0px auto !important;
	background-color: #fff;
	border: medium solid #FFF;
	max-width: 300px;
	width: 80%;
	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);
}
.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;
}
.cards .colhalves {
	margin-bottom: 7px;
	-webkit-transform-style: preserve-3d;
	background-image: linear-gradient(330deg, #eee, #CCC);
	background-color: #CCC;
	padding-bottom: 10px;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
}
.products .cards strong {
	color: rgba(0,48,79,1);
	text-shadow: 2px 2px 1px rgba(7,141,255,.3)
}
.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;
}
.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;
}
.colthirdsBG {
	position: absolute;
	width: 32.3%;
	height: auto;
	z-index: 0;
}
.colthirds img {
	width: 100%;
	height: auto;
}
.colFourths {
	width: 24%;
	padding: .5%;
	float: left;
	text-wrap: normal;
	position: relative;
}
.colFourths p {
	padding: 0px 10px;
}
.colFourths .pic {
	width: 100%;
	padding: 0px !important;
	margin: 0px !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:nth-child(odd) {
}
.colFourths:nth-child(even) {
}
.Gridclear {
	clear: both;
}
.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;
}
p.nomargintop {
	margin-top: -20px;
}
.button {
	color: #fff !important;
	font-size: 1.15em;
	letter-spacing: .05em;
	text-shadow: 2px 2px 1px rgba(0,0,0,.6);
	font-family: 'Patua One', cursive;
	display: inline-block;
	padding: 5px 10px;
	background-color: rgba(175,23,36,1);
	border: #600 solid 1px;
	border-top: 0px;
	border-bottom: 2px solid #600;
	/*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;
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.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;
}
.overlay {
	position: absolute;
	z-index: 100000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	/*Smooth Edges*/
	-webkit-backface-visibility: hidden;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}
.popup {
	text-align: center;
	margin: 10% auto;
	padding: 0px;
	background: #fff;
	border-radius: 5px;
	width: 290px;
	min-width: 300px;
	position: relative;
	transition: all 5s ease-in-out;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65),  0 6px 24px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65),  0 6px 24px rgba(0, 0, 0, 1);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65),  0 6px 24px rgba(0, 0, 0, 1);
}
.popup iframe {
	display: block;
	margin: 0 auto;
}
.popup .close {
	position: absolute;
	top: 0px;
	right: 10px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.popup .close:hover {
	color: orange;
}
.popup .content {
	overflow: auto;
}
img[style*="float: right"] {
	text-align: center;
	margin: 10px 0 10px 15px;
	background-color: #fff;
	border: medium solid #FFF;
	width: 40% !important;
	height: auto !important;
	/*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;}
img[style*="float: left"] {
	margin: 10px 15px 10px 0px;
	text-align: center;
	background-color: #fff;
	border: medium solid #FFF;
	max-width: 40% !important;
	height: auto !important;
	/*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; }
.imgwrap {
	position: relative;
}
#tidy-wrap .tidylabel.img, .imgwrap[data-tidy] .tidylabel.img, [data-tidy-menu] .tidylabel.img {
	border-color: #ff8732;
	background-color: rgba(255,135,50,1) !important;
}
.imgwrap[data-tidy] .tidylabel{
	top: -40px;
	position: absolute !important;
	/* Opacity */
	opacity: .3;
	filter: alpha(opacity=30);
}
.imgwrap[data-tidy] .tidylabel.img:hover {
	/* Opacity */
	opacity: 1;
	filter: alpha(opacity=100);
}
 @media only screen and (min-width: 1280px) {
.afloatright, .afloatleft {
	max-width: 30%;
}
}
 @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: inline !important;
}
.mobileonly {
	display: none !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: 49%;
	margin-bottom: 20px;
}
}
/*-------Full Bottom------*/
 @media only screen and (min-width: 0px) and (max-width: 700px) {
.afloatright, .afloatleft, .afloatcenter, img[style*="float: left"], img[style*="float: right"], img[style*="margin: auto"] {
	display: block;
	width: 90% !important;
	max-width: 500px;
	height: auto;
	margin: 10px auto 20px !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: 49%;
	margin-bottom: 20px;
}
.colthirds {
	width: 96% !important;
	height: auto;
	text-align: center !important;
}
.colthirds img {
	width: 90%;
	max-width: 250px;
}
.colhalves {
	width: 98%;
}
.colhalves p{
	padding:5px 10px;
}
.mobilecenter {
	text-align: center;
}
.listcolumns {
	margin-top: -43px;
}
.afloatright, .afloatleft, .afloatcenter, 
img[style*="float: left"], 
img[style*="float: right"] {
	display: block;
	width: 90% !important;
	max-width: 500px;
	height: auto;
	margin: 10px auto !important;
	clear: both !important;
	float: none;
	/* Tilt  */
	transform:rotate(0deg);
    -ms-transform:rotate(0deg); 
    -webkit-transform:rotate(0deg);
}
}
 @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;
}
.colthirds img {
}
}
 @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: 98%;
}
.floatrightabout, .floatleftabout,  .floatcenterabout {
	float: none;
	margin: 10px auto 10px;
	display: block;
	max-width: 300px;
	width: 100%;
	height: auto;
}
}
