/*!
Theme Name: The Authority Gap
Theme URI: http://underscores.me/
Author: Kieran Lewis
Author URI: https://designbykieran.co.uk/
Description: Custom theme for The Authority Gap
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: authority
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

The Authority Gap is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/**
 * Minified by jsDelivr using clean-css v5.3.2.
 * Original file: /npm/modern-normalize@2.0.0/modern-normalize.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
}
body {
  margin: 0;
}
hr {
  height: 0;
  color: inherit;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
/*# sourceMappingURL=/sm/5b7c27b6a0fd11e81f813b36dc26f6049a71a06907ce03d53d65a3bfe866b576.map */

/* Foundation
--------------------------------------------- */

/* Foundation */

.grid-container {
  padding-right: 1.1rem;
  padding-left: 1.1rem;
  max-width: 84rem;
  margin: 0 auto;
}
.grid-container.fluid {
  padding-right: 1.1rem;
  padding-left: 1.1rem;
  max-width: 100%;
  margin: 0 auto;
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.cell.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 50em) {
  .grid-x > .medium-shrink,
  .grid-x > .medium-full,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink,
  .grid-x > .large-full,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .grid-container.fluid {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }
  .grid-container.full .cell {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }
}

.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 50em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -1.1rem;
  margin-right: -1.1rem;
}
.grid-margin-x > .cell {
  width: calc(100% - 1.875rem);
  margin-left: 1.1rem;
  margin-right: 1.1rem;
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.875rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.875rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.875rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.875rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.875rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.875rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.875rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.875rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.875rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.875rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.875rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.875rem);
}
@media print, screen and (min-width: 50em) {
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -1.1rem;
  margin-left: -1.1rem;
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -1.1rem;
  margin-left: -1.1rem;
}

.grid-padding-x > .cell {
  padding-right: 1.1rem;
  padding-left: 1.1rem;
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 50em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.875rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.875rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.875rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.875rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.875rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.875rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.875rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.875rem);
}

@media print, screen and (min-width: 50em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 80em) {
  .grid-margin-x.really-large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
}

.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.align-apart-middle {
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.align-apart-top {
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
}

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-bottom {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

@media print, screen and (min-width: 50em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .align-responsive {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .align-responsive {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 49.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 50em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 50em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 49.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 50em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 49.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

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

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* The Authority Gap
   ========================================================================== */

/**/

@font-face {
  font-family: 'Gotham';
  src: url('fonts/gotham-book-webfont.woff2') format('woff2');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/gotham-bookitalic-webfont.woff2') format('woff2');
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/gotham-bold-webfont.woff2') format('woff2');
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/gotham-black-webfont.woff2') format('woff2');
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/gotham-blackitalic-webfont.woff2') format('woff2');
  font-style: italic;
  font-weight: 900;
}

@font-face {
  font-family: 'BureauGrotesque';
  src: url('fonts/bureau-grot.woff2') format('woff2');
  font-style: normal;
  font-weight: 600;
}

:root {
  --black: #000;
  --white: #fff;
  --red: #d51317;
  --blue: #1e2568;
  --light-blue: #008bd2;
  --pastel-blue: #a9d1ee;
  --orange: #dd817d;
  --light-grey: #f5f5f5;
  --lightish-grey: #f2f2f2;
  --mid-grey: #808080;
  --line-grey: #cccccc;
}

* {
  scroll-behavior: smooth;
}

body {
  font-family: 'Gotham', sans-serif;
  line-height: 1.5;
  font-size: 17px;
}

.font-quote-mark {
  position: absolute;
  font-family: 'BureauGrotesque', sans-serif;
  font-weight: 600;
  font-size: 350px;
  line-height: 0.7;
  pointer-events: none;
  user-select: none;
  z-index: 0;

  @media (min-width: 50em) {
    font-size: 350px;
  }

  @media (min-width: 64em) {
    font-size: 375px;
  }

  @media (min-width: 75em) {
    font-size: 420px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.logo {
  font-family: 'BureauGrotesque', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.alt-heading {
  font-family: 'Gotham', sans-serif;
  font-weight: 600;
  text-transform: unset;
  letter-spacing: -0.5em;
}

b,
strong {
  font-weight: 600;
}

a {
  text-decoration: none;
}

section {
  padding-top: 35px;
  padding-bottom: 35px;
  scroll-margin-top: 70px;
}

section h2 {
  font-size: 1.4em;
  margin-top: 0;
  line-height: 1.1;
  color: var(--blue);
}

.section-title {
  font-family: 'BureauGrotesque', sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--blue);
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 12px 12px 22px;
  background: var(--red);
  color: var(--white);
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95em;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(213, 19, 23, 0.25);
  transition:
    transform 300ms ease,
    box-shadow 300ms ease,
    background 300ms ease;
}

.cta-button:hover {
  background: #b80f13;
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(213, 19, 23, 0.35);
}

.site-arrow {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  color: currentColor;
}

.site-arrow svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.site-arrow path {
  fill-rule: evenodd;
}

.site-arrow--left svg {
  transform: rotate(180deg);
}

.site-arrow--down svg {
  transform: rotate(90deg);
}

.cta-button .cta-button-arrow {
  color: var(--white);
  transition: transform 300ms ease;
}

.cta-button:hover .cta-button-arrow {
  transform: translateX(3px);
}

#body-lighten {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms cubic-bezier(0.33333, 0, 0.66667, 0.33333);
}

#body-lighten.enabled {
  pointer-events: auto;
  opacity: 1;
}

button {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
}

button svg {
  display: block;
  pointer-events: none;
  transition: all 500ms ease;
}

/* Medium and up */
@media screen and (min-width: 50em) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
    scroll-margin-top: 90px;
  }
  section h2 {
    font-size: 2em;
  }
  .section-title {
    font-size: 2em;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  section {
    padding-top: 95px;
    padding-bottom: 95px;
    scroll-margin-top: 120px;
  }
  section h2 {
    font-size: 2.5em;
  }
  .section-title {
    font-size: 2.5em;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  section h2 {
    font-size: 1.9em;
  }
  .section-title {
    font-size: 1.9em;
  }
}

/*************************************
 * Header
 ************************************/

header {
  padding: 20px 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 4;
  background: white;
  transition: all 300ms ease;
}

header.scrolled {
  box-shadow: rgb(0 0 0 / 8%) 0px 1px 12px;
  padding: 1.1rem;
}

.page-id-34 header {
  box-shadow: rgb(0 0 0 / 8%) 0px 1px 12px;
}

.logo {
  margin: 0;
}

.logo * {
  box-sizing: content-box;
}

.logo a {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
  font-size: 25px;
  line-height: 0.95;
  transition: all 300ms ease;
}

.logo span:nth-child(1) {
  color: var(--blue);
  width: 100%;
  padding-left: 52.78%;
}

.logo span:nth-child(2) {
  color: var(--red);
  width: calc(80.13% - 22.76%);
  padding-left: 14.6%;
  padding-right: 8.16%;
}

.logo span:nth-child(3) {
  color: var(--red);
  width: 19.87%;
}

.logo span:nth-child(4) {
  color: var(--blue);
  width: 100%;
}

a {
  color: var(--light-blue);
  font-weight: 600;
  transition: color 500ms ease;
}

a:hover {
  color: var(--red);
}

/* Large and up */
@media screen and (min-width: 64em) {
  header {
    padding: 20px 50px;
  }
  header.scrolled {
    padding: 10px 50px;
  }
  .logo a {
    max-width: 250px;
    font-size: 34px;
  }
  header.scrolled .logo a {
    max-width: 180px;
    font-size: 25px;
  }
}

@media screen and (max-width: 1414px) {
  header {
    padding: 20px 1.1rem;
  }
  header.scrolled {
    padding: 10px 1.1rem;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  header.scrolled .logo a {
    max-width: 135px;
    font-size: 18.58px;
  }
  header.scrolled .toggle-menu {
    top: 10px;
  }
}

/*************************************
 * Navigation
 ************************************/

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

nav a {
  color: var(--blue);
  transition: all 500ms ease;
  font-weight: 600;
}

nav a:hover {
  color: var(--red);
}

nav .current-menu-item a {
  color: var(--red);
}

#pixel-to-watch {
  position: relative;
  width: 1px;
  height: 1px;
  top: 100px;
  left: 0;
}

/* Medium and up */
@media screen and (min-width: 50em) {
  nav ul li:not(:last-child) {
    margin-right: 20px;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  header .menu-top-nav-container {
    display: none;
  }
}

/*************************************
 * Simple Text
 ************************************/

.simple-text-container {
  max-width: 800px;
  margin: 0 auto;
}

/* Medium and up */
@media screen and (min-width: 50em) {
  .simple-text-container {
    font-size: 1.4em;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  .page-id-32 .simple-text {
    padding-top: 0;
  }
}

/*************************************
 * Animation
 ************************************/

.animation {
  background: var(--red);
  display: flex;
  align-items: end;
  justify-content: space-around;
  flex: 0 0 100%;
  height: 60vh;
  overflow: hidden;
  position: relative;
}

.man,
.woman {
  display: flex;
  flex: 0 1 20%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--red);
  transform-origin: bottom;
}

.man-figure,
.woman-figure {
  height: 30vh;
  width: auto;
}

.man-figure {
  fill: var(--blue);
}

.woman-figure {
  fill: var(--light-blue);
}

.pedestal {
  background: var(--blue);
  width: 100%;
  height: 7.5vh;
}

.woman .pedestal {
  height: 7.5vh;
}

.animation-text {
  width: 500px;
  max-width: 60%;
  padding: 20px;
  text-align: center;
  color: white;
  align-self: center;
}

.animation-text h2 {
  margin: 0;
}

.animation-text h2 div {
  display: inline;
  visibility: hidden;
}

#animation-arrow {
  fill: white;
  width: 40px;
  height: auto;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 1500ms ease;
}

#animation-arrow.active {
  opacity: 1;
  cursor: pointer;
}

/* Large and up */
@media screen and (min-width: 64em) {
  .animation-text {
    font-size: 1.9em;
  }
}

/* Really Large and up */
@media screen and (min-width: 64em) {
  .animation-text {
    font-size: 2.4em;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  .animation {
    height: 50vh;
  }
  .man-figure,
  .woman-figure {
    height: 20vh;
  }
  .animation-text {
    font-size: 1.1em;
    max-width: calc(58% - 40px);
  }
  .man,
  .woman {
    flex: 0 1 21%;
  }
}

/*************************************
 * Contact & Video Modals & Mobile Menu
 ************************************/

#contact-modal,
#video-modal,
#mobile-menu {
  position: fixed;
  z-index: 13;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100vw;
  max-width: 100%;
  display: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  padding: 0;
  flex-direction: column;
}

#contact-modal .toggle-contact,
#video-modal .toggle-video,
.toggle-menu-close,
.toggle-menu {
  border-radius: 50%;
  background: var(--red);
  width: 50px;
  height: 50px;
  right: 20px;
  position: fixed;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: backgound 500ms ease;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#contact-modal::-webkit-scrollbar,
#video-modal::-webkit-scrollbar,
#mobile-menu::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#contact-modal,
#video-modal,
#mobile-menu {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.toggle-menu-close {
  background: var(--light-blue);
}

.toggle-menu-close svg {
  fill: white;
}

.toggle-menu {
  padding: 0;
  width: 53px;
  height: 53px;
  background: transparent;
  transition:
    backgound 500ms ease,
    top 500ms ease;
}

#contact-modal .toggle-contact:hover {
  background: var(--light-blue);
}

#video-modal .toggle-video {
  background: var(--light-blue);
}

#video-modal .toggle-video:hover {
  background: var(--blue);
}

#contact-modal .toggle-contact svg,
#video-modal .toggle-video svg {
  fill: white;
}

.toggle-menu svg {
  width: 53px;
  height: 53px;
  fill: var(--blue);
  display: block;
}

#contact-modal .toggle-contact:hover svg,
#video-modal .toggle-video:hover svg {
  transform: rotate(90deg);
}

#contact-modal .grid-container {
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
}

.contact-form form label {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.contact-background-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

.contact-background {
  position: absolute;
  background: #f0f0f0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

#mobile-menu .contact-background {
  background: var(--red);
}

.contact-circle {
  position: absolute;
  transform-origin: top right;
  background: var(--blue);
  border-radius: 50%;
  top: -40vh;
  left: 40vw;
  width: 180vh;
  height: 180vh;
  min-width: 60vw;
  min-height: 60vw;
  z-index: -1;
}

#video-modal .contact-background {
  background: var(--blue);
}

#video-modal .contact-circle {
  background: var(--red);
}

.video-container {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: calc(100vw - 30px);
}

.contact-info {
  max-width: 500px;
  margin: 0 auto;
  font-size: 1.2em;
  @media screen and (max-width: 49.9375em) {
    padding-top: 30px;
  }
}

.button-link {
  display: flex;
  align-items: center;
}

.button-link .round-svg {
  border-radius: 50%;
  background: var(--red);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: background-color 500ms ease;
}

.button-link:hover .round-svg {
  background: var(--light-blue);
}

.button-link .round-svg svg {
  fill: white;
  display: block;
  width: 23px;
  height: auto;
}

.contact-form {
  max-width: 500px;
  margin: 0 auto;
  color: white;
}

.contact-form h3 {
  font-size: 1.3em;
}

form input,
form textarea {
  border: none;
  padding: 13px;
  border-radius: 5px;
  width: 100%;
}

.contact-form form input {
  border-radius: 999px;
}

.contact-form form textarea {
  border-radius: 24px;
}

.button,
.forminator-button {
  background: var(--red);
  color: white;
  padding: 15px;
  width: 100%;
  border-radius: 5px;
  font-weight: 600;
}

.contact-form .forminator-button {
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 6px 20px rgba(213, 19, 23, 0.25);
  transition:
    transform 300ms ease,
    box-shadow 300ms ease,
    background 300ms ease;
}

.contact-form .forminator-button:hover {
  background: #b80f13;
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(213, 19, 23, 0.35);
}

.forminator-row-last {
  margin-bottom: 0;
  margin-top: 20px;
}

.forminator-edit-module {
  display: none;
}

#mobile-menu .grid-container {
  width: 100%;
}

#mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 50px;
}

#mobile-menu ul li a {
  color: white;
  font-size: 1.4em;
  padding: 11px 25px;
  margin-bottom: 0px;
  display: block;
}

/* Medium and up */
@media screen and (min-width: 50em) {
  .video-container {
    width: 50vw;
  }
  .toggle-menu {
    display: none;
  }
  .contact-form {
    max-width: 450px;
    margin: 0 0 0 auto;
  }
}

/* Large and up */
@media screen and (min-width: 1071px) {
  .contact-form {
    max-width: 500px;
    margin: 0 auto 0 17%;
  }
}

/* Large and up */
@media screen and (min-width: 1318px) {
  .contact-form {
    max-width: 500px;
    margin: 0 auto 0 17%;
  }
}

/* Large and up */
@media screen and (min-width: 50em) and (max-width: 1023px) {
  .contact-info {
    max-width: 390px;
    margin: 0 auto 0 0;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  .contact-circle {
    top: 30%;
    left: 50%;
    width: 100vmax;
    height: 100vmax;
    transform: translate(-50%, -50%);
    transform-origin: center;
  }
  #pulse-check-modal .contact-circle {
    top: 50%;
    left: 50%;
    width: 120vmax;
    height: 120vmax;
    transform: translate(-50%, -50%);
    transform-origin: center;
  }
  .contact-form {
    font-size: 1.1em;
  }
  .contact-info .button-link {
    font-size: 0.9em;
  }
  .contact-background-container {
    position: absolute;
  }
  #contact-modal {
    padding-top: 11px;
    padding-bottom: 40px;
  }
  #contact-modal.open {
    background: #f0f0f0;
  }
  .contact-form h3 {
    font-size: 1.5em;
  }
  form input,
  form textarea {
    box-shadow: 0 0 30px #00000020;
  }
  form textarea {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 378px) {
  .contact-info .button-link {
    font-size: 0.8em;
  }
  .button-link .round-svg {
    width: 40px;
    height: 40px;
  }
  .button-link .round-svg svg {
    width: 19px;
  }
}

/*************************************
 * Icon Columns
 ************************************/

.icon-columns {
  background: var(--light-grey);
}

.icon-columns h2 {
  margin-bottom: 30px;
}

.icon-columns svg {
  height: 40px;
  width: auto;
  margin-right: auto;
}

.icon-columns-title {
  font-size: 1.2em;
  margin-bottom: 6px;
  margin-top: 15px;
}

.icon-columns .cell {
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.icon-columns .cell p:last-of-type {
  padding-top: 25px;
  position: relative;
  color: var(--mid-grey);
  text-align: right;
  margin-bottom: 0;
  margin-top: auto;
}

.icon-columns .cell p:last-of-type::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 20px;
  background: var(--red);
}

/* Medium and up */
@media screen and (min-width: 50em) {
  .icon-columns svg {
    height: 58px;
  }
  .icon-columns-title {
    font-size: 1.2em;
    margin-top: 30px;
  }
  .icon-columns h2 {
    margin-bottom: 70px;
  }
  .icon-columns .cell p:last-of-type {
    font-size: 0.9em;
  }
  .icon-columns .grid-x {
    justify-content: space-between;
  }
}

/* Fix height breakpoint */
@media screen and (min-width: 1158px) {
  .icon-columns .cell {
    max-width: 400px;
  }
}

/* Medium only */
@media screen and (min-width: 50em) and (max-width: 63.9375em) {
  .icon-columns .grid-x .cell:not(:last-child) {
    margin-bottom: 50px;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  .icon-columns .grid-x .cell:not(:last-child) {
    margin-bottom: 35px;
  }
}

/*************************************
 * What is the Authority Gap?
 ************************************/

#what-is {
  position: relative;
}

#what-is .gradient-overlay {
  display: none;
}

#what-is .grid-container.fluid {
  padding-left: max(1.1rem, calc((100vw - 84rem) / 2 + 1.1rem));
}

/* The text column becomes a white rounded card sitting on top of the TED image */
#what-is .large-5 {
  background: var(--white);
  border-radius: 14px;
  padding: 36px 32px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
  align-self: center;
  margin-left: 1.1rem !important;
}

#what-is h2 {
  color: var(--blue);
  margin: 0 0 20px;
}

#what-is p {
}

#what-is p:last-of-type {
  margin-bottom: 0;
}

#what-is strong {
  color: var(--blue);
  font-weight: 700;
}

.word-cycle {
  font-weight: 700;
  color: var(--blue);
  padding-top: 1rem;
}

.word-cycle span {
  color: inherit;
  border-bottom: 0;
}

.video-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  font-weight: 700;
  color: white;
}

.play-button-container button {
  border-radius: 50%;
  border: 5.5px solid white;
  height: 72px;
  width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: transparent;
  transition:
    background-color 300ms ease,
    transform 300ms ease;
}

.play-button-container svg {
  fill: white;
  width: 59px;
  height: auto;
  position: relative;
  left: 3px;
  margin-bottom: 0.5rem;
}

.play-button-container:hover button {
  background: rgba(255, 255, 255, 0.18);
  transform: scale(1.05);
}

#what-is .ted-talk-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
#what-is .gradient-overlay {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 60%);
  z-index: -1;
}
/* Medium and up */
@media screen and (min-width: 50em) {
  #what-is .large-5 {
    padding: 48px 44px;
    margin: 24px 0;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  #what-is {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  #what-is .large-5 {
    padding: 56px 52px;
    border-radius: 16px;
    width: calc(41.66667% - 1.1rem);
  }
  #what-is h2 {
    margin-bottom: 24px;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  #what-is .large-5 {
    width: calc(100% - 2.2rem);
    margin-left: auto;
    margin-right: auto;
    padding: 26px 22px;
    border-radius: 14px;
    box-shadow: none;
    background: none;
    color: white !important;
  }
  #what-is h2 {
    margin-bottom: 14px;
    color: white !important;
  }
  .word-cycle {
    padding-top: 0.75rem;
    color: white !important;
  }
  #what-is .video-cell {
    margin-top: 24px;
  }
  #what-is .ted-talk-image {
    top: 55%;
    height: 45%;
    z-index: 1;
    object-position: center right;
  }
  .what-is {
    background: black;
    padding-bottom: 0;
  }
  #what-is .gradient-overlay {
    top: 55%;
    height: 45%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: 2;
  }
  .play-button-container {
    margin-top: 0;
    min-height: 200px;
    font-size: 17px;
  }
  .play-button-container button {
    height: 60px;
    width: 60px;
    margin-bottom: 10px;
  }
  .play-button-container svg {
    width: 50px;
    margin-bottom: 0.5rem;
  }
  .play-button-container,
  .what-is .grid-container:last-child,
  .what-is .grid-container:first-child .large-5 {
    position: relative;
    z-index: 3;
  }
}

/* Small phones */
@media screen and (max-width: 36em) {
  #what-is .large-5 {
    padding: 22px 20px;
  }
  .word-cycle {
    min-height: 89px;
  }
}

/* Extra-small phones */
@media screen and (max-width: 30em) {
  #what-is .large-5 {
    padding: 20px 18px;
    border-radius: 12px;
  }
  #what-is h2 {
    margin-bottom: 12px;
  }
  .word-cycle {
    /* min-height: 110px; */
  }
  .play-button-container {
    font-size: 16px;
  }
  .play-button-container button {
    height: 54px;
    width: 54px;
  }
}

/*************************************
 * Testimonials
 ************************************/

.testimonials .grid-container {
  position: relative;
}

.speech-mark {
  position: absolute;
  width: fit-content;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.1;
  color: var(--light-blue);
  font-family: 'BureauGrotesque', sans-serif;
  font-weight: 600;
  z-index: -1;
  line-height: 0.85;
}

.speech-mark.close {
  left: unset;
  top: 23%;
  right: 0;
  color: var(--red);
}

.testimonials h2 {
  max-width: 643px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-container {
  margin: 50px auto;
  max-width: 643px;
  transition: opacity 250ms ease;
  opacity: 1;
}

.testimonial-container.fade-out {
  opacity: 0;
}

.testimonial-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  padding: 15px;
  cursor: pointer;
}

.testimonial-logo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 20px;
  z-index: -2;
  background-color: var(--line-grey);
}

.testimonial-logo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 20px;
  transition: all 800ms ease;
  z-index: -1;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center left;
  background-color: var(--red);
}

.testimonial-logo.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.testimonial-logo svg {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  height: auto;
  filter: grayscale(100%) contrast(0);
  opacity: 0.4;
  transition: all 500ms ease;
}

.testimonial-logo.active svg {
  filter: unset;
  opacity: 1;
}

/* Medium and up */
@media screen and (min-width: 50em) {
  .testimonial-logo {
    padding: 30px;
  }
}

/* Larger text breakpoint */
@media screen and (min-width: 1100px) {
  .testimonial-container {
    font-size: 1.4em;
  }
  .speech-mark {
    opacity: 0.3;
  }
}

/* Less padding between white sections */
@media screen and (max-width: 1400px) {
  .testimonials + .two-column-list {
    padding-top: 0;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  .speech-mark {
    top: 10%;
  }

  .speech-mark.close {
    top: 35%;
  }
}

/*************************************
 * Two column list
 ************************************/

.two-column-list {
  background: var(--light-grey);
}

.two-column-left {
  max-width: 500px;
}

.two-column-left h2 {
  margin-bottom: 28px;
}

.two-column-left p {
  color: var(--black);
  margin-bottom: 16px;
}

.two-column-left p:last-child {
  margin-bottom: 0;
}

.two-column-left p strong,
.two-column-left strong {
  color: var(--black);
  font-weight: 700;
}

.two-column-list ul {
  list-style: none;
  position: relative;
  padding-left: 24px;
  margin: 0;
  @media (max-width: 49.9375em) {
    margin-top: 30px;
  }
}

.two-column-list ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  border-radius: 10px;
  background-color: var(--red);
}

.two-column-list ul li {
  color: var(--blue);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 22px;
}

.two-column-list ul li:last-of-type {
  margin-bottom: 0;
}

/* Medium and up */
@media screen and (min-width: 50em) {
  .two-column-list ul {
    padding-left: 32px;
  }
  .two-column-list ul li {
    margin-bottom: 26px;
  }
}

/*************************************
 * Article Callout
 ************************************/

.article-callout {
  background: #f5dfce;
}

.article-callout .quote {
}

.article-callout img {
  width: 100%;
  height: auto;
  display: block;
}

.article-callout .quote {
  position: relative;
}

.article-callout a {
  color: var(--black);
}

.article-callout .quote .speech-mark {
  position: absolute;
  width: fit-content;
  height: 100%;
  left: -40px;
  top: -17px;
  opacity: 0.05;
  color: black;
  font-family: 'BureauGrotesque', sans-serif;
  font-weight: 600;
  z-index: 0;
  line-height: 0.85;
}

.article-callout .quote p {
  position: relative;
  z-index: 1;
}

.article-callout .citation {
  text-align: right;
  font-style: italic;
  font-size: 1rem;
}

/* Medium and up */
@media screen and (min-width: 50em) {
  .article-callout .quote {
    font-size: 1.2em;
  }
  .article-callout .quote {
    max-width: 500px;
    margin-left: auto;
  }
  .article-callout .quote .speech-mark {
    left: -50px;
    top: -60px;
  }
}

/* Larger text breakpoint */
@media screen and (min-width: 1100px) {
}

/*************************************
 * Services Slider
 ************************************/

.services-slider {
  background: var(--light-grey);
}

.services-slider h2 {
  max-width: 500px;
}

.services-copy {
  max-width: 700px;
  margin-bottom: 30px;
}

.slider {
  overflow: hidden;
}
.slide-container {
  display: flex;
}
/* .slide {
  flex: 0 0 80%;
  min-width: 0;
} */

.slide {
  flex: 0 0 fit-content;
  min-width: 0;
}

.services-slider .slide {
  background: white;
  padding: 19px 26px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 13px;
}

.services-slider .slide p:first-of-type {
  font-weight: 600;
  font-size: 1.8em;
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--red);
}

/* .services-slider .slide p:last-of-type {
  margin-bottom: 0;
  color: var(--black);
  font-weight: 400;
} */

.bullets-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.bullets-container .bullet {
  background: var(--light-blue);
  border-radius: 30px;
  width: 30px;
  height: 5px;
  margin-right: -4px;
  cursor: pointer;
  transition: all 800ms ease;
  outline: 2px solid transparent;
  margin-right: 3px;
}

.bullets-container .bullet:hover {
  outline: 2px solid var(--blue);
  z-index: 1;
}

.bullets-container .bullet.current,
.bullets-container .bullet:first-of-type {
  background: var(--red);
}

.bullets-container .bullet.last {
  margin-right: 25px;
}

.service-link {
  text-align: right;
  display: block;
  margin-top: auto;
}

.services-top {
  position: relative;
  margin-bottom: 30px;
}

.services-top::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1.1rem;
  width: calc(100% - 2.2rem);
  height: 5px;
  border-radius: 20px;
  transition: all 800ms ease;
  transform-origin: center left;
  background-color: var(--light-blue);
}

.services-slider .slide-container .slide:first-of-type {
  margin-left: 20px;
}

.services-slider .slide-container .slide:last-of-type {
  margin-right: 20px;
}

.services-slider .slide p {
  font-weight: 400;
  color: var(--black);
}

/* Medium and up */
@media screen and (min-width: 50em) {
  /* .slide {
    flex: 0 0 40%;
  } */
  .bullets-container {
    margin-top: 50px;
  }
  .services-copy {
    margin-bottom: 50px;
  }
  .services-copy p {
    margin-top: 4px;
  }
  .services-top p:last-of-type,
  .services-top {
    margin-bottom: 50px;
  }
  .above-slider-copy .services-copy {
    max-width: 50%;
    padding-right: 1.1rem;
  }
}

/* Slides breakpoint */
@media screen and (min-width: 1100px) {
  /* .slide {
    flex: 0 0 30%;
  } */
  .services-copy {
    font-size: 1.2em;
  }
}

/* Grid Container Breakpoint */
@media screen and (min-width: 1360px) {
  .slide {
    flex: 0 0 321px;
  }
  .services-top::after {
    left: 0;
    width: 100%;
  }
  .services-slider .slider {
    position: relative;
  }
  .services-slider .slider::before,
  .services-slider .slider::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc((100% - 1344px) / 2);
    background: rgb(245, 245, 245);
    background: linear-gradient(90deg, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 0) 100%);
    z-index: 1;
  }
  .services-slider .slider::after {
    left: unset;
    right: 0;
    background: linear-gradient(270deg, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 0) 100%);
  }
  .services-slider .slide-container .slide:first-of-type {
    margin-left: calc((100% - 1344px) / 2);
  }

  .services-slider .slide-container .slide:last-of-type {
    margin-right: calc((100% - 1344px) / 2);
  }
  .services-slider .bullets-container {
    display: none;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  .services-slider .slide p:first-of-type {
    min-height: unset;
  }
}

/*************************************
 * Bios Team Page
 ************************************/

.bio-container {
  padding: 24px 26px;
  border-radius: 13px;
  background: var(--light-grey);
  margin-bottom: 30px;
}

.bio-content h3 {
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--blue);
}

.name-role {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 22px;
}

.name-role-lockup {
  display: flex;
  align-items: center;
  gap: 18px;
}

.name-role-lockup img {
  width: 118px;
  min-width: 118px;
  height: 118px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 4px solid var(--light-blue);
}

.name-role-text {
  min-width: 0;
}

.name-role::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 20px;
  background-color: var(--red);
}

.bio-content .name-role p:last-of-type {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--light-blue);
  font-weight: 600;
}

.bio-content p:last-of-type {
  margin-bottom: 0;
}

.bio-main {
  font-size: 0.9em;
}
/* Large and up */
@media screen and (min-width: 64em) {
  section.our-people h2 {
    margin-bottom: 60px;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  .name-role-lockup {
    gap: 14px;
  }

  .name-role-lockup img {
    width: 96px;
    min-width: 96px;
    height: 96px;
  }
}

/*************************************
 * Footer
 ************************************/

footer {
  background: var(--blue);
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

footer p strong {
  display: block;
  margin-bottom: 30px;
}

footer p {
  margin-bottom: 12px;
  margin-top: 12px;
}

footer p a {
  font-weight: 400;
  color: white;
}

footer p a:hover {
  color: var(--light-blue);
}

footer .grid-container .small-12:last-of-type {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

footer .social-links {
  margin-top: 30px;
  display: flex;
}

footer .social-links a {
  display: block;
}

footer .social-links a:not(:last-child) {
  margin-right: 10px;
}

footer .social-links svg {
  fill: white;
  width: 34px;
  height: auto;
  pointer-events: none;
  transition: all 500ms;
}

footer .social-links a:hover svg {
  fill: var(--mid-grey);
}

footer .grid-container .small-6 {
  position: relative;
  z-index: 2;
}

footer .grid-container .small-12:last-of-type * {
  z-index: 1;
}

.footer-circle {
  background: var(--red);
  position: absolute;
  width: calc(100% + 20vw);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 0;
}

footer .logo {
  display: block;
  width: fit-content;
  align-self: center;
  margin-top: 30px;
}

footer .logo span {
  color: white !important;
}

footer .sub-footer {
  position: relative;
  z-index: 1;
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}

/* Medium and up */
@media screen and (min-width: 50em) {
  footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

/* Grid Medium and up */
@media screen and (min-width: 50em) {
  footer .logo {
    margin-left: auto;
    margin-top: 0;
  }
  footer .grid-container .small-12:last-of-type {
    align-items: end;
  }
  footer .social-links a:last-of-type {
    margin-right: 61px;
  }
  footer .social-links {
    margin-right: 10px;
  }
  footer .sub-footer {
    margin-top: 50px;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  footer {
    padding-top: 80px;
  }
  footer .sub-footer {
    margin-top: 80px;
  }
}

/* Mediun and below */
@media screen and (max-width: 50em) {
  .footer-circle {
    transform: unset;
    top: 0;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  footer p {
    font-size: 15px;
    line-height: 1.2;
  }
  footer .sub-footer {
    font-size: 12px;
  }
}

/*************************************
 * Archive / Posts page
 ************************************/

.archive-section {
  background: var(--lightish-grey);
}

.parent-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.parent-categories li {
  display: block;
}

.parent-categories li a {
  display: block;
  width: fit-content;
  background-color: var(--red);
  color: white;
  border-radius: 50px;
  padding: 7px 27px;
  transition: all 300ms ease;
}

.parent-categories li a:hover,
.parent-categories li.current a {
  background: white;
  color: var(--red);
  box-shadow: 0 0 12px #00000033;
}

.archive-cell {
  display: flex;
  background: white;
  border-radius: 13px;
  align-items: stretch;
  overflow: hidden;
  margin-bottom: 30px;
}

.archive-cell h2 {
  font-size: 1.6em;
  color: var(--light-blue);
}

.post-thumbnail {
  flex: 0 0 50%;
  position: relative;
}

.post-thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}

.post-thumbnail img {
  display: block;
}

.thumbnail-overlay {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 26px;
}

.archive-cell .content {
  padding: 24px 26px;
}

.archive-cell .content h2 {
  margin-top: 0;
  margin-bottom: 14px;
}

.archive-cell .content p {
  margin: 0;
}

.thumbnail-overlay a,
.article-date {
  width: fit-content;
  background-color: var(--red);
  color: white;
  border-radius: 50px;
  padding: 4px 9px;
  font-size: 14px;
  box-shadow: 0 0 12px #00000033;
  transition: all 300ms ease;
  pointer-events: none;
}

.thumbnail-overlay a:hover {
  background: white;
  color: var(--red);
}

.article-date {
  background: white;
  color: var(--black);
}

/* Medium and up */
@media screen and (min-width: 50em) {
  .thumbnail-image-container {
    position: absolute;
    top: -1.5%;
    left: -1.5%;
    width: 103%;
    height: 103%;
    clip-path: circle(66% at 66% center);
    background: var(--red);
    border-radius: 40px;
  }
  .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    clip-path: circle(66% at 66% center);
    position: relative;
    z-index: 1;
    display: block;
  }
  .archive-cell .content {
    min-height: 313px;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  .archive-cell .content {
    min-height: 313px;
  }
  .thumbnail-image-container,
  .post-thumbnail img {
    clip-path: circle(65% at 67% center);
  }
}

/* Tablet breakpoints for circle image */
@media screen and (max-width: 1306px) and (min-width: 1109px) {
  .archive-cell .content {
    min-height: 37vw;
  }
  .thumbnail-image-container,
  .post-thumbnail img {
    clip-path: circle(21vw at 21vw center);
  }
}

/* Tablet breakpoints for circle image */
@media screen and (max-width: 1108px) and (min-width: 1024px) {
  .archive-cell .content {
    min-height: 411px;
  }
  .thumbnail-image-container,
  .post-thumbnail img {
    clip-path: circle(80% at 122% center);
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  .archive-cell {
    flex-direction: column;
    margin-bottom: 1.1rem;
  }
  .thumbnail-image-container {
    display: none;
  }
  .post-thumbnail img {
    width: 100%;
    height: auto;
    border-top: 4px solid var(--red);
  }
  .parent-categories {
    gap: 10px;
  }
  .parent-categories li a {
    padding: 7px 17px;
    font-size: 13.5px;
  }
}

/*************************************
 * Article / Single post page
 ************************************/

.single-header {
  background: var(--light-grey);
  padding-top: 25px;
  padding-bottom: 25px;
}

.single-header .single-header-left {
  flex: 0 0 50%;
  padding: 20px 1.1rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.single-header .single-header-left h1 {
  font-size: 1.8em;
  margin-top: 0;
  margin-bottom: 0px;
  color: var(--light-blue);
  font-family: 'Gotham', sans-serif;
  text-transform: unset;
  line-height: 1.1;
}

.single-header-left p {
  margin-bottom: 0;
}

.single-header .single-header-left a {
  background: var(--red);
  color: white;
  border-radius: 50px;
  padding: 6px 10px;
  margin-top: 13px;
  margin-bottom: 20px;
  font-size: 15px;
  pointer-events: none;
}

.single-header-image img {
  display: block;
}

.article-content {
  max-width: 800px;
}

.article-content figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

#secondary section {
  padding: 20px;
  position: relative;
  background: var(--light-grey);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

#secondary section h3 {
  font-size: 1.6em;
  color: var(--red);
  margin: 0;
  margin-bottom: -20px;
}

#secondary section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#secondary section ul li {
  margin-bottom: 10px;
}

.widget_categories,
.widget_recent_entries {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

#secondary section.widget_categories::after,
#secondary section.widget_recent_entries::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 20px;
  background: var(--red);
}

.wp-block-latest-posts a {
  font-weight: 400;
  color: var(--black);
  border-bottom: 1px solid var(--light-grey);
}

.widget-post-category {
  color: var(--light-blue);
}

.wp-block-latest-posts a:hover {
  color: var(--light-blue);
}

.wp-block-latest-posts li:not(:last-of-type) {
  border-bottom: 1px solid var(--line-grey);
  padding-bottom: 10px;
}

.nav-section {
  background: var(--light-grey);
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.nav-previous {
  margin-bottom: 1.1rem;
}

.nav-previous a,
.nav-next a {
  display: flex;
  gap: 15px;
}

.nav-previous img,
.nav-next img {
  border-radius: 10px;
}

.nav-subtitle {
  order: 2;
}

a.wp-element-button {
  color: white;
  background: var(--red);
}

.article-content iframe {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Medium and up */
@media screen and (min-width: 50em) {
  .single-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .single-header .single-header-image img {
    height: auto;
    max-height: 50vh;
    width: 100%;
    margin-left: auto;
    object-fit: cover;
    border-radius: 20px;
  }
  .article-content figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .nav-links {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .nav-next .nav-subtitle {
    order: 1;
  }
  .nav-next .nav-thumbnail {
    order: 2;
  }
  .nav-previous,
  .nav-next {
    max-width: 370px;
  }
  .nav-previous a,
  .nav-next a {
    align-items: center;
  }
  .nav-previous {
    margin-bottom: 0rem;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  .single-header {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .single-header .single-header-left h1 {
    font-size: 2.6em;
  }
  .article-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  .single-header .single-header-left h1 {
    font-size: 1.4em;
  }
  .single-header-image img {
    width: 100%;
    height: auto;
    border-top: 4px solid var(--red);
  }
  section.article-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
}

/* Medium and up */
@media screen and (min-width: 50em) {
}

/* Medium only */
@media screen and (min-width: 50em) and (max-width: 63.9375em) {
}

/* Large and up */
@media screen and (min-width: 64em) {
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
}

/*************************************
 * Pulse Check Quiz
 ************************************/

/* ── Panel container (mirrors #contact-modal) ─────────────────────────────── */

#pulse-check-modal {
  position: fixed;
  z-index: 13;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100vw;
  max-width: 100%;
  display: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  padding: 0;
  flex-direction: column;
}

#pulse-check-modal::-webkit-scrollbar {
  display: none;
}

#pulse-check-modal {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* ── Backdrop: semi-transparent lightbox overlay ─────────────────────────── */

.pulse-check-backdrop {
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

@media screen and (max-width: 49.9375em) {
  .pulse-check-backdrop {
    background: rgba(255, 255, 255, 0.5) !important;
  }
}

/* ── Close button ─────────────────────────────────────────────────────────── */

#pulse-check-modal .toggle-pulse-check {
  border-radius: 50%;
  background: var(--red);
  width: 50px;
  height: 50px;
  right: 20px;
  position: fixed;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 500ms ease;
  z-index: 2;
  border: none;
  cursor: pointer;
}

#pulse-check-modal .toggle-pulse-check:hover {
  background: var(--light-blue);
}

#pulse-check-modal .toggle-pulse-check svg {
  fill: white;
  pointer-events: none;
}

#pulse-check-modal .toggle-pulse-check:hover svg {
  transform: rotate(90deg);
}

/* ── Outer layout ─────────────────────────────────────────────────────────── */

.pulse-check-outer {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  min-height: 100%;
  padding-top: clamp(64px, 7vh, 80px);
  padding-bottom: clamp(40px, 6vh, 60px);
  display: flex;
  align-items: flex-start;
}

.pulse-check-panel {
  width: clamp(350px, 38vw, 650px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  min-height: clamp(480px, 76vh, 760px);
}

/* Better centring within the blue circle on wider screens while keeping
   comfortable line length and safe edge spacing. */
@media screen and (min-width: 50em) {
  .pulse-check-panel {
    margin-right: clamp(20px, 6vw, 120px);
  }
}

@media screen and (min-width: 64em) {
  .pulse-check-panel {
    margin-right: clamp(40px, calc(15vw - 6vh), 200px);
  }
}

@media screen and (min-width: 90em) {
  .pulse-check-panel {
    margin-right: clamp(56px, calc(18vw - 8vh), 240px);
  }
}

/* ── Progress bar ─────────────────────────────────────────────────────────── */

.pulse-check-progress {
  margin-top: 0;
}

.pulse-check-progress--bottom {
  margin-top: auto;
  padding-top: 24px;
  padding-bottom: 20px;
}

.pulse-check-progress-bar {
  display: block;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 99px;
  overflow: hidden;
  margin-bottom: 10px;
}

.pulse-check-progress-fill {
  display: block;
  height: 100%;
  background: var(--red);
  border-radius: 99px;
  width: 0%;
  transition: width 0.4s ease;
}

.pulse-check-progress-label {
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.pulse-check-progress-current {
  color: white;
  font-weight: 600;
}

/* ── Main slide area ──────────────────────────────────────────────────────── */

.pulse-check-main {
  padding-top: 0;
  padding-bottom: 0;
}

/* ── Individual slides ────────────────────────────────────────────────────── */
/* Only one slide is ever visible at a time (GSAP switches display:none/block)
   so normal flow is enough – no absolute positioning needed. */

.pulse-check-slide {
  display: none;
  color: white;
  padding: 0;
}

.pulse-check-slide.active {
  display: block;
}

.pulse-check-slide-inner {
  width: 100%;
  max-width: 100%;
  padding-top: clamp(18px, 3vh, 28px);
  padding-bottom: clamp(18px, 3vh, 28px);
}

.pulse-check-slide-inner > :first-child {
  margin-top: 0;
}

.pulse-check-slide-inner > :last-child {
  margin-bottom: 0;
}

/* ── Intro slide ──────────────────────────────────────────────────────────── */

.pulse-check-intro-copy {
  margin-bottom: 36px;
  font-size: 1.1em;
  line-height: 1.7;
}

.pulse-check-intro-copy p {
  margin-bottom: 1em;
}

.pulse-check-intro-copy p:first-of-type {
  margin-top: 0;
}

/* ── Question slides ──────────────────────────────────────────────────────── */

.pulse-check-q-count {
  font-size: 0.8em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 16px;
  margin-top: 0;
}

.pulse-check-q-text {
  font-size: clamp(1.25rem, 1.5vw, 1.75rem);
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 36px;
  margin-top: 0;
  color: white;
}

/* Scale options */

.pulse-check-scale {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pulse-check-scale-option {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  padding: 14px 20px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition:
    border-color 250ms ease,
    background 250ms ease,
    transform 150ms ease;
  user-select: none;
}

.pulse-check-scale-option:hover {
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.07);
}

.pulse-check-scale-option input[type='radio'] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  transition:
    border-color 200ms ease,
    background 200ms ease;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
}

.pulse-check-scale-option input[type='radio']:checked {
  background: var(--red);
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.pulse-check-scale-option:has(input:checked) {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(4px);
}

.pulse-check-scale-label {
  font-size: 1em;
  color: white;
}

/* ── Result slide ─────────────────────────────────────────────────────────── */

.pulse-check-result-heading {
  font-size: clamp(1.25rem, 1.5vw, 1.75rem);
  line-height: 1.4;
  font-weight: 600;
  color: white;
  margin-top: 0;
  margin-bottom: 20px;
}

.pulse-check-result-copy {
  font-size: 1em;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 32px;
}

.pulse-check-result-copy p {
  margin-bottom: 0.75em;
}

/* ── Quiz form ────────────────────────────────────────────────────────────── */

.pulse-check-form .pulse-check-form-row {
  margin-bottom: 14px;
}

.pulse-check-form input[type='email'],
.pulse-check-form input[type='text'],
.contact-form .forminator-ui .forminator-input,
.contact-form .forminator-ui .forminator-textarea {
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.25);
  color: white;
  border-radius: 999px;
  padding: 14px 20px;
  width: 100%;
  font-size: 1em;
  transition:
    border-color 200ms ease,
    background 200ms ease;
  outline: none;
}

.pulse-check-form input[type='email']::placeholder,
.pulse-check-form input[type='text']::placeholder,
.contact-form .forminator-ui .forminator-input::placeholder,
.contact-form .forminator-ui .forminator-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.pulse-check-form input[type='email']:focus,
.pulse-check-form input[type='text']:focus,
.contact-form .forminator-ui .forminator-input:focus,
.contact-form .forminator-ui .forminator-textarea:focus {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.18);
}

.pulse-check-form input:invalid:not(:placeholder-shown),
.contact-form .forminator-ui .forminator-input:invalid:not(:placeholder-shown),
.contact-form .forminator-ui .forminator-textarea:invalid:not(:placeholder-shown) {
  border-color: rgba(255, 100, 80, 0.8);
}

.contact-form .forminator-ui .forminator-textarea {
  border-radius: 24px;
  min-height: 140px;
}

.pulse-check-form-error {
  color: rgba(255, 180, 160, 1);
  font-size: 0.9em;
  min-height: 1.4em;
  margin-bottom: 12px;
}

.pulse-check-submit {
  margin-top: 8px;
}

/* ── Success message ──────────────────────────────────────────────────────── */

.pulse-check-success {
  text-align: center;
  padding: 48px 0;
  color: white;
}

.pulse-check-success h3 {
  font-size: 1.5em;
  margin-top: 20px;
  margin-bottom: 8px;
  color: white;
}

.pulse-check-success p {
  opacity: 0.8;
}

.pulse-check-success-icon {
  width: 60px;
  height: 60px;
  stroke: white;
  stroke-width: 2;
  fill: none;
  animation: pc-checkmark 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

@keyframes pc-checkmark {
  0% {
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 100;
  }
}

/* ── Responsive tweaks ────────────────────────────────────────────────────── */

@media screen and (max-width: 39.9375em) {
  .pulse-check-outer {
    padding-top: 60px;
    padding-bottom: 40px;
    align-items: flex-start;
  }

  #pulse-check-modal.pulse-check-modal--mobile-bg {
    background: var(--blue);
  }

  .pulse-check-panel {
    width: calc(100vw - 2.2rem);
    margin-right: 1.1rem;
    min-height: calc(100svh - 100px);
    min-height: calc(100dvh - 100px);
  }

  .pulse-check-main {
    flex: 1 1 auto;
    min-height: 0;
    padding-top: 8px;
    padding-bottom: 0;
  }

  .pulse-check-progress--bottom {
    margin-top: auto;
    padding: 12px 0 8px;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media screen and (max-height: 52rem) and (min-width: 40em) {
  .pulse-check-slide--result .pulse-check-slide-inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .pulse-check-result-heading {
    margin-bottom: 14px;
    font-size: clamp(1.15rem, 1.35vw, 1.55rem);
  }

  .pulse-check-result-copy {
    margin-bottom: 22px;
    line-height: 1.6;
  }

  .pulse-check-form .pulse-check-form-row {
    margin-bottom: 10px;
  }

  .pulse-check-form input[type='email'],
  .pulse-check-form input[type='text'] {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .pulse-check-form-error {
    margin-bottom: 8px;
  }

  .pulse-check-submit {
    margin-top: 4px;
  }

  .pulse-check-success {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 39.9375em) and (max-height: 44rem) {
  .pulse-check-main {
    padding-bottom: 0;
  }

  .pulse-check-progress--bottom {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 16px 0 12px;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
