/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

@media print {
  .no-print {
    display: none !important;
  }
}


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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

button {
  background: none;
  border: none;
  padding: 0;
}

@font-face {
  font-family: "Metric";
  src: url("../../fonts/Metric-Medium.woff2") format("woff2"), url("../../fonts/Metric-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metric";
  src: url("../../fonts/Metric-SemiboldItalic.woff2") format("woff2"), url("../../fonts/Metric-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Metric";
  src: url("../../fonts/Metric-RegularItalic.woff2") format("woff2"), url("../../fonts/Metric-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Metric";
  src: url("../../fonts/Metric-Regular.woff2") format("woff2"), url("../../fonts/Metric-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metric";
  src: url("../../fonts/Metric-MediumItalic.woff2") format("woff2"), url("../../fonts/Metric-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Metric";
  src: url("../../fonts/Metric-Semibold.woff2") format("woff2"), url("../../fonts/Metric-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* FinancierText */
@font-face {
  font-family: "FinancierText";
  src: url("../../fonts/FinancierText-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FinancierText";
  src: url("../../fonts/FinancierText-BlackItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "FinancierText";
  src: url("../../fonts/FinancierText-RegularItalic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "FinancierText";
  src: url("../../fonts/FinancierText-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FinancierText";
  src: url("../../fonts/FinancierText-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "FinancierText";
  src: url("../../fonts/FinancierText-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --f-main: "Metric", sans-serif;
  --f-secondary: "FinancierText";
  --f-size: 18px;
  --f-h1: 30px;
  --f-h2: 24px;
  --f-h3: 20px;
  --f-h4: 19px;
  --f-h5: 18px;
  --f-h6: 16px;
  --f-caption: 14px;
  --lh: 1.44;
  --lh-tight: 1.16;
  --lh-relaxed: 1.625;
  --c-white: #ffffff;
  --c-black: #000000;
  --c-primary: #0066A2;
  --c-primary-1: #2A95D4;
  --c-red: #990F3D;
  --c-brown: #363636;
  --c-grey: #EDEDED;
  --c-grey-1: #B9B8B8;
  --c-grey-2: #797979;
  --c-grey-3: #6C6C6C;
  --c-grey-4: #BFE3EB;
  --c-green: #007262;
  --c-cream: #F9F4F0;
  --c-orange: #FF8C00;
  --c-yellow: #FFD700;
  --sp: 15px;
  --sp-1: 20px;
  --sp-2: 30px;
  --sp-3: 40px;
  --sp-alt: 10px;
  --header-height: 100px;
  --footer-height: 0px;
  --input-height: 36px;

  /* new design fonts */
  --font-10: 108px;
  --font-9 : 48px;
  --font-8 : 36px;
  --font-7 : 28px;
  --font-6 : 24px;
  --font-5 : 20px;
  --font-4 : 18px;
  --font-3 : 16px;
  --font-2 : 14px;
  --font-1 : 12px;

  /* new design colors */
  --color-primary: #0066A2;
  --color-primary-1: #2A95D4;
  --color-primary-light: #DDEFF6;
  --color-gray-100: #FFFFFF;
  --color-gray-95: #EAEAEA;
  --color-gray-90: #EAEAEA;
  --color-gray-80: #D6D6D6;
  --color-gray-70: #C1C1C1;
  --color-gray-60: #ADADAD;
  --color-gray-50: #999999;
  --color-gray-40: #858585;
  --color-gray-30: #707070;
  --color-gray-20: #5C5C5C;
  --color-gray-10: #474747;
  --color-gray-00: #333333;
  --color-gray--50: #191919;

  /* New design spacing */
  --space-1: 4px;
  --space-2: 6px;
  --space-3: 8px;
  --space-4: 11px;
  --space-5: 16px;
  --space-6: 20px;
  --space-7: 24px;
  --space-8: 32px;
  --space-9: 48px;
  --space-10: 56px;
  --space-11: 112px;
}
@media (min-width: 768px) {
  :root {
    --header-height: 112px;
  }
}
@media (min-width: 992px) {
  :root {
    --header-height: 172px;
  }
}

html {
  height: auto;
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--c-black);
  font-family: var(--f-main);
  font-size: var(--f-size);
  line-height: var(--lh);
}
body ::-moz-selection {
  background: rgba(0, 0, 0, 0.99);
  color: #fff;
}
body ::selection {
  background: rgba(0, 0, 0, 0.99);
  color: #fff;
}

#wpadminbar {
  background-color: var(--c-primary);
}

@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}

img:not(.lazy-img) {
  height: auto;
  max-width: 100%;
}
figure.alignleft, img.alignleft {
  float: left;
  margin-right: var(--sp);
  margin-bottom: var(--sp);
}
figure.alignright, img.alignright {
  float: right;
  margin-left: var(--sp);
  margin-bottom: var(--sp);
}
figure.aligncenter, img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: var(--c-primary);
  font-weight: inherit;
  text-decoration: underline;
}
a:hover {
  color: var(--c-primary-1);
}

p {
  margin-top: 0;
  margin-bottom: var(--sp);
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: var(--lh-tight);
  margin-bottom: 15px;
  margin-top: 0;
}

h1 {
  font-size: var(--f-h1);
  margin-bottom: 20px;
}

h2 {
  font-size: var(--f-h2);
}

h3 {
  font-size: var(--f-h3);
}

h4 {
  font-size: var(--f-h4);
}

h5 {
  font-size: var(--f-h5);
}

h6 {
  font-size: var(--f-h6);
}

figure {
  margin: 0;
}

*:focus {
  outline: none;
}

*:first-child {
  margin-top: 0;
}

*:last-child {
  margin-bottom: 0;
}

.clearfix {
  overflow: auto;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  /* 3 */
}

blockquote {
  color: var(--color-dark-blue, #0066A2);
  font-size: var(--font-7);
  font-weight: 700;
  line-height: 117%; /* 32.76px */
}

.cursor-pointer {
  cursor: pointer;
}

.contained {
  padding: 0 var(--sp-2);
}
@media (min-width: 768px) {
  .contained {
    max-width: 1366px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .contained {
    padding: 0 var(--sp-3);
  }
}

.main-wrapper {
  min-height: calc(100vh - var(--header-height) - var(--footer-height));
}
.main-wrapper.collapsed {
  display: none;
}

.read-more {
  border-bottom: 1px solid currentColor;
  color: var(--color-gray--50);
  display: inline-block;
  line-height: 1;
}

.scroll-marker {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: var(--sp-2);
}
@media (min-width: 992px) {
  .scroll-marker {
    display: none;
  }
}
.scroll-marker svg {
  display: block;
  height: 32px;
  width: 29px;
}

.highlight-title {
  border: 1px solid var(--c-grey);
  display: inline-block;
  margin-bottom: var(--sp);
  padding: 7px 16px 2px 16px;
  position: relative;
}
.highlight-title * {
  margin: 0 !important;
}
.highlight-title.wave {
  padding-left: 47px;
}
.highlight-title.wave:before {
  --height: 22px;
  --width: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIyMi4xOTEiIHZpZXdCb3g9IjAgMCAzMCAyMi4xOTEiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiNlOGJmMTA7fTwvc3R5bGU+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIyMC45OTcgLTI4MS43ODcpIj48cGF0aCBjbGFzcz0iYSIgZD0iTS0xNjcuMjYsMjg3LjM4NGwyLjExNiw0Ljc3MmMuMDcxLjE2MS4xNTQuMjEyLjMwNi4xODcuMTI5LS4wMjEuMi0uMTE1LjIwNi0uMjg0LjA2OC0xLjExNy4xMjQtMi4yMzYuMjExLTMuMzUxYTQuOTEzLDQuOTEzLDAsMCwxLC4yMTYtMS4wNTgsMS4yOTEsMS4yOTEsMCwwLDEsMS42MDYtLjg3NSwxLDEsMCwwLDEsLjczNS43NzMsNS40LDUuNCwwLDAsMSwuMjIxLDEuNjE1LDU4LjQxMyw1OC40MTMsMCwwLDEtLjE0Niw2LjM0OSwxOS41MTYsMTkuNTE2LDAsMCwxLS40MDUsMi45NDQsNi42NjYsNi42NjYsMCwwLDEtMi45MzgsNC4yMTcsNy42NjksNy42NjksMCwwLDEtNC4xNDcsMS4zMDUsNi4yODYsNi4yODYsMCwwLDEtNC45MzItMi4yLDguMiw4LjIsMCwwLDEtMS4zNjUtMi4xMTVxLTEuMjQzLTIuNzc4LTIuNDgxLTUuNTU4LS44MjYtMS44NTUtMS42NDgtMy43MTNhMS40MiwxLjQyLDAsMCwxLC40MjktMS43NjgsMS4zODEsMS4zODEsMCwwLDEsMS45NDMuMzU3LDIuNTY1LDIuNTY1LDAsMCwxLC4xODkuMzYycTEuMDgsMi40MjksMi4xNTYsNC44NmMuMDg4LjIuMjIyLjI2NC4zODcuMTkyYS4yNjMuMjYzLDAsMCwwLC4xNDgtLjM0OGMtLjAxMi0uMDM0LS4wMjktLjA2Ni0uMDQzLS4xbC0zLjA4NC02Ljk1NGExLjM3MywxLjM3MywwLDAsMSwuNDQxLTEuNjU3LDEuMzM5LDEuMzM5LDAsMCwxLDEuODM1LjI1OCwxLjU1OSwxLjU1OSwwLDAsMSwuMi4zMzhxMS4yMTcsMi43MzEsMi40MjcsNS40NjUuMzM3Ljc2LjY3NCwxLjUxOWEuMjYuMjYsMCwwLDAsLjM1OC4xNjUuMjUzLjI1MywwLDAsMCwuMTEzLS4zNjZxLS4zNC0uNzczLS42ODMtMS41NDNsLTEuNDg2LTMuMzQ5cS0uNTg3LTEuMzIyLTEuMTcyLTIuNjQ1Yy0uMTYyLS4zNjYtLjMxMS0uNzM4LS40NzktMS4xYTIuMTQxLDIuMTQxLDAsMCwxLS4yMzctLjcyNiwxLjM4OSwxLjM4OSwwLDAsMSwuOTc3LTEuNDQ4LDEuNDE5LDEuNDE5LDAsMCwxLDEuNjYxLjc4MnExLjk1NCw0LjQwOSwzLjkxLDguODE3Yy4wMi4wNDQuMDM2LjA5LjA2LjEzMmEuMjYyLjI2MiwwLDAsMCwuMzUyLjExMS4yNjYuMjY2LDAsMCwwLC4xNzQtLjMzNywxLjA2NSwxLjA2NSwwLDAsMC0uMDUxLS4xMjJsLTMuMzQzLTcuNTM4YTEuMzg3LDEuMzg3LDAsMCwxLC4zODgtMS42NzQsMS4zNTQsMS4zNTQsMCwwLDEsMS45NzcuMzUzLDksOSwwLDAsMSwuNDE5Ljg3OXEuOTA4LDIuMDM3LDEuODEsNC4wNzdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzUuNTY1KSIvPjxwYXRoIGQ9Ik0tMjE5LjAzOCwzMDMuOTMxYS4zOTQuMzk0LDAsMCwxLC4zNzYuMi4zOTEuMzkxLDAsMCwxLS4wMTMuNDIyYy0uMTczLjI4NS0uMzU1LjU2NS0uNTEuODU5YTguNjUsOC42NSwwLDAsMC0uODczLDIuNjM3LDkuMzU2LDkuMzU2LDAsMCwwLS4wOTMsMi40MTMsOC43OTEsOC43OTEsMCwwLDAsMS40NDcsNC4xNzMuNDI4LjQyOCwwLDAsMSwuMDg2LjM2MS4zODEuMzgxLDAsMCwxLS4zMTEuMy4zNzguMzc4LDAsMCwxLS40MS0uMTYzLDguOTgxLDguOTgxLDAsMCwxLTEuMS0yLjE4Niw5Ljk2LDkuOTYsMCwwLDEtLjU1Mi0zLjYwOSw5Ljc2NSw5Ljc2NSwwLDAsMSwxLjQ1NS00Ljk0Yy4wNjYtLjEwNS4xMzUtLjIwOS4yMDgtLjMxQS4zNTMuMzUzLDAsMCwxLTIxOS4wMzgsMzAzLjkzMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTE5LjEzNykiLz48cGF0aCBkPSJNLTE1LjIwNiwzMDkuOTcyYTkuNjYsOS42NiwwLDAsMS0xLjU1Nyw1LjAxNGMtLjA3OS4xMjEtLjE1MS4yNS0uMy4yOTRhLjQxMS40MTEsMCwwLDEtLjQ0My0uMTQxLjQuNCwwLDAsMSwwLS40ODMsOC4yNDgsOC4yNDgsMCwwLDAsLjgxNC0xLjUxNCw5LjI2OCw5LjI2OCwwLDAsMCwuNjgxLTMuMTdBOS4xODgsOS4xODgsMCwwLDAtMTYuMTQzLDMwOGE4LjY0NSw4LjY0NSwwLDAsMC0xLjMyOS0zLjM3OS40NjkuNDY5LDAsMCwxLS4xMS0uMzkxLjM4Ni4zODYsMCwwLDEsLjMwNy0uMzA1LjM5My4zOTMsMCwwLDEsLjQyOC4xNzgsOS4wMDksOS4wMDksMCwwLDEsLjk2NSwxLjg0QTEwLjQ0OSwxMC40NDksMCwwLDEtMTUuMjA2LDMwOS45NzJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTc1Ljc5MiAtMTkuMTI4KSIvPjxwYXRoIGQ9Ik0tMjAxLjEyNSwzMjAuMjA3YTcuMSw3LjEsMCwwLDEsMS4wODgtMy45MDhjLjA4NC0uMTMuMTY4LS4yNTkuMzM4LS4yODNhLjM4Ni4zODYsMCwwLDEsLjQwOC4xNzIuMzkuMzksMCwwLDEtLjAxLjQ2Miw1LjMyNyw1LjMyNywwLDAsMC0uNzEyLDEuNDgsNi4xODEsNi4xODEsMCwwLDAsLjcsNS4zMTguNDA4LjQwOCwwLDAsMS0uMDkyLjU5Mi40MDkuNDA5LDAsMCwxLS41ODItLjE0OCw2LjYsNi42LDAsMCwxLTEuMDYxLTIuODM1Qy0yMDEuMDkxLDMyMC43MjQtMjAxLjEwOSwzMjAuMzg3LTIwMS4xMjUsMzIwLjIwN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNy4xNzUgLTI5LjU3NykiLz48cGF0aCBkPSJNLTMyLjc1OSwzMjAuMjE2YTYuMjg2LDYuMjg2LDAsMCwwLTEuMDExLTMuNTgzLjQuNCwwLDAsMSwuMS0uNTgyLjQuNCwwLDAsMSwuNTc0LjEzOCw2LjU5Myw2LjU5MywwLDAsMSwxLjA0LDIuNjMsNy4xMjUsNy4xMjUsMCwwLDEtLjIzNSwzLjM4OCw2LjQ1LDYuNDUsMCwwLDEtLjgsMS42NjQuNDA1LjQwNSwwLDAsMS0uNDYzLjIuMzc2LjM3NiwwLDAsMS0uMjktLjM0NC41LjUsMCwwLDEsLjA3NC0uMjgxLDUuODM1LDUuODM1LDAsMCwwLC45MS0yLjNDLTMyLjgsMzIwLjc3OC0zMi43NzksMzIwLjQtMzIuNzU5LDMyMC4yMTZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYxLjc0MSAtMjkuNTUzKSIvPjwvZz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  content: "";
  height: var(--height);
  left: 7px;
  position: absolute;
  top: 50%;
  margin-top: calc(var(--height) / 2 * -1);
  width: var(--width);
}

.page-title {
  margin-bottom: var(--sp);
}

.fallback-img:before {
  background-position: center center;
  background-size: 70% auto;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  width: 100%;
}

.btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--c-primary);
  color: var(--c-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 200px;
  padding: 6px 20px 2px;
  text-transform: uppercase;
  text-decoration: none;
}
.btn:hover {
  background-color: var(--c-primary-1);
  color: var(--c-white);
}
.btn:focus {
  outline-offset: -2px;
  outline-width: 2px;
}
.btn:active {
  background-color: var(--c-black);
}

input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email],
textarea {
  border-radius: 0;
  border: 1px solid var(--c-black);
  display: block;
  font-size: var(--f-h3);
  height: var(--input-height);
  padding: 6px 13px 1px;
  width: 100%;
}

textarea {
  height: calc(var(--input-height) * 4);
  resize: vertical;
}

.site-header {
  background-color: var(--c-primary);
  position: relative;
}
@media (min-width: 992px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
  }
}
.site-header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: var(--header-height);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .site-header__inner {
    padding-top: 20px;
  }
}
.site-header__logo {
  padding-left: 3px;
  display: block;
  position: relative;
}
.site-header__logo span {
  background-color: var(--c-primary);
  color: var(--c-white);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 0.5;
  margin-bottom: 10px;
  padding: 6px 3px 2px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .site-header__logo span {
    position: absolute;
    left: 0;
    bottom: 100%;
  }
}
.site-header__logo img {
  display: block;
  height: 26px;
  width: auto;
}
@media (min-width: 768px) {
  .site-header__logo img {
    height: 56px;
  }
}
.site-header__search-toggle {
  outline: none;
  margin-right: 22px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .site-header__search-toggle {
    margin-right: 47px;
  }
}
@media (min-width: 992px) {
  .site-header__search-toggle {
    display: none;
  }
}
.site-header__search-toggle svg {
  --size: 19px;
  display: block;
  height: var(--size);
  width: var(--size);
}
@media (min-width: 768px) {
  .site-header__search-toggle svg {
    --size: 27px;
  }
}
.site-header__nav-toggle {
  outline: none;
}
@media (min-width: 992px) {
  .site-header__nav-toggle {
    display: none;
  }
}
.site-header__nav-toggle .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 22px;
  position: relative;
  height: 19px;
}
@media (min-width: 768px) {
  .site-header__nav-toggle .icon {
    width: 32px;
    height: 27px;
  }
}
.site-header__search-toggle {
  filter: invert(1);
}
.site-header__nav-toggle .icon .bar {
  background-color: var(--c-white);
  border-radius: 15px;
  display: block;
  height: 3px;
  width: 100%;
}
@media (min-width: 768px) {
  .site-header__nav-toggle .icon .bar {
    height: 5px;
  }
}
.site-header__nav-toggle.active .icon .bar:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
      -ms-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
@media (min-width: 768px) {
  .site-header__nav-toggle.active .icon .bar:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
        -ms-transform: translateY(11px) rotate(-45deg);
            transform: translateY(11px) rotate(-45deg);
  }
}
.site-header__nav-toggle.active .icon .bar:nth-child(2) {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}
.site-header__nav-toggle.active .icon .bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
      -ms-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}
@media (min-width: 768px) {
  .site-header__nav-toggle.active .icon .bar:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
        -ms-transform: translateY(-11px) rotate(45deg);
            transform: translateY(-11px) rotate(45deg);
  }
}
.site-header__form {
  position: relative;
  max-width: 243px;
  width: 100%;
}
@media (max-width: 992px) {
  .site-header__form {
    max-width: 60%;
  }
}
.site-header__form button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  height: var(--input-height);
  right: 0;
  top: 0;
  width: 40px;
  outline: none;
}
.site-header__form button svg {
  display: block;
  height: 20px;
  width: 20px;
}
.site-header__search-mobile {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 58px;
  margin-bottom: var(--sp);
}
.site-header__search-mobile.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .site-header__search-mobile {
    display: none;
  }
}
.site-header__search-main {
  display: none;
}

#search-main {
  border: none;
}

.site-header__form svg {
  fill: var(--c-primary);
}

@media (min-width: 992px) {
  .site-header__search-main {
    display: block;
    margin-left: auto;
    position: relative;
    width: 243px;
  }
}
@media (max-width: 991px) {
  .site-header__btn {
    width: 274px;
    margin-top: var(--sp-2);
    background-color: var(--c-grey-4);
    color: var(--c-primary);
  }
  .site-header__login {
    margin-top: var(--sp-2);
    margin-right: var(--sp-2);
    min-width: auto;
    color: var(--c-cream);
  }
}
@media (min-width: 992px) {
  .site-header__btn {
    margin-left: 23px;
    min-width: 220px;
    background-color: var(--c-grey-4);
    color: var(--c-primary);
  }
  .site-header__login {
    margin-top: var(--sp-1);
    margin-left: 23px;
    min-width: auto;
    color: var(--c-cream);
  }
}
.site-header__nav {
  display: none;
}

.site-header__login:hover {
  color: var(--c-grey-4);
}
@media (min-width: 992px) {
  .site-header__nav {
    display: block;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .site-header__nav {
    background-color: var(--c-cream);
    padding: var(--sp-2);
  }
  .site-header__nav.active {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-header__nav {
    min-height: calc(100vh - var(--header-height) - var(--footer-height));
    padding-top: var(--sp-3);
  }
}
.site-header__menu {
  display: block;
  font-size: 22px;
  font-weight: 500;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .site-header__menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1em;
    margin: auto 0 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: flex-start;
    column-gap: var(--sp-1);
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .site-header__menu {
    font-size: 22px;
  }
}
.site-header__menu > .menu-item {
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-header__menu > .menu-item {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .site-header__menu > .menu-item {
    margin-bottom: 0;
  }
}

.site-header__menu > .menu-item > a {
  color: var(--c-primary);
  display: block;
  text-decoration: none;
}
.site-header__menu > .menu-item:hover > a,
.site-header__menu > .menu-item.current-menu-item > a {
  color: var(--c-brown);
}
.site-header__menu > .menu-item.current-menu-item > a {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .site-header__menu > .menu-item > a {
    border-bottom: 1px solid transparent;
    line-height: 1;
    padding: 0 3px 8px;
  }
}
.site-header__menu > .menu-item > a:focus {
  outline: none;
  border-color: currentColor;
}
@media (min-width: 992px) {
  .site-header__menu > .menu-item > a {
    color: var(--c-white);
  }
  .site-header__menu > .menu-item:hover > a {
    color: var(--c-grey-4);
  }
  .site-header__menu > .menu-item.current-menu-item > a {
    text-decoration: none;
    border-color: currentColor;
    color: var(--c-grey-4);
  }
}

body.admin-bar {
  margin-top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar {
    margin-top: 0;
  }
}

body .main-wrapper {
  padding-top: 32px;
}

@media (min-width: 992px) {
  body.admin-bar .site-header {
    top: 32px;
  }
  body.admin-bar .sidebar-default__inner,
body.admin-bar .sidebar-posts__inner {
    top: calc(var(--header-height) + 32px);
  }
}

.o-ads {
  display: none;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .o-ads-desktop {
    display: flex;
  }
}

.o-ads-container-mid .o-ads[data-o-ads-loaded] {
  margin-bottom: var(--sp-1);
}

@media (min-width: 768px) and (max-width: 991px) {
  .o-ads-tablet {
    display: flex;
  }
  .o-ads-container-mid {
    grid-column: 1/ span 2;
    background: var(--c-grey);
    padding: var(--sp) 0;
  }

  .o-ads-container-mid .o-ads[data-o-ads-loaded] {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .o-ads-mobile {
    display: flex;
  }
}

.o-ads-container-mid .o-ads-mobile[data-o-ads-loaded] {
  margin: 0 calc(var(--sp-2) * -1) var(--sp-1);
  background: var(--c-grey);
  padding: var(--sp) 0;
}

.o-ads-container-header .o-ads[data-o-ads-loaded],
.o-ads-container-footer .o-ads[data-o-ads-loaded] {
  background: var(--c-grey);
  padding: var(--sp) 0;
}

.o-ads[data-o-ads-loaded=false] {
  display: none;
}

@media (min-width: 1024px) {
  .o-ads[data-o-ads-name="top"]:not(.o-ads--empty):not([data-o-ads-loaded="false"]) {
    display: auto;
    min-height: 120px;
    display: flex;
    align-items: center;
  }
}

.section__heading {
  font-style: normal;
  font-weight: 400;
  font-size: var(--font-5);
  line-height: 140%;
  color: var(--c-brown);
  border-bottom: 2px solid var(--c-brown);
  padding-bottom: var(--sp);
  margin-bottom: var(--sp-1);
}

.sharing-button__link path {
  transition: .2s all ease-in-out;
}
.sharing-button__link:hover path {
  fill: var(--color-primary-1);
}

/* issue where the cookie banner hides below header on mobile*/
.o-cookie-message {
  z-index: 25;
}


/* utilities */
.row {
  display: flex;
}

@media (max-width: 768px) {
  .row {
    flex-direction: column;
    align-items: center;
  }
}
