/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* A box model thing
   ========================================================================== */
html {
  box-sizing: border-box;
}

img {
  box-sizing: content-box;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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;
}

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

:root {
  --body-background: var(--color-white);
  --page-width: 100%;
  --doc-width: 100%;
}
@media only screen and (min-width: 992px) {
  :root {
    --page-width: 992px;
  }
}
@media only screen and (min-width: 1223px) {
  :root {
    --page-width: 1223px;
  }
}

body {
  background: var(--body-background);
  margin: 0 !important;
  max-width: 100%;
}

.cleared:before, .cleared:after,
.line:before,
.line:after,
.page-ft:before,
.page-ft:after,
.clear:before,
.clear:after,
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.cleared:after,
.line:after,
.page-ft:after,
.clear:after,
.cf:after,
.clearfix:after {
  clear: both;
}

.page__bd {
  display: block;
  max-width: var(--doc-width);
  padding-bottom: 80px;
  min-height: calc(100vh - 405px);
}
@media only screen and (max-width: 380px) {
  .page__bd {
    min-height: calc(100vh - 472px);
  }
}
@media only screen and (min-width: 544px) {
  .page__bd {
    min-height: calc(100vh - 305px);
  }
}
@media only screen and (min-width: 662px) {
  .page__bd {
    min-height: calc(100vh - 289px);
  }
}
@media only screen and (min-width: 992px) {
  .page__bd {
    min-height: calc(100vh - 255px);
  }
}

.container {
  width: var(--page-width);
  position: relative;
}
@media only screen and (min-width: 992px) {
  .container {
    width: var(--page-width);
    margin: 0 auto;
    padding: 0;
  }
}

:root {
  --button-color: var(--color-obsidian);
  --button-background: var(--color-green);
  --button-border: thin solid #1fb687;
  --button-border-radius: 0.2rem;
  --button-min-width: 124px;
  --button-font-weight: var(--font-weight-medium);
  --button-padding: 1rem 2rem;
  --button-cursor: pointer;
  --button-text-align: center;
  --button-color-hover: #247c6a;
  --button-background-hover: var(--button-background);
  --button-border-hover: var(--button-border);
  --button-text-decoration-hover: none;
  --button-box-shadow-hover: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  --button-box-shadow-hover: none;
  --button-font-size: 15px;
  --button-text-shadow: none;
  --button-icon-color: var(--button-color);
  --button-icon-color-hover: var(--button-color-hover);
  --button-border-bottom-color-hover: var(--color-indigo);
  --button__background--active: #278d6d;
}

.button__tertiary, .button__secondary, button,
.btn {
  position: relative;
  padding: var(--button-padding);
  border: var(--button-border);
  border-radius: var(--button-border-radius);
  background: var(--button-background);
  color: var(--button-color);
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  text-shadow: var(--button-text-shadow);
  text-align: var(--button-text-align);
  cursor: var(--button-cursor);
}
.button__tertiary:hover, .button__secondary:hover, button:hover,
.btn:hover {
  color: var(--button-color-hover);
  border: var(--button-border-hover);
  -webkit-text-decoration: var(--button-text-decoration-hover);
          text-decoration: var(--button-text-decoration-hover);
  box-shadow: var(--button-box-shadow-hover);
}
.button__tertiary:hover::after, .button__secondary:hover::after, button:hover::after,
.btn:hover::after {
  height: 0.5rem;
}
.button__tertiary:hover .glyphicon, .button__secondary:hover .glyphicon, button:hover .glyphicon,
.btn:hover .glyphicon {
  color: var(--button-icon-color-hover);
}
.button__tertiary:active, .button__secondary:active, button:active,
.btn:active {
  background-color: var(--button__background--active);
  color: var(--button-color);
}
.button__tertiary:focus, .button__secondary:focus, button:focus,
.btn:focus, .button__tertiary:focus-visible, .button__secondary:focus-visible, button:focus-visible,
.btn:focus-visible {
  outline: thin solid var(--color-indigo);
}
[disabled].button__tertiary, [disabled].button__secondary, button[disabled],
[disabled].btn, .disabled.button__tertiary, .disabled.button__secondary, button.disabled,
.disabled.btn {
  border: thin solid var(--color-grey-500);
  background-color: var(--color-grey-200);
  color: var(--color-grey-400);
}
.disabled.button__tertiary, .disabled.button__secondary, button.disabled,
.disabled.btn {
  pointer-events: none;
}
.button__tertiary::after, .button__secondary::after, button::after,
.btn::after {
  content: "";
  display: inline-block;
  background: var(--button-border-bottom-color-hover);
  position: absolute;
  inset-inline-start: -0.1rem;
  inset-block-end: -0.1rem;
  width: 100%;
  border-inline: thin solid var(--button-border-bottom-color-hover);
  border-end-start-radius: var(--button-border-radius);
  border-end-end-radius: var(--button-border-radius);
  height: 0;
  transition: all 0.25s ease-in;
}
.button__tertiary .glyphicon, .button__secondary .glyphicon, button .glyphicon,
.btn .glyphicon {
  color: var(--button-icon-color);
  vertical-align: middle;
}
.button__tertiary .glyphicon::before, .button__secondary .glyphicon::before, button .glyphicon::before,
.btn .glyphicon::before {
  content: "";
  background-repeat: no-repeat;
  display: inline-block;
}

:root {
  --table-width: 100%;
  --table-head-border: 1px solid var(--color-grey-300);
  --table-background: transparent;
  --table-head-background: transparent;
}

table {
  width: var(--table-width);
  border-collapse: collapse;
  background: var(--table-background);
}
table thead,
table tr {
  width: var(--table-width);
  background: var(--table-head-background);
  border-bottom: var(--table-head-border);
}
table th,
table td {
  text-align: left;
  padding: 5px 0;
}
table label,
table input {
  margin-left: 0;
}

:root {
  --list-padding: 25px;
}

ul {
  padding-left: var(--list-padding);
}

.list__unstyled li {
  list-style-type: none;
}

:root {
  --icon-padding: 10px;
}

.icon {
  padding: var(--icon-padding);
}

img {
  max-width: 100%;
}

:root {
  --button-color: var(--color-obsidian);
  --button-background: var(--color-green);
  --button-border: thin solid #1fb687;
  --button-border-radius: 0.2rem;
  --button-min-width: 124px;
  --button-font-weight: var(--font-weight-medium);
  --button-padding: 1rem 2rem;
  --button-cursor: pointer;
  --button-text-align: center;
  --button-color-hover: #247c6a;
  --button-background-hover: var(--button-background);
  --button-border-hover: var(--button-border);
  --button-text-decoration-hover: none;
  --button-box-shadow-hover: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  --button-box-shadow-hover: none;
  --button-font-size: 15px;
  --button-text-shadow: none;
  --button-icon-color: var(--button-color);
  --button-icon-color-hover: var(--button-color-hover);
  --button-border-bottom-color-hover: var(--color-indigo);
  --button__background--active: #278d6d;
}

button,
.btn, .button__secondary, .button__tertiary {
  position: relative;
  padding: var(--button-padding);
  border: var(--button-border);
  border-radius: var(--button-border-radius);
  background: var(--button-background);
  color: var(--button-color);
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  text-shadow: var(--button-text-shadow);
  text-align: var(--button-text-align);
  cursor: var(--button-cursor);
}

.button__secondary:hover, .button__tertiary:hover, button:hover,
.btn:hover {
  color: var(--button-color-hover);
  border: var(--button-border-hover);
  -webkit-text-decoration: var(--button-text-decoration-hover);
          text-decoration: var(--button-text-decoration-hover);
  box-shadow: var(--button-box-shadow-hover);
}

.button__secondary:hover::after, .button__tertiary:hover::after, button:hover::after,
.btn:hover::after {
  height: 0.5rem;
}

.button__secondary:hover .glyphicon, .button__tertiary:hover .glyphicon, button:hover .glyphicon,
.btn:hover .glyphicon {
  color: var(--button-icon-color-hover);
}

.button__secondary:active, .button__tertiary:active, button:active,
.btn:active {
  background-color: var(--button__background--active);
  color: var(--button-color);
}

.button__secondary:focus, .button__tertiary:focus, button:focus,
.btn:focus, .button__secondary:focus-visible, .button__tertiary:focus-visible, button:focus-visible,
.btn:focus-visible {
  outline: thin solid var(--color-indigo);
}

[disabled].button__secondary, [disabled].button__tertiary, button[disabled],
[disabled].btn, .disabled.button__secondary, .disabled.button__tertiary, button.disabled,
.disabled.btn {
  border: thin solid var(--color-grey-500);
  background-color: var(--color-grey-200);
  color: var(--color-grey-400);
}

.disabled.button__secondary, .disabled.button__tertiary, button.disabled,
.disabled.btn {
  pointer-events: none;
}

.button__secondary::after, .button__tertiary::after, button::after,
.btn::after {
  content: "";
  display: inline-block;
  background: var(--button-border-bottom-color-hover);
  position: absolute;
  inset-inline-start: -0.1rem;
  inset-block-end: -0.1rem;
  width: 100%;
  border-inline: thin solid var(--button-border-bottom-color-hover);
  border-end-start-radius: var(--button-border-radius);
  border-end-end-radius: var(--button-border-radius);
  height: 0;
  transition: all 0.25s ease-in;
}

.button__secondary .glyphicon, .button__tertiary .glyphicon, button .glyphicon,
.btn .glyphicon {
  color: var(--button-icon-color);
  vertical-align: middle;
}

.button__secondary .glyphicon::before, .button__tertiary .glyphicon::before, button .glyphicon::before,
.btn .glyphicon::before {
  content: "";
  background-repeat: no-repeat;
  display: inline-block;
}

:root {
  --button-secondary-color: var(--color-white);
  --button-secondary-background: var(--color-indigo);
  --button-secondary-border: thin solid var(--color-indigo-dark);
  --button-secondary-color-hover: var(--button-secondary-color);
  --button-secondary-background-hover: var(--button-secondary-background);
  --button-secondary-border-hover: var(--button-secondary-border);
  --button-tertiary-color: var(--color-indigo-dark);
  --button-tertiary-background: transparent;
  --button-tertiary-border: thin solid var( --color-indigo-pale);
  --button-tertiary-color-hover: var(--button-tertiary-color);
  --button-tertiary-background-hover: var(--button-tertiary-background);
  --button-tertiary-border-hover: var(--button-tertiary-border);
  --button-color-disabled: var(--color-obsidian);
  --button-background-disabled: var(--color-grey-200);
  --button-soft-warning-color: var(--color-white);
  --button-soft-warning-background: var(--color-indigo);
  --button-soft-warning-border: thin solid var(--color-indigo);
  --button-soft-warning-color-hover: var(--button-soft-warning-color);
  --button-soft-warning-background-hover: #fff;
  --button-soft-warning-border-hover: var(--button-soft-warning-border);
  --button-hard-warning-color: #fff;
  --button-hard-warning-background: var(--color-red);
  --button-hard-warning-border: thin solid var(--button-hard-warning-background);
  --button-hard-warning-color-hover: var(--color-white);
  --button-hard-warning-background-hover: var(--button-hard-warning-color);
  --button-hard-warning-border-hover: var(--button-hard-warning-border);
}

.button__unstyled {
  --button-unstyled-text-align: left;
  --button-color: #1B2020;
  --button-background: transparent;
  --button-padding: 0;
  --button-border: none;
  --button-border-radius: 0;
  --button-border-hover: var(--button-border);
  --button-color-hover: var( --button-color);
  --button-background-hover: var(--button-background);
  --button-text-decoration-hover: underline;
  text-align: var(--button-unstyled-text-align);
}
.button__unstyled:hover:after {
  display: none;
}
.button__unstyled::after {
  background-color: unset;
  border: unset;
  position: unset;
  display: none;
}
.button__unstyled:active {
  background: var(--button-background);
}

.button__secondary {
  --button-color: var(--button-secondary-color);
  --button-background: var(--button-secondary-background);
  --button-border: var(--button-secondary-border);
  --button__background--active: var(--color-indigo-dark);
  --button-secondary-background-hover: var(--color-indigo-dark);
  --button-color-hover: var(--button-secondary-color-hover);
  --button-background-hover: var(--button-secondary-background-hover);
  --button-border-hover: var(--button-secondary-border-hover);
  --button-border-bottom-color-hover: var(--color-black);
}
.button__secondary::after {
  background-color: var(--color-black);
  border-inline: thin solid var(--color-black);
}

.button__tertiary {
  --button-color: var(--button-tertiary-color);
  --button-background: var(--button-tertiary-background);
  --button-border: var(--button-tertiary-border);
  --button__background--active: var(--color-indigo-dark);
  --button-tertiary-background-hover: var(--color-indigo-dark);
  --button-color-hover: var(--button-tertiary-color-hover);
  --button-background-hover: var(--button-tertiary-background-hover);
  --button-border-hover: var(--button-tertiary-border-hover);
  --button-border-bottom-color-hover: var(--color-black);
}
.button__tertiary::after {
  background-color: var(--color-black);
  border-inline: thin solid var(--color-black);
}

.button__grey {
  --button-color: var(--color-grey-700);
  --button-background: var(--color-grey-200);
  --button-border: 1px solid var(---color-grey-300);
  --button__background--active: var(--button-background);
  --button-color-hover: var(--color-grey-600);
  --button-background-hover: var(--color-grey-700);
  --button-border-hover: var(--button-border);
  --button-border-bottom-color-hover: var(--color-black);
}

button:disabled,
.disabled {
  --button-color: var(--button-color-disabled);
  --button-background: var(--button-background-disabled);
  --button-border: 1px solid var(--button-background-disabled);
  --button-color-hover: var(--button-color-disabled);
  --button-background-hover: var(--button-background);
  --button-border-hover: var(--button-border);
  cursor: not-allowed;
}
button:disabled:hover,
.disabled:hover {
  opacity: 1;
}
button:disabled:hover:after,
.disabled:hover:after {
  display: none;
}

.button__soft-warning {
  --button-color: var(--button-soft-warning-color);
  --button-background: var(--button-soft-warning-background);
  --button-border: var(--button-soft-warning-border);
  --button-color-hover: var(--button-soft-warning-color-hover);
  --button-background-hover: var(--button-soft-warning-background-hover);
  --button-border-hover: var(--button-soft-warning-border-hover);
}

.button__hard-warning {
  --button-color: var(--button-hard-warning-color);
  --button-background: var(--button-hard-warning-background);
  --button-border: var(--button-hard-warning-border);
  --button-color-hover: var(--button-hard-warning-color-hover);
  --button-background-hover: var(--button-hard-warning-background-hover);
  --button-border-hover: var(--button-hard-warning-border-hover);
}

.if-unsaved {
  --button-color: var(--button-soft-warning-color);
  --button-background: var(--button-soft-warning-background);
  --button-border: var(--button-soft-warning-border);
  --button-color-hover: var(--button-soft-warning-color-hover);
  --button-background-hover: var(--button-soft-warning-background-hover);
  --button-border-hover: var(--button-soft-warning-border-hover);
  transition: all 0.25s linear;
}
.if-unsaved::after {
  display: none;
}
.if-unsaved:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}
.if-unsaved:hover .glyphicon-bell::before {
  filter: invert(0);
}
.if-unsaved .glyphicon-bell::before {
  content: "";
  background-image: url("/images/icons/save__bell.svg");
  background-size: 75%;
  width: 2rem;
  height: 1.7rem;
  filter: invert(1);
  transition: filter 0.25s linear;
}

.if-saving,
.if-saved,
button#button-state-saved {
  --button-color: var(--color-white);
  --button-background: var(--button-secondary-background);
  --button-border: var(--button-secondary-border);
  --button-color-hover: var(--color-white);
  --button-background-hover: var(--button-background);
  --button-border-hover: var(--button-border);
  display: inline-block;
  cursor: not-allowed;
}

.if-saving .glyphicon-spinner::before {
  content: "";
  background-image: url("/images/icons/save__spinner.svg");
  background-size: 75%;
  width: 2rem;
  height: 1.5rem;
  filter: invert(1);
  transition: filter 0.25s linear;
}

.if-saved {
  --button-icon-color: #249C24;
  --button-icon-color-hover: var(--button-icon-color);
}
.if-saved .glyphicon-tick::before {
  background-image: url("/images/icons/save__tick.svg");
  background-size: 75%;
  inline-size: 2rem;
  block-size: 1.5rem;
}

button#button-state-saved {
  opacity: 1;
}

.button__with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button__with-icon:hover img {
  opacity: 0.6;
}

.block-link, .block-link:hover {
  display: block;
  text-decoration: none;
  color: var(--base-color);
  cursor: pointer;
  box-shadow: 0 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.block-link img, .block-link p, .block-link li, .block-link div, .block-link:hover img, .block-link:hover p, .block-link:hover li, .block-link:hover div {
  text-decoration: none;
}
.block-link .underline-and-none-on-hover {
  text-decoration: underline;
}
.block-link:hover {
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
}
.block-link:hover h1, .block-link:hover h2, .block-link:hover h3, .block-link:hover h4, .block-link:hover h5 {
  text-decoration: underline;
}
.block-link:hover a {
  text-decoration: none;
}
.block-link:hover .underline-and-none-on-hover {
  text-decoration: none;
}

.block-link.flex,
.block-link.flex:hover {
  display: flex;
  text-decoration: none;
  color: var(--base-color);
  cursor: pointer;
}
.block-link.flex img, .block-link.flex p, .block-link.flex li, .block-link.flex div, .block-link.flex h1, .block-link.flex h2, .block-link.flex h3, .block-link.flex h4, .block-link.flex h5,
.block-link.flex:hover img,
.block-link.flex:hover p,
.block-link.flex:hover li,
.block-link.flex:hover div,
.block-link.flex:hover h1,
.block-link.flex:hover h2,
.block-link.flex:hover h3,
.block-link.flex:hover h4,
.block-link.flex:hover h5 {
  text-decoration: none;
}

.block-link.flex .underline-and-none-on-hover {
  text-decoration: underline;
}
.block-link.flex:hover .underline-and-none-on-hover {
  text-decoration: none;
}

.block-link:hover .block-link__highlight {
  transition: all 0.45s ease-out;
  color: var(--color-link-hover);
  text-decoration: underline;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
  /* MOBILE UTILITY CLASSES */
  /* MOBILE UTILITY CLASSES END */
}
@media only screen and (min-width: 720px) {
  .grid {
    gap: 24px;
  }
}
@media only screen and (min-width: 1180px) {
  .grid {
    gap: 32px;
  }
}
.grid .grid__item {
  grid-column: span 12;
}
@media only screen and (min-width: 544px) {
  .grid__col-2 .grid__item {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 600px) {
  .grid__col-3 .grid__item {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 768px) {
  .grid__col-3 .grid__item {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 544px) {
  .grid__col-4 .grid__item {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 662px) {
  .grid__col-4 .grid__item {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 720px) {
  .grid__span-9-3 .grid__item:first-of-type {
    grid-column: span 9;
  }
  .grid__span-9-3 .grid__item:last-of-type {
    grid-column: span 3;
  }
}
.grid__span-5-7 .grid__item {
  grid-column: span 12;
}
@media only screen and (min-width: 720px) {
  .grid__span-5-7 .grid__item:first-of-type {
    grid-column: span 5;
  }
  .grid__span-5-7 .grid__item:last-of-type {
    grid-column: span 7;
  }
}
.grid__span-3-9 .grid__item:first-of-type {
  grid-column: span 3;
}
.grid__span-3-9 .grid__item:last-of-type {
  grid-column: span 9;
}
@media only screen and (min-width: 768px) {
  .grid__media-768-2-col .grid__item {
    grid-column: span 6;
  }
}
.grid__mobile-2-col .grid__item {
  grid-column: span 6;
}
@media only screen and (max-width: 768px) {
  .grid__mobile-1-col .grid__item {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 462px) {
  .grid__max-462-1-col .grid__item {
    grid-column: span 12;
  }
}
@media only screen and (min-width: 462px) {
  .grid__462-2-col .grid__item {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 544px) {
  .grid__544-2-col .grid__item {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 600px) {
  .grid__media-600-3-col .grid__item {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 768px) {
  .grid__media-768-4-col .grid__item {
    grid-column: span 3;
  }
}
.grid__gap-12 {
  gap: 12px;
}
@media only screen and (min-width: 720px) {
  .grid__gap-12 {
    gap: 12px;
  }
}
@media only screen and (min-width: 1180px) {
  .grid__gap-12 {
    gap: 12px;
  }
}

:root {
  --login-container-margin: 20px auto 0;
  --login-container-width: 377px;
  --login-form-width: 70%;
}
@media only screen and (min-width: 544px) {
  :root {
    --login-form-width: 310px;
  }
}

.login-signup__form-container {
  margin: var(--login-container-margin);
}
.login-signup__form-container small, .login-signup__form-container label {
  color: var(--color-black);
}
.login-signup__form-container a, .login-signup__form-container small {
  color: var(--color-link);
}
@media only screen and (min-width: 544px) {
  .login-signup__form-container {
    width: var(--login-container-width);
  }
}
.login-signup__form-container h1 {
  --font-size-h1-px: 36px;
  --font-size-h1-rem: 3.6rem;
  --h1-margin: 10px 0 20px 0;
  --font-h1: var(--font-body);
  color: var(--color-black);
  font-family: var(--font-body);
  text-transform: none;
}

.login-signup__form {
  width: var(--login-form-width);
}

/*

  Padding and margin helpers

======================================================*/
.gutters__container {
  margin-left: -15px;
  margin-right: -15px;
}

.gutters {
  padding-left: 15px;
  padding-right: 15px;
}

.gutter-left {
  padding-left: 15px;
}

.gutter-right {
  padding-right: 15px;
}

.gutter-bottom {
  margin-bottom: 15px;
}

.gutter-top {
  margin-top: 15px;
}

/* spacing helpers
p,m = padding,margin
a,t,r,b,l,h,v = all,top,right,bottom,left,horizontal,vertical
Examples:
  .pa20 = { padding:20px }
  .ml10 = { margin-left:10px; }
  .mv5  = { margin-top:5px; margin-bottom:5px; }
*/
.pt0, .pv0, .pa0 {
  padding-top: 0px;
}

.pl0, .ph0, .pa0 {
  padding-left: 0px;
}

.pb0, .pv0, .pa0 {
  padding-bottom: 0px;
}

.pr0, .ph0, .pa0 {
  padding-right: 0px;
}

.pt5, .pv5, .pa5 {
  padding-top: 5px;
}

.pl5, .ph5, .pa5 {
  padding-left: 5px;
}

.pb5, .pv5, .pa5 {
  padding-bottom: 5px;
}

.pr5, .ph5, .pa5 {
  padding-right: 5px;
}

.pt10, .pv10, .pa10 {
  padding-top: 10px;
}

.pl10, .ph10, .pa10 {
  padding-left: 10px;
}

.pb10, .pv10, .pa10 {
  padding-bottom: 10px;
}

.pr10, .ph10, .pa10 {
  padding-right: 10px;
}

.pt15, .pv15, .pa15 {
  padding-top: 15px;
}

.pl15, .ph15, .pa15 {
  padding-left: 15px;
}

.pb15, .pv15, .pa15 {
  padding-bottom: 15px;
}

.pr15, .ph15, .pa15 {
  padding-right: 15px;
}

.pt20, .pv20, .pa20 {
  padding-top: 20px;
}

.pl20, .ph20, .pa20 {
  padding-left: 20px;
}

.pb20, .pv20, .pa20 {
  padding-bottom: 20px;
}

.pr20, .ph20, .pa20 {
  padding-right: 20px;
}

.pt25, .pv25, .pa25 {
  padding-top: 25px;
}

.pl25, .ph25, .pa25 {
  padding-left: 25px;
}

.pb25, .pv25, .pa25 {
  padding-bottom: 25px;
}

.pr25, .ph25, .pa25 {
  padding-right: 25px;
}

.pt30, .pv30, .pa30 {
  padding-top: 30px;
}

.pl30, .ph30, .pa30 {
  padding-left: 30px;
}

.pb30, .pv30, .pa30 {
  padding-bottom: 30px;
}

.pr30, .ph30, .pa30 {
  padding-right: 30px;
}

.mt0, .mv0, .ma0 {
  margin-top: 0px;
}

.ml0, .mh0, .ma0 {
  margin-left: 0px;
}

.mb0, .mv0, .ma0 {
  margin-bottom: 0px;
}

.mr0, .mh0, .ma0 {
  margin-right: 0px;
}

.mt5, .mv5, .ma5 {
  margin-top: 5px;
}

.ml5, .mh5, .ma5 {
  margin-left: 5px;
}

.mb5, .mv5, .ma5 {
  margin-bottom: 5px;
}

.mr5, .mh5, .ma5 {
  margin-right: 5px;
}

.mt10, .mv10, .ma10 {
  margin-top: 10px;
}

.ml10, .mh10, .ma10 {
  margin-left: 10px;
}

.mb10, .mv10, .ma10 {
  margin-bottom: 10px;
}

.mr10, .mh10, .ma10 {
  margin-right: 10px;
}

.mt15, .mv15, .ma15 {
  margin-top: 15px;
}

.ml15, .mh15, .ma15 {
  margin-left: 15px;
}

.mb15, .mv15, .ma15 {
  margin-bottom: 15px;
}

.mr15, .mh15, .ma15 {
  margin-right: 15px;
}

.mt20, .mv20, .ma20 {
  margin-top: 20px;
}

.ml20, .mh20, .ma20 {
  margin-left: 20px;
}

.mb20, .mv20, .ma20 {
  margin-bottom: 20px;
}

.mr20, .mh20, .ma20 {
  margin-right: 20px;
}

.mt25, .mv25, .ma25 {
  margin-top: 25px;
}

.ml25, .mh25, .ma25 {
  margin-left: 25px;
}

.mb25, .mv25, .ma25 {
  margin-bottom: 25px;
}

.mr25, .mh25, .ma25 {
  margin-right: 25px;
}

.mt30, .mv30, .ma30 {
  margin-top: 30px;
}

.ml30, .mh30, .ma30 {
  margin-left: 30px;
}

.mb30, .mv30, .ma30 {
  margin-bottom: 30px;
}

.mr30, .mh30, .ma30 {
  margin-right: 30px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.fixed-container {
  min-height: 1px;
}

.static {
  position: static;
}

.sticky {
  position: sticky;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.xy-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.float-none {
  float: none;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

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

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

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

.center-the-children {
  text-align: center;
}
.center-the-children > * {
  display: inline-block;
  margin-right: -4px;
  float: none !important;
}

[class*=u1of], [class*=u2of], [class*=u3of], [class*=u4of],
[class*=u5of], [class*=u6of], [class*=u7of], [class*=u8of],
[class*=u9of], [class*=u10of], [class*=u11of], [class*=u12of] {
  box-sizing: border-box;
  float: left;
  margin: 0;
}
[class*=u1of].right, [class*=u2of].right, [class*=u3of].right, [class*=u4of].right,
[class*=u5of].right, [class*=u6of].right, [class*=u7of].right, [class*=u8of].right,
[class*=u9of].right, [class*=u10of].right, [class*=u11of].right, [class*=u12of].right {
  float: right;
}

.u1of1 {
  width: 100%;
}

.u0of1 {
  width: 0%;
}

.u1of2 {
  width: 50%;
}

.u1of3 {
  width: 33.3333333333%;
}

.u2of3 {
  width: 66.6666666667%;
}

.u1of4 {
  width: 25%;
}

.u2of4 {
  width: 50%;
}

.u3of4 {
  width: 75%;
}

.u1of5 {
  width: 20%;
}

.u2of5 {
  width: 40%;
}

.u3of5 {
  width: 60%;
}

.u4of5 {
  width: 80%;
}

.u1of6 {
  width: 16.6666666667%;
}

.u2of6 {
  width: 33.3333333333%;
}

.u3of6 {
  width: 50%;
}

.u4of6 {
  width: 66.6666666667%;
}

.u5of6 {
  width: 83.3333333333%;
}

.u1of7 {
  width: 14.2857142857%;
}

.u2of7 {
  width: 28.5714285714%;
}

.u3of7 {
  width: 42.8571428571%;
}

.u4of7 {
  width: 57.1428571429%;
}

.u5of7 {
  width: 71.4285714286%;
}

.u6of7 {
  width: 85.7142857143%;
}

.u1of8 {
  width: 12.5%;
}

.u2of8 {
  width: 25%;
}

.u3of8 {
  width: 37.5%;
}

.u4of8 {
  width: 50%;
}

.u5of8 {
  width: 62.5%;
}

.u6of8 {
  width: 75%;
}

.u7of8 {
  width: 87.5%;
}

.u1of9 {
  width: 11.1111111111%;
}

.u2of9 {
  width: 22.2222222222%;
}

.u3of9 {
  width: 33.3333333333%;
}

.u4of9 {
  width: 44.4444444444%;
}

.u5of9 {
  width: 55.5555555556%;
}

.u6of9 {
  width: 66.6666666667%;
}

.u7of9 {
  width: 77.7777777778%;
}

.u8of9 {
  width: 88.8888888889%;
}

.u1of10 {
  width: 10%;
}

.u2of10 {
  width: 20%;
}

.u3of10 {
  width: 30%;
}

.u4of10 {
  width: 40%;
}

.u5of10 {
  width: 50%;
}

.u6of10 {
  width: 60%;
}

.u7of10 {
  width: 70%;
}

.u8of10 {
  width: 80%;
}

.u9of10 {
  width: 90%;
}

.u1of11 {
  width: 9.0909090909%;
}

.u2of11 {
  width: 18.1818181818%;
}

.u3of11 {
  width: 27.2727272727%;
}

.u4of11 {
  width: 36.3636363636%;
}

.u5of11 {
  width: 45.4545454545%;
}

.u6of11 {
  width: 54.5454545455%;
}

.u7of11 {
  width: 63.6363636364%;
}

.u8of11 {
  width: 72.7272727273%;
}

.u9of11 {
  width: 81.8181818182%;
}

.u10of11 {
  width: 90.9090909091%;
}

.u1of12 {
  width: 8.3333333333%;
}

.u2of12 {
  width: 16.6666666667%;
}

.u3of12 {
  width: 25%;
}

.u4of12 {
  width: 33.3333333333%;
}

.u5of12 {
  width: 41.6666666667%;
}

.u6of12 {
  width: 50%;
}

.u7of12 {
  width: 58.3333333333%;
}

.u8of12 {
  width: 66.6666666667%;
}

.u9of12 {
  width: 75%;
}

.u10of12 {
  width: 83.3333333333%;
}

.u11of12 {
  width: 91.6666666667%;
}

[class*=gu1of], [class*=gu2of], [class*=gu3of], [class*=gu4of],
[class*=gu5of], [class*=gu6of], [class*=gu7of], [class*=gu8of],
[class*=gu9of], [class*=gu10of], [class*=gu11of], [class*=gu12of] {
  float: left;
  margin-left: 3%;
}
[class*=gu1of]:first-child, [class*=gu2of]:first-child, [class*=gu3of]:first-child, [class*=gu4of]:first-child,
[class*=gu5of]:first-child, [class*=gu6of]:first-child, [class*=gu7of]:first-child, [class*=gu8of]:first-child,
[class*=gu9of]:first-child, [class*=gu10of]:first-child, [class*=gu11of]:first-child, [class*=gu12of]:first-child {
  margin-left: 0;
}

.gu1of2 {
  width: 48.5%;
}

.gu1of3 {
  width: 31.3333333333%;
}

.gu2of3 {
  width: 65.6666666667%;
}

.gu1of4 {
  width: 22.75%;
}

.gu2of4 {
  width: 48.5%;
}

.gu3of4 {
  width: 74.25%;
}

.gu1of5 {
  width: 17.6%;
}

.gu2of5 {
  width: 38.2%;
}

.gu3of5 {
  width: 58.8%;
}

.gu4of5 {
  width: 79.4%;
}

.gu1of6 {
  width: 14.1666666667%;
}

.gu2of6 {
  width: 31.3333333333%;
}

.gu3of6 {
  width: 48.5%;
}

.gu4of6 {
  width: 65.6666666667%;
}

.gu5of6 {
  width: 82.8333333333%;
}

.gu1of7 {
  width: 11.7142857143%;
}

.gu2of7 {
  width: 26.4285714286%;
}

.gu3of7 {
  width: 41.1428571429%;
}

.gu4of7 {
  width: 55.8571428571%;
}

.gu5of7 {
  width: 70.5714285714%;
}

.gu6of7 {
  width: 85.2857142857%;
}

.gu1of8 {
  width: 9.875%;
}

.gu2of8 {
  width: 22.75%;
}

.gu3of8 {
  width: 35.625%;
}

.gu4of8 {
  width: 48.5%;
}

.gu5of8 {
  width: 61.375%;
}

.gu6of8 {
  width: 74.25%;
}

.gu7of8 {
  width: 87.125%;
}

.gu1of9 {
  width: 8.4444444444%;
}

.gu2of9 {
  width: 19.8888888889%;
}

.gu3of9 {
  width: 31.3333333333%;
}

.gu4of9 {
  width: 42.7777777778%;
}

.gu5of9 {
  width: 54.2222222222%;
}

.gu6of9 {
  width: 65.6666666667%;
}

.gu7of9 {
  width: 77.1111111111%;
}

.gu8of9 {
  width: 88.5555555556%;
}

.gu1of10 {
  width: 7.3%;
}

.gu2of10 {
  width: 17.6%;
}

.gu3of10 {
  width: 27.9%;
}

.gu4of10 {
  width: 38.2%;
}

.gu5of10 {
  width: 48.5%;
}

.gu6of10 {
  width: 58.8%;
}

.gu7of10 {
  width: 69.1%;
}

.gu8of10 {
  width: 79.4%;
}

.gu9of10 {
  width: 89.7%;
}

.gu1of11 {
  width: 6.3636363636%;
}

.gu2of11 {
  width: 15.7272727273%;
}

.gu3of11 {
  width: 25.0909090909%;
}

.gu4of11 {
  width: 34.4545454545%;
}

.gu5of11 {
  width: 43.8181818182%;
}

.gu6of11 {
  width: 53.1818181818%;
}

.gu7of11 {
  width: 62.5454545455%;
}

.gu8of11 {
  width: 71.9090909091%;
}

.gu9of11 {
  width: 81.2727272727%;
}

.gu10of11 {
  width: 90.6363636364%;
}

.gu1of12 {
  width: 5.5833333333%;
}

.gu2of12 {
  width: 14.1666666667%;
}

.gu3of12 {
  width: 22.75%;
}

.gu4of12 {
  width: 31.3333333333%;
}

.gu5of12 {
  width: 39.9166666667%;
}

.gu6of12 {
  width: 48.5%;
}

.gu7of12 {
  width: 57.0833333333%;
}

.gu8of12 {
  width: 65.6666666667%;
}

.gu9of12 {
  width: 74.25%;
}

.gu10of12 {
  width: 82.8333333333%;
}

.gu11of12 {
  width: 91.4166666667%;
}

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

.centred-units > [class*=u1of] {
  display: inline-block;
  float: none;
  text-align: left;
}

.grid-col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-gap-30 {
  grid-gap: 30px;
}

.max-width-100 {
  max-width: 100%;
}

.min-width-auto {
  min-width: auto;
}/*# sourceMappingURL=style.css.map */