@font-face {
  font-family: "ScalaSansWebPro";
  src: url("/assets/theme/fonts/ScalaSansWebPro.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "ScalaSansWebPro-Bold";
  src: url("/assets/theme/fonts/ScalaSansWebPro-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "FontAwesome";
  src: url("/assets/theme/fonts/fontawesome-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  background: #464646;
}

body {
  margin: 0;
  color: #000;
  background: #464646;
  font-family: "ScalaSansWebPro", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
ul {
  margin: 0;
}

p {
  padding-bottom: 18px;
}

ul {
  padding: 0;
  list-style: none;
}

.site-frame {
  position: relative;
  width: 1080px;
  min-height: 778px;
  background: #fff;
}

.site-header {
  position: relative;
  z-index: 20;
  float: left;
  width: 210px;
  margin-left: 10px;
  background: #fff;
}

.site-header::before {
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 125px;
  content: "";
  background: #eb212e;
}

.is-home .site-header {
  position: absolute;
  top: 0;
  left: 0;
}

.brand-block {
  padding: 35px 0 15px 10px;
}

.brand-block h3 {
  padding-bottom: 15px;
  color: #000;
  font-family: "ScalaSansWebPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

.brand-block h6 {
  padding: 0;
  color: #000;
  font-family: "ScalaSansWebPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.primary-navigation {
  width: 100%;
  background: #000;
}

.nav-item > a {
  display: block;
  padding: 2px 10px 0 4px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  text-align: right;
  text-transform: uppercase;
}

.nav-item.is-active > a {
  width: 100%;
  border-top: 1px solid #666;
  color: #000;
  background: #fff;
  font-family: "ScalaSansWebPro-Bold", Helvetica, Arial, sans-serif;
}

.submenu {
  display: none;
  background: #fff;
}

.submenu.is-open {
  display: block;
}

.submenu a {
  display: block;
  width: 100%;
  padding: 2px 10px 0 4px;
  border-top: 1px solid #666;
  color: #888;
  font-size: 13px;
  line-height: 17px;
  text-align: right;
}

.submenu li:first-child a {
  border-top-style: dotted;
}

.submenu .is-active a {
  color: #000;
  font-family: "ScalaSansWebPro-Bold", Helvetica, Arial, sans-serif;
}

.social-links {
  display: flex;
  flex-direction: row-reverse;
  gap: 3px;
  justify-content: flex-start;
  padding: 4px 0 2px 13px;
  background: #000;
}

.social-links a {
  display: block;
  width: 31px;
  color: #fff;
  font-family: "FontAwesome";
  font-size: 23px;
  line-height: 23px;
  text-align: center;
}

.menu-toggle {
  display: none;
}

.content-main {
  width: 830px;
  min-height: 778px;
  margin-left: 250px;
  padding: 0 19px;
  background: #fff;
}

.source-html {
  white-space: pre-line;
}

.home-content {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.home-slider {
  position: relative;
  width: 100%;
  min-height: 777px;
  overflow: hidden;
  background: #000;
}

.home-slide {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
}

.home-slide.is-active {
  position: relative;
  visibility: visible;
  opacity: 1;
}

.home-slide__image img {
  width: 100%;
  height: 777px;
  object-fit: cover;
}

.project-link {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 70px;
  display: inline-block;
  padding: 9px 116px 4px 21px;
  color: #fff;
  background: #000;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}

.slider-arrow {
  position: absolute;
  z-index: 4;
  top: 43.5%;
  width: 39px;
  height: 75px;
  padding: 0;
  border: 0;
  cursor: pointer;
}

.slider-arrow--previous {
  left: 0;
  background: url("/assets/theme/images/slider-arrow-l.jpg") no-repeat;
}

.slider-arrow--next {
  right: 0;
  background: url("/assets/theme/images/slider-arrow-r.jpg") no-repeat;
}

.slider-arrow:disabled,
.project-arrow:disabled {
  display: none;
}

.slider-dots {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 17px;
  left: 0;
  text-align: center;
}

.slider-dots button {
  width: 16px;
  height: 16px;
  margin: 0 3px 0 0;
  padding: 0;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
}

.slider-dots button[aria-pressed="true"] {
  background: #f00;
}

.company-hero {
  margin: 0 auto;
}

.company-columns {
  display: grid;
  grid-template-columns: 470px 300px;
  justify-content: space-between;
  padding: 0 0 140px;
}

.company-profile h6 {
  padding-bottom: 19px;
  font-family: "ScalaSansWebPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.company-reviews iframe {
  max-width: 100%;
  border: 0;
}

.people-page {
  padding-top: 50px;
  padding-bottom: 28px;
}

.people-group {
  padding-bottom: 11px;
}

.people-group > h6 {
  padding-bottom: 11px;
  font-family: "ScalaSansWebPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
}

.people-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 15px;
}

.person-card {
  display: grid;
  grid-template-columns: 165px 1fr;
}

.person-card > div {
  padding-left: 21px;
}

.person-card h3,
.person-card h4 {
  padding: 0;
  font-family: "ScalaSansWebPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.person-card--single {
  grid-template-columns: 165px 420px;
}

.source-single-page {
  padding-top: 40px;
  padding-bottom: 80px;
}

.source-single-page h1 {
  padding-bottom: 18px;
  font-family: "ScalaSansWebPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.home-slide-page img {
  width: 100%;
  max-height: 650px;
  object-fit: contain;
  object-position: left top;
}

.publications-page {
  padding-top: 40px;
  padding-bottom: 40px;
}

.publication-row {
  display: grid;
  grid-template-columns: 243px 482px;
  gap: 25px;
}

.publication-row--second {
  margin-top: 16px;
  padding-top: 20px;
  border-top: 1px solid #999;
}

.publication-row img {
  margin-bottom: 6px;
  border: 1px solid #999;
}

.publication-cover .source-html {
  font-family: "ScalaSansWebPro-Bold", Helvetica, Arial, sans-serif;
}

.contact-page {
  padding: 0;
}

.contact-hero {
  width: 100%;
}

.contact-columns {
  display: grid;
  grid-template-columns: 436px 310px;
  justify-content: space-between;
  padding: 0 19px 50px;
}

.contact-details {
  margin-top: -48px;
}

.contact-block {
  margin-bottom: 18px;
}

.contact-aside {
  padding-top: 20px;
}

.contact-page strong,
.contact-page a {
  font-family: "ScalaSansWebPro-Bold", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.content-inner-emails {
  display: flex;
  gap: 12px;
}

.contact-details h3 {
  padding: 64px 0 26px;
  font-family: "ScalaSansWebPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.contact-map-div iframe {
  width: 310px;
  height: 310px;
  border: 0;
}

.contact-form {
  padding-top: 18px;
}

.contact-form p {
  padding-bottom: 10px;
}

.contact-form label {
  display: block;
  font-family: "ScalaSansWebPro", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #e3e9ef;
  border-top-color: #abadb3;
  font-size: 14px;
}

.contact-form textarea {
  height: 111px;
}

.contact-form button {
  padding: 8px 12px 6px;
  border: 1px solid #000;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
}

.project-archive {
  padding-top: 41px;
  padding-bottom: 100px;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 250px);
  gap: 20px;
}

.project-grid img {
  width: 250px;
  height: 160px;
  object-fit: cover;
}

.project-grid h2 {
  padding-top: 6px;
  color: #888;
  font-family: "ScalaSansWebPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.project-grid a:hover h2 {
  color: #000;
}

.project-page {
  padding-top: 0;
}

.project-slider {
  position: relative;
  width: 100%;
  height: 550px;
  background: #464646;
}

.project-slide {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}

.project-slide.is-active {
  display: flex;
}

.project-slide img {
  max-width: 100%;
  max-height: 522px;
  margin: auto;
}

.project-arrow {
  position: absolute;
  z-index: 3;
  top: 43.5%;
  width: 39px;
  height: 75px;
  padding: 0;
  border: 0;
  cursor: pointer;
}

.project-arrow--previous {
  left: 5px;
  background: url("/assets/theme/images/slider-arrow-l.jpg") no-repeat;
}

.project-arrow--next {
  right: 5px;
  background: url("/assets/theme/images/slider-arrow-r.jpg") no-repeat;
}

.project-copy {
  display: grid;
  grid-template-columns: 160px 500px;
  gap: 0;
  padding: 2px 0 95px 20px;
}

.project-facts {
  padding-top: 15px;
  font-family: "ScalaSansWebPro-Bold", Helvetica, Arial, sans-serif;
}

.project-description h4 {
  padding: 0;
  font-family: "ScalaSansWebPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.blank-page {
  min-height: 778px;
}

@media (max-width: 767px) {
  .site-frame {
    width: 100%;
    min-height: 100vh;
  }

  .site-header,
  .is-home .site-header {
    position: relative;
    top: auto;
    left: auto;
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .site-header::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
  }

  .brand-block h3 {
    padding-bottom: 8px;
  }

  .menu-toggle {
    position: absolute;
    top: 128px;
    right: 10px;
    display: grid;
    width: 32px;
    height: 32px;
    place-content: center;
    gap: 4px;
    border: 1px solid #fff;
    border-radius: 3px;
    background: #000;
  }

  .menu-toggle span {
    display: block;
    width: 18px;
    height: 1px;
    background: #fff;
  }

  .primary-navigation {
    display: none;
    padding-top: 6px;
  }

  .primary-navigation.is-open {
    display: block;
  }

  .nav-item > a,
  .submenu a {
    padding: 10px 15px;
    border-bottom: 1px dotted #ccc;
    color: #fff;
    background: #000;
    font-size: 15px;
    text-align: left;
    text-transform: none;
  }

  .submenu,
  .submenu.is-open {
    display: block;
    background: #333;
  }

  .submenu a,
  .submenu .is-active a {
    color: #fff;
    background: #333;
  }

  .social-links {
    min-height: 40px;
    padding: 8px 58px 8px 13px;
  }

  .content-main,
  .home-content {
    float: none;
    width: 100%;
    min-height: 0;
    margin-left: 0;
    padding: 12px 12px 0;
  }

  p {
    padding-bottom: 15px;
    line-height: 17px;
  }

  .home-slider {
    min-height: 0;
  }

  .home-slide__image img {
    height: auto;
    min-height: 240px;
  }

  .project-link {
    right: 10px;
    padding: 7px 16px 5px;
  }

  .slider-arrow,
  .project-arrow {
    top: 50%;
    width: 21px;
    height: 40px;
    margin-top: -10px;
    background-size: 21px;
  }

  .slider-dots {
    bottom: 10px;
  }

  .slider-dots button {
    width: 12px;
    height: 12px;
  }

  .company-columns,
  .contact-columns,
  .publication-row,
  .project-copy {
    display: block;
    padding-bottom: 20px;
  }

  .company-reviews {
    width: 300px;
    max-width: 100%;
    margin: auto;
    padding-top: 15px;
  }

  .people-page,
  .publications-page,
  .project-archive {
    padding-top: 20px;
  }

  .people-grid,
  .project-grid {
    grid-template-columns: 1fr;
  }

  .person-card {
    grid-template-columns: 130px 1fr;
  }

  .person-card--single {
    grid-template-columns: 130px 1fr;
  }

  .publication-spreads {
    padding-top: 15px;
  }

  .contact-page {
    padding: 0;
  }

  .contact-details {
    margin-top: 0;
  }

  .content-inner-emails {
    display: block;
  }

  .contact-map-div iframe {
    width: 100%;
  }

  .project-grid li,
  .project-grid img {
    width: 100%;
  }

  .project-slider {
    height: min(68vw, 522px);
  }

  .project-slide img {
    max-height: min(64vw, 500px);
  }

  .project-facts {
    padding: 15px 0;
  }
}
