/* Functions */
/* ========================================================================== */
/* strip units from calculations */
/* Site Variables */
/* ========================================================================== */
/* Define Animation Lengths - please note this will NOT affect Javascript Animations */
/* Page Margins */
/* Gutters */
/* Break Points */
/* Animation Values */
/* ========================================================================== */
/* Mixins */
/* ========================================================================== */
/* media queries */
/* CSS box-sizing */
/* border-radius */
/* text overflow */
/* transition */
/* transform */
/* background-size */
/* no select */
/* fill-parent */
/* horizontal-center */
/* Section */
/* ========================================================================== */
.c-quartet-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 48em) {
  .c-quartet-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.c-quartet-section--no-padding {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.c-quartet-section--caramel {
  background-color: #A78D70;
}

.c-quartet-section--tan {
  background-color: #C9BEA7;
}

.c-quartet-section--sage {
  background-color: #ABB1A2;
}

.c-quartet-section--white + .c-quartet-section--white {
  padding-top: 0rem;
}

/* Scope text */
/* ========================================================================== */
.scope-quartet-text p {
  font-family: sans-serif;
  font-size: 1.125rem;
  line-height: 1.25em;
  color: #000000;
  max-width: 40em;
}
@media screen and (min-width: 60rem) {
  .scope-quartet-text p {
    font-size: 1.3125rem;
  }
}

/* Button */
/* ========================================================================== */
.c-quartet-button {
  font-family: sans-serif;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  line-height: 1.3125rem;
  height: 1.3125rem;
  position: relative;
  width: auto;
  color: white;
  background-color: #5C5943;
  border-radius: 0.625rem;
  text-align: center;
  transition: background-color 250ms, color 250ms;
  letter-spacing: 0.1em;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 60rem) {
  .c-quartet-button {
    font-size: 0.9375rem;
    border-radius: 0.75rem;
    line-height: 1.5625rem;
    height: 1.5625rem;
  }
}
.no-touch .c-quartet-button:hover {
  background-color: black;
}

.c-quartet-button--center {
  max-width: 16rem;
  margin-left: auto;
  margin-right: auto;
}

/* Heading block */
/* ========================================================================== */
.c-quartet-heading__section, .c-quartet-heading__tagline {
  font-family: serif;
  color: #000000;
  text-align: center;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1em;
}
@media screen and (min-width: 60rem) {
  .c-quartet-heading__section, .c-quartet-heading__tagline {
    font-size: 1.125rem;
  }
}

.c-quartet-heading__line {
  position: relative;
  display: block;
  background-color: #000000;
  width: 0.0625rem;
  margin: 1rem auto;
  height: 3.5rem;
}
@media screen and (min-width: 60rem) {
  .c-quartet-heading__line {
    height: 6.5rem;
  }
}

.c-quartet-heading__main {
  font-family: serif;
  color: #000000;
  text-align: center;
  font-size: 1.5rem;
  margin: 0 auto;
  line-height: 1.125em;
}
@media screen and (min-width: 48em) {
  .c-quartet-heading__main {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 60rem) {
  .c-quartet-heading__main {
    font-size: 3rem;
  }
}

.c-quartet-heading__tagline {
  margin: 0 auto;
}

/* Splash */
/* ========================================================================== */
.c-quartet-splash {
  overflow: hidden;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  margin-top: 0rem;
  margin-bottom: 0rem;
}
@media screen and (min-width: 60rem) {
  .c-quartet-splash {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}
.c-quartet-splash:first-child {
  margin-top: 0;
}
.c-quartet-splash__image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  height: 120%;
  top: -10%;
}

.c-quartet-splash__inner {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-quartet-splash__caption, .c-quartet-columns__column__caption, .c-quartet-image__caption {
  font-family: sans-serif;
  font-size: 0.625rem;
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 10;
}
@media screen and (min-width: 48em) {
  .c-quartet-splash__caption, .c-quartet-columns__column__caption, .c-quartet-image__caption {
    left: 2.5rem;
    bottom: 2.5rem;
  }
}
@media screen and (min-width: 60rem) {
  .c-quartet-splash__caption, .c-quartet-columns__column__caption, .c-quartet-image__caption {
    left: 2.5rem;
    bottom: 2.5rem;
  }
}

/* Text block */
/* ========================================================================== */
/* Text block */
/* ========================================================================== */
.c-quartet-text__subheading {
  font-family: serif;
  color: #000000;
  text-align: left;
  font-size: 1rem;
  line-height: 1.125em;
}
@media screen and (min-width: 60rem) {
  .c-quartet-text__subheading {
    font-size: 1.125rem;
  }
}

.c-quartet-text__heading {
  font-family: serif;
  color: #000000;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.125em;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 48em) {
  .c-quartet-text__heading {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 60rem) {
  .c-quartet-text__heading {
    font-size: 2.125rem;
  }
}

/* Text block */
/* ========================================================================== */
.c-quartet-columns__grid {
  margin-bottom: -3.5rem;
}
@media screen and (min-width: 48em) {
  .c-quartet-columns__grid {
    margin-bottom: -6.5rem;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 0.75rem);
    margin-left: -0.375rem;
    align-content: stretch;
    align-items: stretch;
  }
}

.c-quartet-columns__column {
  display: block;
  box-sizing: border-box;
  padding: 0 0.375rem 3.5rem;
}
@media screen and (min-width: 48em) {
  .c-quartet-columns__column {
    width: 50%;
    padding: 0 0.375rem 6.5rem;
  }
}
.c-quartet-columns__column__heading {
  font-family: sans-serif;
  color: #000000;
  text-align: left;
  padding-top: 0.75rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0.375rem;
  border-bottom: 1px solid #000000;
  font-size: 1rem;
  line-height: 1.25em;
}
@media screen and (min-width: 60rem) {
  .c-quartet-columns__column__heading {
    font-size: 1.125rem;
  }
}

.c-quartet-columns__column__text p {
  font-family: sans-serif;
  color: #000000;
  text-align: left;
  font-size: 1rem;
  line-height: 1.25em;
}
@media screen and (min-width: 60rem) {
  .c-quartet-columns__column__text p {
    font-size: 1.125rem;
  }
}

/* Quote block */
/* ========================================================================== */
.c-quartet-quote {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 48em) {
  .c-quartet-quote {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media screen and (min-width: 60rem) {
  .c-quartet-quote {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.c-quartet-quote__text__span {
  font-family: serif;
  color: #000000;
  text-align: center;
  font-size: 1.5rem;
  margin: 0 auto;
  line-height: 1.125em;
}
@media screen and (min-width: 48em) {
  .c-quartet-quote__text__span {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 60rem) {
  .c-quartet-quote__text__span {
    font-size: 3rem;
  }
}

.c-quartet-quote__source {
  font-family: serif;
  color: #000000;
  text-align: center;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1em;
  padding-top: 1em;
}
@media screen and (min-width: 60rem) {
  .c-quartet-quote__source {
    font-size: 1.125rem;
  }
}
