.newsroom__slider-section {
  margin-bottom: 50px; }
  .newsroom__slider-section .slide-item__inner {
    position: relative; }
    .newsroom__slider-section .slide-item__inner .text-slide {
      width: 100%; }
      @media (min-width: 1024px) {
        .newsroom__slider-section .slide-item__inner .text-slide {
          bottom: 0;
          position: absolute;
          left: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
    .newsroom__slider-section .slide-item__inner .iframe-holder {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0; }
      .newsroom__slider-section .slide-item__inner .iframe-holder iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .newsroom__slider-section .large-text-holder {
    font-weight: 400;
    font-style: normal; }
    @media (max-width: 1023px) {
      .newsroom__slider-section .large-text-holder {
        margin-top: -60px; } }
    @media (min-width: 1024px) {
      .newsroom__slider-section .large-text-holder {
        margin-right: 70px; } }
    .newsroom__slider-section .large-text-holder .large-text {
      font-family: adobe-garamond-pro, serif;
      line-height: 1;
      text-shadow: 2px 3px 7px rgba(1, 2, 1, 0.24);
      display: block;
      color: rgba(255, 255, 255, 0.7);
      font-size: 60px; }
      @media (min-width: 1024px) {
        .newsroom__slider-section .large-text-holder .large-text {
          font-size: 160px; } }
  .newsroom__slider-section .mark-text-holder {
    padding: 25px 25px 25px 60px;
    position: relative;
    background-color: #e5e8ef; }
    @media (min-width: 1024px) {
      .newsroom__slider-section .mark-text-holder {
        background-color: rgba(255, 255, 255, 0.75); } }
    .newsroom__slider-section .mark-text-holder:before {
      content: "";
      position: absolute;
      top: 25px;
      bottom: 25px;
      width: 4px;
      background-color: #011f5b;
      left: 30px; }
    .newsroom__slider-section .mark-text-holder .mark-text-md a {
      font-size: 24px;
      font-family: playfair-display, serif;
      font-weight: 400;
      margin-bottom: 15px;
      color: #1a1a1a;
      display: inline-block;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
      .newsroom__slider-section .mark-text-holder .mark-text-md a:hover {
        opacity: 0.75; }
    .newsroom__slider-section .mark-text-holder .mark-text-sm {
      font-size: 18px;
      font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

.newsroom a:hover {
  text-decoration: none; }

.newsroom h3 a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .newsroom h3 a:hover {
    opacity: 0.75; }

.newsroom h1 {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  font-size: 33px;
  color: #011f5b; 
  border-bottom: none;
}

.newsroom h2 {
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
    color: #011f5b;
    border-bottom: none;
}

.newsroom .container {
  max-width: 1170px;
  padding: 0 15px; }

.newsroom .decor-box {
  position: relative;
  padding-bottom: 7px; }
  .newsroom .decor-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 1px;
    background-image: url(../images/decor-item.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .newsroom .decor-box h1 {
    color: #011f5b; }

.newsroom__slider {
  margin-top: 30px; }
  .newsroom__slider .slick-arrow {
    background-color: transparent;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: none;
    box-shadow: none;
    top: 50%;
    z-index: 10;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0.75; }
    @media (min-width: 1024px) {
      .newsroom__slider .slick-arrow {
        top: 50%; } }
    .newsroom__slider .slick-arrow.slick-prev {
      left: 10px; }
      @media (min-width: 768px) {
        .newsroom__slider .slick-arrow.slick-prev {
          left: 30px; } }
      .newsroom__slider .slick-arrow.slick-prev:before {
        content: "";
        clear: both;
        display: block;
        width: 26px;
        height: 26px;
        border: 6px solid #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-width: 0 0 6px 6px; }
    .newsroom__slider .slick-arrow.slick-next {
      right: 10px; }
      @media (min-width: 768px) {
        .newsroom__slider .slick-arrow.slick-next {
          right: 30px; } }
      .newsroom__slider .slick-arrow.slick-next:before {
        content: "";
        clear: both;
        display: block;
        width: 26px;
        height: 26px;
        border: 6px solid #fff;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        border-width: 0 0 6px 6px;
        margin: 0 0 0 10px; }
      .newsroom__slider .slick-arrow.slick-next:hover {
        opacity: 1; }

@media (min-width: 1024px) {
  .newsroom__info-section .two-columns-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 45px; } }

/*@media (min-width: 1024px) {
  .newsroom__info-section .two-columns-row .col-box {
    width: calc(50% - 15px); } }*/

.newsroom__info-section .two-columns-row .col-box .decor-box {
  padding-bottom: 0;
  margin-bottom: 30px;
  padding-bottom: 7px; }

.newsroom__info-section .two-columns-row .col-box h2 {
    color: #011f5b;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 25px;
    margin-bottom: 0;
    text-align: center;
    border-bottom: none;
}
  .newsroom__info-section .two-columns-row .col-box h2 a {
    font-weight: 400; }

.newsroom__info-section .two-columns-row .col-box .img-holder {
  margin-bottom: 30px; }
  .newsroom__info-section .two-columns-row .col-box .img-holder img {
    width: 100%; }

.newsroom__info-section .two-columns-row .col-box .content-box {
  font-size: 18px; }
  .newsroom__info-section .two-columns-row .col-box .content-box time {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
    color: #353535; }
  .newsroom__info-section .two-columns-row .col-box .content-box h3 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #011f5b; }
    .newsroom__info-section .two-columns-row .col-box .content-box h3 a {
      font-weight: 400; }

.newsroom__stories .stories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 55px;
  margin-bottom: 50px; }
  @media (max-width: 1023px) {
    .newsroom__stories .stories-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .newsroom__stories .stories-list__item {
    text-align: center;
    width: calc(100% / 2 - 20px);
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .newsroom__stories .stories-list__item {
        width: calc(100% / 4 - 20px); } }
    @media (min-width: 1024px) {
      .newsroom__stories .stories-list__item {
        width: calc(100% / 8 - 20px); } }
    .newsroom__stories .stories-list__item:nth-child(even) a span {
      color: #011f5b; }
    .newsroom__stories .stories-list__item:nth-child(even) a .title-box {
      border: 1px solid #011f5b;
      border-top: none; }
    .newsroom__stories .stories-list__item:nth-child(odd) a .title-box {
      border: 1px solid #95001a;
      border-top: none; }
    .newsroom__stories .stories-list__item:nth-child(odd) a span {
      color: #95001a; }
    .newsroom__stories .stories-list__item a {
      display: block;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
      .newsroom__stories .stories-list__item a:hover {
        text-decoration: none;
        opacity: 0.7; }
    .newsroom__stories .stories-list__item .img-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 6px;
      height: 93px; }
      .newsroom__stories .stories-list__item .img-holder img {
        height: 100%;
        width: auto; }
    .newsroom__stories .stories-list__item .title-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 10px;
      min-height: 57px; }
      .newsroom__stories .stories-list__item .title-box span {
        font-size: 16px;
        line-height: 1;
        font-weight: 400; }
        @media (max-width: 1023px) {
          .newsroom__stories .stories-list__item .title-box span {
            font-size: 18px; } }

.newsroom__content {
  font-size: 18px;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .newsroom__content .single-text {
    margin-bottom: 26px; }
  @media (min-width: 1024px) {
    .newsroom__content .column-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .newsroom__content .column-text .col-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .newsroom__content .column-text blockquote {
    position: relative;
    padding: 0 0 0 60px;
    font-weight: 400;
    font-style: italic;
    margin: 0;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .newsroom__content .column-text blockquote {
        margin: 0;
        max-width: 430px; } }
    .newsroom__content .column-text blockquote::before {
      content: "";
      position: absolute;
      left: 25px;
      width: 4px;
      background-color: #011f5b;
      top: 0;
      bottom: 0; }
      @media (min-width: 1024px) {
        .newsroom__content .column-text blockquote::before {
          bottom: auto;
          top: 10px;
          height: 183px; } }
    .newsroom__content .column-text blockquote p {
      font-family: playfair-display, serif;
      font-size: 24px;
      margin-bottom: 10px; }
      .newsroom__content .column-text blockquote p:before {
        content: "“"; }
      .newsroom__content .column-text blockquote p:after {
        content: "”"; }
    .newsroom__content .column-text blockquote span {
      font-size: 18px;
      letter-spacing: 0.1px; }
      .newsroom__content .column-text blockquote span:before {
        content: "“"; }
      .newsroom__content .column-text blockquote span:after {
        content: "”"; }
  .newsroom__content .full-width-img {
    width: 100%;
    margin-bottom: 30px; }
    .newsroom__content .full-width-img img {
      width: 100%; }

.newsroom__article .title-box {
  max-width: 780px;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 18px; }
  .newsroom__article .title-box h3 {
    font-size: 24px;
    letter-spacing: normal;
    font-weight: 400;
    color: #011f5b; }

.newsroom__article-content {
  padding-bottom: 50px; }
  .newsroom__article-content .container {
    padding: 0; }
  @media (min-width: 1024px) {
    .newsroom__article-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .newsroom__article-content .img-holder {
    width: 100%; }
    @media (min-width: 1024px) {
      .newsroom__article-content .img-holder {
        width: 600px; } }
    .newsroom__article-content .img-holder img {
      width: 100%; }
  .newsroom__article-content .content-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    line-height: 1.3;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    padding: 20px 0; }
    @media (min-width: 1024px) {
      .newsroom__article-content .content-box {
        padding: 35px 40px 16px 33px; } }
    @media (min-width: 1024px) {
      .newsroom__article-content .content-box:before {
        position: absolute;
        content: "";
        background-color: #011f5b;
        width: 3px;
        top: 0;
        bottom: 0;
        left: 15px; } }
    .newsroom__article-content .content-box time {
      color: #1a1a1a;
      font-size: 18px;
      display: inline-block;
      margin-bottom: 15px; }
    .newsroom__article-content .content-box h3 {
      color: #011f5b;
      font-size: 24px;
      font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      .newsroom__article-content .content-box h3 a {
        font-weight: 400; }
    .newsroom__article-content .content-box p:last-of-type {
      margin-bottom: 0; }
    .newsroom__article-content .content-box strong {
      font-weight: 700;
      margin-bottom: 25px;
      display: inline-block; }
    .newsroom__article-content .content-box .link-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-top: 26px; }
      .newsroom__article-content .content-box .link-row .link-btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 10px 20px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
        font-weight: 400;
        border-radius: 4px;
        border: 1px solid #710014;
        background-color: #ffffff;
        color: #710014;
        font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 18px;
        -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }
        .newsroom__article-content .content-box .link-row .link-btn i {
          margin-right: 5px; }
        .newsroom__article-content .content-box .link-row .link-btn:hover {
          text-decoration: none;
          background-color: #710014;
          color: #ffffff; }

.newsroom .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px; }
  .newsroom .category-list__item {
    height: 140px;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover; }
    @media (min-width: 768px) {
      .newsroom .category-list__item {
        width: calc(50% - 15px); } }
    .newsroom .category-list__item:after {
      content: "";
      height: 104px;
      background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
      background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      bottom: 0;
      z-index: 2; }
    .newsroom .category-list__item:before {
      z-index: 1;
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: #011f5b;
      opacity: 0.7; }
    @media (min-width: 768px) {
      .newsroom .category-list__item:nth-child(2)::before, .newsroom .category-list__item:nth-child(3)::before {
        background-color: #95001a;
        opacity: 0.7; } }
    @media (max-width: 767px) {
      .newsroom .category-list__item:nth-child(even)::before {
        background-color: #011f5b; } }
    @media (max-width: 767px) {
      .newsroom .category-list__item:nth-child(odd)::before {
        background-color: #95001a; } }
    .newsroom .category-list__item h3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      font-weight: 400;
      height: 100%; }
    .newsroom .category-list__item a {
      color: #ffffff;
      display: block;
      text-align: center;
      margin-bottom: 15px;
      width: 100%;
      font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 32px;
      position: relative;
      z-index: 3;
      font-weight: 400; }
      .newsroom .category-list__item a:hover {
        text-decoration: none; }
/*# sourceMappingURL=main.css.map */