@charset "UTF-8";

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  overflow: hidden;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

.featherlight .featherlight-inner {
  display: block;
}

.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  border: 0;
}

.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

@media print {
  html.with-featherlight>*> :not(.featherlight) {
    display: none;
  }
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider>* {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider>.is-selected {
  pointer-events: auto;
  z-index: 1;
}

@font-face {
  font-family: "BrunelMedium";
  src: url("../fonts/BrunelDeck-Medium-Web.woff2") format("woff2"), url("../fonts/BrunelDeck-Medium-Web.woff") format("woff");
}

@font-face {
  font-family: "BrunelRoman";
  src: url("../fonts/BrunelDeck-Roman-Web.woff2") format("woff2"), url("../fonts/BrunelDeck-Roman-Web.woff") format("woff");
}

body {
  color: #000;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

figure {
  margin: 0;
  position: relative;
}

.featherlight .featherlight-content {
  border: none;
  padding: 0;
  position: static;
}

.featherlight .featherlight-close-icon {
  background-color: transparent;
  color: #FFF;
  font-size: 2em;
  -webkit-appearance: none;
  right: 30px;
  top: 30px;
}

a.expand-img {
  background: url(../img/btn-expand.svg) no-repeat;
  background-position: center;
  display: none;
  height: 32px;
  position: absolute;
  right: 0;
  text-indent: -999em;
  text-decoration: none;
  top: 0;
  width: 32px;
}

@media screen and (min-width: 720px) {
  a.expand-img {
    display: block;
  }
}

h1,
h2,
h3 {
  color: #1F2A2E;
  font-family: "BrunelMedium", Times, serif;
  font-weight: normal;
}

.centered-content-block h1,
.section-header-text-only h1,
.centered-content-block h2,
.section-header-text-only h2,
.centered-content-block h3,
.section-header-text-only h3 {
  font-family: "BrunelRoman", Times, serif;
}

h2 {
  font-weight: 300;
  font-size: 2.14em;
  line-height: 1.167em;
}

@media screen and (min-width: 720px) {
  h2 {
    font-size: 3.14em;
    line-height: 1.222em;
  }
}

p {
  line-height: 1.67em;
}

.header-nav {
  background-color: white;
  color: #1F2A2E;
  font-family: "BrunelRoman", Times, serif;
  left: 0;
  position: fixed;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 110;
}

.header-nav a {
  color: #1F2A2E;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.header-nav .nav-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 25px;
  width: 100%;
}

.header-nav .nav-wrap .header-logo {
  display: block;
  height: 20px;
  margin: auto 0;
  position: static;
  width: 20px;
  z-index: 100;
}

@media screen and (min-width: 1024px) {
  .header-nav .nav-wrap .header-logo {
    height: 30px;
    width: 30px;
  }
}

.header-nav .nav-wrap .header-logo img {
  height: 20px;
  width: 20px;
}

@media screen and (min-width: 1024px) {
  .header-nav .nav-wrap .header-logo img {
    height: 30px;
    width: 30px;
  }
}

.header-nav .nav-wrap #menu_toggle,
.header-nav .nav-wrap .mobile-secondary-nav {
  display: flex;
}

@media screen and (min-width: 1024px) {

  .header-nav .nav-wrap #menu_toggle,
  .header-nav .nav-wrap .mobile-secondary-nav {
    display: none;
  }
}

.header-nav .nav-wrap .mobile-secondary-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .header-nav .nav-wrap .mobile-secondary-nav {
    margin-left: 20px;
  }
}

.header-nav .nav-wrap .mobile-secondary-nav li {
  font-size: 0.71em;
  margin-left: 10px;
}

.header-nav .nav-wrap .mobile-secondary-nav li a {
  background-color: transparent;
  border: 1px solid #F4F3EF;
  color: #1F2A2E;
  display: block;
  padding: 8px 12px;
}

.header-nav .nav-wrap .mobile-secondary-nav li a:hover {
  background-color: #1F2A2E;
  color: #FFF;
  text-decoration: none;
}

.header-nav .nav-wrap #menu_toggle {
  background: transparent;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 22px;
  margin: auto 0;
  position: static;
  z-index: 100;
}

.header-nav .nav-wrap #menu_toggle span.menu-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.header-nav .nav-wrap #menu_toggle .close-icon {
  background: url(../img/icon-menu-close.svg) no-repeat;
  background-size: 12px 12px;
  display: none;
  height: 12px;
  width: 12px;
}

.header-nav .nav-wrap #menu_toggle .burger-icon {
  background: url(../img/icon-menu.svg) no-repeat;
  background-size: 23px 12px;
  display: block;
  height: 12px;
  width: 23px;
}

.header-nav .nav-wrap #menu_toggle.nav-open .burger-icon {
  display: none;
}

.header-nav .nav-wrap #menu_toggle.nav-open .close-icon {
  display: block;
}

.header-nav .nav-wrap nav {
  display: none;
}

.header-nav .nav-wrap nav.is-active {
  align-items: center;
  background-color: #F4F3EF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  left: 0;
  padding-top: 40px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

@media screen and (min-width: 1024px) {
  .header-nav .nav-wrap nav.is-active {
    background-color: #FFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    margin: auto 0;
    padding-top: 0;
    position: relative;
    width: auto;
  }
}

@media screen and (min-width: 1024px) {
  .header-nav .nav-wrap nav {
    display: flex;
    flex-direction: row;
  }
}

.header-nav .nav-wrap nav>ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .header-nav .nav-wrap nav>ul {
    flex-direction: row;
    margin: auto 0;
  }
}

.header-nav .nav-wrap nav>ul li {
  font-family: "BrunelRoman", Times, serif;
  font-size: 1.07em;
  letter-spacing: 0.06em;
  padding: 20px 0;
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .header-nav .nav-wrap nav>ul li {
    font-family: "BrunelRoman", Times, serif;
    font-size: 0.86em;
    padding: 0;
  }
}

.header-nav .nav-wrap nav>ul li a {
  display: block;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .header-nav .nav-wrap nav>ul li a {
    padding: 0 20px;
    width: auto;
  }
}

.header-nav .nav-wrap nav>ul li a:hover {
  color: #85734D;
}

.header-nav .nav-wrap nav>ul li.active a {
  color: #85734D;
}

.header-nav .nav-wrap nav>ul li>ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-nav .nav-wrap nav ul.secondary-nav {
  margin: 50px auto 0;
  width: 90%;
}

@media screen and (min-width: 1024px) {
  .header-nav .nav-wrap nav ul.secondary-nav {
    margin: 0 0 0 20px;
    width: auto;
  }
}

.header-nav .nav-wrap nav ul.secondary-nav li {
  margin-left: 10px;
  margin-top: 10px;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .header-nav .nav-wrap nav ul.secondary-nav li {
    margin: 0 0 0 10px;
  }
}

.header-nav .nav-wrap nav ul.secondary-nav li a {
  background-color: transparent;
  border: 1px solid #85734D;
  color: #85734D;
  display: block;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 0.667em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 13px 16px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .header-nav .nav-wrap nav ul.secondary-nav li a {
    background-color: transparent;
    border: 1px solid #F4F3EF;
    color: #1F2A2E;
    font-family: "BrunelRoman", Times, serif;
    font-size: 0.857em;
    font-weight: 400;
    padding: 8px 12px;
    width: auto;
  }
}

.header-nav .nav-wrap nav ul.secondary-nav li a:hover {
  background-color: #85734D;
  color: #FFF;
}

@media screen and (min-width: 1024px) {
  .header-nav .nav-wrap nav ul.secondary-nav li a:hover:hover {
    background-color: #1F2A2E;
    color: #FFF;
    text-decoration: none;
  }
}

.header-nav .nav-wrap nav ul.secondary-nav li.active a {
  background-color: #85734D;
  color: #FFF;
}

@media screen and (min-width: 1024px) {
  .header-nav .nav-wrap nav ul.secondary-nav li.active a {
    background-color: #1F2A2E;
    color: #FFF;
    text-decoration: none;
  }
}

.page-subnav {
  background-color: #F4F3EF;
  border-bottom: 1px solid rgba(121, 121, 121, 0.27);
  color: #1F2A2E;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  font-family: "BrunelRoman", Times, serif;
  font-size: 0.71em;
  justify-content: flex-start;
  letter-spacing: 0.06em;
  left: 0;
  list-style: none;
  margin: 0;
  overflow-x: scroll;
  padding: 0;
  position: fixed;
  text-transform: uppercase;
  top: 61px;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 600px) {
  .page-subnav {
    justify-content: center;
  }
}

@media screen and (min-width: 720px) {
  .page-subnav {
    font-size: 0.857em;
  }
}

.page-subnav li {
  flex-shrink: 0;
  margin: 0;
  padding: 0 20px;
}

.page-subnav li a {
  color: #1F2A2E;
  display: block;
  padding: 20px 0;
  text-decoration: none;
}

div.centered-content-block .inner,
div.content-block .inner,
div.left-content-block .inner {
  margin: 0 auto;
  max-width: 580px;
  padding: 30px 0;
  width: calc(100% - 72px);
}

@media screen and (min-width: 720px) {

  div.centered-content-block .inner,
  div.content-block .inner,
  div.left-content-block .inner {
    padding: 80px 0 50px;
    width: 80%;
  }
}

div.centered-content-block .inner h2,
div.content-block .inner h2,
div.left-content-block .inner h2 {
  margin: 0 auto 40px;
  max-width: 265px;
  width: 100%;
}

@media screen and (min-width: 720px) {

  div.centered-content-block .inner h2,
  div.content-block .inner h2,
  div.left-content-block .inner h2 {
    margin-bottom: 50px;
    max-width: 100%;
  }
}

div.centered-content-block .inner p:first-child,
div.content-block .inner p:first-child,
div.left-content-block .inner p:first-child {
  margin-top: 0;
}

.section-cta {
  background-color: transparent;
  border: 1px solid #85734D;
  color: #85734D;
  display: inline-block;
  font-weight: "Work Sans", Arial, sans-serif;
  font-size: 0.71em;
  font-weight: 400;
  margin: 30px auto 0;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 16px;
  width: 100%;
}

.section-cta:first-child {
  margin: 0 auto;
}

.two-column-text-media .section-cta {
  margin: 30px 0 0;
}

@media screen and (min-width: 720px) {
  .section-cta {
    display: block;
    font-size: 0.86em;
    margin-top: 50px;
    width: 265px;
  }
}

.section-cta:hover {
  background-color: #85734D;
  color: #FFF;
}

div.centered-content-block {
  text-align: center;
}

#masthead {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
  display: flex;
  font-family: "BrunelMedium", Times, serif;
  height: 70vw;
  justify-content: center;
  margin-top: 64px;
}

@media screen and (min-width: 720px) {
  #masthead {
    height: 50vw;
  }
}

#masthead h1 {
  color: #FFF;
  font-size: 2.14em;
}

@media screen and (min-width: 720px) {
  #masthead h1 {
    font-size: 4.286em;
  }
}

.home #masthead h1 {
  background-image: url(../img/metro-logo-white.svg);
  background-repeat: no-repeat;
  background-size: 250px 39px;
  height: 39px;
  text-indent: -9999em;
  width: 250px;
}

@media screen and (min-width: 600px) {
  .home #masthead h1 {
    background-size: 424px 66px;
    height: 66px;
    width: 424px;
  }
}

.banner {
  background-color: #6E7073;
  color: #FFF;
  display: block;
  font-size: 0.833em;
  padding: 8px 10%;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.banner a {
  color: #FFF;
  text-decoration: none;
}

.banner button {
  background-color: transparent;
  background-image: url(../img/icon-close.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  border: none;
  border-radius: none;
  -webkit-appearance: none;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.banner button span {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

main {
  background-color: #F4F3EF;
  padding: 60px 0;
}

@media screen and (min-width: 720px) {
  main {
    padding-top: 80px;
  }
}

.no-head main {
  margin-top: 64px;
}

@media screen and (min-width: 720px) {
  .no-head main {
    padding-top: 80px;
  }
}

.gallery main {
  margin-top: 116px;
}

main .section-header-with-image {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
  display: flex;
  font-family: "BrunelMedium", Times, serif;
  height: 70vw;
  justify-content: center;
}

@media screen and (min-width: 720px) {
  main .section-header-with-image {
    height: 100vh;
  }
}

main .section-header-with-image h2 {
  color: #FFF;
  font-size: 3.33em;
}

@media screen and (min-width: 720px) {
  main .section-header-with-image h2 {
    font-size: 4.286em;
  }
}

main .section-header-text-only {
  padding: 0 0 25px;
  text-align: center;
}

@media screen and (min-width: 720px) {
  main .section-header-text-only {
    padding: 50px 0 25px;
  }
}

main .section-header-text-only h2 {
  font-size: 1.43em;
  letter-spacing: 0.065em;
  line-height: 1;
  margin: 0 auto;
  text-transform: uppercase;
}

@media screen and (min-width: 720px) {
  main .section-header-text-only h2 {
    font-size: 1.43em;
  }
}

main .full-width-image {
  height: calc(70vw - 30px);
  margin: 0;
  padding: 30px 0 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  main .full-width-image {
    height: 100vh;
  }
}

.section-header-text-only+main .full-width-image {
  padding-top: 0;
}

main .full-width-image figure {
  height: calc(70vw - 60px);
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  main .full-width-image figure {
    height: calc(100vh - 30px);
  }
}

main .full-width-image figure img {
  height: calc(70vw - 60px);
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  main .full-width-image figure img {
    height: calc(100vh - 30px);
  }
}

main .two-column-text-media,
main .two-column-media-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1024px;
  padding: 30px 0 60px;
  width: calc(100% - 36px);
}

@media screen and (min-width: 700px) {

  main .two-column-text-media,
  main .two-column-media-text {
    flex-direction: row;
    padding: 60px 0;
    width: 90%;
  }
}

main .two-column-text-media .col,
main .two-column-media-text .col {
  display: flex;
  width: 100%;
}

@media screen and (min-width: 700px) {

  main .two-column-text-media .col,
  main .two-column-media-text .col {
    flex-grow: 0;
    width: 48%;
  }
}

main .two-column-text-media .col figure,
main .two-column-media-text .col figure {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 700px) {

  main .two-column-text-media .col figure,
  main .two-column-media-text .col figure {
    height: 600px;
    max-height: 600px;
    width: 100%;
  }
}

main .two-column-text-media .col figure img,
main .two-column-media-text .col figure img {
  height: auto;
  max-height: 600px;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 700px) {

  main .two-column-text-media .col figure img,
  main .two-column-media-text .col figure img {
    height: 600px;
  }
}

main .two-column-text-media .col .col-text,
main .two-column-media-text .col .col-text {
  margin: 20px auto auto;
  width: calc(100% - 36px);
}

@media screen and (min-width: 700px) {

  main .two-column-text-media .col .col-text,
  main .two-column-media-text .col .col-text {
    margin: auto 0;
    width: 70%;
  }
}

main .two-column-text-media .col .col-text h2,
main .two-column-text-media .col .col-text h3,
main .two-column-media-text .col .col-text h2,
main .two-column-media-text .col .col-text h3 {
  color: #1F2A2E;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.077em;
  margin-bottom: 25px;
  text-transform: uppercase;
}

main .two-column-text-media .col .col-text p:last-of-type,
main .two-column-media-text .col .col-text p:last-of-type {
  margin-bottom: 0;
}

main .two-column-media-text .col .col-text {
  margin: 20px auto 0;
}

@media screen and (min-width: 700px) {
  main .two-column-media-text .col .col-text {
    margin: auto 0 auto 60px;
  }
}

main .section-subhead {
  color: #1F2A2E;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 0.86em;
  font-weight: 600;
  letter-spacing: 0.065em;
  margin: 0 auto -18px;
  text-align: center;
  text-transform: uppercase;
  width: 80%;
}

@media screen and (min-width: 720px) {
  main .section-subhead {
    font-size: 0.857em;
    text-align: left;
  }
}

main .full-width-gallery {
  padding: 40px 0 0;
}

@media screen and (min-width: 720px) {
  main .full-width-gallery {
    padding: 60px 0;
  }
}

main .full-width-gallery .carousel {
  margin: 0 auto;
  padding: 0 0 10px;
  width: 100%;
}

main .full-width-gallery .carousel figure {
  height: 50vw;
  margin: 0 5%;
  width: 90%;
}

@media screen and (min-width: 720px) {
  main .full-width-gallery .carousel figure {
    height: 45vw;
    margin: 0 10%;
    width: 80%;
  }
}

main .full-width-gallery .carousel figure img {
  height: 50vw;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 720px) {
  main .full-width-gallery .carousel figure img {
    height: 45vw;
  }
}

main .full-width-gallery .carousel .flickity-prev-next-button {
  display: none;
}

@media screen and (min-width: 720px) {
  main .full-width-gallery .carousel .flickity-prev-next-button {
    display: block;
  }
}

main .full-width-gallery .carousel.single-slide {
  padding-bottom: 0;
}

main .full-width-gallery .carousel.single-slide .flickity-page-dots,
main .full-width-gallery .carousel.single-slide .flickity-prev-next-button {
  display: none;
}

main .full-width-gallery .flickity-prev-next-button.next {
  background: url(../img/arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  right: calc(5% - 22px);
}

main .full-width-gallery .flickity-prev-next-button.next svg {
  display: none;
}

main .full-width-gallery .flickity-prev-next-button.previous {
  background: url(../img/arrow-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  left: calc(5% - 22px);
}

main .full-width-gallery .flickity-prev-next-button.previous svg {
  display: none;
}

main .full-width-gallery+.section-header-text-only {
  padding-top: 60px;
}

main .two-column-text-media .right-media {
  order: 1;
}

@media screen and (min-width: 700px) {
  main .two-column-text-media .right-media {
    order: 2;
  }
}

main .two-column-text-media .left-text {
  order: 2;
}

@media screen and (min-width: 700px) {
  main .two-column-text-media .left-text {
    order: 1;
  }
}

main .two-column-media-text .right-media {
  order: 2;
}

@media screen and (min-width: 700px) {
  main .two-column-media-text .right-media {
    order: 1;
  }
}

main .two-column-media-text .left-text {
  order: 1;
}

@media screen and (min-width: 700px) {
  main .two-column-media-text .left-text {
    order: 2;
  }
}

main .two-column-media-media {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1024px;
  padding: 0;
  width: calc(100% - 36px);
}

@media screen and (min-width: 700px) {
  main .two-column-media-media {
    flex-direction: row;
    padding: 30px 0;
    width: 90%;
  }
}

main .two-column-media-media .left-media,
main .two-column-media-media .right-media {
  flex-grow: 0;
  width: 100%;
}

@media screen and (min-width: 700px) {

  main .two-column-media-media .left-media,
  main .two-column-media-media .right-media {
    width: 48%;
  }
}

main .two-column-media-media .left-media figure,
main .two-column-media-media .right-media figure {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 700px) {

  main .two-column-media-media .left-media figure,
  main .two-column-media-media .right-media figure {
    height: 600px;
    max-height: 600px;
    width: 100%;
  }
}

main .two-column-media-media .left-media figure img,
main .two-column-media-media .right-media figure img {
  height: auto;
  max-height: 500px;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 700px) {

  main .two-column-media-media .left-media figure img,
  main .two-column-media-media .right-media figure img {
    height: 600px;
    max-height: 600px;
  }
}

main .two-column-media-media .right-media {
  margin-top: 10px;
}

@media screen and (min-width: 700px) {
  main .two-column-media-media .right-media {
    margin-top: 100px;
  }
}

main .section-header-text-only+.full-width-gallery,
main .section-header-text-only+.full-width-image {
  padding-top: 0;
}

.tabbed-gallery {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}

.tabbed-gallery .flickity-page-dots,
.tabbed-gallery .flickity-prev-next-button {
  display: none;
}

@media screen and (min-width: 1024px) {
  .tabbed-gallery {
    flex-direction: row;
    padding-bottom: 0;
  }
}

.tabbed-gallery #slide_header_nav {
  list-style: none;
  margin: 0;
  order: 2;
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .tabbed-gallery #slide_header_nav {
    order: 1;
    width: 35%;
  }
}

.tabbed-gallery #slide_header_nav li {
  color: #3E303F;
  cursor: pointer;
  font-size: 1.08em;
  font-weight: 300;
  letter-spacing: 0.07em;
  padding: 15px 10%;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .tabbed-gallery #slide_header_nav li {
    font-size: 0.92em;
    padding: 15px 20px;
  }
}

.tabbed-gallery #slide_header_nav li.active,
.tabbed-gallery #slide_header_nav li:hover {
  background-color: #EBEAE3;
  font-weight: 400;
}

.tabbed-gallery .gallery-slider {
  order: 1;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .tabbed-gallery .gallery-slider {
    order: 2;
    width: 65%;
  }
}

.tabbed-gallery .gallery-slider .slide {
  height: 70vw;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .tabbed-gallery .gallery-slider .slide {
    height: 50vw;
    width: 100%;
  }
}

.tabbed-gallery .gallery-slider .slide img {
  height: 70vw;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .tabbed-gallery .gallery-slider .slide img {
    height: 50vw;
  }
}

article>a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.featured-press {
  margin: 0 auto;
  padding-bottom: 40px;
  width: 100%;
}

.featured-press article {
  margin: 0 auto;
  position: relative;
  width: 85%;
}

.featured-press article a .thumbnail {
  height: 50vw;
  object-fit: cover;
  width: 100%;
}

.featured-press article h2 {
  font-family: "BrunelRoman", Times, serif;
  font-weight: normal;
  font-size: 2em;
  margin: 20px 0;
  width: 100%;
}

@media screen and (min-width: 700px) {
  .featured-press article h2 {
    font-family: "BrunelRoman", Times, serif;
    font-size: 2.5em;
    margin: 20px 0 40px;
    max-width: 650px;
    width: 80%;
  }
}

.featured-press .flickity-prev-next-button {
  top: calc(25vw - 22px);
  transform: none;
}

.featured-press .flickity-prev-next-button.previous {
  left: calc(3.75% - 22px);
}

.featured-press .flickity-prev-next-button.next {
  right: calc(3.75% - 22px);
}

.featured-press p.meta,
.press-grid p.meta,
.press-single p.meta {
  font-family: "BrunelRoman", Times, serif;
  margin-bottom: 0;
  text-transform: uppercase;
}

.featured-press a.read-more,
.press-grid a.read-more,
.press-single a.read-more {
  color: #000;
  letter-spacing: 0.083em;
  font-size: 1em;
  position: static;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 700px) {

  .featured-press a.read-more,
  .press-grid a.read-more,
  .press-single a.read-more {
    font-size: 0.857em;
    position: absolute;
  }
}

.featured-press a.read-more:hover,
.press-grid a.read-more:hover,
.press-single a.read-more:hover {
  color: #1F2A2E;
}

.press-grid h2 {
  margin: 0;
  padding: 25px 0;
}

.press-grid a.read-more {
  position: static;
}

.flickity-page-dots .dot {
  width: 35px;
  height: 30px;
  background: transparent;
  border-radius: 0;
  border-bottom: 2px solid #333;
}

.availability-grid {
  column-gap: 40px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 85%;
}

@media screen and (min-width: 700px) {
  .availability-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.availability-grid article {
  background: #FFF;
  margin-bottom: 18px;
}

@media screen and (min-width: 720px) {
  .availability-grid article {
    margin-bottom: 50px;
  }
}

.availability-grid .thumbnail {
  height: 50vw;
  width: 100%;
}

@media screen and (min-width: 700px) {
  .availability-grid .thumbnail {
    height: 25vw;
  }
}

.availability-grid .thumbnail img {
  height: 50vw;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 700px) {
  .availability-grid .thumbnail img {
    height: 25vw;
  }
}

.availability-grid .residence-details {
  align-items: center;
  background: #FFF;
  color: #1F2A2E;
  display: flex;
  font-family: "BrunelRoman", Times, serif;
  font-size: 0.923em;
  justify-content: space-between;
  letter-spacing: 0.06em;
  padding: 15px;
}

@media screen and (min-width: 700px) {
  .availability-grid .residence-details {
    font-size: 0.93em;
  }
}

.availability-grid .residence-details h2 {
  font-family: "BrunelRoman", Times, serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
  margin: 5px 0;
  text-transform: uppercase;
}

.availability-grid .residence-details p {
  line-height: 1;
  margin: 5px 0;
  text-transform: uppercase;
}

.availability-grid .residence-details p.avail,
.availability-grid .residence-details p.price {
  text-align: right;
  text-transform: none;
}

.availability-grid--empty {
  display: block;
}

.press-single article.main {
  margin: 0 auto;
  width: 85%;
}

.press-single article.main h1 {
  font-size: 2.9em;
  max-width: 650px;
}

@media screen and (min-width: 700px) {
  .press-single article.main h1 {
    font-size: 2.5em;
  }
}

.press-single article.main .article-body {
  font-size: 1.167em;
  max-width: 1000px;
  width: 100%;
}

@media screen and (min-width: 700px) {
  .press-single article.main .article-body {
    font-size: 1em;
  }
}

.press-single article.main p,
.press-single article.main ul,
.press-single article.main ol {
  margin-bottom: 20px;
}

.press-single article.main footer {
  background: transparent;
  padding: 60px 0;
}

.press-single article.main footer ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.press-single article.main footer ul a {
  color: #1F2A2E;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

.press-single section.read-more h2 {
  font-family: "BrunelRoman", Times, serif;
  font-size: 1.667em;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 700px) {
  .press-single section.read-more h2 {
    font-size: 1.43em;
  }
}

.press-single section.read-more h3 {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 300;
  margin: 25px 0;
}

.press-single section.read-more a.read-more {
  font-weight: 400;
}

.availability-single {
  display: flex;
  font-size: 1.08em;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  width: 90%;
}

@media screen and (min-width: 700px) {
  .availability-single {
    flex-direction: row;
  }
}

.availability-single .residence-details {
  color: #1F2A2E;
  font-size: 1.08em;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

@media screen and (min-width: 700px) {
  .availability-single .residence-details {
    text-align: left;
    width: 40%;
  }
}

.availability-single .residence-details h1 {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}

.availability-single .residence-details h1 span {
  display: block;
  font-family: "BrunelMedium", Times, serif;
  font-size: 11.5em;
  letter-spacing: 0;
  line-height: 1;
}

.availability-single .residence-details p {
  letter-spacing: 0.1em;
}

.availability-single .residence-details .unit-direction {
  height: auto;
  margin-top: 60px;
  width: 150px;
}

.availability-single .residence-details a.download-floorplan {
  background-color: transparent;
  border: 1px solid #85734D;
  color: #85734D;
  display: inline-block;
  font-size: 0.77em;
  letter-spacing: 0.1em;
  margin: 30px auto 0;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 16px;
  width: 100%;
}

@media screen and (min-width: 720px) {
  .availability-single .residence-details a.download-floorplan {
    display: block;
    margin: 50px 0 0;
    width: 265px;
  }
}

.availability-single .residence-details a.download-floorplan:hover {
  background-color: #85734D;
  color: #FFF;
}

.availability-single .floorplan {
  width: 100%;
}

@media screen and (min-width: 700px) {
  .availability-single .floorplan {
    width: 60%;
  }
}

.back-close {
  background-image: url(../img/btn-close-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  text-indent: -999em;
  top: 0;
  width: 16px;
}

@media screen and (min-width: 720px) {
  .back-close {
    display: none;
  }
}

.gallery-grid {
  column-gap: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

@media screen and (min-width: 800px) {
  .gallery-grid {
    column-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.gallery-grid figure {
  height: 50vw;
  margin-bottom: 18px;
  max-height: 100%;
  width: 100%;
}

@media screen and (min-width: 800px) {
  .gallery-grid figure {
    height: 30vw;
    margin-bottom: 40px;
    max-height: 300px;
  }
}

.gallery-grid figure img {
  height: 50vw;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 800px) {
  .gallery-grid figure img {
    height: 30vw;
    max-height: 300px;
  }
}

.press-grid {
  column-gap: 40px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 auto;
  width: 85%;
}

@media screen and (min-width: 800px) {
  .press-grid {
    column-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.press-grid article {
  margin-bottom: 50px;
}

.press-grid .thumbnail {
  height: 50vw;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 800px) {
  .press-grid .thumbnail {
    height: 30vw;
    max-height: 300px;
  }
}

.press-grid h2 {
  font-family: "BrunelRoman", Times, serif;
  font-weight: normal;
  font-size: 2em;
}

article {
  text-align: left;
}

article img {
  width: 100%;
}

form .form-inner {
  display: block;
  text-align: left;
}

@media screen and (min-width: 768px) {
  form .form-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

form .form-inner .freeform-row {
  padding-top: 10px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  form .form-inner .freeform-row {
    width: 48%;
  }
}

form .form-inner .freeform-row .ff-errors {
  display: none;
}

.wpcf7 form {
  display: flex;
  flex-direction: column;
}

.wpcf7 form .wpcf7-response-output {
  order: -1;
  border: none;
  margin: 0 0 10px;
}

form .freeform-row:last-child {
  padding-top: 40px;
}

form label:not(.elc-cookie-name) {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

form label[for=form-input-iAmBroker] {
  border-bottom: 0.5px solid #1F2A2E;
  clip: inherit;
  height: auto;
  margin: 0px;
  overflow: hidden;
  padding: 10px 0;
  position: static;
  width: 100%;
}

form input,
form select,
form textarea {
  background-color: transparent;
  border: none;
  border-bottom: 0.5px solid #1F2A2E;
  color: #000;
  padding: 10px 0;
  text-align: left;
  width: 100%;
}

form input[type=password] {
  border: 0.5px solid #1F2A2E;
  text-align: center;
  background-color: white;
}

form input.elc-cookie-checkbox {
  border-bottom: none;
  width: auto;
}

form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}

form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}

form :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1;
}

form :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}

form .select2-container--default .select2-selection--single {
  background: transparent;
  border: none;
  border-bottom: 0.5px solid #1F2A2E;
  border-radius: 0;
  height: auto;
}

form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.2;
  padding: 10px 20px 10px 0;
}

form button[type=submit],
form input[type=submit] {
  background-color: transparent;
  border: 1px solid #85734D;
  border-radius: 0;
  color: #85734D;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 0.71em;
  font-weight: 400;
  letter-spacing: 0.15em;
  padding: 20px;
  text-transform: uppercase;
  width: 100%;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: center;
}

@media screen and (min-width: 720px) {

  form button[type=submit],
  form input[type=submit] {
    font-size: 1em;
  }
}

form button[type=submit]:hover,
form input[type=submit]:hover {
  background-color: #85734D;
  color: #FFF;
}

#map {
  height: 100vw;
  width: 100%;
}

@media screen and (min-width: 960px) {
  #map {
    height: 50vw;
  }
}

.js .map-pois {
  display: none;
}

.contact-wrap {
  margin: 0 auto;
  max-width: 1020px;
  width: 90%;
}

.contact-wrap .centered-content-block .inner {
  padding-top: 30px;
}

.three-col-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1020px;
  padding-top: 40px;
  width: 90%;
}

@media screen and (min-width: 700px) {
  .three-col-content {
    flex-direction: row;
  }
}

.three-col-content h3 {
  font-family: "Work Sans", Arial, sans-serif;
  text-transform: uppercase;
}

.three-col-content .col {
  width: 100%;
}

@media screen and (min-width: 700px) {
  .three-col-content .col {
    width: 28%;
  }
}

.three-col-content .col a {
  color: #000;
  text-decoration: none;
}

.three-col-content .col a:hover {
  text-decoration: underline;
}

.map-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .map-container {
    flex-direction: row;
  }
}

.map-container #map-poi-list {
  height: auto;
  order: 2;
  overflow-y: visible;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .map-container #map-poi-list {
    height: 50vw;
    order: 1;
    overflow-y: scroll;
    width: 30%;
  }
}

.map-container #map-poi-list .poi-wrap {
  background: transparent;
  padding: 20px;
  width: 100%;
}

.map-container #map-poi-list .poi-wrap.open {
  background-color: #EBEAE3;
}

.map-container #map-poi-list .poi-wrap ul {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 10px 0 0;
}

.map-container #map-poi-list .poi-wrap ul li {
  margin: 0;
  padding-bottom: 5px;
}

.map-container #map-poi-list .poi-checkbox {
  position: relative;
}

.map-container #map-poi-list .poi-checkbox input {
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 0;
  z-index: -1;
}

.map-container #map-poi-list .poi-checkbox label {
  color: #1F2A2E;
  display: block;
  font-weight: 400;
  padding-right: 30px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

.map-container #map-poi-list button {
  background: transparent;
  border: none;
  display: block;
  height: 20px;
  position: absolute;
  right: 15px;
  right: 0;
  text-indent: -999em;
  text-transform: uppercase;
  top: 0;
  -webkit-appearance: none;
  width: 17px;
  z-index: 10;
}

.map-container #map-poi-list button::before {
  content: "+";
  display: block;
  font-size: 24px;
  font-weight: 300;
  position: absolute;
  right: 0;
  width: 17px;
  height: 20px;
  line-height: 20px;
  top: 0;
  text-indent: 0;
}

.map-container #map-poi-list button.open::before {
  content: "-";
  right: 2px;
}

.map-container #map {
  width: 100%;
  order: 1;
}

@media screen and (min-width: 960px) {
  .map-container #map {
    order: 2;
    width: 70%;
  }
}

footer {
  background-color: #6E7073;
  color: #FFF;
  padding: 60px 0 40px;
}

footer .inner {
  color: #FFF;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  width: calc(100% - 72px);
}

@media screen and (min-width: 720px) {
  footer .inner {
    width: 90%;
  }
}

footer .inner form {
  color: white;
  font-size: 1em;
  padding-bottom: 30px;
}

@media screen and (min-width: 720px) {
  footer .inner form {
    font-size: 0.857em;
  }
}

footer .inner form.successful-submission .form-inner {
  display: none;
}

footer .inner form input,
footer .inner form select,
footer .inner form textarea {
  border-bottom: 0.5px solid #FFF;
  color: #FFF;
}

footer .inner form .select2-container--default .select2-selection--single {
  border-bottom: 0.5px solid #FFF;
}

footer .inner form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
  opacity: 1;
}

footer .inner form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
  opacity: 1;
}

footer .inner form :-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
  opacity: 1;
}

footer .inner form :-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
  opacity: 1;
}

footer .inner form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #FFF;
}

footer .inner form button[type=submit],
footer .inner form input[type=submit] {
  background-color: #FFFFFF;
  border: none;
  border-radius: 0;
  color: #1F2A2E;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 0.833em;
  font-weight: 400;
  letter-spacing: 0.15em;
  padding: 20px;
  text-transform: uppercase;
  width: 100%;
  -webkit-appearance: none;
  cursor: pointer;
}

footer .inner h2,
footer .inner h3 {
  color: #FFF;
}

footer .inner h2 {
  font-family: "BrunelRoman", Times, serif;
  font-size: 1.75em;
}

footer .inner a {
  color: #FFF;
  text-decoration: none;
}

footer .inner a:hover {
  text-decoration: underline;
}

footer .inner .footer-main .legal {
  font-size: 0.857em;
  line-height: 22px;
  max-width: 900px;
  padding: 20px 0;
  text-align: left;
}

footer .inner .footer-main .legal img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 5px;
}

footer .inner .footer-main .footer-cols {
  display: flex;
  flex-direction: column;
  font-size: 1em;
  justify-content: space-between;
  padding-top: 15px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 720px) {
  footer .inner .footer-main .footer-cols {
    flex-direction: row;
    font-size: 0.857em;
  }
}

footer .inner .footer-main .footer-cols p {
  margin: 0 0 15px;
}

footer .inner .footer-main .footer-cols ul.social {
  bottom: 17px;
  display: flex;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 720px) {
  footer .inner .footer-main .footer-cols ul.social {
    position: static;
  }
}

footer .inner .footer-main .footer-cols ul.social li {
  display: flex;
  margin: 0 10px 0 0;
  padding: 0;
}

footer .inner .footer-main .footer-cols ul.social li a {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: auto 0;
  text-indent: -999em;
}

footer .inner .footer-main .footer-cols ul.social li a.icon-fb {
  background-image: url(../img/icon-facebook.svg);
  background-size: 10px 20px;
  height: 20px;
  width: 10px;
}

footer .inner .footer-main .footer-cols ul.social li a.icon-chat {
  background-image: url(../img/icon-chat.svg);
  background-size: 18px 16px;
  height: 16px;
  width: 18px;
}

footer .inner .footer-main .footer-cols ul.social li a.icon-instagram {
  background-image: url(../img/icon-insta.svg);
  background-size: 17px;
  height: 17px;
  width: 17px;
}

footer .inner .footer-main .footer-cols ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .inner .footer-main .footer-cols ul li {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

footer .inner .footer-main .footer-cols a.footer-logo {
  display: block;
  height: 54px;
  margin-top: 60px;
  width: 108px;
}

@media screen and (min-width: 720px) {
  footer .inner .footer-main .footer-cols a.footer-logo {
    margin-top: 0;
  }
}

main {
  padding: 0 0 20px;
}

@media screen and (max-width: 720px) {
  .availability main {
    padding: 20px 0;
  }
}

.the-experience main,
.dtla main {
  padding-bottom: 0;
}

.press main,
.press-single main {
  padding-top: 60px;
}

.unit-single main {
  padding-top: 20px;
}

@media screen and (min-width: 720px) {
  .unit-single main {
    padding: 80px 0;
  }
}

main div.centered-content-block .inner {
  padding: 60px 0;
}

@media screen and (min-width: 720px) {
  main div.centered-content-block .inner {
    padding: 80px 0;
  }
}

main .section-header-text-only {
  padding: 60px 0 25px;
}

main div.centered-content-block+.section-header-text-only {
  padding-top: 0;
}

main .two-column-media-media {
  padding: 40px 0 0;
}

@media screen and (min-width: 720px) {
  main .two-column-media-media {
    padding: 80px 0;
  }
}

@media screen and (min-width: 720px) {
  main .two-column-media-media+.centered-content-block .inner {
    padding-top: 0;
  }
}

@media screen and (min-width: 720px) {
  main .two-column-media-media+.left-content-block .inner {
    padding-top: 0;
  }
}

main .left-content-block+.two-column-media-media {
  padding-top: 0;
}

main .two-column-text-media,
main .two-column-media-text {
  padding: 60px 0;
}

@media screen and (min-width: 720px) {

  main .two-column-text-media,
  main .two-column-media-text {
    padding: 80px 0;
  }
}

@media screen and (max-width: 719px) {

  .team main .two-column-text-media,
  .team main .two-column-media-text {
    padding: 20px 0;
  }
}

main .two-column-text-media+.section-header-text-only,
main .two-column-media-text+.section-header-text-only,
main .left-content-block+.section-header-text-only,
main .full-width-gallery+.section-header-text-only {
  padding-top: 0;
}

@media screen and (max-width: 720px) {

  main .full-width-gallery+.section-header-text-only,
  main .two-column-media-media+.section-subhead {
    padding-top: 50px;
  }
}

main .full-width-gallery+.left-content-block .inner {
  padding-top: 0;
}

@media screen and (min-width: 720px) {
  main .full-width-gallery+.left-content-block .inner {
    padding-top: 20px;
  }
}

main .two-column-text-media+.two-column-media-text,
main .two-column-media-text+.two-column-text-media,
main .left-content-block+.two-column-text-media,
main .left-content-block+.two-column-media-text {
  padding-top: 0;
}

main .full-width-gallery {
  padding: 40px 0;
}

@media screen and (min-width: 720px) {
  main .full-width-gallery {
    padding: 60px 0;
  }
}

main .left-content-block+.full-width-gallery,
main .centered-content-block+.section-header-text-only {
  padding-top: 0;
}

main .no-head div.centered-content-block:first-child .inner,
main .no-head .two-column-text-media:first-child {
  padding-top: 0;
}

@media screen and (min-width: 1024px) {

  main .section-header-text-only+.full-width-image figure,
  main .section-header-text-only+.full-width-image figure img {
    height: 100vh;
  }
}

main .tabbed-gallery {
  padding-bottom: 0;
}

@media screen and (max-width: 719px) {
  main .full-width-image+.two-column-text-media {
    padding-top: 30px;
  }
}

main .section-header-with-image+.left-content-block .inner,
main .left-content-block .inner {
  padding: 40px 0;
}

@media screen and (min-width: 720px) {

  main .section-header-with-image+.left-content-block .inner,
  main .left-content-block .inner {
    padding: 80px 0;
  }
}

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