.page-container {
  max-width: 1200px; }

.region {
  position: relative;
  margin-bottom: 0; }

.region::before {
  display: block;
  content: "";
  width: 100%; }

/*
    padding-top in percentages refers to parent width
    this allows us to specify an aspect-ratio
*/
.region_landscape-large::before {
  padding-top: calc(400 / 1024 * 100%); }

.region_square::before {
  padding-top: calc(1 / 1 * 100%); }

.region_landscape-small::before {
  padding-top: calc(1 / 2 * 100%); }

.region_portrait-small::before {
  padding-top: calc(2 / 1 * 100%); }

div.sf-interactions-proxyHoverContainer a {
  overflow: visible; }

.chevron {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0; }
  @media (max-width: 768px) {
    .chevron {
      padding: 0 0 15px; } }

@media (max-width: 768px) {
  .slider-hero {
    margin-bottom: 10px; } }

.new-layout {
  max-width: 1000px;
  padding: 96px 0px; }
  @media (max-width: 768.98px) {
    .new-layout {
      padding: 48px 16px; }
      .new-layout .row {
        margin: 0; }
      .new-layout .col-12, .new-layout .col-sm-6 {
        padding: 0; } }
  .new-layout .title h1, .new-layout .title h2, .new-layout .title h3, .new-layout .title h4, .new-layout .title h5 {
    padding: 0;
    font-style: normal;
    margin-bottom: 16px; }
  .new-layout figure {
    margin: 0; }
  .new-layout .tec-rich {
    padding-left: 0; }
    @media (max-width: 768.98px) {
      .new-layout .tec-rich {
        padding: 0; } }
  .new-layout .pad-rl .pad-r {
    padding-right: 0; }
  .new-layout .pad-rl .pad-l {
    padding-left: 0; }
  .new-layout .pad-rl .tec-rich h1, .new-layout .pad-rl .tec-rich h2, .new-layout .pad-rl .tec-rich h3, .new-layout .pad-rl .tec-rich h4, .new-layout .pad-rl .tec-rich h5 {
    padding-top: 0;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase; }
  .new-layout .pad-rl .tec-rich h4 {
    font-size: 20px; }
  .new-layout .pad-rl .photo-tile-container {
    padding: 0; }
    .new-layout .pad-rl .photo-tile-container .photo-tile-figure img {
      border: 2px solid #1D1D1D0D; }
    @media (max-width: 768.98px) {
      .new-layout .pad-rl .photo-tile-container {
        margin-bottom: 16px; }
        .new-layout .pad-rl .photo-tile-container .photo-tile-figure {
          width: 100%;
          height: 250px;
          overflow: hidden;
          position: relative; }
          .new-layout .pad-rl .photo-tile-container .photo-tile-figure img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: center;
               object-position: center; } }
  .new-layout .marg-top-left {
    margin-top: 16px; }
  .new-layout .marg-top-right {
    margin-top: 32px; }
  @media (max-width: 768.98px) {
    .new-layout .marg-top-right-mobile {
      margin-top: 32px; } }
  .new-layout .richtext p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.6px; }
    @media (max-width: 768.98px) {
      .new-layout .richtext p {
        font-size: 16px;
        line-height: 21.6px; } }

/*# sourceMappingURL=layout.css.map*/