.blog-main-image-wrap {
  position: relative;
  height: auto;
  overflow: hidden; }
  .blog-main-image-wrap img {
    width: 100%;
    margin-top: 0; }

h1.featured-headline {
  color: #474747;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px 0 5px 0; }

ul.newsroom-links {
  padding: 0; }
  ul.newsroom-links li {
    display: inline;
    margin-right: 10px; }

.small-main-image-box {
  position: relative; }
  .small-main-image-box h2 {
    font-size: 1.4rem;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 1px 1px rgba(70, 70, 70, 0.8);
    font-size: 2rem;
    margin: 0;
    padding: 0; }

.blog h1 {
  color: #474747;
  font-size: 1.6rem;
  font-weight: 500; }

.blog h2 {
  color: #474747;
  font-size: 1.3rem;
  font-weight: 500; }

.blog h3 {
  color: #474747;
  font-size: 1.1rem;
  font-weight: 500; }

.blog-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.blog-body {
  flex: 1 1 auto;
  padding: 0 1.25rem;
  height: 120px; }

.blog-title {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 80px;
  padding: 0;
  margin: 0; }
  .blog-title h2 {
    font-size: 1rem;
    margin: 0; }

.blog-footer {
  width: 100%;
  font-size: .8rem;
  color: #999999;
  border-top: solid 2px grey;
  padding-top: 5px;
  margin-top: 5px; }
  .blog-footer img {
    float: right;
    margin-top: 5px; }

/* sub nav bar */
#mainNavbar {
  display: none; }

#bottomsubnavbar {
  display: block;
  border-left: solid 2px #eec12a;
  margin: 10px 0 0 15px;
  padding: 0 30px 0 20px; }

.newsroom-cta {
  border: solid #461d7c 3px;
  padding: 1.5rem;
  margin: 40px 0;
  border-radius: 5px;
  display: flex;
  flex-flow: column;
  justify-content: center; }
  .newsroom-cta p {
    margin: 0;
    padding: 0; }

.newsroom-cta-text {
  width: 100%;
  display: block;
  text-align: center;
  color: #461d7c;
  font-size: 1.2rem; }

.newsroom-cta-button {
  width: 100%;
  display: block;
  text-align: center;
  margin: 20px 0 0 0; }

.sources {
  font-size: .8rem; }
  .sources p {
    margin-bottom: .6rem;
    line-height: .9rem; }

@media only screen and (min-width: 425px) {
  .blog-body {
    height: 140px; }
  .blog-title {
    height: 100px; }
    .blog-title h2 {
      font-size: 1rem; }
  .blog-footer {
    padding-top: 5px;
    margin-top: 5px; } }

@media only screen and (min-width: 768px) {
  .blog-main-image-wrap {
    height: 250px; }
    .blog-main-image-wrap img {
      margin-top: -60px; }
  .small-main-image-box h2 {
    font-size: 2rem; }
  .blog-body {
    height: 120px; }
  .blog-title {
    height: 80px; }
    .blog-title h2 {
      font-size: 1rem; }
  .blog-footer {
    padding-top: 5px;
    margin-top: 5px; }
  .blog h1 {
    font-size: 2rem; }
  .blog h2 {
    font-size: 1.5rem; }
  .blog h3 {
    font-size: 1.3rem; }
  h1.featured-headline {
    font-size: 2rem;
    padding: 12px 0 10px 0; }
  .newsroom-cta {
    display: flex;
    flex-flow: row; }
  .newsroom-cta-text {
    width: 70%;
    font-size: 1.2rem;
    line-height: 1.8rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: left;
    padding-right: 20px; }
  .newsroom-cta-button {
    width: 30%;
    margin: 0;
    display: flex;
    flex-flow: column;
    justify-content: center; } }

@media only screen and (min-width: 992px) {
  #mainNavbar {
    display: block; }
  #bottomsubnavbar {
    display: none; }
  .blog h1 {
    font-size: 2.2rem; }
  .blog h2 {
    font-size: 1.7rem; }
  .blog h3 {
    font-size: 1.4rem; }
  .blog-main-image-wrap {
    height: 250px; }
    .blog-main-image-wrap img {
      margin-top: -50px; }
  .small-main-image-box h2 {
    font-size: 3rem; }
  .blog-body {
    height: 110px; }
  .blog-title {
    height: 70px; }
    .blog-title h2 {
      font-size: 1rem; }
  .blog-footer {
    padding-top: 5px;
    margin-top: 5px; } }

@media only screen and (min-width: 1200px) {
  .blog-main-image-wrap {
    height: 380px; }
    .blog-main-image-wrap img {
      margin-top: -50px; }
  .blog-body {
    height: 120px; }
  .blog-title {
    height: 80px; }
    .blog-title h2 {
      font-size: 1.2rem; }
  .blog-footer {
    border-top: solid 2px grey;
    padding-top: 5px;
    margin-top: 5px; }
  .blog h1 {
    font-size: 2.4rem; }
  .blog h2 {
    font-size: 1.8rem; }
  .blog h3 {
    font-size: 1.4rem; } }
