h1, .h1 {
  color: #BB0000;
  font-weight: bold;
}
h1.h2, .h1.h2 {
  color: #000;
  font-size: 2rem;
}

h2, .h2 {
  color: black;
  font-weight: bold;
}
.paragraph--type--text.style-2 h2, .paragraph--type--text.style-2 .h2 {
  color: #FFF;
}

.background-color-primary {
  background-color: #BB0000;
}

.background-color-grey {
  background-color: #555555;
}

.text-color-white {
  color: #ffffff;
}

.text-color-primary {
  color: #BB0000;
}

.text-color-secondary {
  color: #700000;
}

.node--type-news.node--view-mode-horizontal-card {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  transition: all 300ms;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  background: #FFF;
  border: 1px solid #ccc;
  transition: all 300ms;
  position: relative;
}
.node--type-news.node--view-mode-horizontal-card img {
  transition: all 300ms;
}
.node--type-news.node--view-mode-horizontal-card:hover {
  -webkit-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
  box-shadow: 0px 8px 21px rgba(25, 15, 8, 0.13);
}
.node--type-news.node--view-mode-horizontal-card:hover img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (max-width: 767px) {
  .node--type-news.node--view-mode-horizontal-card {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.node--type-news.node--view-mode-horizontal-card img {
  width: 280px;
}
@media (max-width: 767px) {
  .node--type-news.node--view-mode-horizontal-card img {
    width: 100%;
    height: auto !important;
  }
}
.node--type-news.node--view-mode-horizontal-card .image {
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.node--type-news.node--view-mode-horizontal-card .image .field--name-field-icon-text {
  font-weight: bold;
  font-size: 0.875rem;
  margin-top: 16px;
}
.node--type-news.node--view-mode-horizontal-card .content .title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #BB0000;
}
.node--type-news.node--view-mode-horizontal-card .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 20px;
}
.node--type-news.node--view-mode-style-2 {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  transition: all 300ms;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  transition: all 300ms;
  position: relative;
  background: #3D3D3D;
  height: 100%;
}
.node--type-news.node--view-mode-style-2 img {
  transition: all 300ms;
}
.node--type-news.node--view-mode-style-2:hover {
  -webkit-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
  box-shadow: 0px 8px 21px rgba(25, 15, 8, 0.13);
}
.node--type-news.node--view-mode-style-2:hover img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.node--type-news.node--view-mode-style-2 .image {
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.node--type-news.node--view-mode-style-2 .label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: auto 0;
  padding: 16px;
}
.node--type-news.node--view-mode-style-2 .label .title {
  font-size: 1.15rem;
  font-weight: bold;
  margin-bottom: 16px;
  color: #FFF;
  margin-bottom: 0;
}
.node--type-news.node--view-mode-full .left-sidebar h2 {
  font-weight: normal;
  font-size: 1.5em;
}
.node--type-news.node--view-mode-full .left-sidebar .author, .node--type-news.node--view-mode-full .left-sidebar .date {
  font-size: 1.5em;
  font-weight: bold;
}
@media (max-width: 991px) {
  .node--type-news.node--view-mode-full .left-sidebar .scrollindicator {
    display: none !important;
  }
}
.node--type-news.node--view-mode-full .field--name-field-image-caption {
  padding: 12px;
  font-size: 14px;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
}

.suggested-stories {
  padding: 3rem 0;
  background: #efefef;
}

/* Styling for imported embedded images from legacy website */
.media.media-float-left {
  float: left;
}

.media.media-float-right {
  float: right;
}

figure {
  display: table;
  margin-bottom: 1em;
  margin-top: 0px;
  padding: 0px;
  width: 100%;
}

figure, figure figcaption {
  padding-top: 15px;
  padding-bottom: 15px;
}

figure.left {
  float: left;
}

figure.right {
  float: right;
}

figcaption {
  caption-side: bottom;
  display: table-caption;
  font-size: 0.8em;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  text-align: left;
}

figure img {
  padding: 0px !important;
}

@media only screen and (max-width: 560px) {
  figure img {
    margin-left: auto;
    margin-right: auto;
    height: auto !important;
    width: 100% !important;
  }

  figure, .main figure.right, .main figure.left {
    text-align: center;
  }
}
@media only screen and (min-width: 560px) {
  figure {
    width: auto;
  }

  figure.right, figure.right figcaption {
    padding-left: 15px;
  }

  figure.left, figure.left figcaption {
    padding-right: 15px;
  }
}
.media-wysiwyg-align-left, .media-float-left {
  float: left;
  margin-right: 20px;
}

.media-wysiwyg-align-right, .media-float-right {
  float: right;
  margin-left: 20px;
}

.media-wysiwyg-align-center {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}

.alignleft img, .main img.alignleft {
  margin: 0 20px 20px 0;
}

.alignright img, .main img.alignright {
  margin: 0 0 20px 20px;
}

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft img, .alignleft {
  float: left;
}

.alignright img, .alignright {
  float: right;
}

a.alignleft, a.alignnone, a.alignright {
  max-width: 100%;
}

.aligncenter img, img.centered, .aligncenter {
  display: block;
  margin: 0 auto 24px;
}

.alignnone img, img.alignnone, .alignnone {
  margin: 0 0 12px;
}

.alignleft img, a.alignleft, img.alignleft {
  margin: 0 24px 24px 0;
}

.alignright img, a.alignright, img.alignright {
  margin: 0 0 24px 24px;
}

img[style*="float: left"] {
  padding: 2% 2% 2% 0;
}

img[style*="float: right"] {
  padding: 2% 0 2% 2%;
}

.caption .caption-text {
  font-style: italic;
  font-size: 0.8em;
  text-align: center;
}

@media only screen and (min-width: 800px) {
  .five-sixths, .four-sixths, .one-fourth, .one-fifth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
    float: left;
    margin-left: 2.5641025641%;
  }

  .one-half, .three-sixths, .two-fourths {
    width: 48.7179487179%;
  }

  .one-third, .two-sixths {
    width: 31.6239316239%;
  }

  .four-sixths, .two-thirds {
    width: 65.811965812%;
  }

  .one-fourth {
    width: 23.0769230769%;
  }

  .one-fifth {
    width: 19.88%;
  }

  .three-fourths {
    width: 74.358974359%;
  }

  .one-sixth {
    width: 14.5299145299%;
  }

  .five-sixths {
    width: 82.905982906%;
  }

  .main .one-half {
    width: 48.7179487179%;
  }

  .element-row-wrapper {
    display: -ms-flexbox;
    display: flex;
    clear: both;
  }
}
.first, .col-first {
  clear: both;
  margin-left: 0;
}

.text-formatted .field-item > p:last-child {
  margin-bottom: 1em;
}

.text-formatted img {
  max-width: 100%;
  height: auto !important;
}
/*# sourceMappingURL=maps/node--news.css.map */
