#in-the-news .news-headline {
    font-family: 'Crimson';
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.1;
}
#in-the-news .news-source {
    font-weight: bold;
    font-size: 1.125rem;
    color: #54585a;
    margin-bottom: 0;
}
#in-the-news .news-teaser {
    font-size: 1.125rem;
    margin-top: 0;
    font-style: italic;
}
#in-the-news .glyphicon-chevron-right {
    font-size: 1rem;
}
#in-the-news .news-archive {
    font-weight: bold;
}
#in-the-news svg {
    fill: #fff;
}
#in-the-news .social {
    background: #c8102e;
    border-radius: 50%;
    display: inline-block;
    height: 60px;
    padding: 12px;
    width: 60px;
}
@media (max-width:767px) {
  #in-the-news .col-sm-6:nth-of-type(2) {
    padding-top: 1rem;
  }
}

#deans-newsletter {
    background-color: #c8102e;
    padding-top: 0;
    padding-bottom: 0;
}
#deans-newsletter .newsletter:nth-of-type(4) {
    border-right: 1px solid #fff;
}
#deans-newsletter .col-md-3.newsletter {
    border-left: 1px solid #fff;
}
#deans-newsletter #newsletter-container .col-md-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#deans-newsletter #newsletter-container .row {
    /* padding-bottom: 2rem; */
		height: auto;
    display: flex;
}
#deans-newsletter .col-md-4 {
    text-align: right;
}
@media (max-width: 991px) {
	#deans-newsletter #newsletter-container .row {
	    padding-bottom: 2rem;
	    display: block;
	}
}
.col-md-3 {
    margin-top: auto;
    margin-bottom: auto;
}
#deans-newsletter a:hover {
    color: #fff;
}
#deans-newsletter a {
    color: #f6be00;
}
#deans-newsletter .col-sm-12 a {
    font-weight: bold;
}
#deans-newsletter #newsletter-container svg {
    width: 100px;
    margin-left: 1rem;
    fill: #fff;
    opacity: .15;
}
#deans-newsletter .col-md-3.newsletter a {
    font-family: 'League Gothic';
    font-size: 2rem;
    position: absolute;
    top: 40%;
    left: 16%;
}
@media (min-width: 768px) and (max-width: 991px) {
  #deans-newsletter .col-md-3.newsletter a {
      font-family: 'League Gothic';
      font-size: 1.75rem;
      position: absolute;
      top: 40%;
      left: 30%;
  }
  #deans-newsletter #newsletter-container svg {
      width: 75px;
  }
  #deans-newsletter .col-md-3.newsletter {
    padding-top: 1rem;
  }
  #deans-newsletter .col-md-3.newsletter {
    border-left: none;
  }
  #deans-newsletter .newsletter:nth-of-type(4) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  div.col-md-3.newsletter {
    padding-top: 1rem;
  }
#deans-newsletter .col-md-3.newsletter a {
    position: absolute;
    top: 60px;
    left: 75px;
  }
  #deans-newsletter #newsletter-container svg {
      width: 100px;
  }
  #deans-newsletter .col-md-3.newsletter {
    border-left: none;
  }
  #deans-newsletter .newsletter:nth-of-type(4) {
    border-right: none;
  }
}
@media (max-width: 991px) {
  #deans-newsletter {
    padding-top: 3.375rem;
  }
  #deans-newsletter #newsletter-container .col-md-3 {
    padding-top: 0rem;
  }
}
@media (max-width: 450px) {
  #deans-newsletter .newsletter {
    display: none;
  }
  #deans-newsletter .newsletter-mobile,
  #deans-newsletter .heading-group a {
    display: block;
  }
  #deans-newsletter .newsletter-mobile {
    padding-left: 0;
    font-size: 1.5rem;
    list-style-type: none;
    line-height: 1.5;
    }
}
@media (min-width: 451px) {
  #deans-newsletter .newsletter {
    display: block;
  }
  #deans-newsletter .newsletter-mobile {
    display: none;
  }
}

#deans-newsletter-archive .teaser {
    font-style: italic;
}
#deans-newsletter-archive .source {
    font-weight: bold;
    font-size: 1.125rem;
    margin-bottom: 0;
}
#deans-newsletter-archive .news-list li {
    display: flex;
    flex-direction: column;
    break-inside: avoid;
}
#deans-newsletter-archive .news-list {
    column-count: 2;
    column-gap: 0;
}
@media (max-width: 767px) {
  #deans-newsletter-archive .news-list li {
    display: block;
}

#deans-newsletter-archive .news-list {
    column-count: 1;
  }
}
#deans-newsletter-archive .news-list h3 {
    margin-top: 0;
    margin-bottom: 0;
}
#deans-newsletter .source, #deans-newsletter-archive .teaser {
    margin-bottom: 0;
}
#deans-newsletter-archive ul.news-list li:nth-of-type(1) p {
    margin-top: 0;
}

#annual-reports {
    background-color: #c8102e;
    padding-top: 0;
    padding-bottom: 0;
}
#annual-reports .newsletter:nth-of-type(4) {
    border-right: 1px solid #fff;
}
#annual-reports .col-md-3.newsletter {
    border-left: 1px solid #fff;
}
#annual-reports #newsletter-container .col-md-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#annual-reports #newsletter-container .row {
    /* padding-bottom: 2rem; */
		height: auto;
    display: flex;
}
#annual-reports .col-md-4 {
    text-align: right;
}
@media (max-width: 991px) {
	#annual-reports #newsletter-container .row {
	    padding-bottom: 2rem;
	    display: block;
	}
}
.col-md-3 {
    margin-top: auto;
    margin-bottom: auto;
}
#annual-reports a:hover {
    color: #fff;
}
#annual-reports a {
    color: #f6be00;
}
#annual-reports .col-sm-12 a {
    font-weight: bold;
}
#annual-reports #newsletter-container svg {
    width: 100px;
    margin-left: 1rem;
    fill: #fff;
    opacity: .15;
}
#annual-reports .col-md-3.newsletter a {
    font-family: 'League Gothic';
    font-size: 2rem;
    position: absolute;
    top: 40%;
    left: 16%;
}
@media (min-width: 768px) and (max-width: 991px) {
  #annual-reports .col-md-3.newsletter a {
      font-family: 'League Gothic';
      font-size: 1.75rem;
      position: absolute;
      top: 40%;
      left: 30%;
  }
  #annual-reports #newsletter-container svg {
      width: 75px;
  }
  #annual-reports .col-md-3.newsletter {
    padding-top: 1rem;
  }
  #annual-reports .col-md-3.newsletter {
    border-left: none;
  }
  #annual-reports .newsletter:nth-of-type(4) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  div.col-md-3.newsletter {
    padding-top: 1rem;
  }
#annual-reports .col-md-3.newsletter a {
    position: absolute;
    top: 60px;
    left: 75px;
  }
  #annual-reports #newsletter-container svg {
      width: 100px;
  }
  #annual-reports .col-md-3.newsletter {
    border-left: none;
  }
  #annual-reports .newsletter:nth-of-type(4) {
    border-right: none;
  }
}
@media (max-width: 991px) {
  #annual-reports {
    padding-top: 3.375rem;
  }
  #annual-reports #newsletter-container .col-md-3 {
    padding-top: 0rem;
  }
}
@media (max-width: 450px) {
  #annual-reports .newsletter {
    display: none;
  }
  #annual-reports .newsletter-mobile,
  #annual-reports .heading-group a {
    display: block;
  }
  #annual-reports .newsletter-mobile {
    padding-left: 0;
    font-size: 1.5rem;
    list-style-type: none;
    line-height: 1.5;
    }
}
@media (min-width: 451px) {
  #annual-reports .newsletter {
    display: block;
  }
  #annual-reports .newsletter-mobile {
    display: none;
  }
}

#annual-reports-archive .teaser {
    font-style: italic;
}
#annual-reports-archive .source {
    font-weight: bold;
    font-size: 1.125rem;
    margin-bottom: 0;
}
#annual-reports-archive .news-list li {
    display: flex;
    flex-direction: column;
    break-inside: avoid;
}
#annual-reports-archive .news-list {
    column-count: 2;
    column-gap: 0;
}
@media (max-width: 767px) {
  #annual-reports-archive .news-list li {
    display: block;
}

#annual-reports-archive .news-list {
    column-count: 1;
  }
}
#annual-reports-archive .news-list h3 {
    margin-top: 0;
    margin-bottom: 0;
}
#annual-reports .source, #annual-reports-archive .teaser {
    margin-bottom: 0;
}
#annual-reports-archive ul.news-list li:nth-of-type(1) p {
    margin-top: 0;
}
