body.media-room {
    background-color: #F5F5F7;
}

strong em, em strong {
    font-family: "Trade Gothic LT_Bold_2_Obl";
    font-style: normal;
    font-weight: 700;
}

h3 {
    font-family: 'Trade_Gothic_LT_Bold_2';
}

.main {padding: 0 1rem!important;}
    
.region-banner > .views-element-container {max-width: unset;}

.region-banner .views-field-field-banner-region-content .field-content {background-color: #313131;}

.banner-block.banner-block-small {
    background-color: #313131!important;
    height: auto;
    min-height: unset;
    margin-bottom: 20px;
}

@media (max-width: 719px) {
    .banner-block.only-destop {
        display: block!important;
    }
}

@media (max-width: 719px) {
    .region-banner .banner-block.only-mobile {
        padding-bottom: 0;
    }
}

@media (min-width: 720px) {
    .banner-block.only-mobile {
        display: block;
    }
}

.region-banner .banner-block-small .grid-container {
    padding: 0 24px;
}

.page-title {
    color: #ffffff;
    margin: 0 0 .67em;
    padding: .67rem 0;
    font-size: 1.75rem;
}

.banner-block-small .page-title.title-h1 {
    font-size: 1.75rem;
    margin: 0;
}

@media (min-width: 720px) {
    .page-title {
        font-size: 2.5rem;
    }
}

.main-content h2 {
    text-transform: none;
    letter-spacing: normal;
}

.main-content .menu {
    display: flex;
    justify-content: center;
    padding: 0;
    align-items: center;
    margin: 1.75rem auto;
}

@media (max-width: 640px) {
    .main-content .menu {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (min-width: 641px) {
  .main-content .menu .menu__item {
      padding-right: 2rem;
      padding-left: 2rem;
  }
}

.main-content .menu .menu__link {
    color: #AC0535;
    text-decoration: none;
    font-family: "Trade_Gothic_LT_Bold_2", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.block.latest-news,
.block.logos {
    margin-top: 60px;
    display: block;
}

.latest-news-posts .blazy.block-grid > .grid:nth-of-type(1) {
    width: 100%;
}

.blazy.block-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
}

.block-grid > .grid {
    padding: 0 1.5rem 3rem;
}

.blazy.block-grid > .grid .grid__content {
    background-color: #ffffff;
    height: 100%;
}

.blazy.block-grid > .grid .grid__content .news-title {
    position: relative;
}

.blazy.block-grid > .grid .grid__content .news-post {
    padding: 1.5rem;
}

@media (min-width: 782px) {
    .latest-news-posts .blazy.block-grid > .grid:nth-of-type(1) .grid__content {
        display: flex;
        align-items: center;
    }

    .latest-news-posts .blazy.block-grid > .grid:nth-of-type(1) .grid__content .news-post {
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: flex-start;
        width: 40%;
    }

    .latest-news-posts .blazy.block-grid > .grid:nth-of-type(1) .grid__content > a {
        width: 60%;
    }
    
    .latest-news-posts .blazy.block-grid > .grid:nth-of-type(1) .grid__content .news-date {
        padding-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 782px) and (max-width: 1099px) {
    .latest-news-posts .blazy.block-grid > .grid:nth-of-type(1) .grid__content > a > img {
        position: absolute;
        width: auto;
        height: 100%;
        max-width: unset;
    }
    
    .latest-news-posts .blazy.block-grid > .grid:nth-of-type(1) .grid__content > a {
        position: relative;
        overflow: hidden;
        height: 100%;
    }
}

.blazy.block-grid h3 {
    font-family: 'Trade_Gothic_LT_Bold_2';
    text-transform: none;
    font-size: 1.75rem;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

@media (min-width: 782px) {
  .latest-news-posts .blazy.block-grid > .grid:nth-of-type(1) .grid__content h3 {
      font-size: 2rem;
      margin-top: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .latest-news-posts .blazy.block-grid > .grid:nth-of-type(1) .grid__content h3 {
      font-size: 2.5rem;
  }
}

.blazy.block-grid h3 a {
    text-decoration: none;
}

.latest-news-posts .blazy.block-grid h3:after {
    content: "";
    width: 33%;
    border-bottom: 4px solid #C0E1ED;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 100;
}

.cta-container {
    margin: 30px auto 60px auto;
    text-align: center;
}

.cta-container .icon.icon--carrot-right {
    width: .7rem;
    height: 1em;
}

.press-contacts {
    text-align: left;
    margin: 60px auto;
    max-width: 555px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 4px solid #C0E1ED;
    border-bottom: 4px solid #C0E1ED;
}

.press-contacts h6 {
    margin: 35px auto;
    text-transform: none;
    letter-spacing: normal;
    font-family: "Trade_Gothic_LT_Bold_2";
}

.media-room-logos .blazy.block-grid > .grid .grid__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: transparent;
}

.media-room-logos .views-field-field-media-image {
    padding: 60px 40px;
    background-color: #fff;
    width: 100%;
}

@media (max-width: 640px) {
  .media-room-logos .views-field-field-media-image {
      padding: 30px 20px;
  }
}

.media-room-logos .views-field-field-media-image .field-content a img {
    text-align: center;
    margin: 0 auto;
}

.blog-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-template-columns: unset;
    grid-template-rows: unset;
    grid-gap: unset;
    margin: 0 -1.5rem;
    padding: 0;
}

.blog-grid [class*=grid-col] {
    max-width: 33.33333%;
    flex-basis: unset;
    flex-grow: unset;
    padding: 0 1.5rem 3rem;
    list-style-type: none;
}

@media (max-width: 800px) {
    .blog-grid [class*=grid-col] {
        max-width: 50%;
    }
}

@media (max-width: 640px) {
    .blog-grid [class*=grid-col] {
        max-width: 100%;
    }
}

.blog-grid > li > a {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.blog-grid .blog-card__category {
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.5rem;
}

.blog-grid .blog-card__category a {
    text-decoration: none;
}


.press-release {
    padding: 1rem;
}

@media (max-width: 781px) {
  .press-release {
      padding: 0;
  }
}

.press-release .blazy.block-grid h3 {
    font-size: 1.35rem;
    padding-bottom: 0;
}

.press-release .news-date {
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: .8rem;
    color: #464646;
}

.press-release-date,
.press-release-share-link {
    margin: 0 auto;
    text-align: center;
}

.press-release-share-link {
    padding-top: 30px;
    padding-bottom: 10px;
}

.press-release-date .news-date {
    display: inline-block;
    padding-bottom: 25px;
    position: relative;
    margin-top: 20px;
}

.press-release-date .news-date:after {
    content: "";
    width: 80%;
    border-bottom: 4px solid #C0E1ED;
    left: 10%;
    bottom: 0;
    position: absolute;
    z-index: 100;
}

.press-release-date .news-date h4 {
    color: #7C7C7C;
    font-size: 19px;
    font-weight: 600;
}

.press-release .blazy.block-grid > .grid .grid__content .news-post {
    padding: 1.5rem 0;
}

@media (min-width: 640px) {
    .press-release header, .press-release form.bef-exposed-form {
        display: inline-block;
    }
    
    .press-release form.bef-exposed-form {
        float: right;
        margin-top: 0;
    }
    
    .press-release .form-item {
        margin-bottom: 30px;
    }
}


.press-release .pager__items {
    display: inline-flex;
}

.press-release .pager {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}


.node--type-press-release article h3 {
    text-align: center;
    text-transform: none;
    font-size: 3rem;
    padding-bottom: 15px;
    margin-bottom: 10px;
    letter-spacing: -.015rem;
    max-width: 66%;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 781px) {
    .node--type-press-release article h3 {
        max-width: 100%;
        font-size: 2.25rem;
        margin-bottom: 5px;
        padding-bottom: 10px;
    }
}

.node--type-press-release article .text-long {
    padding-right: 60px;
    padding-left: 60px;
    overflow: hidden;
}

@media (max-width: 781px) {
    .node--type-press-release article .text-long {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.node--type-press-release article .text-long p, 
.node--type-press-release article .text-long ul, 
.node--type-press-release article .text-long ol, 
.node--type-press-release article .text-long blockquote,
.node--type-press-release article .text-long figure {
    max-width: 66%;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 781px) {
    .node--type-press-release article .text-long p, 
    .node--type-press-release article .text-long ul, 
    .node--type-press-release article .text-long ol, 
    .node--type-press-release article .text-long blockquote,
		.node--type-press-release article .text-long figure {
        max-width: 80%;
        font-size: .95em;
    }
}

@media (max-width: 555px) {
    .node--type-press-release article .text-long p, 
    .node--type-press-release article .text-long ul, 
    .node--type-press-release article .text-long ol, 
    .node--type-press-release article .text-long blockquote,
		.node--type-press-release article .text-long figure {
        max-width: 100%;
        font-size: .9em;
    }
}

.node--type-press-release article .text-long p img {
    max-width: unset;
    margin-right: -20%;
    margin-left: -20%;
    width: 140%;
    margin-bottom: 25px;
}

.node--type-press-release article .text-long p.caption {
    margin-top: 1em;
    color: #7C7C7C;
    font-family: 'Trade_Gothic_LT_Bold_2';
    font-size: .85em;
}

@media (max-width: 781px) {
    .node--type-press-release article .text-long p.caption {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.node--type-press-release article .text-long figure figcaption {
    font-size: .8em;
    font-style: italic;
    line-height: 1.2;
    padding-top: 7px;
    padding-bottom: 20px;
}

.node--type-press-release .main-body-content li .inline-img-caption {
  margin-bottom: 20px;
}

@media (min-width: 920px) {
    .node--type-press-release .main-body-content li .inline-img-caption {
        float: right;
        width: 50%;
        padding-left: 20px;
    }
}

.node--type-press-release .main-body-content li .inline-img-caption figcaption {
    margin-top: 0;
    font-size: .8em;
    font-style: italic;
}

.node--type-press-release .main-body-content li .inline-img-caption img {
    margin-bottom: 2px;
}

.node--type-press-release article .text-long ul li p, 
.node--type-press-release article .text-long ul li figure {
    margin-left: 0;
    margin-right: 0;
    max-width: unset;
}