/* Font Families */

@font-face {
  font-family: 'lazing_on_a_sunny_afternoon';
  src: url('/fonts/lazing_on_a_sunny_afternoon-webfont.woff2') format('woff2'),
       url('/fonts/lazing_on_a_sunny_afternoon-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Site Styles */

body {
  margin: 0px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  text-align: center;
  background: #FFFFFF;
}

h1 {
  margin: 0px;
  color: #494949;
  font-family: 'lazing_on_a_sunny_afternoon', cursive;
  font-size: 52px;
  font-weight: 400;
  letter-spacing: 1px;
}

h2 {
	font-size: 22px;
}

h3 {
  padding: 0px 0px 5px 0px;
  border-bottom: 1px solid #F1F1EB;
}

h4 {
}

h5 {
}

h6 {
}

a {
  color: #5E9541;
  text-decoration: none;
}

a:hover {
  color: #454545;
  text-decoration: underline;
}

#wrapper {
  text-align: center;
}

#container {
}

#inner {
}

#header-top {
  padding: 7px 0px;
  background: #5E9541;
}

#header-top-outer {
}

#header-top-inner {
  position: relative;
  text-align: right;
}

#header-logo {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9999;
}

a#link-home {
  display: block;
}

a#link-home img {
  display: block;
}

span#top-hours,
span#top-phone,
span#top-links,
span#top-search {
  display: inline-block;
  margin: 0px 0px 0px 30px;
  color: #FFFFFF;
  vertical-align: middle;
}

span#top-links a {
  color: #FFFFFF;
  text-decoration: none;
}

span#top-links a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

span#top-search {
}

span#top-search .search-form {
}

span#top-search .search-field {
  position: relative;
  cursor: pointer;
  width: 0;
  height: 28px;
  margin: 3px 0px;
  padding: 0px 0px 0px 34px;
  background-color: transparent;
  background-image: url('/images/button-search-go.png');
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
}

span#top-search .search-field:focus {
  width: 140px;
  background-color: #FFFFFF;
  background-image: url('/images/button-search-go-green.png');
  cursor: text;
  outline: 0;
}

span#top-search .search-submit {
  display: none;
}

#header-bottom {
  height: 113px;
  background: #FFFFFF;
}

#header-bottom-outer {
}

#header-bottom-inner {
  text-align: right;
}

#navigation {
  float: right;
  padding: 20px 0px;
  text-align: left;
}

#content {
}

#footer {
  color: #8E8E8E;
  line-height: 1.6em;
}

#footer-outer {
}

#footer-inner {
}

#footer-top {
  padding: 30px 0px;
  border: 1px solid #D9D7C4;
  border-width: 1px 0px;
}

#footer a {
  color: #8E8E8E;
  text-decoration: none;
}

#footer a:hover {
  color: #333333;
  text-decoration: underline;
}

#footer p {
  margin: 0px;
}

#footer p.footer-heading {
  margin: 0px 0px 5px 0px;
  color: #5F826D;
  font-size: 15px;
  font-weight: 700;
}

#footer p.footer-heading a {
  color: #5F826D;
  text-decoration: none;
}

#footer div.footer-box {
}

#footer ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#footer-social-media {
  margin: 0px 0px 15px 0px;
}

#footer-social-media a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0px 5px 0px 0px;
  color: #FFFFFF;
  font-size: 19px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  background: #BDCE83;
  border-radius: 50%;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.2);
}

#footer-social-media a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#footer-social-media a i.fa {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

#footer-social-media a i.fa-google:before {
  content: "\f0d5";
}

#footer-social-media a i.fa-pinterest:before {
  content: "\f231";
}

#footer-social-media a span.social-media-text {
  display: none;
}

#footer-bottom {
  padding: 15px 0px 45px 0px;
  font-size: 12px;
}

#footer-bottom-left {
  float: left;
  text-align: left;
}

#footer-bottom-right {
  float: right;
  text-align: right;
}

#footer span.powered-by,
#footer span.powered-by a,
#footer span.powered-by a:hover {
}

div.clearfloats {
  display: block;
  clear: both;
}

/* Layout Classes */

div.div-outer {
  width: 1100px;
  margin: 0px auto;
  text-align: left;
}

div.div-inner {
}

/* Responsive Embed Styles */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* News Styles */

#category-list {
  margin: 10px 0px;
  padding: 5px;
  text-align: right;
  background: #EFEFEF;
}

select#category-list-select {
  padding: 2px;
  border: 1px solid #CCCCCC;
}

div.news-article,
div.event-article {
  margin: 0px 0px 20px 0px;
}

div.news-title,
div.event-title {
  font-size: 16px;
  line-height: 1.4em;
}

div.news-title:before {
  content: "\00BB";
  margin: 0px 5px 0px 0px;
}

div.news-title a,
div.event-title a {
  text-decoration: none;
}

div.news-date,
div.event-date {
  padding: 1px 0px;
  font-style: italic;
  line-height: 1.4em;
}

div.news-keywords {
  margin: 2px 0px;
}

div.news-spoiler,
div.event-spoiler {
  line-height: 1.4em;
}

div.pagination {
  line-height: 24px;
  padding: 5px;
}

div.pagination span {
  display: block;
  margin: 3px;
}

div.pagination a {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 3px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  background: #E9E9E9;
  border: solid 1px #C0C0C0;
  border-radius: 3px;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .8), 0px 1px 3px rgba(0, 0, 0, .1);
}

div.pagination a.current-page {
  color: #F0F0F0;
  background: #616161;
  border: solid 1px #616161;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .8);
}

/* Table Styles */

table.table-list {
  width: 100%;
  border-collapse: collapse;
}

table.table-list tr {
  border: 1px solid #CCCCCC;
}

table.table-list tr.row-headings {
  border: 1px solid #CCCCCC;
}

table.table-list th {
  padding: 8px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  background: #F1F1EB;
  border-right: 1px solid #CCCCCC;
}

table.table-list td {
  padding: 8px;
  vertical-align: top;
  background-color: #FFFFFF;
  border-right: 1px solid #CCCCCC;
}

table.table-vertical-middle td {
  vertical-align: middle;
}

table.table-list th.align-left,
table.table-list td.align-left {
  text-align: left;
}

table.table-list th.align-center,
table.table-list td.align-center {
  text-align: center;
}

table.table-list th.align-right,
table.table-list td.align-right {
  text-align: right;
}

table.table-list tr:nth-child(odd) td {
  background-color: #FFFFFF;
}

table.table-list tr:nth-child(even) td {
  background-color: #F4F4F4;
}

/* Responsive Table Styles */

@media only screen and (max-width: 1024px) {
  table.table-responsive {
    font-size: 12px;
  }

  table.table-responsive thead {
    display: none;
  }

  table.table-responsive tr {
    display: block;
    margin: 0px 0px 10px 0px;
  }

  table.table-responsive tr.row-headings {
  }

  table.table-responsive tr.row-headings th {
  }

  table.table-responsive tr.sub-headings {
  }

  table.table-responsive tr.sub-headings th {
    display: block;
  }

  table.table-responsive td {
    display: block;
    text-align: right !important;
    border: 1px dotted #CCCCCC;
    border-width: 0px 0px 1px 0px;
  }

  table.table-responsive td:last-of-type {
    border: 0px;
  }

  table.table-responsive td.column-hidden {
    display: none;
  }

  table.table-responsive td:before {
    content: attr(data-th) ": ";
    float: left;
    margin: 0px 10px 0px 0px;
    font-weight: bold;
    text-align: left;
  }

  table.table-responsive td[data-th=""]:before {
    display: none;
  }
}