@charset "UTF-8";
@font-face {
  font-family: "Circular";
  src: url("../fonts/lineto-circular-book.eot");
  src: url("../fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-book.woff2") format("woff2"), url("../fonts/lineto-circular-book.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Circular Italic";
  src: url("../fonts/lineto-circular-bookItalic.eot");
  src: url("../fonts/lineto-circular-bookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-bookitalic.woff2") format("woff2"), url("../fonts/lineto-circular-bookItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Circular Medium";
  src: url("../fonts/lineto-circular-medium.eot");
  src: url("../fonts/lineto-circular-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-medium.woff2") format("woff2"), url("../fonts/lineto-circular-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Circular Bold";
  src: url("../fonts/lineto-circular-bold.eot");
  src: url("../fonts/lineto-circular-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-bold.woff2") format("woff2"), url("../fonts/lineto-circular-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Circular Bold Italic";
  src: url("../fonts/lineto-circular-boldItalic.eot");
  src: url("../fonts/lineto-circular-boldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-boldItalic.woff2") format("woff2"), url("../fonts/lineto-circular-boldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
.wp-block-read-more,
.wp-block-button__link,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

body,
html {
  height: 100%; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

input {
  border-radius: 0px; }

button {
  -webkit-appearance: none;
  border: none;
  background: transparent; }

a {
  color: #3f4cf3; }

/* scss vars */
/* css vars */
:root {
  --max-content-width: 1200px;
  --site-wrapper-padding: 60px;
  --big-space: 3.5vw;
  --bigger-space: 5.5vw;
  --top-nav-height: 95px;
  --hero-border-radius: 16px;
  --font-size-xxl: 3.5rem;
  --font-size-xl: 2.5rem;
  --font-size-l: 1.6rem;
  --font-size-m: 19px;
  --font-size-s: 0.8rem;
  --font-size-xs: 0.69rem;
  --color-bg-primary:  #FFFCF2;
  --color-black: #282828;
  --color-gray: #7c7c7c;
  --color-gray-light: #f9f9f9;
  --color-yellow: #FFD42b;
  --color-yellow-light: #fff8cb;
  --color-blue: #3f4cf3; }

/* GETTENBURG ONLY */
div.is-root-container {
  margin: -8px; }
  div.is-root-container .wp-block {
    margin-top: 0; }
  div.is-root-container .wp-block-separator {
    margin-top: 10px; }
  div.is-root-container .card-outline .card-label {
    margin-top: -16px !important; }
  div.is-root-container .carousel {
    overflow: visible !important;
    flex-direction: column !important; }
    div.is-root-container .carousel > * {
      opacity: 1 !important;
      pointer-events: all !important;
      margin-left: 0 !important; }

.slow {
  animation-duration: 1s !important; }

.delay-0 {
  animation-delay: 0ms !important; }

.delay-0 {
  animation-delay: 0ms !important; }

.delay-1 {
  animation-delay: 150ms !important; }

.delay-2 {
  animation-delay: 300ms !important; }

.delay-3 {
  animation-delay: 450ms !important; }

.delay-4 {
  animation-delay: 600ms !important; }

.delay-5 {
  animation-delay: 750ms !important; }

.delay-6 {
  animation-delay: 900ms !important; }

.delay-7 {
  animation-delay: 1050ms !important; }

.delay-8 {
  animation-delay: 1200ms !important; }

.delay-9 {
  animation-delay: 1350ms !important; }

.delay-10 {
  animation-delay: 1500ms !important; }

@keyframes tween-in-right {
  from {
    opacity: 0;
    -moz-transform: translate(-50px, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0); }
  to {
    opacity: 1; } }

.tween-in-right {
  animation: tween-in-right 260ms both ease-out; }

@keyframes tween-in-left {
  from {
    opacity: 0;
    -moz-transform: translate(50px, 0);
    -o-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0); }
  to {
    opacity: 1; } }

.tween-in-left {
  animation: tween-in-left 260ms both ease-out; }

@keyframes tween-in-up {
  from {
    opacity: 0;
    -moz-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px); }
  to {
    opacity: 1; } }

.tween-in-up {
  animation: tween-in-up 260ms both ease-out; }

@keyframes tween-in-down {
  from {
    opacity: 0;
    -moz-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px); }
  to {
    opacity: 1; } }

.tween-in-down {
  animation: tween-in-down 260ms both ease-out; }

@keyframes tween-up-and-down {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  30% {
    -moz-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px); }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.tween-up-and-down {
  animation: tween-up-and-down 5s infinite ease-in-out; }

h1,
.h1,
.font-xxl {
  font-size: var(--font-size-xxl);
  line-height: var(--font-size-xxl);
  letter-spacing: -0.9px; }

h2,
.h2,
.font-xl {
  font-size: var(--font-size-xl);
  line-height: var(--font-size-xl);
  letter-spacing: -0.9px; }

h3,
.h3,
.font-l {
  font-size: var(--font-size-l);
  line-height: calc(var(--font-size-l) + 0.3rem);
  letter-spacing: -0.9px; }

h4,
.h4,
.font-m {
  font-size: var(--font-size-m);
  line-height: 1.5rem;
  letter-spacing: inherit; }

h5,
.h5,
.font-s {
  font-size: var(--font-size-s);
  line-height: 1rem;
  letter-spacing: inherit; }

h6,
.h6,
.font-xs {
  font-size: var(--font-size-xs);
  line-height: 1rem;
  letter-spacing: inherit; }

@media (min-width: 768px) {
  .font-md-xxl {
    font-size: var(--font-size-xxl) !important;
    line-height: var(--font-size-xxl) !important;
    letter-spacing: -0.9px; }
  .font-md-xl {
    font-size: var(--font-size-xl) !important;
    line-height: var(--font-size-xl) !important;
    letter-spacing: -0.9px; }
  .font-md-l {
    font-size: var(--font-size-l) !important;
    line-height: calc(var(--font-size-l) + 0.3rem) !important;
    letter-spacing: -0.9px; }
  .font-md-m {
    font-size: var(--font-size-m) !important;
    line-height: 1.5rem !important;
    letter-spacing: inherit; }
  .font-md-s {
    font-size: var(--font-size-s) !important;
    line-height: 1rem !important;
    letter-spacing: inherit; }
  .font-md-xs {
    font-size: var(--font-size-xs) !important;
    line-height: 1rem !important;
    letter-spacing: inherit; } }

@media (min-width: 992px) {
  .font-lg-xxl {
    font-size: var(--font-size-xxl) !important;
    line-height: var(--font-size-xxl) !important;
    letter-spacing: -0.9px; }
  .font-lg-xl {
    font-size: var(--font-size-xl) !important;
    line-height: var(--font-size-xl) !important;
    letter-spacing: -0.9px; }
  .font-lg-l {
    font-size: var(--font-size-l) !important;
    line-height: calc(var(--font-size-l) + 0.3rem) !important;
    letter-spacing: -0.9px; }
  .font-lg-m {
    font-size: var(--font-size-m) !important;
    line-height: 1.5rem !important;
    letter-spacing: inherit; }
  .font-lg-s {
    font-size: var(--font-size-s) !important;
    line-height: 1rem !important;
    letter-spacing: inherit; }
  .font-lg-xs {
    font-size: var(--font-size-xs) !important;
    line-height: 1rem !important;
    letter-spacing: inherit; } }

@media (min-width: 1200px) {
  .font-xl-xxl {
    font-size: var(--font-size-xxl) !important;
    line-height: var(--font-size-xxl) !important;
    letter-spacing: -0.9px; }
  .font-xl-xl {
    font-size: var(--font-size-xl) !important;
    line-height: var(--font-size-xl) !important;
    letter-spacing: -0.9px; }
  .font-xl-l {
    font-size: var(--font-size-l) !important;
    line-height: calc(var(--font-size-l) + 0.3rem) !important;
    letter-spacing: -0.9px; }
  .font-xl-m {
    font-size: var(--font-size-m) !important;
    line-height: 1.5rem !important;
    letter-spacing: inherit; }
  .font-xl-s {
    font-size: var(--font-size-s) !important;
    line-height: 1rem !important;
    letter-spacing: inherit; }
  .font-xl-xs {
    font-size: var(--font-size-xs) !important;
    line-height: 1rem !important;
    letter-spacing: inherit; } }

html,
html body,
div.is-root-container {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: var(--font-size-m);
  line-height: 1.35em;
  background: var(--color-bg-primary);
  color: var(--color-black); }

body.scroll-lock {
  overflow: hidden; }

.ds-all,
.ds-all * {
  box-shadow: inset 0 0 0 1px purple; }

#site-wrapper {
  background: var(--color-bg-primary);
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

#page-wrapper.wrapper {
  flex: 1 1 100%; }

#hero h1 ~ p, #hero h1 ~ .wp-block-read-more,
#hero h1 ~ .wp-block-button__link {
  color: #434343; }


p,
.wp-block-read-more,
.wp-block-button__link,
li,
div,
span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

b,
strong,
.bold {
  font-weight: normal;
  font-family: "Circular Bold", Helvetica, Arial, sans-serif; }

i,
em,
.italic {
  font-family: "Circular Italic", Helvetica, Arial, sans-serif; }

b i,
b em,
b .italic,
strong i,
strong em,
strong .italic,
.bold i,
.bold em,
.bold .italic {
  font-family: "Circular Bold Italic", Helvetica, Arial, sans-serif; }

i b,
i strong,
i .bold,
em b,
em strong,
em .bold,
.italic b,
.italic strong,
.italic .bold {
  font-family: "Circular Bold Italic", Helvetica, Arial, sans-serif; }

footer {
  background: #e6e6e6; }

.accelerated {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: all 2ms;
  -webkit-transition: all 2ms;
  -o-transition: all 2ms;
  transition: all 2ms; }

.content-block {
  max-width: var(--max-content-width);
  margin-left: auto;
  margin-right: auto; }

.content-block-wide {
  max-width: calc(var(--max-content-width) + 6rem);
  margin-left: auto;
  margin-right: auto; }

.content-block-wider {
  max-width: calc(var(--max-content-width) + 300px);
  margin-left: auto;
  margin-right: auto; }

.letter-spacing-0 {
  letter-spacing: 0 !important; }

.z-1 {
  position: relative;
  z-index: 1; }

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

.bottom-0 {
  bottom: 0 !important; }

.left-0 {
  left: 0 !important; }

.right-0 {
  right: 0 !important; }

.rounded {
  border-radius: 5px !important; }

.rounded-more {
  border-radius: var(--hero-border-radius) !important; }

.rounded-full {
  border-radius: 9999px; }

.rounded-more-top {
  border-radius: var(--hero-border-radius) var(--hero-border-radius) 0 0; }

.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.19); }

.shadow-soft {
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.12); }

.shadow-outline {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08); }

.muted {
  opacity: 0.25 !important;
  pointer-events: none; }

.max-width-50vw {
  max-width: 50vw;
  min-width: 280px;
  /* for hero images */ }

.max-width-100 {
  max-width: 100vw !important;
  width: 100%; }

.min-height-100 {
  height: calc(100vh - var(--top-nav-height) - 64px);
  max-height: 700px;
  min-height: 590px; }

.min-height-75 {
  height: calc(75vh - var(--top-nav-height) - 64px);
  max-height: 1200px; }

.min-height-50 {
  min-height: 50vh; }

.white-space-pre {
  white-space: pre; }

.spread {
  letter-spacing: 0.3em; }

i.social-circle {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-black);
  color: white;
  -webkit-transition: box-shadow ease-in-out 100ms;
  -moz-transition: box-shadow ease-in-out 100ms;
  -o-transition: box-shadow ease-in-out 100ms;
  transition: box-shadow ease-in-out 100ms; }

a:hover > i.social-circle {
  box-shadow: 0 0 0 3px var(--color-black); }

.hover-bg-black:hover {
  background-color: var(--color-black) !important; }

a.spread-link:after,
.spread-link a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.color-blue,
.color-blue > a {
  color: var(--color-blue) !important; }

.hyperlink-h-100 > a.wp-block-hyperlink-group:first-child {
  height: 100%; }

a.wp-block-hyperlink-group {
  position: relative; }
  a.wp-block-hyperlink-group .card-outline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px 0 6px 12px;
    border-left: solid 4px var(--color-black);
    border-bottom: solid 4px var(--color-black);
    opacity: 0;
    -webkit-transition: all ease-in-out 100ms;
    -moz-transition: all ease-in-out 100ms;
    -o-transition: all ease-in-out 100ms;
    transition: all ease-in-out 100ms; }
  a.wp-block-hyperlink-group:hover {
    text-decoration: none; }
    a.wp-block-hyperlink-group:hover .card-outline {
      -moz-transform: translate(5px, -5px);
      -o-transform: translate(5px, -5px);
      -ms-transform: translate(5px, -5px);
      -webkit-transform: translate(5px, -5px);
      transform: translate(5px, -5px); }
      a.wp-block-hyperlink-group:hover .card-outline:after {
        top: 6px;
        left: -6px;
        opacity: 1; }

.card-outline > .card-outline {
  border: none; }

.wp-block-video {
  margin-bottom: 0; }

.has-black-twenty-eight-color {
  color: #282828 !important; }

.has-black-twenty-eight-background-color {
  background-color: #282828 !important; }

.has-sand-stone-color {
  color: #efebe6 !important; }

.has-sand-stone-background-color {
  background-color: #efebe6 !important; }

.has-light-gray-color {
  color: #f5f5f5 !important; }

.has-light-gray-background-color {
  background-color: #f5f5f5 !important; }

.has-white-color {
  color: #ffffff !important; }

.has-white-background-color {
  background-color: #ffffff !important; }

.has-electric-blue-color {
  color: #3c4cfc !important; }

.has-electric-blue-background-color {
  background-color: #3c4cfc !important; }

.has-cool-pool-color {
  color: #00ffff !important; }

.has-cool-pool-background-color {
  background-color: #00ffff !important; }

.has-full-yolk-color {
  color: #FFD42B !important; }

.has-full-yolk-background-color {
  background-color: #FFD42B !important; }

.has-light-yolk-color {
  color: #FFF9CB !important; }

.has-light-yolk-background-color {
  background-color: #FFF9CB !important; }

.has-bleached-almond-color {
  color: #FFFCF2 !important; }

.has-bleached-almond-background-color {
  background-color: #FFFCF2 !important; }

.blend-mode-normal {
  mix-blend-mode: normal !important; }

.blend-mode-multiply {
  mix-blend-mode: multiply !important; }

.blend-mode-screen {
  mix-blend-mode: screen !important; }

.blend-mode-overlay {
  mix-blend-mode: overlay !important; }

.blend-mode-darken {
  mix-blend-mode: darken !important; }

.blend-mode-lighten {
  mix-blend-mode: lighten !important; }

.blend-mode-color-dodge {
  mix-blend-mode: color-dodge !important; }

.blend-mode-color-burn {
  mix-blend-mode: color-burn !important; }

.blend-mode-hard-light {
  mix-blend-mode: hard-light !important; }

.blend-mode-soft-light {
  mix-blend-mode: soft-light !important; }

.blend-mode-difference {
  mix-blend-mode: difference !important; }

.blend-mode-exclusion {
  mix-blend-mode: exclusion !important; }

.blend-mode-hue {
  mix-blend-mode: hue !important; }

.blend-mode-saturation {
  mix-blend-mode: saturation !important; }

.blend-mode-color {
  mix-blend-mode: color !important; }

.blend-mode-luminosity {
  mix-blend-mode: luminosity !important; }

#top-post .wp-block-post-featured-image a {
  overflow: hidden; }

#top-post .wp-block-post-featured-image img {
  width: auto;
  max-width: 99999px;
  height: 274px; }

.post-list-article-link {
  position: relative; }
  .post-list-article-link .post-list-image {
    height: 179px;
    background: var(--color-gray-light);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
    .post-list-article-link .post-list-image * {
      width: auto !important;
      max-width: 9999px !important;
      height: 179px !important; }

.post-list-category {
  margin: 8px 0; }
  .post-list-category a {
    display: inline-block;
    padding: 2px 20px;
    font-size: var(--font-size-xs);
    margin: 2px 2px 2px 0;
    border-radius: 100px;
    position: relative;
    z-index: 2;
    background-color: var(--color-yellow); }
    .post-list-category a:not(:first-child) {
      display: none; }
  .post-list-category.show-all a {
    display: block; }

#site-wrapper footer {
  padding-left: 3rem;
  padding-right: 3rem; }

#footer-end {
  max-width: var(--max-content-width);
  margin: 0 auto;
  position: relative;
  padding-bottom: 80px; }
  #footer-end h3 {
    padding: 10px 0;
    border-bottom: solid 1px var(--color-black); }
  #footer-end .legal-and-socials {
    display: flex;
    flex-wrap: wrap; }
    #footer-end .legal-and-socials .legal-container {
      margin-right: auto; }
      #footer-end .legal-and-socials .legal-container .copyright {
        margin-bottom: 25px; }
    #footer-end .legal-and-socials .menu-social-links-container {
      flex: 0 1 1px;
      margin-top: 5px; }

#footer-legal-nav {
  margin: -25px 0 25px; }
  #footer-legal-nav a {
    font-size: var(--font-size-xs);
    color: inherit; }
    #footer-legal-nav a:not(:last-of-type) {
      margin-right: 0.5em; }
      #footer-legal-nav a:not(:last-of-type):after {
        content: '|';
        margin-left: 0.5em; }
    #footer-legal-nav a b {
      font-family: "Circular", Helvetica, Arial, sans-serif; }

.card-outline {
  border: 2px solid var(--color-black);
  border-radius: 8px;
  padding: 1rem;
  -webkit-transition: all ease-in-out 100ms;
  -moz-transition: all ease-in-out 100ms;
  -o-transition: all ease-in-out 100ms;
  transition: all ease-in-out 100ms; }
  .card-outline .card-label {
    margin: -1rem;
    border-radius: 6px 6px 0 0;
    margin-bottom: inherit;
    border-bottom: 2px solid var(--color-black); }

/* card with icon */
.card-icon {
  height: 100%; }

.card-icon .wp-block-group__inner-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap; }

.card-icon .wp-block-image {
  margin: 1.2em 0;
  flex: 0 1 99px; }

.card-icon .wp-block-group {
  align-self: flex-end;
  flex: 1 1 100%; }

.carousel {
  display: flex;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .carousel .carousel-prev,
  .carousel .carousel-next {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center; }
    .carousel .carousel-prev:before,
    .carousel .carousel-next:before {
      content: '';
      width: 25px;
      height: 25px;
      margin-left: -20px;
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      box-shadow: inset -4px -4px 0 0px white; }
    .carousel .carousel-prev:not(:hover),
    .carousel .carousel-next:not(:hover) {
      opacity: 0.8; }
  .carousel .carousel-prev:before {
    margin-left: 0;
    margin-right: -20px;
    -moz-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg); }
  .carousel.dark .carousel-prev:before,
  .carousel.dark .carousel-next:before {
    box-shadow: inset -4px -4px 0 0px #282828; }
  .carousel .carousel-next {
    left: calc(100% - 50px); }
  .carousel > *:not(.carousel-prev):not(.carousel-next) {
    min-width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all ease-in-out 350ms;
    -moz-transition: all ease-in-out 350ms;
    -o-transition: all ease-in-out 350ms;
    transition: all ease-in-out 350ms; }
    .carousel > *:not(.carousel-prev):not(.carousel-next).active {
      pointer-events: all;
      opacity: 1; }
    .carousel > *:not(.carousel-prev):not(.carousel-next):not(:first-of-type) {
      margin-left: -90%; }
  .carousel > figure.w-100 img {
    width: 100%; }

.wp-block-buttons.tab-bar {
  position: relative; }
  .wp-block-buttons.tab-bar:after {
    content: '';
    width: 200vw;
    height: 1px;
    left: -50vw;
    background: #CCCCCC;
    top: calc(100% - 1px);
    position: absolute; }
  .wp-block-buttons.tab-bar .wp-block-button__link {
    z-index: 1;
    background: none;
    border-radius: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: -2px;
    margin-right: 20px; }
    .wp-block-buttons.tab-bar .wp-block-button__link.active {
      box-shadow: 0 4px 0 0 var(--color-yellow); }

.tab-section {
  display: flex; }
  .tab-section > * {
    opacity: 0;
    pointer-events: none;
    min-width: 100%; }
    .tab-section > *:not(:first-child) {
      margin-left: -100%; }
    .tab-section > *.active {
      -webkit-transition: opacity ease-in-out 350ms;
      -moz-transition: opacity ease-in-out 350ms;
      -o-transition: opacity ease-in-out 350ms;
      transition: opacity ease-in-out 350ms;
      pointer-events: all;
      opacity: 1; }

div.is-root-container .tab-section {
  display: block; }
  div.is-root-container .tab-section > * {
    opacity: 1;
    min-width: 100%; }
    div.is-root-container .tab-section > *:not(:first-child) {
      margin-left: 0; }

.is-root-container > .wp-block.wp-post-body {
  padding: 30px; }

.wp-post-body h1,
.wp-post-body h2,
.wp-post-body h3,
.wp-post-body h4,
.wp-post-body h5,
.wp-post-body h6,
.wp-post-body figure,
.wp-post-body p:not(:last-child),
.wp-post-body .wp-block-read-more:not(:last-child),
.wp-post-body .wp-block-button__link:not(:last-child),
.wp-post-body .wp-block-group:not([style*="height"]) {
  margin-bottom: 30px; }

.wp-post-body p, .wp-post-body .wp-block-read-more,
.wp-post-body .wp-block-button__link,
.wp-post-body li,
.wp-post-body div,
.wp-post-body span {
  overflow: hidden;
  text-overflow: ellipsis; }

.wp-post-body a {
  color: var(--color-blue); }

.wp-post-body li:not(:last-of-type) {
  margin-bottom: 1em; }

.wp-post-body table thead tr {
  font-weight: bold;
  padding: 4px 0;
  border-bottom: solid 2px var(--color-black); }

.wp-post-body table tbody tr {
  padding: 4px 0; }
  .wp-post-body table tbody tr:not(:last-child) {
    border-bottom: solid 1px var(--color-black); }

.is-root-container ul:not(.no-list-styling):not(.wp-block-post-template),
.is-root-container ol:not(.no-list-styling),
.wp-post-body ul:not(.no-list-styling):not(.wp-block-post-template),
.wp-post-body ol:not(.no-list-styling),
.content-block ul:not(.no-list-styling):not(.wp-block-post-template),
.content-block ol:not(.no-list-styling) {
  padding-left: 1.5em;
  margin-bottom: 30px; }

.is-root-container ul:not(.no-list-styling):not(.wp-block-post-template) li,
.wp-post-body ul:not(.no-list-styling):not(.wp-block-post-template) li,
.content-block ul:not(.no-list-styling):not(.wp-block-post-template) li {
  position: relative;
  padding-left: 1em; }
  .is-root-container ul:not(.no-list-styling):not(.wp-block-post-template) li:before,
  .wp-post-body ul:not(.no-list-styling):not(.wp-block-post-template) li:before,
  .content-block ul:not(.no-list-styling):not(.wp-block-post-template) li:before {
    content: "•";
    position: absolute;
    top: 0;
    left: 0;
    line-height: inherit; }

.is-root-container ul:not(.no-list-styling):not(.wp-block-post-template).padded li,
.wp-post-body ul:not(.no-list-styling):not(.wp-block-post-template).padded li,
.content-block ul:not(.no-list-styling):not(.wp-block-post-template).padded li {
  margin-bottom: 1em; }

.is-root-container ol:not(.no-list-styling),
.wp-post-body ol:not(.no-list-styling),
.content-block ol:not(.no-list-styling) {
  list-style-type: decimal;
  list-style-position: inside; }

.is-root-container ul:not(.no-list-styling) ul:not(.no-list-styling),
.is-root-container ol:not(.no-list-styling) ul:not(.no-list-styling),
.wp-post-body ul:not(.no-list-styling) ul:not(.no-list-styling),
.wp-post-body ol:not(.no-list-styling) ul:not(.no-list-styling),
.content-block ul:not(.no-list-styling) ul:not(.no-list-styling),
.content-block ol:not(.no-list-styling) ul:not(.no-list-styling) {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 1em; }

.is-root-container ol:not(.no-list-styling) ol:not(.no-list-styling),
.is-root-container ul:not(.no-list-styling) ol:not(.no-list-styling),
.wp-post-body ol:not(.no-list-styling) ol:not(.no-list-styling),
.wp-post-body ul:not(.no-list-styling) ol:not(.no-list-styling),
.content-block ol:not(.no-list-styling) ol:not(.no-list-styling),
.content-block ul:not(.no-list-styling) ol:not(.no-list-styling) {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 1em; }

.wp-block-image {
  margin-bottom: 0; }

.wp-block-separator {
  width: 100%;
  border-top: 0; }

.wp-block-separator {
  border-style: solid;
  border-bottom-width: 2px; }
  .wp-block-separator.thick {
    border-bottom-width: 4px; }
  .wp-block-separator.thicker {
    border-bottom-width: 10px; }

.wp-block-query-pagination {
  display: flex;
  justify-content: center;
  padding-top: 50px; }
  .wp-block-query-pagination .nav-links,
  .wp-block-query-pagination .wp-block-query-pagination-numbers {
    display: flex; }
  .wp-block-query-pagination a,
  .wp-block-query-pagination .page-numbers {
    color: var(--color-black);
    min-width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .wp-block-query-pagination .current {
    color: var(--color-yellow);
    box-shadow: inset 0 4px 0 0 var(--color-yellow); }

blockquote.wp-block-quote {
  position: relative; }
  blockquote.wp-block-quote:not(.no-tail):after {
    content: '';
    width: 100px;
    height: 40px;
    position: absolute;
    right: 40px;
    bottom: 0;
    background-color: inherit;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%); }

.wp-block-button__link.has-black-twenty-eight-color {
  color: #282828; }

.wp-block-button__link.has-black-twenty-eight-background-color {
  border-color: #282828 !important; }

.is-style-outline > .wp-block-button__link.has-black-twenty-eight-background-color:not(:hover) {
  color: #282828 !important; }

.is-style-outline > .wp-block-button__link.has-black-twenty-eight-background-color:before {
  background-color: #282828; }

.is-style-outline > .wp-block-button__link.has-black-twenty-eight-color:hover {
  color: #282828 !important; }

.wp-block-button__link.has-sand-stone-color {
  color: #efebe6; }

.wp-block-button__link.has-sand-stone-background-color {
  border-color: #efebe6 !important; }

.is-style-outline > .wp-block-button__link.has-sand-stone-background-color:not(:hover) {
  color: #efebe6 !important; }

.is-style-outline > .wp-block-button__link.has-sand-stone-background-color:before {
  background-color: #efebe6; }

.is-style-outline > .wp-block-button__link.has-sand-stone-color:hover {
  color: #efebe6 !important; }

.wp-block-button__link.has-light-gray-color {
  color: #f5f5f5; }

.wp-block-button__link.has-light-gray-background-color {
  border-color: #f5f5f5 !important; }

.is-style-outline > .wp-block-button__link.has-light-gray-background-color:not(:hover) {
  color: #f5f5f5 !important; }

.is-style-outline > .wp-block-button__link.has-light-gray-background-color:before {
  background-color: #f5f5f5; }

.is-style-outline > .wp-block-button__link.has-light-gray-color:hover {
  color: #f5f5f5 !important; }

.wp-block-button__link.has-white-color {
  color: #ffffff; }

.wp-block-button__link.has-white-background-color {
  border-color: #ffffff !important; }

.is-style-outline > .wp-block-button__link.has-white-background-color:not(:hover) {
  color: #ffffff !important; }

.is-style-outline > .wp-block-button__link.has-white-background-color:before {
  background-color: #ffffff; }

.is-style-outline > .wp-block-button__link.has-white-color:hover {
  color: #ffffff !important; }

.wp-block-button__link.has-electric-blue-color {
  color: #3c4cfc; }

.wp-block-button__link.has-electric-blue-background-color {
  border-color: #3c4cfc !important; }

.is-style-outline > .wp-block-button__link.has-electric-blue-background-color:not(:hover) {
  color: #3c4cfc !important; }

.is-style-outline > .wp-block-button__link.has-electric-blue-background-color:before {
  background-color: #3c4cfc; }

.is-style-outline > .wp-block-button__link.has-electric-blue-color:hover {
  color: #3c4cfc !important; }

.wp-block-button__link.has-cool-pool-color {
  color: #00ffff; }

.wp-block-button__link.has-cool-pool-background-color {
  border-color: #00ffff !important; }

.is-style-outline > .wp-block-button__link.has-cool-pool-background-color:not(:hover) {
  color: #00ffff !important; }

.is-style-outline > .wp-block-button__link.has-cool-pool-background-color:before {
  background-color: #00ffff; }

.is-style-outline > .wp-block-button__link.has-cool-pool-color:hover {
  color: #00ffff !important; }

.wp-block-button__link.has-full-yolk-color {
  color: #FFD42B; }

.wp-block-button__link.has-full-yolk-background-color {
  border-color: #FFD42B !important; }

.is-style-outline > .wp-block-button__link.has-full-yolk-background-color:not(:hover) {
  color: #FFD42B !important; }

.is-style-outline > .wp-block-button__link.has-full-yolk-background-color:before {
  background-color: #FFD42B; }

.is-style-outline > .wp-block-button__link.has-full-yolk-color:hover {
  color: #FFD42B !important; }

.wp-block-button__link.has-light-yolk-color {
  color: #FFF9CB; }

.wp-block-button__link.has-light-yolk-background-color {
  border-color: #FFF9CB !important; }

.is-style-outline > .wp-block-button__link.has-light-yolk-background-color:not(:hover) {
  color: #FFF9CB !important; }

.is-style-outline > .wp-block-button__link.has-light-yolk-background-color:before {
  background-color: #FFF9CB; }

.is-style-outline > .wp-block-button__link.has-light-yolk-color:hover {
  color: #FFF9CB !important; }

.wp-block-button__link.has-bleached-almond-color {
  color: #FFFCF2; }

.wp-block-button__link.has-bleached-almond-background-color {
  border-color: #FFFCF2 !important; }

.is-style-outline > .wp-block-button__link.has-bleached-almond-background-color:not(:hover) {
  color: #FFFCF2 !important; }

.is-style-outline > .wp-block-button__link.has-bleached-almond-background-color:before {
  background-color: #FFFCF2; }

.is-style-outline > .wp-block-button__link.has-bleached-almond-color:hover {
  color: #FFFCF2 !important; }

.wp-block-read-more,
.wp-block-button__link {
  border-radius: 7px;
  padding: 10px 28px 9px !important;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.wp-block-read-more,
.is-style-outline > .wp-block-button__link {
  border: 2px solid;
  background-color: transparent !important;
  -webkit-transition: color ease-in-out 200ms;
  -moz-transition: color ease-in-out 200ms;
  -o-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms; }
  .wp-block-read-more:hover,
  .is-style-outline > .wp-block-button__link:hover {
    text-decoration: none; }

.wp-block-read-more:before,
.is-style-outline > .wp-block-button__link:before,
.has-white-color .is-style-outline > .wp-block-button__link:before {
  content: "";
  width: 10px;
  height: 10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 999px;
  z-index: -1;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease-in-out 320ms;
  -moz-transition: all ease-in-out 320ms;
  -o-transition: all ease-in-out 320ms;
  transition: all ease-in-out 320ms; }

.wp-block-read-more:hover:before,
.is-style-outline > .wp-block-button__link:hover:before {
  width: 365px;
  height: 365px;
  opacity: 1; }

.wp-block-read-more {
  color: var(--color-blue);
  border-color: var(--color-blue); }
  .wp-block-read-more:before {
    background: var(--color-blue); }
  .wp-block-read-more:hover {
    color: white; }

.wp-block-categories-dropdown {
  display: inline-block;
  position: relative; }
  .wp-block-categories-dropdown select {
    -webkit-appearance: none;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    opacity: 0.01; }

.wp-block-search {
  width: 350px;
  max-width: 48vw; }
  .wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
    z-index: 3;
    border-radius: 100px;
    box-shadow: inset 0 0 0 1px var(--color-gray);
    padding-left: 20px; }
  .wp-block-search .wp-block-search__button {
    background: none;
    color: var(--color-gray); }
  .wp-block-search input {
    background: none; }
  .wp-block-search .wp-block-search__button {
    padding-left: 0; }
  .wp-block-search.search-active .wp-block-search__inside-wrapper {
    box-shadow: inset 0 0 0 2px var(--color-black); }
  .wp-block-search .search-results {
    width: 100%;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    background: var(--color-bg-primary);
    border-radius: 28px;
    border: solid 2px var(--color-black);
    box-shadow: 0px 16px 18px rgba(0, 0, 0, 0.06); }
    .wp-block-search .search-results a {
      display: block;
      color: var(--color-black);
      padding: 10px 20px; }
      .wp-block-search .search-results a:first-of-type {
        padding-top: 20px; }
      .wp-block-search .search-results a:last-of-type {
        padding-bottom: 20px; }

/* WP MENUS */
/* SITE WIDE ANNOUNCEMENTS BANNER (TOP OF PAGE) */
#menu-site-announcement-banner {
  margin-bottom: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  z-index: 3;
  position: relative; }
  #menu-site-announcement-banner li a {
    color: var(--color-black);
    width: 100%;
    display: block;
    padding: 7px 0;
    text-align: center;
    background: #efebe6;
    opacity: 0.82; }
    #menu-site-announcement-banner li a * {
      white-space: pre; }
  #menu-site-announcement-banner li a:hover {
    text-decoration: none;
    opacity: 1; }
    #menu-site-announcement-banner li a:hover * {
      text-decoration: underline; }
  #menu-site-announcement-banner li:nth-child(even) a {
    background: #dad5cf; }
  #menu-site-announcement-banner li.red-alert a {
    background: #c23232;
    color: white; }

/* MENUS: TOP NAV */
/* the mobile hamburger trigger */
#mobile-navbar-trigger,
#mobile-navbar-close {
  display: none;
  max-width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 14px;
  cursor: pointer; }
  #mobile-navbar-trigger span,
  #mobile-navbar-close span {
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background: black;
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 12px);
    -webkit-transition: all ease-in-out 250ms;
    -moz-transition: all ease-in-out 250ms;
    -o-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms; }
    #mobile-navbar-trigger span:first-of-type,
    #mobile-navbar-close span:first-of-type {
      -moz-transform: translate(0, -8px);
      -o-transform: translate(0, -8px);
      -ms-transform: translate(0, -8px);
      -webkit-transform: translate(0, -8px);
      transform: translate(0, -8px); }
    #mobile-navbar-trigger span:last-of-type,
    #mobile-navbar-close span:last-of-type {
      -moz-transform: translate(0, 8px);
      -o-transform: translate(0, 8px);
      -ms-transform: translate(0, 8px);
      -webkit-transform: translate(0, 8px);
      transform: translate(0, 8px); }

#mobile-navbar-close {
  z-index: 10;
  display: block;
  top: 4px;
  right: 0;
  width: 44px;
  height: 44px;
  position: fixed !important;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all ease-in-out 1s;
  -moz-transition: all ease-in-out 1s;
  -o-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s; }
  #mobile-navbar-close span:first-of-type {
    height: 2px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  #mobile-navbar-close span:last-of-type {
    height: 2px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/* the whole top site nav */
#wrapper-topnav {
  z-index: 10;
  background: var(--color-bg-primary);
  -webkit-transition: all ease-in-out 250ms;
  -moz-transition: all ease-in-out 250ms;
  -o-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }
  #wrapper-topnav.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.11); }

#topnav-trigger {
  width: 100vw;
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2; }

#wrapper-topnav nav {
  max-width: calc(var(--max-content-width) + 2rem);
  margin: 0 auto;
  display: flex;
  height: var(--top-nav-height);
  position: relative;
  z-index: 22; }
  #wrapper-topnav nav > div {
    width: 100%; }
  #wrapper-topnav nav a {
    color: var(--color-black);
    text-decoration: none; }
  #wrapper-topnav nav ul.menu * {
    list-style-type: none; }

#menu-site-navigation .hide-in-header,
#mobile-site-navigation .hide-in-mobile,
#footer-site-navigation .hide-in-footer {
  display: none; }

#menu-site-navigation > li:not(.home-button) > a,
#mobile-site-navigation > li:not(.home-button) > a,
#footer-site-navigation > li:not(.home-button) > a {
  pointer-events: none; }

#menu-site-navigation {
  width: 100%;
  display: flex;
  justify-content: center;
  /* option for centering the dropdown */
  /* option for right aligning the dropdown */ }
  #menu-site-navigation > li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: var(--top-nav-height); }
    #menu-site-navigation > li b {
      font-family: "Circular", Helvetica, Arial, sans-serif; }
    #menu-site-navigation > li .separator {
      pointer-events: none;
      min-height: 0px;
      height: 0px;
      margin: 12px 0;
      border-top: solid 1px #ccc;
      overflow: hidden;
      width: calc(100% + 51px);
      margin-left: -25px; }
  #menu-site-navigation li.menu-item ul.sub-menu {
    position: absolute;
    top: 85%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all ease-in-out 120ms;
    background: var(--color-bg-primary);
    padding: 0 25px 25px 25px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 12px 21px rgba(0, 0, 0, 0.06); }
  #menu-site-navigation li.sub-menu-center ul.sub-menu {
    left: 50%;
    transform: translateX(-50%); }
  #menu-site-navigation li.sub-menu-right ul.sub-menu {
    left: auto;
    right: 0; }
  #menu-site-navigation > li.menu-item:after {
    content: "";
    width: calc(100% - 40px);
    height: 5px;
    background: #ffd42b;
    position: absolute;
    top: 80%;
    left: 20px;
    opacity: 0;
    transition: all ease-in-out 120ms; }
  #menu-site-navigation > li.menu-item:hover:after {
    opacity: 1;
    top: 70%; }
  #menu-site-navigation li.menu-item:hover ul.sub-menu {
    top: 99%;
    opacity: 1;
    pointer-events: all; }
  #menu-site-navigation ul.sub-menu a {
    white-space: pre;
    min-height: 55px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
    color: #7e7e7e;
    border-radius: 8px;
    font-size: var(--font-size-s);
    padding: 7px 20px 7px 0px;
    transition: all ease-in-out 120ms; }
    #menu-site-navigation ul.sub-menu a:hover {
      padding: 7px 10px 7px 10px;
      background: #fff9cb;
      color: var(--color-black); }
    #menu-site-navigation ul.sub-menu a b {
      display: block;
      font-family: "Circular Medium", Helvetica, Arial, sans-serif;
      width: 100%;
      color: var(--color-black);
      font-size: var(--font-size-m);
      margin-bottom: -2px; }

/* END: ul#menu-top-navigation */
/* Home button for both header and footer nav menus */
#menu-site-navigation,
#footer-site-navigation {
  /* The SOVRN logo button */ }
  #menu-site-navigation li.home-button,
  #footer-site-navigation li.home-button {
    /* No yellow line on hover */
    /* the image (svg) */ }
    #menu-site-navigation li.home-button:hover:after,
    #footer-site-navigation li.home-button:hover:after {
      display: none; }
    #menu-site-navigation li.home-button a,
    #footer-site-navigation li.home-button a {
      display: block;
      width: 136px;
      height: var(--top-nav-height);
      color: transparent;
      background: url("../img/sovrn-logo.svg") no-repeat center;
      background-size: contain; }

#mobile-site-navigation-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  border: solid 9px white;
  border-bottom: 0;
  background: white;
  z-index: 101; }
  #mobile-site-navigation-container:not(.active) {
    display: none; }
    #mobile-site-navigation-container:not(.active) #mobile-navbar-close {
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

#mobile-site-navigation {
  height: 100%;
  background: #fffacb;
  border-radius: 16px 16px 0 0;
  display: flex;
  flex-direction: column;
  overflow: auto; }
  #mobile-site-navigation li.home-button {
    display: none; }
    #mobile-site-navigation li.home-button + li > a {
      padding-top: 25px; }
  #mobile-site-navigation > li {
    width: 100%; }
    #mobile-site-navigation > li a {
      color: var(--color-gray);
      font-size: var(--font-size-s);
      width: 100%;
      display: block;
      padding: 6px 25px; }
      #mobile-site-navigation > li a:hover {
        text-decoration: none; }
      #mobile-site-navigation > li a b {
        color: var(--color-black);
        font-size: var(--font-size-l);
        font-family: "Circular", Helvetica, Arial, sans-serif;
        display: block;
        width: 100%; }
  #mobile-site-navigation > li > a > b:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    line-height: var(--font-size-l);
    vertical-align: bottom;
    margin-left: 10px;
    display: inline-block; }
  #mobile-site-navigation > li.active > a > b:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  #mobile-site-navigation li.separator {
    display: none; }
  #mobile-site-navigation li .sub-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms; }
    #mobile-site-navigation li .sub-menu li {
      padding-left: 20px; }
      #mobile-site-navigation li .sub-menu li a b {
        color: var(--color-black);
        font-size: var(--font-size-m);
        width: 100%;
        display: block; }
  #mobile-site-navigation li.active .sub-menu {
    max-height: 400px;
    margin-bottom: 25px; }
  #mobile-site-navigation li.login {
    position: -webkit-sticky;
    position: sticky;
    bottom: 66px;
    left: 0;
    margin-top: auto;
    background: var(--color-bg-primary); }
    #mobile-site-navigation li.login > a {
      padding-top: 20px;
      padding-bottom: 20px; }
    #mobile-site-navigation li.login.active .sub-menu {
      margin-bottom: 25px; }
  #mobile-site-navigation li.sign-up {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    background: var(--color-blue); }
    #mobile-site-navigation li.sign-up > a {
      padding-top: 20px;
      padding-bottom: 20px; }
    #mobile-site-navigation li.sign-up a,
    #mobile-site-navigation li.sign-up a b {
      color: white !important; }
    #mobile-site-navigation li.sign-up.active .sub-menu {
      margin-bottom: 25px; }
  #mobile-site-navigation li.login.active > a,
  #mobile-site-navigation li.sign-up.active > a {
    opacity: 0.4; }
  #mobile-site-navigation li.login .sub-menu a,
  #mobile-site-navigation li.sign-up .sub-menu a {
    padding-left: 4px; }
    #mobile-site-navigation li.login .sub-menu a b,
    #mobile-site-navigation li.sign-up .sub-menu a b {
      font-size: var(--font-size-l); }

/*
** FOOTER
*/
#footer-site-navigation {
  max-width: var(--max-content-width);
  margin: 0 auto;
  display: flex;
  position: relative;
  padding: 50px 0;
  flex-wrap: wrap;
  justify-content: space-between; }
  #footer-site-navigation a {
    color: var(--color-black); }
  #footer-site-navigation li.home-button {
    height: var(--top-nav-height);
    flex: 1 1 100%;
    border-bottom: solid 2px var(--color-black);
    margin-bottom: 50px; }
  #footer-site-navigation > li:not(.home-button) {
    flex: 0 1 1px;
    margin-bottom: 25px; }
  #footer-site-navigation > li {
    font-family: "Circular Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: var(--font-size-l); }
  #footer-site-navigation ul.sub-menu {
    margin-top: 22px; }
    #footer-site-navigation ul.sub-menu li {
      font-size: var(--font-size-m);
      margin-bottom: 9px; }
    #footer-site-navigation ul.sub-menu li b {
      font-family: "Circular", Helvetica, Arial, sans-serif;
      font-weight: normal;
      white-space: pre; }

#menu-social-links {
  display: flex; }
  #menu-social-links li:not(:first-of-type) {
    padding-left: 25px; }
  #menu-social-links li:not(:last-of-type) {
    padding-right: 25px; }
  #menu-social-links a {
    background: var(--color-black);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    line-height: 0.01em;
    border: solid 0px var(--color-black);
    -webkit-transition: all ease-in-out 100ms;
    -moz-transition: all ease-in-out 100ms;
    -o-transition: all ease-in-out 100ms;
    transition: all ease-in-out 100ms; }
    #menu-social-links a:hover {
      box-shadow: 0 0 0 2px var(--color-black);
      text-decoration: none; }

.bg-1,
.bg-squares-small {
  background-image: linear-gradient(rgba(0, 0, 0, 0.06) 0.4px, transparent 0.4px), linear-gradient(to right, rgba(0, 0, 0, 0.06) 0.4px, transparent 0.4px);
  background-size: 9px 9px; }

.bg-2,
.bg-squares {
  background-image: linear-gradient(rgba(0, 0, 0, 0.06) 1.1px, transparent 1.1px), linear-gradient(to right, rgba(0, 0, 0, 0.06) 1.1px, transparent 1.1px);
  background-size: 22px 22px; }

.bg-3,
.bg-squares-large {
  background-image: linear-gradient(rgba(0, 0, 0, 0.06) 2px, transparent 2px), linear-gradient(to right, rgba(0, 0, 0, 0.06) 2px, transparent 2px);
  background-size: 40px 40px; }

.bg-4,
.bg-lines-diagonal {
  background-size: 8px 8px;
  background-image: repeating-linear-gradient(45deg, #ffffff 0, #ffffff 0.8px, transparent 0, transparent 50%); }

.bg-5,
.bg-graph-paper {
  background-image: linear-gradient(#ffffff 1.6px, transparent 1.6px), linear-gradient(90deg, #ffffff 1.6px, transparent 1.6px), linear-gradient(#ffffff 0.8px, transparent 0.8px), linear-gradient(90deg, #ffffff 0.8px, transparent 0.8px);
  background-size: 40px 40px, 40px 40px, 8px 8px, 8px 8px;
  background-position: -1.6px -1.6px, -1.6px -1.6px, -0.8px -0.8px, -0.8px -0.8px; }

.bg-6,
.bg-dots {
  background-image: radial-gradient(#ffffff 1.2px, transparent 1.2px);
  background-size: 24px 24px; }

.bg-7,
.bg-checkered-dark-small {
  background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.065) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.065) 75%, rgba(0, 0, 0, 0.065)), repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.065) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.065) 75%, rgba(0, 0, 0, 0.065));
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px; }

.bg-8,
.bg-checkered-dark {
  background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.065) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.065) 75%, rgba(0, 0, 0, 0.065)), repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.065) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.065) 75%, rgba(0, 0, 0, 0.065));
  background-position: 0 0, 6px 6px;
  background-size: 12px 12px; }

.bg-9,
.bg-checkered-small {
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0.6)), repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.6) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0.6));
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px; }

.bg-10,
.bg-checkered {
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0.6)), repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.6) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0.6));
  background-position: 0 0, 6px 6px;
  background-size: 12px 12px; }

ul.job-list {
  border-bottom: solid 2px var(--color-black); }
  ul.job-list > li .label {
    cursor: pointer;
    min-height: 60px;
    padding: 14px 0 50px 0;
    position: relative;
    border-top: solid 2px var(--color-black);
    display: flex;
    align-items: center; }
    ul.job-list > li .label h3 {
      flex-basis: 45%; }
    ul.job-list > li .label > span {
      font-size: var(--font-size-xs);
      background: var(--color-yellow);
      border-radius: 40px;
      display: inline-block;
      padding: 0 20px;
      height: 25px; }
    ul.job-list > li .label:after {
      content: "";
      width: 15px;
      height: 15px;
      position: absolute;
      right: 2%;
      top: 20px;
      box-shadow: inset -3px -3px 0 0 black;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    ul.job-list > li .label:not(:hover):after {
      opacity: 0.8; }
  ul.job-list > li.active .label:after {
    top: 24px;
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg); }
  ul.job-list > li:not(.active) > ul {
    max-height: 0px;
    padding-top: 0; }
  ul.job-list > li > ul {
    padding-top: 15px;
    overflow: hidden;
    max-height: 500px;
    -webkit-transition: all ease-in-out 350ms;
    -moz-transition: all ease-in-out 350ms;
    -o-transition: all ease-in-out 350ms;
    transition: all ease-in-out 350ms; }
    ul.job-list > li > ul > li {
      padding: 30px 0; }
      ul.job-list > li > ul > li:not(:last-child) {
        border-bottom: solid 1px var(--color-black); }
      ul.job-list > li > ul > li a {
        display: block;
        color: var(--color-black); }
        ul.job-list > li > ul > li a .job-location {
          display: block;
          color: #434343; }
        ul.job-list > li > ul > li a:before {
          content: "Details →";
          float: right;
          color: var(--color-blue); }
        ul.job-list > li > ul > li a:hover {
          text-decoration: none; }
          ul.job-list > li > ul > li a:hover .job-title {
            text-decoration: underline; }

/* queries */
@media screen and (max-width: 414px) {
  :root {
    --site-wrapper-padding: 30px; }
  #mobile-navbar-trigger {
    right: 0px; } }

@media screen and (max-width: 768px) {
  :root {
    --font-size-xxl: 2.2rem;
    --font-size-xl: 1.8rem; }
  .break-at-mobile {
    flex-wrap: wrap; }
  body .break-at-mobile .wp-block-column {
    /* undo a deafault wp styling; use body to override better */
    margin-left: 0; }
  .break-at-mobile.has-2 > * {
    flex-basis: 100% !important;
    margin-bottom: 30px; }
  .wp-block-search .wp-block-search__inside-wrapper {
    padding-left: 12px; }
  .wp-block-search input {
    max-height: 44px;
    padding-left: 0; }
  .wp-block-search button {
    padding: 0 2px 0 0; }
  .wp-block-search .search-results {
    width: calc(100vw - 40px);
    left: auto;
    right: 0; }
  #site-wrapper footer {
    padding-left: 1rem;
    padding-right: 1rem; }
  #footer-site-navigation li:not(.home-button) {
    flex: 1 1 50%; }
    #footer-site-navigation li:not(.home-button) a b {
      white-space: normal; }
  .menu-social-links-container {
    flex: 1 0 100% !important; }
  #top-post .wp-block-post-featured-image img {
    max-width: 100%;
    height: auto; } }

@media screen and (max-width: 900px) {
  :root {
    --top-nav-height: 60px; }
  .break-at-tablet {
    flex-wrap: wrap; }
  body .break-at-tablet .wp-block-column {
    /* undo a deafault wp styling; use body to override better */
    margin-left: 0; }
  .break-at-tablet.has-2 > *,
  .break-at-tablet.has-3 > * {
    flex-basis: 100% !important;
    margin-bottom: 30px; }
  /* MENUS: #menu-top-navigation */
  #mobile-navbar-trigger {
    display: block; }
  ul#menu-site-navigation li.menu-item:not(:first-child) {
    display: none; }
  ul#menu-site-navigation li.home-button a,
  ul#footer-site-navigation li.home-button a {
    width: 88px; } }

@media screen and (max-width: 992px) {
  .border-lg-0 {
    border: 0 !important; } }

@media (min-width: 992px) {
  #hero h1 {
    font-size: 80px;
    line-height: 1em;
    letter-spacing: -2px;
    margin-left: -0.25rem; }
  #hero h1 ~ p, #hero h1 ~ .wp-block-read-more,
  #hero h1 ~ .wp-block-button__link {
    font-size: 20px;
    line-height: 1.4em; } }

@media screen and (max-height: 950px) {
  .min-height-100,
  .min-height-75,
  .min-height-50 {
    height: auto;
    max-height: 9999px;
    min-height: 590px; } }

#site-main.type-legal {
  overflow: visible; }

div.is-root-container .legal-title,
#site-main.type-legal .legal-content .legal-title {
  margin-top: -9px; }

#legal-mobile-nav {
  width: calc(100% - 1.8em);
  position: relative;
  height: 54px;
  border: solid 2px var(--color-black);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding-left: 12px; }
  #legal-mobile-nav:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 14px;
    box-shadow: inset -3px -3px 0 0 black;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  #legal-mobile-nav select {
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0.01;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    #legal-mobile-nav select:focus {
      outline: none; }

#menu-legal-navigation-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 6px;
  min-height: 105vh; }

#menu-legal-navigation a {
  padding: 8px 0;
  display: block;
  color: var(--color-black); }
  #menu-legal-navigation a[aria-current*="page"] {
    color: black;
    font-weight: bold;
    text-decoration: undeline; }

#menu-legal-navigation > li {
  border-top: solid 1px var(--color-gray); }

#menu-legal-navigation ul {
  padding-left: 25px; }

.plus-minus-toggle:before {
  content: "+";
  font-size: 28px;
  color: var(--color-blue);
  position: absolute;
  top: -3px;
  right: 0; }

.active.plus-minus-toggle:before {
  content: "-"; }

/* BOOTSTRAP OVERRIDES */
.bg-primary {
  background: var(--color-bg-primary) !important; }

.wp-block-columns.is-layout-flex {
  row-gap: 20px;
  gap: 20px; }

/* media */
.entry-content img,
.entry-meta img {
  margin-top: 0;
  margin-bottom: 0; }

.bg-gray-light {
  background-color: var(--color-gray-light); }

.bg-yellow {
  background-color: var(--color-yellow); }

.bg-hover-yellow:hover {
  background-color: var(--color-yellow); }

span[style*="text-decoration: underline"] {
  text-decoration: none !important;
  border-bottom: dotted 0.4rem var(--color-yellow);
  /* display: inline-block; */ }

.border-yellow {
  border: solid 3px var(--color-yellow); }

/* Special (one offs) */
.inner-shadow-blue {
  box-shadow: inset 0 0 0 10px var(--color-blue); }

.logo-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.logo-bar > * {
  text-align: center; }

/* wp overrides */
/* body elements */
#site-main {
  max-width: 100%;
  width: 100vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden; }

.entry-content p, .entry-content .wp-block-read-more,
.entry-content .wp-block-button__link {
  padding-bottom: 0; }

figure img {
  vertical-align: text-bottom; }

.has-text-color > a {
  color: inherit; }
