.landing-block-highlight .brick__image {
  border-bottom: solid 5px #e00023;
}

.node-type-landing-page .section--content {
  background: #f5f5f5;
}
.node-type-landing-page .section--content .brick--heavy .brick__wrapper {
  background: #fff;
}
.node-type-landing-page .section--content-top {
  padding-bottom: 6em;
}
.node-type-landing-page .section__content > .tabs {
  top: -100px;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  max-width: 1600px;
  padding: 0 25px;
}
@media all and (max-width: 720px) {
  .node-type-landing-page .section__content > .tabs {
    top: -80px;
  }
}
.node-type-landing-page .section__content > .tabs .tabs__tab-container {
  border-bottom: none;
  width: auto;
}
@media all and (max-width: 720px) {
  .node-type-landing-page .section__content > .tabs .tabs__tab-container,
  .node-type-landing-page .section__content > .tabs .tabs__tab {
    width: auto;
    display: block;
    margin-top: 1px;
  }
}
.node-type-landing-page .section__content > .tabs .tabs__tab--admin {
  background: #333;
  border: solid 1px #555;
  border-radius: 2px;
  padding: 0 7px;
  bottom: 0;
}
.node-type-landing-page .section__content > .tabs .tabs__tab--admin.tabs__tab--active {
  border: solid 1px #555;
  background: #444;
  padding: 0 7px;
  bottom: 0;
}
.node-type-landing-page .section__content > .tabs .tabs__tab--admin.tabs__tab--active a:link,
.node-type-landing-page .section__content > .tabs .tabs__tab--admin.tabs__tab--active a:visited {
  color: #eee;
}
.node-type-landing-page .section--lower-header.section--lower-header-has-background .context-leader__text {
  padding-bottom: 0;
  margin-bottom: 140px;
}
@media all and (max-width: 720px) {
  .node-type-landing-page .section--lower-header.section--lower-header-has-background .context-leader__text {
    margin-bottom: 120px;
  }
}
.node-type-landing-page .article--landing-page {
  margin-top: -65px;
}
.node-type-landing-page .article--landing-page .brick-grid .brick__wrapper {
  box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border-radius: 5px;
  transition: box-shadow .5s linear;
}
.node-type-landing-page .article--landing-page .brick-grid .brick__wrapper .brick__content {
  color: #666;
  font-weight: 200;
}
.node-type-landing-page .article--landing-page .brick-grid .brick__wrapper .bean__body p:last-child {
  margin-bottom: 0;
}
.node-type-landing-page .article--landing-page .brick-grid [data-container-link] {
  cursor: pointer;
}
.node-type-landing-page .article--landing-page .brick-grid [data-container-link]:hover .brick__wrapper {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.5);
}

[data-container-link] {
  cursor: pointer;
}

.brick--contact-us---mpc {
  min-width: 300px !important;
}

.brick--contact-us---connect-with-us .content-columns {
  display: block !important;
  margin: 0 !important;
}
.brick--contact-us---connect-with-us .content-columns__column {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  padding: 0 !important;
  flex: none !important;
}

.brick--contact-us---mpc .brick__image {
  display: none;
}

.node-type-landing-page .brick-grid .brick--heavy .entity-paragraphs-item.paragraphs-item-mpc {
  width: auto;
  margin: -1.085em -1.28571em 0 -1.28571em;
}
.node-type-landing-page .brick-grid .brick--heavy .entity-paragraphs-item.paragraphs-item-mpc .asset-video {
  display: block;
}
.node-type-landing-page .brick-grid .brick--heavy .entity-paragraphs-item.paragraphs-item-mpc .asset__details {
  padding: 1em;
}
.node-type-landing-page .brick-grid .brick--heavy .entity-paragraphs-item.paragraphs-item-mpc .asset__details .asset__secondary_title {
  font-size: 18px;
}
.node-type-landing-page .brick-grid .brick--heavy .entity-paragraphs-item.paragraphs-item-mpc .asset__details .asset__summary {
  font-size: 14px;
  margin-bottom: 3em;
  display: block;
}

div.brick-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
div.brick-grid .brick__image {
  height: 165px;
}
div.brick-grid .brick--heavy {
  background: whitesmoke;
}
div.brick-grid .brick {
  max-height: initial;
  min-width: 250px;
  margin: 15px;
  flex: initial;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: inline-block;
  border: 0;
  box-sizing: content-box;
  -webkit-flex-basis: inherit;
  flex-basis: inherit;
  background: transparent;
}
div.brick-grid .brick .brick__wrapper {
  height: 100%;
}
div.brick-grid .brick .brick {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 20px;
}
div.brick-grid .brick .brick:last-child {
  margin-bottom: 0;
}
div.brick-grid .brick--full-width {
  -webkit-flex-basis: calc(100% - 30px);
  flex-basis: calc(100% - 30px);
}
div.brick-grid .brick--half-width {
  -webkit-flex-basis: calc(50% - 30px);
  flex-basis: calc(50% - 30px);
}
div.brick-grid .brick--two-thirds-width {
  -webkit-flex-basis: calc(66.666666% - 30px);
  flex-basis: calc(66.666666% - 30px);
}
div.brick-grid .brick--third-width {
  -webkit-flex-basis: calc(33.333333% - 30px);
  flex-basis: calc(33.333333% - 30px);
}
div.brick-grid .brick--fourth-width {
  -webkit-flex-basis: calc(25% - 30px);
  flex-basis: calc(25% - 30px);
  max-width: 600px;
}
div.brick-grid .brick--advertisement {
  min-width: 320px;
}
div.brick-grid .brick--advertisement .brick__wrapper {
  padding: 10px;
  background: none !important;
  box-shadow: none !important;
}
div.brick-grid .brick--advertisement .brick__title {
  max-width: 300px;
  margin: 0 auto .4em auto;
  font-size: 12px;
  color: #999;
  font-weight: normal;
}
@media all and (max-width: 1050px) {
  div.brick-grid .brick--half-width,
  div.brick-grid .brick--two-thirds-width {
    -webkit-flex-basis: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
}
@media all and (max-width: 790px) {
  div.brick-grid .brick--half-width,
  div.brick-grid .brick--two-thirds-width,
  div.brick-grid .brick--third-width,
  div.brick-grid .brick--fourth-width,
  div.brick-grid .brick--advertisement {
    -webkit-flex-basis: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
}
@media all and (max-width: 640px) {
  div.brick-grid .brick--half-width,
  div.brick-grid .brick--two-thirds-width,
  div.brick-grid .brick--third-width,
  div.brick-grid .brick--fourth-width,
  div.brick-grid .brick--advertisement {
    -webkit-flex-basis: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
  }
}
div.brick-grid .brick--advertisement {
  max-width: 320px;
}
@media (max-width: 840px) {
  div.brick-grid .brick--advertisement {
    margin: 10px auto;
  }
}
div.brick-grid .brick--variable-width {
  width: auto;
}
@media (min-width: 1500px) {
  div.brick-grid .brick--variable-width {
    flex-basis: calc(50% - 30px);
  }
}

.landing-grid {
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: flex;
  flex-flow: row wrap;
}
@supports (display: grid) {
  .landing-grid {
    display: grid;
  }
}
.landing-grid .brick {
  background: transparent;
  min-height: 273px;
}
@supports (display: grid) {
  .landing-grid .brick {
    min-height: 0;
  }
}
.landing-grid .brick.brick--advertisement {
  min-width: 320px;
}
.landing-grid .brick.brick--no-image .brick__wrapper {
  justify-content: flex-start;
}
.landing-grid .brick.brick--no-image .brick__title a {
  color: #000;
}
.landing-grid .brick.brick--no-image .brick__content div {
  color: #666;
  line-height: 1.3em;
}
.landing-grid .brick .brick__wrapper {
  border-radius: 2em;
  box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.25);
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-pack: end;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 273px;
  overflow: hidden;
  position: relative;
  transition: box-shadow .5s linear;
}
@supports (display: grid) {
  .landing-grid .brick .brick__wrapper {
    min-height: 0;
  }
}
.landing-grid .brick .brick__wrapper .bean__body p:last-child {
  margin-bottom: 0;
}
.landing-grid .brick .brick__image {
  background-position: 50% 50%;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.landing-grid .brick .brick__image::before {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: -1px;
  content: '';
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
}
.landing-grid .brick .brick__title,
.landing-grid .brick .brick__content {
  position: relative;
}
.landing-grid .brick .brick__title a {
  color: #fff;
  font-size: 1.25em;
  line-height: 1em;
}
.landing-grid .brick .brick__content {
  font-weight: 200;
}
.landing-grid .brick .brick__content div {
  color: #fff;
  font-size: 1.1em;
  margin-bottom: 1.2em;
}
.landing-grid [data-container-link] {
  cursor: pointer;
}
.landing-grid [data-container-link]:hover .brick__wrapper {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.5);
}
.landing-grid .brick--advertisement {
  min-width: 320px;
}
.landing-grid .brick--advertisement .brick__wrapper {
  background: none !important;
  border-radius: 0;
  box-shadow: none !important;
  padding: 10px;
}
.landing-grid .brick--advertisement .brick__title {
  color: #999;
  font-size: 12px;
  font-weight: normal;
  margin: 0 auto .4em auto;
  max-width: 300px;
}

.landing-grid--01 {
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 15px -15px 0;
}
.landing-grid--01 .brick {
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin: 15px;
  max-width: calc(100% - 30px);
  min-width: 250px;
}
.landing-grid--01 .brick--advertisement {
  max-width: 320px;
}
@media (max-width: 640px) {
  .landing-grid--01 .brick {
    -ms-flex: 1 0 calc(100% - 30px);
    -webkit-flex: 1 0 calc(100% - 30px);
    flex: 1 0 calc(100% - 30px);
  }
}
@media (min-width: 640px) and (max-width: 790px) {
  .landing-grid--01 .brick:nth-child(4),
  .landing-grid--01 .brick:nth-child(5),
  .landing-grid--01 .brick:nth-child(6),
  .landing-grid--01 .brick:nth-child(7),
  .landing-grid--01 .brick:nth-child(8),
  .landing-grid--01 .brick:nth-child(9),
  .landing-grid--01 .brick:nth-child(11),
  .landing-grid--01 .brick:nth-child(14),
  .landing-grid--01 .brick:nth-child(15) {
    -ms-flex-basis: calc(50% - 30px);
    -webkit-flex-basis: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
}
@media (min-width: 780px) {
  .landing-grid--01 .brick:nth-child(1) {
    -ms-flex-basis: calc(39% - 30px);
    -webkit-flex-basis: calc(39% - 30px);
    flex-basis: calc(39% - 30px);
  }
}
@media (min-width: 790px) {
  .landing-grid--01 .brick:nth-child(4),
  .landing-grid--01 .brick:nth-child(5),
  .landing-grid--01 .brick:nth-child(6),
  .landing-grid--01 .brick:nth-child(7),
  .landing-grid--01 .brick:nth-child(8),
  .landing-grid--01 .brick:nth-child(9),
  .landing-grid--01 .brick:nth-child(11),
  .landing-grid--01 .brick:nth-child(14),
  .landing-grid--01 .brick:nth-child(15) {
    -ms-flex-basis: calc(25% - 30px);
    -webkit-flex-basis: calc(250px);
    flex-basis: calc(250px);
  }
}
@supports (display: grid) {
  .landing-grid--01 {
    margin-left: 0;
    margin-right: 0;
    grid-auto-rows: minmax(230px, auto);
    grid-gap: 30px;
  }
  .landing-grid--01 .brick {
    height: auto;
    margin: 0;
    max-width: none;
    min-width: auto;
    width: auto;
  }
  .landing-grid--01 .brick.brick--advertisement {
    min-width: 320px;
  }
  @media screen and (min-width: 552px) and (max-width: 679.98px) {
    .landing-grid--01 {
      grid-template-columns: repeat(2, 1fr);
    }
    .landing-grid--01 .brick .brick__title a {
      font-size: 1em;
    }
    .landing-grid--01 .brick .brick__content div {
      font-size: 1em;
      line-height: 1.1em;
    }
    .landing-grid--01 .brick:nth-child(1), .landing-grid--01 .brick:nth-child(2), .landing-grid--01 .brick:nth-child(3), .landing-grid--01 .brick:nth-child(6), .landing-grid--01 .brick:nth-child(9), .landing-grid--01 .brick:nth-child(10), .landing-grid--01 .brick:nth-child(12), .landing-grid--01 .brick:nth-child(13), .landing-grid--01 .brick:nth-child(15), .landing-grid--01 .brick:nth-child(3n + 18) {
      grid-column: span 2;
    }
    .landing-grid--01 .brick:nth-child(-n + 6), .landing-grid--01 .brick:nth-child(10) {
      order: 1;
    }
    .landing-grid--01 .brick:nth-child(n + 7):nth-child(-n + 9), .landing-grid--01 .brick:nth-child(11), .landing-grid--01 .brick:nth-child(14), .landing-grid--01 .brick:nth-child(15) {
      order: 2;
    }
    .landing-grid--01 .brick:nth-child(12), .landing-grid--01 .brick:nth-child(13), .landing-grid--01 .brick:nth-child(n + 16) {
      order: 3;
    }
  }
  @media screen and (min-width: 680px) and (max-width: 1049.98px) {
    .landing-grid--01 {
      grid-auto-rows: minmax(40px, auto);
      grid-template-columns: repeat(2, 1fr);
    }
    .landing-grid--01 .brick:nth-child(1) {
      grid-column: span 1;
      grid-row: span 5;
    }
    .landing-grid--01 .brick:nth-child(n + 2) {
      grid-column: span 1;
      grid-row: span 4;
    }
    .landing-grid--01 .brick:nth-child(-n + 6), .landing-grid--01 .brick:nth-child(10) {
      order: 1;
    }
    .landing-grid--01 .brick:nth-child(n + 7):nth-child(-n + 9), .landing-grid--01 .brick:nth-child(12) {
      order: 2;
    }
    .landing-grid--01 .brick:nth-child(11), .landing-grid--01 .brick:nth-child(n + 13) {
      order: 3;
    }
  }
  @media screen and (min-width: 1050px) and (max-width: 1299.98px) {
    .landing-grid--01 {
      grid-auto-rows: minmax(40px, auto);
      grid-gap: 30px;
      grid-template-columns: repeat(30, 1fr);
    }
    .landing-grid--01 .brick:nth-child(1) {
      grid-column: span 11;
      grid-row: span 4;
    }
    .landing-grid--01 .brick:nth-child(2) {
      grid-column: span 9;
      grid-row: span 4;
    }
    .landing-grid--01 .brick:nth-child(3), .landing-grid--01 .brick:nth-child(4), .landing-grid--01 .brick:nth-child(6), .landing-grid--01 .brick:nth-child(7), .landing-grid--01 .brick:nth-child(n + 9):nth-child(-n + 13), .landing-grid--01 .brick:nth-child(n + 15) {
      grid-column: span 10;
      grid-row: span 4;
    }
    .landing-grid--01 .brick:nth-child(5), .landing-grid--01 .brick:nth-child(8), .landing-grid--01 .brick:nth-child(5n + 14) {
      grid-column: span 20;
      grid-row: span 4;
    }
    .landing-grid--01 .brick:nth-child(-n + 7), .landing-grid--01 .brick:nth-child(10) {
      order: 1;
    }
    .landing-grid--01 .brick:nth-child(8), .landing-grid--01 .brick:nth-child(9), .landing-grid--01 .brick:nth-child(n + 11) {
      order: 2;
    }
  }
  @media screen and (min-width: 1140px) and (max-width: 1299.98px) {
    .landing-grid--01 .brick:nth-child(1) {
      grid-column: span 12;
    }
    .landing-grid--01 .brick:nth-child(2) {
      grid-column: span 8;
    }
    .landing-grid--01 .brick:nth-child(3) {
      grid-column: span 10;
    }
  }
  @media screen and (min-width: 1300px) {
    .landing-grid--01 {
      grid-auto-rows: minmax(40px, auto);
      grid-gap: 40px;
      grid-template-columns: repeat(4, 1fr);
    }
    .landing-grid--01 .brick:nth-child(1) {
      grid-column: span 2;
      grid-row: span 6;
    }
    .landing-grid--01 .brick:nth-child(n + 2):nth-child(-n + 5), .landing-grid--01 .brick:nth-child(7), .landing-grid--01 .brick:nth-child(n + 10):nth-child(-n + 14) {
      grid-column: span 1;
      grid-row: span 4;
    }
    .landing-grid--01 .brick:nth-child(6), .landing-grid--01 .brick:nth-child(8), .landing-grid--01 .brick:nth-child(9), .landing-grid--01 .brick:nth-child(15) {
      grid-column: span 2;
      grid-row: span 4;
    }
    .landing-grid--01 .brick:nth-child(n + 17) {
      grid-column: span 1;
      grid-row: span 4;
    }
    .landing-grid--01 .brick:nth-child(16), .landing-grid--01 .brick:nth-child(5n + 16):nth-child(odd), .landing-grid--01 .brick:nth-child(5n + 17):nth-child(even) {
      grid-column: span 2;
      grid-row: span 4;
    }
    .landing-grid--01 .brick:nth-child(-n + 3), .landing-grid--01 .brick:nth-child(6) {
      order: 1;
    }
    .landing-grid--01 .brick:nth-child(4), .landing-grid--01 .brick:nth-child(5), .landing-grid--01 .brick:nth-child(7), .landing-grid--01 .brick:nth-child(10) {
      order: 2;
    }
    .landing-grid--01 .brick:nth-child(8), .landing-grid--01 .brick:nth-child(9), .landing-grid--01 .brick:nth-child(11), .landing-grid--01 .brick:nth-child(14) {
      order: 3;
    }
    .landing-grid--01 .brick:nth-child(12), .landing-grid--01 .brick:nth-child(13), .landing-grid--01 .brick:nth-child(n + 15) {
      order: 4;
    }
  }
}
