.article-title {
  background-color: #286420;
  width: 60%;
  height: 40px;
  position: relative;
}

.article-title.article-title-50 {
  width: 45%;
}

.article-title h1 {
  text-align: left;
  padding-top: 6px;
  color: white;
  padding-left: 35px;
  font-size: 20px;
}

.article-wrap {
  overflow: hidden;
}

.article-left {
  float: left;
  width: 60%;
  border: 1px solid #286420;
  padding: 10px 20px;
  margin: 20px 10% 35px 0;
}

.article-left.article-left-50 {
  width: 45%;
  margin-right: 5%;
}

.article-left p strong {
   color: #286420;
   text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
}

.article-right {
  float: left;
  width: 30%;
  padding: 40px 0;
}

.article-right.article-right-with-news {
  padding: 0;
}

.article-right .article-right-news {
  margin-top: 30px;
}

.article-right.article-right-50 {
  width: 50%;
  padding-top: 0;
}

.side-nav {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.side-nav li {
  list-style: none;
  padding-top: 10px;
  position: relative;
  line-height: 20px;
  padding: 10px;
  margin-bottom: 1px;
}

.side-nav li.active {
  background: #286420;
  color: white;
}


.side-nav li:hover {
  background: #286420;
  opacity: 0.8;
  color: white;
}

.side-nav li.active:before,
.side-nav li.active:after, 
.side-nav li:hover:before,
.side-nav li:hover:after {
	content: "";
	position: absolute;
	/* Pushed down half way, will get pulled back up half height of triangle
	   ensures centering if font-size or line-height changes */
	top: 50%;
	width: 0;
	height: 0;
}
.side-nav li.active:before,
.side-nav li:hover:before {
	left: -12px;
	/* Triangle */
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid white;
	/* Pull-up */
	margin-top: -8px;
}
.side-nav li.active:after,
.side-nav li:hover:after {
	/* Smaller and different position triangle */
	left: -5px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #286420;
	margin-top: -6px;
}

.side-nav li a {
  text-decoration: none;
  color: inherit;
}

#lightbox, #lightboxOverlay {
  z-index: 999999;
}

.gallery-thumbnail img {
  padding: 10px;
  width: 100%;
  max-height: 80px;
}

.news-main-image img {
  width: 100%;
}

@media all and (max-width: 600px) {
  .article-title, .article-left, .article-right, .article-left.article-left-50, .article-right.article-right-50 {
      width: 100%;
  }
}
