@media (min-width: 841px) {
  html {
    overflow-y: scroll;
  }
  body {
    font-size: 87.5%;
    max-width: 980px;
    min-height: 800px;
  }
}
@media (max-width: 840px) {
  body {
    font-size: 81.25%;
  }
}
html {
  background-color: #e0e0e0;
}
body {
  color: #202020;
  background-color: #ffffff;
  font-family: Verdana, sans-serif;
  line-height: 1.5;
/*  padding: 16px;*/
  margin: 0 auto;
}

header {
  text-align: left;
  padding: 16px;
/*  margin-bottom: 1em;*/
}
@media (max-width: 840px) {
  header {
    display: inline-block;
    margin: 0 auto;
  }
}
header a {
  text-decoration: none;
}

@media (min-width: 841px) {
  .small-screen {
    display: none;
  }
  .large-screen {
  }
}
@media (max-width: 840px) {
  .small-screen {
  }
  .large-screen {
    display: none;
  }
}

@media (min-width: 841px) {
  #l-menu {
    background-color: #f0f0f0;
    padding: 0;
    border-width: 2px 0;
    border-style: solid;
    border-color: #b8ce45;
    margin-bottom: 0.5em;
  }

  #l-menu ul, #l-menu li {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  #l-menu a {
    display: block;
    color: #202020;
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    padding: 0.65em 16px;
    border: 0;
    transition: all 0.2s linear 0s;
  }
  #l-menu a:hover, #l-menu a.selected {
    color: #202020;
    background-color: #b8ce45;
  }

  #l-menu > ul > li {
    display: inline-block;
    position: relative;
  }

  #l-menu .menu1 {
    font-weight: bold;
  }

  #l-menu .menu2, #l-menu .menu3 {
    position: absolute;
    z-index: -1;
    background-color: #ffffff;
    opacity: 0;
    padding: 0;
    border: 2px solid #b8ce45;
  }
  #l-menu .menu2 {
    transition: opacity 0.3s linear 0.1s;
  }
  #l-menu .menu3 {
    transition: opacity 0.3s linear 0.3s;
  }
  #l-menu li .menu2 {
    top: 100%;
    left: 0;
  }
  #l-menu .menu2 > li {
    display: inline-block;
    width: 100%;
    position: relative;
  }
  #l-menu .menu2 li .menu3 {
    top: 0;
    left: 100%;
  }
  #l-menu li:hover .menu2, #l-menu .menu2 li:hover .menu3 {
    z-index: 1;
    opacity: 1;
  }
}
@media (max-width: 840px) {
  #s-menu {
    background-color: #f0f0f0;
    padding: 0;
    border-width: 2px 0;
    border-style: solid;
    border-color: #b8ce45;
    margin-bottom: 0.5em;
  }

  #s-menu ul, #s-menu li {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  #s-menu a.menu {
    display: block;
    color: #202020;
    font-size: 0.95em;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    padding: 0.65em 16px;
    border: 0;
    transition: all 0.2s linear 0s;
  }
  #s-menu a.menu:hover, #s-menu a.selected {
    color: #202020;
    background-color: #b8ce45;
  }
  #s-menu a.menu:focus {
    color: #202020;
    background-color: #b8ce45;
  }

  #s-menu ul.menu0 > li {
    display: inline-block;
    position: relative;
  }
  #s-menu #sm-schedule {
    top: 100%;
    right: 0;
  }

  #s-menu a.menu0, #s-menu a.menu1 {
    font-weight: bold;
  }

  #s-menu div.menu1 {
    position: absolute;
    z-index: -1;
    background-color: #ffffff;
    opacity: 0;
    transition: opacity 0.3s linear 0.1s;
    padding: 0;
    border: 2px solid #b8ce45;
  }
}

section#content {
  margin: 0;
}

a, a:focus, a:visited {
  color: #384e00;
  text-decoration: underline;
}
a:link {
  color: #788e05;
}
a:active, a:hover {
  color: #b8ce45;
}
a:visited {
  color: #485e00;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  margin: 0 0 0.8em 0;
}
h2 {
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0.8em 0;
}
h3 {
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 0 0 0.8em 0;
}
.ui-accordion-header {
  font-size: 0.4em;
}

img {
  max-width: 100%;
}
img.title-img {
  display: block;
  margin: 0 auto 1em auto;
}

p {
  text-align: justify;
  margin: 0 0 0.8em 0;
}

ol, ul {
  padding-left: 0;
  margin: 0 0 0 16px;
}
li {
  text-align: justify;
}

.list-img {
  max-height: 0.8em;
}
.list-item {
  font-weight: bold;
}
.list-subitem {
  font-style: italic;
}

hr {
  height: 1px;
  color: #b8ce45;
  background-color: #b8ce45;
  border-width: 0;
  margin: 1.5em 0;
}

@media (min-width: 841px) {
  .rs-outer {
  }
  .rs-inner {
    background-color: #ffffff;
    text-align: center;
    padding: 8px;
    border: 1px dotted #b8ce45;
    margin: 8px;
  }
}
@media (max-width: 840px) {
  .rs-outer, .rs-outer-menu {
    background-color: #f0f0f0;
    text-align: center;
    padding: 0.5em 8px;
  }
  .rs-outer {
    width: 250px;
  }
  .rs-inner, .rs-inner-menu {
    background-color: #ffffff;
    text-align: center;
    border: 1px solid #b8ce45;
  }
  .rs-inner {
    padding: 1em 8px;
  }
}
.rs-header {
  font-size: 1em;
  font-weight: bold;
  margin: 0.7em 0 0.1em 0;
}
.rs-date {
  font-size: 0.9em;
  font-weight: bold;
}
.rs-time {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 0.1em;
}
.rs-locname {
  font-size: 0.9em;
}
.rs-address {
  font-size: 0.8em;
}
.rs-note {
  font-size: 0.8em;
  font-style: italic;
}
.rs-links {
  font-size: 0.8em;
  margin-bottom: 0.2em;
}
.rs-noevents {
  font-size: 0.9em;
}
.rs-um-header {
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 0.7em;
}
.rs-um-loc {
  font-size: 0.85em;
}
.rs-um-date {
  font-size: 0.9em;
}

@media (min-width: 841px) {
  div.div-table {
    display: table;
    margin: 0 auto;
  }
  div.div-row {
    display: table-row;
  }
  div.div-cell {
    display: table-cell;
    text-align: center;
    vertical-align: top;
  }
}
@media (max-width: 840px) {
  div.div-table {
  }
  div.div-row {
  }
  div.div-cell {
    text-align: center;
  }
}

footer {
  clear: both;
  color: #808080;
  font-size: 0.85em;
  text-align: center;
  padding: 1.5em 16px;
  border-top: 1px solid #b8ce45;
  margin: 0.5em 0 0 0;
}
