/** @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.3.3 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings 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 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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:where([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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --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:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --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:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

/** @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 {
  line-height: 1.2;
  font-weight: 900;
  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;
  font-size: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));

  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-size: .875rem;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
}

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(--text-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: $breakpoint--xl) {

  body {
    font-size: $text-2xl;
  }

  h1,
  .h1 {
    margin-top: calc(var(--leading) * 3rem);
    letter-spacing: -0.01em;
    font-size: $text-8xl;
  }

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

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

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

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

  h6,
  .h6 {
    font-size: $text-2xl;
  }

  .heading-display,
  .heading-display h1 {
    font-size: $text-7xl;
  }

  blockquote {
    @apply text-4xl;
  }

  cite,
  .cite {
    @apply text-base;
  }

  .text-lead {
    font-size: $text-5xl;
  }

}
*/

/* 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.25em 1em;
  color: #616161;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  background-color: #fff;
  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;
}

fieldset {
  border-width: 0;
}

/*
fieldset fieldset {
  margin-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-shadow: none;
}

fieldset fieldset legend {
  text-transform: none;
  border-bottom-width: 0.125rem;
  font-size: 0.875em;
}
*/

input[type="search"] {
  box-sizing: border-box;
}

/* 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;
  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: calc(980px - 20px);
  }
}

@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;
    flex-direction: row;
    flex-wrap: wrap;
    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;
    flex-direction: row;
    flex-wrap: wrap;
    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;
    flex-direction: row;
    flex-wrap: wrap;
    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,
a::before,
a::after,
button,
button::before,
button::after {
  transition: background-color 0.125s ease, color 0.125s ease;
}

a {
  text-decoration: underline;
  color: var(--color-link);
}

a:hover {
  color: var(--color-link-hover);
}

a:active {
  color: var(--color-link-active);
}

/* 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;
  inset: 0px;
  z-index: 10;
  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
*/

/* default ol styles */

.text-formatted ol li {
  list-style-type: decimal;
}

.text-formatted ol li li {
  list-style-type: lower-alpha;
}

.text-formatted ol li li li {
  list-style-type: lower-roman;
}

.text-formatted ol li li li li {
  list-style-type: upper-alpha;
}

.text-formatted ol li li li li li {
  list-style-type: upper-roman;
}

/* default ul styles */

.text-formatted ul li {
  list-style-type: disc;
}

.text-formatted ul li li {
  list-style-type: circle;
}

.text-formatted ul li li li {
  list-style-type: square;
}

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

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;
  font-size: .875rem;
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}

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

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

/* embedded media (iframes) */

embed,
iframe,
object {
  aspect-ratio: 16/9; /* yay! */
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* embedded spotify media (iframes) */

.field--name-field-media-oembed-spotify embed,
.field--name-field-media-oembed-spotify iframe,
.field--name-field-media-oembed-spotify object {
  aspect-ratio: 3/1; /* yay! */
}

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

@media (min-width: 980px) {

  .md--img-cover-none img {
    width: auto;
    height: auto;
    object-fit: initial;
  }

}

.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,
.image-style-circle-400,
.image-style-circle-600,
.image-style-circle-focal-point-600 {
  border-radius: 9999px;
}

/* embedded media */

.media--type-soundcloud iframe,
.media--type-remote-audio iframe {
  width: 100%;
  height: 152px;
  margin-top: calc(var(--leading) * 1rem);
}

/** @define media */

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

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

  margin-top: calc(var(--leading) * 1rem);
  border-spacing: 0;
  border-collapse: collapse;
}

table table {
  margin-top: 0 !important;
}

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;
}

td > :first-child,
th > :first-child {
  margin-top: 0
}

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:2333.3333333%;width:calc(100% * 70 / 3);position:absolute;right:0}

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

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

/* Add styles for specific components */

/* @import "tailwindcss/components"; */

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

.accordion__trigger button {
  text-align: left;
}

.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"],
.btn-primary,
.btn-unit-reverse {
  display: inline-flex;
  border-width: 1px;
  text-align: center;
  text-decoration-line: none;

  padding: 0.5em 1em;
  cursor: pointer;
  transition: all 0.125s ease-out;
  color: #fff;
  border-color: transparent;
  background-color: #002145;
  line-height: 1.3;
}

.unit-button::after,
[data-drupal-button-link~="unit-button"]::after,
.btn-primary::after,
.btn-unit-reverse::after {
  z-index: 0;
  height: 1.25em;
  width: 1.25em;
  background-color: transparent;
  content: '';
  /* change svg stroke to same colour as text */
  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");
  background-position: center  center;
  background-size: 1.25em;
  background-repeat: no-repeat;
  transition: transform .125s ease;
  transform: translateY(-.05em);
}

.unit-button:hover,
[data-drupal-button-link~="unit-button"]:hover,
.btn-primary:hover,
.btn-unit-reverse:hover
.group:hover .unit-button,
.group:hover [data-drupal-button-link~="unit-button"],
.group:hover .btn-primary,
.group:hover .btn-unit-reverse {
  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;
  transition: background-color .125s ease, color .125s ease;
}

.unit-button:hover::after,
[data-drupal-button-link~="unit-button"]:hover::after,
.btn-primary:hover::after,
.btn-unit-reverse:hover::after,
.group:hover .unit-button::after,
.group:hover [data-drupal-button-link~="unit-button"]::after,
.group:hover .btn-primary::after,
.group:hover .btn-unit-reverse::after {
  /* change svg stroke to same colour as text */
  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");
  transform: translate(.5em, -.05em);
  transition: transform .125s ease;
}

.unit-button:active,
[data-drupal-button-link~="unit-button"]:active,
.btn-primary:active,
.btn-unit-reverse:active {
  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 */

/* light button */

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

.unit-button--light::after,
[data-drupal-button-link-style~="unit-button--light"]::after,
.btn-primary::after {
  /* change svg stroke to same colour as text */
  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='%23000000' stroke-miterlimit='10' stroke-width='4' d='M26 20.006L40 32 26 44.006'%3E%3C/path%3E%3C/svg%3E");
}

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

.unit-button--light:hover::after,
[data-drupal-button-link-style~="unit-button--light"]:hover::after,
.btn-primary:hover::after,
.group:hover .unit-button--light::after,
.group:hover [data-drupal-button-link-style~="unit-button--light"]::after,
.group:hover .btn-primary::after {
  /* change svg stroke to same colour as text */
  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='%23000000' stroke-miterlimit='10' stroke-width='4' d='M26 20.006L40 32 26 44.006'%3E%3C/path%3E%3C/svg%3E");
}

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

/* dark button */

.unit-button--dark,
[data-drupal-button-link-style~="unit-button--dark"],
.btn-unit-reverse {
  color: #fff;
  border-color: transparent;
  background-color: var(--color-primary);
}

.unit-button--dark::after,
[data-drupal-button-link-style~="unit-button--dark"]::after,
.btn-unit-reverse::after {
  /* change svg stroke to same colour as text */
  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");
}

.unit-button--dark:hover,
[data-drupal-button-link-style~="unit-button--dark"]:hover,
.btn-unit-reverse:hover,
.group:hover .unit-button--dark,
.group:hover [data-drupal-button-link-style~="unit-button--dark"],
.group:hover .btn-unit-reverse
  {
  color: #fff;
  border-color: transparent;
  background-color: var(--color-accent);
}

.unit-button--dark:hover::after,
[data-drupal-button-link-style~="unit-button--dark"]:hover::after,
.btn-unit-reverse:hover::after,
.group:hover .unit-button--dark::after,
.group:hover [data-drupal-button-link-style~="unit-button--dark"]::after,
.group:hover .btn-unit-reverse::after {
  /* change svg stroke to same colour as text */
  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");
}

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

/* transparent button */

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

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

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

/* outline button */

.unit-button--outline,
[data-drupal-button-link-style~="unit-button--outline"] {
  color: var(--color-link);
  border-color: var(--color-link);
  background-color: #fff;
}

.unit-button--outline::after,
[data-drupal-button-link-style~="unit-button--outline"]::after {
  /* change svg stroke to same colour as text */
  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='%230055b7' stroke-miterlimit='10' stroke-width='4' d='M26 20.006L40 32 26 44.006'%3E%3C/path%3E%3C/svg%3E");
}

.unit-button--outline:hover,
[data-drupal-button-link-style~="unit-button--outline"]:hover,
.group:hover .unit-button--outline,
.group:hover [data-drupal-button-link-style~="unit-button--outline"] {
  color: #fff;
  border-color: var(--color-link);
  background-color: var(--color-link);
}

.unit-button--outline:hover::after,
[data-drupal-button-link-style~="unit-button--outline"]:hover::after,
.group:hover .unit-button--outline::after,
.group:hover [data-drupal-button-link-style~="unit-button--outline"]::after {
  /* change svg stroke to same colour as text */
  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");
}

.unit-button--outline:active,
[data-drupal-button-link-style~="unit-button--outline"]:active {
  color: #fff;
  border-color: var(--color-link);
  background-color: var(--color-link);
}

/* simple button */

.unit-button--simple,
[data-drupal-button-link-style~="unit-button--simple"] {
  position: relative;
  display: inline-flex;
  border-width: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  letter-spacing: 0.05em;
  color: var(--color-link);
  background: transparent;
}

.unit-button--simple:hover,
[data-drupal-button-link-style~="unit-button--simple"]:hover
.group:hover .unit-button--simple,
.group:hover [data-drupal-button-link-style~="unit-button--simple"] {
  text-decoration: none;
  color: var(--color-link-hover);
  background: transparent;
  box-shadow: none;
}

.unit-button--simple::after,
.unit-button--simple:hover::after,
[data-drupal-button-link-style~="unit-button--simple"]::after,
[data-drupal-button-link-style~="unit-button--simple"]:hover::after,
.group:hover .unit-button--simple::after,
.group:hover [data-drupal-button-link-style~="unit-button--simple"]::after {
  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='%230055b7' stroke-miterlimit='10' stroke-width='4' d='M26 20.006L40 32 26 44.006'%3E%3C/path%3E%3C/svg%3E");
}

.unit-button-no-icon::after {
  display: none;
}

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

/*
@media (min-width: $breakpoint--xl) {

  .unit-button::after,
  .btn-primary::after,
  .btn-unit-reverse::after {
    transform: translateY(0);
  }

  .unit-button:hover::after,
  .btn-primary:hover::after,
  .btn-unit-reverse:hover::after,
  .group:hover .unit-button::after,
  .group:hover .btn-primary::after,
  .group:hover .btn-unit-reverse::after {
    transform: translate(.5em, 0);
  }

}
*/

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

.tns-outer {
  position: relative;
}

/* previous / next buttons */

.tns-controls {
  pointer-events: none;
  position: absolute;
  inset: 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;

  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: translate(var(--tw-translate-x), 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));
}

/* page indicators */

.tns-nav {
  position: absolute;
  z-index: 40;
  display: flex;
  width: 100%;
  justify-content: center;

  bottom: -2rem;
}

.tns-nav button {
  margin: 0.5rem;
  display: inline-block;
  height: 0.5rem;
  width: 2rem;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(151 212 233 / var(--tw-bg-opacity));

  transition: 0.4s ease-in-out;
}

.tns-nav .tns-nav-active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 183 / var(--tw-bg-opacity));
}


.widget-color-box.tns-nav .tns-nav-active a:not(.unit-button),
.widget-color-box.tns-nav .tns-nav-active a:hover:not(.unit-button) {
  color: #fff;
}


.widget-color-box.tns-nav .tns-nav-active {
  color: #fff;
}


.widget-color-box.tns-nav .tns-nav-active a:not(.unit-button)  {
  color: #def1f8;
}


.widget-color-box.tns-nav .tns-nav-active a:not(.unit-button):hover {
  color: #97d4e9;
}


.widget-color-box.tns-nav .tns-nav-active .unit-button--light {
  color: #0055b7;
}


.widget-color-box.tns-nav .tns-nav-active .unit-button--dark {
  border-color: #def1f8;
}


.widget-card.tns-nav .tns-nav-active .unit-button--simple,
.widget-card.tns-nav .tns-nav-active .unit-button--simple:hover,
.widget-card.tns-nav .tns-nav-active.group:hover .unit-button--simple,
.widget-color-box.tns-nav .tns-nav-active .unit-button--simple,
.widget-color-box.tns-nav .tns-nav-active .unit-button--simple:hover {
  color: #fff;
}


.widget-card.tns-nav .tns-nav-active .unit-button--simple::after,
.widget-color-box.tns-nav .tns-nav-active .unit-button--simple::after,
.widget-color-box.tns-nav .tns-nav-active .unit-button--simple:hover::after {
  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");
}

@media (min-width: 980px) {

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

/* accessibly hidden links and content */

.tns-outer [data-action="start"],
.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 {
  color: #0055b7 !important;
  text-decoration: none;
}

.form-select a.chosen-single,
.form-select .chosen-choices {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: .5rem 1rem;
  color: #616161;
  line-height: 1.625;
  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;
  border: 2px solid #e0e0e0 !important;
  border-radius: 0;
  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-choices .chosen-search-input {
  width: 100%;
}

.chosen-choices .chosen-search-input:focus {
  outline: none;
  box-shadow: none !important;
}

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

.chosen-container .chosen-results li {
  font-size: 1rem;
  padding: .75rem .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 icon */

/*
* This file contains all styles related to the icon components.
*/

.icon {
  height: 1em;
  width: 1em;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-envelope {
  background-image: url('../img/icons/icon-envelope.svg');
}

.icon-external-link {
  background-image: url('../img/icons/icon-external-link.svg');
}

.icon-facebook {
  background-image: url('../img/icons/icon-facebook.svg');
}

.icon-info {
  background-image: url('../img/icons/icon-info.svg');
}

.icon-instagram {
  background-image: url('../img/icons/icon-instagram.svg');
}

.icon-linkedin {
  background-image: url('../img/icons/icon-linkedin.svg');
}

.icon-location {
  background-image: url('../img/icons/icon-location.svg');
}

.icon-phone {
  background-image: url('../img/icons/icon-phone.svg');
}

.icon-twitter {
  background-image: url('../img/icons/icon-twitter.svg');
}

.icon-vimeo {
  background-image: url('../img/icons/icon-vimeo.svg');
}

.icon-youtube {
  background-image: url('../img/icons/icon-youtube.svg');
}

/** @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));
  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;
    align-items: center;
  }

  .message__icon {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 1rem;
  }
}

@media (min-width: 1720px) {

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

  .message__icon {
    margin-right: 2rem;
    height: 4rem;
    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 */

/*
.subnav__links {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.subnav--nested {
  @apply list-none;
}*/

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

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


.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;
}


.widget-card.navlink--secondary:hover,
.widget-color-box.navlink--secondary:hover,
.widget-card
.navlink--secondary.menu-item--active-trail:not(.is-active):hover,
.widget-color-box
.navlink--secondary.menu-item--active-trail:not(.is-active):hover {
  color: #fff;
}


.widget-card.navlink--secondary:hover a:not(.unit-button),
.widget-color-box.navlink--secondary:hover a:not(.unit-button),
.widget-card
.navlink--secondary.menu-item--active-trail:not(.is-active):hover a:not(.unit-button),
.widget-color-box
.navlink--secondary.menu-item--active-trail:not(.is-active):hover a:not(.unit-button)  {
  color: #def1f8;
}


.widget-card.navlink--secondary:hover a:not(.unit-button):hover,
.widget-color-box.navlink--secondary:hover a:not(.unit-button):hover,
.widget-card
.navlink--secondary.menu-item--active-trail:not(.is-active):hover a:not(.unit-button):hover,
.widget-color-box
.navlink--secondary.menu-item--active-trail:not(.is-active):hover a:not(.unit-button):hover {
  color: #97d4e9;
}


.widget-card.navlink--secondary:hover .unit-button--light,
.widget-color-box.navlink--secondary:hover .unit-button--light,
.widget-card
.navlink--secondary.menu-item--active-trail:not(.is-active):hover .unit-button--light,
.widget-color-box
.navlink--secondary.menu-item--active-trail:not(.is-active):hover .unit-button--light {
  color: #0055b7;
}


.widget-card.navlink--secondary:hover .unit-button--dark,
.widget-color-box.navlink--secondary:hover .unit-button--dark,
.widget-card
.navlink--secondary.menu-item--active-trail:not(.is-active):hover .unit-button--dark,
.widget-color-box
.navlink--secondary.menu-item--active-trail:not(.is-active):hover .unit-button--dark {
  border-color: #def1f8;
}


.widget-card.navlink--secondary:hover .unit-button--simple,
.widget-card.navlink--secondary:hover .unit-button--simple:hover,
.widget-card.navlink--secondary:hover.group:hover .unit-button--simple,
.widget-color-box.navlink--secondary:hover .unit-button--simple,
.widget-color-box.navlink--secondary:hover .unit-button--simple:hover,
.widget-card
.navlink--secondary.menu-item--active-trail:not(.is-active):hover .unit-button--simple,
.widget-card
.navlink--secondary.menu-item--active-trail:not(.is-active):hover .unit-button--simple:hover,
.widget-card
.navlink--secondary.menu-item--active-trail:not(.is-active):hover.group:hover .unit-button--simple,
.widget-color-box
.navlink--secondary.menu-item--active-trail:not(.is-active):hover .unit-button--simple,
.widget-color-box
.navlink--secondary.menu-item--active-trail:not(.is-active):hover .unit-button--simple:hover {
  color: #fff;
}


.widget-card.navlink--secondary:hover .unit-button--simple::after,
.widget-card.navlink--secondary:hover .unit-button--simple:hover::after,
.widget-card.navlink--secondary:hover.group:hover .unit-button--simple::after,
.widget-color-box.navlink--secondary:hover .unit-button--simple::after,
.widget-color-box.navlink--secondary:hover .unit-button--simple:hover::after,
.widget-card
.navlink--secondary.menu-item--active-trail:not(.is-active):hover .unit-button--simple::after,
.widget-card
.navlink--secondary.menu-item--active-trail:not(.is-active):hover .unit-button--simple:hover::after,
.widget-card
.navlink--secondary.menu-item--active-trail:not(.is-active):hover.group:hover .unit-button--simple::after,
.widget-color-box
.navlink--secondary.menu-item--active-trail:not(.is-active):hover .unit-button--simple::after,
.widget-color-box
.navlink--secondary.menu-item--active-trail:not(.is-active):hover .unit-button--simple:hover::after {
  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: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));
  text-decoration-line: none;
}

.widget-card.navlink--secondary.is-active a:not(.unit-button),
.widget-card.navlink--secondary.is-active a:hover:not(.unit-button),
.widget-color-box.navlink--secondary.is-active a:not(.unit-button),
.widget-color-box.navlink--secondary.is-active a:hover:not(.unit-button) {
  color: #fff;
}


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


.widget-card.navlink--secondary.is-active,
.widget-color-box.navlink--secondary.is-active {
  color: #fff;
}


.widget-card.navlink--secondary.is-active a:not(.unit-button),
.widget-color-box.navlink--secondary.is-active a:not(.unit-button)  {
  color: #def1f8;
}


.widget-card.navlink--secondary.is-active a:not(.unit-button):hover,
.widget-color-box.navlink--secondary.is-active a:not(.unit-button):hover {
  color: #97d4e9;
}


.widget-card.navlink--secondary.is-active .unit-button--light,
.widget-color-box.navlink--secondary.is-active .unit-button--light {
  color: #0055b7;
}


.widget-card.navlink--secondary.is-active .unit-button--dark,
.widget-color-box.navlink--secondary.is-active .unit-button--dark {
  border-color: #def1f8;
}


.widget-card.navlink--secondary.is-active .unit-button--simple,
.widget-card.navlink--secondary.is-active .unit-button--simple:hover,
.widget-card.navlink--secondary.is-active.group:hover .unit-button--simple,
.widget-color-box.navlink--secondary.is-active .unit-button--simple,
.widget-color-box.navlink--secondary.is-active .unit-button--simple:hover {
  color: #fff;
}


.widget-card.navlink--secondary.is-active .unit-button--simple::after,
.widget-card.navlink--secondary.is-active .unit-button--simple:hover::after,
.widget-card.navlink--secondary.is-active.group:hover .unit-button--simple::after,
.widget-color-box.navlink--secondary.is-active .unit-button--simple::after,
.widget-color-box.navlink--secondary.is-active .unit-button--simple:hover::after {
  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::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;
  font-size: .875rem;
}

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

/* account for non-links */

.navlink--secondary:not(a) {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 14px;
  padding-right: 14px;
  padding-right: 2.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
  text-decoration-line: none;
  border-bottom: none !important;
}

.navlink--secondary:not(a)::after {
  display: none;
}

.navlink--secondary:not(a):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
  text-decoration-line: none;
}

/* account for non-links in primary-nav */

#ubc7-unit-menu .navbar-link:not(a) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
  text-decoration-line: none;
  clear: both;
  display: block;
  padding: 3px 20px;
  white-space: nowrap;
}

/* 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));
  text-decoration-line: none;
}

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


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


.widget-card.menu-item--active-trail > .disclose > .nav--split > a,
.widget-color-box.menu-item--active-trail > .disclose > .nav--split > a {
  color: #fff;
}


.widget-card.menu-item--active-trail > .disclose > .nav--split > a a:not(.unit-button),
.widget-color-box.menu-item--active-trail > .disclose > .nav--split > a a:not(.unit-button)  {
  color: #def1f8;
}


.widget-card.menu-item--active-trail > .disclose > .nav--split > a a:not(.unit-button):hover,
.widget-color-box.menu-item--active-trail > .disclose > .nav--split > a a:not(.unit-button):hover {
  color: #97d4e9;
}


.widget-card.menu-item--active-trail > .disclose > .nav--split > a .unit-button--light,
.widget-color-box.menu-item--active-trail > .disclose > .nav--split > a .unit-button--light {
  color: #0055b7;
}


.widget-card.menu-item--active-trail > .disclose > .nav--split > a .unit-button--dark,
.widget-color-box.menu-item--active-trail > .disclose > .nav--split > a .unit-button--dark {
  border-color: #def1f8;
}


.widget-card.menu-item--active-trail > .disclose > .nav--split > a .unit-button--simple,
.widget-card.menu-item--active-trail > .disclose > .nav--split > a .unit-button--simple:hover,
.widget-card.menu-item--active-trail > .disclose > .nav--split > a.group:hover .unit-button--simple,
.widget-color-box.menu-item--active-trail > .disclose > .nav--split > a .unit-button--simple,
.widget-color-box.menu-item--active-trail > .disclose > .nav--split > a .unit-button--simple:hover {
  color: #fff;
}


.widget-card.menu-item--active-trail > .disclose > .nav--split > a .unit-button--simple::after,
.widget-card.menu-item--active-trail > .disclose > .nav--split > a .unit-button--simple:hover::after,
.widget-card.menu-item--active-trail > .disclose > .nav--split > a.group:hover .unit-button--simple::after,
.widget-color-box.menu-item--active-trail > .disclose > .nav--split > a .unit-button--simple::after,
.widget-color-box.menu-item--active-trail > .disclose > .nav--split > a .unit-button--simple:hover::after {
  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");
}

.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));
  text-decoration-line: none;
}

.pager__item.is-active:hover {
  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%;
  list-style-type: none !important;
}

.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));

  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));

  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;
    list-style-type: none;
    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;
  font-size: .75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}


.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));
  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-image: none !important;
  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;
  font-size: .75rem;
  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);

  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.
*/

.widget-card .ubc-card {
  --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);

}

.widget-card .ubc-card: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);
}

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

.widget-card .card__footer,
.widget-card .ubc-card__actions {
  margin-top: auto;
  padding: 1rem;
}

.widget-card.bg-unit-primary a:not(.unit-button),
.widget-card.bg-unit-primary a:hover:not(.unit-button),
.widget-color-box.bg-unit-primary a:not(.unit-button),
.widget-color-box.bg-unit-primary a:hover:not(.unit-button),
.widget-color-box.bg-ubc-blue a:not(.unit-button),
.widget-color-box.bg-ubc-blue a:hover:not(.unit-button),
.widget-color-box.bg-ubc-blue-sea a:not(.unit-button),
.widget-color-box.bg-ubc-blue-sea a:hover:not(.unit-button),
.widget-color-box.bg-ubc-blue-cobalt a:not(.unit-button),
.widget-color-box.bg-ubc-blue-cobalt a:hover:not(.unit-button) {
  color: #fff;
}

.ubc-card.bg-dark,
.ubc-card.bg-dark h3,
.ubc-card.bg-dark p,
.ubc-card.bg-dark a:not(.unit-button),
.ubc-card.bg-dark a:hover:not(.unit-button) {
  color: #fff;
}

/* Inline list */

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

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

/* paragraphs */

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

/* text and links on coloured backgrounds */

.bg-dark,
.bg-dark a:not(.unit-button),
.bg-dark.text-white a:hover:not(.unit-button),
.ubc-card.bg-dark,
.widget-card.bg-unit-primary,
.widget-color-box.bg-unit-primary,
.widget-color-box.bg-ubc-blue,
.widget-color-box.bg-ubc-blue-sea,
.widget-color-box.bg-ubc-blue-cobalt {
  color: #fff;
}

.bg-dark a:not(.unit-button),
.ubc-card.bg-dark a:not(.unit-button),
.widget-card.bg-unit-primary a:not(.unit-button),
.widget-color-box.bg-unit-primary a:not(.unit-button),
.widget-color-box.bg-ubc-blue a:not(.unit-button),
.widget-color-box.bg-ubc-blue-sea a:not(.unit-button),
.widget-color-box.bg-ubc-blue-cobalt a:not(.unit-button)  {
  color: #def1f8;
}

.bg-dark a:not(.unit-button):hover,
.ubc-card.bg-dark a:not(.unit-button):hover,
.widget-card.bg-unit-primary a:not(.unit-button):hover,
.widget-color-box.bg-unit-primary a:not(.unit-button):hover,
.widget-color-box.bg-ubc-blue a:not(.unit-button):hover,
.widget-color-box.bg-ubc-blue-sea a:not(.unit-button):hover,
.widget-color-box.bg-ubc-blue-cobalt a:not(.unit-button):hover {
  color: #97d4e9;
}

.bg-dark .unit-button--light,
.ubc-card.bg-dark .unit-button--light,
.widget-card.bg-unit-primary .unit-button--light,
.widget-color-box.bg-unit-primary .unit-button--light,
.widget-color-box.bg-ubc-blue .unit-button--light,
.widget-color-box.bg-ubc-blue-sea .unit-button--light,
.widget-color-box.bg-ubc-blue-cobalt .unit-button--light {
  color: #0055b7;
}

.bg-dark .unit-button--dark,
.ubc-card.bg-dark .unit-button--dark,
.widget-card.bg-unit-primary .unit-button--dark,
.widget-color-box.bg-unit-primary .unit-button--dark,
.widget-color-box.bg-ubc-blue .unit-button--dark,
.widget-color-box.bg-ubc-blue-sea .unit-button--dark,
.widget-color-box.bg-ubc-blue-cobalt .unit-button--dark {
  border-color: #def1f8;
}

.bg-dark .unit-button--simple,
.bg-dark .unit-button--simple:hover,
.bg-dark.group:hover .unit-button--simple,
.ubc-card.bg-dark .unit-button--simple,
.ubc-card.bg-dark .unit-button--simple:hover,
.ubc-card.bg-dark.group:hover .unit-button--simple,
.widget-card.bg-unit-primary .unit-button--simple,
.widget-card.bg-unit-primary .unit-button--simple:hover,
.widget-card.bg-unit-primary.group:hover .unit-button--simple,
.widget-card.bg-ubc-blue .unit-button--simple,
.widget-card.bg-ubc-blue .unit-button--simple:hover,
.widget-card.bg-ubc-blue.group:hover .unit-button--simple,
.widget-card.bg-ubc-blue-sea .unit-button--simple,
.widget-card.bg-ubc-blue-sea .unit-button--simple:hover,
.widget-card.bg-ubc-blue-sea.group:hover .unit-button--simple,
.widget-card.bg-ubc-blue-cobalt .unit-button--simple,
.widget-card.bg-ubc-blue-cobalt .unit-button--simple:hover,
.widget-card.bg-ubc-blue-cobalt.group:hover .unit-button--simple,
.widget-color-box.bg-unit-primary .unit-button--simple,
.widget-color-box.bg-unit-primary .unit-button--simple:hover,
.widget-color-box.bg-ubc-blue .unit-button--simple,
.widget-color-box.bg-ubc-blue .unit-button--simple:hover,
.widget-color-box.bg-ubc-blue-sea .unit-button--simple,
.widget-color-box.bg-ubc-blue-sea .unit-button--simple:hover,
.widget-color-box.bg-ubc-blue-cobalt .unit-button--simple,
.widget-color-box.bg-ubc-blue-cobalt .unit-button--simple:hover {
  color: #fff;
}

.bg-dark .unit-button--simple::after,
.bg-dark .unit-button--simple:hover::after,
.bg-dark.group:hover .unit-button--simple::after,
.ubc-card.bg-dark .unit-button--simple::after,
.ubc-card.bg-dark .unit-button--simple:hover::after,
.ubc-card.bg-dark.group:hover .unit-button--simple::after,
.widget-card.bg-unit-primary .unit-button--simple::after,
.widget-card.bg-unit-primary .unit-button--simple:hover::after,
.widget-card.bg-unit-primary.group:hover .unit-button--simple::after,
.widget-card.bg-ubc-blue .unit-button--simple::after,
.widget-card.bg-ubc-blue .unit-button--simple:hover::after,
.widget-card.bg-ubc-blue.group:hover .unit-button--simple::after,
.widget-card.bg-ubc-blue-sea .unit-button--simple::after,
.widget-card.bg-ubc-blue-sea .unit-button--simple:hover::after,
.widget-card.bg-ubc-blue-sea.group:hover .unit-button--simple::after,
.widget-card.bg-ubc-blue-cobalt .unit-button--simple::after,
.widget-card.bg-ubc-blue-sea-cobalt .unit-button--simple:hover::after,
.widget-card.bg-ubc-blue-sea-cobalt.group:hover .unit-button--simple::after,
.widget-color-box.bg-unit-primary .unit-button--simple::after,
.widget-color-box.bg-unit-primary .unit-button--simple:hover::after,
.widget-color-box.bg-ubc-blue .unit-button--simple::after,
.widget-color-box.bg-ubc-blue .unit-button--simple:hover::after,
.widget-color-box.bg-ubc-blue-sea .unit-button--simple::after,
.widget-color-box.bg-ubc-blue-sea .unit-button--simple:hover::after,
.widget-color-box.bg-ubc-blue-cobalt .unit-button--simple::after,
.widget-color-box.bg-ubc-blue-cobalt .unit-button--simple:hover::after {
  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");
}

/* light cards */

.ubc-card.bg-light,
.ubc-card.bg-light a:hover:not(.unit-button) {
  color: #212121;
}

.ubc-card.bg-light a:not(.unit-button)  {
  color: var(--color-link);
}

.ubc-card.bg-light a:not(.unit-button):hover {
  color: var(--color-link-hover);
}

.ubc-card.bg-light .unit-button--light {
  color: #000;
}

.ubc-card.bg-light .unit-button--dark {
  border-color: #fff;
}

.ubc-card.bg-light .unit-button--simple {
  color: var(--color-link);
}

.ubc-card.bg-light .unit-button--simple:hover,
.ubc-card.bg-light.group:hover .unit-button--simple {
  color: var(--color-link-hover);
}

.ubc-card.bg-light .unit-button--simple::after,
.ubc-card.bg-light .unit-button--simple:hover::after,
.ubc-card.bg-light.group:hover .unit-button--simple::after {
  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");
}

/* 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%);
}

.keyline-bottom::after {
  position: absolute;
  display: block;
  background: #fff;
  height: 1px;
  width: 40%;
  left: 30%;
  content: '';
  bottom: -5px;
  opacity: .5;
}

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

.container {
  width: 100%;
}

/* adds a set of custom containers */

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

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

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

/*
@media (min-width: $breakpoint--xs) {
  .container {
      max-width: $breakpoint--xs;
  }
}
*/

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

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

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

/** @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, .7) 100%);
}

.gradient-top--ubc-blue {
  background: linear-gradient(to bottom, rgba(0, 33, 69, .7) 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, .7) 100%);
}

.gradient-top--ubc-blue-full {
  background: linear-gradient(to bottom, rgba(0, 33, 69, .7) 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, .7) 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, .7) 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, .7) 0%, rgba(0, 33, 69, 0) 55%);
}

/** @define visibility */

/* create classes for controlling visibility */

@media (max-width: 979px) {
    .hidden--mobile {
        display: none;
    }
}

/** @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 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

.m-0 {
  margin: 0px;
}

.m-12 {
  margin: 3rem;
}

.m-16 {
  margin: 4rem;
}

.m-4 {
  margin: 1rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

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

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

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

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

.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-auto {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-5 {
  margin-right: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

.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;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[50px\] {
  max-height: 50px;
}

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

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

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-auto {
  width: auto;
}

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

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

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

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

.w-full {
  width: 100%;
}

.w-half {
  width: 50%;
}

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

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

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

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

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

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

.flex-none {
  flex: none;
}

.translate-y-\[-2px\] {
  --tw-translate-y: -2px;
  transform: translate(var(--tw-translate-x), 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));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), 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));
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

.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;
}

.gap-0 {
  gap: 0px;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.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;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-ubc-blue\/20 {
  border-color: rgb(0 33 69 / 0.2);
}

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

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

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

.bg-transparent {
  background-color: transparent;
}

.bg-ubc-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 33 69 / 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-frost {
  --tw-bg-opacity: 1;
  background-color: rgb(246 251 253 / 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-sea {
  --tw-bg-opacity: 1;
  background-color: rgb(0 58 121 / var(--tw-bg-opacity));
}

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

.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-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

.fill-current {
  fill: currentColor;
}

.stroke-none {
  stroke: none;
}

.stroke-2 {
  stroke-width: 2;
}

.stroke-\[6\] {
  stroke-width: 6;
}

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

.p-0 {
  padding: 0px;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-10 {
  padding-left: 2.5rem;
}

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

.pl-3 {
  padding-left: 0.75rem;
}

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

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

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

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

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

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

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

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

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

.pt-6 {
  padding-top: 1.5rem;
}

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

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

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

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

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

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

.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;
}

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

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

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

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

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

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

.font-medium {
  font-weight: 500;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

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

.italic {
  font-style: italic;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

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

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

.text-current {
  color: currentColor;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.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);
}

.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);
}

.outline {
  outline-style: solid;
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}

.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  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);
}

.filter {
  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);
}

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

.transition-opacity {
  transition-property: opacity;
  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--bg-grey-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

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

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

.hover--text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 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-cobalt:hover {
  --tw-text-opacity: 1;
  color: rgb(0 85 183 / 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-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover--no-underline:hover {
  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);
}

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

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

.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 (prefers-color-scheme: dark) {

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

@media (min-width: 480px) {

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

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

@media (min-width: 768px) {

  .sm--col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm--col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm--col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm--float-right {
    float: right;
  }

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

  .sm--flex {
    display: flex;
  }

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

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

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

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

  .sm--max-w-xs {
    max-width: 20rem;
  }

  .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--flex-row {
    flex-direction: row;
  }

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

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

  .sm--pl-8 {
    padding-left: 2rem;
  }

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

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

@media (min-width: 980px) {

  .md--col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md--col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md--col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md--col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md--col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md--col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md--col-start-1 {
    grid-column-start: 1;
  }

  .md--col-start-10 {
    grid-column-start: 10;
  }

  .md--col-start-2 {
    grid-column-start: 2;
  }

  .md--col-start-4 {
    grid-column-start: 4;
  }

  .md--col-start-5 {
    grid-column-start: 5;
  }

  .md--col-start-9 {
    grid-column-start: 9;
  }

  .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--flex {
    display: flex;
  }

  .md--h-16 {
    height: 4rem;
  }

  .md--h-6 {
    height: 1.5rem;
  }

  .md--h-8 {
    height: 2rem;
  }

  .md--h-auto {
    height: auto;
  }

  .md--w-16 {
    width: 4rem;
  }

  .md--w-6 {
    width: 1.5rem;
  }

  .md--w-8 {
    width: 2rem;
  }

  .md--w-half {
    width: 50%;
  }

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

  .md--max-w-5xl {
    max-width: 64rem;
  }

  .md--flex-none {
    flex: none;
  }

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

  .md--grid-cols-12 {
    grid-template-columns: repeat(12, 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--mr-8 {
    margin-right: 2rem;
  }

  .xl--h-20 {
    height: 5rem;
  }

  .xl--w-20 {
    width: 5rem;
  }

  .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 */