:root {
  --vertical-rhythm: 2.4rem;
  /* Fonts */
  --font-serif: "Lora", serif;
  --font-sans-serif: "Montserrat", sans-serif;
  /* Colors */
  --rose-lighter: #fceaed;
  --rose: #F0CACF;
  --dark-rose: #BC989D; /* sufficient contrast over --aubergine */
  --dark-rose-darker: #946067; /* sufficient contrast over --off-white */
  --charcoal-light: #c1b8c5;
  --charcoal-lighter: rgba(209, 204, 211, 0.11);
  --charcoal: #2B292C;
  --dark-charcoal: #19171a;
  --orange-lighter: #F09A8E;
  --orange: #F57D6D;
  --dark-orange: #AE4739;
  --dark-orange-darker: #5e2c24;
  --off-white: #f1f1f1;
  --cream: #FCEFE0;
  --aubergine-lighter: #674b7c;
  --aubergine: #41324B;
  --cornflower: #A0C4FF;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

code {
  font-size: 85%;
  opacity: 80%;
  padding: 0 0.25rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* set up 10px == 1rem sizing */
html {
  font-size: 62.5%;
}

/* Global */
abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

body {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 300;
  line-height: var(--vertical-rhythm);
}

figcaption p, figcaption .bulleted-list, figcaption .numbered-list {
  font-style: italic;
  margin-top: var(--vertical-rhythm);
}
figcaption p:last-of-type, figcaption .bulleted-list:last-of-type, figcaption .numbered-list:last-of-type {
  margin-bottom: 0;
}

figure {
  margin-bottom: var(--vertical-rhythm);
}

h1 {
  font-family: var(--font-sans-serif);
  font-size: calc(var(--vertical-rhythm) * 2.4);
  font-weight: 300;
  hyphens: manual;
  line-height: calc(var(--vertical-rhythm) * 2.4);
  margin-bottom: var(--vertical-rhythm);
  text-transform: uppercase;
  overflow-wrap: break-word;
}

h2 {
  font-size: var(--vertical-rhythm);
  font-weight: 700;
  hyphens: manual;
  line-height: calc(var(--vertical-rhythm) * 1.3);
  margin-bottom: calc(var(--vertical-rhythm) * 0.5);
  overflow-wrap: break-word;
}

h3 {
  font-weight: 700;
  margin-bottom: calc(var(--vertical-rhythm) / 2);
}

h4 {
  font-family: var(--font-sans-serif);
  font-size: calc(var(--vertical-rhythm) / 1.6);
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: var(--vertical-rhythm);
  margin-bottom: calc(var(--vertical-rhythm) / 2);
  text-transform: uppercase;
}

hr {
  margin: 2rem auto 5rem;
}

p {
  margin-bottom: var(--vertical-rhythm);
}

p + p {
  margin-top: calc(var(--vertical-rhythm) / 2 * -1);
}

strong {
  font-weight: 700;
}

video {
  max-height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
}

/* layout helper class */
.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

[hidden] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.bulleted-list {
  list-style: circle;
  margin-bottom: var(--vertical-rhythm);
  margin-left: var(--vertical-rhythm);
}

.numbered-list {
  list-style: decimal;
  margin-bottom: var(--vertical-rhythm);
  margin-left: calc(var(--vertical-rhythm) * 1.2);
}

.bulleted-list li,
.numbered-list li {
  margin-bottom: calc(var(--vertical-rhythm) / 2);
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.video-wrapper {
  margin-bottom: var(--vertical-rhythm);
}

/* Home page */
.pronunciation {
  font-weight: 300;
}
.pronunciation span {
  margin-right: calc(var(--vertical-rhythm) / 2);
}

/* Case Study Detail Pages, Privacy */
.narrow-page-container h1 {
  margin-top: calc(var(--vertical-rhythm) * 3);
  margin-right: calc(var(--vertical-rhythm) / 3); /* forces 4c Sports to break while not breaking Athletics */
}

.narrow-page-container p strong,
.narrow-page-container .bulleted-list strong,
.narrow-page-container .numbered-list strong {
  font-weight: 600;
}

/* Case Study Detail Pages */
.case-study-detail aside,
.case-study-detail blockquote {
  border-left: calc(var(--vertical-rhythm) / 4) solid black;
  padding-left: calc(var(--vertical-rhythm) / 2);
}
.case-study-detail aside p,
.case-study-detail blockquote p {
  font-style: italic;
}

.case-study-detail h3 {
  font-size: calc(var(--vertical-rhythm) * 0.84);
  font-weight: 700;
  line-height: calc(var(--vertical-rhythm) * 1.2);
  margin-bottom: calc(var(--vertical-rhythm) / 2);
}

.case-study-detail h4 {
  font-family: var(--font-serif);
  font-size: calc(var(--vertical-rhythm) * 0.74);
  font-weight: 700;
  letter-spacing: 0;
  line-height: calc(var(--vertical-rhythm));
  margin-bottom: calc(var(--vertical-rhythm) / 2);
  text-transform: unset;
}

.case-study-detail div.space-out {
  -moz-column-gap: var(--vertical-rhythm);
       column-gap: var(--vertical-rhythm);
}

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

.case-study-detail div.two-up img {
  max-width: 50%;
}

.case-study-detail div.two-up.space-out img {
  max-width: calc((100% - var(--vertical-rhythm)) / 2);
}

.case-study-detail div.three-up.space-out img {
  max-width: calc((100% - var(--vertical-rhythm) * 2) / 3);
}

.case-study-detail div:not(.column-single):not(.cols-2) {
  /* exclude .column-single which wraps a p which already has a bottom margin */
  display: flex;
  margin-bottom: var(--vertical-rhythm);
  overflow: hidden;
}

.case-study-detail .before-and-after {
  text-align: left;
  margin-bottom: var(--vertical-rhythm);
}
.case-study-detail .before-and-after th, .case-study-detail .before-and-after td {
  padding-bottom: calc(var(--vertical-rhythm) / 2);
}
.case-study-detail .before-and-after tr td:first-of-type {
  padding-right: var(--vertical-rhythm);
}
.case-study-detail .before-and-after tr:last-of-type td {
  padding-bottom: 0;
}

/* .details and .sub-details both sit within .case-study-detail and serve to wrap .column-single */
/* .details sets up text at the top of the case study while .sub-details supports a caption within */
/* imgs should exist outside of .sub-details > .column-single to go 100% width as .column-single is 88% width */
.details,
.privacy-details {
  margin: calc(var(--vertical-rhythm) * 2) 0 calc(var(--vertical-rhythm) * 3);
}

.details div h2:not(:first-of-type) {
  margin-top: calc(var(--vertical-rhythm) * 2);
}

.sub-details p a,
.sub-details .bulleted-list a {
  text-decoration: underline;
}

.chat figcaption {
  padding: var(--vertical-rhythm);
}
.chat figcaption dl {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: var(--vertical-rhythm);
       column-gap: var(--vertical-rhythm);
  row-gap: calc(var(--vertical-rhythm) / 2);
}
.chat figcaption dl dt {
  font-weight: 700;
}
.chat figcaption dl dt, .chat figcaption dl p, .chat figcaption dl ul, .chat figcaption dl ol, .chat figcaption dl li {
  font-family: var(--font-sans-serif);
  font-size: calc(var(--vertical-rhythm) * 0.6);
  line-height: 140%;
  font-style: normal;
}
.chat figcaption dl p, .chat figcaption dl ul, .chat figcaption dl ol, .chat figcaption dl li {
  margin-bottom: calc(var(--vertical-rhythm) / 3);
  margin-top: calc(var(--vertical-rhythm) / 3);
}
.chat figcaption dl p:first-of-type {
  margin-top: 0;
}

img {
  max-width: 100%;
}

[hidden] {
  display: block;
}

/* Homepage */
header.bio {
  margin: calc(var(--vertical-rhythm) * 2) 0;
}

.case-studies {
  margin: calc(var(--vertical-rhythm) * 2) 0;
}
.case-studies article {
  margin-bottom: var(--vertical-rhythm);
}
.case-studies article p {
  margin-bottom: calc(var(--vertical-rhythm) / 2);
}

.testimonials {
  margin: calc(var(--vertical-rhythm) * 2) 0;
}
.testimonials blockquote {
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: var(--vertical-rhythm);
}
.testimonials blockquote div p {
  border-left: 8pt solid black;
  padding-left: 16pt;
}
.testimonials blockquote img {
  justify-self: flex-end;
  height: 3cm;
  width: auto;
}
.testimonials .image-dark {
  display: none;
}

#theme-switch {
  display: none;
}

/* Case Study Detail */
dl.details {
  margin-bottom: calc(var(--vertical-rhythm) * 2);
}
dl.details dt {
  font-weight: 700;
}
dl.details dd {
  margin-bottom: calc(var(--vertical-rhythm) / 2);
}
/*# sourceMappingURL=print.min.css-kCLgh_V.map */
