@charset "UTF-8";
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
  breakpoint mixin - usage:

  +breakpoint(md)           Predefined breakpoint
  +breakpoint(768px, 0)      Setting only a min-width breakpoint
  +breakpoint(0, 767px)      Setting only a max-width breakpoint
  +breakpoint(320px, 480px)   Setting a min-width and max-width breakpoint

  */
/* -------------------------------------------------------------------------- */
/*                                   colors                                   */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                   spacing                                  */
/* -------------------------------------------------------------------------- */
:root {
  --vert-spacer: 40px;
  --hor-spacer: 40px;
  --spacer: 40px;
}
@media only screen and (max-width: 1280px) {
  :root {
    --vert-spacer: 30px;
    --hor-spacer: 30px;
    --spacer: 30px;
  }
}
@media only screen and (max-width: 800px) {
  :root {
    --vert-spacer: 20px;
    --hor-spacer: 20px;
    --spacer: 20px;
  }
}
@media only screen and (max-width: 600px) {
  :root {
    --vert-spacer: 15px;
    --hor-spacer: 15px;
    --spacer: 15px;
  }
}

html.menu-active {
  overflow: hidden;
}

html, body {
  height: 100%;
}

body {
  font-size: 16px;
  font-size: 16rem;
  color: #232F36;
  background: #F6F6F6;
}
body *:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: rgba(234, 23, 23, 0.6);
}
@media only screen and (max-width: 1280px) {
  .mobile-menu-active body {
    overflow: hidden;
  }
}

@font-face {
  font-family: "Founders Grotesk";
  font-display: swap;
  src: local("Founders Grotesk"), local("FoundersGrotesk"), url("../anth-edge/css/fonts/founders-grotesk-condensed-web-semibold.woff") format("woff"), url("../anth-edge/css/fonts/founders-grotesk-condensed-web-semibold.woff2") format("woff2"), url("../anth-edge/css/fonts/founders-grotesk-condensed-web-semibold.eot") format("eot");
  font-weight: 600;
  font-style: normal;
}
/* Default Margin */
html {
  font-size: 6.25%;
}

body {
  font-family: "fieldwork-hum", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 0.95;
  margin: 0 0 0.5em;
  font-family: "Founders Grotesk", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 32px;
  font-size: 32rem;
}
@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 24px;
    font-size: 24rem;
  }
}
@media only screen and (max-width: 800px) {
  h1 {
    font-size: 21px;
    font-size: 21rem;
  }
}

h2 {
  font-size: 24px;
  font-size: 24rem;
}
@media only screen and (max-width: 1000px) {
  h2 {
    font-size: 21px;
    font-size: 21rem;
  }
}
@media only screen and (max-width: 800px) {
  h2 {
    font-size: 18px;
    font-size: 18rem;
  }
}

h3 {
  font-size: 21px;
  font-size: 21rem;
}
@media only screen and (max-width: 1000px) {
  h3 {
    font-size: 18px;
    font-size: 18rem;
  }
}
@media only screen and (max-width: 800px) {
  h3 {
    font-size: 16px;
    font-size: 16rem;
  }
}

h4 {
  font-size: 18px;
  font-size: 18rem;
}

h5 {
  font-size: 16px;
  font-size: 16rem;
}

h6 {
  font-size: 14px;
  font-size: 14rem;
}

p {
  margin: 0 0 20px;
  font-size: 18px;
  font-size: 18rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1000px) {
  p {
    font-size: 16px;
    font-size: 16rem;
  }
}
@media only screen and (max-width: 800px) {
  p {
    font-size: 14px;
    font-size: 14rem;
  }
}
p:last-of-type {
  margin: 0;
}

small {
  font-size: 80%;
}

blockquote {
  padding-left: var(--hor-spacer);
  border-left: 2px solid #232F36;
  font-size: 36px;
  font-size: 36rem;
  line-height: 1.2;
}
blockquote p {
  font-size: 36px;
  font-size: 36rem;
  line-height: inherit;
}
blockquote em {
  display: block;
  color: #EA1717;
  font-style: normal;
}

ul {
  padding: 0;
}
.content ul {
  padding: 0 0 0 30px;
}
.content ul li {
  margin-bottom: 0.5em;
  padding-left: 15px;
  list-style: none;
  line-height: 1.5;
  font-size: 18px;
  font-size: 18rem;
}
.content ul li:before {
  content: "■";
  color: #EA1717;
  display: inline-block;
  width: 30px;
  margin-left: -30px;
}
.content ul li:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .content ul li {
    font-size: 16px;
    font-size: 16rem;
  }
}
@media only screen and (max-width: 800px) {
  .content ul li {
    font-size: 14px;
    font-size: 14rem;
  }
}
@media only screen and (max-width: 600px) {
  .content ul li {
    font-size: 13px;
    font-size: 13rem;
  }
}

ol {
  padding: 0;
}
.content ol {
  padding: 0 0 0 30px;
}
.content ol li {
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: 18px;
  font-size: 18rem;
}
.content ol li:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .content ol li {
    font-size: 16px;
    font-size: 16rem;
  }
}
@media only screen and (max-width: 800px) {
  .content ol li {
    font-size: 14px;
    font-size: 14rem;
  }
}
@media only screen and (max-width: 600px) {
  .content ol li {
    font-size: 13px;
    font-size: 13rem;
  }
}

a {
  text-decoration: none;
  color: #232F36;
  transition: color 0.2s ease;
  font-size: inherit;
}
p a {
  text-decoration: underline;
}

a:hover,
a:focus,
a:active {
  color: #EA1717;
}

button {
  font-size: 16px;
  font-size: 16rem;
}

.button, .button-purple, .button-grey, .button-yellow, .button-red {
  margin: 0;
  height: 36px;
  border: 0;
  line-height: 36px;
  transition: all 0.2s ease;
}
.button--flat {
  background: none;
}
.button--flat:hover {
  color: #EA1717;
}
.button--filled, .section--subscribe .section__form .gform_footer input[type=submit], .button-purple, .button-grey, .button-yellow, .button-red {
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  font-size: 16rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1000px) {
  .button--filled, .section--subscribe .section__form .gform_footer input[type=submit], .button-purple, .button-grey, .button-yellow, .button-red {
    font-size: 14px;
    font-size: 14rem;
  }
}
@media only screen and (max-width: 600px) {
  .button--filled, .section--subscribe .section__form .gform_footer input[type=submit], .button-purple, .button-grey, .button-yellow, .button-red {
    width: 100%;
  }
}
.button--yellow, .section--subscribe .section__form .gform_footer input[type=submit], .button-yellow {
  background: #F8BA17;
  color: #000;
}
.button--yellow:hover, .section--subscribe .section__form .gform_footer input[type=submit]:hover, .button-yellow:hover, .button--yellow:focus, .section--subscribe .section__form .gform_footer input[type=submit]:focus, .button-yellow:focus {
  background: rgb(238.309623431, 174.6234309623, 7.190376569);
  color: #000;
}
.button--red, .button-red {
  background: #EA1717;
  color: #fff;
}
.button--red:hover, .button-red:hover, .button--red:focus, .button-red:focus {
  background: rgb(212.2845849802, 19.2154150198, 19.2154150198);
  color: #fff;
}
.button--slate, .button-grey {
  background: #232F36;
  color: #fff;
}
.button--slate:hover, .button-grey:hover {
  background: rgb(24.9719101124, 33.5337078652, 38.5280898876);
  color: #fff;
}
.button--purple, .button-purple {
  background: #724694;
  color: #fff;
}
.button--purple:hover, .button-purple:hover {
  background: rgb(100.6651376147, 61.8119266055, 130.6880733945);
  color: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 0 50px;
  background: #fff;
  z-index: 3;
}
@media only screen and (max-width: 1000px) {
  .header {
    padding: 0 100px 0 30px;
  }
}
@media only screen and (max-width: 800px) {
  .header {
    padding: 0 90px 0 30px;
  }
}
@media only screen and (max-width: 600px) {
  .header {
    padding: 0 80px 0 20px;
  }
}
.scrolled .header {
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.0392156863), 0 1px 2px rgba(0, 0, 0, 0.0392156863), 0 2px 4px rgba(0, 0, 0, 0.0392156863), 0 3px 8px rgba(0, 0, 0, 0.0392156863), 0 4px 16px rgba(0, 0, 0, 0.0392156863);
}
.header__top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 0.25px solid #969696;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1000px) {
  .header__top-row {
    padding: 20px 0;
    border-bottom: 0;
  }
}
@media only screen and (max-width: 800px) {
  .header__top-row {
    padding: 10px 0;
  }
}
.scrolled .header__top-row {
  padding: 10px 0;
}
.header__logo {
  display: block;
  width: 151px;
  height: 55px;
  background: url(../../themes/anth-edge/img/logo-edge.svg) center center/contain no-repeat;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 800px) {
  .header__logo {
    width: 126px;
    height: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .header__logo {
    width: 113px;
    height: 40px;
  }
}
.scrolled .header__logo {
  width: 112px;
  height: 40px;
}
.header__logo span {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.header__contact-wrap {
  display: flex;
  flex-direction: row;
}
.header__contact {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  position: relative;
  height: 40px;
  margin: 0 0 0 40px;
  padding-right: 56px;
  text-align: right;
  font-weight: 400;
  line-height: 1.2;
  color: #232F36;
  font-size: 18px;
  font-size: 18rem;
}
@media only screen and (max-width: 1000px) {
  .header__contact {
    font-size: 16px;
    font-size: 16rem;
  }
}
@media only screen and (max-width: 800px) {
  .header__contact {
    margin: 0 0 0 20px;
    padding-right: 36px;
    font-size: 14px;
    font-size: 14rem;
  }
}
@media only screen and (max-width: 800px) {
  .header__contact span {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
  }
}
.header__contact em {
  display: block;
  font-weight: 200;
  line-height: 1.2;
  font-style: normal;
}
.header__contact:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 36px;
  height: 36px;
  background: #F8BA17;
  border-radius: 50%;
}
.header__contact--phone:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  content: "";
  width: 12px;
  height: 12px;
  background: url(../../themes/anth-edge/img/icon-phone.svg) center center/contain no-repeat;
}
.header__contact--form:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  content: "";
  width: 12px;
  height: 10px;
  background: url(../../themes/anth-edge/img/icon-email.svg) center center/contain no-repeat;
}
.header__menu-toggle {
  display: none;
  position: fixed;
  top: 32px;
  right: 30px;
  margin-left: 30px;
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 20 20' xml:space='preserve'%3E%3Cstyle%3E.st0{fill:%23232f36}%3C/style%3E%3Cpath class='st0' d='M20 17.2c0-.1 0-.1 0 0l-3.8-3.8c.6-.8.9-1.7.9-2.6 0-1.2-.5-2.2-1.3-3.1-.8-.8-1.9-1.3-3.1-1.3-1 0-2 .3-2.7 1H0v1h9.2c-.5.6-.8 1.5-.8 2.3 0 .7.2 1.3.5 1.9H0v1h9.5l.2.2c.8.8 1.9 1.3 3.1 1.3 1 0 1.9-.3 2.6-.9l3.8 3.8.6-.6c.2-.1.2-.1.2-.2zM15.1 13c-.6.6-1.4.9-2.3.9-.9 0-1.7-.3-2.3-.9-.6-.6-.9-1.4-.9-2.3 0-.9.3-1.7.9-2.3.6-.6 1.4-.9 2.3-.9.9 0 1.7.3 2.3.9.6.6.9 1.5.9 2.3 0 .9-.3 1.7-.9 2.3zM0 2h13.3v1H0z'/%3E%3C/svg%3E") center bottom -2px no-repeat;
  border: 0;
  transition: top 0.2s ease;
}
@media only screen and (max-width: 1000px) {
  .header__menu-toggle {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  .header__menu-toggle {
    top: 17px;
  }
}
@media only screen and (max-width: 600px) {
  .header__menu-toggle {
    top: 15px;
    right: 20px;
  }
}
.header__menu-toggle:hover {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 20 20' xml:space='preserve'%3E%3Cstyle%3E.st0{fill:%23EA1717}%3C/style%3E%3Cpath class='st0' d='M20 17.2c0-.1 0-.1 0 0l-3.8-3.8c.6-.8.9-1.7.9-2.6 0-1.2-.5-2.2-1.3-3.1-.8-.8-1.9-1.3-3.1-1.3-1 0-2 .3-2.7 1H0v1h9.2c-.5.6-.8 1.5-.8 2.3 0 .7.2 1.3.5 1.9H0v1h9.5l.2.2c.8.8 1.9 1.3 3.1 1.3 1 0 1.9-.3 2.6-.9l3.8 3.8.6-.6c.2-.1.2-.1.2-.2zM15.1 13c-.6.6-1.4.9-2.3.9-.9 0-1.7-.3-2.3-.9-.6-.6-.9-1.4-.9-2.3 0-.9.3-1.7.9-2.3.6-.6 1.4-.9 2.3-.9.9 0 1.7.3 2.3.9.6.6.9 1.5.9 2.3 0 .9-.3 1.7-.9 2.3zM0 2h13.3v1H0z'/%3E%3C/svg%3E") center bottom -2px no-repeat;
}
.scrolled .header__menu-toggle:hover {
  top: 13px;
}
.scrolled .header__menu-toggle {
  top: 15px;
}
.menu-active .header__menu-toggle {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.896 13.69c-.372.373-.357.99.033 1.381.39.39 1.009.406 1.38.034L8 9.415l5.69 5.69c.373.372.99.357 1.381-.034.39-.39.406-1.008.034-1.38L9.415 8l5.69-5.691c.372-.372.357-.99-.034-1.381-.39-.39-1.008-.406-1.38-.034L8 6.586 2.31.896C1.938.522 1.32.538.929.928c-.39.39-.406 1.009-.034 1.38L6.585 8l-5.69 5.69z' fill='%23232F36'/%3E%3C/svg%3E") center center no-repeat;
}
.menu-active .header__menu-toggle:hover {
  height: 32px;
  top: 32px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.896 13.69c-.372.373-.357.99.033 1.381.39.39 1.009.406 1.38.034L8 9.415l5.69 5.69c.373.372.99.357 1.381-.034.39-.39.406-1.008.034-1.38L9.415 8l5.69-5.691c.372-.372.357-.99-.034-1.381-.39-.39-1.008-.406-1.38-.034L8 6.586 2.31.896C1.938.522 1.32.538.929.928c-.39.39-.406 1.009-.034 1.38L6.585 8l-5.69 5.69z' fill='%23EA1717'/%3E%3C/svg%3E") center center no-repeat;
}
@media only screen and (max-width: 800px) {
  .menu-active .header__menu-toggle:hover {
    top: 17px;
  }
}
@media only screen and (max-width: 600px) {
  .menu-active .header__menu-toggle:hover {
    top: 15px;
  }
}
.header__menu-toggle span {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.header__bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.menu-active .header__bottom-row {
  opacity: 1;
  z-index: 10;
  pointer-events: visible;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1000px) {
  .scrolled .header__bottom-row {
    top: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  .header__bottom-row {
    opacity: 0;
    position: fixed;
    top: 95px;
    left: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding-top: calc(var(--vert-spacer) * 2);
    background: #F6F6F6;
    z-index: -10;
    pointer-events: none;
    transition: opacity 0.2s ease, z-index 0.2s ease;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 800px) {
  .header__bottom-row {
    top: 65px;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 600px) {
  .header__bottom-row {
    top: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .header__bottom-row {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .header__bottom-row nav {
    order: 2;
    overflow: scroll;
    width: 100%;
    padding: 20px;
  }
}
.header__bottom-row nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 1000px) {
  .header__bottom-row nav > ul {
    max-width: 480px;
    margin: 0 auto;
  }
}
.header__bottom-row nav > ul > li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1280px) {
  .header__bottom-row nav > ul > li {
    margin-right: 17px;
  }
}
@media only screen and (max-width: 1000px) {
  .header__bottom-row nav > ul > li {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #dddddd;
  }
}
.header__bottom-row nav > ul > li:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 1000px) {
  .header__bottom-row nav > ul > li:last-of-type {
    border-bottom: none;
  }
}
.header__bottom-row nav > ul > li:hover {
  cursor: pointer;
}
.header__bottom-row nav > ul > li:hover > a {
  color: #EA1717;
}
.header__bottom-row nav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.header__bottom-row nav > ul > li:focus-within > a {
  color: #EA1717;
}
.header__bottom-row nav > ul > li:focus-within > ul {
  visibility: visible;
  opacity: 1;
}
.header__bottom-row nav > ul > li.current-menu-item > a {
  color: #EA1717;
}
.header__bottom-row nav > ul > li.expanded > ul {
  display: block;
}
.header__bottom-row nav > ul > li.expanded > span {
  transform: rotate(180deg);
}
.header__bottom-row nav > ul > li > span {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url("../../themes/anth-edge/img/icon-chevron-down.svg") center center/12px 6px no-repeat;
  transition: transform 0.2s ease;
}
@media only screen and (max-width: 1000px) {
  .header__bottom-row nav > ul > li > span {
    display: block;
  }
}
.header__bottom-row nav > ul > li > a {
  display: block;
  line-height: 80px;
}
@media only screen and (max-width: 1000px) {
  .header__bottom-row nav > ul > li > a {
    line-height: 60px;
  }
}
.scrolled .header__bottom-row nav > ul > li > a {
  line-height: 50px;
}
.menu-active .header__bottom-row nav > ul > li > a {
  line-height: 80px;
}
@media only screen and (max-width: 1000px) {
  .menu-active .header__bottom-row nav > ul > li > a {
    line-height: 60px;
  }
}
.header__bottom-row nav > ul > li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -20px;
  width: 400px;
  padding: 20px;
  background: #232F36;
  transition: opacity 0.2s ease 0s, visibility 0s ease 0s;
}
@media only screen and (max-width: 1000px) {
  .header__bottom-row nav > ul > li ul {
    display: none;
    visibility: initial;
    opacity: 1;
    position: static;
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .header__bottom-row nav > ul > li ul {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.header__bottom-row nav > ul > li ul:hover {
  visibility: visible;
  opacity: 1;
}
.header__bottom-row nav > ul > li ul li {
  clear: both;
  width: 100%;
  line-height: 30px;
}
.header__bottom-row nav > ul > li ul li a {
  color: #fff;
}
.header__bottom-row nav > ul > li ul li a:hover, .header__bottom-row nav > ul > li ul li a:focus {
  color: #F8BA17;
}
.header__bottom-row nav a {
  color: #232F36;
  font-family: "Founders Grotesk", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 21px;
  font-size: 21rem;
  transition: color 0.2s ease;
}
.header__bottom-row nav a:hover {
  color: #EA1717;
}
@media only screen and (max-width: 1280px) {
  .header__bottom-row nav a {
    font-size: 18px;
    font-size: 18rem;
  }
}
@media only screen and (max-width: 800px) {
  .header__bottom-row nav a {
    font-size: 24px;
    font-size: 24rem;
  }
}
.scrolled .header__bottom-row nav a {
  font-size: 21px;
  font-size: 21rem;
}
@media only screen and (max-width: 1280px) {
  .scrolled .header__bottom-row nav a {
    font-size: 18px;
    font-size: 18rem;
  }
}
@media only screen and (max-width: 800px) {
  .scrolled .header__bottom-row nav a {
    font-size: 24px;
    font-size: 24rem;
  }
}
@media only screen and (max-width: 1000px) {
  .menu-active .header__bottom-row nav a {
    font-size: 24px;
    font-size: 24rem;
  }
}
@media only screen and (max-width: 800px) {
  .menu-active .header__bottom-row nav a {
    font-size: 21px;
    font-size: 21rem;
  }
}
@media only screen and (max-width: 1000px) {
  .header__functions {
    order: 1;
    width: 100%;
    max-width: 480px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .header__functions {
    width: calc(100% - var(--hor-spacer) * 2);
  }
}
.header__functions label span {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.header__functions input {
  font-size: 14px;
  font-size: 14rem;
}
@media only screen and (max-width: 1280px) {
  .header__functions input {
    width: 150px;
  }
}
@media only screen and (max-width: 1000px) {
  .header__functions input {
    width: 100%;
  }
}
.header__functions button {
  padding: 0 25px 0 0;
  font-size: 14px;
  font-size: 14rem;
  background: url(../../themes/anth-edge/img/icon-settings.svg) center right/14px 14px no-repeat;
}

.footer {
  width: 100vw;
  padding: 0 50px;
  background: #fff;
}
.footer__top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
  padding: 80px 0 40px;
  border-bottom: 0.25px solid #969696;
}
@media only screen and (max-width: 800px) {
  .footer__top-row {
    flex-direction: column;
    align-items: center;
  }
}
.footer__top-row .disclaimer {
  flex-basis: 100%;
  padding-right: max(0px, 100vw - 700px);
  margin-top: 3em;
}
@media only screen and (max-width: 800px) {
  .footer__top-row .disclaimer {
    text-align: center;
  }
}
.footer__logos {
  display: flex;
}
.footer__logo {
  display: block;
  width: 151px;
  height: 55px;
  margin-right: 40px;
  background: url(../../themes/anth-edge/img/logo-edge.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 800px) {
  .footer__logo {
    margin-bottom: calc(var(--vert-spacer) * 2);
  }
}
.footer__logo span {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.footer__ndis {
  display: block;
  width: 55px;
  height: 55px;
  background: url(../../themes/anth-edge/img/logo-ndis.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 800px) {
  .footer__ndis {
    margin-bottom: calc(var(--vert-spacer) * 2);
  }
}
.footer__ndis span {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.footer__bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 80px;
}
@media only screen and (max-width: 1000px) {
  .footer__bottom-row {
    flex-direction: column;
  }
}
.footer__bottom-row > p {
  font-weight: 200;
  font-size: 14px;
  font-size: 14rem;
}
.footer__bottom-row > p a {
  font-weight: 400;
}
.footer__corporate {
  flex-grow: 1;
}
@media only screen and (max-width: 1000px) {
  .footer__corporate {
    margin-bottom: var(--vert-spacer);
  }
}
.footer__corporate p,
.footer__corporate a {
  display: inline;
  margin-right: 20px;
  font-weight: 200;
  font-size: 14px;
  font-size: 14rem;
}
@media only screen and (max-width: 800px) {
  .footer__corporate p,
  .footer__corporate a {
    display: block;
    margin: 0 0 var(--vert-spacer);
    text-align: center;
  }
}

.post__content figure {
  margin: var(--vert-spacer) 0;
}
.content .post__content figure img {
  height: auto;
}
.post__content img.alignleft {
  float: left;
  margin-right: var(--hor-spacer);
  margin-bottom: 20px;
}
.post__content img.alignright {
  float: right;
  margin-left: var(--hor-spacer);
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .post__content img {
    width: 100%;
    height: auto;
  }
}

.wp-block-media-text {
  margin: var(--vert-spacer) 0;
  grid-template-columns: 30% auto;
}
.wp-block-media-text .wp-block-media-text__media {
  margin-bottom: var(--vert-spacer);
  margin-top: var(--vert-spacer);
}
@media only screen and (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}

.section--hero {
  background: #F6F6F6;
}
.section--hero.is-home {
  position: relative;
}
.section--hero.is-home .section__wrapper {
  position: relative;
}
.section--hero.is-home .section__wrapper .button, .section--hero.is-home .section__wrapper .button-red, .section--hero.is-home .section__wrapper .button-yellow, .section--hero.is-home .section__wrapper .button-grey, .section--hero.is-home .section__wrapper .button-purple {
  display: inline-flex;
  margin-top: var(--vert-spacer);
  padding: 1em 2em;
  height: unset;
  line-height: unset;
}
.section--hero.is-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../../themes/anth-edge/img/hero-texture.jpg);
  background-position: center;
  background-size: cover;
  mix-blend-mode: multiply;
}
.section__titling {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .section__titling {
    flex-direction: column;
  }
}
.is-home .section__titling, .has-cards .section__titling {
  margin-bottom: calc(var(--vert-spacer) * 2);
}
.section__titling .titling-content {
  width: calc(70% - var(--hor-spacer));
}
@media only screen and (max-width: 600px) {
  .section__titling .titling-content {
    width: 100%;
  }
}
.is-home .section__titling .titling-content {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 600px) {
  .is-home .section__titling .titling-content {
    width: 100%;
    order: 2;
  }
}
.section__titling .titling-content > strong {
  display: inline-block;
  margin-bottom: var(--vert-spacer);
  font-size: 21px;
  font-size: 21rem;
  color: #EA1717;
  font-family: "Founders Grotesk", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
}
@media only screen and (max-width: 1280px) {
  .section__titling .titling-content > strong {
    font-size: 18px;
    font-size: 18rem;
  }
}
@media only screen and (max-width: 1000px) {
  .section__titling .titling-content > strong {
    font-size: 16px;
    font-size: 16rem;
  }
}
.section__titling h1 {
  margin-bottom: var(--vert-spacer);
  font-size: 21px;
  font-size: 21rem;
  color: #EA1717;
}
@media only screen and (max-width: 1280px) {
  .section__titling h1 {
    font-size: 18px;
    font-size: 18rem;
  }
}
@media only screen and (max-width: 1000px) {
  .section__titling h1 {
    font-size: 16px;
    font-size: 16rem;
  }
}
.is-home .section__titling h1 {
  font-size: 96px;
  font-size: 96rem;
  color: #000;
}
@media only screen and (max-width: 1280px) {
  .is-home .section__titling h1 {
    font-size: 72px;
    font-size: 72rem;
  }
}
@media only screen and (max-width: 1000px) {
  .is-home .section__titling h1 {
    font-size: 48px;
    font-size: 48rem;
  }
}
@media only screen and (max-width: 800px) {
  .is-home .section__titling h1 {
    font-size: 36px;
    font-size: 36rem;
  }
}
@media only screen and (max-width: 600px) {
  .is-home .section__titling h1 {
    font-size: 24px;
    font-size: 24rem;
  }
}
.is-single .section__titling h1 {
  margin-bottom: 0;
  font-size: 60px;
  font-size: 60rem;
  line-height: 0.95;
  color: #000;
  font-family: "Founders Grotesk", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
}
@media only screen and (max-width: 1280px) {
  .is-single .section__titling h1 {
    font-size: 48px;
    font-size: 48rem;
  }
}
@media only screen and (max-width: 1000px) {
  .is-single .section__titling h1 {
    font-size: 36px;
    font-size: 36rem;
  }
}
@media only screen and (max-width: 800px) {
  .is-single .section__titling h1 {
    font-size: 24px;
    font-size: 24rem;
  }
}
@media only screen and (max-width: 600px) {
  .is-single .section__titling h1 {
    font-size: 21px;
    font-size: 21rem;
  }
}
.section__titling h1 span {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.section__titling h1 strong {
  display: block;
  color: #EA1717;
  font-family: "Founders Grotesk", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
}
.section__titling p {
  margin-bottom: var(--vert-spacer);
  font-size: 60px;
  font-size: 60rem;
  line-height: 0.95;
  color: #000;
  font-family: "Founders Grotesk", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
}
.section__titling p span {
  font-family: "Founders Grotesk", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
  color: #EA1717;
}
@media only screen and (max-width: 1280px) {
  .section__titling p {
    font-size: 48px;
    font-size: 48rem;
  }
}
@media only screen and (max-width: 1000px) {
  .section__titling p {
    font-size: 36px;
    font-size: 36rem;
  }
}
@media only screen and (max-width: 800px) {
  .section__titling p {
    font-size: 24px;
    font-size: 24rem;
  }
}
@media only screen and (max-width: 600px) {
  .section__titling p {
    font-size: 21px;
    font-size: 21rem;
  }
}
.section__titling p:last-child {
  margin-bottom: 0;
}
.is-home .section__titling p {
  margin-bottom: 0;
  font-size: 21px;
  font-size: 21rem;
  line-height: 1.4;
  color: #232F36;
  font-family: "fieldwork-hum", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
}
@media only screen and (max-width: 1280px) {
  .is-home .section__titling p {
    font-size: 18px;
    font-size: 18rem;
  }
}
@media only screen and (max-width: 1000px) {
  .is-home .section__titling p {
    font-size: 16px;
    font-size: 16rem;
  }
}
@media only screen and (max-width: 800px) {
  .is-home .section__titling p {
    font-size: 14px;
    font-size: 14rem;
  }
}
.section__titling .titling-image {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: calc(30% - var(--hor-spacer));
  max-height: 240px;
}
@media only screen and (max-width: 1280px) {
  .section__titling .titling-image {
    max-height: 200px;
  }
}
@media only screen and (max-width: 1000px) {
  .section__titling .titling-image {
    max-height: 180px;
  }
}
@media only screen and (max-width: 800px) {
  .section__titling .titling-image {
    max-height: 160px;
  }
}
@media only screen and (max-width: 600px) {
  .section__titling .titling-image {
    display: none;
  }
}
.is-home .section__titling .titling-image {
  width: calc(40% - 20px);
  max-height: initial;
}
@media only screen and (max-width: 1280px) {
  .is-home .section__titling .titling-image {
    max-height: initial;
  }
}
@media only screen and (max-width: 1000px) {
  .is-home .section__titling .titling-image {
    width: calc(40% - 20px);
    max-height: initial;
  }
}
@media only screen and (max-width: 800px) {
  .is-home .section__titling .titling-image {
    max-height: initial;
  }
}
@media only screen and (max-width: 600px) {
  .is-home .section__titling .titling-image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    max-height: initial;
    margin-bottom: var(--vert-spacer);
    order: 1;
  }
}
.section__titling .titling-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .section__titling .titling-image img {
    max-width: 80%;
  }
}
.section .hero-tiles {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .section .hero-tiles {
    flex-direction: column;
  }
}
.section .hero-tiles:after {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  top: 50%;
  bottom: calc(var(--vert-spacer) * -2);
  transform: translateX(-50%);
  background: #fff;
  z-index: 0;
}
.section .hero-tiles h2 {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.section .hero-tiles .tile {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - var(--hor-spacer) * 2) / 3);
  padding: var(--spacer);
  background: #fff;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.0392156863), 0 1px 2px rgba(0, 0, 0, 0.0392156863), 0 2px 4px rgba(0, 0, 0, 0.0392156863), 0 3px 8px rgba(0, 0, 0, 0.0392156863), 0 4px 16px rgba(0, 0, 0, 0.0392156863);
  transition: all 0.2s ease;
  z-index: 1;
}
@media only screen and (max-width: 800px) {
  .section .hero-tiles .tile {
    width: 100%;
    margin-bottom: var(--vert-spacer);
    overflow: hidden;
  }
}
@media only screen and (max-width: 800px) {
  .section .hero-tiles .tile:last-of-type {
    margin-bottom: 0;
  }
}
.section .hero-tiles .tile:after {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  right: 40px;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 1280px) {
  .section .hero-tiles .tile:after {
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .section .hero-tiles .tile:after {
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 800px) {
  .section .hero-tiles .tile:after {
    width: 240px;
    height: 120%;
    opacity: 0.1;
    top: -10%;
    right: -20px;
    z-index: 0;
  }
}
.section .hero-tiles .tile:hover {
  transform: translateY(-10px);
}
@media only screen and (max-width: 800px) {
  .section .hero-tiles .tile:hover {
    transform: none;
  }
}
.section .hero-tiles .tile:nth-of-type(1):after {
  background: url(../../themes/anth-edge/img/icon-chevron.svg) center center/50px 50px no-repeat;
}
@media only screen and (max-width: 1280px) {
  .section .hero-tiles .tile:nth-of-type(1):after {
    background: url(../../themes/anth-edge/img/icon-chevron.svg) center center/30px 30px no-repeat;
  }
}
@media only screen and (max-width: 800px) {
  .section .hero-tiles .tile:nth-of-type(1):after {
    background: url(../../themes/anth-edge/img/icon-chevron.svg) center center/cover no-repeat;
  }
}
.section .hero-tiles .tile:nth-of-type(2):after {
  background: url(../../themes/anth-edge/img/icon-brackets.svg) center center/50px 50px no-repeat;
}
@media only screen and (max-width: 1280px) {
  .section .hero-tiles .tile:nth-of-type(2):after {
    background: url(../../themes/anth-edge/img/icon-brackets.svg) center center/30px 30px no-repeat;
  }
}
@media only screen and (max-width: 800px) {
  .section .hero-tiles .tile:nth-of-type(2):after {
    background: url(../../themes/anth-edge/img/icon-brackets.svg) center center/cover no-repeat;
  }
}
.section .hero-tiles .tile:nth-of-type(3):after {
  background: url(../../themes/anth-edge/img/icon-hourglass.svg) center center/50px 50px no-repeat;
}
@media only screen and (max-width: 1280px) {
  .section .hero-tiles .tile:nth-of-type(3):after {
    background: url(../../themes/anth-edge/img/icon-hourglass.svg) center center/30px 30px no-repeat;
  }
}
@media only screen and (max-width: 800px) {
  .section .hero-tiles .tile:nth-of-type(3):after {
    background: url(../../themes/anth-edge/img/icon-hourglass.svg) center center/cover no-repeat;
  }
}
.section .hero-tiles .tile h3 {
  margin-bottom: var(--spacer);
  font-size: 36px;
  font-size: 36rem;
}
@media only screen and (max-width: 1280px) {
  .section .hero-tiles .tile h3 {
    font-size: 24px;
    font-size: 24rem;
  }
}
@media only screen and (max-width: 1000px) {
  .section .hero-tiles .tile h3 {
    font-size: 21px;
    font-size: 21rem;
  }
}
@media only screen and (max-width: 600px) {
  .section .hero-tiles .tile h3 {
    font-size: 18px;
    font-size: 18rem;
  }
}
.section .hero-tiles .tile p {
  margin-bottom: var(--spacer);
  flex-grow: 1;
  font-size: 18px;
  font-size: 18rem;
}
@media only screen and (max-width: 1280px) {
  .section .hero-tiles .tile p {
    font-size: 16px;
    font-size: 16rem;
  }
}
@media only screen and (max-width: 1000px) {
  .section .hero-tiles .tile p {
    font-size: 14px;
    font-size: 14rem;
  }
}
@media only screen and (max-width: 800px) {
  .section .hero-tiles .tile a {
    display: inline-block;
    width: 200px;
  }
}
@media only screen and (max-width: 600px) {
  .section .hero-tiles .tile a {
    position: relative;
    width: 100%;
    z-index: 1;
  }
}
.section .hero-tiles .tile a:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section .hero-search {
  margin-top: var(--vert-spacer);
}

.section--carousel {
  background: #F6F6F6;
}
@media only screen and (max-width: 600px) {
  .section--carousel .swiper-container {
    padding-bottom: 60px;
  }
}
.section--carousel .section__wrapper h2 {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.section--carousel .story {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .section--carousel .story {
    flex-direction: column;
  }
}
.section--carousel .story__content {
  order: 2;
  width: calc(65% - var(--hor-spacer));
}
@media only screen and (max-width: 600px) {
  .section--carousel .story__content {
    width: 100%;
  }
}
.section--carousel .story__content h3 {
  margin: 0 0 calc(var(--vert-spacer) / 2);
  font-size: 16px;
  font-size: 16rem;
  font-family: "fieldwork-hum", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 1000px) {
  .section--carousel .story__content h3 {
    font-size: 14px;
    font-size: 14rem;
  }
}
@media only screen and (max-width: 600px) {
  .section--carousel .story__content h3 {
    margin: 0 0 var(--vert-spacer);
  }
}
.section--carousel .story__content figure {
  margin: 0;
  padding: 0;
}
.section--carousel .story__content blockquote {
  margin: 0 0 calc(var(--vert-spacer) / 2);
  padding: 0;
  border: none;
  font-size: 48px;
  font-size: 48rem;
  font-family: "Founders Grotesk", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1280px) {
  .section--carousel .story__content blockquote {
    font-size: 36px;
    font-size: 36rem;
  }
}
@media only screen and (max-width: 1000px) {
  .section--carousel .story__content blockquote {
    font-size: 24px;
    font-size: 24rem;
  }
}
@media only screen and (max-width: 800px) {
  .section--carousel .story__content blockquote {
    font-size: 21px;
    font-size: 21rem;
  }
}
@media only screen and (max-width: 600px) {
  .section--carousel .story__content blockquote {
    margin: 0 0 var(--vert-spacer);
  }
}
.section--carousel .story__content blockquote em {
  color: #724694;
}
.section--carousel .story__content blockquote p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.section--carousel .story__content figcaption {
  margin: 0 0 calc(var(--vert-spacer) / 2);
  font-size: 16px;
  font-size: 16rem;
  color: #724694;
}
@media only screen and (max-width: 1000px) {
  .section--carousel .story__content figcaption {
    font-size: 14px;
    font-size: 14rem;
  }
}
@media only screen and (max-width: 600px) {
  .section--carousel .story__content figcaption {
    margin: 0 0 var(--vert-spacer);
  }
}
.section--carousel .story__image {
  order: 1;
  width: calc(35% - var(--hor-spacer));
  height: 480px;
}
@media only screen and (max-width: 1280px) {
  .section--carousel .story__image {
    height: 400px;
  }
}
@media only screen and (max-width: 1000px) {
  .section--carousel .story__image {
    height: 320px;
  }
}
@media only screen and (max-width: 800px) {
  .section--carousel .story__image {
    height: 240px;
  }
}
@media only screen and (max-width: 600px) {
  .section--carousel .story__image {
    width: 100%;
    height: 240px;
    margin-bottom: calc(var(--vert-spacer) * 2);
  }
}
.section--carousel .story__image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.section--carousel .swiper-pagination-bullets {
  bottom: 0;
}
.section--carousel .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  background: #724694;
  transition: opacity 0.2s ease;
}
.section--carousel .swiper-pagination-bullet:hover {
  opacity: 0.5;
}

.section--promo.is-style-default {
  --promo-color-100: #724694;
  --promo-color-200: #F8BA17;
}
.section--promo.is-style-inverted {
  --promo-color-100: #232F36;
  --promo-color-200: #EA1717;
}
.section--promo.is-style-inverted .button::before, .section--promo.is-style-inverted .button-red::before, .section--promo.is-style-inverted .button-yellow::before, .section--promo.is-style-inverted .button-grey::before, .section--promo.is-style-inverted .button-purple::before {
  border-color: currentColor !important;
}
.section--promo {
  overflow: hidden;
  background: var(--promo-color-100);
}
.section--promo .section__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section--promo .section__wrapper h2 {
  width: 50%;
  margin-bottom: calc(var(--vert-spacer) / 2);
  font-size: 48px;
  font-size: 48rem;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  .section--promo .section__wrapper h2 {
    font-size: 36px;
    font-size: 36rem;
  }
}
@media only screen and (max-width: 800px) {
  .section--promo .section__wrapper h2 {
    font-size: 24px;
    font-size: 24rem;
  }
}
@media only screen and (max-width: 600px) {
  .section--promo .section__wrapper h2 {
    width: 100%;
    font-size: 21px;
    font-size: 21rem;
  }
}
.section--promo .section__wrapper h2 strong {
  font-family: "Founders Grotesk", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
  color: var(--promo-color-200);
}
.section--promo .section__wrapper p {
  width: 50%;
  font-size: 21px;
  font-size: 21rem;
  color: #fff;
}
@media only screen and (max-width: 1280px) {
  .section--promo .section__wrapper p {
    font-size: 18px;
    font-size: 18rem;
  }
}
@media only screen and (max-width: 1000px) {
  .section--promo .section__wrapper p {
    font-size: 16px;
    font-size: 16rem;
  }
}
@media only screen and (max-width: 600px) {
  .section--promo .section__wrapper p {
    width: 100%;
    margin-bottom: var(--vert-spacer);
    font-size: 14px;
    font-size: 14rem;
  }
}
.section--promo .section__wrapper .button, .section--promo .section__wrapper .button-red, .section--promo .section__wrapper .button-yellow, .section--promo .section__wrapper .button-grey, .section--promo .section__wrapper .button-purple {
  position: absolute;
  top: 50%;
  right: 150px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1280px) {
  .section--promo .section__wrapper .button, .section--promo .section__wrapper .button-red, .section--promo .section__wrapper .button-yellow, .section--promo .section__wrapper .button-grey, .section--promo .section__wrapper .button-purple {
    right: 70px;
  }
}
@media only screen and (max-width: 1000px) {
  .section--promo .section__wrapper .button, .section--promo .section__wrapper .button-red, .section--promo .section__wrapper .button-yellow, .section--promo .section__wrapper .button-grey, .section--promo .section__wrapper .button-purple {
    right: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .section--promo .section__wrapper .button, .section--promo .section__wrapper .button-red, .section--promo .section__wrapper .button-yellow, .section--promo .section__wrapper .button-grey, .section--promo .section__wrapper .button-purple {
    position: static;
    width: 100%;
    transform: none;
  }
}
.section--promo .section__wrapper .button:before, .section--promo .section__wrapper .button-red:before, .section--promo .section__wrapper .button-yellow:before, .section--promo .section__wrapper .button-grey:before, .section--promo .section__wrapper .button-purple:before {
  content: "";
  display: block;
  position: absolute;
  width: 460px;
  height: 460px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  border: 55px solid var(--promo-color-200);
  border-radius: 50%;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1000px) {
  .section--promo .section__wrapper .button:before, .section--promo .section__wrapper .button-red:before, .section--promo .section__wrapper .button-yellow:before, .section--promo .section__wrapper .button-grey:before, .section--promo .section__wrapper .button-purple:before {
    width: 300px;
    height: 300px;
    border: 30px solid var(--promo-color-200);
  }
}
@media only screen and (max-width: 800px) {
  .section--promo .section__wrapper .button:before, .section--promo .section__wrapper .button-red:before, .section--promo .section__wrapper .button-yellow:before, .section--promo .section__wrapper .button-grey:before, .section--promo .section__wrapper .button-purple:before {
    width: 240px;
    height: 240px;
    border: 30px solid var(--promo-color-200);
  }
}
@media only screen and (max-width: 600px) {
  .section--promo .section__wrapper .button:before, .section--promo .section__wrapper .button-red:before, .section--promo .section__wrapper .button-yellow:before, .section--promo .section__wrapper .button-grey:before, .section--promo .section__wrapper .button-purple:before {
    display: none;
  }
}
.section--promo .section__wrapper .button:hover:before, .section--promo .section__wrapper .button-red:hover:before, .section--promo .section__wrapper .button-yellow:hover:before, .section--promo .section__wrapper .button-grey:hover:before, .section--promo .section__wrapper .button-purple:hover:before {
  width: 480px;
  height: 480px;
}
@media only screen and (max-width: 1000px) {
  .section--promo .section__wrapper .button:hover:before, .section--promo .section__wrapper .button-red:hover:before, .section--promo .section__wrapper .button-yellow:hover:before, .section--promo .section__wrapper .button-grey:hover:before, .section--promo .section__wrapper .button-purple:hover:before {
    width: 320px;
    height: 320px;
  }
}
@media only screen and (max-width: 800px) {
  .section--promo .section__wrapper .button:hover:before, .section--promo .section__wrapper .button-red:hover:before, .section--promo .section__wrapper .button-yellow:hover:before, .section--promo .section__wrapper .button-grey:hover:before, .section--promo .section__wrapper .button-purple:hover:before {
    width: 260px;
    height: 260px;
  }
}

.section--subscribe {
  background: #F6F6F6;
}
.section--subscribe .section__content {
  order: 1;
  width: calc(50% - var(--hor-spacer));
}
@media only screen and (max-width: 600px) {
  .section--subscribe .section__content {
    width: 100%;
    margin-bottom: var(--vert-spacer);
  }
}
.section--subscribe .section__content h2 {
  margin-bottom: var(--vert-spacer);
}
.section--subscribe .section__content p:last-child {
  margin-bottom: 0;
}
.section--subscribe .section__form {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: stretch;
  width: calc(50% - var(--hor-spacer));
}
@media only screen and (max-width: 1280px) {
  .section--subscribe .section__form {
    width: calc(35% - var(--hor-spacer));
  }
}
@media only screen and (max-width: 1000px) {
  .section--subscribe .section__form {
    width: calc(40% - var(--hor-spacer));
  }
}
@media only screen and (max-width: 600px) {
  .section--subscribe .section__form {
    width: 100%;
  }
}
.section--subscribe .section__form form {
  display: flex;
}
@media only screen and (max-width: 1280px) {
  .section--subscribe .section__form form {
    flex-direction: column;
  }
}
.section--subscribe .section__form .gform_wrapper {
  width: 100%;
}
.section--subscribe .section__form .gform_body {
  width: calc(100% - 110px);
}
@media only screen and (max-width: 1280px) {
  .section--subscribe .section__form .gform_body {
    width: 100%;
  }
}
.section--subscribe .section__form .gform_body .gform_fields {
  display: flex;
}
@media only screen and (max-width: 1280px) {
  .section--subscribe .section__form .gform_body .gform_fields {
    flex-direction: column;
    width: 100%;
  }
}
.section--subscribe .section__form .gform_body .gform_fields .gfield {
  width: calc(50% - 10px);
  margin-right: 10px;
}
.section--subscribe .section__form .gform_body .gform_fields .gfield.gform_validation_container {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .section--subscribe .section__form .gform_body .gform_fields .gfield {
    width: 100%;
    margin: 0 0 10px;
  }
}
.section--subscribe .section__form .gform_body .gform_fields .gfield label {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.section--subscribe .section__form .gform_body .gform_fields .gfield input {
  width: 100%;
}
.section--subscribe .section__form .gform_footer {
  flex-grow: 1;
}
@media only screen and (max-width: 1280px) {
  .section--subscribe .section__form .gform_footer {
    width: 100%;
  }
}
.section--subscribe .section__form .gform_footer input[type=submit] {
  width: 100%;
}

.social-sharing__group {
  display: flex;
  flex-direction: row;
}
.social-sharing__item {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.aside .social-sharing__item {
  margin-right: 10px;
}
.footer .social-sharing__item {
  margin-left: 10px;
}
.social-sharing__item.facebook {
  background: url(../../themes/anth-edge/img/icon-social-facebook.svg) center center/20px 20px no-repeat, #232F36;
}
.social-sharing__item.facebook:hover {
  background: url(../../themes/anth-edge/img/icon-social-facebook.svg) center center/20px 20px no-repeat, #EA1717;
}
.social-sharing__item.instagram {
  background: url(../../themes/anth-edge/img/icon-social-instagram.svg) center center/20px 20px no-repeat, #232F36;
}
.social-sharing__item.instagram:hover {
  background: url(../../themes/anth-edge/img/icon-social-instagram.svg) center center/20px 20px no-repeat, #EA1717;
}
.social-sharing__item.twitter {
  background: url(../../themes/anth-edge/img/icon-social-twitter.svg) center center/20px 20px no-repeat, #232F36;
}
.social-sharing__item.twitter:hover {
  background: url(../../themes/anth-edge/img/icon-social-twitter.svg) center center/20px 20px no-repeat, #EA1717;
}
.social-sharing__item.youtube {
  background: url(../../themes/anth-edge/img/icon-social-youtube.svg) center center/20px 20px no-repeat, #232F36;
}
.social-sharing__item.youtube:hover {
  background: url(../../themes/anth-edge/img/icon-social-youtube.svg) center center/20px 20px no-repeat, #EA1717;
}
.social-sharing__item.linkedin {
  background: url(../../themes/anth-edge/img/icon-social-linkedin.svg) center center/20px 20px no-repeat, #232F36;
}
.social-sharing__item.linkedin:hover {
  background: url(../../themes/anth-edge/img/icon-social-linkedin.svg) center center/20px 20px no-repeat, #EA1717;
}
.social-sharing__item.email {
  background: url(../../themes/anth-edge/img/icon-social-email.svg) center center/20px 20px no-repeat, #232F36;
}
.social-sharing__item.email:hover {
  background: url(../../themes/anth-edge/img/icon-social-email.svg) center center/20px 20px no-repeat, #EA1717;
}
.social-sharing__item span {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.news-filter {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: var(--vert-spacer);
  border-bottom: 1px solid #232F36;
}
.news-filter h2 {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.news-filter__item {
  position: relative;
  margin-right: 20px;
  padding-left: 30px;
  font-family: "Founders Grotesk", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  font-size: 24rem;
}
@media only screen and (max-width: 800px) {
  .news-filter__item {
    display: inline-block;
    width: 30%;
    margin: 0 0 10px;
    font-size: 21px;
    font-size: 21rem;
  }
}
@media only screen and (max-width: 600px) {
  .news-filter__item {
    width: 49%;
    font-size: 18px;
    font-size: 18rem;
  }
}
.news-filter__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 8px;
  background: #EA1717;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.1s ease;
}
.news-filter__item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #232F36;
  border-radius: 50%;
  transition: box-shadow 0.2s ease;
}
.news-filter__item.active:before {
  left: 3px;
  width: 14px;
  height: 14px;
  opacity: 1;
}
.news-filter__item:focus:after {
  box-shadow: inset 0 1px 3px #969696, 0 0 0 6px rgba(234, 23, 23, 0.2);
}

.news-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.0392156863), 0 1px 2px rgba(0, 0, 0, 0.0392156863), 0 2px 4px rgba(0, 0, 0, 0.0392156863), 0 3px 8px rgba(0, 0, 0, 0.0392156863), 0 4px 16px rgba(0, 0, 0, 0.0392156863);
  transition: all 0.2s ease;
}
.news-tile:hover {
  transform: translateY(-5px);
}
.news-tile h3 {
  order: 2;
  margin-bottom: 5px;
  font-size: 24px;
  font-size: 24rem;
  color: #EA1717;
}
@media only screen and (max-width: 1000px) {
  .news-tile h3 {
    font-size: 21px;
    font-size: 21rem;
  }
}
@media only screen and (max-width: 600px) {
  .news-tile h3 {
    font-size: 18px;
    font-size: 18rem;
  }
}
.news-tile__date {
  order: 3;
  margin-bottom: calc(var(--vert-spacer) / 2);
  color: #232F36;
  font-size: 12px;
  font-size: 12rem;
  text-transform: uppercase;
}
.news-tile__excerpt {
  order: 4;
  flex-grow: 1;
  margin-bottom: 20px;
}
.news-tile__excerpt p {
  font-size: 16px;
  font-size: 16rem;
}
@media only screen and (max-width: 1000px) {
  .news-tile__excerpt p {
    font-size: 14px;
    font-size: 14rem;
  }
}
.news-tile__image {
  order: 1;
  height: 360px;
  margin: -20px -20px 20px;
}
@media only screen and (max-width: 1280px) {
  .news-tile__image {
    height: 280px;
  }
}
@media only screen and (max-width: 1000px) {
  .news-tile__image {
    height: 280px;
  }
}
@media only screen and (max-width: 800px) {
  .news-tile__image {
    height: 40vw;
  }
}
@media only screen and (max-width: 600px) {
  .news-tile__image {
    height: 80vw;
  }
}
.news-tile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-tile a {
  order: 4;
}
.news-tile a:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.people-tile {
  position: relative;
  background: #fff;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.0392156863), 0 1px 2px rgba(0, 0, 0, 0.0392156863), 0 2px 4px rgba(0, 0, 0, 0.0392156863), 0 3px 8px rgba(0, 0, 0, 0.0392156863), 0 4px 16px rgba(0, 0, 0, 0.0392156863);
  cursor: pointer;
  transition: transform 0.2s ease;
}
.people-tile:hover {
  transform: translateY(-5px);
}
@media only screen and (max-width: 800px) {
  .people-tile:hover {
    transform: none;
  }
}
.people-tile.profile-active {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.people-tile.profile-active:hover {
  transform: none;
}
.people-tile h3 {
  order: 2;
  margin-bottom: 10px;
  font-size: 21px;
  font-size: 21rem;
  color: #EA1717;
}
@media only screen and (max-width: 1000px) {
  .people-tile h3 {
    font-size: 21px;
    font-size: 21rem;
  }
}
@media only screen and (max-width: 600px) {
  .people-tile h3 {
    font-size: 18px;
    font-size: 18rem;
  }
}
.profile-active .people-tile h3 {
  order: 1;
}
.people-tile__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.profile-active .people-tile__wrapper {
  width: 720px;
  height: 600px;
  background: #fff;
}
@media only screen and (max-width: 800px) {
  .profile-active .people-tile__wrapper {
    width: calc(100vw - 60px);
    height: calc(100vh - 60px);
  }
}
@media only screen and (max-width: 600px) {
  .profile-active .people-tile__wrapper {
    width: calc(100vw - 20px);
    height: calc(100vh - 20px);
  }
}
.profile-active .people-tile__wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url(../../themes/anth-edge/img/icon-close-dark.svg) center center/contain no-repeat;
}
.people-tile__title {
  order: 3;
  font-size: 13px;
  font-size: 13rem;
  line-height: 1;
  text-transform: uppercase;
  color: #232F36;
}
.profile-active .people-tile__title {
  order: 2;
  width: calc(100% - 40px);
  margin-bottom: 20px;
}
.people-tile__image {
  order: 1;
  margin: -20px -20px 15px -20px;
}
.people-tile__image img {
  width: 100%;
  max-height: 300px;
  margin: 0;
  object-fit: cover;
}
@media only screen and (max-width: 1000px) {
  .people-tile__image img {
    max-height: 30vw;
  }
}
@media only screen and (max-width: 800px) {
  .people-tile__image img {
    max-height: 40vw;
  }
}
@media only screen and (max-width: 600px) {
  .people-tile__image img {
    max-height: 100%;
  }
}
.profile-active .people-tile__image img {
  display: none;
}
.people-tile__profile {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.profile-active .people-tile__profile {
  position: initial;
  height: initial;
  width: initial;
  overflow: initial;
  clip: initial;
  clip: initial;
  white-space: initial;
  order: 3;
  flex-grow: 1;
  overflow-y: scroll;
  height: 100%;
}
.people-tile__profile p {
  font-size: 16px;
  font-size: 16rem;
}

.pagination {
  width: 100%;
}
.pagination h2 {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.pagination .nav-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.pagination .nav-links a,
.pagination .nav-links span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  height: 30px;
  padding: 0 10px;
  margin: 0 5px;
  border-radius: 15px;
  transition: background 0.2s ease;
}
.pagination .nav-links a.current,
.pagination .nav-links span.current {
  background: #F8BA17;
}
.pagination .nav-links a:hover {
  background: rgba(248, 186, 23, 0.2);
  color: #000;
}

.search-form {
  position: relative;
}
.search-form label {
  position: relative;
  display: block;
  padding: 0;
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.search-form input[type=submit] {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../../themes/anth-edge/img/icon-search.svg) center center/14px 14px no-repeat;
  border: none;
  font-size: 0.1px;
  font-size: 0.1rem;
  color: #fff;
}

.locations {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  margin: var(--vert-spacer) 0;
}
.locations .location {
  width: calc((100% - var(--hor-spacer) * 3) / 4);
}
@media only screen and (max-width: 1000px) {
  .locations .location {
    width: calc(50% - var(--hor-spacer) / 2);
    margin-bottom: calc(var(--vert-spacer) * 2);
  }
}
@media only screen and (max-width: 600px) {
  .locations .location {
    width: 100%;
  }
}
.locations .location__name {
  margin-bottom: var(--vert-spacer);
  padding-bottom: 0.5em;
  border-bottom: 1px solid #232F36;
}
.locations .location p {
  font-size: 16px;
  font-size: 16rem;
}
@media only screen and (max-width: 1000px) {
  .locations .location p {
    font-size: 14px;
    font-size: 14rem;
  }
}
.locations .location p:last-of-type {
  margin-bottom: var(--vert-spacer);
}
@media only screen and (max-width: 600px) {
  .locations .location a {
    width: 100%;
  }
}

*, *:before, *:after {
  box-sizing: border-box;
}

/* -------------------------------------------------------------------------- */
/*                                   common                                   */
/* -------------------------------------------------------------------------- */
.page-body {
  padding-top: 195px;
  min-height: 100vh;
  background: #fff;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1000px) {
  .page-body {
    padding-top: 95px;
  }
}
@media only screen and (max-width: 800px) {
  .page-body {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .page-body {
    padding-top: 50px;
  }
}
.scrolled .page-body {
  padding-top: 110px;
}
@media only screen and (max-width: 1000px) {
  .scrolled .page-body {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 800px) {
  .scrolled .page-body {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .scrolled .page-body {
    padding-top: 50px;
  }
}

main {
  background: #fff;
  transition: padding 0.2s ease;
}

.section {
  padding: calc(var(--vert-spacer) * 2) 0;
}
.section--split {
  background: #fff;
}
.section--split:nth-of-type(2n) .section__content {
  order: 2;
}
.section--split:nth-of-type(2n) .section__image {
  order: 1;
}
.section--generic {
  width: calc(70% - var(--hor-spacer));
}
@media only screen and (max-width: 800px) {
  .section--generic {
    width: 100%;
  }
}
.section--news .news-gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}
@supports (display: grid) {
  .section--news .news-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: var(--spacer);
  }
}
.section--news .news-gallery + .pagination {
  margin-top: var(--vert-spacer);
}
.section--news .news-gallery h2 {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.section--people {
  width: 100%;
}
.section--people h2 {
  margin-bottom: 5px;
}
.section--people .people-gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  margin: var(--vert-spacer) 0;
}
@supports (display: grid) {
  .section--people .people-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: var(--spacer);
  }
}
.section--search h2 {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.section--search article {
  margin-bottom: var(--vert-spacer);
}
.section--search article h3 {
  margin-bottom: 5px;
  font-size: 24px;
  font-size: 24rem;
}
@media only screen and (max-width: 1000px) {
  .section--search article h3 {
    font-size: 21px;
    font-size: 21rem;
  }
}
@media only screen and (max-width: 800px) {
  .section--search article h3 {
    font-size: 18px;
    font-size: 18rem;
  }
}
.section--search article h3 a {
  font-size: inherit;
  font-family: "Founders Grotesk", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
}
.section--search article p:last-of-type {
  margin-bottom: 5px;
}
.section--search article .post-link {
  font-weight: 200;
}
.section__wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1280px) {
  .section__wrapper {
    width: 940px;
  }
}
@media only screen and (max-width: 1000px) {
  .section__wrapper {
    width: calc(100vw - 60px);
  }
}
@media only screen and (max-width: 600px) {
  .section__wrapper {
    width: calc(100vw - 40px);
  }
}
.section__content {
  order: 1;
  width: calc(50% - var(--hor-spacer));
}
@media only screen and (max-width: 1280px) {
  .section__content {
    width: calc(60% - var(--hor-spacer));
  }
}
@media only screen and (max-width: 800px) {
  .section__content {
    order: 2;
    width: 100%;
  }
}
.section__content h2 {
  margin-bottom: var(--vert-spacer);
  font-size: 48px;
  font-size: 48rem;
}
@media only screen and (max-width: 1000px) {
  .section__content h2 {
    font-size: 36px;
    font-size: 36rem;
  }
}
@media only screen and (max-width: 800px) {
  .section__content h2 {
    font-size: 24px;
    font-size: 24rem;
  }
}
@media only screen and (max-width: 600px) {
  .section__content h2 {
    font-size: 21px;
    font-size: 21rem;
  }
}
.section__content p {
  font-size: 18px;
  font-size: 18rem;
}
@media only screen and (max-width: 1000px) {
  .section__content p {
    font-size: 16px;
    font-size: 16rem;
  }
}
@media only screen and (max-width: 800px) {
  .section__content p {
    font-size: 14px;
    font-size: 14rem;
  }
}
.section__content p:last-of-type {
  margin-bottom: var(--vert-spacer);
}
.section__content a {
  font-size: 18px;
  font-size: 18rem;
}
@media only screen and (max-width: 1000px) {
  .section__content a {
    font-size: 14px;
    font-size: 14rem;
  }
}
@media only screen and (max-width: 600px) {
  .section__content a {
    width: 100%;
  }
}
.section__image {
  order: 2;
  width: calc(40% - var(--hor-spacer));
}
@media only screen and (max-width: 1280px) {
  .section__image {
    width: calc(35% - var(--hor-spacer));
  }
}
@media only screen and (max-width: 1000px) {
  .section__image {
    width: calc(40% - var(--hor-spacer));
  }
}
@media only screen and (max-width: 800px) {
  .section__image {
    display: flex;
    justify-content: center;
    align-items: center;
    order: 1;
    width: 100%;
    overflow: hidden;
    margin-bottom: var(--vert-spacer);
  }
}
.section__image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.content--two-col {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .content--two-col {
    width: 940px;
  }
}
@media only screen and (max-width: 1000px) {
  .content--two-col {
    width: calc(100vw - 60px);
  }
}
@media only screen and (max-width: 800px) {
  .content--two-col {
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .content--two-col {
    width: calc(100vw - 40px);
  }
}
@media only screen and (max-width: 800px) {
  .section--subscribe .content--two-col {
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (max-width: 600px) {
  .section--subscribe .content--two-col {
    flex-direction: column;
  }
}

.aside {
  width: calc(30% - var(--hor-spacer));
  padding: calc(var(--vert-spacer) * 2) 0;
}
@media only screen and (max-width: 800px) {
  .aside {
    width: 100%;
  }
}
.aside h2 {
  font-size: 21px;
  font-size: 21rem;
  margin-bottom: calc(var(--vert-spacer) / 2);
}
@media only screen and (max-width: 600px) {
  .aside h2 {
    font-size: 18px;
    font-size: 18rem;
  }
}
.aside img {
  object-fit: contain;
  object-position: top;
  width: 100%;
  height: 100%;
}
.aside .sidebar__post-group {
  margin: 0 0 var(--vert-spacer);
  padding: 0;
  list-style: none;
}
.aside .sidebar__post-group a {
  display: block;
  padding: 1em 0;
  border-bottom: 1px solid #969696;
  line-height: 1.2em;
  font-weight: 200;
}
@media only screen and (max-width: 1000px) {
  .aside .sidebar__post-group a {
    font-size: 14px;
    font-size: 14rem;
  }
}
@media only screen and (max-width: 800px) {
  .aside .sidebar__post-group a {
    font-size: 14px;
    font-size: 14rem;
  }
}
.aside .sidebar__post-group a:last-of-type {
  border-bottom: none;
}
.aside .sidebar__post-group a[aria-current=page] {
  font-weight: 400;
}
