.hidden {
  display: none;
}

.selected {
  display: block;
}

.desc .subtitle {
  color: #808080;
  font-family: GoudyItalic;
  font-size: 20px;
  margin-bottom: 25px;
}
#credit {
  bottom: 10px;
  color: #999;
  font: 9px Arial, Helvetica, Sans-serif;
  height: 20px;
  right: 20px;
  position: absolute;
  text-align: left;
  width: 150px;
  z-index: 100;
}
#credit:hover {
  color: #fff;
}

.members form input[type='button'] {
  background-color: #ffffff;
  background-image: url('../img/arrowsmall.png');
  background-repeat: no-repeat;
  border: 0 none;
  height: 40px;
  width: 40px;
}

.www {
  display: none !important;
}
.contact_relative {
  width: 1px;
  height: 1px;
}

.pg div.bx-viewport {
  height: 568px;
}

.button {
  background: none !important;
  background-image: url('../img/button_bg.png') !important;
  height: 22px !important;
  background-repeat: repeax-x !important;
  color: #000;
  font-family: GoudyRoman;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 17px;
  text-transform: uppercase;
  margin-top: 20px;
  border: 0px;
  padding: 0px 15px;
  cursor: pointer;
  width: auto !important;
}

input,
textarea,
select {
  border: 1px solid #e7e7e7 !important;
}

input#search_button {
  margin-top: 58px;
  margin-left: 20px;
  margin-right: 0 !important;
}

input#login_button {
  margin-top: 8px;
  margin-left: 20px;
  margin-right: 0 !important;
}
img.weather_image {
  position: absolute;
  height: 50px;
  right: 0;
}
.main-header .weather-icon span {
  top: 20px;
  display: block;
  width: 40px;
}
.main-header .weather-icon {
  /*width: 60px !important;*/
}
.main-header .weather-icon span {
  top: 15px;
  /*right: 29px !important;*/
}
.menu-container {
  width: 1030px !important;
}

.form_middle_header {
  font-family: GoudyRoman;
  font-size: 17px;
  padding: 10px 0 20px;
}
.form_middle_header.form_middle_header2 {
  padding: 0 0 10px;
  margin-top: -4px;
  font-size: 14px;
}

.tabs .tab {
  padding: 0 14px;
}

.contact select {
  background-color: #fff;
  height: 40px;
  font-family: GoudyItalic;
  color: #aaa;
  margin-bottom: 20px;
  padding: 0 15px;
  border: 0;
}
.contact input[type='email'].half {
  width: 50%;

  background-color: rgba(255, 255, 255, 0.75);
  height: 40px;
  font-family: GoudyItalic;
  font-size: 16px;
  border: 0;
  padding: 0 15px;
  margin-bottom: 20px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact select.full {
  width: 100%;
}
.contact select.filled {
  color: #000;
}
.contact select option {
  color: #000;
}
.contact textarea {
  margin-bottom: 20px;
}
.contact input[type='password'] {
  width: auto;
}

.participate_subtitle {
  text-transform: none !important;
  font-size: 17px !important;
}

.entry.three {
  float: left;
}

.tabs .menu-container .tab {
  padding: 0 8px;
  /*letter-spacing: 0.01em;*/
}

.tabs .menu-container .tab.logout {
  position: absolute;
  top: 6px;
  right: 132px;
}

/* Changes for event and news pages */
section.events .container,
.news-view-2018.container {
  width: 970px;
}

.events .right-col.private-events-container {
  width: 100%;
  margin-left: 0;
  margin-bottom: 30px;
  padding-top: 55px;
}

.news-view-2018.container section.news,
.events .left-col.grid-element {
  float: left;
  width: 300px;
  margin-right: 35px;
}
.news-view-2018.container section.news:nth-child(3n),
.events .left-col.grid-element:nth-child(3n) {
  margin-right: 0;
}
.news-view-2018.container section.news:nth-child(3n + 1),
.events .left-col.grid-element:nth-child(3n + 1) {
  clear: both;
}
.news-view-2018.container section.news .news-entry,
.events .left-col.grid-element .event {
  width: 100%;
}

.news-view-2018.container section.news .news-entry img,
.events .left-col.grid-element .event img {
  width: 100%;
  height: auto;
}

.news-view-2018.container section.news .news-entry .title,
.events .event .title {
  width: 100%;
  margin-bottom: 25px;
}

.news-view-2018.container section.news .news-entry .subtitle,
.events .event .subtitle {
  margin-bottom: 20px;
}
.news-view-2018.container section.news .news-entry .display-date,
.events .event .display-date {
  font-family: GoudyRoman;
  font-size: 17px;
  line-height: 32px;
  margin-bottom: 15px;
}

.news-view-2018.container section.news .news-entry .desc {
  width: 100%;
}
.news-view-2018.container section.news .news-entry .text,
.events .event .text {
  max-height: 100px;
  overflow: hidden;
}
.news-view-2018.container section.news .news-entry .links,
.events .event .links {
  margin-top: 22px;
}
.news-view-2018.container section.news .news-entry,
.events .event {
  margin-bottom: 20px;
}
.news-view-2018.container section.news .news-entry {
  padding-bottom: 16px;
}

.news-view-2018 .news .news-entry figure {
  margin-bottom: 35px;
}

.events .private-events .ev-wrapper .ev-inner {
  border: 1px solid #eee;
  margin: 6px 0;
  padding: 28px 34px;
}

.events .event .links {
  margin-top: 26px;
}

.entry.full figure img,
.bx-wrapper {
  visibility: visible;
}

#siteindex-list {
  font-family: GoudyRoman;
  font-size: 17px;
  line-height: 32px;

}

footer .site-index {
  font-family: SackersLight;
  font-size: 14px;
  text-align: center;
  color: #510000;
  margin-top: 10px;
}