@charset "utf-8";
/* CSS Document */
/*
#3C664D 60,102,77   Green
#DFDAD3 223,218,211 Tan

font-family: "lato",sans-serif;
font-family: "alternate-gothic-no-1-d";
font-family: "scriptorama-tradeshow-jf";
*/
/*
/*
/*
/*
/*
/*
/*
/* HEADER: Notice
-----------------------------------------------------------------------------*/
#notice {
  background: #D86D00;
  color: #FFF;
  text-align: center;
  padding: 12px 0 12px 0;
  font-size: 1.0rem;
  line-height: 1.1rem;
}
#notice a {
  color: #FFF;
  text-decoration: underline;
}
#notice a:hover, #notice a:focus {
  text-decoration: none;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal h2 {
  color: #3C664D;
  display: inline-block;
  font-size: 3.0rem;
  line-height: 3.2rem;
  font-weight: 400;
  margin: 0 0 6px 0;
}
.modal button {
  border: none;
  background: none;
  float: right;
  padding: 0;
  margin: 0;
  font-size: 3.0rem;
  line-height: 3.2rem;
  font-weight: 100;
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 24px;
  border: 1px solid #888;
  width: 40%;
  border-radius: 12px;
}
.noticeImg {
  height: 40vh;
  background-size: cover;
  background-position: center center;
  border-radius: 6px;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/*
/*
/*
/*
/*
/*
/*
/* HEADER: Global
-----------------------------------------------------------------------------*/
.navBar {
  display: block;
  background: #FFF;
  overflow: visible;
  position: relative;
  height: 84px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.45);
  -ms-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.45);
  -o-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.45);
}
#navClick {
  display: block;
}
#navClick.small {
  height: 36px;
}
#navTouch {
  display: none;
}
.NewAdminItem {
  background: #EFEFEF;
  border-bottom: #CCC;
  display: block;
  overflow: hidden;
}
/*
/*
/*
/*
/*
/*
/*
/* HEADER: Logo Bar
-----------------------------------------------------------------------------*/
#logo img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 84px;
  margin: 12px 0 0 0;
}
#logo img:hover {
  -webkit-transform: scale(.95);
  -moz-transform: scale(.95);
  -ms-transform: scale(.95);
  -o-transform: scale(.95);
  transform: scale(.95);
}
#logo img.small {
  height: 40px;
  width: auto;
  margin: 2px 0 0 0;
}
/*
/*
/*
/*
/*
/*
/*
/* Full-screen: Main nav
-----------------------------------------------------------------------------*/
#headerPhone {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding: 0 0 6px 0;
  margin: 0 0 6px 0;
  text-align: right;
  border-bottom: 1px solid #CCC;
}
#headerPhone.small {
  margin-top: -40px;
}
#headerPhone a {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding: 4px 10px 4px 10px;
  background: #3C664D;
  display: inline-block;
  color: #FFF;
}
#headerPhone a:hover, #headerPhone a:focus {
  background: #333;
  text-decoration: none;
}
#headerPhone img {
  width: 12px;
  padding: 0 6px 0 0;
}
#menu {
  padding: 0;
  margin: 0 0 0 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  list-style: none;
}
#menu li {
  display: inline-block;
  float: right;
}
#menu li a {
  text-decoration: none;
  color: #3C664D;
  padding: 10px 12px 10px 12px;
  margin: 0 0 0 0;
  display: block;
  text-transform: uppercase;
  font-family: "alternate-gothic-no-1-d";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#menu.small {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin: 0;
}
#menu li a.small {
  padding: 8px;
}
#menu li a:hover {
  background: #DFDAD3;
  color: #3C664D;
}
#menu li {
  position: relative;
  padding: 0;
  margin: 0;
}
/*
/*
/*
/*
/*
/*
/*
/* Weedly Ad
-----------------------------------------------------------------------------*/
#weeklyAd {
  float: right;
  width: 130px;
  height: 124px;
  margin: -36px 0 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#weeklyAd img {
  width: 100%;
}
#weeklyAd:hover, #weeklyAd:focus {
  margin: -24px 0 0 0;
}
#weeklyAd.small {
  margin: -124px 0 0 0;
}
/*
/*
/*
/*
/*
/*
/*
/* Anchor Navigation
-----------------------------------------------------------------------------*/
#anchorNav {
  display: block;
  background-color: #3C664D;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  padding: 60px 0 60px 0;
  text-align: center;
  overflow: hidden;
  color: #FFF;
  font-family: "alternate-gothic-no-1-d";
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: normal;
}
#anchorNav strong {
  display: block;
  font-family: "scriptorama-tradeshow-jf";
  font-size: 3.4rem;
  line-height: 3.6rem;
  font-weight: normal;
  margin-bottom: 12px;
}
#anchorNav a {
  color: #FFF;
  display: inline-block;
  padding: 10px 8px 6px 8px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#anchorNav a:hover {
  background: rgba(255, 255, 255, .2);
  text-decoration: none;
}
/*
/*
/*
/*
/*
/*
/*
/* Full-screen: Footer nav
-----------------------------------------------------------------------------*/
#menuFooter {
  font-family: "alternate-gothic-no-1-d";
  margin: 12px 0 0 0;
  padding: 12px 0 0 0;
  font-size: 1.2rem;
  line-height: 1.2rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  list-style: none;
  border-top: 1px solid #FFF;
  display: block;
  overflow: hidden;
}
#menuFooter li {
  display: inline-block;
  float: right;
}
#menuFooter li a {
  text-decoration: none;
  color: #FFF;
  padding: 6px 12px 6px 12px;
  margin: 0 3px 0 3px;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid rgba(60, 102, 77, 1);
}
#menuFooter li a:hover {
  background: rgba(0, 0, 0, .2);
  color: #FFF;
}
#menuFooter li {
  position: relative;
  padding: 0;
  margin: 0;
}
/*
/*
/*
/*
/*
/*
/*
/* Full-screen: Admin Panel nav
-----------------------------------------------------------------------------*/
#adminMenu {
  color: #222;
  font-size: .85rem;
  float: right;
  width: 120px;
  padding: 6px;
  min-height: 30px;
  background: rgba(255, 255, 255, .7);
}
#admin {
  background: #222;
  color: #AAA;
  overflow: hidden;
  font-size: .85rem;
  line-height: .85rem;
}
ul#admin-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#admin-nav li {
  display: inline;
  float: right;
  margin: 0;
  padding: 0;
}
ul#admin-nav img {
  width: 18px;
}
ul#admin-nav li a {
  padding: 6px 8px 0 8px;
  min-height: 24px;
  display: block;
}
/*
/*
/*
/*
/*
/*
/*
/* Mobile
-----------------------------------------------------------------------------*/
#mNavBar {
  overflow: hidden;
}
#mIcons {
  width: 20%;
  overflow: hidden;
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
#flip {
  cursor: pointer;
  display: block;
  padding: 8px;
  margin-top: 18px;
  background-image: url('../../media/static/images/hamburger-off.svg');
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#phoneIcon {
  width: 20%;
  float: left;
  text-align: center;
  padding: 12px 0 0 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
#phoneIcon a:hover, #phoneIcon a:focus {
  opacity: .7;
  text-decoration: none;
}
#mLogo {
  padding: 0 0 0 0;
  width: 60%;
  float: left;
  text-align: center;
}
#mLogo img {
  height: 54px;
  padding: 4px 0 0 0;
  margin: 0 0 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#mLogo img:hover {
  -webkit-transform: scale(.95);
  -moz-transform: scale(.95);
  -ms-transform: scale(.95);
  -o-transform: scale(.95);
  transform: scale(.95);
}
#mMenu {
  display: none;
  padding: 0 0 0 0;
  margin: -14px 0 24px 0;
  background: #3C664D;
}
ul#mSubMenu {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
ul#mSubMenu li {
  list-style-type: none;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}
ul#mSubMenu li a {
  text-decoration: none;
  color: #FFF;
  padding: 8px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul#mSubMenu li a:hover {
  background: rgba(255, 255, 255, .1);
  color: #FFF;
}
/*
/*
/*
/*
/*
/*
/* Social Links
-----------------------------------------------------------------------------*/
#socialLinks {
  margin: 0 2% 12px 0;
  padding: 0 0 0 0;
  overflow: hidden;
  text-align: right;
}
#socialLinks a img {
  margin: 0 0 0 8px;
  width: 30px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  border: 0px solid #000;
}
#socialLinks a:hover img {
  -webkit-transform: scale(.90);
  -moz-transform: scale(.90);
  -ms-transform: scale(.90);
  -o-transform: scale(.90);
  transform: scale(.90);
}
#mailChimp {
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
  overflow: hidden;
  width: 40%;
  float: left;
}
/*
/*
/*
/*
/*
/*
/* Big Buttons
-----------------------------------------------------------------------------*/
.bigBtn {
  display: inline-block;
  padding: 12px 24px 12px 24px;
  margin: 18px 6px 24px 6px;
  background: #3C664D;
  font-family: "alternate-gothic-no-1-d";
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 0 0;
}
.bigBtn:hover {
  background: #DFDAD3;
  color: #3C664D;
  text-decoration: none;
}
/*
/*
/*
/*
/*
/*
/* Breadcrumb
-----------------------------------------------------------------------------*/
#breadcrumb {
  font-size: 0.9rem;
  line-height: 1.1rem;
  margin: 0px 0 12px 0;
}
#breadcrumb a {
  margin-right: 10px;
  padding-right: 20px;
  color: #666;
  background: url('../../media/static/images/breadcrumb.svg') no-repeat right;
}
/*
/*
/*
/*
/*
/*
/* Skip to Main Content
-----------------------------------------------------------------------------*/
#skip a, #skip a:hover, #skip a:visited {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#skip a:active, #skip a:focus {
  position: static;
  width: auto;
  height: auto;
}