@import url("../-CSS/SplashStyles.css");
/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  01: 1 Col Flex
  ------------------------------------------------
*/
html {
  min-height: 100%;
}
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  min-height: 100%;
  overflow-y: scroll; /*overflow-x: hidden;*/
}
a:-webkit-any-link, a {
  text-decoration: none;
}
.logo {
  width: 200px;
  height: auto;
  margin-left: -84px;
  left: 50%;
  top: 0px;
  position: absolute;
  z-index: 11;
  transition: width .5s;
  -webkit-transition: all .5s;
  cursor: pointer;
}
.landinglogo {
  top: 10px;
}
.Tulips .logo {
  margin-left: -109px;
}
.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;
}
.menugradient {
  background-image: linear-gradient(180deg, rgb(189 226 255), rgb(255 255 255 / 0%));
  height: 150px;
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
}
.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;
}
.Accolade {
  background: linear-gradient(180deg, rgba(120, 165, 120, 0.92), rgba(0, 60, 0, 0.66)), url(../-Images/-Structure/Accolade.jpg);
  background-size: 100% auto;
}
.Accolade h2, .Accolade p, .Accolade h2 .subhead {
  color: #fff !important;
  text-align: center;
}
.Accolade a {
  background: rgba(239, 0, 3, 1.00) !important;
  font-weight: bold;
  text-transform: uppercase;
}
.gh {
  max-width: 500px;
  height: auto;
  display: block;
  margin: 0 auto;
  width: 90%;
}
.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;
}
.tulipfield {
  background: url("../-Images/FlowerFestival/Tulips-Lakeside1.jpg") center;
  background-attachment: fixed;
  padding: 0px 0;
}
.floatingheader {
  font-size: 3em;
  margin: 40px 0 20px;
  clear: both;
  color: #fff;
  text-align: center;
  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);
}
/*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: rgb(251 93 0);
  display: inline-block;
  font-weight: bold;
  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;
}
.content a.normallink {
  background: none;
  padding: 0;
  margin: 0;
  color: rgb(251 93 0);
  /*No Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: bold;
}
.content a.normallink:hover {
  background: none;
  color: rgba(0, 21, 251, 1.00);
}
.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: 20px 0 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;
}
.doublemap .footerlocationmap {
  width: 50%;
}
.footerlocationmap {
  background: url("../-Images/-Structure/DoubleMap.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.footerlocationcontent {
  width: 25%;
  background-color: rgba(255, 255, 255, .9);
}
.doublemap .footerlocationcontent {
  width: 23%;
  padding: 0 1%;
}
.locationicon {
  position: relative;
  bottom: -6px;
}
#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: 5.66%;
  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);
}
.icon-email:hover {
  color: rgba(94, 0, 176, 1.00);
}
.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;
}
.directory {
  position: relative;
  background: #000;
  height: 100px;
}
.directory.subpage {
  height: 225px;
  width: 75px;
  position: absolute;
  top: 100px;
  z-index: 30;
  /*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);
}
.directory .Adventure, .directory .Trees, .directory .Sunflower, .directory .Tulips {
  width: 33.33%;
  height: 100px;
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.directory.subpage .Adventure, .directory.subpage .Trees, .directory.subpage .Sunflower, .directory.subpage .Tulips {
  width: 100%;
  height: 33.33%;
  background-size: auto 70%;
  float: left;
}
.directory div {
  transition: width .5s;
  -webkit-transition: all .5s;
  /* Opacity */
  opacity: 1;
  filter: alpha(opacity=100);
}
.directory div:hover {
  /* Opacity */
  opacity: 0.8;
  filter: alpha(opacity=80);
  -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);
}
.directory .Adventure {
  background-color: rgb(251 93 0);
  background-image: url("../-Images/-Structure/PageIcons2_AdventureFarmIcon.png");
}
.directory .Trees {
  background-color: rgba(51, 102, 51, 1);
  background-image: url("../-Images/-Structure/PageIcons2_TreeFarmIcon.png");
}
.directory .Sunflower {
  background-color: rgb(242 153 0);
  background-image: url("../-Images/-Structure/PageIcons2_SunflowerFestIcon.png");
}
.directory .Tulips {
  background-color: rgb(118 65 179);
  background-image: url("../-Images/-Structure/PageIcons2_TulipFestivalIcon.png");
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 70%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
.directory.subpage .tooltip .tooltiptext {
  width: 120px;
  height: 46px;
  bottom: 50%;
  left: calc(100% + 5px);
  margin-left: 0px;
  margin-bottom: -23px;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.directory.subpage .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.mobiledirectory {
  display: none;
}
.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;
  position: relative;
}
.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.HomeTreeFarm {
  background: url("../-Images/-Structure/TreeFarmBackground2.jpg");
}
.MenuBlocks.HomeTulips {
  background: url("../-Images/TulipBackground.jpg");
}
.MenuBlocks.HomeSunflowers {
  background: url("../-Images/-Structure/SunflowerBackground.jpg");
  background-size: cover;
}
.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: rgb(251 93 0);
  color: #fff;
}
.yellowbar {
  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);
}
.purplebar, .Tulips .orangebar {
  background-color: rgb(118 65 179);
}
.Sunflower .orangebar {
  background-color: rgb(242 153 0);
}
.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/Hours2.jpg")top center;
  background-size: 100% auto;
}
.split .Grid .imagesidetree {
  background: url(../content/media/-Splits/PricingPage.jpg) top center;
  background-size: auto 100%;
}
.Tulips .split .Grid .imageside {
  background: url("../-Images/FlowerFestival/2ColumnFlowerFestivalImage.jpg")center;
  background-size: cover;
}
.Sunflower .split .Grid .imageside {
  background: url("../-Images/-Structure/SunflowerSideImage.jpg") center right;
  background-size: cover;
}
.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;
}
.circleshalves .activityblock {
  width: 47%;
}
.circlesfourths .activityblock {
  width: 22%;
}
.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: calc(100% - 20px);
  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: 25px;
  height: auto;
  width: 30px;
}
.activityblock .blockcontent img.contentimage {
  position: relative;
  bottom: auto;
  right: auto;
  height: auto;
  width: 40%;
  float: right;
  margin: 5px 0 20px 5px;
}
.activityblock .blockcontent img:nth-child(2) {
  right: 60px;
}
.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;
}
.vendorblock {
  width: 100%;
  padding: 0 1em 1em;
  background: rgba(255, 255, 255, 0.85);
  clear: both;
  margin: 20px 0;
  overflow: auto;
  /*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);
}
.vendorblock img {
  float: left;
  width: 20%;
  height: auto;
  margin-right: 1em;
}
.vendorblock .blockcontent {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.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%;
}
.circles.horizontal {
  width: 100%;
  float: none;
}
.circles.horizontal img {
  clear: none;
  width: 32.3%;
  margin: 30px .5%;
}
.aboutpage img, .employmentpage img {
  max-width: 300px !important;
}
.overlay {
  text-align: center;
  position: absolute;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 10% auto 0;
  padding: 0px;
  background: #fff;
  border-radius: 5px;
  width: 290px;
  min-width: 300px;
  position: relative;
  transition: all 5s ease-in-out;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
  /*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 iframe::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  border: 1px solid #ddd;
}
.popup iframe::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.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;
} /*----Modal Styles----*/
.covidwarning {
  position: absolute;
  top: 500px;
  left: 15%;
  margin-left: -75px;
  z-index: 5;
}
.covidwarning.home {
  top: 0px;
}
.covidwarning button {
  background: rgba(192, 2, 19, 1.00);
  color: #FFF;
  border: 0;
  height: 33px;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0px 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /*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);
  transition: width .5s;
  -webkit-transition: all .5s;
}
.covidwarning button:hover {
  background: rgba(130, 0, 11, 1.00);
  -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);
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  font-size: .95em;
  border: 1px solid #888;
  width: 80%;
  max-height: 80%;
  overflow: scroll;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
.modal-content h2, .modal-content h3 {
  margin-top: 10px;
}
.modal-content .colhalves {
  margin-top: 0px;
  padding-top: 0;
}
.modal-content ul {
  padding-left: 10px;
}
.modal-content li {
  padding: 0 0px 10px 0px;
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}
/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  width: 28px;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-header h2 {
  padding: 8px 16px;
  background-color: #5cb85c;
  color: white;
  margin: 0;
}
.modal-body {
  padding: 2px 16px;
} /*---End Modal Styles---*/
.social {
  position: absolute;
  top: 500px;
  left: 85%;
  margin-left: -75px;
  width: 180px;
  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);
}
.newsletter {
  background-color: rgba(124, 5, 207, 1.00);
}
.social .icon-instagram:hover, .social .icon-facebook:hover, .social .icon-twitter:hover, .social .icon-pinterest:hover, .social .icon-linkedin:hover, .social .icon-email:hover {
  color: #fff;
}
.pricegrid {
  line-height: 1.3em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: .8em;
  text-align: center;
  width: 100%;
  margin: 20px 0;
}
.pricegrid tr td {
  border: 2px solid rgba(0, 0, 0, .1);
  border-left: 0;
  border-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pricegrid tr:nth-child(1) td {
  width: calc(16% - 25px);
  padding: 5px 0px;
}
.pricegrid tr:nth-child(1) td:nth-child(2) {
  width: 75px;
}
.pricegrid tr td:nth-child(1) {
  background: rgba(251, 173, 38, 1);
  font-weight: bold;
  width: 20%;
  padding: 4px 0 4px 4px;
}
.pricegrid tr:nth-child(1) td {
  font-weight: bold;
  background-color: rgb(251 93 0);
  color: #fff;
}
.pricegrid tr td:nth-child(1) {
  text-align: left;
}
.pricegrid tr:nth-child(1) td {
  font-size: .9em;
}
.pricegrid tr:nth-child(2) td {
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4), inset 0 7px 2px -7px rgba(0, 0, 0, 0.9);
}
.pricegrid tr:nth-child(2) td, .pricegrid tr:nth-child(3) td, .pricegrid tr:nth-child(4) td, .pricegrid tr:nth-child(8) td {
  border-bottom: 0;
}
.pricegrid tr td:nth-last-child(1) {
  border-right: 0;
}
.closedcontainer {
  color: #fff;
  font-weight: bold;
  border-bottom: 0;
  background: linear-gradient(210deg, rgba(27, 63, 104, .8), rgba(27, 63, 104, .2), rgba(27, 63, 104, .8)), url(../-Images/-Structure/-PriceGrid/ClosedText.png) center center no-repeat, url(../-Images/-Structure/-PriceGrid/Closed.jpg) top center;
}
.pricegrid {
  background: rgba(169, 208, 142, 1);
}
.peachbackground {
  background: rgba(255, 255, 153, 1);
}
.notbold {
  font-weight: 100 !important;
  font-style: italic;
  padding: 2px 10px !important;
}
.campfiregrid {
  width: 80%;
  margin: 0 10%;
}
.campfiregrid tr td {
  padding: 4px 8px;
  background-color: rgba(248, 203, 173, 1);
  border: 2px solid rgba(0, 0, 0, .1);
  border-left: 0;
  border-top: 0;
}
.campfiregrid tr td:nth-last-child(1) {
  border-right: 0;
}
.campfiregrid tr:nth-last-child(1) td {
  border-bottom: 0;
}
.campfiregrid tr:nth-child(even) td {
  background-color: rgba(255, 242, 204, 1);
}
.campfiregrid tr:nth-child(1) td {
  background-color: rgb(251 93 0);
  font-weight: bold;
  color: #fff;
}
.campfiregrid tr td:nth-child(2) {
  text-align: center;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable {
  -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);
  border: 0px !important;
}
.ui-dialog .ui-dialog-title {
  font-size: 0px;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
  border: 0px;
  background: none;
}
.closedbanner {
  position: absolute;
  top: 0%;
  margin-top: 130px;
  width: 100%;
  height: auto;
  z-index: 4;
  display: none;
}
.treefarmupdates {
  padding: 0px 20px 1px;
  margin: 20px 0;
  overflow: auto;
  background: rgba(9, 101, 176, 1.00);
  color: #fff;
  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);
  /*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);
}
.treefarmupdates h2, .treefarmupdates h3 {
  margin-top: 0;
  display: block;
  background: #023565;
  margin: -10px -20px;
  padding: 10px 20px;
}
.pricingtable {
  min-width: 300px;
}
.pricingtable td {
  background: rgb(214 214 214);
  padding: 5px;
  vertical-align: middle;
}
.pricingtable tr:nth-child(even) td {
  background: rgb(195 195 195);
}
@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, .covidwarning {
    top: 400px;
  }
  .subpageheader img {
    margin-left: -800px;
    width: 1600px;
  }
  .subpageheader.headeralignleft img {
    margin-left: -800px;
  }
  .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, .covidwarning {
    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, .Tulips .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;
  }
  .menugradient {
    display: none;
  }
  .top-navigation {
    top: 0px;
    z-index: 9;
  }
  .masthead {
    z-index: 10;
    pointer-events: none;
  }
  .subpageheader, .subpageheader img {
    height: 200px;
    margin-top: 50px
  }
  .social {
    top: 110px !important;
    left: auto;
    right: 0;
    margin-left: 0;
    width: 30px;
  }
  .social a:hover {
    margin-bottom: 0px;
  }
  .covidwarning {
    left: 0;
    margin-left: 0;
    top: 58px;
    position: relative;
    /* text-align: center; */
  }
  .covidwarning button {
    width: 100%;
    text-align: right;
    padding: 15px 10px 30px;
    display: block;
    justify-content: inherit;
    flex-direction: row;
  }
  .social.home, .covidwarning.home {
    top: -300px;
    position: absolute;
    right: 0;
  }
  .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;
  }
  .directory.subpage {
    height: 105px;
    width: 35px;
    position: absolute;
    top: 40px;
  }
  .directory.mobiledirectory {
    display: block;
  }
  .directory.mobiledirectory .Adventure, .directory.mobiledirectory .Trees, .directory.mobiledirectory .Sunflower, .directory.mobiledirectory .Tulips {
    box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4), inset 0 7px 2px -7px rgba(0, 0, 0, 0.8), inset 0 7px 15px -7px rgba(0, 0, 0, 0.6);
  }
  .Sunflower .split .Grid .imageside {
    height: 200px !important;
  }
  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;
    padding-top: 20px;
    float: none;
    position: relative;
  }
  .footerlocationmap, .footerlocationcontent {
    width: 100%;
  }
  .footerlocationcontent {
    height: auto;
    width: 98% !important;
  }
  .footerlocation.home .footerlocationmap, .footerlocation.home .footerlocationcontent {
    width: 50%;
  }
  .doublemap .footerlocationmap {
    width: 100%;
  }
  .socialfooter i {
    width: 16.66%;
  }
  .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;
    height: 300px;
  }
  .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;
  }
  .vendorblock img {
    float: none;
    width: 100%;
    margin-right: 0px;
  }
  .p7ehc-1001, .p7ehc-1002 {
    height: auto !important;
    max-height: 888678px;
  }
  .overlay {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .0), rgba(0, 0, 0, .7) 45px, rgba(0, 0, 0, .7) calc(100% - 200px), rgba(0, 0, 0, 0));
    background-color: transparent;
    position: absolute;
  }
  .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;
  }
  .rotatelabel {
    letter-spacing: 2px;
    text-align: center;
    /* Tilt  */
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  .pricegrid tr:nth-child(1) td:nth-child(1) {
    height: 60px;
  }
  .pricegrid tr:nth-child(1) td {
    width: 15%;
    padding: 5px 0px;
  }
  .pricegrid tr:nth-child(1) td:nth-child(2) {
    width: 10%;
  }
  .pricegrid tr td:nth-child(1) {
    width: 30%;
  }
  .pricegrid {
    font-size: .7em;
  }
  .campfiregrid {
    width: 100%;
    margin: 0 0%;
    font-size: .7em;
  }
  .campfiregrid tr td {
    padding: 4px 4px;
  }
  .treefarmupdates {
    width: calc(100% - 60px);
  }
}
@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% !important;
    margin: 15px 1.5%;
  }
  .activityblock h2 {
    font-size: 1.9em;
  }
  .slider {
    height: auto;
    padding-bottom: 45px;
  }
  .social.home, .covidwarning.home {
    top: -45px;
  }
  .covidwarning button {
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
  .trees.closedbanner {
    margin-top: 100px;
  }
}
/*-----------------------------------------
				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;*/
  /* Opacity */
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.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);
}
.mazegallery.sunflowergallery .gallery img {
  width: 110%;
  margin-left: -5% !important;
}
.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;
}
.mfp-title {
  padding: 0;
}
@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;
}
.rightalign {
  float: right;
  margin: 10px 0 20px 30px;
}
.centeralign {
  display: block;
  margin: 30px auto;
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  .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
------------------------------------------*/
/* 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 h3 a, .Grid h4 a {
  color: #000;
}
.Grid p a, .Grid p a:visited {
  font-weight: bold;
  color: blue;
}
.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.15em;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, .3);
  display: inline-block;
  padding: 10px 15px;
  background-color: rgba(223, 40, 44, 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;
}
.Tulips .button {
  background-color: rgb(118 65 179);
}
.Tulips .button:hover {
  background-color: rgb(53 16 94);
}
.Sunflower .button {
  background-color: #045607;
}
.Sunflower .button:hover {
  background-color: #012b03;
}
.Sunflower h3 .button {
  padding-bottom: 15px;
}
.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;
    }
  }