@import "reset.css";
body {
  background-image: url(../img/bg_pattern.png);
}
#main {
  margin: 0 auto;
}
.container {
  margin: 0 auto;
}
#header {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#menu {
  width: 1600px;
  margin: 0 auto;
}
#menu ul li {
  float: left;
  padding: 35px 45px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
}
#menu ul li a {
  font-family: Lato;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  color: #000;
}
#menu ul li:first-child {
  margin-right: 80px;
}
#menu ul li:first-child a {
  font-weight: 900;
}
#menu ul li:hover {
  background-color: #000;
  -webkit-transition: all 0.2s linear;
}
#menu ul li:hover a {
  color: #fff;
}
#menu ul li.active {
  background-color: #fff;
}
#splash {
  overflow: hidden;
}
#splash .splashholder {
  position: relative;
  overflow: hidden;
  background-color: #000;
  width: 100%;
  height: 1060px !important;
  text-align: center;
}
#splash .splashholder .splashnode {
  height: 1060px;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
#splash .splashholder .splashnode .overlay {
  padding: 30px;
  width: 500px;
  text-align: left;
  border: 1px solid #fff;
  color: #222;
}
#splash .splashholder .splashnode .overlay h3 {
  font-family: Lato;
  font-weight: 900;
  font-size: 25px;
  line-height: 36px;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#splash .splashholder .splashnode .overlay p {
  font-size: 15px;
  line-height: 24px;
  font-family: acuta;
  letter-spacing: 0.05em;
  font-weight: 300;
}
#splash .splashholder .splashnode .overlay.topleft {
  position: absolute;
  top: 230px;
  left: 130px;
}
.newsnode {
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: #fff;
  margin-top: 60px;
  margin-bottom: 60px;
}
.newsnode .newsimage_holder {
  margin-left: -140px;
  position: relative;
  margin-bottom: 60px;
  margin-left: 140px;
  margin-right: 140px;
  text-align: center;
}
.newsnode .newsimage_holder .newsimage_text {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  color: #111;
  font-family: Lato;
  font-weight: 200;
  font-size: 22px;
  line-height: 22px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -360px;
  width: 800px;
  text-align: center;
  text-overflow: ellipsis;
}
.newsnode .newsdate {
  font-family: Lato;
  font-weight: 300;
  text-align: center;
  display: block;
  margin: 0;
  padding: 0 0 30px 0;
  margin-top: -10px;
  color: #777;
}
.newsnode h2 {
  font-family: Lato;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 50px;
  padding: 30px;
  text-align: center;
}
.newsnode p.ingress {
  color: #111;
  font-family: Lato;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-left: 140px;
  margin-right: 140px;
}
.newsnode p.brodtext {
  margin-bottom: 40px;
  margin-left: 140px;
  margin-right: 140px;
}
.newsnode p {
  color: #111;
  font-family: Lato;
  font-size: 24px;
  line-height: 32px;
}
.content {
  margin-top: 140px;
}
#events_featured li {
  width: 30%;
  display: inline-block;
  margin-right: 5%;
  margin-bottom: 60px;
  cursor: pointer;
  vertical-align: top;
}
#events_featured li .event_photo {
  width: 100%;
  height: 200px;
  background-size: cover;
}
#events_featured li .event_info {
  background-color: #fff;
  padding: 20px;
  font-family: Lato;
}
#events_featured li .event_info h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2px;
}
#events_featured li .event_info span {
  color: #b9b9b9;
  margin-bottom: 12px;
  display: block;
}
#events_featured li .event_info p {
  font-size: 13px;
  color: #444;
}
#events_featured li:nth-child(3n) {
  margin-right: 0;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.clear {
  clear: both;
}
