@charset "UTF-8";
/* assets/css/styles.scss */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton 
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 400;
  font-family: "Source Serif 4", Georgia, "Times New Roman", Times, serif;
  color: #1f1f1f;
  background: #eef3f5;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin: 1rem 0 2rem 0;
  font-weight: 700;
  font-family: "Ubuntu", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #1f1f1f;
}

h1, .h1 {
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}

h2, .h2 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}

h3, .h3 {
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 0;
}

h4, .h4 {
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0;
}

h5, .h5 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

p {
  margin-top: 0;
}

@media (min-width: 600px) {
  h1, .h1 {
    font-size: 4rem;
    line-height: 1.2;
    letter-spacing: -0.1rem;
  }
  h2, .h2 {
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing: -0.1rem;
  }
  h3, .h3 {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: -0.08rem;
  }
  h4, .h4 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -0.05rem;
  }
  h5, .h5 {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #04738c;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #5f9eac;
}

/* Buttons 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type=submit],
input[type=reset],
input[type=button],
.button-p a {
  display: inline-block;
  padding: 1rem 2rem;
  color: #fff;
  font-family: "Source Serif 4", Georgia, "Times New Roman", Times, serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  letter-spacing: 0;
  white-space: nowrap;
  background: #04738c;
  border-radius: 12px;
  border: solid 1px #04738c;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s;
}

.button:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
.button:focus,
button:focus,
.button a:hover,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus,
.button-p a:hover {
  background: #04738c;
  outline: 0;
  color: #fff;
  box-shadow: none;
}

.button.secondary,
button.secondary {
  color: #fff;
  background: #111;
  border: solid 1px #111;
}

.button.secondary:hover,
button.secondary:hover {
  color: #111;
  background: #fff;
  border: solid 1px #111;
}

.button.large {
  width: 100%;
  font-size: 120%;
  margin: 0 0 2rem 0;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type=email],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  font-size: 1.8rem;
  padding: 1rem;
  background-color: #fff;
  border: 2px solid #999;
  border-radius: 0.5rem;
  box-shadow: none;
  box-sizing: border-box;
}

/* Removes awkard default styles on some inputs for iOS */
input[type=email],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border-color: #99b2d6;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

input::placeholder {
  color: #ccc;
  text-transform: uppercase;
}

form .frm_primary_label {
  margin: 0 0 0.5rem 0;
}

form .frm_checkbox input {
  margin: 0;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle outside;
}

ol {
  list-style: decimal outside;
}

ol, ul {
  padding-left: 0;
  margin-top: 0;
  margin-left: 2rem;
}

ul ul, ul ol, ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

ul.unstyled {
  list-style: none;
  margin: 0;
}

ul.unstyled li {
  margin: 0;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/* Definition Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
dl {
  margin-top: 0;
  background: #eee;
  padding: 2rem;
  border-radius: 0.5rem;
}

dt {
  text-transform: uppercase;
  color: #999;
  font-size: 90%;
  margin-right: 0.5rem;
}

dt::after {
  content: ":";
}

dd {
  margin: 0;
}

dd, dt {
  display: inline-block;
}

dl .dlgroup {
  display: block;
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #ccc;
}

dl .dlgroup:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}

fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
form,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2rem;
}

p {
  margin-top: 0;
}

/* Sidebar
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.sidebar {
  font-size: 90%;
}

.sidebar ul.sidebarlist {
  margin: 0;
  list-style: none;
}

.sidebar ul.sidebarlist li.sidebaritem {
  margin-bottom: 2rem;
}

/* WordPress Default Image Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content .wp-block-image figcaption {
  font-size: 1.5rem;
  color: #999;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

.content img {
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
}

.content a:hover img {
  border: none;
}

.image {
  position: relative;
  margin: 0 0 1rem 0;
}

.image .credit {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0 0 5px #000;
}

/* Pagination
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pagination {
  text-align: center;
  padding: 2rem 0 0 0;
  border-top: 1px solid #ccc;
}

.pagination .title {
  display: none;
  font-style: italic;
  margin: 0 0 0.5rem 0;
}

.pagination .page-numbers {
  display: none;
}

.pagination a.page-numbers.prev, .pagination a.page-numbers.next {
  display: block;
}

.pagination a.prev {
  float: left;
}

.pagination a.next {
  float: right;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

.sidebar {
  font-size: 90%;
}

.sidebar ul.sidebarlist {
  margin: 0;
  list-style: none;
}

.sidebar ul.sidebarlist li.sidebaritem {
  margin-bottom: 2rem;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  background-color: transparent;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.container.full {
  padding: 0;
}

.container.restrict {
  max-width: 650px;
}

.row.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}

.row.flex .column,
.row.flex .columns {
  float: none;
  margin-left: 0;
}

.row.flex.valign-center {
  align-items: center;
}

/* Mobile Grid */
@media (max-width: 599px) {
  .row.incmobile .column,
  .row.incmobile .columns {
    margin-left: 4%;
  }
  .row.incmobile .column:first-child,
  .row.incmobile .columns:first-child {
    margin-left: 0;
  }
  .row.incmobile .one.column,
  .row.incmobile .one.columns {
    width: 4.6666666667%;
  }
  .row.incmobile .two.columns {
    width: 13.3333333333%;
  }
  .row.incmobile .three.columns {
    width: 22%;
  }
  .row.incmobile .four.columns {
    width: 30.6666666667%;
  }
  .row.incmobile .five.columns {
    width: 39.3333333333%;
  }
  .row.incmobile .six.columns {
    width: 48%;
  }
  .row.incmobile .seven.columns {
    width: 56.6666666667%;
  }
  .row.incmobile .eight.columns {
    width: 65.3333333333%;
  }
  .row.incmobile .nine.columns {
    width: 74%;
  }
  .row.incmobile .ten.columns {
    width: 82.6666666667%;
  }
  .row.incmobile .eleven.columns {
    width: 91.3333333333%;
  }
  .row.incmobile .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .row.incmobile .one-third.column {
    width: 30.6666666667%;
  }
  .row.incmobile .two-thirds.column {
    width: 65.3333333333%;
  }
  .row.incmobile .one-half.column {
    width: 48%;
  }
  .order-1-mobile {
    order: 1;
  }
  .order-2-mobile {
    order: 2;
  }
}
@media (min-width: 600px) {
  .container {
    width: 100%;
    padding: 0 2rem;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.6666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-fifth.column,
  .one-fifth.column {
    width: 16.8%;
  }
  .two-fifths.columns {
    width: 37.6%;
  }
  .three-fifths.columns {
    width: 58.4%;
  }
  .four-fifths.columns {
    width: 79.2%;
  }
  .five-fifths.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.6666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
  .row.flex .col-6 {
    flex: 0 0 48%;
  }
  .row.flex.is-reversed {
    flex-direction: row-reverse;
  }
  .row.flex .col-6 {
    flex: 0 0 48%;
    min-width: 0;
  }
  .row.flex .col-12 {
    flex: 0 0 100%;
    min-width: 0;
  }
}
@media (min-width: 870px) {
  .container {
    padding: 0 2rem;
  }
}
@media (min-width: 1000px) {
  .container {
    padding: 0 3rem;
  }
}
/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
nav {
  font-family: "Ubuntu", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 500;
}

nav.mobile.pushy {
  background: #5f9eac;
  background: linear-gradient(#04738c, #5f9eac);
}

nav.mobile.pushy a {
  color: #fff;
}

nav.mobile.pushy ul.menu {
  border-bottom: 1px solid #04738c;
}

nav.mobile.pushy a:hover {
  color: #ccc;
}

nav.mobile.pushy .pushy-submenu ul {
  margin-left: 2rem;
  border-left: solid 1px #04738c;
}

nav.mobile.pushy .pushy-submenu > a {
  pointer-events: none;
}

nav.mobile.pushy .pushy-submenu.pushy-submenu-open > a::after {
  color: #fff;
}

nav.mobile.pushy #menu-primary-mobile#menu-primary-mobile li.pushy-submenu > a {
  text-transform: uppercase;
}

nav.mobile.pushy #menu-primary-mobile .pushy-submenu ul {
  padding-left: 0;
}

nav.mobile.pushy li.social {
  display: inline;
}

nav.mobile.pushy li.social a {
  display: inline-block;
  font-size: 2.5rem;
}

@media (max-width: 599px) {
  .mobile-btn {
    display: block;
  }
  header nav.primary {
    display: none;
  }
}
@media (min-width: 600px) {
  nav.mobile, .mobile-btn {
    display: none;
  }
  header nav.primary {
    display: block;
  }
}
nav ul, nav ul li {
  margin: 0;
  list-style: none;
}

nav.primary ul {
  text-align: center;
}

nav.primary ul li {
  display: inline;
  position: relative;
}

nav.primary ul li a {
  display: inline-block;
}

nav.primary ul.menu ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  background: rgb(255, 255, 255);
  width: 250px;
  z-index: -1;
  padding: 0;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  text-align: left;
  transform: translateY(2em);
  font-size: 90%;
}

nav.primary ul.menu > li > ul.sub-menu {
  top: 33px;
  left: -10px;
}

nav.primary ul.menu > li:last-child > ul.sub-menu {
  left: -42px;
}

nav.primary ul.menu li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.1s;
  z-index: 50;
}

nav.primary ul.sub-menu a {
  padding: 0.8rem 2rem;
  width: 250px;
  display: block;
  box-sizing: border-box;
}

nav.primary ul.sub-menu li.menu-item-has-children {
  display: inline-block;
}

nav.primary ul.sub-menu ul.sub-menu {
  top: 0;
  left: 250px;
  font-size: 100%;
}

nav.primary ul.sub-menu ul.sub-menu ul {
  display: none;
}

nav.primary ul.menu > li.mega {
  position: static;
}

nav.primary ul.menu > li.mega > ul.sub-menu {
  top: auto;
  width: 100%;
  left: 0;
  font-size: 100%;
}

nav.primary li.mega > ul.sub-menu > li {
  width: 25%;
  float: left;
  display: block;
  padding: 2rem;
  box-sizing: border-box;
}

nav.primary li.mega > ul.sub-menu li a {
  padding: 0;
}

nav.primary li.mega > ul.sub-menu li a:hover {
  background: none;
}

nav.primary li.mega > ul.sub-menu > li > a {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

nav.primary li.mega ul.sub-menu ul.sub-menu {
  transform: none;
  font-size: 90%;
  position: static;
  box-shadow: none;
}

nav.primary li.mega:hover ul.sub-menu ul.sub-menu {
  visibility: visible;
  opacity: 1;
}

nav.primary li.mega ul.sub-menu ul.sub-menu a {
  padding: 0.5rem 0;
}

@keyframes heroSlowZoom {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1.12);
  }
}
@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scrollCueBounce {
  0%, 100% {
    transform: translateY(-2px) rotate(45deg);
  }
  50% {
    transform: translateY(4px) rotate(45deg);
  }
}
.container {
  padding: 0 2rem;
}

header.site_header {
  display: none;
}

.chapter-header {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100lvh;
  display: flex;
  align-items: center;
}
.chapter-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgb(0, 0, 0) 70%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgb(0, 0, 0) 70%);
}
.chapter-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
  z-index: 2;
}
.chapter-header .chapter-header__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.chapter-header .chapter-header__media .chapter-header__image,
.chapter-header .chapter-header__media .chapter-header__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.85) contrast(1.05);
  object-fit: cover;
  transform: scale(1.05);
  animation: heroSlowZoom 40s ease-in-out infinite alternate;
}
.chapter-header .chapter-header__media .chapter-header__video {
  opacity: 0;
  transition: opacity 1.2s ease;
}
.chapter-header .chapter-header__media .chapter-header__video.is-loaded {
  opacity: 1;
}
.chapter-header .chapter-header__content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 70ch;
  margin: 0 auto;
  color: #fff;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  will-change: opacity, transform;
}
.chapter-header .chapter-header__content .chapter-title {
  font-size: 4rem;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.4);
  margin: 0 0 2rem 0;
  padding: 0 0 2rem 0;
  color: #fff;
  opacity: 0;
  animation: fadeSlideUp 0.8s ease-out 1s forwards;
}
.chapter-header .chapter-header__content .chapter-definition {
  font-style: italic;
  font-size: 90%;
  opacity: 0;
  animation: fadeSlideUp 0.8s ease-out 1.3s forwards;
}
.chapter-header.is-scrolled .chapter-header__content {
  opacity: 0;
  transform: translateY(-12px);
  pointer-events: none;
}
.chapter-header .chapter-header__scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  z-index: 4;
  width: 2.75rem;
  height: 2.75rem;
  background: none;
  opacity: 0;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
}
.chapter-header .chapter-header__scroll-cue span {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  animation: scrollCueBounce 1.8s ease-in-out infinite;
}
.chapter-header.show-scroll-cue .chapter-header__scroll-cue {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

article {
  max-width: 70ch;
  margin: 0 auto;
  padding: 4rem 0 12rem 0;
}
article .step2 {
  min-height: 90vh;
  min-height: 90svh;
  display: flex;
  align-items: center;
}
article .step3 {
  display: flex;
  margin: 0 -2rem;
}
article .subtitle__container {
  margin: 0 0 2rem 0;
  padding: 3rem 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  border-top: 0.5px solid #ccc;
  border-bottom: 0.5px solid #ccc;
}
article .subtitle__container img {
  width: 64px;
  height: 64px;
}
article .subtitle__container h2.chapter-subtitle {
  font-size: 3rem;
  margin: 0;
  color: #04738c;
}
article .chapter-photo__container {
  margin-inline: auto;
  margin-bottom: 2rem;
}
article .chapter-photo__container .chapter-photo {
  margin: 0;
}
article .chapter-photo__container .chapter-photo .chapter-photo__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
article .chapter-photo__container .chapter-photo .chapter-photo__media .chapter-photo__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
article .chapter-photo__container .chapter-photo.chapter-photo--portrait .chapter-photo__media {
  aspect-ratio: 2/3;
  width: min(100%, 42rem);
  margin: 0 auto;
}
article .featuredimage {
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  border-radius: 3px;
}
article .featuredimage img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: none;
}
article blockquote {
  font-style: italic;
  font-weight: 300;
}
article .wp_body_content {
  border-top: 0.5px solid #ccc;
  margin: 2rem 0 0 0;
  padding: 2rem 0 0 0;
}
article .wp_body_content > p:first-of-type::first-letter {
  float: left;
  font-size: 6rem;
  line-height: 1;
  padding-right: 0.5rem;
  font-weight: 500;
}
article .wp_body_content ul {
  list-style: none;
  margin: 0 0 2rem 0;
}
article .wp_body_content ul li {
  margin: 0 0 2rem 4rem;
  position: relative;
}
article .wp_body_content ul li:before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: -2.5rem;
  width: 16px;
  height: 16px;
  background: url(../svg/bullet_arrow.svg) no-repeat center center;
  background-size: contain;
}
article .home-publisher {
  margin: 8rem 0 0 0;
  padding: 3rem 0;
  border-top: 0.5px solid #999;
  border-bottom: 0.5px solid #999;
}

main.home-page article .step2 blockquote {
  font-size: 150%;
}

.prefooter nav {
  font-weight: 400;
  font-size: 1.6rem;
}
.prefooter nav ul {
  display: flex;
  gap: 0.5rem 2rem;
  flex-wrap: wrap;
  justify-content: center;
}
.prefooter nav ul li {
  display: block;
}
.prefooter nav ul li a {
  color: #999;
}
.prefooter nav ul li a:hover {
  color: #5f9eac;
}
.prefooter nav ul li.current_page_item a {
  color: #ccc;
}
.prefooter nav.primary {
  padding: 0 0 1rem;
  margin: 0 0 1rem;
  border-bottom: 0.5px solid #ccc;
}
.prefooter nav.secondary {
  font-size: 1.5rem;
}

footer.site-footer {
  margin: 4rem 0 0;
  padding: 4rem 0;
  background: #dee8ec;
  font-size: 1.4rem;
  color: #999;
}
footer.site-footer p {
  margin: 0 0 1rem 0;
}
footer.site-footer .copyright p {
  max-width: 100ch;
}
footer.site-footer .byline .row.flex {
  flex-wrap: nowrap;
  gap: 2rem;
  align-items: center;
}
footer.site-footer .byline .row.flex .column:nth-child(2) {
  flex: 0 0 50px;
}
footer.site-footer .byline p {
  margin: 0;
}

/* -- Reduced Motion -- */
@media (prefers-reduced-motion: reduce) {
  .chapter-header .chapter-header__video {
    display: none;
  }
  .chapter-header__video,
  .chapter-header__image {
    animation: none;
    transform: none;
  }
  .chapter-header__content .chapter-title,
  .chapter-header__content .chapter-definition {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .chapter-header__content {
    transition: none;
  }
  .chapter-header__scroll-cue span {
    animation: none;
  }
}
@media (min-width: 600px) {
  .chapter-header .chapter-header__content .chapter-title {
    font-size: 5rem;
  }
  .chapter-header .chapter-header__content .chapter-definition {
    font-size: 100%;
  }
  article {
    padding: 4rem 0 18rem 0;
  }
  article .step2 {
    min-height: 66vh;
    min-height: 66svh;
  }
  article .step3 {
    margin: 0;
  }
  article .subtitle__container {
    margin: 0 0 3rem 0;
    padding: 3rem 0;
  }
  article .subtitle__container img {
    width: 96px;
    height: 96px;
  }
  article .chapter-photo__container .chapter-photo .chapter-photo__media {
    border: 1px solid #fff;
    border-radius: 3px;
  }
}
@media (min-width: 870px) {
  article .chapter-content__inner {
    border-left: 1px solid #c9e2f2;
    padding: 0 0 0 4rem;
  }
  footer.site-footer {
    padding: 6rem 0 4rem;
  }
}
.wp_body_content sup {
  font-style: normal;
  font-weight: 400;
  font-family: "Ubuntu", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

body.footnote-panel-open {
  overflow: hidden;
}
body.footnote-panel-open .footnote-panel {
  pointer-events: auto;
}

.chapter-content {
  display: block;
  box-sizing: border-box;
}
.chapter-content .chapter-content__inner {
  min-width: 0;
}
.chapter-content .chapter-content__footnotes {
  display: none;
}

.footnote-panel {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.footnote-panel[hidden] {
  display: none;
}
.footnote-panel .footnote-panel__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.22s ease;
}
.footnote-panel .footnote-panel__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 75vh;
  overflow-y: auto;
  transform: translateY(100%);
  transition: transform 0.22s ease;
  padding: 0;
  background: #eef3f5;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}
.footnote-panel .footnote-panel__panel .footnote-panel__content {
  padding: 2rem;
}
.footnote-panel .footnote-panel__panel button.footnote-panel__close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  background: #ccc;
  border-color: #ccc;
  text-decoration: none;
  padding: 1rem;
  line-height: 1;
  width: 40px;
  height: 40px;
}
.footnote-panel .footnote-panel__panel button.footnote-panel__close:hover {
  background: #999;
  border-color: #999;
}
.footnote-panel .footnote-panel__panel h2 {
  color: #999;
  margin: 1rem 0 2rem 0;
  padding: 0 0 2rem 0;
  border-bottom: 1px solid #ccc;
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 0;
}
.footnote-panel.is-open .footnote-panel__backdrop {
  opacity: 1;
}
.footnote-panel.is-open .footnote-panel__panel {
  transform: translateY(0);
}
.footnote-panel .footnote-panel__hide {
  display: none;
}
.footnote-panel .footnote-panel__body .footnote-backlink {
  display: none;
}

.footnote-ref a.is-active {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

@media (min-width: 600px) {
  body.footnote-panel-open {
    overflow: visible;
  }
  body.footnote-panel-open .chapter-content {
    grid-template-columns: minmax(0, 1fr) 22rem;
  }
  body.footnote-panel-open .chapter-content .footnote-panel {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0s;
  }
  .chapter-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
    align-items: start;
    transition: grid-template-columns 0.22s ease;
  }
  .chapter-content .chapter-content__inner {
    max-width: 70ch;
    margin: 0;
  }
  .chapter-content .footnote-panel {
    position: sticky;
    align-self: start;
    top: 2rem;
    visibility: hidden;
    opacity: 0;
    transform: translateX(1rem);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.22s;
  }
  .chapter-content .footnote-panel .footnote-panel__backdrop {
    display: none;
  }
  .chapter-content .footnote-panel .footnote-panel__panel {
    position: relative;
    transform: none;
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
    border-left: 1px solid #ccc;
    box-shadow: none;
    background: transparent;
  }
  .chapter-content .footnote-panel .footnote-panel__panel p, .chapter-content .footnote-panel .footnote-panel__panel button {
    font-size: 80%;
    line-height: 1.7;
  }
  .chapter-content .footnote-panel .footnote-panel__panel p {
    color: #363636;
    margin-bottom: 1rem;
  }
  .chapter-content .footnote-panel .footnote-panel__panel .footnote-panel__close,
  .chapter-content .footnote-panel .footnote-panel__panel .footnote-panel__handle {
    display: none;
  }
  .chapter-content .footnote-panel .footnote-panel__panel .footnote-panel__hide {
    display: inline-block;
    background: none;
    border: 0;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
    font: inherit;
    color: #999;
    font-size: 1.4rem;
  }
}
@media (min-width: 1000px) {
  body.footnote-panel-open article.chapter-content {
    grid-template-columns: 74ch 22rem;
    justify-content: center;
  }
  body.footnote-panel-open article.chapter-content .chapter-content__inner {
    width: 70ch;
    max-width: 70ch;
  }
  body.footnote-panel-open article.chapter-content .footnote-panel {
    width: 22rem;
  }
}
.next-chapter .next-chapter__button {
  display: block;
  margin: 4rem 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  padding: 0.75rem 1.5rem 1.25rem 1.5rem;
  border-radius: 1rem;
  text-decoration: none;
  background: #04738c;
  background: linear-gradient(135deg, #04738c 0%, #4d8895 100%);
  color: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 0.75rem 2rem rgba(17, 17, 17, 0.08);
}
.next-chapter .next-chapter__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 45%);
  pointer-events: none;
  z-index: 1;
}
.next-chapter .next-chapter__button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #5f9eac 0%, #04738c 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 0;
}
.next-chapter .next-chapter__button:hover, .next-chapter .next-chapter__button:focus-visible {
  border-color: rgba(17, 17, 17, 0.16);
  transform: translateY(-3px);
  box-shadow: 0 1rem 2.25rem rgba(17, 17, 17, 0.16);
}
.next-chapter .next-chapter__button:hover::after, .next-chapter .next-chapter__button:focus-visible::after {
  opacity: 1;
}
.next-chapter .next-chapter__button:hover .next-chapter__main .next-chapter__arrow, .next-chapter .next-chapter__button:focus-visible .next-chapter__main .next-chapter__arrow {
  animation: none;
  transform: translateX(0);
}
.next-chapter .next-chapter__button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
.next-chapter .next-chapter__button .next-chapter__intro {
  position: relative;
  z-index: 2;
  margin-bottom: 0.65rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.7;
}
.next-chapter .next-chapter__button .next-chapter__main {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
}
.next-chapter .next-chapter__button .next-chapter__main .next-chapter__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  flex-shrink: 0;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.7);
}
.next-chapter .next-chapter__button .next-chapter__main .next-chapter__icon img {
  display: block;
  max-width: 2.25rem;
  max-height: 2.25rem;
  width: auto;
  height: auto;
}
.next-chapter .next-chapter__button .next-chapter__main .next-chapter__text {
  min-width: 0;
}
.next-chapter .next-chapter__button .next-chapter__main .next-chapter__text .next-chapter__title {
  display: block;
  font-size: 2rem;
  font-family: "Ubuntu", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
.next-chapter .next-chapter__button .next-chapter__main .next-chapter__arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 2.75rem;
  height: 1.25rem;
  flex-shrink: 0;
  animation: arrowBounce 1.8s ease-in-out infinite;
}
.next-chapter .next-chapter__button .next-chapter__main .next-chapter__arrow .next-chapter__arrow-line {
  display: block;
  width: 3rem;
  height: 4px;
  background: currentColor;
  border-radius: 999px;
  transform-origin: center left;
  transition: transform 0.25s ease;
}
.next-chapter .next-chapter__button .next-chapter__main .next-chapter__arrow .next-chapter__arrow-head {
  position: absolute;
  right: 0;
  width: 1rem;
  height: 1rem;
  border-top: 4px solid currentColor;
  border-right: 4px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}
@keyframes arrowBounce {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0.35rem);
  }
}
.next-chapter .next-chapter__back {
  display: none;
  font-size: 90%;
  margin: -2rem 0 0 0;
}

@media (min-width: 600px) {
  .next-chapter .next-chapter__button {
    padding: 1rem 3rem 2rem 3rem;
    margin: 6rem 0;
  }
  .next-chapter .next-chapter__button .next-chapter__intro {
    font-size: 1.5rem;
  }
  .next-chapter .next-chapter__button .next-chapter__main .next-chapter__icon {
    width: 4.4rem;
    height: 4.4rem;
  }
  .next-chapter .next-chapter__button .next-chapter__main .next-chapter__icon img {
    max-width: 3rem;
    max-height: 3rem;
  }
  .next-chapter .next-chapter__button .next-chapter__main .next-chapter__text .next-chapter__title {
    font-size: 2.4rem;
  }
}
@media (min-width: 870px) {
  .next-chapter .next-chapter__button .next-chapter__main {
    gap: 1.5rem;
  }
  .next-chapter .next-chapter__button .next-chapter__main .next-chapter__icon {
    width: 5.4rem;
    height: 5.4rem;
  }
  .next-chapter .next-chapter__button .next-chapter__main .next-chapter__icon img {
    max-width: 4rem;
    max-height: 4rem;
  }
  .next-chapter .next-chapter__button .next-chapter__main .next-chapter__text .next-chapter__title {
    font-size: 2.8rem;
  }
}
.button:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
.button:focus, button:focus,
.button a:hover,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus,
.button-p a:hover {
  text-decoration: none;
}

.causepause__container {
  font-style: italic;
  color: #363636;
}
.causepause__container .causepause span {
  font-style: normal;
  font-family: "Ubuntu", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 500;
  color: #999;
  text-transform: uppercase;
}

.media__attribution {
  margin: 1rem 0;
  padding: 0 1rem;
  font-size: 1.2rem;
  font-family: "Ubuntu", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #999;
  text-transform: uppercase;
  text-align: right;
}
.media__attribution p {
  margin: 0;
}

@media (min-width: 600px) {
  .media__attribution {
    padding: 0;
  }
}
.textCentre {
  text-align: center;
}

.fontWeightLight {
  font-weight: 300;
}

.fontWeightNormal {
  font-weight: 400;
}

.fontWeightBold {
  font-weight: 700;
}

.nomargin {
  margin: 0 !important;
}

.visually-hidden {
  display: none;
}

@media (max-width: 599px) {
  .mobilehide {
    display: none !important;
  }
}
@media (min-width: 600px) {
  .nonmobilehide {
    display: none !important;
  }
}
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s ease;
  will-change: opacity, transform;
}
.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/*# sourceMappingURL=styles.css.map */
