@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";
*/

/* TOP OF PAGE OFFSET
-----------------------------------------------------------------------------*/
.topOffset {
  padding-top: 84px;
}
#topOffsetAdmin {
  padding-top: 104px;
}
#admin {
  display: block;
}
#slide2 {
  background: #FFF;
  padding: 12px 0 48px 0;
}
/* Forms
-----------------------------------------------------------------------------*/
.buttons a, .buttons button {
  -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;
  display: inline-block;
  float: left;
  text-align: center;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  padding: 6px; /* Links */
}
.buttons button {
  overflow: visible;
  padding: 6px; /* IE6 */
}
.buttons button[type] {
  padding: 6px; /* Firefox */
  line-height: .7rem; /* Safari */
}
*:first-child+html button[type] {
  padding: 6px; /* IE7 */
}
.buttons button img, .buttons a img {
  margin: 0;
  padding: 0;
  border: none;
  width: 14px;
  height: 14px;
}
/* ADMIN BUTTONS: Standard */
button, .buttons a {
  background: #B8CDEA;
  border: 1px solid #96B2DB;
  color: #196DB6;
}
button:hover, .buttons a:hover {
  background: #96B2DB;
  color: #196DB6;
}
/* ADMIN BUTTONS: Positive */
button.positive, .buttons a.positive {
  background-color: #E6EFC2;
  border: 1px solid #C6D880;
  color: #529214;
}
.buttons a.positive:hover, button.positive:hover {
  background: #C6D880;
  color: #529214;
}
/* ADMIN BUTTONS: Negative */
.buttons a.negative, button.negative {
  background: #FBE3E4;
  border: 1px solid #FBC2C4;
  color: #D12F19;
}
.buttons a.negative:hover, button.negative:hover {
  background: #FBC2C4;
  color: #D12F19;
}
.req {
  color: #F00;
}
#ADDRESS2label {
  display: none;
}
#ADDRESS2 {
  display: none;
}
#CAPTCHA {
  border: 1px solid #CCC;
  width: 100%;
  height: 33px;
  max-width: 120px;
}
/* Sub-page Box
-----------------------------------------------------------------------------*/
.subpageBox {
  display: block;
  border: 1px solid rgba(255,255,255,1);
  background: rgba(255,255,255,.4);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 0 0 24px 0;
}
.subpageBox:hover {
  text-decoration: none;
  background-position: bottom;
  background-repeat: repeat-x;
  border: 1px solid #3C664D;
  background: rgba(255,255,255,1);
}
.subpageBox div {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 160px;
}
.subpageBox h3 {
  font-weight: 600;
  color: #3C664D;
  margin: 10px 0;
  padding: 0 20px 0 20px;
}
.subpageBox p {
  min-height: 80px;
  padding: 0 20px 0 20px;
}
/* Sub-page Box
-----------------------------------------------------------------------------*/
.productBox {
  display: block;
  border: 1px solid #DDD;
  background: rgba(255,255,255,.1);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 0 0 24px 0;
}
.productBox em {
  padding: 0 0 6px 0;
  margin: 12px auto 6px auto;
  font-style: normal;
  display: block;
  width: 75%;
  text-align: center;
  letter-spacing: 2px;
  font-size: .7rem;
  line-height: .7rem;
  text-transform: uppercase;
  color: #999;
  border-bottom: 1px solid #DDD;
}
.productBox h3 {
  text-align: center;
  font-weight: 600;
  color: #3C664D;
  margin: 0 0 0 0;
  padding: 0 12px 12px 12px;
}
.productBox div {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 180px;
  background-color: #EFEFEF;
  margin-bottom: 12px;
}
.productBox p {
  padding: 0 18px 6px 18px;
  margin: 0 0 0 0;
  font-size: .8rem;
  line-height: 1.2rem;
}
/* VIDEOS - Responsive
-----------------------------------------------------------------------------*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: auto;
  margin-bottom: 6px;
  border: 1px solid #DDD;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* TEXT STYLES
-----------------------------------------------------------------------------*/
.hgroup {
  margin: 0px 0px 18px 0px;
  padding: 0px 0px 18px 0px;
}
.intro {	/* Used in Page Intros */
  font-size: 1.4rem;
  line-height: 2.0rem;
  margin: 0px 0px 24px 0px;
  padding: 0px 0px 0px 0px;
  color: #666;
}
#INTRO {
  font-size: 1.4rem;
  line-height: 2.0rem;
  color: #666;
}
.intro2 {	/* Used in Section Intros */
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 0px 0px 16px 0px;
  padding: 0px 0px 0px 0px;
  color: #666;
}
#INTRO2 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #666;
}
.fineprint {
  font-size: 0.7rem;
  line-height: 1.1rem;
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
}
.footnote {
  font-size: 0.7rem;
  line-height: 1.1rem;
  border-top: 1px solid #CCC;
  margin-top: 36px;
  padding-top: 6px;
}
.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}
#byline {
  font-size: .8rem;
  text-align: right;
  margin: -15px 0 12px 0;
}
/* SIDEBAR
-----------------------------------------------------------------------------*/
#sidebar {
  margin-top: 50px;
  background: #EEE;
  padding: 20px 20px 10px 20px;
  border: 1px solid #CCC;
}
#sidebar h4 {
  margin: 0 0 6px 0;
  padding: 0 0 0 0;
}
#sidebar p {
  font-size: .8rem;
  line-height: 1.2rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.sideItem {
  border-bottom: 1px dotted #CCC;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
/* FOOTER
-----------------------------------------------------------------------------*/
#ftr1 {
  text-align: center;
  display: block;
}
#ftr1 img {
  margin: 0 0 12px 0;
  max-width: 120px;
}
#ftr2 {
  text-align: right;
}
/* TOGGLE Sections
-----------------------------------------------------------------------------*/
.toggleTitle {
  cursor: pointer;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 0 0 6px 0;
  margin: 12px 0 6px 0;
  border-bottom: 1px solid rgba(60,102,77,.2);
  color: #3C664D;
  overflow: hidden;
}
.toggleTitle:hover {
  padding: 0 0 6px 4px;
  border-bottom: 1px solid rgba(60,102,77,.6);
}
.toggleDiv {
  overflow: hidden;
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid rgba(60,102,77,.2);
}
/* MEDIA ELEMENTS
-----------------------------------------------------------------------------*/
.mediaElements {
  width: 40%;
  float: right;
  margin: 0 0 24px 24px;
  font-size: .9rem;
  line-height: 1.1rem;
}
.mediaElements h3 {
  font-size: .9rem;
  line-height: 1.1rem;
  margin: 0 0 2px 0;
  padding: 0 0 0 0;
}
.mediaElements p {
  font-size: .9rem;
  line-height: 1.1rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.mediaElements ul {
  margin: 0 0 0 12px;
}
.mediaElements li {
  margin: 0 0 12px 0;
}
.mediaElements img {
  width: 100%;
  margin: 0 0 6px 0;
  padding: 0 0 0 0;
}
/* LAYOUT - COLUMNS
-----------------------------------------------------------------------------*/
.container {
  margin: 0 auto 0 auto;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 1100px;
}
[class*="span"] {
  margin-left: 2.12766%;
  float: left;
}
[class*="span"]:first-child {
  margin-left: 0;
}
.span1 {
  width: 6.38298%;
}
.span2 {
  width: 14.89362%;
}
.span3 {
  width: 23.40426%;
}
.span4 {
  width: 31.91489%;
}
.span4x {
  width: 30%;
	margin-left: 0;
}
.span5 {
  width: 40.42553%;
}
.span6 {
  width: 48.93617%;
}
.span6x {
  width: 50%;
	margin-left: 0;
}
.span7 {
  width: 57.44681%;
}
.span8 {
  width: 65.95745%;
}
.span8x {
  width: 70%;
	margin-left: 0;
}
.span9 {
  width: 74.46809%;
}
.span10 {
  width: 82.97872%;
}
.span11 {
  width: 91.48936%;
}
.span12 {
  width: 100%;
}

/* Desktop (large)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 1100px) {
html {
  font-size: 14px;
}
.container {
  width: 1000px;
}
}

/* Desktop (regular)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1099px) {
html {
  font-size: 14px;
}
.topOffset {
  padding-top: 45px;
}
#topOffsetAdmin {
  padding-top: 70px;
}
.navBar {
  height: 48px;
}
#navClick {
  display: none;
}
#navTouch {
  display: block;
}
#weeklyAd {
  display: none;
}
.container {
  width: 700px;
}
#menuFooter {
  text-align: center;
}
#menuFooter li {
  float: left;
}

#mailChimp {
  width: 100%;
}
.mediaElements {
  width: 100%;
  margin: 0 0 0 0;
  float: none;
}
.productBox div {
  height: 120px;
}
}

/* Desktop (medium)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 749px) {
html {
  font-size: 14px;
}
.container {
  width: 500px;
}
#socialLinks {
  text-align: center;
}
.productBox div {
  height: 280px;
}
[class*="span"] {
  margin-left: 0;
}
[class*="span"]:first-child {
  margin-left: 0;
}
.span1 {
  width: 100%;
}
.span2 {
  width: 100%;
}
.span3 {
  width: 100%;
}
.span4 {
  width: 100%;
}
.span4x {
  width: 100%;
}
.span5 {
  width: 100%;
}
.span6 {
  width: 100%;
}
.span6x {
  width: 100%;
}
.span7 {
  width: 100%;
}
.span8 {
  width: 100%;
}
.span8x {
  width: 100%;
}
.span9 {
  width: 100%;
}
.span10 {
  width: 100%;
}
.span11 {
  width: 100%;
}
.span12 {
  width: 100%;
}
#socialLinks ul{
  text-align: center;
    
}
#ftr2 {
  padding: 24px 0 0 0;
  text-align: center;
}    
}

/* Mobile
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 549px) {
html {
  font-size: 14px;
}
.container {
  width: 88%;
}
#socialLinks {
  text-align: center;
}
#breadcrumb {
  display: none;
}
#ftr2 {
  padding: 24px 0 0 0;
  text-align: center;
}
[class*="span"] {
  margin-left: 0;
}
[class*="span"]:first-child {
  margin-left: 0;
}
#footer-contact {
  text-align: center;
}
ul#menuFtr {
  display: none;
}
}
