.news-item-detail h2.subcase {
  text-transform: uppercase;
  font-size: 1.2rem;
}
.block-trent-news .block-title {
  margin-bottom: 1rem;
}
.event-item .fa {
  color: #999;
}
.news-item-date {
  font-size: 0.8em;
  color: #666;
}
.news-item p,
.event-item p {
  font-size: 0.95rem;
  margin-bottom: 0.1rem;
}
.news-featured.news-featured.news-featured-classic h4{
  padding: 1rem;
}

.news-featured a {
  color: #003e2d;
}
.news-image {
  margin-bottom: 0.5rem;
}
.news-image img {
  width: 100%;
}
.news-featured .news-image {
  margin-bottom: 0 !important;
}

.news-featured.news-featured-classic h1 a {
  color: #fff;
}
.news-featured.news-featured h1 a:hover {
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.266667);
}

.news-featured.news-featured-classic h1,
.news-featured.news-featured-classic p {
  background-color: #003e2d;
  color: #fff;
}
.news-featured.news-featured-classic .news-item-date {
  background: #fff;
  color: #003e2d;
  top: 1rem;
  margin-top: 0;
}

.block-trent-news .event-date {
  padding: 2px;
  text-align: center;
  min-width: 3rem;
  width: 3rem;
  float: left;
}
.event-month {
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1.1rem;
}
.event-day {
  font-family: Museo Sans;
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 600;
}
.event-item {
  margin-bottom: 1rem;
}
.event-copy {
  padding: 0 0.3rem 0rem 0.8rem;
  border-left: 1px solid #eee;
  /* height: 100%; */
}

.news-social {
  font-size: 2.5rem;
  text-align: center;
}
.news-social a {
  color: var(--theme-primary);
}
.news-social a:hover {
  color: #b15533;
}

.news-item-detail {
  color: #154734;
}
.news-item-detail h1 {
  font: 21pt/26pt museo-sans;
  font-weight: 900;
}

.news-item-detail h2 {
  font-size: 15pt;
  line-height: 19pt;
  font-weight: 400;
  border-bottom: 1px solid #003e2d1c;
  padding: 1rem 0.5rem;
  border-top: 1px solid #003e2d1c;
}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .news-image {
    margin-bottom: 0;
  }
  .news-item-detail h1 {
    font-size: 26pt;
    line-height: 31pt;
  }
  .news-item-detail h2 {
    font-size: 18pt;
    line-height: 23pt;
  }
}

.news-item-content b,
.news-item-content strong {
  font-family: museo-sans, arial;
  font-weight: 700;
}
.news-item-content blockquote {
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin: 0 1.5rem 2rem 1.5rem;
  display: block;
  border-left: 5px solid #eee;
  padding-left: 2rem;
}
.news-item-content h2 {
  font-family: museo-sans, arial;
  font-weight: 700;
  padding-left: 0;
  border: 0;
}

.news-item-detail .news-image {
  width: 100%;
}
.news-item-detail figcaption {
  font-style: italic;
  color: #333;
  font-size: 0.9rem;
  margin-left: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
}
.news-item-content a {
  font-family: museo-sans;
  font-weight: 500;
  /* text-decoration: none; */
  text-decoration: underline;
  /* box-shadow: inset 0 -1px 0 #b1553344; */
  transition: color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.news-item-content a:hover {
  /* box-shadow: inset 0 -2px 0; */
  /* box-shadow: inset 0 -2px 0 #003e2d; */
}
.news-item-content img {
  width: 100% !important;
  height: auto !important;
}
.news-item-content {
  font-size: 1rem;
  line-height: 1.6rem;
  padding-top: 1.5rem;
}
.news-item-contact a {
    text-decoration: underline;
}
.news-item-contact {
  background: #f8f8f8;
  padding: 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: -1px;
}
.news-item-boilerplate {
  border-top: 1px solid #eee;
  padding-top: 1rem;
}
.news-item-contact p:last-child {
  margin-bottom: 0;
}
.news-item-detail footer {
  background-color: transparent;
  text-align: left;
  /* border-top: 1px solid #003e2d1c; */
  border-top: 1px solid #e2e2e2;
  padding-top: 1rem;
  color: #003e2d;
}
.list-sessions li {
  margin-bottom: 0.5rem;
}

/**
 *
 * KEYWORDS
 *
 */
.news-keywords {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.news-keywords a {
  padding-left: 0.25rem;
  text-decoration: underline;
}

/*  Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/**
 *
 * SOCIAL LINKS
 *
 */
.a2a_default_style a:hover .a2a_svg {
  background-color: #b15533 !important;
  opacity: 1 !important;
  transition: background-color 0.2s;
}
.a2a_kit {
  display: flex;
  justify-content: flex-end;
}
footer .a2a_kit {
  justify-content: center;
}

/*  Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .a2a_kit {
    justify-content: flex-end !important;
  }
}

/**
 *
 * NEWS RELATED STORIES
 *
 */
.news-related-story {
  margin-bottom: 2rem;
}
.news-related-stories h1 {
  font-size: 2rem;
}
.news-related-story img {
  /* margin-bottom: 0.5rem; */
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  /* border-bottom: 5px solid #D0B859; */
}
.news-related-story h2 {
  font-size: 1rem;
  line-height: 1.3rem;
  margin-top: 0.5rem;
}
.news-related-story h2 a {
  color: #154734;
  font-weight: 600;
  /* box-shadow: inset 0 -1px 0 transarent; */
}
.news-related-story h2 a:hover {
  color: #154734;
  box-shadow: inset 0 -2px 0 #154734;
}
.news-related-story > a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.news-related-story a img {
  transform: scale(1);
  transition: all 0.5s;
}
.news-related-story a:hover img {
  opacity: 0.75;
  transition: all 0.5s;
  transform: scale(1.1);
}

/**
 *
 * OVERRIDE AJAX SPINNER
 *
 */
.ajax-progress .throbber {
  display: none;
}

.ajax-spinner {
  display: block;
  background: url(../images/spinner.svg);
  width: 40px;
  height: 40px;
  background-size: cover;
}
.page-loading {
  background: transparent url(../images/spinner.svg) !important;
  width: 40px;
  height: 40px;
  background-size: cover !important;
}
.page-loading a {
  text-indent: -100px;
  overflow: hidden;
  min-width: 35px;
  background: transparent !important;
  border-color: #dee2e6 !important;
}


/*-------------------------------------------------------
 * News Block Styling
 */
.block-trent-news h1 {
  font-size: 1.1rem;
  line-height: 1.3rem;
  margin-bottom: 0.2rem;
  font-weight: 600;
}
.event-item h1 {
  font-size: 1rem;
  line-height: 1.3rem;
  margin-bottom: 0.1rem;
  font-weight: 600;
}
.news-featured {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 4rem;
  /* border: 1px solid #999; */
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.news-featured h1 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  background: #aac280;
  padding: 1.5rem 1rem 0rem;
  color: #003e2d;
  margin-bottom: 0;
}

.news-item {
  margin-bottom: 2rem;
}

.event-item {
  margin-bottom: 1rem;
}

.news-featured p {
  font-size: 1.1rem;
  color: #fff;
  background: #025b65;
  padding: 1rem;
  margin-bottom: 0;
}
.news-featured .news-item-date {
  color: #fff;
  display: inline-block;
  position: absolute;
  margin-left: 1rem;
  background: #a1523f;
  margin-top: -0.8rem;
  padding: 0.2rem 0.5rem;
}
