@charset "utf-8";
/* CSS Document */
/* 
Green: #758542  117,133,66
*/

#covid19 {
  background: #F7CF0F;
  padding: 8px 0 8px 0;
  font-size: 1.0rem;
  line-height: 1.2rem;
  border-bottom: 1px solid #333;
  color: #333;
}
#covid19 a {
  font-size: .8rem;
  line-height: .8rem;
  display: inline-block;
  background: #555;
  color: #FFF;
  padding: 6px 24px 6px 24px;
  border-radius: 4px;
  border: 1px solid #FFF;
}
#covid19 a:hover,#covid19 a:focus {
  text-decoration: none;
  background: #000;
}

/* TOP OF PAGE OFFSET
-----------------------------------------------------------------------------*/
.topOffset {
  padding-top: 120px;
}
#topOffsetAdmin {
  padding-top: 150px;
}
#admin {
  display: block;
}
#admin-mobile {
  display: none;
}
#slide2 {
  background: #FFF;
  padding: 12px 0 48px 0;
}
/* Forms
-----------------------------------------------------------------------------*/
.buttons {
  overflow: hidden;
}
.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, button:focus, .buttons a:focus {
  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, .buttons a.positive:focus, button.positive:focus {
  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, .buttons a.negative:focus, button.negative:focus {
  background: #FBC2C4;
  color: #D12F19;
}
.req {
  color: #F00;
}
#ADDRESS2label {
  display: none;
}
#ADDRESS2 {
  display: none;
}
.bigBtn {
  display: inline-block;
  padding: 6px 12px 6px 12px;
  margin: 6px 16px 6px 0;
  min-width: 160px;
  background: rgba(117, 133, 66, 1);
  color: #FFF;
  text-align: center;
  border: 1px solid #FFF;
  -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;
}
.bigBtn img {
  width: 12px;
  float: right;
  padding: 2px 0 0 0;
}
.bigBtn:hover, .bigBtn:focus {
  background: rgba(0, 0, 0, .6);
  color: #FFF;
  text-decoration: none;
}
/* Sub-page Box
-----------------------------------------------------------------------------*/
.subpageBox {
  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;
  margin: 0 0 24px 0;
  text-align: center;
  color: #FFF;
  border: 1px solid #FFF;
}
.subpageBox:hover, .subpageBox:focus {
  text-decoration: none;
  background: rgba(0, 0, 0, .2);
}
.subpageBox div {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 200px;
}
.subpageBox h3 {
  font-weight: 200;
  color: #FFF;
  margin: 12px 0 0 0;
  padding: 0 0 12px 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.subpageBox p {
  font-weight: 200;
  color: #FFF;
  margin: -9px 0 0 0;
  padding: 0 0 12px 0;
  font-size: .9rem;
  line-height: 1.1rem;
  font-style: italic;
}
/* Project Box
-----------------------------------------------------------------------------*/
#portfolio {
  padding: 60px 0 60px 0;
  background-color: #758542;
  background-image: url('../../media/static/images/bg-green-topo2.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.projectBox {
  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;
  margin: 0 0 24px 0;
  text-align: center;
  color: #FFF;
  border: 1px solid #FFF;
  /*
  border: 1px solid #222;
  background: #FFF;
  */
}
.projectBox:hover, .projectBox:focus {
  text-decoration: none;
  background: rgba(0, 0, 0, .2);
}
.projectBox div {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 160px;
}
.projectBox h3 {
  font-weight: 200;
  color: #FFF;
  margin: 12px 0 0 0;
  padding: 0 0 12px 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
  min-height: 48px;
}
.projectBox p {
  font-weight: 200;
  color: #FFF;
  margin: -9px 0 0 0;
  padding: 0 0 12px 0;
  font-size: .9rem;
  line-height: 1.1rem;
  font-style: italic;
}

/* FAQs
-----------------------------------------------------------------------------*/
.faqLetter {
  width: 2%;
  float: left;
  color: #758542;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 100;
  margin: 0 2% 6px 0;
  padding: 0 2% 0 0;
}
.faqBody {
  width: 89%;
  float: left;
  border-left: 1px solid #CCC;
  padding: 0 0 0 2%;
  margin: 0 0 0 2%;
}

/* VIDEOS - Responsive
-----------------------------------------------------------------------------*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: auto;
  border: 1px solid #DDD;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* TEXT STYLES
-----------------------------------------------------------------------------*/
.hgroup {
  margin: 0 0 36px 0;
  padding: 0 0 0 0;
}
.intro { /* Used in Page Intros */
  font-size: 1.6rem;
  line-height: 2.0rem;
  margin: 0 0 36px 0;
  padding: 0 0 0 0;
  color: #555;
  text-align: center;
}
#INTRO {
  font-size: 1.6rem;
  line-height: 2.0rem;
  color: #555;
}
.intro2 { /* Used in Section Intros */
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 0px 0px 16px 0px;
  padding: 0px 0px 0px 0px;
  color: #888;
}
#INTRO2 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #888;
}
.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;
}
/*--------------- SLIDE 4: Portfolio --------------------*/
.slide4 {
  padding: 60px 0 60px 0;
  background-color: #758542;
  background-image: url('../../media/static/images/bg-green-topo2.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.slide4 h2 {
  text-align: center;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  padding: 0 0 12px 0;
  margin: 0 0 36px 0;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.0rem;
  text-transform: uppercase;
}
/* 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;
}
/* SERVICES
-----------------------------------------------------------------------------*/
.services {
  overflow: hidden;
  text-align: center;
}
.services img {
  height: 48px;
  margin: 0 0 12px 0;
}
.services h2 {
  color: #FFF;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #FFF;
  margin: 0 0 18px 0;
  padding: 0 0 18px 0;
}
.services a {
  color: #FFF;
  -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;
}
.services a:hover, .services a:focus {
  letter-spacing: 1px;
  text-decoration: none;
}
.services ul {
  text-align: left;
}
/* STAFF
-----------------------------------------------------------------------------*/
#staff {
  padding: 60px 0 60px 0;
  background-color: #758542;
  background-color: #999;
  background-image: url('../../media/static/images/bg-gray-topo.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
#staff h2 {
  text-align: center;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  padding: 0 0 12px 0;
  margin: 0 0 36px 0;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.0rem;
  text-transform: uppercase;
}
/* Sub-page Box
-----------------------------------------------------------------------------*/
.staffBox {
  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;
  margin: 0 0 24px 0;
  text-align: center;
  color: #FFF;
  border: 1px solid #FFF;
  /*
  border: 1px solid #222;
  background: #FFF;
  */
}
.staffBox:hover, .staffBox:focus {
  text-decoration: none;
  background: rgba(0, 0, 0, .2);
}
.staffBox div {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 160px;
}
.staffBox h3 {
  font-weight: 200;
  color: #FFF;
  margin: 12px 0 0 0;
  padding: 0 0 12px 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.staffBox p {
  font-weight: 200;
  color: #FFF;
  margin: -9px 0 0 0;
  padding: 0 0 12px 0;
  font-size: .9rem;
  line-height: 1.1rem;
  font-style: italic;
}
/* 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: 8px;
  margin: 0 0 0 0;
  background: rgba(0, 0, 0, .04);
  overflow: hidden;
}
.toggleTitle h2 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #68783B;  
}
.toggleTitle:hover, .toggleTitle:focus {
  padding: 8px 12px 8px 12px;
  background: rgba(0, 0, 0, .1);
  text-decoration: none;
}
.toggleTitle span {
  display: inline-block;
  float: right;
  font-style: normal;
}
.toggleDiv {
  overflow: hidden;
  margin: 0 0 12px 0;
  background: rgba(0, 0, 0, .02);
  padding: 18px;
  border-bottom: 1px solid #CCC;
}
.toggleDiv img {
  width: 12px;
  margin: 0 0 0 8px;
}
.toggleDiv span {
  color: #444;
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: normal;
}
.toggleDiv img {
  width: 12px;
  margin: 2px 6px 0 0;
  float: right;
}
/* 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: 33.33333%;
  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;
  }
  .container {
    width: 700px;
  }
  .mediaElements {
    width: 100%;
    margin: 0 0 0 0;
    float: none;
  }
}
/* Desktop (medium)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 749px) {
  html {
    font-size: 14px;
  }
  #admin {
    display: none;
  }
  #admin-mobile {
    display: block;
  }
  .container {
    width: 500px;
  }
  footer {
    text-align: center;
  }
  [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%;
  }
}
/* Mobile
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 549px) {
  html {
    font-size: 14px;
  }
  .topOffset {
    padding-top: 45px;
  }
  #topOffsetAdmin {
    padding-top: 70px;
  }
  #navClick {
    display: none;
  }
  #navTouch {
    display: block;
  }
  .container {
    width: 88%;
    margin: 0 21px 0 21px;
  }
  #breadcrumb {
    display: none;
  }
  [class*="span"] {
    margin-left: 0;
  }
  [class*="span"]:first-child {
    margin-left: 0;
  }
  .footer-contact {
    text-align: center;
  }
  ul#menuFtr {
    display: none;
  }
}