/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  01: 1 Col Flex
  ------------------------------------------------
*/
html {
	height: 100%;
}
body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	height: 100%;
	overflow-y: scroll;/*overflow-x: hidden;*/
}
.logo {
	width: 200px;
	height: auto;
	margin-left: -100px;
	left: 50%;
	top: 0px;
	position: absolute;
	z-index: 11;
	transition: width .5s;
	-webkit-transition: all .5s;
	cursor: pointer;
}
.landinglogo {
	top: 10px;
}
.masthead {
	text-align: left;
	position: absolute;
	z-index: 9;
	height: 180px;
	width: 100%;
	background-image: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0));
}
.top-navigation {
	top: 10px;
	position: absolute;
	width: 100%;
	z-index: 10;
}
.content-wrapper {
	margin: 0em;
	position: relative;
	background: url(../-Images/-Structure/WoodPlanks.jpg) top center repeat;
}
.columns-wrapper {
	overflow: hidden;
}
.columns-wrapper, .menu-top-wrapper {
	max-width: 1260px;
	margin: auto;
	position: relative;
}
.main-content .content {
	padding: 30px;
	font-size: 1em;
	line-height: 1.5em;
}
.slider {
	position: relative;
	min-height: 300px;
	z-index: -1;
	top: 0;
}
.construction {
	position: absolute;
	z-index: 2;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 3vw;
	color: white;
	display: flex;
	font-weight: bold;
	justify-content: center;
	flex-direction: column;
	background-image: linear-gradient(120deg, rgba(0,0,0,.3), rgba(0,0,0,.6), rgba(0,0,0,.3));
}
.construction p {
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
	line-height: .9em;
}
.LandingSlider .slider {
	z-index: 1;
}
.LandingSlider {
	height: 50%;
	overflow: hidden;
}
.subpageheader {
	position: relative;
	height: 500px;
	width: 100%;
	overflow: hidden;
}
.subpageheader img {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 50%;
	right: 0;
	margin-left: -1000px;
	width: 2000px;
	height: 500px;
}
.whitebackground {
	background-color: rgba(255,255,255,1);
	padding: 40px 0 0;
}
.jumpingpillow {
	background: url(../-Images/-Structure/JumpPillowBackground.jpg) top center;
	background-attachment: fixed;
	padding: 0px 0;
}
.mazegradient {
	background-image: linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,0)), url(../-Images/-Structure/MazeBackground.jpg);
	background-color: rgba(255,255,255,1);
	padding: 0px 0;
}
.treefarmgradient {
	background-image: linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,0)), url(../-Images/-Structure/TreeFarmBackground.jpg);
	background-color: rgba(255,255,255,1);
	padding: 0px 0;
	background-position: bottom center;
}
.wagonride {
	background: url(../-Images/-Structure/WagonRideBackground.jpg) top center;
	background-attachment: fixed;
	padding: 0px 0;
}
/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
	font-weight: normal;
	line-height: 1em;
}
h1 {
	text-align: center;
	font-size: 2.8em;
	font-family: 'Sansita', sans-serif;
}
h2 {
	font-size: 2.35em;
	font-family: 'Sansita', sans-serif;
}
h3 {
	font-size: 2em;
	font-family: 'Sansita', sans-serif;
}
h4 {
	font-size: 2em;
	margin: 30px 0px;
	text-align: center;
 color:rgba(0,0,0,.7) 	/* Tilt  */
 transform:rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	/*Smooth Edges*/
	-webkit-backface-visibility: hidden;
	font-family: 'Caveat Brush', cursive;
}
.subhead {
	font-size: .8em;
	color: rgba(0,0,0,.7);
}
/*A utility rule assigned to the first heading to remove top margins.*/
.content h1:first-child, .content h2:first-child, .content h3:first-child {
	margin-top: 0px;
} 
.content a {
	color: #FFF;
	background-color: rgba(223,115,16,1);
	display: inline-block;
	padding: 8px 14px;
	text-transform: uppercase;
	text-decoration: none;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	transition: width .2s;
	-webkit-transition: all .2s;
}
.content a:hover, .content a:focus {
	color: rgba(204,204,204,1);
	background-color: rgba(140,73,9,1);
	/*No Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.colthirds a {
	text-align: center;
	font-size: .8em;
	display: block;
}
.gogreen.content a {
	background-color: rgba(51,102,51,1);
}
.gogreen.content a:hover, .gogreen.content a:focus {
	background-color: rgba(34,69,35,1);
}
.footer a {
	color: #8C8C8C;
}
.footer a:hover, .footer a:focus {
	color: #FFF;
}
/*The Footer*/
.footer {
	background: url(../-Images/-Structure/WoodPlanks.jpg) top center repeat;
	background-color: #222;
	padding: 0px;
	font-size: 0.7em;
	color: #FFF;
	text-align: center;
	clear: both;
	position: relative;
	z-index: 999;
	top: auto;
	bottom: 0px;
	width: 100%;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 1px 90px rgba(0, 0, 0, 1) inset, 0 1px 140px #633B22 inset;
	-moz-box-shadow: 0 1px 90px rgba(0, 0, 0, 1) inset, 0 1px 140px #633B22 inset;
	box-shadow: 0 1px 90px rgba(0, 0, 0, 1) inset, 0 1px 140px #633B22 inset;
}
.footer p.copyright {
	clear: both;
	text-transform: uppercase;
	margin: 0px;
	padding: 10px 0;
	background-color: rgba(45,30,21,1);
	/*Outer Shadow*/
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.45), 0 -3px 12px rgba(0, 0, 0, 0.35), 0 1px 90px rgba(0, 0, 0, 1) inset, 0 1px 140px #633B22 inset;
}
.footer h3 {
	margin-top: 10px;
}
.footerlocation {
	width: 99%;
	height: 300px;
	margin: 0 .5% 45px;
	float: left;
	position: relative;
	color: rgba(51,51,51,1);
	/*Outer Shadow*/
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
.footerlocationmap, .footerlocationcontent {
	position: relative;
	width: 49%;
	height: 100%;
	float: left;
	display: flex;
	justify-content: center;
	flex-direction: column;
	transition: width .5s;
	-webkit-transition: all .5s;
}
.footerlocationcontent {
	width: 25%;
	background-color: rgba(255,255,255,.9);
}
#googleMap {
	width: 100%;
	height: 100%;
}
.footerlocation.home .footerlocationmap {
	width: 60%;
}
.footerlocation.home .footerlocationcontent {
	width: 40%;
}
.shadowbox {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	/*Inner shadow*/
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0,0,0,0.4);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0,0,0,0.4);
}
.weather {
	width: 32%;
	margin: 0 .5% 0px;
	float: left;
}
div.aw-widget-current-inner {
	padding-bottom: 0px !important;
}
.footerbar {
	padding: 10px 0;
	background-color: rgba(55,35,25,.7);
	/*Outer Shadow*/
	-webkit-box-shadow: 0 1px 90px rgba(0, 0, 0, 1) inset, 0 1px 140px #633B22 inset;
	-moz-box-shadow: 0 1px 90px rgba(0, 0, 0, 1) inset, 0 1px 140px #633B22 inset;
	box-shadow: 0 1px 90px rgba(0, 0, 0, 1) inset, 0 1px 140px #633B22 inset;
}
.socialfooter i {
	width: 6.8%;
	float: left;
	font-size: 3em;
	line-height: 1.8em;
	color: #fff;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
	transition: width .5s;
	-webkit-transition: all .5s;
}
.icon-pinterest:hover {
	color: rgba(196,34,40,1);
}
.icon-twitter:hover {
	color: rgba(3,182,245,1);
}
.icon-facebook:hover {
	color: rgba(70,102,164,1);
}
.icon-instagram:hover {
	color: rgba(51,51,153,1);
}
.icon-linkedin:hover {
	color: rgba(3,118,183,1);
}
.creditcards {
	width: 31%;
	height: auto;
	margin: 0 1%;
	float: left;
}
.visit {
	float: left;
	height: auto;
	width: 14.5%;
	margin: 0 1%;
}
.switchwrapper {
	width: 100%;
	position: relative;
	cursor: pointer;
}
.switchbuttonTF, .switchbuttonAF {
	position: absolute;
	background: rgba(0,102,51,1);
	color: #fff;
	width: 500px;
	height: 40px;
	text-align: center;
	display: block;
	padding: 10px;
	font-size: 2em;
	letter-spacing: 1px;
	text-transform: uppercase;
	left: calc(0px - 230px);
	top: calc(.5% + 240px);
	/* Tilt  */
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	/*Outer Shadow*/
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35), inset 0 -7px 9px -7px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35), inset 0 -7px 9px -7px rgba(0,0,0,0.4);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35), inset 0 -7px 9px -7px rgba(0,0,0,0.4);
	z-index: 10;
	transition: width .5s;
	-webkit-transition: all .5s;
}
.switchbuttonAF {
	background-color: rgba(204,102,0,1);
	left: auto;
	right: calc(0px - 230px);
	top: calc(.5% + 240px);
	/* Tilt  */
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	/*Outer Shadow*/
	-webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.45), 0 -3px 12px rgba(0, 0, 0, 0.35), inset 0 -7px 9px -7px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.45), 0 -3px 12px rgba(0, 0, 0, 0.35), inset 0 -7px 9px -7px rgba(0,0,0,0.4);
	box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.45), 0 -3px 12px rgba(0, 0, 0, 0.35), inset 0 -7px 9px -7px rgba(0,0,0,0.4);
}
.switchbuttonAF:hover {
	padding-bottom: 20px;
	background-color: rgba(252,126,5,1);
	margin-top: -5px;
}
.switchbuttonTF:hover {
	padding-bottom: 20px;
	background-color: rgba(80,167,79,1);
	margin-top: -5px;
}
.landing {
	padding: 120px 0 0 0;
	position: relative;
	bottom: 0;
	z-index: 10;
	background: url(../-Images/-Structure/LandingBackground.jpg) top center;
	background-size: cover;
}
.landing h2 {
	background-color: rgba(255,203,32,.9);
	color: #fff;
	display: block;
	text-align: center;
	padding: 20px 0;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.2), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}
.landing h3 {
	text-align: center;
	color: #fff;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.2), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
	margin-bottom:20px;
}
.landingblock {
	max-width: 600px;
	width: 100%;
	transition: width .5s;
	-webkit-transition: all .5s;
}
.treefarm {
	background-color: rgba(0,102,51,.9);
	width: 47.5% !important;
	margin-right: 0 !important;
	margin-top: 20px !important;
	transition: width .5s;
	-webkit-transition: all .5s;
	cursor: pointer;
}
.treefarm:hover {
	background-color: rgba(20,134,9,1);
}
.adventurefarm {
	background-color: rgba(204,102,0,.9);
	width: 47.5% !important;
	margin-left: 0 !important;
	margin-top: 20px !important;
	transition: width .5s;
	-webkit-transition: all .5s;
	cursor: pointer;
}
.adventurefarm:hover {
	background: rgba(255,143,8,1);
}
.landing .colhalves h2 {
	text-align: center;
	color: #fff;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}
.landingcontent .landing .colhalves img {
	width: 100%;
	height: auto;
	max-height: 40%;
	padding: 10px 0px 15px !important;
	transition: width 2.5s;
	-webkit-transition: all 2.5s;
}
.treefarm .landingblock {
	float: left;
}
.adventurefarm .landingblock {
	float: right;
}
.MenuBlocks {
	background: url(../-Images/-Structure/JumpPillowBackground.jpg) top center;
	background-size: cover;
	background-attachment: fixed;
}
.MenuBlocks.Pumpkins {
	background: none;
}
.MenuBlocks .colthirds {
	/*Outer Shadow*/
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	/* Rounded Corners */
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	padding: 0 !important;
	width: 32.3%;
	transition: width 1.5s;
	-webkit-transition: all 1.5s;
}
.MenuBlocks.Pumpkins .colthirds {
	transition: width .8s;
	-webkit-transition: all .8s;
}
.columnshift {
	width: 16.1%;
	float: left;
	height: 50px;
}
.MenuBlocks .colthirds:hover {
	background-color: rgba(0,0,0,1);
	/* No Rounded Corners */
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
.MenuBlocks .colthirds .blockcontent {
	position: absolute;
	bottom: -100%;
	transition: width 1s;
	-webkit-transition: all 1s;
	color: #fff;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}
.MenuBlocks .colthirds:hover .blockcontent {
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.MenuBlocks.Pumpkins .colthirds:nth-child(even) .blockcontent {
	bottom: auto;
	top: -100%;
}
.MenuBlocks.Pumpkins .colthirds:nth-child(even):hover .blockcontent {
	top: 0;
}
.MenuBlocks .colthirds img {
	transition: width .9s;
	-webkit-transition: all .9s;
	margin-bottom: -6px !important;
}
.MenuBlocks .colthirds:hover img {
	/* Opacity */
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.MenuBlocks .colthirds a {
	display: block;
	width: 100%;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: rgba(186,25,6,1);
	position: absolute;
	bottom: -50%;
	transition: width 1s;
	-webkit-transition: all 1s;
}
.MenuBlocks .colthirds a.halflink {
	width: 50%;
}
.MenuBlocks .colthirds a.halflink:last-child {
	right: 0;
}
.MenuBlocks .colthirds:hover a {
	bottom: 0;
}
.MenuBlocks .colthirds:hover a:hover {
	background-color: rgba(102,0,0,1);
	color: rgba(204,204,204,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;
}
.orangebar {
	padding: 1px 0 40px;
	text-align: center;
	font-size: 1.7em;
	background-color: rgba(251,173,39,1);
	color: #fff;
}
.green, .gogreen .orangebar {
	background-color: rgba(51,102,51,1);
}
.blue {
	background-color: rgba(0,0,102,1);
}
.burntorange {
	background-color: rgba(179,78,0,1);
}
.bounce {
	display: inline-block;
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
.glass {
	width: 300px;
	height: 300px;
	position: absolute;
	border-radius: 50%;
	cursor: crosshair;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25), 0 0 40px 2px rgba(0, 0, 0, 0.75), 0 0 20px 2px rgba(0, 0, 0, 0.95);
	display: none;
}
.magniflier {
	width: 100%;
	height: auto;
}
 @keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 transform: translateY(0);
}
 40% {
 transform: translateY(-15px);
}
 60% {
 transform: translateY(-5px);
}
}
.itemblock {
	clear: both;
	float: left;
	margin: 15px 10%;
	padding: 20px;
	width: calc(80% - 40px);
	background: rgba(255,255,255,.8);
}
.itemblock.halves {
	width: calc(38.5% - 40px);
	margin: 15px 10% 15px 1.5%;
	clear: none;
}
.itemblock.halves:nth-child(even) {
	margin: 15px 1.5% 15px 10%;
}
.itemblock.halves h2, .itemblock.halves h3 {
	text-align: center;
}
.itemblock img {
	float: left;
	margin-right: 2%;
	margin-top: 20px;
	clear: left;
	width: 30%;
	max-width: 500px;
	height: auto;
}
.itemblock img:first-child {
	margin-top: 0;
}
.itemblock .blockcontent {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.itemblock ul {
	overflow: auto;
	text-align: left;
	margin: 0 auto;
}
.blockcontent p {
	-webkit-margin-before: 1em;
	-webkit-margin-after: 0em;
}
.split .colhalves {
	position: relative;
	overflow: hidden;
	background-color: rgba(255,255,255,1);
	margin: 0;
	padding: 10px 1.5% 30px 1.5%;
}
.split .colhalves img {
	max-width: 500px;
}
.split .colhalves .splitcontent {
	width: 540px;
	float: right;
}
.split .Grid .imageside img {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	height: 100% !important;
	max-width: none;
	width: auto !important;
}
.split .Grid .imageside {
	background: url(../content/media/-Splits/PigRace2Pigs.jpg) top center;
	background-size: auto 100%;
}
.split .Grid .imagesidetree {
	background: url(../content/media/-Splits/PricingPage.jpg) top center;
	background-size: auto 100%;
}
.mazetilmidnight {
	background: url(../-Images/MazeTilMidnightBackground.jpg) top center;
	background-size: auto 100%;
}
.mazetilmidnight img {
	display: block;
	margin: 20px auto;
	max-width: 100%;
	height: auto;
}
.activityblock {
	position: relative;
	overflow: hidden;
	width: 30%;
	margin: 15px 1.5%;
	float: left;
	/* Rounded Corners */
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	/* Transition */
	transition: width .5s;
	-webkit-transition: all .5s;
}
.activityblock img {
	width: 100%;
	height: auto;
	margin-bottom: -7px;
}
.activityblock p.image {
	margin: 0;
}
.activityblock h2 {
	margin: 0;
	padding: 0 5%;
	text-align: center;
	color: #fff;
	text-shadow: 0px 2px 4px rgba(0,0,0,.8), 0px 3px 12px rgba(0,0,0,.8), 0px 6px 4px rgba(0,0,0,.5), 0px -3px 8px rgba(0,0,0,1);
	position: absolute;
	top: 0px;
	height: 100%;
	width: 90%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	transition: width .7s;
	-webkit-transition: all .7s;
}
.activityblock a {
	display: block;
	margin: 10px 0;
	width: auto;
	text-align: center;
	font-weight: 100;
}
.activityblock .blockcontent {
	position: absolute;
	top: 200%;
	height: calc(70% - 20px);
	width: 100%;
	padding: 10px;
	background-color: rgba(255,255,255,.9);
	color: #000;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.45), 0 -3px 12px rgba(0, 0, 0, 0.35);
 -moz-box-shadow:  0 -2px 4px rgba(0, 0, 0, 0.45), 0 -3px 12px rgba(0, 0, 0, 0.35) box-shadow:  0 -2px 4px rgba(0, 0, 0, 0.45), 0 -3px 12px rgba(0, 0, 0, 0.35);
	transition: width .8s;
	-webkit-transition: all .8s;
}
.activityblock .blockcontent img {
	position: absolute;
	bottom: 20px;
	right: 10px;
	height: auto;
	width: 30px;
}
.activityblock .blockcontent img:nth-child(2) {
	right: 50px;
}
.activityblock:hover {
	/* No Rounded Corners */
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
.activityblock:hover h2 {
	height: 30%;
}
.activityblock:hover .blockcontent {
	top: 30%;
}
.activityblock p {
	-webkit-margin-before: 0em !important;
	-webkit-margin-after: 0em !important;
	font-size: 0px !important;
	line-height: 0 !important;
}
.activityblock .blockcontent p {
	line-height: 1.2em !important;
	font-size: 1em !important;
}
.circles {
	height: 100%;
	width: 30%;
	float: right;
	margin-left: 2%;
}
.circles img {
	height: auto;
	width: 100%;
	margin: 10px 0;
	float: left;
	clear: left;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
.aboutpage img, .employmentpage img {
	max-width: 300px !important;
}
.overlay {
	text-align: center;
	position: fixed;
	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 {
	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;
}
.social {
	position: absolute;
	top: 500px;
	left: 85%;
	margin-left: -75px;
	width: 150px;
	z-index: 5;
	background-color: rgba(51,51,51,1);
	/*Outer Shadow*/
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25), 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25), 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25), 0 1px 1px rgba(0, 0, 0, 0.05);
}
.social.home {
	top: 0px;
	bottom: auto;
}
.social.choose {
	left: 50%;
	top: 0;
	bottom: auto;
}
.social a {
	float: left;
	display: block;
	height: 30px;
	width: 30px;
	color: #fff !important;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
	transition: width .5s;
	-webkit-transition: all .5s;
}
.social a:hover {
	height: 45px;
	margin-bottom: -15px;
	box-shadow: inset 0 7px 40px -7px rgba(0,0,0,0.9);
}
.facebook {
	background-color: rgba(55,88,154,1);
}
.twitter {
	background-color: rgba(3,159,244,1);
}
.instagram {
	background-color: rgba(254,94,48,1);
}
.pinterest {
	background-color: rgba(192,2,19,1);
}
.linkedin {
	background-color: rgba(2,118,183,1);
}
.social .icon-instagram:hover, .social .icon-facebook:hover, .social .icon-twitter:hover, .social .icon-pinterest:hover, .social .icon-linkedin:hover {
	color: #fff;
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
.columns-wrapper, .menu-top-wrapper {
	max-width: 960px;
}
.switchbuttonTF, .switchbuttonAF {
	width: 290px;
	height: 18px;
	font-size: 1.3em;
	line-height: 1em;
	left: calc(0px - 136px);
	top: calc(.5% + 180px);
}
.switchbuttonAF {
	right: calc(0px - 136px);
	left: auto;
}
.landingblock h3 {
	font-size: 1.8em;
}
.subpageheader, .subpageheader img {
	height: 400px;
}
.social {
	top: 400px;
}
.subpageheader img {
	margin-left: -800px;
	width: 1600px;
}
.split .colhalves .splitcontent {
	width: 460px;
}
.activityblock h2 {
	font-size: 1.7em;
}
.jumpingpillow .columns-wrapper {
	max-width: 100%;
}
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
.columns-wrapper, .menu-top-wrapper {
	max-width: 810px;
}
.top-navigation .menu-top-wrapper {
	max-width: 850px;
}
.switchbuttonTF, .switchbuttonAF {
	width: 244px;
	height: 18px;
	font-size: 1.1em;
	line-height: 1em;
	left: calc(0px - 114px);
	top: calc(.5% + 180px);
}
.switchbuttonAF {
	right: calc(0px - 114px);
	left: auto;
}
.landingblock h3 {
	font-size: 1.5em;
}
.subpageheader, .subpageheader img {
	height: 400px;
}
.social {
	top: 400px;
}
.subpageheader img {
	margin-left: -800px;
	width: 1600px;
}
.activityblock {
	width: 47%;
	margin: 15px 1.5%;
}
.activityblock h2 {
	font-size: 2em;
}
.split .colhalves .splitcontent {
	width: 380px;
}
.colthirds a {
	font-size: 1em;
}
}
@media only screen and (min-width: 0px) and (max-width: 850px) {
body {
	padding-bottom: 0px;
}
.colthirds a {
	font-size: 1em;
}
.logo {
	width: 125px;
	height: auto;
	margin-left: 0px;
	left: 5px;
	top: 5px;
	z-index: 901;
}
.landinglogo {
	margin-left: -62.5px;
	left: 50%;
}
.landing {
	padding: 60px 0 0 0;
}
.landingblock h3 {
	font-size: 1.2em;
}
.top-navigation {
	top: 0px;
	z-index: 9;
}
.masthead {
	z-index: 10;
	pointer-events: none;
}
.subpageheader, .subpageheader img {
	height: 200px;
	margin-top: 50px
}
.social {
	top: 90px !important;
	left: auto;
	right: 0;
	margin-left: 0;
	width: 30px;
}
.social.home {
	top: -160px;
}
.social.choose {
	left: 0;
	width: 100%;
	top: 0;
	bottom: auto;
}
.social.treesocial {
	left: 0;
	right: auto;
}
.social a {
	float: none;
}
.social p {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
}
.social a:hover {
	height: 30px;
	width: 45px;
	margin-top: 0px;
	margin-left: -15px;
	box-shadow: inset -7px 0 40px -7px rgba(0,0,0,0.9);
}
.social.choose a, .social.choose a:hover {
	float: left;
	width: 20%;
	height: 60px;
	font-size: 1.7em;
	margin: 0;
}
.subpageheader img {
	margin-left: -425px;
	width: 850px;
	margin-top: 0;
}
h1 {
	font-size: 2em;
}
h1, h2, h3, h4 {
	text-align: center;
}
.orangebar {
	font-size: .6em !important;
}
.menu-top-wrapper {
	margin: 0;
}
.content-wrapper, .columns-wrapper {
	margin: 0px;
	border: none;
}
.columns-wrapper, .menu-top-wrapper {
	max-width: auto;
}
.content a {
	display: block;
	width: 90%;
	margin: 5px auto;
	text-align: center;
}
.main-content .content {
	padding: 20px 10px;
	border: none;
}
.footerlocation {
	width: 96%;
	height: 300px;
	margin: 0 2% 45px;
	float: none;
	position: relative;
}
.footerlocationmap, .footerlocationcontent {
	width: 100%;
}
.footerlocationcontent {
	height: 150px;
}
.footerlocation.home .footerlocationmap, .footerlocation.home .footerlocationcontent {
	width: 50%;
}
.socialfooter i {
	width: 20%;
}
.creditcards, .visit {
	float: none;
	width: 96%;
	margin: 10px 2%;
}
.switchbuttonTF, .switchbuttonAF {
	width: 205px;
	height: 12px;
	font-size: .9em;
	line-height: 1em;
	left: calc(0px - 98px);
	top: calc(.5% + 180px);
}
.switchbuttonAF {
	right: calc(0px - 98px);
	top: calc(.5% + 160px);
	left: auto;
}
.slider {
	position: relative;
	overflow: hidden;
	margin-top: 58px;
	min-height: auto;
}
.LandingSlider .slider {
	margin-top: 0;
	overflow: hidden;
}
#myslideshow1 {
	position: relative !important;
}
.itemblock, .itemblock.halves, .itemblock.halves:nth-child(even) {
	margin: 15px 0%;
	width: calc(100% - 40px);
	text-align: center;
}
.itemblock img {
	float: none;
	display: none;
	margin: 20px auto;
	width: 100%;
}
.itemblock img:first-child {
	display: block;
}
.itemblock ul {
	text-align: left;
}
.activityblock {
	width: 47%;
	margin: 15px 1.5%;
}
.activityblock h2 {
	font-size: 1.7em;
}
.p7ehc-1001, .p7ehc-1002 {
	height: auto !important;
	max-height: 888678px;
}
.circles {
	width: 100%;
	float: right;
	margin-left: 0%;
}
.circles img {
	width: 32%;
	margin: 10px .5%;
	float: left;
	clear: none;
}
.circles.onecircle img {
	width: 99%;
	display: block;
	max-width: 500px;
	margin: 10px auto;
	float: none;
	clear: none;
}
.circles.twocircles img {
	width: 49%;
	display: block;
	max-width: 500px;
	margin: 10px auto;
	float: none;
	clear: none;
}
.circles.fourcircles img {
	width: 47%;
	display: block;
	max-width: 500px;
	margin: 5px 1%;
	float: left;
	clear: none;
}
.split .colhalves .splitcontent {
	width: 100%;
}
.aboutpage img, employmentpage img {
	max-width: 500px !important;
}
}
 @media only screen and (min-width: 0px) and (max-width: 700px) {
#myslideshow1 {
	min-width: 700px !important;
	margin-left: -350px;
	left: 50%;
	position: absolute;
}
.slider {
	position: relative;
	overflow: hidden;
	margin-top: 58px;
}
}
 @media only screen and (min-width: 0px) and (max-width: 600px) {
.activityblock {
	width: 97%;
	margin: 15px 1.5%;
}
.activityblock h2 {
	font-size: 1.9em;
}
}
/*-----------------------------------------
				Pulse Styles
------------------------------------------*/
.gallery {
	clear: both;
}
.gallery img {
	margin: .5% !important;
	padding: .5%;
	background-color: rgba(255,255,255,1);
	height: auto !important;
	width: 14.5%;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
	transition: width .3s;
	-webkit-transition: all .3s;
}
img.mfp-img {
	margin: .5% !important;
	padding: 10px !important;
	background-color: rgba(255,255,255,1);
	height: auto !important;
	width: 11.5%;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
	transition: width .3s;
	-webkit-transition: all .3s;
}
.gallery img:hover {
	/* Opacity */
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.mazegallery .gallery a {
	outline: 0;
	width: 23%;
	margin: 20px 1%;
	height: 267px;
	padding: 0;
	background-color: rgba(132,166,124,1);
	overflow: hidden;
	display: inline-block;
	border-radius: 50%;
	transition: width .7s;
	-webkit-transition: all .7s;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
.mazegallery .gallery a:hover {
	/* No Rounded Corners */
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
.mazegallery .gallery img {
	margin-right: 20px;
	margin-bottom: 20px;
	height: auto;
	min-height: 100%;
	width: 150%;
	margin-left: -25% !important;
	padding: 0;
}
.mazegallery .gallery img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-arrow-right {
	-moz-animation: nod-right 2s infinite;
	-webkit-animation: nod-right 2s infinite;
nod-right animation: bounce 2s infinite;
}
.mfp-arrow-left {
	-moz-animation: nod-left 2s infinite;
	-webkit-animation: nod-left 2s infinite;
	animation: nod-left 2s infinite;
}
 @keyframes nod-left {
 0%, 20%, 50%, 80%, 100% {
 transform: translateX(0);
}
 40% {
 transform: translateX(-15px);
}
 60% {
 transform: translateX(-5px);
}
}
 @keyframes nod-right {
 0%, 20%, 50%, 80%, 100% {
 transform: translateX(0);
}
 40% {
 transform: translateX(15px);
}
 60% {
 transform: translateX(5px);
}
}
.mfp-bg {
	-webkit-transform-style: preserve-3d;
	background-image: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.2) 50%, rgba(0,0,0,.9) ) !important;
	background-color: transparent !important;
}
img.mfp-img {
	max-height: 700px !important;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	padding-right: 16px !important;
	padding-top: 6px !important;
}
.mfp-counter {
	top: 38px !important;
	right: 20px;
	color: #333 !important;
	padding: 5px 10px;
	margin-bottom: 10px;
	background-color: rgba(204,204,204,1);
	/*Outer Shadow*/
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15), inset 0 7px 9px -7px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15), inset 0 7px 9px -7px rgba(0,0,0,0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15), inset 0 7px 9px -7px rgba(0,0,0,0.4);
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b, .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border: 0px !important;
}
.mfp-figure:after {
	box-shadow: 0 !important;
	background: none !important;
}
/*---Flex Slider---*/
  
.flexslider {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	/* No Rounded Corners */
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	border-radius: 0px !important;
}
.slider .flexslider {
	margin-top: 0px !important;
	padding-bottom: 0px !important;
	/* No Rounded Corners */
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	border-radius: 0px !important;
}
.flex-control-nav {
	display: none;
}
.slider .flex-viewport {
	background-color: #fff;
	border: 0px;
	/*Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	/* Tilt  */
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.afloatleft .flex-viewport, .afloatright .flex-viewport {
	padding-bottom: 0;
	/*Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.afloatleft .flexslider, .afloatright .flexslider {
	margin-bottom: 0;
}
@media only screen and (min-width: 1000px) and (max-width: 1260px) {
.mazegallery .gallery a {
	width: 23%;
	margin: 20px 1%;
	height: 205px;
}
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
.gallery img {
	margin: .5% !important;
	padding: .5%;
}
.mazegallery .gallery a {
	width: 31%;
	margin: 6px 1%;
	height: 230px;
}
.mazegallery .gallery img {
	margin: 0 0 0 -25% !important;
	padding: 0%;
}
}
@media only screen and (min-width: 600px) and (max-width: 850px) {
.gallery img {
	margin: .5% !important;
	padding: .5%;
	width: 23%;
}
.mazegallery .gallery a {
	width: 45vw;
	margin: 6px 1%;
	height: 45vw;
}
.mazegallery .gallery img {
	margin: 0 0 0 -25% !important;
	padding: 0%;
}
}
 @media only screen and (min-width: 0px) and (max-width: 600px) {
.gallery img {
	margin: .5% !important;
	padding: .5%;
	width: 48%;
}
.mazegallery .gallery a {
	width: 42vw;
	display: block;
	margin: 6px 10px;
	height: 42vw;
	float: left;
}
.mazegallery .gallery img {
	margin: 0 0 0 -25% !important;
	padding: 0%;
}
}
/*------------------------------------------
				Fontello Styles
------------------------------------------*/
@font-face {
	font-family: 'fontello';
	src: url('../includes/NewFonts/font/fontello.eot');
	src: url('../includes/NewFonts/font/fontello.eot') format('embedded-opentype'), url('../includes/NewFonts/font/fontello.woff2') format('woff2'), url('../includes/NewFonts/font/fontello.woff') format('woff'), url('../includes/NewFonts/font/fontello.ttf') format('truetype'), url('../includes/NewFonts/font/fontello.svg?69186139#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?69186139#fontello') format('svg');
  }
}
*/
 
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;/* Uncomment for 3D effect *//* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-reply:before {
	content: '\e800';
} /* '' */
.icon-forward:before {
	content: '\e801';
} /* '' */
.icon-left-circled2:before {
	content: '\e802';
} /* '' */
.icon-right-circled2:before {
	content: '\e803';
} /* '' */
.icon-left-open:before {
	content: '\e804';
} /* '' */
.icon-right-open:before {
	content: '\e805';
} /* '' */
.icon-phone:before {
	content: '\e806';
} /* '' */
.icon-facebook-squared:before {
	content: '\e807';
} /* '' */
.icon-instagram:before {
	content: '\e808';
} /* '' */
.icon-instagram-filled:before {
	content: '\e809';
} /* '' */
.icon-location:before {
	content: '\e80a';
} /* '' */
.icon-globe:before {
	content: '\e80b';
} /* '' */
.icon-pinterest:before {
	content: '\e80c';
} /* '' */
.icon-flickr:before {
	content: '\e80d';
} /* '' */
.icon-twitter:before {
	content: '\e80e';
	margin-left: -.05em;
} /* '' */
.icon-facebook:before {
	content: '\e80f';
} /* '' */
.icon-phone-1:before {
	content: '\e810';
} /* '' */
.icon-clock:before {
	content: '\e811';
} /* '' */
.icon-compass:before {
	content: '\e812';
} /* '' */
.icon-paypal:before {
	content: '\e813';
} /* '' */
.icon-gplus:before {
	content: '\e814';
} /* '' */
.icon-foursquare:before {
	content: '\e815';
} /* '' */
.icon-linkedin:before {
	content: '\e816';
} /* '' */
.icon-youtube:before {
	content: '\e817';
} /* '' */
.icon-email:before {
	content: '\e818';
} /* '' */
.icon-cart:before {
	content: '\e819';
} /* '' */
.icon-down-open:before {
	content: '\e81a';
} /* '' */
.icon-up-open:before {
	content: '\e81b';
} /* '' */
.icon-angle-left:before {
	content: '\f104';
} /* '' */
.icon-angle-right:before {
	content: '\f105';
} /* '' */
.icon-angle-up:before {
	content: '\f106';
} /* '' */
.icon-angle-down:before {
	content: '\f107';
} /* '' */
.icon-linkedin-rect:before {
	content: '\f31b';
} /* '' */

/*------------------------------------------
			  Responsive Styles
------------------------------------------*/
@charset "UTF-8";
/* CSS Document */
	/*---IMAGE STYLES ---*/
.afloatright, img[style*="float: right"], .afloatleft, img[style*="float: left"] {
	float: right;
	text-align: center;
	margin: 10px 0 10px 15px !important;
	max-width: 40%;
	width: 100%;
	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);
}
.afloatright img {
	max-width: 100%;
	height: auto;
}
.afloatleft, img[style*="float: left"] {
	float: left;
	margin: 10px 25px 10px 0px !important;
}
.afloatcenter, img[style*="margin: auto"] {
	display: block;
	margin: 10px auto;
	clear: both;
	max-width: 100%;
	width: 96%;
	height: auto;
}
.videoright, .videoleft {
	float: right;
	margin: 10px 0 10px 15px;
	max-width: 50%;
	width: 100%;
	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;
}
.videoleft {
	float: left;
	/* Tilt  */
	transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
}
.textcenter {
	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;
}
.clear {
	clear: both;
}
.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;
}
.notlargest {
	display: none;
}
.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;
}
.Grid img {
	width: 100%;
	height: auto;
	padding: 0px !important;
	margin: 0px !important;
}
.Grid ol li, .Grid ul li {
	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: calc(25% - 20px);
	padding: 5px;
	margin: 0 5px 10px;
	float: left;
	text-wrap: normal;
	position: relative;
}
.fourths .colfourths {
	background-color: rgba(255,255,255,.8);
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.colfifths {
	width: calc(20% - 20px);
	text-align: center;
	padding: 5px;
	margin: 0 5px 10px;
	float: left;
	position: relative;
}
.fifths .colfifths {
	background-color: rgba(255,255,255,.8);
}
.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;
}
.content a.blockbutton {
	width: calc(50% - 30px);
	padding: 8px 15px;
	margin: 0 auto;
	display: block;
	clear: left;
	text-align: center;
}
.colfourths:nth-child(odd) {
}
.colfourths:nth-child(even) {
}
.Gridclear {
	clear: both;
}
.fullwidth {
	width: calc(100% - 20px) !important;
	height: auto;
}
.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.25em;
	text-shadow: 2px 2px 1px rgba(0,0,0,.3);
	font-family: 'Patua One', cursive;
	display: inline-block;
	padding: 5px 10px;
	background-color: rgba(223,40,44,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;
}
.cards h2 {
	text-align: center;
}
.cards p a {
	display: block;
	text-align: center;
	max-width: 80%;
	margin-left: 10%;
}
.activitystyle {
	padding: 0px !important;
	background-color: transparent !important;
}
.activitystyle:hover {
	/*No Outer Shadow*/
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.cards a:hover img {
	margin-top: -20px;
	margin-bottom: 20px;
	padding: 0px;
	transition: width .5s;
	-webkit-transition: all .5s;
	/*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);
	/* Tilt  */
	transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	/*Smooth Edges*/
	-webkit-backface-visibility: hidden;
	/* Opacity */
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.cards .colfourths:nth-child(odd) a:hover img {
	/* Tilt  */
	transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
}
.nolinkstyles {
	background: none !important;
	/*No Outer Shadow*/
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	padding: 0px !important;
	display: block;
	position: relative;
	top: -240px;
	visibility: hidden;
}
 @media only screen and (min-width: 1000px) and (max-width: 1280px) {
.notlargest {
	display: block;
}
}
 @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;
}
.notlargest {
	display: block;
}
.colfifths {
	width: calc(33% - 20px);
}
.colfifths:nth-child(4n), .colfifths:nth-child(5n) {
	width: calc(50% - 23px);
}
}
/*-------Full Bottom------*/
 @media only screen and (min-width: 0px) and (max-width: 850px) {
.afloatright, .afloatleft, .afloatcenter, img[style*="float: left"], img[style*="float: right"], img[style*="margin: auto"] {
	display: block;
	width: 96% !important;
	max-width: 500px;
	height: auto;
	margin: 10px auto !important;
	clear: both !important;
	float: none !important;
}
.videoright, .videoleft {
	float: none;
	margin: 10px 0 10px 0px;
	max-width: 100%;
	/* Tilt  */
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.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;
}
.notlargest {
	display: block;
}
.colfourths {
	width: calc(50% - 20px);
	margin-bottom: 20px;
}
.colfifths {
	width: calc(33% - 20px);
}
.colfifths:nth-child(4n), .colfifths:nth-child(5n) {
	width: calc(50% - 23px);
}
.colthirds {
	width: 47% !important;
	margin: 15px 1.5%;
}
.colthirds img {
	width: 100%;
}
.colthirds h3 {
	text-align: center;
}
.colhalves {
	width: 100%;
}
.content a.blockbutton {
	width: calc(90% - 30px);
.mobilecenter {
 text-align: center;
}
.columnshift {
	display: none;
}
}
 @media only screen and (min-width: 600px) and (max-width: 700px) {
.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) {
.noimagestyles {
	background: none;
	padding: 5px;
	/*Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
}
.colthirds {
	width: 99% !important;
	height: auto;
	text-align: center !important;
}
}
 @media only screen and (min-width: 0px) and (max-width: 500px) {
.colfourths {
	width: calc(100% - 20px);
	height: auto;
	margin-bottom: 20px;
}
.colfourths .linked {
	position: relative !important;
}
.colhalves {
	width: 100%;
}
.colfifths {
	width: calc(50% - 20px);
}
.colfifths:nth-child(5n) {
	width: calc(100% - 23px);
}
}
/*-----------------------------------------
				Print Styles
------------------------------------------*/
@media print {
body {
	margin: 0;
	padding: 0;
	min-width: 0;
}
.sidebar, .main-content, .sidebar2, .sidebar-right, .content, .column-content {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none !important;
}
.main-content {
	margin: 0;
}
#layout {
	max-width: none;
	margin: 0px;
}
.column-content, .content {
	height: auto !important;
	max-height: 888678px;
	border: none !important;
}
.column-content * {
	padding: 0px !important;
}
.footer {
	position: static;
}
}
