html {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5; }

hr {
  border-bottom: 0; }

.container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(24, [col] 1fr);
  grid-template-rows: auto; }
  .container > *:first-child {
    padding-top: 4rem; }
  .container > *:last-child {
    padding-bottom: 4rem; }

.container__no-padding > *:first-child {
  padding-top: 0; }

.container__no-padding > *:last-child {
  padding-bottom: 0; }

[class*='container__bg']:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  grid-row: 1;
  grid-column: 4 / -1; }
  @media only screen and (min-width: 1025px) {
    [class*='container__bg']:after {
      grid-column: 3 / -1; } }

.container__bg__white:after {
  background: #fff; }

.container__bg__light-gray:after {
  background: #f5f5f5; }

.column {
  grid-column: 7 / span 15; }
  @media only screen and (min-width: 1025px) {
    .column {
      grid-column: 5 / span 18; } }

/*************************  Extended Padding on Grid  *************************/
.post-offset {
  margin-right: 0; }

@media (min-width: 576px) {
  .post-offset-sm-2 {
    margin-right: 8.33333%; } }

@media (min-width: 768px) {
  .post-offset-md-2 {
    margin-right: 8.33333%; } }

@media (min-width: 1025px) {
  .post-offset-lg-2 {
    margin-right: 8.33333%; } }

.bg-white {
  position: relative; }
  .bg-white:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #fff; }
    @media (min-width: 768px) {
      .bg-white:after {
        left: 12.5%; } }
    @media (min-width: 1025px) {
      .bg-white:after {
        left: 8.33333%; } }
  .bg-white.l0:after {
    left: 0; }

@media (min-width: 768px) {
  .bg-md-none:after {
    display: none !important; } }

@media (min-width: 1025px) {
  .bg-lg-none:after {
    display: none !important; } }

[class*='col-'] img {
  width: 100%;
  max-width: 100%; }

.relative {
  position: relative; }

.mt-50 {
  margin-top: 50px !important; }

.mt-100 {
  margin-top: 100px !important; }

.color-bg.red {
  background-color: #e31b23; }

.color-bg.teal {
  background-color: #24bfa8; }

.color-bg.beige {
  background-color: #f1f1e3; }

.color-bg.blue {
  background-color: #0a3b58; }

html {
  font-size: 18px; }
  @media (min-width: 576px) {
    html {
      font-size: 20px; } }

body {
  font-family: 'adobe-garamond-pro', 'Times New Roman', Times, serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'Replica Std';
  src: url("/fonts/ReplicaStd-Regular.woff2") format("woff2"), url("/fonts/ReplicaStd-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Replica Std';
  src: url("/fonts/ReplicaStd-Bold.woff2") format("woff2"), url("/fonts/ReplicaStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Replica Std';
  src: url("/fonts/ReplicaStd-Heavy.woff2") format("woff2"), url("/fonts/ReplicaStd-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

.font-sans {
  font-family: 'Replica Std', serif; }

/*********************************  Headings  *********************************/
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: 'Replica Std', serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 1rem 0; }

h1,
.h1 {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 48px; } }

h2,
.h2 {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.13; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      font-size: 48px; } }

h3,
.h3 {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2; }
  @media (min-width: 768px) {
    h3,
    .h3 {
      font-size: 36px; } }

h4,
.h4 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.429; }
  @media (min-width: 768px) {
    h4,
    .h4 {
      font-size: 0.7778rem; } }

/*********************************  General  **********************************/
p {
  font-family: inherit;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 1rem 0; }
  @media (min-width: 576px) {
    p {
      line-height: 1.6667; } }
  p.indent {
    margin: 1rem 0rem 1rem -1rem; }
    @media (min-width: 576px) {
      p.indent {
        margin: 2rem 2rem 2rem -12.5vw; } }
    @media (min-width: 1025px) {
      p.indent {
        margin: 2rem 2rem 2rem -4.16667vw; } }

small {
  font-size: 0.8rem;
  margin: 1rem 0; }

code {
  color: #e31b23; }

/*****************************  Special Headings  *****************************/
.display-1 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05em; }
  @media only screen and (min-width: 1025px) {
    .display-1 {
      font-size: 3.5rem; } }

.oversized {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.25; }
  @media only screen and (min-width: 1025px) {
    .oversized {
      font-size: 44px; } }

.nav {
  font-family: 'Replica Std', serif;
  font-size: 0.7rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-transform: uppercase; }

.site-nav .logo {
  position: fixed;
  z-index: 10;
  top: 100px;
  left: 2vw;
  width: calc(100vw / 12);
  min-width: 80px; }
  .site-nav .logo img {
    width: 100%;
    height: auto; }

.site-nav ul.nav {
  display: flex;
  height: 100px;
  margin: 0;
  padding: 0;
  grid-column: 5 / -1;
  list-style: none; }
  .site-nav ul.nav li {
    margin-right: 3rem; }
    @media only screen and (min-width: 1025px) {
      .site-nav ul.nav li {
        margin-right: initial;
        width: calc( 100vw / 12); } }
  .site-nav ul.nav a {
    position: relative;
    top: 60%;
    color: #333333;
    text-decoration: none; }
    .site-nav ul.nav a:hover {
      color: #e31b23; }

.site-nav__auto-spacing ul.nav li {
  margin-right: 3rem;
  width: auto; }

.pullquote blockquote {
  display: flex;
  flex-direction: column;
  grid-column: 1 / 13;
  margin: 0;
  padding: 0 !important;
  background-color: #24bfa8;
  color: #ffffff; }
  .pullquote blockquote .padding {
    padding: 2rem calc(100vw/12) 2rem calc(2 * 100vw/12) !important; }
  .pullquote blockquote p {
    font-family: 'Replica Std', serif;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase; }
  .pullquote blockquote footer:before {
    content: '\2013 \00A0'; }
  .pullquote blockquote img {
    width: calc(100% - 100vw/12);
    height: auto;
    margin: 0 0 0 calc(100vw/12); }

.wide-video > *:last-child {
  padding-bottom: 0; }

.wide-video h2 {
  grid-column: 5 / span 6;
  margin: 0;
  min-width: 360px;
  color: #ffffff; }

.wide-video .player {
  grid-column: 3 / 23;
  color: #ffffff;
  line-height: 0; }
  .wide-video .player video {
    width: 100%;
    height: auto; }
  .wide-video .player:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    grid-row: 1;
    grid-column: 1 / -1;
    background-color: #e31b23; }

.case-study img {
  width: 100%;
  max-width: 100%; }

.case-study .title {
  grid-column: 5 / span 18; }

.case-study .challenge {
  grid-column: 7 / span 4; }

.case-study .solution {
  grid-column: 14 / span 4; }

@media screen and (min-width: 576px) {
  .case-study .offset-neg-2 {
    width: 87.5vw;
    left: -12.5vw; } }

@media screen and (min-width: 1025px) {
  .case-study .offset-neg-2 {
    width: 91.66667vw;
    left: -8.33333vw; } }

.case-study .offset-neg-2.fullwidth {
  width: 100%; }
  @media screen and (min-width: 576px) {
    .case-study .offset-neg-2.fullwidth {
      width: 100vw; } }

.case-study .bg__white {
  background-color: #fff; }

.case-study--image img {
  width: 100vw; }

.styleguide .sub-section {
  color: #24bfa8; }

.styleguide table {
  width: 100%;
  background-color: #fff; }
