/* style.css is not up to date with the minified version, so putting overrides here */

.news-community-alert-post,
.news-general-alert-post {
  background: #1e242a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  padding: 50px;
  text-align: center;
  vertical-align: middle;
}

.news-community-alert-post .entry-post,
.news-general-alert-post .entry-post {
  background: none;
  font-weight: 300;
  margin: 60px auto;
  max-width: 300px;
}

.circulation-alert-post .entry-post a,
.news-community-alert-post .entry-post a,
.news-general-alert-post .entry-post a {
  display: block;
  margin-top: 10px;
  color: #FFF;
}

.news-community-alert-post .entry-post a:hover,
.news-general-alert-post .entry-post a:hover {
  color: #9ad0ec;
}

.news-community-alert-post .entry-post p,
.news-general-alert-post .entry-post p {
  font-size: 30px;
  line-height: 38px;
  margin: 10px 0;
}

.main-header .main-navigation .menu > .menu-item:last-child:before {
    width: calc(100% + 160px) !important;
}

@media only screen and (max-width: 1280px) and (min-width: 1024px)  {
    .main-header .main-navigation .menu > .menu-item:last-child:before {
        width: calc(100% + 134px) !important;
    }

}