/*! Generated by Fontspring (https://www.fontspring.com) on October 10, 2018 
* 
* Fully installable fonts can be purchased at http://www.fontspring.com
*
* The fonts included in this stylesheet are subject to the End User License you purchased
* from Fontspring. The fonts are protected under domestic and international trademark and 
* copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
* distributing this font software.
*
* (c) 2010-2018 Fontspring
*
*
*/
@font-face {
  font-family: 'basic_sanslight';
  src: url('/media/fonts/basicsans-light-webfont.eot');
  src: url('/media/fonts/basicsans-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('/media/fonts/basicsans-light-webfont.woff2') format('woff2'),
    url('/media/fonts/basicsans-light-webfont.woff') format('woff'),
    url('/media/fonts/basicsans-light-webfont.ttf') format('truetype'),
    url('/media/fonts/basicsans-light-webfont.svg#basic_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
  
}
@font-face {
  font-family: 'basic_sansregular';
  src: url('/media/fonts/basicsans-regular-webfont.eot');
  src: url('/media/fonts/basicsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/media/fonts/basicsans-regular-webfont.woff2') format('woff2'),
    url('/media/fonts/basicsans-regular-webfont.woff') format('woff'),
    url('/media/fonts/basicsans-regular-webfont.ttf') format('truetype'),
    url('/media/fonts/basicsans-regular-webfont.svg#basic_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
  
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700);

body,h1,h2,h3,h4,.medium-heading,#mainmenuModule a {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: normal;
}
button, input, select, textarea {
  font-family: 'Open Sans', sans-serif;
}
h1 {
  text-transform: uppercase;
  letter-spacing: 0.175em;
  font-family: 'basic_sanslight','Open Sans', sans-serif;
}
h2,h3,h4,h5,.medium-heading,#mainmenuModule a  {
  font-family: 'basic_sansregular','Open Sans', sans-serif;
}
h2 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 28px;
  line-height: 1.2;
}
h3,.medium-heading {
  text-transform: uppercase;
  letter-spacing: 0.175em;
  font-size: 18px;
}
/* turn on momentum scroll */
.st-content-inner {
  -webkit-overflow-scrolling: touch; 
}
#site-content {
  background-image: none;
}
#mainmenuModule a {
  padding-left: 0;
  padding-right: 10px;
}
#mainmenuModule {
  display: inline-block;
  float: right;
}
#mainmenuModule li:hover, #mainmenuModule li:hover a {
  color: #333;
}
#mainmenuModule > ul li {
  background: #fff;
}
#mainmenuModule li a {
  letter-spacing: 0.125em;
  margin-right: 10px;
  font-weight: normal;
}
#mainmenuModule li li a {
  border-left: 0;
  margin-right: 0;
  transition: none;
}
#mainmenuModule li li:hover {
  background: none;
  background-color: #727D37;
  border-color: #727D37;
  color: #fff;
}
#mainmenuModule li li a:hover {
  background-color: #727D37;
  border-color: #727D37;
  color: #fff;
}
#mainmenuModule > li a.last {
  margin-right: 0;
  background: #C00D0D;
  color: #fff;
  padding-left: 10px;
}
#mainmenuModule > li a.last:hover {
  color: #333;
}
#mainmenuModule li li a.last {
  background: none;
  padding-left: 10px;
  color: #333;
}
#mainmenuModule li.last li a:hover {
  background: #C00D0D;
  color: #fff;
}
#mainmenuModule > li.sfHover, #mainmenuModule > li:hover {
  background: none;
}
#site-key-nav {
  /* font-family:'Basic Sans W00 Regular'; */
  font-family: 'Open Sans', sans-serif;
  text-align: right;
  margin-top: 0;
}
#site-key-nav ul li {
  float: right;
  display: inline-block;
  //background-color: rgba(0,0,0,0.5);
  background-color: #727D37;
  margin-right: 1px;
}
#site-key-nav ul li a {
  font-size: 10px;
  padding: 10px;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  display: inline-block;
  line-height: 20px;
  color: #fff;
}
#site-key-nav ul li #member-login {
  background-color: #C00D0D;
  font-size: 12px;
}
#site-key-nav a:last-child {
  margin-right: 0;
}
#site-key-nav ul #search-wrapper {
  display: none;
}
#site-key-nav ul #site-search a, #site-key-nav ul #site-search.sfHover a {
  opacity: 1;
}
#site-key-nav ul #site-search:hover a, #site-key-nav ul #site-search.sfHover:hover a {
  opacity: 0.4;
}
#search-toggle {
  color: #fff;
}
#site-key-nav #search-toggle svg {
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: top;
}
#site-logo {
  position: relative;
  margin-top:40px;
}
.home .image-container {
  background: none;
  height: auto;
}
.home .image-container img {
  width: 100%;
}
/* fix video container */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  
}
.video-container {
  width: 100%;
}
/* footer */
#site-pre-footer {
  background:url('/media/template-img/jh_scene_fill_landscape_green.png') #727d37 repeat;
  background-size: 600px 390px;
  background-position: left bottom;
  padding-top: 60px;
  padding-bottom: 30px;
}
#site-pre-footer a {
  opacity: 0.8;
}
#site-pre-footer a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}
.footer-menu-header {
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
}
.footer-menu .footer-menu-footer {
  margin-top: 10px;
  padding-left: 0;
}
.footer-strap-copntainer {
  margin-top: 30px;
}
#site-footer {
  background-color: #fff;
  background-image: none;
}
#site-footer .logos img {
  margin-right: 20px;
  height: 60px;
  width: auto;
}
#site-footer .footer-admin-links a {
  color: #727D37;
  display: inline-block;
  margin-right: 20px;
}
/* image header */
#site-header.bg-img-header {
  height: auto;
  min-height: 350px;
  width: 100%;
  /* max-width: 1600px; */
  display: block;
  background-color: #e5e5e5;
  color: #fff;
  padding-bottom: 0;
}
#site-header.bg-img-header h1 {
  position: relative;
}
#site-header.bg-img-header .darken_overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
}
#site-header.bg-img-header #mainmenuModule > li > a {
  color: #fff;
}
#site-header.bg-img-header h1, #site-header.bg-img-header p {
  color: #fff;
}
#site-header a:hover, #site-header a:focus, #site-header a:visited {
  text-decoration: none; 
}
#site-header.bg-img-header a .darken_overlay {
  transition: background-color 0.3s ease; 
}
#site-header.bg-img-header a:hover .darken_overlay {
  background-color: rgba(0,0,0,0.5); 
}
/* tweaks to existing components */
.cell-green {
  background-image: none;
  background-color: #727D37;
}
.cell-green-dark {
  background-image: none;
  background-color: #5A622F;
}
.cell-green:hover a, .cell-green-dark:hover a,.cell-green a:hover, .cell-green-dark a:hover,.home #site-content .cell-green a:hover,.home #site-content .cell-green-dark a:hover {
  color: #fff;
  text-decoration: underline;
}
.label-wrap {
  text-transform: uppercase;
  /* font-family:'Basic Sans W00 Regular'; */
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  letter-spacing: 0.175em;
  font-size: 10px;
}
/* sub nav */
.site-sub-nav ul {
  /* font-family:'Basic Sans W00 Regular'; */
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
}

.site-breadcrumbs ul li a {
  /* font-family:'Basic Sans W00 Regular'; */
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
}
/*  'new' grid */
.grid {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: flex-start;
  -ms-flex-pack: start;
  margin-left: -5px;
  margin-right: -5px;
}
.grid article {
  display: inline-block;
  width: 100%;
  padding: 5px;
  padding-top: 0;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.grid article .content {
  margin-right: 15px;
}
@media screen and (min-width:340px) {
.grid article {
  width: 50%;
}
}
@media screen and (min-width:980px) {
.grid article {
  width: 33.3333%;
}
}
#masthead {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
  display: block;
  padding: 0;
  
}
#masthead #masthead-main {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -ms-flex-align: center;
}
#masthead #site-logo {
  margin: 0;
  float: none;
  right: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 20px;
  width: 200px;
  height: auto;
}
#masthead #site-logo a {
  display: block;
}
#masthead #mainmenuModule {
  margin: 0;
  float: none;
  display: block;
}
#masthead #site-key-nav ul li {
  height: 50px;
  margin: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
}
#masthead #site-key-nav ul li a {
  color: #4a4a4a;
}
#masthead #member-login {
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 3
    color: #fff;
  background-color: #C00D0D;
  text-align: right;
}
#masthead #member-login a {
  color: #fff;
  background-color: #C00D0D;
}
@media screen and (min-width:768px) {
#masthead #masthead-main {
  margin-right: 200px;
}
#masthead #member-login {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
} 
#mainmenuModule li#mainmenuItem-940195a6-7f0d-4092-8f4a-355631466c66 a {
  color: #727D37;
}
#mainmenuModule li#mainmenuItem-940195a6-7f0d-4092-8f4a-355631466c66:hover a {
  color: #333;
}
#mainmenuModule li#mainmenuItem-940195a6-7f0d-4092-8f4a-355631466c66,#mainmenuModule li#mainmenuItem-940195a6-7f0d-4092-8f4a-355631466c66:hover {
  background: none;
}
@media (max-width: 767px) {
#site-header h1, #site-header h2, #site-header h3 {
  padding-right: 0;
}
}
/** more tweaks to add to additional updates css **/
/* hamburger */
#site-key-nav ul {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  margin-right: 15px; 
}
/* mobile nav */
.st-menu ul li a {
  font-family: 'basic_sansregular','Open Sans', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.st-menu h3 {
  background-image: none;
}
/* remove css below to activate member login when ready */
#masthead #member-login {
  display: none; 
}
@media screen and (min-width: 768px) {
#masthead #masthead-main {
  margin-right: 0px;
}
}
@media screen and (min-width: 1200px) {
#site-key-nav {
  width: 200px;
}
#site-key-nav ul {
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
}
/* masthead logo - ie10 */
#masthead #site-logo img {
  width: 100%; 
}
/* index header element */
.bg-img-header .bg-img {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background-size:cover;
  background-position:center;
}
.bg-img-header .overlay-content {
  position: relative;
}
.bg-img-header .overlay-content-inner {
  min-height:350px;
  height: 350px;
  overflow-y: visible;
  width:100%;
  max-width:70%;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  padding:40px 0;
  display:flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  /*
  flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
  justify-content: center;
  -ms-flex-pack: justify;
  align-items: center;
  -ms-flex-align: center;
  */
}
.bg-img-header h3, .bg-img-header h2 {
  color: #fff; 
}
.bg-img-header h3.green, .bg-img-header h2.green {
  color: #727D37;
}
/* search */
#site-search {
  position: relative; 
}
#site-search .search-wrap input {
  width:300px; 
}
#site-search .search-wrap {
  position: absolute;
  right: 40px;
  top: 10px;
  width: 0;
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.3s ease;
}
#site-search.open {
  background-color: #fff !important;
}
#site-search.open .search-wrap {
  width: auto;
  max-width: 500px;
  /* overflow: visible; */
}
.title-container {
  background-color: #fff;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5; 
}
@media screen and (min-width:768px) {
.title-container {
  padding-top: 40px;
}
}

/* updated carousel */
.med-slider .slick-slide img {
  width: 100%;
}

/* utils */
.xs-stack {
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
.xs-stack {
  margin-bottom: 0;
}
}

/* additional re new slider component */
.med-slider .slick-slide {
  outline: none; 
}
.med-slider .slider-nav {
  padding: 5px 5px 0 0; 
}
.med-slider .slider-nav ul {
  margin-left: 0;
}
.med-slider .slider-nav ul li {
  list-style: none;
  display: inline-block;
  padding: 2px;
}
.med-slider .slider-nav ul li:first-child {
  padding-left: 0; 
}
.med-slider .slider-nav ul li button {
  background: transparent;
  font-size: 9px;
  color: #727D37;
  border: 1px solid #e5e5e5;
  outline:none;
  box-shadow: none; 
}
.med-slider .slider-nav ul li.slick-active button {
  color: #000;
  border-color: #e1e1e1;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1); 
}
/* control FOUC */
.med-slider .slides img {
  display: none;
}
.med-slider .slides div:first-child img {
  display: block;
}
.med-slider .slick-slider.slick-initialized img {
  display: block;   
}
/** remove caption on bx slider carousels **/
.bx-wrapper .bx-caption {
  display: none !important; 
}
/** remove corners on floating labels - check concept vis **/
.label-wrap-corner {
  background-image: none !important; 
}
/** edits related to content items **/
.gallery-sidebyside p, .holidays .jh-styled-tabs .nav-tabs a {
  font-family: 'Open Sans', sans-serif; 
}
/** love your castle - re-apply footer style **/
.love-your-castle #site-pre-footer {
  background-image: none;
  text-align: center;
  background-color: #26828C;
  padding-top: 40px;
  padding-bottom: 40px;
}
/** ice age island - re-apply footer style **/
.ice-age-island #site-pre-footer {
  background-image: url(/media/template-img/jh_scene_fill_landscape_green.png);
  background-color: #727d37;
  background-repeat: repeat;
  background-size: 600px 390px;
  background-position: left bottom;
}
.ice-age-island #site-pre-footer p {
  text-align: left; 
}
/** holiday fixes **/
.holidays .st-menu h3 {
  color: #fff; 
}

.InvalidPasswordPanel {
  color: #C00D0D;
}