/** @define styles */

/*
* This file is the main entry point for primary styles
*/

/* Add CSS variables (uses postcss-simple-vars) */

/*
* This file contains all default application-wide Sass and CSS3 variables.
*/

/* used to determine when to trigger an external icon */

/* Type Sizes */

/* 12px */

/* 14px */

/* 16px */

/* 18px */

/* 20px */

/* 24px */

/* 28px */

/* 32px */

/* 36px */

/* 44px */

/* 54px */

/* 64px */

/* 80px */

/* 122px */

/* 12px */

/* 14px */

/* 16px */

/* 18px */

/* 20px */

/* 24px */

/* 28px */

/* 32px */

/* 36px */

/* 44px */

/* 54px */

/* 64px */

/* 80px */

/* 122px */

/* Colors */

/* Default colors */

/* Title weights */

/* Forms */

/* Buttons */

/* Tables */

/* Carousel */

/* Throbber / ajax loading animation */

/* CLF 8 Breakpoints map */

/* CLF 7 Breakpoints map to control version 7 of the CLF separately */

/* Add normalize and general base styles */

/*! tailwindcss v3.0.7 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: var(--text-font-stack); /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: var(--code-font-stack); /* 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-color: currentColor;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/** @define layouts */

/* variables in file */

/* Set up a decent box model on the root element */

html {
  box-sizing: border-box;
}

/*
* Make all elements from the DOM inherit from the parent box-sizing
* Since `*` has a specificity of 0, it does not override the `html` value
* making all elements inheriting from the root box-sizing value
* See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/

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

:focus,
button:focus {
  outline: none;
  box-shadow:
    0 0 0 6px rgba(64, 180, 229, 0.5),
    0 0 0 1px rgba(0, 33, 69, 1) !important;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

[hidden] {
  display: none;
}

/** @define typography */

/*
* This file contains default typographic styles for text.
*/

html {
  color: #212121;
  font-family: var(--text-font-stack);
  font-size: 100%;
}

body {
  font-family: var(--text-font-stack);
  font-size: var(--base-font-size);
  line-height: var(--leading);
}

/* heading elements */

h1,
.h1 {
  margin-top: calc(var(--leading) * 3.5rem);
  margin-bottom: 0;
  font-family: var(--alternate-font-stack);
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.25;
}

h2,
.h2 {
  margin-top: calc(var(--leading) * 2.25rem);
  margin-bottom: 0;
  font-family: var(--alternate-font-stack);
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.4;
}

h3,
.h3 {
  margin-top: calc(var(--leading) * 1.75rem);
  margin-bottom: 0;
  letter-spacing: 0.025em;
  font-family: var(--alternate-font-stack);
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.4;
}

h4,
.h4 {
  margin-top: calc(var(--leading) * 1.25rem);
  margin-bottom: 0;
  letter-spacing: 0.025em;
  font-family: var(--alternate-font-stack);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5,
.h5 {
  margin-top: calc(var(--leading) * 1rem);
  margin-bottom: 0;
  letter-spacing: 0.05em;
  font-family: var(--alternate-font-stack);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.425;
}

h6,
.h6 {
  margin-top: calc(var(--leading) * 1rem);
  margin-bottom: 0;
  letter-spacing: 0.05em;
  font-family: var(--alternate-font-stack);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.425;
}

.heading-display,
.heading-display h1 {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.2;
}

/* responsive type (20px min to 46px max) - see https://modern-fluid-typography.vercel.app for configuration */

.heading-responsive {
  font-size: clamp(1.25rem, 2vw + 1rem, 2.875rem);
}

@media (max-width: 479px) {
  .heading-display,
  .heading-display h1 {
    font-size: 1.5rem;
  }
}

/* text and list elements */

p,
pre,
table,
blockquote {
  margin-top: calc(var(--leading) * 1rem);
  margin-bottom: 0;
}

b,
strong {
  font-weight: 600;
}

kbd,
code {
  padding: 0.125em 0.25em;
  background-color: #f5f5f5;
  font-size: 0.875em;
}

kbd {
  display: inline-block;
  white-space: nowrap;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 0 0 rgba(255, 255, 255, 0.7) inset;
  font-weight: 600;
  line-height: 1;
}

code,
kbd,
sub,
sup,
samp,
.text--code, {
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Lists */

ul,
ol,
dl {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  padding-left: 1.5rem;

  list-style-type: disc;
}

ol {
  padding-left: 1.5rem;

  list-style-type: decimal;
}

dt {
  text-transform: uppercase;
}

/* Blockquote */

blockquote {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 3rem;
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
    font-size: 2.25rem;

  max-width: 60ch;
  /* quotes: "“""”""‘""’"; */
  font-family: var(--alternate-font-stack);
}

blockquote p:first-of-type {
  margin-top: 0;
}

blockquote p:last-of-type {
  position: relative;
}

/*
blockquote p:first-of-type::before {
	content: '“';
}

blockquote p:last-of-type::after {
	content: '”';
}
*/

cite, .cite {
  padding-top: 1.5rem;
  text-align: right;
  font-family: var(--text-font-stack);
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
    font-size: 1.25rem;
}

cite span,
.cite span {
  display: block;
}

.blockquote--inverse, .blockquote--inverse cite, .blockquote--inverse .cite {
  background-color: transparent;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(0 33 69 / var(--tw-text-opacity));
}

/* Tables */

table {
  margin-top: 0.75rem;
}

/* horizontal rule element */

hr,
.hr {
  margin: 0.75rem 0;
  border-top: 1px solid #e0e0e0;
}

.hr--styled {
  max-width: 7rem;
  margin: 0.75rem 0;
  border-top: 0.25rem solid #002145;
}

/* Text utilities */

.text-lead {
  margin-top: calc(var(--leading) * 1.5rem);
  margin-bottom: 0;
  font-family: var(--alternate-font-stack);
  font-size: 1.25rem;
  line-height: var(--leading);
}

.text-hug {
  margin-top: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

@media (min-width: 1720px) {

  body {
    font-size: 1.5rem;
  }

  /* heading elements */
  h1,
  .h1 {
    margin-top: calc(var(--leading) * 3rem);
    letter-spacing: -0.01em;
    font-size: 4rem;
  }

  h2,
  .h2 {
    margin-top: calc(var(--leading) * 2.5rem);
    font-size: 3.375rem;
  }

  h3,
  .h3 {
    margin-top: calc(var(--leading) * 2.5rem);
    font-size: 2.75rem;
    line-height: 1.25;
  }

  h4,
  .h4 {
    margin-top: calc(var(--leading) * 1rem);
    font-size: 2.25rem;
  }

  h5,
  .h5 {
    margin-top: calc(var(--leading) * 0.875rem);
    font-size: 1.75rem;
    line-height: 1.4;
  }

  h6,
  .h6 {
    font-size: 1.5rem;
  }

  .heading-display,
  .heading-display h1 {
    font-size: 3.375rem;
  }

  blockquote {
    font-size: 2rem;
  }

  blockquote {
    font-size: 3.375rem;
  }

  cite, .cite {
    font-size: 1rem;
  }

  cite, .cite {
    font-size: 1.5rem;
  }

  .text-lead {
    font-size: 2.25rem;
  }

  /* Responsively change text sizes if not redefined by utility with breakpoint. !important added to override base utility classes, which come later in our stylesheeet */
  .text-xs {
    font-size: 1.125rem !important;
  }

  .text-sm {
    font-size: 1.25rem !important;
  }

  .text-base {
    font-size: 1.5rem !important;
  }

  .text-lg {
    font-size: 1.75rem !important;
  }

  .text-xl {
    font-size: 2rem !important;
  }

  .text-2xl {
    font-size: 2.25rem !important;
  }

  .text-3xl {
    font-size: 2.75rem !important;
  }

  .text-4xl {
    font-size: 3.375rem !important;
  }

  .text-5xl {
    font-size: 4rem !important;
  }

  .text-6xl {
    font-size: 5rem !important;
  }

  .text-7xl {
    font-size: 7.625rem !important;
  }
}

/* we use the 'ch' unit, which is the width of the '0' [zero] character in the current font. */

/* https://meyerweb.com/eric/thoughts/2018/06/28/what-is-the-css-ch-unit/ */

.text-measure {
  max-width: 60ch;
}

.text-measure-sm {
  max-width: 50ch;
}

.text-measure-lg {
  max-width: 70ch;
}

/** @define forms */

/*
* This file contains basic form styles.
*/

button,
input,
optgroup,
select,
textarea {
  line-height: var(--leading);
}

label {
  font-weight: 400;
}

[type="number"],
[type="search"],
[type="date"],
[type="time"],
[type="datetime-local"],
[type="month"],
[type="text"],
[type="password"],
[type="datetime"],
[type="week"],
[type="email"],
[type="url"],
[type="tel"],
[type="color"],
textarea,
select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 0.65em 1em;
  color: #616161;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  background-color: #fff;
  -webkit-appearance: none;
  appearance: none;
}

[type="number"]:focus,
[type="search"]:focus,
[type="date"]:focus,
[type="time"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="text"]:focus,
[type="password"]:focus,
[type="datetime"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="url"]:focus,
[type="tel"]:focus,
[type="color"]:focus,
textarea:focus {
  background-color: #fff;
}

::placeholder {
  opacity: 1;
  color: #e0e0e0;
}

.form-disabled [type="number"],
.form-disabled [type="search"],
.form-disabled [type="date"],
.form-disabled [type="time"],
.form-disabled [type="datetime-local"],
.form-disabled [type="month"],
.form-disabled [type="text"],
.form-disabled [type="password"],
.form-disabled [type="datetime"],
.form-disabled [type="week"],
.form-disabled [type="email"],
.form-disabled [type="url"],
.form-disabled [type="tel"],
.form-disabled [type="color"],
.form-disabled textarea {
  cursor: not-allowed;
  border: 2px solid #e0e0e0;
  background-color: #fafafa;
}

/* select element styles */

select {
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1.5em 1.5em;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

/* fieldset and legend */

fieldset {
  padding-bottom: 2rem;
  margin-top: calc(1.625 * 1rem);
  border-width: 0;
}

legend {
  display: block;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  color: #003a79;
  border-bottom: 0.25rem solid #003a79;
  font-size: 110%;
  font-weight: 600;
}

.form-item-wrapper {
  margin-top: 1.5rem;
}

.form-item-wrapper > label {
  display: block;
  color: #002145;
  font-size: 0.875em;
  font-weight: 600;
}

.form-item-wrapper:not(.form-checkbox):not(.form-radio) > label {
  padding-bottom: 0.5rem;
}

.form-item {
  margin-top: 1.5rem;
}

/* radio and checkbox element styles - expects input before label */

.form-checkbox,
.form-radio {
  display: inline-flex;
  align-items: center;
}

.form-checkbox label,
.form-radio label {
  margin-right: 1em;
  margin-left: 1em;
}

[type=checkbox],
[type=radio] {
  display: inline-block;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  padding: 0;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  color: rgba(0, 33, 69, 1);
  border-width: 1px;
  border-color: rgba(0, 33, 69, 1);
  background-color: #fff;
  background-origin: border-box;
  -webkit-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

[type=checkbox] {
  border-radius: 0;
}

[type=radio] {
  border-radius: 100%;
}

[type=checkbox]:focus,
[type=radio]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0.375rem rgba(64, 180, 229, 0.5) !important;
}

[type=checkbox]:checked,
[type=radio]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z' fill='white'%3E%3C/path%3E%3C/svg%3E");
}

[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type=checkbox]:checked:focus,
[type=checkbox]:checked:hover,
[type=radio]:checked:focus,
[type=radio]:checked:hover {
  border-color: transparent;
  background-color: currentColor;
}

.form-checkbox input:disabled,
.form-checkbox input:disabled:hover,
.form-radio input:disabled,
.form-radio input:disabled:hover {
  border-color: rgba(0, 0, 0, 0.4);
  background-color: #f5f5f5;
}

/* form field required styles */

.form-required {
  color: #ff7c7c;
  font-weight: 700;
}

:required:focus {
  outline: none;
  box-shadow:
    0 0 0 0.375rem rgba(255, 124, 124, 0.5),
    0 0 0 1px #d62f2f !important;
}

/** @define layouts */

/*
* This file contains css for layouts
*/

.container-narrow {
  width: 100%;
}

.w-constrain {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-narrow {
    max-width: 640px;
  }
}

@media (min-width: 980px) {
  .container-narrow {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-narrow {
    max-width: 64rem;
  }
}

/* automatic layouts for grid */

.auto-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}

.auto-grid--full .auto-grid__cell {
  width: 100%;
}

.auto-grid--half .auto-grid__cell {
  width: 50%;
}

.auto-grid--third .auto-grid__cell {
  width: 33.33333%;
}

.auto-grid--quarter .auto-grid__cell {
  width: 25%;
}

.auto-grid--fifth .auto-grid__cell {
  width: 20%;
}

.auto-grid--sixth .auto-grid__cell {
  width: 16.66666%;
}

@media (min-width: 768px) {

  .sm--auto-grid {
    display: flex;
  }

  .sm--auto-grid {
    flex-direction: row;
  }

  .sm--auto-grid {
    flex-wrap: wrap;
  }

  .sm--auto-grid {
    gap: 1rem;
  }

  .sm--auto-grid--full .auto-grid__cell {
    width: 100%;
  }

  .sm--auto-grid--half .auto-grid__cell {
    width: 50%;
  }

  .sm--auto-grid--third .auto-grid__cell {
    width: 33.33333%;
  }

  .sm--auto-grid--quarter .auto-grid__cell {
    width: 25%;

  }

  .sm--auto-grid--fifth .auto-grid__cell {
    width: 20%;
  }

  .sm--auto-grid--sixth .auto-grid__cell {
    width: 16.66666%;
  }
}

@media (min-width: 980px) {

  .md--auto-grid {
    display: flex;
  }

  .md--auto-grid {
    flex-direction: row;
  }

  .md--auto-grid {
    flex-wrap: wrap;
  }

  .md--auto-grid {
    gap: 1rem;
  }

  .md--auto-grid--full .auto-grid__cell {
    width: 100%;
  }

  .md--auto-grid--half .auto-grid__cell {
    width: 50%;
  }

  .md--auto-grid--third .auto-grid__cell {
    width: 33.33333%;
  }

  .md--auto-grid--quarter .auto-grid__cell {
    width: 25%;
  }

  .md--auto-grid--fifth .auto-grid__cell {
    width: 20%;
  }

  .md--auto-grid--sixth .auto-grid__cell {
    width: 16.66666%;
  }
}

@media (min-width: 1200px) {

  .lg--auto-grid {
    display: flex;
  }

  .lg--auto-grid {
    flex-direction: row;
  }

  .lg--auto-grid {
    flex-wrap: wrap;
  }

  .lg--auto-grid {
    gap: 1rem;
  }

  .lg--auto-grid--full .auto-grid__cell {
    width: 100%;
  }

  .lg--auto-grid--half .auto-grid__cell {
    width: 50%;
  }

  .lg--auto-grid--third .auto-grid__cell {
    width: 33.33333%;
  }

  .lg--auto-grid--quarter .auto-grid__cell {
    width: 25%;
  }

  .lg--auto-grid--fifth .auto-grid__cell {
    width: 20%;
  }

  .lg--auto-grid--sixth .auto-grid__cell {
    width: 16.66666%;
  }
}

/** @define links */

/*
* This file contains basic link styles.
*/

a,
button {
  transition: background-color 0.125s ease, color 0.125s ease;
}

a {
  text-decoration: underline;
  color: #0055b7;
}

a:hover {
  color: #002145;
}

a:active {
  color: #002145;
}

/* accessibly hidden links and content */

.element-invisible,
.skip-link:link,
.skip-link:visited,
.skip-link:hover,
.visually-hidden {
  position: absolute;
  top: auto;
  left: -300%;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

/* allow the link to stretch to fill the first parent with relative positioning */

.link-expand::before, .unit-button--simple.link-expand::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;

  content: "";
}

.link-expand-break {
  position: relative;
  z-index: 50;
}

/** @define list styles */

/*
* This file contains rules for adjusting the presentation of lists and list items
*/

/* styles for formatted text (since we don't style lists automatically) */

ul.list-unstyled,
ol.list-unstyled,
.list-unstyled ul,
.list-unstyled ol,
ul.item-list,
ol.item-list,
.item-list ul,
.item-list ol {
  padding-left: 0;
  list-style: none;
}

/* inline list */

.list-inline {
  list-style-type: none;
  padding-left: 0px;
}

.list-inline li {
  display: inline;
}

@media (min-width: 768px) {

  .sm--list-inline li {
    display: inline;
  }
}

@media (min-width: 980px) {

  .md--list-inline li {
    display: inline;
  }
}

/* Lists with extra space that isn't leading */

.list-relaxed li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* bordered list */

.list-bordered {
  list-style-type: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(158 158 158 / var(--tw-border-opacity));
  padding-left: 0px;
}

.list-bordered li {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.list-bordered > li {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.list-bordered li:first-child {
  border-top-width: 0px;
}

/* checked list */

.list-checked {
  list-style-type: none;
  padding-left: 0px;
}

.list-checked li {
  padding-left: 1.5rem;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z' fill='%23002145'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top 0.25em left;
  background-size: 1em 1em;
}

.list-checked ul:not(.list-checked) {
  list-style-type: initial;
}

.list-checked ol:not(.list-checked) {
  list-style-type: decimal;
}

.list-checked ul li,
.list-checked ol li {
  padding-left: initial;
  background-image: none;
}

@media (min-width: 1720px) {
  .list-checked li {
    padding-left: 2rem;
  }
}

/** @define media */

/*
* This file contains base styles related to media, such as images, svgs and iframes.
*/

img,
video {
  max-width: 100%;
  height: auto;
  aspect-ratio: attr(width) / attr(height);
}

figure {
  margin-top: calc(var(--leading) * var(--base-font-size));

  margin-bottom: 0;
}

figcaption {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
    font-size: 1.25rem;
}

/* svgs
* add a default stroke width (utilities to modify in separate file)
*/

svg {
  stroke-width: 2;
  fill: none;
}

/* embedded media (iframes) */

.media-wrapper {
  position: relative;
  overflow: hidden;
  height: 0 !important;
  padding-bottom: 56.25%;
}

.media-wrapper embed,
.media-wrapper iframe,
.media-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.img-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-zoom {
  overflow: hidden;
}

.img-zoom img {
  transition: transform 0.3s ease-in-out;
  transform-origin: bottom center;
}

.img-zoom:hover img {
  transform: scale(1.05);
}

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

/** @define media */

/*
* This file contains all styles related to the table element.
*/

table {
  width: 100%;
  text-align: left;

  margin-top: var(--leading);
  border-spacing: 0;
  border-collapse: collapse;
}

thead tr {
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 33 69 / var(--tw-border-opacity));
}

tr {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

td, th {
  padding: 1rem;

  vertical-align: top;
  line-height: 1.2;
}

th {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 33 69 / var(--tw-text-opacity));
}

table caption {
  --tw-text-opacity: 1;
  color: rgb(0 33 69 / var(--tw-text-opacity));
  font-size: 120%;
  font-weight: 600;
  padding: 1rem 0;
}

/* table element variants */

.table--responsive {
  overflow-x: auto;
  max-width: 100%;
  margin: 0;
}

.table--plain tr {
  border-bottom-width: 0px;

  background-color: transparent !important;
}

.table--condensed th, .table--condensed td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;

  line-height: 1.25;
}

.table--striped tr.odd,
.table--striped tbody tr:nth-child(2n+1) {
  background-color: rgba(225, 243, 249, 0.5);
}

.table--striped td,
.table--striped th {
  padding-left: 0.75rem;
}

.table--hover tbody tr:hover {
  background-color: rgba(225, 243, 249, 0.5);
}

/** @define print */

/*
* This file contains basic print styles - from html5 boilerplate
* https://github.com/h5bp/html5-boilerplate.
*/

@media print {

  *,
  *::before,
  *::after {
    color: #000 !important;
    background: #fff !important;

    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline !important;
    color: #000 !important;
  }

  a[href]::after {
    content: " ("attr(href) ")";
  }

  abbr[title]::after {
    content: " ("attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #999;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  /* Custom print sytles */
}

/* Import any node assets */

.tns-outer{padding:0 !important}

.tns-outer [hidden]{display:none !important}

.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}

.tns-slider{transition:all 0s}

.tns-slider>.tns-item{box-sizing:border-box}

.tns-horizontal.tns-subpixel{white-space:nowrap}

.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}

.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}

.tns-horizontal.tns-no-subpixel>.tns-item{float:left}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}

.tns-no-calc{position:relative;left:0}

.tns-gallery{position:relative;left:0;min-height:1px}

.tns-gallery>.tns-item{position:absolute;left:-100%;transition:transform 0s, opacity 0s}

.tns-gallery>.tns-slide-active{position:relative;left:auto !important}

.tns-gallery>.tns-moving{transition:all 0.25s}

.tns-autowidth{display:inline-block}

.tns-lazy-img{transition:opacity 0.6s;opacity:0.6}

.tns-lazy-img.tns-complete{opacity:1}

.tns-ah{transition:height 0s}

.tns-ovh{overflow:hidden}

.tns-visually-hidden{position:absolute;left:-10000em}

.tns-transparent{opacity:0;visibility:hidden}

.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}

.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}

.tns-vpfix{white-space:nowrap}

.tns-vpfix>div,.tns-vpfix>li{display:inline-block}

.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}

.tns-t-ct{width:calc(100% * 70 / 3);position:absolute;right:0}

.tns-t-ct:after{content:'';display:table;clear:both}

.tns-t-ct>div{width:calc(100% / 70);height:10px;float:left}

/* Add styles for specific components */

.container {
  width: 100%;
}

@media (min-width: 480px) {

  .container {
    max-width: 480px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 980px) {

  .container {
    max-width: 980px;
  }
}

@media (min-width: 1200px) {

  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1720px) {

  .container {
    max-width: 1720px;
  }
}

@media (min-width: 2400px) {

  .container {
    max-width: 2400px;
  }
}

/** @define accordion */

/*
* This file contains all styles related to the accordion component.
*/

.accordion__trigger {
  position: relative;
  margin-top: 0.5rem;
  width: 100%;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 3rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(0 33 69 / var(--tw-text-opacity));

  border-bottom: 1px solid #e0e0e0;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" %3E%3Cpath d="M53 29H35V11a3 3 0 0 0-6 0v18H11a3 3 0 0 0 0 6h18v18a3 3 0 0 0 6 0V35h18a3 3 0 0 0 0-6z" fill="%23002145" stroke-width="0" stroke-miterlimit="10" stroke-linejoin="round" stroke-linecap="round" %3E%3C/path%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 1rem top 50%;
  background-size: 1rem 1rem;
}

/*
.accordion__trigger::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	height: 4px;
	background: $grey-300;
	transform: translateY(3px);
	transition-timing-function: ease-out;
	transition-duration: .4s;
	transition-property: transform;
	content: "";
}

.accordion__trigger:hover::before,
.accordion__trigger:focus::before,
.accordion__trigger:active::before {
	background: var(--color-accent);
	transform: translateY(0);
}

.accordion__trigger.is-open::before {
	background: var(--color-secondary);
	transform: translateY(0);
}
*/

.accordion__trigger:hover {
  cursor: pointer;
  border-bottom: 1px solid var(--color-secondary);
}

.accordion__trigger.is-open {
  font-weight: 600;

  border-bottom: 1px solid var(--color-primary);
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" %3E%3Cpath d="M53 34H11a3 3 0 0 1 0-6h42a3 3 0 0 1 0 6z" fill="%230055b7" stroke-width="0" stroke-miterlimit="10" stroke-linejoin="round" stroke-linecap="round" %3E%3C/path%3E%3C/svg%3E');
}

.accordion__trigger h3 {
  margin-top: calc(var(--leading) * 1.25rem);
  margin-bottom: 0;
  padding-right: 2em;
  letter-spacing: 0.025em;
  font-family: var(--text-font-stack);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.widget-accordion h3 {
  margin-top: 0;
  font-size: var(--base-font-size);
}

@media (min-width: 1720px) {

  .widget-accordion h3 {
    font-size: 1.5rem;
  }
}

/* summary element */

summary {
  margin-top: calc(1.625 * 1rem);
  list-style-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" %3E%3Cpath d="M53 29H35V11a3 3 0 0 0-6 0v18H11a3 3 0 0 0 0 6h18v18a3 3 0 0 0 6 0V35h18a3 3 0 0 0 0-6z" fill="%23002145" stroke-width="0" stroke-miterlimit="10" stroke-linejoin="round" stroke-linecap="round" %3E%3C/path%3E%3C/svg%3E');
  font-weight: 600;
}

summary:focus {
  list-style-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" %3E%3Cpath d="M53 34H11a3 3 0 0 1 0-6h42a3 3 0 0 1 0 6z" fill="%230055b7" stroke-width="0" stroke-miterlimit="10" stroke-linejoin="round" stroke-linecap="round" %3E%3C/path%3E%3C/svg%3E');
}

summary::-webkit-details-marker {
  color: transparent;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" %3E%3Cpath d="M53 29H35V11a3 3 0 0 0-6 0v18H11a3 3 0 0 0 0 6h18v18a3 3 0 0 0 6 0V35h18a3 3 0 0 0 0-6z" fill="%23002145" stroke-width="0" stroke-miterlimit="10" stroke-linejoin="round" stroke-linecap="round" %3E%3C/path%3E%3C/svg%3E');
}

summary:focus::-webkit-details-marker {
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" %3E%3Cpath d="M53 34H11a3 3 0 0 1 0-6h42a3 3 0 0 1 0 6z" fill="%230055b7" stroke-width="0" stroke-miterlimit="10" stroke-linejoin="round" stroke-linecap="round" %3E%3C/path%3E%3C/svg%3E');
}

/** @define button */

/*
* This file contains all styles related to the button component.
*/

/* flex button */

.unit-button, [data-drupal-button-link~="unit-button"] {
  display: inline-flex;
  border-width: 1px;
  text-align: center;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;

  padding: 0.65em 2em;
  cursor: pointer;
  transition: all 0.125s ease-out;
  color: #fff;
  border-color: transparent;
  background-color: #002145;
}

.unit-button:hover, [data-drupal-button-link~="unit-button"]:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

  color: #fff;
  border-color: transparent;
  background-color: #003a79;
}

.unit-button:active, [data-drupal-button-link~="unit-button"]:active {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

  color: #fff;
  border-color: transparent;
  background-color: #003a79;
}

.unit-button--block,
[data-drupal-button-link~="unit-button--block"] {
  display: block;
  width: 100%;
  text-align: center;
}

/* button colour variations */

.unit-button--light,
[data-drupal-button-link~="unit-button--light"] {
  color: #000;
  border-color: transparent;
  background-color: #def1f8;
}

.unit-button--light:hover,
[data-drupal-button-link~="unit-button--light"]:hover {
  color: #000;
  border-color: transparent;
  background-color: #f6fbfd;
}

.unit-button--light:active,
[data-drupal-button-link~="unit-button--light"]:active {
  color: #000;
  border-color: transparent;
  background-color: #f6fbfd;
}

.unit-button--dark,
[data-drupal-button-link~="unit-button--dark"] {
  color: #fff;
  border-color: transparent;
  background-color: #002145;
}

.unit-button--dark:hover,
[data-drupal-button-link~="unit-button--dark"]:hover {
  color: #fff;
  border-color: transparent;
  background-color: #0055b7;
}

.unit-button--dark:active,
[data-drupal-button-link~="unit-button--dark"]:active {
  color: #fff;
  border-color: transparent;
  background-color: #0055b7;
}

.unit-button--transparent,
[data-drupal-button-link~="unit-button--transparent"] {
  color: #fff;
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.2);
}

.unit-button--transparent:hover,
[data-drupal-button-link~="unit-button--transparent"]:hover {
  color: #fff;
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.4);
}

.unit-button--transparent:active,
[data-drupal-button-link~="unit-button--transparent"]:active {
  color: #fff;
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.5);
}

.unit-button--simple, [data-drupal-button-link~="unit-button--simple"] {
  position: relative;
  overflow: hidden;
  border-width: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  letter-spacing: 0.05em;

  padding-right: 1.5em;
  color: #0055b7;
  background: transparent;
}

.unit-button--simple::before,
[data-drupal-button-link~="unit-button--simple"]::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5em;
  height: 100%;
  content: "";
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: transform;
  transform: translate3d(0, 0, 0);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath fill='%230055b7' d='M1363 877l-742 742q-19 19-45 19t-45-19l-166-166q-19-19-19-45t19-45l531-531-531-531q-19-19-19-45t19-45l166-166q19-19 45-19t45 19l742 742q19 19 19 45t-19 45z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top 0.3em center;
  background-size: 0.85em 0.85em;
}

.unit-button--simple:hover,
[data-drupal-button-link~="unit-button--simple"]:hover {
  text-decoration: none;
  color: #002145;
  background: transparent;
  box-shadow: none;
}

.unit-button--simple:hover::after,
[data-drupal-button-link~="unit-button--simple"]:hover::after,
.unit-button--simple:focus::after,
[data-drupal-button-link~="unit-button--simple"]:focus::after,
.unit-button--simple:active::after,
[data-drupal-button-link~="unit-button--simple"]:active::after {
  transform: translate3d(0, 0, 0);
}

.unit-button--simple:hover::before,
[data-drupal-button-link~="unit-button--simple"]:hover::before,
.unit-button--simple:focus::before,
[data-drupal-button-link~="unit-button--simple"]:focus::before,
.unit-button--simple:active::before,
[data-drupal-button-link~="unit-button--simple"]:active::before {
  transform: translate3d(4px, 0, 0);
}

.unit-button-icon {
  top: 0.5em;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  transform: translateY(0.2em);
}

/* button sizes */

[data-drupal-button-link-size~="text-xs"] {
    font-size: 0.75rem;
}

[data-drupal-button-link-size~="text-sm"] {
    font-size: 0.875rem;
}

[data-drupal-button-link-size~="text-lg"] {
    font-size: 1.125rem;
}

[data-drupal-button-link-size~="text-xl"] {
    font-size: 1.25rem;
}

[data-drupal-button-link-size~="text-2x"] {
    font-size: 1.5rem;
}

/** @define carousel */

/*
* This file contains all styles related to the carousel component.
*/

/* tiny-slider styles */

@media (max-width: 980px) {
  .tns-outer {
    display: none;
  }
}

.tns-outer {
  position: relative;
}

.tns-outer#tns1-ow {
  margin-bottom: 1rem;
  padding-bottom: 5.5rem !important;
  background-color: #f5f6f8;
  border: white 4px solid;
  box-shadow: 1px 1px 5px lightgrey;
}

.tns-outer img {
  max-height: 197px;
}

/* previous / next buttons */

.tns-controls {
  pointer-events: none;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 40;
  display: flex;
  justify-content: space-between;
}

.tns-controls button {
  pointer-events: auto;
  display: block;
  height: 4rem;
  width: 4rem;
  align-self: center;
  overflow: hidden;
}

.homepage-row div.tns-controls button {
  flex-basis: 33.33333%;
  background-color: #F5F6F8;
  margin-left: 1rem;
  margin-right: 1rem;
}

.homepage-block div.tns-controls button > h3 {
  display: none;
}

.tns-controls button {

  text-indent: -300%;
  background-color: #97d4e9;
  /* background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 22L12 12L2 2' stroke='%23fff' stroke-opacity='0.7' fill='none' stroke-width='5'/%3E%3C/svg%3E%0A"); */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M85,277.375h259.704L225.002,397.077L256,427l171-171L256,85l-29.922,29.924l118.626,119.701H85V277.375z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.75rem;
}

.tns-controls button:hover {
  background-color: #0055b7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M85,277.375h259.704L225.002,397.077L256,427l171-171L256,85l-29.922,29.924l118.626,119.701H85V277.375z' fill='%23fff'/%3E%3C/svg%3E");
}

.tns-controls button[data-controls=prev] {
  --tw-rotate: 180deg;
  transform: var(--tw-transform);
}

/* page indicators */

.tns-nav {
  position: absolute;
  z-index: 40;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-left: 4rem;
  padding-right: 4rem;

  padding-bottom: 4rem;
  bottom: -2rem;
}

.tns-nav button {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  width: 12px;
  height: 12px;
  background-color: rgba(0,0,0,0.5);
  transition: 0.25s ease-in-out;
}

.tns-nav button:hover {
  background-color: rgba(0,0,0,0.7);
}

.tns-nav .tns-nav-active {
  --tw-bg-opacity: 1;
  background-color: #97d4e9 !important;
}

.tns-outer :focus {
  box-shadow: none !important;
}

.tns-nav button:not(.hide-important,.last-nav)::after {
  content: ".........";
  position: absolute;
  transform: translate(6px, -16.5px);
  font-size: 16px;
}

.tns-nav .year-text {
  position: absolute;
  font-size: 0.8rem;
  transform: translate(-0.5rem, 0.33rem);
}

.tns-outer:hover .custom-controls {
  visibility: visible !important;
}

.tns-item li {
  list-style-type: none;
}

.tns-item li a {
  text-decoration: none;
}

.tns-item .flex-caption {
  margin-top: 0;
  color: white;
  padding-left: 0.25rem;
  padding-top: 0.25rem;
  font-size: 16px;
}

.tns-item {
  background-color: #333333;
  height: 280px;
  border-left: white inset 1px;
  border-right: white inset 1px;
}

@media (min-width: 980px) {

  .carousel__cell--fixed-height {
    height: 600px;
  }
}

/* accessibly hidden links and content */

.tns-outer [data-action="stop"] {
  position: absolute;
  top: auto;
  left: -300%;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

/** @define chosen */

/*
* This file contains all styles related to the Chosen library - it isn't needed if the chosen library is not included.
*/

/* chosen styles */

.chosen-container {
  font-size: inherit;
}

.chosen-container a {
  text-decoration: none;
  color: #0055b7 !important;
}

.form-select a.chosen-single {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0.5rem 1rem;
  color: #616161;
  border: 2px solid #e0e0e0 !important;
  border-radius: 0;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%230055b7' d='M80,124.6c-2.6,0-5.1-1.2-6.9-3.2l-61-71.1c-3.2-3.8-2.8-9.5,1-12.7c3.8-3.2,9.5-2.8,12.7,1L80,101.7%0Al54.1-63.1c3.2-3.8,9-4.2,12.7-1c3.8,3.2,4.2,9,1,12.7l-60.9,71.1C85.2,123.4,82.7,124.6,80,124.6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem top 50%;
  background-size: 1em auto;
  line-height: 1.625;
  -webkit-appearance: none;
          appearance: none;
}

.form-select .chosen-container-active a.chosen-single {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%230055b7' d='M79.9,35.4c2.6,0,5.1,1.2,6.9,3.2l61,71.1c3.2,3.8,2.8,9.5-1,12.7c-3.8,3.2-9.5,2.8-12.7-1L79.9,58.3 l-54.1,63.1c-3.2,3.8-9,4.2-12.7,1c-3.8-3.2-4.2-9-1-12.7L73,38.6C74.7,36.6,77.2,35.4,79.9,35.4z'/%3E%3C/svg%3E");
}

.chosen-container .chosen-drop {
  border-width: 1px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(64 180 229 / var(--tw-border-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.chosen-container-single .chosen-search input[type="text"] {
  background-image: none;
}

.chosen-container .chosen-results {
  color: #212121;
}

.chosen-container .chosen-results li {
    font-size: 1.5rem;

  padding: 0.75rem 0.5rem;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #0055b7;
  background-image: none;
}

.chosen-container-single .chosen-drop {
  border-radius: 0 0 0 0;
}

/** @define message */

/*
* This file contains all styles related to the message component.
*/

.message {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  padding-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.message--success {
  background-color: #57edae;
}

.message--warning {
  background-color: #f8e605;
}

.message--error {
  background-color: #ff7c7c;
}

.message--status {
  background-color: #40b4e5;
}

.message__close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 1;
}

.message__close:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;

  background-color: rgba(255, 255, 255, 0.5);
}

.message__icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  flex: none;
  --tw-text-opacity: 1;
  color: rgb(0 33 69 / var(--tw-text-opacity));
}

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

  .message__icon {
    margin-bottom: 0px;
  }

  .message__icon {
    margin-left: 0px;
  }

  .message__icon {
    margin-right: 1rem;
  }
}

@media (min-width: 1720px) {

  .message {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .message {
    padding-left: 2rem;
  }

  .message__icon {
    margin-right: 2rem;
  }

  .message__icon {
    height: 4rem;
  }

  .message__icon {
    width: 4rem;
  }
}

/** @define navigation */

/*
* This file contains all styles related to the navigation component.
*/

.piped {
  position: relative;
  display: inline-block;
  padding-right: 1rem;
}

.piped::after {
  position: absolute;
  top: 0;
  right: 0.25rem;
  display: block;
  content: "/";
  line-height: 1.5;
}

.crumb {
  margin-right: 0.5em;
  padding-right: 2em;
  background-image: url("../img/svg/icon-angle.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5em 1.5em;
}

/* subnavigation */

.navlink--secondary {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 14px;
  padding-right: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 33 69 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.homepage-row div.navlink--secondary {
  flex-basis: 33.33333%;
  background-color: #F5F6F8;
  margin-left: 1rem;
  margin-right: 1rem;
}

.homepage-block div.navlink--secondary > h3 {
  display: none;
}

.navlink--secondary {
  border-bottom: 1px solid #97d4e9 !important;
}

.navlink--secondary::after {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  height: 100%;
  width: 2.5rem;
  background-color: transparent;
}

.homepage-row div.navlink--secondary::after {
  flex-basis: 33.33333%;
  background-color: #F5F6F8;
  margin-left: 1rem;
  margin-right: 1rem;
}

.homepage-block div.navlink--secondary::after > h3 {
  display: none;
}

.navlink--secondary::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='none' stroke='%23002145' stroke-miterlimit='10' stroke-width='4' d='M26 20.006L40 32 26 44.006'%3E%3C/path%3E%3C/svg%3E");
  background-position: center center;
  background-size: 1.25rem;
  background-repeat: no-repeat;
}

.navlink--secondary:hover, .navlink--secondary.menu-item--active-trail:not(.is-active):hover {
  background-color: var(--color-primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.bg-dark.navlink--secondary:hover a:hover:not(.unit-button), .bg-dark.navlink--secondary.menu-item--active-trail:not(.is-active):hover a:hover:not(.unit-button) {
  color: #fff;
}

.navlink--secondary:hover::after {
  background-color: var(--color-accent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='4' d='M26 20.006L40 32 26 44.006'%3E%3C/path%3E%3C/svg%3E");
}

.navlink--secondary.is-active {
  background-color: var(--color-primary);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.bg-dark.navlink--secondary.is-active a:hover:not(.unit-button) {
  color: #fff;
}

.navlink--secondary.is-active::after {
  background-color: var(--color-accent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='4' d='M26 20.006L40 32 26 44.006'%3E%3C/path%3E%3C/svg%3E");
}

.navlink--secondary.menu-item--active-trail:not(.is-active) {
  background-color: transparent;
  font-weight: 600;
}

.navlink--secondary.menu-item--active-trail:not(.is-active)::after {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='none' stroke='%23002145' stroke-miterlimit='10' stroke-width='4' d='M20 40l11.994-14L44 40'%3E%3C/path%3E%3C/svg%3E");
}

.navlink--secondary.menu-item--active-trail:not(.is-active):hover::after {
  background-color: var(--color-accent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='4' d='M20 40l11.994-14L44 40'%3E%3C/path%3E%3C/svg%3E");
}

.subnav--nested .navlink--secondary {
  display: block;
  padding-left: 1.75rem;
  font-weight: 400;
}

.homepage-row div.subnav--nested .navlink--secondary {
  flex-basis: 33.33333%;
  background-color: #F5F6F8;
  margin-left: 1rem;
  margin-right: 1rem;
}

.homepage-block div.subnav--nested .navlink--secondary > h3 {
  display: none;
}

.subnav--nested .navlink--secondary {
  font-size: .875rem;
}

.subnav--nested .subnav--nested .navlink--secondary {
  padding-left: 2.625rem;
}

/* vue subanv */

.nav--split {
  display: flex;
}

.nav--split > .navlink--secondary::after {
  display: none;
}

.nav--split .disclose__trigger {
  flex: 1 1 0%;
}

.nav--split .js-reveal__trigger {
  display: inline-flex;
  width: 40px;
  flex: none;
  place-content: center;
  place-items: center;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 33 69 / var(--tw-text-opacity));
  border-bottom: 1px solid #97d4e9 !important;
}

.nav--split .js-reveal__trigger svg {
  margin-top: 0px;
  margin-left: 0px;
}

.nav--split:hover .js-reveal__trigger, .nav--split > .is-active + .js-reveal__trigger {
  background-color: var(--color-accent);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-dark.nav--split:hover .js-reveal__trigger a:hover:not(.unit-button), .bg-dark.nav--split > .is-active + .js-reveal__trigger a:hover:not(.unit-button) {
  color: #fff;
}

.menu-item--active-trail > .disclose > .nav--split > a {
  background-color: var(--color-primary);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.bg-dark.menu-item--active-trail > .disclose > .nav--split > a a:hover:not(.unit-button) {
  color: #fff;
}

.menu-item--active-trail > .disclose >.nav--split > button {
  background-color: var(--color-accent);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-dark.menu-item--active-trail > .disclose >.nav--split > button a:hover:not(.unit-button) {
  color: #fff;
}

/* Pager */

.bg-caret--blue,
.pager__item--next a,
.pager__item--previous a {
  overflow: hidden;
  text-indent: -200em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23999' d='M65.67 36.36L34.32 5 20.68 18.64 52 50 20.68 81.35 34.32 95l45-45z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1em 1em;
}

.pager__item--next a,
.pager__item--previous a {
  display: block;
  width: 2rem;
}

.pager__item--previous a {
  transform: rotate(180deg);
}

.bg-caret--white,
.pager__item--next a:hover,
.pager__item--previous a:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23002145' d='M65.67 36.36L34.32 5 20.68 18.64 52 50 20.68 81.35 34.32 95l45-45z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1em 1em;
}

.pager__item.is-active {
  background-color: var(--color-tertiary);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.pager__item.is-active:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.pager__item.is-active a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

/** @define tabcordion */

/*
* This file contains all styles related to the tabcordion component.
*/

.tabcordion__links {
  display: none;
  padding-left: 0;
  list-style: none;
}

.tabcordion__tab {
  flex: 1 1 0%;
}

.tabcordion__tab:hover {
  text-decoration: none;
}

.tabcordion__tab button {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 33 69 / var(--tw-text-opacity));
}

.homepage-row div.tabcordion__tab button {
  flex-basis: 33.33333%;
  background-color: #F5F6F8;
  margin-left: 1rem;
  margin-right: 1rem;
}

.homepage-block div.tabcordion__tab button > h3 {
  display: none;
}

.tabcordion__tab button {

  border-bottom: 1px solid #e0e0e0;
  line-height: 1.5rem;
}

.tabcordion__tab button:hover {
  border-bottom: 1px solid var(--color-secondary);
}

.tabcordion__tab.is-active button, .tabcordion__tab button.active {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 58 121 / var(--tw-text-opacity));

  border-bottom: 1px solid var(--color-primary);
}

/* mobile triggers */

.tabcordion__heading {
  position: relative;
  margin-top: 0.5rem;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 3rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 33 69 / var(--tw-text-opacity));
}

.homepage-row div.tabcordion__heading {
  flex-basis: 33.33333%;
  background-color: #F5F6F8;
  margin-left: 1rem;
  margin-right: 1rem;
}

.homepage-block div.tabcordion__heading > h3 {
  display: none;
}

.tabcordion__heading {

  cursor: pointer;
  border-bottom: 1px solid #e0e0e0;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" %3E%3Cpath d="M53 29H35V11a3 3 0 0 0-6 0v18H11a3 3 0 0 0 0 6h18v18a3 3 0 0 0 6 0V35h18a3 3 0 0 0 0-6z" fill="%23002145" stroke-width="0" stroke-miterlimit="10" stroke-linejoin="round" stroke-linecap="round" %3E%3C/path%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 1rem top 50%;
  background-size: 1rem 1rem;
}

.tabcordion__heading:hover {
  border-bottom: 1px solid var(--color-secondary);
}

.tabcordion__heading.active, .tabcordion__heading.is-active, .tabcordion__heading[aria-expanded="true"] {
  font-weight: 600;

  border-bottom: 1px solid var(--color-primary);
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" %3E%3Cpath d="M53 34H11a3 3 0 0 1 0-6h42a3 3 0 0 1 0 6z" fill="%230055b7" stroke-width="0" stroke-miterlimit="10" stroke-linejoin="round" stroke-linecap="round" %3E%3C/path%3E%3C/svg%3E');
}

/* styles for only tabs */

.tabs-only .tabcordion__links {
  display: flex;
  list-style-type: none;
  justify-content: space-between;
}

.tabs-only .tabcordion__heading,
.tabs-only .tabcordion__heading.active,
.tabs-only .tabcordion__heading.is-active {
  display: none;
}

@media (min-width: 980px) {

  .tab-pane.show .tabcordion__content {
    display: block !important;
    opacity: 1;
  }

  .tabcordion__links {
    display: flex;
  }

  .tabcordion__links {
    list-style-type: none;
  }

  .tabcordion__links {
    justify-content: space-between;
  }

  .tabcordion__heading,
  .tabcordion__heading.active,
  .tabcordion__heading.is-active {
    display: none !important;
  }
}

/* tabcordion content */

.tabcordion__content {
  padding-bottom: 1.5rem;
}

@media (max-width: 979px) {

  .tabcordion__content.show,
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }

}

/** @define tag */

/*
* This file contains all styles related to the tag component.
*/

.tag {
  margin-right: 1rem;
  border-radius: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
    font-size: 1.125rem;
}

.bg-dark.tag a:hover:not(.unit-button) {
  color: #fff;
}

.tag {

  padding: 0.35em 0.75em 0.25em;
  background-color: rgba(0, 33, 69, 1);
}

.tag::before {
  content: "# ";
  font-size: 1.25em;
  line-height: 0;
}

.tag a, .tag a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.bg-dark.tag a a:hover:not(.unit-button), .bg-dark.tag a:hover a:hover:not(.unit-button) {
  color: #fff;
}

/** @define throbber */

/*
* This file contains all styles related to the throbber component.
*/

/* ajax styles for Drupal
* replace the default Drupal ajax throbber because it's ugly
*/

.ajax-progress,
.ajax-progress--throbber,
.ajax-progress-throbber,
.ajax-progress--fullscreen,
.ajax-progress-fullscreen {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-indent: -9999em;
  opacity: 1;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
}

.ajax-progress--throbber::after,
.ajax-progress--fullscreen::after,
.ajax-progress-throbber::after,
.ajax-progress-fullscreen::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 4rem;
  height: 4rem;
  margin: auto;
  content: "";
  text-indent: -9999em;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' class='lds-ripple'%3E%3Ccircle cx='50' cy='50' r='31.8736' fill='none' stroke='%238cd0e5' stroke-width='1'%3E%3Canimate attributeName='r' calcMode='spline' values='0;40' keyTimes='0;1' dur='1' keySplines='0 0.2 0.8 1' begin='-0.5s' repeatCount='indefinite'%3E%3C/animate%3E%3Canimate attributeName='opacity' calcMode='spline' values='1;0' keyTimes='0;1' dur='1' keySplines='0.2 0 0.8 1' begin='-0.5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='50' cy='50' r='11.6081' fill='none' stroke='%23002145' stroke-width='1'%3E%3Canimate attributeName='r' calcMode='spline' values='0;40' keyTimes='0;1' dur='1' keySplines='0 0.2 0.8 1' begin='0s' repeatCount='indefinite'%3E%3C/animate%3E%3Canimate attributeName='opacity' calcMode='spline' values='1;0' keyTimes='0;1' dur='1' keySplines='0.2 0 0.8 1' begin='0s' repeatCount='indefinite'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 4rem 4rem;
}

/*
.ajax-progress--throbber::before,
.ajax-progress--fullscreen::before,
.ajax-progress-throbber::before,
.ajax-progress-fullscreen::before,
.ajax-progress--throbber::after,
.ajax-progress--fullscreen::after,
.ajax-progress-throbber::after,
.ajax-progress-fullscreen::after {
  content: " ";
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  border-width: .25rem;
  border-style: solid;
  overflow: hidden;
  text-indent: -9999em;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ajax-progress--throbber::before,
.ajax-progress--fullscreen::before,
.ajax-progress-throbber::before,
.ajax-progress-fullscreen::before {
	border-color: $throbber-border;
}

.ajax-progress--throbber::after,
.ajax-progress--fullscreen::after,
.ajax-progress-throbber::after,
.ajax-progress-fullscreen::after {
	border-color: $throbber-color $throbber-color $throbber-color transparent;
	animation: spin .75s infinite linear;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
*/

/** @define totop */

/*
* This file contains all styles related to the totop button component.
*/

#totop-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 1vw;
  height: 70vh;
}

#totop {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 50;
  margin: 1.5rem;
  border-radius: 9999px;
  padding: 1rem;
  text-transform: uppercase;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    font-size: 1.125rem;

  transition: opacity 0.4s linear;
  opacity: 0;
  background: #fff;
}

#totop.is-visible {
  opacity: 1;
}

/* Add site specific styles */

/** @define custom */

/*
* This file contains all styles related to the custom theme.
*/

/* Inline list */

.list-inline {
  margin-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-left: 0;
}

/* links on coloured backgrounds */

.bg-dark a:not(.unit-button),
.bg-dark.text-white a:hover:not(.unit-button) {
  color: #fff;
}

/* paragraphs */

.paragraph--type--text__inner > :first-child, .paragraph--type--text > div > div > :first-child {
  margin-top: 0px;
}

.bg-dark {
  color: #fff;
}

.bg-dark a {
  color: #def1f8;
}

.bg-dark a:hover {
  color: #97d4e9;
}

.bg-dark .unit-button--light {
  color: #0055b7;
}

.bg-dark .unit-button--dark {
  border-color: #def1f8;
}

.bg-dark .unit-button--light:hover,
.bg-dark .unit-button--dark:hover {
  color: #fff;
}

.bg-dark .unit-button--simple::after {
  content: url("../img/svg/icon-arrow--polar.svg");
}

.bg-dark .unit-button--simple:hover::after {
  content: url("../img/svg/icon-arrow--cornflower.svg");
}

/* SVG Icon fix for cards */

.paragraph--type--icon-card img {
  margin-right: auto;
  margin-left: auto;
}

/* Views exposed forms */

.views-exposed-form .form-item {
  margin-top: 0;
}

/* image filters */

.img-greyscale {
  filter: grayscale(100%);
}

.homepage-row div.block {
  flex-basis: 33.33333%;
  background-color: #F5F6F8;
  margin-left: 1rem;
  margin-right: 1rem;
}

.homepage-block {
  background-color: #F5F5F5;
  font-size: 1rem;
}

.homepage-block div.block > h3 {
  display: none !important;
}

.homepage-block img {
  height: 60px;
  width: 80px;
  min-width: 80px;
}

.homepage-block td {
  padding: 0.5rem;
}

.btn {
  --tw-bg-opacity: 1;
  background-color: rgb(0 33 69 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.bg-dark.btn a:hover:not(.unit-button) {
  color: #fff;
}

.btn:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: #2f5d7c;
}

.btn:active {
  background-color: #264e6a;
}

.contributeButton, .gradClassButton, .oralHistoryButton {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  color: white !important;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Table */

.view-law-history-home .views-table
{
  width:100%;
}

.view-law-history-home .views-table tr
{
  line-height:16px;
}

.view-law-history-home .views-table .views-field-field-milestone-image,
.view-law-history-home .views-table .views-field-field-profile-image
{
  padding: 10px 0 10px 0;
}

.view-law-history-home .views-table tr
{
  margin: 10px 0 10px 0;
  padding:10px;
  border-top: 1px solid #d7e0e7;
  border-bottom: 1px solid #d7e0e7;
}

.view-law-history-home table td
{
  min-width:80px;
}

.view-law-history-home table td.views-field-field-milestone-image,
.view-law-history-home table td.views-field-field-profile-image
{
  width:80px;
}

#ubc7-wordmark-block {
  border-left: 0;
}

@media(min-width:980px) {
  #ubc7-wordmark-block {
      background-position: left center;
      background-image: url('/sites/default/files/allard_desktop_large.png') !important;
  }
  #ubc7-unit {
      display: none;
  }
}

@media(min-width:1200px) {
  #ubc7-wordmark-block {
      background-image: url('/sites/default/files/allard_desktop_large.png') !important;
      background-size: 570px 67px !important;
  }
  #ubc7-logo {
      background-position: 30px 19px; /* was 30px 14px */
      margin-left: -15px;
      min-width: 115px;
  }
  header.row-fluid, header [class*="span"] {
      height: 125px; /* was 115px */
  }
}

@media(min-width:980px) and (max-width:1199px) {
  #ubc7-wordmark-block {
      background-image: url('/sites/default/files/allard_desktop_large.png') !important;
      background-size: 476px 56px !important;
  }
  header.row-fluid, header [class*="span"] {
/*        
      box-shadow: inset 0 10px 10px -10px #001833;
      -moz-box-shadow: inset 0 10px 10px -10px #001833;
      -webkit-box-shadow: inset 0 10px 10px -10px #001833;
*/        
      height: 105px; /* was 95px */
  }
  #ubc7-logo {
      background-position: 10px -110px; /* was 10px -115px */
      min-width: 95px;
  }    
}

@media(max-width:979px) {
  #ubc7-centennial {
      display:none !important;    
  }
  #ubc7-wordmark-block {
      background-position: left center;
/*            
      background-image: url('/sites/default/files/allard_phone.png') !important;
      background-size: 280px !important;
*/    
  }
  #ubc7-unit {
      display: block;
      background: white !important;
      box-shadow: none !important;
  }
  #ubc7-unit .navbar .btn-navbar .icon-bar {
      background: white;
  }
  #ubc7-unit .navbar .btn-navbar, #ubc7-unit .btn {
      background: #002145;
  }
  #ubc7-unit  #ubc7-unit-name {
      display: none;    
  }
  header .span11 {
      width: 100%! important;
  }
}

@media(min-width:768px) and (max-width:979px) {
  #ubc7-wordmark-block {
      background-image: url('/sites/default/files/allard_tablet.png') !important;
      background-size: 365px 38px !important;
  }
}

@media(max-width:767px) {
  #ubc7-wordmark-block {
      background-image: url('/sites/default/files/allard_phone.png') !important;
      background-size: 281px 34px !important;
  }
}

#edit-submit-law-history-graduating-classes {
  display: none !important;
}

#views-exposed-form-law-history-graduating-classes-block-2 {
  --grid-column-count: 1;
}

#block-views-block-law-history-graduating-classes-block-3 .views-field.views-field-title {
  color: white;
  padding: 1rem;
  font-size: 1rem;
}

#block-views-block-law-history-graduating-classes-block-3 {
  border-top: lightgrey 2px solid;
  margin-top: 3rem;
}

#block-views-block-law-history-graduating-classes-block-3 .views-row {
  background-color: #333333;
  max-width: 300px;
}

#block-views-block-law-history-graduating-classes-block-3 span a {
  color: white;
  text-decoration: none;
}

#block-views-block-law-history-graduating-classes-block-3 span a:hover {
  text-decoration: underline;
}

.p-hug p {
  margin-top: 0;
}

.prev-button, .next-button {
  font: normal normal normal 2.5rem FontAwesome;
  color: rgba(255,255,255,0.6);
  transition: color 0.3s ease-in-out;
  text-shadow: 0 0 2px gray;
}

.prev-button:hover, .next-button:hover {
  color: white;
}

.prev-button::before {
  content: "\f053";
}

.next-button::before {
  content: "\f054";
}

.custom-controls {
  top: 0px;
}

.hide-important {
  display: none !important;
}

.page-title {
  border-bottom: 1px solid lightgrey;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

div[id^="block-kraken-views-block-law-indigenous-history-milestones-block-1"] .content_item_entity:nth-child(odd) {
  flex-direction: row-reverse;
}

div[id^="block-kraken-views-block-law-indigenous-history-milestones-block-1"] .timeline {
  left: 50%;
}

.marker-line {
  position: relative;
  border: 1px solid black;
  min-width: 200px;
  left: 100%;
}

.content_item_entity:nth-child(odd) .timeline-marker {
  transform: rotate(180deg);
}

/* use same breakpoint as other content */

@media (max-width: 767px) {
  div[id^="block-kraken-views-block-law-indigenous-history-milestones-block-1"] .content_item_entity:nth-child(odd) {
    flex-direction: row;
  }
  div[id^="block-kraken-views-block-law-indigenous-history-milestones-block-1"] .timeline {
    left: 4%;
  }
  .content_item_entity:nth-child(odd) .timeline-marker {
    transform: rotate(0deg);
  }
}

/* Add site specific utilities */

/** @define animate utilities */

.hover--shift {
  transition: all 0.175s ease-in-out;
  transform: translate3d(0);
}

.hover--shift:hover {
  transition: all 0.175s ease-in-out;
  transform: translate3d(0, -4px, 0);
}

.hover--appear-from-bottom {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-property: all;
  transform: translateY(100%);
  opacity: 0;
}

.group:hover .hover--appear-from-bottom {
  transform: translateY(0);
  opacity: 1;
}

/** @define container.utility */

/* adds a set of custom containers */

.container-xs {
  max-width: 480px;
}

.container-sm {
  max-width: 640px;
}

.container-md {
  max-width: 768px;
}

/** @define margin */

/* Helper class to remove margin of first child */

.first-child--mt-0 > :first-child {
  margin-top: 0;
}

/** @define min-height */

/* create classes for minimum heights */

.min-h-96 {
  height: 24rem;
}

/** @define skip-link */

/* accessibly hidden links and content */

.element-invisible,
.skip-link:link,
.skip-link:visited,
.skip-link:hover,
.visually-hidden {
  position: absolute;
  top: auto;
  left: -300%;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

/** @define svg */

/* create classes for modifying the stroke in svgs */

.stroke-noscale {
  vector-effect: non-scaling-stroke;
}

/* @import "utilities/text-truncate.utility.css"; */

/** @define ubc-gradient */

/* variables in file */

/* gradients */

.gradient-bottom--ubc-blue {
  background: linear-gradient(to bottom, rgba(0, 33, 69, 0) 45%, rgba(0, 33, 69, 1) 100%);
}

.gradient-top--ubc-blue {
  background: linear-gradient(to bottom, rgba(0, 33, 69, 1) 0%, rgba(0, 33, 69, 0) 55%);
}

.gradient-bottom--ubc-blue-full {
  background: linear-gradient(to bottom, rgba(0, 33, 69, 0) 2%, rgba(0, 33, 69, 1) 100%);
}

.gradient-top--ubc-blue-full {
  background: linear-gradient(to bottom, rgba(0, 33, 69, 1) 0%, rgba(0, 33, 69, 0) 100%);
}

.gradient-bottom--grey {
  background: linear-gradient(to bottom, rgba(244, 244, 244, 0) 45%, rgba(244, 244, 244, 1) 100%);
}

.gradient-top--grey {
  background: linear-gradient(to bottom, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 55%);
}

.gradient-bottom--grey-full {
  background: linear-gradient(to bottom, rgba(244, 244, 244, 0) 2%, rgba(244, 244, 244, 1) 100%);
}

.gradient-top--grey-full {
  background: linear-gradient(to bottom, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
}

.has-gradient--after,
.has-gradient-top--after,
.has-gradient-bottom--after {
  position: relative;
}

.has-gradient--after::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to top, rgba(0, 33, 69, 1) 0%, rgba(0, 33, 69, 0) 100%);
}

.has-gradient-bottom--after::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 33, 69, 0) 45%, rgba(0, 33, 69, 1) 100%);
}

.has-gradient-top--after::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 33, 69, 1) 0%, rgba(0, 33, 69, 0) 55%);
}

/** @define vue.utility */

/* adds a set of utilities for inclusion in vue.js */

[v-cloak] {
  display: none;
}

/* Vue Component Transitions */

.slide-enter-active,
.slide-leave-active {
  transition: transform 0.15s ease;
}

.slide-enter,
.slide-leave-to {
  transition: all 0.15s ease-in 0s;
  transform: translateX(100%);
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.25s linear;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.fade-alt-enter-active,
.fade-alt-leave-active {
  transition: opacity 0.25s linear;
}

.fade-alt-enter,
.fade-alt-leave-to {
  opacity: 0;
}

@media (min-width: 980px) {
  .fade-alt-leave-active {
    transition: none;
  }
}

.drop-enter-active,
.drop-leave-active {
  transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.15s ease;
}

.drop-enter,
.drop-leave-to {
  transition: all 0.15s ease-in 0s;
  transform: translateY(-100%);
  opacity: 0;
}

/* Add utility classes last so that they take precedence */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.isolate {
  isolation: isolate;
}

.z-20 {
  z-index: 20;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-full {
  grid-column: 1 / -1;
}

.m-0 {
  margin: 0px;
}

.m-4 {
  margin: 1rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.m-12 {
  margin: 3rem;
}

.m-16 {
  margin: 4rem;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-auto {
  margin-top: auto;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.h-6 {
  height: 1.5rem;
}

.h-4 {
  height: 1rem;
}

.h-12 {
  height: 3rem;
}

.h-screen {
  height: 100vh;
}

.h-3 {
  height: 0.75rem;
}

.min-h-full {
  min-height: 100%;
}

.min-h-\[300px\] {
  min-height: 300px;
}

.w-half {
  width: 50%;
}

.w-one-third {
  width: 33.33333%;
}

.w-two-thirds {
  width: 66.66667%;
}

.w-one-quarter {
  width: 25%;
}

.w-three-quarters {
  width: 75%;
}

.w-one-fifth {
  width: 20%;
}

.w-two-fifths {
  width: 40%;
}

.w-three-fifths {
  width: 60%;
}

.w-four-fifths {
  width: 80%;
}

.w-one-sixth {
  width: 16.66667%;
}

.w-five-sixths {
  width: 83.33333%;
}

.w-one-twelfth {
  width: 8.33333%;
}

.w-five-twelfths {
  width: 41.66666%;
}

.w-seven-twelfths {
  width: 58.33333%;
}

.w-eleven-twelfths {
  width: 91.66666%;
}

.w-full {
  width: 100%;
}

.w-8 {
  width: 2rem;
}

.w-1\/4 {
  width: 25%;
}

.w-6 {
  width: 1.5rem;
}

.w-4 {
  width: 1rem;
}

.w-auto {
  width: auto;
}

.w-12 {
  width: 3rem;
}

.w-screen {
  width: 100vw;
}

.w-3 {
  width: 0.75rem;
}

.max-w-\[640px\] {
  max-width: 640px;
}

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

.max-w-md {
  max-width: 28rem;
}

.flex-none {
  flex: none;
}

.flex-1 {
  flex: 1 1 0%;
}

.basis-full {
  flex-basis: 100%;
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: var(--tw-transform);
}

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

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

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.place-content-center {
  place-content: center;
}

.place-items-center {
  place-items: center;
}

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

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-8 {
  gap: 2rem;
}

.gap-0 {
  gap: 0px;
}

.gap-x-8 {
  column-gap: 2rem;
}

.place-self-center {
  place-self: center;
}

.self-end {
  align-self: flex-end;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-ubc-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 33 69 / var(--tw-border-opacity));
}

.border-ubc-blue-sea {
  --tw-border-opacity: 1;
  border-color: rgb(0 58 121 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-grey-300 {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.border-grey-200 {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}

.border-grey-500 {
  --tw-border-opacity: 1;
  border-color: rgb(158 158 158 / var(--tw-border-opacity));
}

.border-b-grey-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(189 189 189 / var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-ubc-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 33 69 / var(--tw-bg-opacity));
}

.bg-ubc-blue-sea {
  --tw-bg-opacity: 1;
  background-color: rgb(0 58 121 / var(--tw-bg-opacity));
}

.bg-ubc-blue-cobalt {
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 183 / var(--tw-bg-opacity));
}

.bg-ubc-blue-cornflower {
  --tw-bg-opacity: 1;
  background-color: rgb(151 212 233 / var(--tw-bg-opacity));
}

.bg-ubc-blue-neptune {
  --tw-bg-opacity: 1;
  background-color: rgb(64 180 229 / var(--tw-bg-opacity));
}

.bg-ubc-blue-polar {
  --tw-bg-opacity: 1;
  background-color: rgb(222 241 248 / var(--tw-bg-opacity));
}

.bg-ubc-blue-frost {
  --tw-bg-opacity: 1;
  background-color: rgb(246 251 253 / var(--tw-bg-opacity));
}

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

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

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

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

.bg-grey-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-none {
  background-image: none;
}

.fill-current {
  fill: currentColor;
}

.object-center {
  object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-8 {
  padding: 2rem;
}

.p-2 {
  padding: 0.5rem;
}

.py-\[\.65em\] {
  padding-top: .65em;
  padding-bottom: .65em;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

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

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

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

.font-serif {
  font-family: var(--alternate-font-stack);
}

.font-sans {
  font-family: var(--text-font-stack);
}

.text-xs {
  font-size: .75rem;
}

.text-sm {
  font-size: .875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.75rem;
}

.text-4xl {
  font-size: 2rem;
}

.text-5xl {
  font-size: 2.25rem;
}

.text-6xl {
  font-size: 2.75rem;
}

.text-7xl {
  font-size: 3.375rem;
}

.text-8xl {
  font-size: 4rem;
}

.font-semibold {
  font-weight: 600;
}

.font-normal {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-grey-700 {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}

.text-ubc-blue {
  --tw-text-opacity: 1;
  color: rgb(0 33 69 / var(--tw-text-opacity));
}

.text-ubc-blue-sea {
  --tw-text-opacity: 1;
  color: rgb(0 58 121 / var(--tw-text-opacity));
}

.text-unit-primary {
  color: var(--color-primary);
}

.text-unit-secondary {
  color: var(--color-secondary);
}

.text-unit-tertiary {
  color: var(--color-tertiary);
}

.text-unit-accent {
  color: var(--color-accent);
}

.text-grey-400 {
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity));
}

.text-ubc-blue-cobalt {
  --tw-text-opacity: 1;
  color: rgb(0 85 183 / var(--tw-text-opacity));
}

.text-grey-600 {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}

.text-grey-500 {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.filter {
  filter: var(--tw-filter);
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.hover--cursor-pointer:hover {
  cursor: pointer;
}

.hover--text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover--text-ubc-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(0 33 69 / var(--tw-text-opacity));
}

.hover--text-ubc-blue-polar:hover {
  --tw-text-opacity: 1;
  color: rgb(222 241 248 / var(--tw-text-opacity));
}

.hover--text-ubc-blue-neptune:hover {
  --tw-text-opacity: 1;
  color: rgb(64 180 229 / var(--tw-text-opacity));
}

.hover--text-ubc-blue-cobalt:hover {
  --tw-text-opacity: 1;
  color: rgb(0 85 183 / var(--tw-text-opacity));
}

.hover--text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover--no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.hover--shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover--shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus--opacity-100:focus {
  opacity: 1;
}

.group:hover .group-hover--bg-ubc-blue-sea {
  --tw-bg-opacity: 1;
  background-color: rgb(0 58 121 / var(--tw-bg-opacity));
}

.group:hover .group-hover--text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover--opacity-100 {
  opacity: 1;
}

@media (min-width: 480px) {

  .xs--mr-0 {
    margin-right: 0px;
  }

  .xs--mb-0 {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {

  .sm--mt-0 {
    margin-top: 0px;
  }

  .sm--ml-4 {
    margin-left: 1rem;
  }

  .sm--ml-8 {
    margin-left: 2rem;
  }

  .sm--ml-16 {
    margin-left: 4rem;
  }

  .sm--mr-0 {
    margin-right: 0px;
  }

  .sm--mb-0 {
    margin-bottom: 0px;
  }

  .sm--flex {
    display: flex;
  }

  .sm--w-\[200px\] {
    width: 200px;
  }

  .sm--w-five-twelfths {
    width: 41.66666%;
  }

  .sm--max-w-lg {
    max-width: 32rem;
  }

  .sm--max-w-md {
    max-width: 28rem;
  }

  .sm--flex-1 {
    flex: 1 1 0%;
  }

  .sm--flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm--shrink-0 {
    flex-shrink: 0;
  }

  .sm--grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm--grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm--flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm--p-0 {
    padding: 0px;
  }

  .sm--text-lg {
    font-size: 1.125rem;
  }
}

@media (min-width: 980px) {

  .md--col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md--col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md--col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md--col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md--col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md--col-start-4 {
    grid-column-start: 4;
  }

  .md--col-start-1 {
    grid-column-start: 1;
  }

  .md--col-start-10 {
    grid-column-start: 10;
  }

  .md--col-start-5 {
    grid-column-start: 5;
  }

  .md--col-start-9 {
    grid-column-start: 9;
  }

  .md--col-start-2 {
    grid-column-start: 2;
  }

  .md--row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md--row-start-1 {
    grid-row-start: 1;
  }

  .md--row-start-2 {
    grid-row-start: 2;
  }

  .md--mr-0 {
    margin-right: 0px;
  }

  .md---mt-12 {
    margin-top: -3rem;
  }

  .md--flex {
    display: flex;
  }

  .md--h-6 {
    height: 1.5rem;
  }

  .md--h-8 {
    height: 2rem;
  }

  .md--h-16 {
    height: 4rem;
  }

  .md--w-half {
    width: 50%;
  }

  .md--w-one-third {
    width: 33.33333%;
  }

  .md--w-five-twelfths {
    width: 41.66666%;
  }

  .md--w-6 {
    width: 1.5rem;
  }

  .md--w-8 {
    width: 2rem;
  }

  .md--w-16 {
    width: 4rem;
  }

  .md--max-w-5xl {
    max-width: 64rem;
  }

  .md--basis-32-percent {
    flex-basis: 32%;
  }

  .md--grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md--grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md--grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .md--grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md--p-12 {
    padding: 3rem;
  }

  .md--px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md--py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .md--text-sm {
    font-size: .875rem;
  }
}

@media (min-width: 1200px) {

  .lg--col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg--col-start-3 {
    grid-column-start: 3;
  }

  .lg--w-one-quarter {
    width: 25%;
  }

  .lg--text-base {
    font-size: 1rem;
  }
}

@media (min-width: 1720px) {

  .xl--max-w-\[768px\] {
    max-width: 768px;
  }

  .xl--pb-9 {
    padding-bottom: 2.25rem;
  }

  .xl--text-4xl {
    font-size: 2rem;
  }

  .xl--text-base {
    font-size: 1rem;
  }
}

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