.post-details {
  margin-bottom: 15px !important;
}

.home .homepage-video {
  background-position: top center;
  background-size: cover;
}

.members-wrap {
  background: #FFF;
  padding: 0 30px;
}

.members-wrap .members {
  margin-top: 0;
}

.news-divider {
  margin-top: 30px;
}

.border-top {
  border-top: 2px solid #E6E1DA;
  padding-top: 10px;
}

#programs .ai1ec-date {
  background: #FFF;
  padding: 10px;
  border-radius: 5px;
  margin: 0 0 5px 0;
}

#programs .ai1ec-date-title {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  max-height: 52px;
  overflow: hidden;
  margin: 0;
}

#programs .ai1ec-event-title {
  font-size: 15px;
  line-height: 19px;
}

#programs .ai1ec-date-events > :nth-child(2) {
  display: none;
}

#programs .jcarousel {
  height: 230px;
}

.home .navigation {
  text-transform: uppercase;
}

#become-a-member h2 {
  border-color: #c7aa5a;
  margin-bottom: 15px;
}

#become-a-member .become-a-member-content {
  padding: 0;
}

#become-a-member .member-content {
  background: #FFF;
  padding: 20px;
  border-radius: 5px;
}

#become-a-member .member-text > :first-child {
  margin-top: 0;
}

@media only screen and (max-width: 991px) {
  #become-a-member {
    margin-top: 15px;
  }
}

#latest-news h2 {
  border-color: #2C90AD;
  margin-bottom: 20px;
}

#latest-news ul li {
  height: 72px;
}

#latest-news .navigation {
  border-top: 1px solid #E6E1DA;
  margin-top: 15px;
  padding-top: 15px;
}

#latest-news .navigation .next, #latest-news .navigation .prev {
  top: 15px;
}

#latest-news .jcarousel {
  height: 178px;
}

.hero-image {
  position: relative;
  background-size: cover !important;
}

.hero-image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.blog .content {
  height: auto !important;
}

@media only screen and (max-width: 991px) {
  .grid-break {
    margin-bottom: 15px;
  }
}

.homepage .mobile {
  display: none !important;
}

.homepage .desktop {
  display: block !important;
}
