@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/* Set Focus Colours */
:root {
  --uol-blue: #0d6efd;
  --uol-indigo: #6610f2;
  --uol-purple: #6f42c1;
  --uol-pink: #d63384;
  --uol-red: #dc3545;
  --uol-orange: #fd7e14;
  --uol-yellow: #ffc107;
  --uol-green: #198754;
  --uol-teal: #047e8b;
  --uol-cyan: #0dcaf0;
  --uol-black: #000;
  --uol-white: #fff;
  --uol-gray: #6c757d;
  --uol-gray-dark: #343a40;
  --uol-uni-blue: #002147;
  --uol-magenta: #db1a72;
  --uol-grey: #747678;
  --uol-gray-100: #f8f9fa;
  --uol-gray-200: #e9ecef;
  --uol-gray-300: #dee2e6;
  --uol-gray-400: #ced4da;
  --uol-gray-500: #adb5bd;
  --uol-gray-600: #6c757d;
  --uol-gray-700: #495057;
  --uol-gray-800: #343a40;
  --uol-gray-900: #212529;
  --uol-light: #f8f9fa;
  --uol-dark: #212529;
  --uol-primary: #002147;
  --uol-secondary: #047e8b;
  --uol-accent-primary: #db1a72;
  --uol-accent-secondary: #747678;
  --uol-light-rgb: 248, 249, 250;
  --uol-dark-rgb: 33, 37, 41;
  --uol-primary-rgb: 0, 33, 71;
  --uol-secondary-rgb: 4, 126, 139;
  --uol-accent-primary-rgb: 219, 26, 114;
  --uol-accent-secondary-rgb: 116, 118, 120;
  --uol-white-rgb: 255, 255, 255;
  --uol-black-rgb: 0, 0, 0;
  --uol-body-color-rgb: 33, 37, 41;
  --uol-body-bg-rgb: 255, 255, 255;
  --uol-font-sans-serif: Verdana, Arial, sans-serif;
  --uol-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --uol-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --uol-root-font-size: 10px;
  --uol-body-font-family: var(--uol-font-sans-serif);
  --uol-body-font-size: calc(1.285rem + 0.42vw);
  --uol-body-font-weight: 400;
  --uol-body-line-height: 1.6;
  --uol-body-color: #212529;
  --uol-body-bg: #fff;
  --uol-border-width: 1px;
  --uol-border-style: solid;
  --uol-border-color: #dee2e6;
  --uol-border-color-translucent: rgba(0, 0, 0, 0.175);
  --uol-border-radius: 0.375rem;
  --uol-border-radius-sm: 0.25rem;
  --uol-border-radius-lg: 0.5rem;
  --uol-border-radius-xl: 1rem;
  --uol-border-radius-2xl: 2rem;
  --uol-border-radius-pill: 50rem;
  --uol-link-color: #047e8b;
  --uol-link-hover-color: #03656f;
  --uol-code-color: #d63384;
  --uol-highlight-bg: #fff3cd;
}
@media (min-width: 1200px) {
  :root {
    --uol-body-font-size: 1.6rem;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  font-size: var(--uol-root-font-size);
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--uol-body-font-family);
  font-size: var(--uol-body-font-size);
  font-weight: var(--uol-body-font-weight);
  line-height: var(--uol-body-line-height);
  color: var(--uol-body-color);
  text-align: var(--uol-body-text-align);
  background-color: var(--uol-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1.6rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h3, .h3, h2, .h2, h1, .h1 {
  font-family: Georgia, Times, "Times New Roman", serif;
}

h6, .h6, h5, .h5, h4, .h4 {
  font-family: var(--uol-font-sans-serif);
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 4rem;
  }
}

h2, .h2 {
  font-size: calc(1.4258rem + 2.1096vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 3.008rem;
  }
}

h3, .h3 {
  font-size: calc(1.389rem + 1.668vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2.64rem;
  }
}

h4, .h4 {
  font-size: calc(1.349rem + 1.188vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 2.24rem;
  }
}

h5, .h5 {
  font-size: calc(1.309rem + 0.708vw);
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.84rem;
  }
}

h6, .h6 {
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  h6, .h6 {
    font-size: 1.6rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--uol-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--uol-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--uol-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--uol-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--uol-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--uol-body-bg);
  background-color: var(--uol-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 300;
}
@media (min-width: 1200px) {
  .lead {
    font-size: 2rem;
  }
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1.6rem;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .blockquote {
    font-size: 2rem;
  }
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1.6rem;
  margin-bottom: 1.6rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --uol-dropdown-zindex: 1000;
  --uol-dropdown-min-width: 10rem;
  --uol-dropdown-padding-x: 0;
  --uol-dropdown-padding-y: 0.5rem;
  --uol-dropdown-spacer: 0.125rem;
  --uol-dropdown-font-size: calc(1.285rem + 0.42vw);
  --uol-dropdown-color: #212529;
  --uol-dropdown-bg: #fff;
  --uol-dropdown-border-color: var(--uol-border-color-translucent);
  --uol-dropdown-border-radius: 0.375rem;
  --uol-dropdown-border-width: 1px;
  --uol-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --uol-dropdown-divider-bg: var(--uol-border-color-translucent);
  --uol-dropdown-divider-margin-y: 0.8rem;
  --uol-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --uol-dropdown-link-color: #212529;
  --uol-dropdown-link-hover-color: #1e2125;
  --uol-dropdown-link-hover-bg: #e9ecef;
  --uol-dropdown-link-active-color: #fff;
  --uol-dropdown-link-active-bg: #0d6efd;
  --uol-dropdown-link-disabled-color: #adb5bd;
  --uol-dropdown-item-padding-x: 1.6rem;
  --uol-dropdown-item-padding-y: 1.2rem;
  --uol-dropdown-header-color: #6c757d;
  --uol-dropdown-header-padding-x: 1.6rem;
  --uol-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--uol-dropdown-zindex);
  display: none;
  min-width: var(--uol-dropdown-min-width);
  padding: var(--uol-dropdown-padding-y) var(--uol-dropdown-padding-x);
  margin: 0;
  font-size: var(--uol-dropdown-font-size);
  color: var(--uol-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--uol-dropdown-bg);
  background-clip: padding-box;
  border: var(--uol-dropdown-border-width) solid var(--uol-dropdown-border-color);
  border-radius: var(--uol-dropdown-border-radius);
}
@media (min-width: 1200px) {
  .dropdown-menu {
    --uol-dropdown-font-size: 1.6rem;
  }
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--uol-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--uol-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--uol-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--uol-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--uol-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--uol-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--uol-dropdown-item-padding-y) var(--uol-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--uol-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--uol-dropdown-link-hover-color);
  background-color: var(--uol-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--uol-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--uol-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--uol-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--uol-dropdown-header-padding-y) var(--uol-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: calc(1.265rem + 0.18vw);
  color: var(--uol-dropdown-header-color);
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .dropdown-header {
    font-size: 1.4rem;
  }
}

.dropdown-item-text {
  display: block;
  padding: var(--uol-dropdown-item-padding-y) var(--uol-dropdown-item-padding-x);
  color: var(--uol-dropdown-link-color);
}

.dropdown-menu-dark {
  --uol-dropdown-color: #dee2e6;
  --uol-dropdown-bg: #343a40;
  --uol-dropdown-border-color: var(--uol-border-color-translucent);
  --uol-dropdown-box-shadow: ;
  --uol-dropdown-link-color: #dee2e6;
  --uol-dropdown-link-hover-color: #fff;
  --uol-dropdown-divider-bg: var(--uol-border-color-translucent);
  --uol-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --uol-dropdown-link-active-color: #fff;
  --uol-dropdown-link-active-bg: #0d6efd;
  --uol-dropdown-link-disabled-color: #adb5bd;
  --uol-dropdown-header-color: #adb5bd;
}

.alert {
  --uol-alert-bg: transparent;
  --uol-alert-padding-x: 1.6rem;
  --uol-alert-padding-y: 1.6rem;
  --uol-alert-margin-bottom: 1rem;
  --uol-alert-color: inherit;
  --uol-alert-border-color: transparent;
  --uol-alert-border: 1px solid var(--uol-alert-border-color);
  --uol-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--uol-alert-padding-y) var(--uol-alert-padding-x);
  margin-bottom: var(--uol-alert-margin-bottom);
  color: var(--uol-alert-color);
  background-color: var(--uol-alert-bg);
  border: var(--uol-alert-border);
  border-radius: var(--uol-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4.8rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 2rem 1.6rem;
}

.alert-light {
  --uol-alert-color: #636464;
  --uol-alert-bg: #fefefe;
  --uol-alert-border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  --uol-alert-color: #141619;
  --uol-alert-bg: #d3d3d4;
  --uol-alert-border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

.alert-primary {
  --uol-alert-color: #00142b;
  --uol-alert-bg: #ccd3da;
  --uol-alert-border-color: #b3bcc8;
}
.alert-primary .alert-link {
  color: #001022;
}

.alert-secondary {
  --uol-alert-color: #024c53;
  --uol-alert-bg: #cde5e8;
  --uol-alert-border-color: #b4d8dc;
}
.alert-secondary .alert-link {
  color: #023d42;
}

.alert-accent-primary {
  --uol-alert-color: #831044;
  --uol-alert-bg: #f8d1e3;
  --uol-alert-border-color: #f4bad5;
}
.alert-accent-primary .alert-link {
  color: #690d36;
}

.alert-accent-secondary {
  --uol-alert-color: #464748;
  --uol-alert-bg: #e3e4e4;
  --uol-alert-border-color: #d5d6d7;
}
.alert-accent-secondary .alert-link {
  color: #38393a;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.75rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.modal {
  --uol-modal-zindex: 1055;
  --uol-modal-width: 500px;
  --uol-modal-padding: 1.6rem;
  --uol-modal-margin: 0.5rem;
  --uol-modal-color: ;
  --uol-modal-bg: #fff;
  --uol-modal-border-color: var(--uol-border-color-translucent);
  --uol-modal-border-width: 1px;
  --uol-modal-border-radius: 0.5rem;
  --uol-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --uol-modal-inner-border-radius: calc(0.5rem - 1px);
  --uol-modal-header-padding-x: 1.6rem;
  --uol-modal-header-padding-y: 1.6rem;
  --uol-modal-header-padding: 1.6rem 1.6rem;
  --uol-modal-header-border-color: var(--uol-border-color);
  --uol-modal-header-border-width: 1px;
  --uol-modal-title-line-height: 1.6;
  --uol-modal-footer-gap: 0.5rem;
  --uol-modal-footer-bg: ;
  --uol-modal-footer-border-color: var(--uol-border-color);
  --uol-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--uol-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--uol-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--uol-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--uol-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--uol-modal-color);
  pointer-events: auto;
  background-color: var(--uol-modal-bg);
  background-clip: padding-box;
  border: var(--uol-modal-border-width) solid var(--uol-modal-border-color);
  border-radius: var(--uol-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --uol-backdrop-zindex: 1050;
  --uol-backdrop-bg: #000;
  --uol-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--uol-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--uol-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--uol-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--uol-modal-header-padding);
  border-bottom: var(--uol-modal-header-border-width) solid var(--uol-modal-header-border-color);
  border-top-left-radius: var(--uol-modal-inner-border-radius);
  border-top-right-radius: var(--uol-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--uol-modal-header-padding-y) * 0.5) calc(var(--uol-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--uol-modal-header-padding-y)) calc(-0.5 * var(--uol-modal-header-padding-x)) calc(-0.5 * var(--uol-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--uol-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--uol-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--uol-modal-padding) - var(--uol-modal-footer-gap) * 0.5);
  background-color: var(--uol-modal-footer-bg);
  border-top: var(--uol-modal-footer-border-width) solid var(--uol-modal-footer-border-color);
  border-bottom-right-radius: var(--uol-modal-inner-border-radius);
  border-bottom-left-radius: var(--uol-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--uol-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --uol-modal-margin: 1.75rem;
    --uol-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--uol-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --uol-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --uol-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --uol-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --uol-offcanvas-zindex: 1045;
  --uol-offcanvas-width: 400px;
  --uol-offcanvas-height: 30vh;
  --uol-offcanvas-padding-x: 1.6rem;
  --uol-offcanvas-padding-y: 1.6rem;
  --uol-offcanvas-color: ;
  --uol-offcanvas-bg: #fff;
  --uol-offcanvas-border-width: 1px;
  --uol-offcanvas-border-color: var(--uol-border-color-translucent);
  --uol-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--uol-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--uol-offcanvas-color);
    visibility: hidden;
    background-color: var(--uol-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--uol-offcanvas-width);
    border-right: var(--uol-offcanvas-border-width) solid var(--uol-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--uol-offcanvas-width);
    border-left: var(--uol-offcanvas-border-width) solid var(--uol-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--uol-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--uol-offcanvas-border-width) solid var(--uol-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--uol-offcanvas-height);
    max-height: 100%;
    border-top: var(--uol-offcanvas-border-width) solid var(--uol-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --uol-offcanvas-height: auto;
    --uol-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--uol-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--uol-offcanvas-color);
    visibility: hidden;
    background-color: var(--uol-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--uol-offcanvas-width);
    border-right: var(--uol-offcanvas-border-width) solid var(--uol-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--uol-offcanvas-width);
    border-left: var(--uol-offcanvas-border-width) solid var(--uol-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--uol-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--uol-offcanvas-border-width) solid var(--uol-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--uol-offcanvas-height);
    max-height: 100%;
    border-top: var(--uol-offcanvas-border-width) solid var(--uol-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --uol-offcanvas-height: auto;
    --uol-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--uol-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--uol-offcanvas-color);
    visibility: hidden;
    background-color: var(--uol-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--uol-offcanvas-width);
    border-right: var(--uol-offcanvas-border-width) solid var(--uol-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--uol-offcanvas-width);
    border-left: var(--uol-offcanvas-border-width) solid var(--uol-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--uol-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--uol-offcanvas-border-width) solid var(--uol-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--uol-offcanvas-height);
    max-height: 100%;
    border-top: var(--uol-offcanvas-border-width) solid var(--uol-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --uol-offcanvas-height: auto;
    --uol-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--uol-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--uol-offcanvas-color);
    visibility: hidden;
    background-color: var(--uol-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--uol-offcanvas-width);
    border-right: var(--uol-offcanvas-border-width) solid var(--uol-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--uol-offcanvas-width);
    border-left: var(--uol-offcanvas-border-width) solid var(--uol-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--uol-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--uol-offcanvas-border-width) solid var(--uol-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--uol-offcanvas-height);
    max-height: 100%;
    border-top: var(--uol-offcanvas-border-width) solid var(--uol-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --uol-offcanvas-height: auto;
    --uol-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--uol-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--uol-offcanvas-color);
    visibility: hidden;
    background-color: var(--uol-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--uol-offcanvas-width);
    border-right: var(--uol-offcanvas-border-width) solid var(--uol-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--uol-offcanvas-width);
    border-left: var(--uol-offcanvas-border-width) solid var(--uol-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--uol-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--uol-offcanvas-border-width) solid var(--uol-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--uol-offcanvas-height);
    max-height: 100%;
    border-top: var(--uol-offcanvas-border-width) solid var(--uol-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --uol-offcanvas-height: auto;
    --uol-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--uol-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--uol-offcanvas-color);
  visibility: hidden;
  background-color: var(--uol-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--uol-offcanvas-width);
  border-right: var(--uol-offcanvas-border-width) solid var(--uol-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--uol-offcanvas-width);
  border-left: var(--uol-offcanvas-border-width) solid var(--uol-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--uol-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--uol-offcanvas-border-width) solid var(--uol-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--uol-offcanvas-height);
  max-height: 100%;
  border-top: var(--uol-offcanvas-border-width) solid var(--uol-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--uol-offcanvas-padding-y) var(--uol-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--uol-offcanvas-padding-y) * 0.5) calc(var(--uol-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--uol-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--uol-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--uol-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--uol-offcanvas-padding-y) var(--uol-offcanvas-padding-x);
  overflow-y: auto;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--uol-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--uol-bg-opacity, 1)) !important;
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(0, 33, 71, var(--uol-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(4, 126, 139, var(--uol-bg-opacity, 1)) !important;
}

.text-bg-accent-primary {
  color: #fff !important;
  background-color: RGBA(219, 26, 114, var(--uol-bg-opacity, 1)) !important;
}

.text-bg-accent-secondary {
  color: #fff !important;
  background-color: RGBA(116, 118, 120, var(--uol-bg-opacity, 1)) !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

.link-primary {
  color: #002147 !important;
}
.link-primary:hover, .link-primary:focus {
  color: #001a39 !important;
}

.link-secondary {
  color: #047e8b !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #03656f !important;
}

.link-accent-primary {
  color: #db1a72 !important;
}
.link-accent-primary:hover, .link-accent-primary:focus {
  color: #af155b !important;
}

.link-accent-secondary {
  color: #747678 !important;
}
.link-accent-secondary:hover, .link-accent-secondary:focus {
  color: #5d5e60 !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--uol-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --uol-aspect-ratio: 100%;
}

.ratio-4x3 {
  --uol-aspect-ratio: 75%;
}

.ratio-16x9 {
  --uol-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --uol-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.hero-image {
  max-width: 160rem; /* Dave larkin - was removed*/
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.hero-image img {
  width: 100%;
  height: auto;
}
.hero-image header {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.hero-image header h1, .hero-image header .h1 {
  text-align: center;
  font-size: 3rem;
  color: #002147;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.hero-image header.bottom {
  top: auto;
  bottom: 2rem;
}
.hero-image header.middle {
  top: 40%;
  bottom: 40%;
}
.hero-image header.left h1, .hero-image header.left .h1 {
  text-align: left;
}
.hero-image header.right h1, .hero-image header.right .h1 {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .hero-image header {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 768px;
  }
  .hero-image header h1, .hero-image header .h1 {
    font-size: 4.4rem;
    text-shadow: 0.1rem 0.1rem 3rem black;
    color: white;
  }
  .hero-image header.dark-text h1, .hero-image header.dark-text .h1 {
    color: #002147;
    text-shadow: 0.1rem 0.1rem 3rem white;
  }
}
@media screen and (min-width: 992px) {
  .hero-image header {
    width: 992px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-image header {
    width: 1200px;
  }
}
.social-media {
  padding: 1rem 0 2rem 0;
}
.social-media .icon-list {
  display: table;
  margin: 0 auto;
}
.social-media .icon-list ul {
  min-width: 100%;
  list-style: none;
  text-align: center;
  display: block;
  margin-left: -1rem;
}
.social-media .icon-list ul li {
  float: left;
  padding: 1rem;
}
.social-media .icon-list ul li a {
  display: block;
  width: 5rem;
  margin: 0 auto;
  text-decoration: none;
}
.social-media .icon-list ul li a img {
  height: 5rem;
}

@media screen and (min-width: 450px) {
  .social-media .icon-list ul {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .social-media .icon-list ul {
    margin-left: -2rem;
  }
}
.social-media-wrapper {
  text-align: left;
}
.social-media-wrapper .h2 {
  text-align: center;
}
.social-media-wrapper ul {
  display: inline-block;
  list-style: none;
  width: 100%;
  padding: 0;
}
.social-media-wrapper ul li {
  float: left;
  width: 100%;
  margin: 0 0.5rem 0.5rem 0;
  border-radius: 0.3rem;
  padding: 0.5rem 0.5rem;
}
.social-media-wrapper ul li:hover {
  background-color: #6c757d !important;
}
.social-media-wrapper ul li a {
  display: inline-block;
  color: #fff;
  width: 100%;
  font-size: 1.7rem;
  text-decoration: none;
  vertical-align: middle;
}
.social-media-wrapper ul li a span.fa {
  font-size: 3rem;
  color: #fff;
  margin: 0 1rem;
}
.social-media-wrapper ul li.facebook {
  background-color: #3b5998;
}
.social-media-wrapper ul li.twitter {
  background-color: #0a78c2;
}
.social-media-wrapper ul li.linkedin {
  background-color: #0976b4;
}
.social-media-wrapper ul li.youtube {
  background-color: #cd201f;
}
.social-media-wrapper ul li.googlePlus {
  background-color: #cc3732;
}
.social-media-wrapper ul li.instagram {
  background-color: #3f729b;
}
.social-media-wrapper ul li.flickr {
  background-color: #ff0084;
}
.social-media-wrapper ul li.vine {
  background-color: #00b489;
}
.social-media-wrapper ul li.weibo {
  background-color: #e6162d;
}
.social-media-wrapper ul li.pinterest {
  background-color: #cb2027;
}
.social-media-wrapper ul li.blogger {
  background-color: #f57d00;
}
.social-media-wrapper ul li.wordpress {
  background-color: #1e8cbe;
}
.social-media-wrapper ul li.vimeo {
  background-color: #1ab7ea;
}
.social-media-wrapper ul li.globe {
  background-color: #002147;
}

@media screen and (min-width: 768px) {
  .social-media-wrapper ul li {
    width: 49%;
  }
}
@media screen and (min-width: 992px) {
  .social-media-wrapper ul li {
    width: 32.5%;
  }
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, sans-serif;
}

body {
  overflow-y: scroll;
}

pre {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 18.5714px;
}

ul, li {
  font-family: Verdana, Geneva, sans-serif;
}

cite {
  font-size: 1.6rem;
  font-style: normal;
  color: #fff;
  display: block;
  margin-bottom: 3rem;
}

.grey-6 {
  background-color: #f1f1f1;
  padding: 1rem 0 2rem 0;
}

.grey-6 h2, .grey-6 .h2 {
  display: block;
  text-align: center;
}

.white {
  background-color: #fff;
  padding: 1rem 0 2rem 0;
}

@media screen and (min-width: 992px) {
  .hidden-desktop {
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse, .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
}
.blue {
  color: #072249;
}

.blue-bg {
  color: #fff;
  background-color: #072249;
}

.row-flex:before, .row-flex:after {
  content: normal !important;
}

.db {
  display: block;
}

.tac {
  text-align: center;
}

.slider {
  max-height: 104rem;
}

.primary-background {
  background-color: #072249;
}

.two-col-basic {
  padding: 0 1.5rem;
}

.two-col-basic .tef-image {
  margin-bottom: 2rem;
}

.two-col-basic .h1.tef-text {
  display: block;
  text-align: center;
  color: #919191;
  margin: 1rem 0;
}

@media screen and (min-width: 768px) {
  .two-col-basic .h1.tef-text {
    margin-top: 3rem;
    text-align: left;
  }
}
.line {
  position: relative;
}

@media screen and (min-width: 768px) {
  .line:after {
    content: "";
    position: absolute;
    right: 0;
    border-right: 1.5px solid #efefef;
    top: 5%;
    bottom: 5%;
  }
}
p {
  border-bottom: none;
}

.no-gutters a:hover {
  text-decoration: none;
}

.gradient {
  position: absolute;
  display: inline-block;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  height: 30rem;
  z-index: 10101;
}

a:hover {
  text-decoration: none;
}

a .cta-small {
  padding: 0 2rem;
}

a .cta-small:hover {
  text-decoration: none;
}

a .cta-small .cta-header {
  margin-top: 3rem;
  color: #777;
}

@media screen and (min-width: 992px) {
  a .cta-small .cta-header {
    margin-top: 9rem;
  }
}
a .cta-small p {
  padding-right: 4rem;
}

.page {
  padding: 1.5rem 0 0;
}

.bmd-modalButton {
  display: block;
  margin: 1.5rem auto;
  padding: 0.5rem 1.5rem;
}

.close-button {
  overflow: hidden;
}

.bmd-modalContent {
  box-shadow: none;
  background-color: transparent;
  border: 0;
}

.bmd-modalContent .close {
  font-size: 3rem;
  line-height: 3rem;
  padding: 0.7rem 0.4rem 0.7rem 1.3rem;
  text-shadow: none;
  opacity: 0.7;
  color: #fff;
}

.bmd-modalContent .close:hover, .bmd-modalContent .close:focus {
  opacity: 1;
  outline: none;
}

.bmd-modalContent .close span {
  display: block;
}

.bmd-modalContent iframe {
  display: block;
  margin: 0 auto;
}

.basic-popup {
  position: relative;
  background: #efefef;
  padding: 2rem;
  width: auto;
  width: 80%;
  margin: 2rem auto;
}

@media screen and (min-width: 992px) {
  .basic-popup {
    width: 50%;
  }
}
.basic-popup .h4 {
  display: block;
  margin: 2rem 0;
  font-weight: bold;
  width: 100%;
  border-bottom: 2px solid #072249;
  padding-bottom: 1rem;
}

.grey-6 .h3 {
  text-align: center;
  display: block;
  margin: 2rem auto;
}

.grey-6 .btn-info {
  display: inline-block;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.blue-bg {
  padding-bottom: 3rem;
}

.blue-bg .btn-info {
  display: block;
  width: 15rem;
  margin: 0 auto;
}

.blue-bg .spotlight-wrapper {
  padding-top: 0;
}

.center {
  text-align: center;
}

.center .h1 {
  display: block;
  font-size: 2.4rem;
  margin: 1rem 0;
}

@media screen and (min-width: 992px) {
  .center .h1 {
    font-size: 3.4rem;
    margin: 2rem 0;
  }
}
.center p {
  display: block;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .center p {
    padding: 0 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .center p {
    padding: 0 15rem;
  }
}
.center .link {
  display: block;
  margin: 1rem 0;
  font-size: 1.4rem;
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .center .link {
    font-size: 1.6rem;
    margin: 2rem 0;
  }
}
/*Hero Banner - Output White Text*/
.banner-text.light .h1,
.banner-text.light blockquote p,
.banner-text.light blockquote p:before,
.banner-text.light blockquote p:after,
.banner-text.light cite {
  color: #777;
}

@media screen and (min-width: 992px) {
  .banner-text.light .h1,
  .banner-text.light blockquote p,
  .banner-text.light blockquote p:before,
  .banner-text.light blockquote p:after,
  .banner-text.light cite {
    color: #fff;
  }
}
.one-two-thirds .sidebar ul li a {
  text-decoration: none;
}

/* Generic Banners */
section[aria-label=full-width-maps-testimonial] .bg-image-overlay {
  background-position: 71% 36%;
}

section[aria-label=full-width-open-days-testimonial] .bg-image-overlay {
  background-position: 60% 24%;
}

section[aria-label=full-width-open-days-testimonial] .bg-image-overlay .btn-info, section[aria-label=full-width-continue-adventure-testimonial] .bg-image-overlay .btn-info {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  position: relative;
  z-index: 3;
}

section[aria-label=full-width-open-days-testimonial] .bg-image-overlay .btn-info:hover, section[aria-label=full-width-continue-adventure-testimonial] .bg-image-overlay .btn-info:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

a[href="javascript:void(0)"] {
  cursor: default;
}

/*for jsvoid above*/
.news-wrapper .preventHover.news-item:hover {
  background-color: transparent;
  box-shadow: none;
}

/* Print Styles */
@media print {
  .panel div {
    display: block;
  }
  html, body {
    height: auto;
    overflow: auto;
  }
  .bg-video,
  .slick-slider {
    display: none;
  }
}
.late-app-banner {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 20px 0;
  background-color: #072249;
  position: fixed;
  width: 100%;
  bottom: 20px;
  left: 0;
  z-index: 9999;
  background: url("https://www.toptal.com/designers/subtlepatterns/patterns/light_checkered_tiles.png");
}

.late-app-banner .container {
  text-align: center;
}

.late-app-banner:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgb(7, 34, 73);
}

#close-deadline-banner {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  border: none;
  background: transparent;
  z-index: 1;
  border: 1px solid white;
}

.square-border-button {
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  background-color: transparent;
  text-decoration: none;
  transition: 0.2s all;
  border: 1px solid #fff;
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  text-shadow: none;
  z-index: 1;
  position: relative;
}

.square-border-button:hover {
  background-color: #fff;
  color: #072249;
}

.virtual-classroom-homepage-entry img {
  margin: 0 !important;
}

.js-menu-open {
  background-color: #002147;
}

.js-menu-open [aria-controls] {
  color: #fff;
}

.test-mf .main-nav > li > a:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 0px;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}

.test-mf .main-nav > li > a:hover:after {
  width: 100%;
  background: #efefef;
}

.scholarshipFrame .scholarshipInnerFrame {
  background-color: #f1f1f1;
  border-bottom: 2px solid #002147;
  transition: 0.2s all;
}
.scholarshipFrame .scholarshipInnerFrame .scholarshipHeader {
  display: flex;
}
.scholarshipFrame .scholarshipInnerFrame .scholarshipHeader .scholarshipTitle__title {
  background-color: #002147;
  color: white;
}
.scholarshipFrame .scholarshipInnerFrame .scholarshipTopButton {
  padding: 0;
}
.scholarshipFrame .scholarshipInnerFrame .scholarshipTopButtonLink {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scholarshipFrame .scholarshipInnerFrame .scholarshipBottomButtonLink {
  display: inline-block;
  margin-top: 0px;
  padding: 10px 20px;
  text-shadow: none;
  width: 90%;
}
.scholarshipFrame .scholarshipInnerFrame .scholarshipTopButtonLink,
.scholarshipFrame .scholarshipInnerFrame .scholarshipBottomButtonLink {
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  color: white;
}
.scholarshipFrame .scholarshipInnerFrame .scholarshipTopButtonLink:link,
.scholarshipFrame .scholarshipInnerFrame .scholarshipTopButtonLink:visited,
.scholarshipFrame .scholarshipInnerFrame .scholarshipBottomButtonLink:link,
.scholarshipFrame .scholarshipInnerFrame .scholarshipBottomButtonLink:visited {
  background-color: #047e8b;
}
.scholarshipFrame .scholarshipInnerFrame .scholarshipTopButtonLink:hover,
.scholarshipFrame .scholarshipInnerFrame .scholarshipTopButtonLink:active,
.scholarshipFrame .scholarshipInnerFrame .scholarshipBottomButtonLink:hover,
.scholarshipFrame .scholarshipInnerFrame .scholarshipBottomButtonLink:active {
  color: white;
  background-color: #036b76;
}
.scholarshipFrame .scholarshipInnerFrame .scholarshipSummary {
  margin: 0.7em 0;
}

.scholarshipInfo {
  border-right: 1px solid #002147;
  margin-bottom: 1em;
  height: 90px;
}
.scholarshipInfo:nth-child(4) {
  border: none;
}

@media only screen and (max-width: 991px) {
  .scholarshipInfo:nth-child(2n) {
    border: none;
  }
}
.btn, .uol-btn {
  --uol-btn-padding-x: 0.75rem;
  --uol-btn-padding-y: 0.75rem;
  --uol-btn-font-family: ;
  --uol-btn-font-size: calc(1.305rem + 0.66vw);
  --uol-btn-font-weight: 400;
  --uol-btn-line-height: 1.6;
  --uol-btn-color: #212529;
  --uol-btn-bg: transparent;
  --uol-btn-border-width: 1px;
  --uol-btn-border-color: transparent;
  --uol-btn-border-radius: 0;
  --uol-btn-hover-border-color: transparent;
  --uol-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --uol-btn-disabled-opacity: 0.65;
  --uol-btn-focus-box-shadow: 0 0 0 0.75rem rgba(var(--uol-btn-focus-shadow-rgb), .5);
  --uol-btn-margin-x: 0.1rem;
  --uol-btn-margin-y: 0.25rem;
  display: inline-block;
  padding: var(--uol-btn-padding-y) var(--uol-btn-padding-x);
  font-family: var(--uol-btn-font-family);
  font-size: var(--uol-btn-font-size);
  font-weight: var(--uol-btn-font-weight);
  line-height: var(--uol-btn-line-height);
  color: var(--uol-btn-color);
  margin: var(--uol-btn-margin-y) var(--uol-btn-margin-x);
  text-align: center;
  text-decoration: none;
  white-space: normal;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--uol-btn-border-width) solid var(--uol-btn-border-color);
  border-radius: var(--uol-btn-border-radius);
  background-color: var(--uol-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .btn, .uol-btn {
    --uol-btn-font-size: 1.8rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn, .uol-btn {
    transition: none;
  }
}
.btn:hover, .uol-btn:hover {
  color: var(--uol-btn-hover-color);
  background-color: var(--uol-btn-hover-bg);
  border-color: var(--uol-btn-hover-border-color);
}
.btn-check + .btn:hover, .btn-check + .uol-btn:hover {
  color: var(--uol-btn-color);
  background-color: var(--uol-btn-bg);
  border-color: var(--uol-btn-border-color);
}
.btn:focus-visible, .uol-btn:focus-visible {
  color: var(--uol-btn-hover-color);
  background-color: var(--uol-btn-hover-bg);
  border-color: var(--uol-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--uol-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn, .btn-check:focus-visible + .uol-btn {
  border-color: var(--uol-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--uol-btn-focus-box-shadow);
}
.btn-check:checked + .btn, .btn-check:checked + .uol-btn, :not(.btn-check) + .btn:active, :not(.btn-check) + .uol-btn:active, .btn:first-child:active, .uol-btn:first-child:active, .btn.active, .active.uol-btn, .btn.show, .show.uol-btn {
  color: var(--uol-btn-active-color);
  background-color: var(--uol-btn-active-bg);
  border-color: var(--uol-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, .btn-check:checked + .uol-btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, :not(.btn-check) + .uol-btn:active:focus-visible, .btn:first-child:active:focus-visible, .uol-btn:first-child:active:focus-visible, .btn.active:focus-visible, .active.uol-btn:focus-visible, .btn.show:focus-visible, .show.uol-btn:focus-visible {
  box-shadow: var(--uol-btn-focus-box-shadow);
}
.btn:disabled, .uol-btn:disabled, .btn.disabled, .disabled.uol-btn, fieldset:disabled .btn, fieldset:disabled .uol-btn {
  color: var(--uol-btn-disabled-color);
  pointer-events: none;
  background-color: var(--uol-btn-disabled-bg);
  border-color: var(--uol-btn-disabled-border-color);
  opacity: var(--uol-btn-disabled-opacity);
}

.btn-light {
  --uol-btn-color: #000;
  --uol-btn-bg: #f8f9fa;
  --uol-btn-border-color: #f8f9fa;
  --uol-btn-hover-color: #000;
  --uol-btn-hover-bg: #d3d4d5;
  --uol-btn-hover-border-color: #c6c7c8;
  --uol-btn-focus-shadow-rgb: 211, 212, 213;
  --uol-btn-active-color: #000;
  --uol-btn-active-bg: #c6c7c8;
  --uol-btn-active-border-color: #babbbc;
  --uol-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --uol-btn-disabled-color: #000;
  --uol-btn-disabled-bg: #f8f9fa;
  --uol-btn-disabled-border-color: #f8f9fa;
}
.btn-light:focus {
  background-color: var(--uol-btn-hover-bg);
  color: var(--uol-btn-hover-color);
  outline: 0.2rem solid #fff !important;
  outline-offset: 0rem !important;
  box-shadow: 0 0 0 0.4rem var(--uol-btn-bg) !important;
}

.btn-dark {
  --uol-btn-color: #fff;
  --uol-btn-bg: #212529;
  --uol-btn-border-color: #212529;
  --uol-btn-hover-color: #fff;
  --uol-btn-hover-bg: #424649;
  --uol-btn-hover-border-color: #373b3e;
  --uol-btn-focus-shadow-rgb: 66, 70, 73;
  --uol-btn-active-color: #fff;
  --uol-btn-active-bg: #4d5154;
  --uol-btn-active-border-color: #373b3e;
  --uol-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --uol-btn-disabled-color: #fff;
  --uol-btn-disabled-bg: #212529;
  --uol-btn-disabled-border-color: #212529;
}
.btn-dark:focus {
  background-color: var(--uol-btn-hover-bg);
  color: var(--uol-btn-hover-color);
  outline: 0.2rem solid #fff !important;
  outline-offset: 0rem !important;
  box-shadow: 0 0 0 0.4rem var(--uol-btn-bg) !important;
}

.btn-primary {
  --uol-btn-color: #fff;
  --uol-btn-bg: #047e8b;
  --uol-btn-border-color: #047e8b;
  --uol-btn-hover-color: #fff;
  --uol-btn-hover-bg: #036b76;
  --uol-btn-hover-border-color: #03656f;
  --uol-btn-focus-shadow-rgb: 42, 145, 156;
  --uol-btn-active-color: #fff;
  --uol-btn-active-bg: #03656f;
  --uol-btn-active-border-color: #035f68;
  --uol-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --uol-btn-disabled-color: #fff;
  --uol-btn-disabled-bg: #047e8b;
  --uol-btn-disabled-border-color: #047e8b;
}
.btn-primary:focus {
  background-color: var(--uol-btn-hover-bg);
  color: var(--uol-btn-hover-color);
  outline: 0.2rem solid #fff !important;
  outline-offset: 0rem !important;
  box-shadow: 0 0 0 0.4rem var(--uol-btn-bg) !important;
}

.btn-secondary {
  --uol-btn-color: #fff;
  --uol-btn-bg: #002147;
  --uol-btn-border-color: #002147;
  --uol-btn-hover-color: #fff;
  --uol-btn-hover-bg: #001c3c;
  --uol-btn-hover-border-color: #001a39;
  --uol-btn-focus-shadow-rgb: 38, 66, 99;
  --uol-btn-active-color: #fff;
  --uol-btn-active-bg: #001a39;
  --uol-btn-active-border-color: #001935;
  --uol-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --uol-btn-disabled-color: #fff;
  --uol-btn-disabled-bg: #002147;
  --uol-btn-disabled-border-color: #002147;
}
.btn-secondary:focus {
  background-color: var(--uol-btn-hover-bg);
  color: var(--uol-btn-hover-color);
  outline: 0.2rem solid #fff !important;
  outline-offset: 0rem !important;
  box-shadow: 0 0 0 0.4rem var(--uol-btn-bg) !important;
}

.btn-accent-primary {
  --uol-btn-color: #fff;
  --uol-btn-bg: #db1a72;
  --uol-btn-border-color: #db1a72;
  --uol-btn-hover-color: #fff;
  --uol-btn-hover-bg: #ba1661;
  --uol-btn-hover-border-color: #af155b;
  --uol-btn-focus-shadow-rgb: 224, 60, 135;
  --uol-btn-active-color: #fff;
  --uol-btn-active-bg: #af155b;
  --uol-btn-active-border-color: #a41456;
  --uol-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --uol-btn-disabled-color: #fff;
  --uol-btn-disabled-bg: #db1a72;
  --uol-btn-disabled-border-color: #db1a72;
}
.btn-accent-primary:focus {
  background-color: var(--uol-btn-hover-bg);
  color: var(--uol-btn-hover-color);
  outline: 0.2rem solid #fff !important;
  outline-offset: 0rem !important;
  box-shadow: 0 0 0 0.4rem var(--uol-btn-bg) !important;
}

.btn-accent-secondary {
  --uol-btn-color: #fff;
  --uol-btn-bg: #747678;
  --uol-btn-border-color: #747678;
  --uol-btn-hover-color: #fff;
  --uol-btn-hover-bg: #636466;
  --uol-btn-hover-border-color: #5d5e60;
  --uol-btn-focus-shadow-rgb: 137, 139, 140;
  --uol-btn-active-color: #fff;
  --uol-btn-active-bg: #5d5e60;
  --uol-btn-active-border-color: #57595a;
  --uol-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --uol-btn-disabled-color: #fff;
  --uol-btn-disabled-bg: #747678;
  --uol-btn-disabled-border-color: #747678;
}
.btn-accent-secondary:focus {
  background-color: var(--uol-btn-hover-bg);
  color: var(--uol-btn-hover-color);
  outline: 0.2rem solid #fff !important;
  outline-offset: 0rem !important;
  box-shadow: 0 0 0 0.4rem var(--uol-btn-bg) !important;
}

.btn-outline-light {
  --uol-btn-color: #f8f9fa;
  --uol-btn-border-color: #f8f9fa;
  --uol-btn-hover-color: #000;
  --uol-btn-hover-bg: #f8f9fa;
  --uol-btn-hover-border-color: #f8f9fa;
  --uol-btn-focus-shadow-rgb: 248, 249, 250;
  --uol-btn-active-color: #000;
  --uol-btn-active-bg: #f8f9fa;
  --uol-btn-active-border-color: #f8f9fa;
  --uol-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --uol-btn-disabled-color: #f8f9fa;
  --uol-btn-disabled-bg: transparent;
  --uol-btn-disabled-border-color: #f8f9fa;
  --uol-gradient: none;
}
.btn-outline-light:focus {
  outline: 0.2rem solid #fff !important;
  outline-offset: 0rem !important;
  /* outer indicator */
  box-shadow: 0 0 0 0.4rem var(--uol-btn-hover-bg) !important;
}

.btn-outline-dark {
  --uol-btn-color: #212529;
  --uol-btn-border-color: #212529;
  --uol-btn-hover-color: #fff;
  --uol-btn-hover-bg: #212529;
  --uol-btn-hover-border-color: #212529;
  --uol-btn-focus-shadow-rgb: 33, 37, 41;
  --uol-btn-active-color: #fff;
  --uol-btn-active-bg: #212529;
  --uol-btn-active-border-color: #212529;
  --uol-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --uol-btn-disabled-color: #212529;
  --uol-btn-disabled-bg: transparent;
  --uol-btn-disabled-border-color: #212529;
  --uol-gradient: none;
}
.btn-outline-dark:focus {
  outline: 0.2rem solid #fff !important;
  outline-offset: 0rem !important;
  /* outer indicator */
  box-shadow: 0 0 0 0.4rem var(--uol-btn-hover-bg) !important;
}

.btn-outline-primary {
  --uol-btn-color: #047e8b;
  --uol-btn-border-color: #047e8b;
  --uol-btn-hover-color: #fff;
  --uol-btn-hover-bg: #047e8b;
  --uol-btn-hover-border-color: #047e8b;
  --uol-btn-focus-shadow-rgb: 4, 126, 139;
  --uol-btn-active-color: #fff;
  --uol-btn-active-bg: #047e8b;
  --uol-btn-active-border-color: #047e8b;
  --uol-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --uol-btn-disabled-color: #047e8b;
  --uol-btn-disabled-bg: transparent;
  --uol-btn-disabled-border-color: #047e8b;
  --uol-gradient: none;
}
.btn-outline-primary:focus {
  outline: 0.2rem solid #fff !important;
  outline-offset: 0rem !important;
  /* outer indicator */
  box-shadow: 0 0 0 0.4rem var(--uol-btn-hover-bg) !important;
}

.btn-outline-secondary {
  --uol-btn-color: #002147;
  --uol-btn-border-color: #002147;
  --uol-btn-hover-color: #fff;
  --uol-btn-hover-bg: #002147;
  --uol-btn-hover-border-color: #002147;
  --uol-btn-focus-shadow-rgb: 0, 33, 71;
  --uol-btn-active-color: #fff;
  --uol-btn-active-bg: #002147;
  --uol-btn-active-border-color: #002147;
  --uol-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --uol-btn-disabled-color: #002147;
  --uol-btn-disabled-bg: transparent;
  --uol-btn-disabled-border-color: #002147;
  --uol-gradient: none;
}
.btn-outline-secondary:focus {
  outline: 0.2rem solid #fff !important;
  outline-offset: 0rem !important;
  /* outer indicator */
  box-shadow: 0 0 0 0.4rem var(--uol-btn-hover-bg) !important;
}

.btn-outline-accent-primary {
  --uol-btn-color: #db1a72;
  --uol-btn-border-color: #db1a72;
  --uol-btn-hover-color: #fff;
  --uol-btn-hover-bg: #db1a72;
  --uol-btn-hover-border-color: #db1a72;
  --uol-btn-focus-shadow-rgb: 219, 26, 114;
  --uol-btn-active-color: #fff;
  --uol-btn-active-bg: #db1a72;
  --uol-btn-active-border-color: #db1a72;
  --uol-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --uol-btn-disabled-color: #db1a72;
  --uol-btn-disabled-bg: transparent;
  --uol-btn-disabled-border-color: #db1a72;
  --uol-gradient: none;
}
.btn-outline-accent-primary:focus {
  outline: 0.2rem solid #fff !important;
  outline-offset: 0rem !important;
  /* outer indicator */
  box-shadow: 0 0 0 0.4rem var(--uol-btn-hover-bg) !important;
}

.btn-outline-accent-secondary {
  --uol-btn-color: #747678;
  --uol-btn-border-color: #747678;
  --uol-btn-hover-color: #fff;
  --uol-btn-hover-bg: #747678;
  --uol-btn-hover-border-color: #747678;
  --uol-btn-focus-shadow-rgb: 116, 118, 120;
  --uol-btn-active-color: #fff;
  --uol-btn-active-bg: #747678;
  --uol-btn-active-border-color: #747678;
  --uol-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --uol-btn-disabled-color: #747678;
  --uol-btn-disabled-bg: transparent;
  --uol-btn-disabled-border-color: #747678;
  --uol-gradient: none;
}
.btn-outline-accent-secondary:focus {
  outline: 0.2rem solid #fff !important;
  outline-offset: 0rem !important;
  /* outer indicator */
  box-shadow: 0 0 0 0.4rem var(--uol-btn-hover-bg) !important;
}

.btn-link {
  --uol-btn-font-weight: 400;
  --uol-btn-color: var(--uol-link-color);
  --uol-btn-bg: transparent;
  --uol-btn-border-color: transparent;
  --uol-btn-hover-color: var(--uol-link-hover-color);
  --uol-btn-hover-border-color: transparent;
  --uol-btn-active-color: var(--uol-link-hover-color);
  --uol-btn-active-border-color: transparent;
  --uol-btn-disabled-color: #6c757d;
  --uol-btn-disabled-border-color: transparent;
  --uol-btn-box-shadow: none;
  --uol-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--uol-btn-color);
}
.btn-link:hover {
  color: var(--uol-btn-hover-color);
}

.btn-lg {
  --uol-btn-padding-y: 0.5rem;
  --uol-btn-padding-x: 1rem;
  --uol-btn-font-size: calc(1.325rem + 0.9vw);
  --uol-btn-border-radius: 0;
}
@media (min-width: 1200px) {
  .btn-lg {
    --uol-btn-font-size: 2rem;
  }
}

.btn-sm {
  --uol-btn-padding-y: 0.25rem;
  --uol-btn-padding-x: 0.5rem;
  --uol-btn-font-size: calc(1.265rem + 0.18vw);
  --uol-btn-border-radius: 0;
}
@media (min-width: 1200px) {
  .btn-sm {
    --uol-btn-font-size: 1.4rem;
  }
}

.uol-btn-homepageHeader, .uol-btn-header-key-info, .uol-btn-courseHeader {
  background: 0 0;
  border: 0.4rem solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease-in-out 50ms, color 0.3s ease-in-out;
}

.uol-btn-courseHeader {
  padding: 1.1rem 2.2rem;
  margin: 1rem 1rem 0;
  min-width: 22.5rem;
}
.uol-btn-courseHeader--primary:hover {
  background-color: #047e8b;
  color: #fff;
}
.uol-btn-courseHeader--primary:nth-of-type(1) {
  background-color: #047e8b;
}
.uol-btn-courseHeader--primary:nth-of-type(1):hover {
  background-color: #fff;
  color: #036873;
}
.uol-btn-courseHeader--secondary:hover {
  background-color: #002147;
  color: #fff;
}
.uol-btn-courseHeader--secondary:nth-of-type(1) {
  background-color: #002147;
}
.uol-btn-courseHeader--secondary:nth-of-type(1):hover {
  background-color: #fff;
  color: #002b5c;
}
.uol-btn-courseHeader--accent-primary:hover {
  background-color: #db1a72;
  color: #fff;
}
.uol-btn-courseHeader--accent-primary:nth-of-type(1) {
  background-color: #db1a72;
}
.uol-btn-courseHeader--accent-primary:nth-of-type(1):hover {
  background-color: #fff;
  color: #ad1459;
}
.uol-btn-header-key-info {
  padding: 1.1rem 2.2rem;
  margin: 1rem 1rem 0;
  min-width: 22.5rem;
}
.uol-btn-header-key-info--primary {
  background-color: #047e8b;
}
.uol-btn-header-key-info--primary:hover {
  background-color: #fff;
  color: #036873;
}
.uol-btn-header-key-info--secondary {
  background-color: #002147;
}
.uol-btn-header-key-info--secondary:hover {
  background-color: #fff;
  color: #002b5c;
}
.uol-btn-header-key-info--accent-primary {
  background-color: #db1a72;
}
.uol-btn-header-key-info--accent-primary:hover {
  background-color: #fff;
  color: #ad1459;
}

@media (min-width: 768px) {
  .uol-btn-courseHeader, .uol-btn-header-key-info {
    margin-top: 0;
  }
  .uol-btn-courseHeader:nth-of-type(1), .uol-btn-header-key-info:nth-of-type(1) {
    margin-left: 0;
  }
}
.uol-btn-homepageHeader {
  display: block;
  padding: 1.1rem 2.2rem;
  pointer-events: auto;
  margin-top: 2rem;
  min-width: 21.5rem;
}
.uol-btn-homepageHeader:nth-of-type(1) {
  margin-top: 0;
}
.uol-btn-homepageHeader:last-of-type {
  margin-right: 0;
}
.uol-btn-homepageHeader--primary:nth-of-type(1), .uol-btn-homepageHeader--primary:hover {
  background: #047e8b;
  border-color: #047e8b;
  color: #fff;
}
.uol-btn-homepageHeader--primary:nth-of-type(1):hover {
  background: #fff;
  color: #047e8b;
}
.uol-btn-homepageHeader--secondary:nth-of-type(1), .uol-btn-homepageHeader--secondary:hover {
  background: #002147;
  border-color: #002147;
  color: #fff;
}
.uol-btn-homepageHeader--secondary:nth-of-type(1):hover {
  background: #fff;
  color: #002147;
}
.uol-btn-homepageHeader--accent-primary:nth-of-type(1), .uol-btn-homepageHeader--accent-primary:hover {
  background: #db1a72;
  border-color: #db1a72;
  color: #fff;
}
.uol-btn-homepageHeader--accent-primary:nth-of-type(1):hover {
  background: #fff;
  color: #db1a72;
}

@media (min-width: 768px) {
  .uol-btn-homepageHeader {
    display: inline-block;
    margin: 0 1rem 0 0;
  }
}
#uol-main-nav ul.menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  padding-left: 0;
  z-index: 1;
}
#uol-main-nav ul.menu li a {
  cursor: pointer;
  display: block;
  outline: none;
  padding: 2.4rem 0;
  text-decoration: none;
}
#uol-main-nav ul.menu li.logo {
  flex-basis: 70%;
  padding: 1.2rem 1.6rem 1.2rem 0;
}
#uol-main-nav ul.menu li.logo a {
  display: inline-block;
}
#uol-main-nav ul.menu li.logo a img {
  width: 90%;
  height: auto;
}
#uol-main-nav ul.menu li.item {
  display: none;
  order: 5;
  padding: 0;
  text-align: center;
  width: 100%;
}
#uol-main-nav ul.menu li.item.secondary-link {
  order: 6;
  padding: 0 2.4rem;
}
#uol-main-nav ul.menu li.item.secondary-link > a {
  min-width: 4.4rem;
  text-align: left;
  text-decoration: underline;
}
#uol-main-nav ul.menu li.item.secondary-link > a:focus {
  font-weight: 700;
}
#uol-main-nav ul.menu li.item.primary-link {
  border-bottom: 0.1rem solid;
  padding: 0 2.4rem;
}
#uol-main-nav ul.menu li.item.primary-link > a {
  text-align: left;
}
#uol-main-nav ul.menu li.item.primary-link > a:hover {
  text-decoration: underline;
}
#uol-main-nav ul.menu li.item.primary-link > a:focus {
  font-weight: 700;
}
#uol-main-nav ul.menu li.item.has-submenu i {
  font-size: 1.2rem;
}
#uol-main-nav ul.menu li.item.has-submenu > a::after {
  font: var(--fa-font-solid);
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 900;
  content: "\f078";
  color: #ccc;
  padding-left: 0.5rem;
  text-align: right;
  float: right;
}
#uol-main-nav ul.menu li.item.has-submenu .submenu-div {
  display: none;
}
#uol-main-nav ul.menu li.item.submenu-active {
  background-color: #047e8b;
  transition: all 0.5s ease;
}
#uol-main-nav ul.menu li.item.submenu-active > a {
  color: #fff;
  border-bottom: 0.1rem solid #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4rem;
  transition: transform 0.3s;
}
#uol-main-nav ul.menu li.item.submenu-active > a::after {
  content: "\f077";
  color: #fff;
}
#uol-main-nav ul.menu li.item.submenu-active .submenu-div {
  padding-left: 2.4rem;
  padding-bottom: 2.4rem;
  transition: all 0.5s ease;
  display: block;
}
#uol-main-nav ul.menu li.item.submenu-active .submenu-div .submenu-content .submenu-column {
  text-align: left;
}
#uol-main-nav ul.menu li.item.submenu-active .submenu-div .submenu-content .submenu-column h2, #uol-main-nav ul.menu li.item.submenu-active .submenu-div .submenu-content .submenu-column .h2 {
  color: #fff;
  font-size: 1.9rem;
  margin: 2.4rem 0 0.8rem;
  text-align: left !important;
}
#uol-main-nav ul.menu li.item.submenu-active .submenu-div .submenu-content .submenu-column a {
  color: #fff;
  text-decoration: underline;
}
#uol-main-nav ul.menu li.item.submenu-active .submenu-div .submenu-content .submenu-column a:focus {
  font-weight: 700;
}
#uol-main-nav ul.menu li.toggle, #uol-main-nav ul.menu li.site-search {
  order: 1;
  font-size: 3.2rem;
}
#uol-main-nav ul.menu li.toggle button, #uol-main-nav ul.menu li.site-search button {
  background-color: transparent;
  border: none;
  padding: 0 1rem;
}
#uol-main-nav ul.menu li.toggle button:focus, #uol-main-nav ul.menu li.site-search button:focus {
  background-color: #f1f1f1;
  outline: 0.2rem solid #047e8b;
}
#uol-main-nav ul.menu li.site-search button:hover {
  color: #047e8b;
}
#uol-main-nav ul.menu li.subitem a {
  padding: 1.6rem;
}
#uol-main-nav ul.menu.active .item {
  display: block;
}
#uol-main-nav ul.menu.search-active .search-form {
  display: block;
}
#uol-main-nav .menu,
#uol-main-nav .submenu {
  list-style-type: none;
}
#uol-main-nav .break {
  flex-basis: 100%;
  height: 0;
  order: 3;
}
#uol-main-nav .search-form {
  background-color: #047e8b;
  color: #fff;
  display: none;
  margin-bottom: 1.6rem;
  order: 4;
  padding: 1rem;
  width: 100%;
}
#uol-main-nav .search-form form {
  align-items: center;
  background: #fff;
  display: flex;
  padding: 0.8rem 1.6rem;
  width: 100%;
}
#uol-main-nav .search-form form input {
  background: transparent;
  border: none;
  outline: none;
  padding: 0 2.5rem;
  color: #333;
  font-size: 2.5rem;
  width: 100%;
  line-height: 3.2rem;
}
#uol-main-nav .search-form form input:focus {
  border-bottom: 0.2rem solid #002147;
}
#uol-main-nav .search-form form button {
  background-color: transparent;
  border: 0;
  color: #212529;
  height: 4.8rem;
  width: 4.8rem;
}
#uol-main-nav .search-form form button:hover {
  color: #047e8b;
}
#uol-main-nav .search-form form button:focus {
  background-color: #f1f1f1;
  outline: 0.2rem solid #047e8b;
}

@media (min-width: 768px) {
  #uol-main-nav ul.menu {
    justify-content: space-between;
  }
  #uol-main-nav ul.menu li.logo {
    flex: 0;
    flex-basis: 60%;
  }
  #uol-main-nav ul.menu li.toggle, #uol-main-nav ul.menu li.site-search {
    order: 2;
    text-align: right;
  }
}
@media (min-width: 992px) {
  #uol-main-nav {
    position: relative;
    z-index: 999;
  }
  #uol-main-nav::after {
    content: "";
    position: absolute;
    height: 7.4rem;
    bottom: 0;
    background: #002147;
    width: 100%;
    z-index: -1;
  }
  #uol-main-nav ul.menu {
    background: none;
    flex-wrap: wrap;
    justify-content: left;
    position: relative;
  }
  #uol-main-nav ul.menu li.logo {
    flex: 1;
    order: 0;
    padding-bottom: 0;
    margin-bottom: 1rem;
  }
  #uol-main-nav ul.menu li.logo a {
    padding: 0.8rem 0.8rem 0 0.8rem;
  }
  #uol-main-nav ul.menu li.logo a img {
    width: initial;
  }
  #uol-main-nav ul.menu li.logo a:focus {
    outline: 0.2rem solid #047e8b;
  }
  #uol-main-nav ul.menu li.primary-link:nth-child(n+6):nth-child(-n+8) .submenu-div {
    left: 0;
    right: auto !important;
  }
  #uol-main-nav ul.menu li.item {
    display: block;
    order: 4;
    padding: 0 1.6rem;
    width: auto;
  }
  #uol-main-nav ul.menu li.item a {
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: #333;
  }
  #uol-main-nav ul.menu li.item a::before {
    background-color: #002147;
    bottom: 2rem;
    content: "";
    height: 0.2rem;
    left: 0;
    margin: 0 5%;
    transition: transform 0.2s ease-out;
    transform: scaleX(0);
    transform-origin: bottom left;
    position: absolute;
    width: 90%;
  }
  #uol-main-nav ul.menu li.item a:focus::before {
    background-color: #002147;
    bottom: 2rem;
    content: "";
    height: 0.2rem;
    left: 0;
    margin: 0 5%;
    transition: transform 0.2s ease-out;
    transform: scaleX(0);
    transform-origin: bottom left;
    position: absolute;
    width: 90%;
  }
  #uol-main-nav ul.menu li.item a:hover::before {
    transform: scaleX(1);
  }
  #uol-main-nav ul.menu li.item.secondary-link {
    background-color: transparent;
    order: 1;
    font-size: 1.6rem;
    padding: 0;
  }
  #uol-main-nav ul.menu li.item.secondary-link > a {
    border-bottom: none;
    padding-left: 1rem;
    padding-right: 1rem;
    text-decoration: none;
  }
  #uol-main-nav ul.menu li.item.secondary-link > a::before {
    background-color: #002147;
    transform: scaleX(0);
  }
  #uol-main-nav ul.menu li.item.secondary-link > a:hover, #uol-main-nav ul.menu li.item.secondary-link > a:focus {
    background-color: #047e8b;
    color: #fff;
  }
  #uol-main-nav ul.menu li.item.secondary-link > a:hover::before, #uol-main-nav ul.menu li.item.secondary-link > a:focus::before {
    background-color: #fff;
    margin: 0 5%;
    transform: scaleX(1);
  }
  #uol-main-nav ul.menu li.item.primary-link {
    background-color: #002147;
    border-bottom: none;
    color: #fff;
    height: 7.4rem;
    padding: 0;
  }
  #uol-main-nav ul.menu li.item.primary-link > a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.7rem;
    padding: 0 1.5rem;
    height: 100%;
  }
  #uol-main-nav ul.menu li.item.primary-link > a:hover, #uol-main-nav ul.menu li.item.primary-link > a:focus {
    background-color: #fff;
    color: #002147;
    font-weight: normal;
    text-decoration: none;
  }
  #uol-main-nav ul.menu li.item.primary-link > a:hover::before, #uol-main-nav ul.menu li.item.primary-link > a:focus::before {
    transform: scaleX(1);
  }
  #uol-main-nav ul.menu li.item.submenu-active > a {
    border-radius: 0;
    transition: all 0.5s ease;
    background-color: #047e8b !important;
    border: none;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 300;
    height: 7.4rem;
    position: relative;
  }
  #uol-main-nav ul.menu li.item.submenu-active > a:hover, #uol-main-nav ul.menu li.item.submenu-active > a:focus {
    color: #fff;
  }
  #uol-main-nav ul.menu li.item.submenu-active > a::before {
    background-color: #fff !important;
  }
  #uol-main-nav ul.menu li.item.submenu-active-div {
    display: block;
    padding-left: 0;
  }
  #uol-main-nav ul.menu li.item.submenu-active .submenu-div {
    background-color: #047e8b;
    box-shadow: 0 0.2rem 0 rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: row;
    min-width: 60.9%;
    outline: 0.1rem solid #fff;
    padding-left: 0;
    padding-bottom: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s ease;
    z-index: 9998;
  }
  #uol-main-nav ul.menu li.item.submenu-active .submenu-div .submenu-content {
    flex-basis: 100%;
    padding: 3.2rem;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
  }
  #uol-main-nav ul.menu li.item.submenu-active .submenu-div .submenu-content .submenu-column {
    margin-right: 8rem;
    text-align: left;
    flex-direction: column;
    display: flex;
  }
  #uol-main-nav ul.menu li.item.submenu-active .submenu-div .submenu-content .submenu-column ul {
    padding-left: 0;
  }
  #uol-main-nav ul.menu li.item.submenu-active .submenu-div .submenu-content .submenu-column ul.--noheader {
    margin-top: 2.5rem;
  }
  #uol-main-nav ul.menu li.item.submenu-active .submenu-div .submenu-content .submenu-column h2, #uol-main-nav ul.menu li.item.submenu-active .submenu-div .submenu-content .submenu-column .h2 {
    font-size: 2rem;
    margin: 0;
  }
  #uol-main-nav ul.menu li.item.submenu-active .submenu-div .submenu-content .submenu-column a {
    color: #fff;
    display: inline-block;
    margin-top: 2rem;
    padding: 0;
    text-align: left;
    text-decoration: none;
  }
  #uol-main-nav ul.menu li.item.submenu-active .submenu-div .submenu-content .submenu-column a::before {
    background-color: #fff;
    bottom: -0.8rem;
    margin: 0;
    width: 100%;
  }
  #uol-main-nav ul.menu li.item.submenu-active .submenu-div .submenu-content .submenu-column a:focus::before {
    background-color: #fff;
    bottom: -0.8rem;
    transform: scaleX(1);
  }
  #uol-main-nav ul.menu li .site-search {
    order: 2;
  }
  #uol-main-nav ul.menu li.toggle {
    display: none;
  }
  #uol-main-nav .search-form {
    order: 3;
    margin-bottom: 1rem;
  }
}
#uol-main-nav ul li a {
  color: #333;
}
#uol-main-nav ul li.item.secondary-link {
  background-color: #f1f1f1;
}
#uol-main-nav ul li.item.primary-link {
  border-bottom-color: #f1f1f1;
}

.uol-accolades {
  --uol-accolades-bg: transparent;
  --uol-accolades-color: #212529;
  color: var(--uol-accolades-bg);
  background-color: var(--uol-accolades-color);
}
.uol-accolades-container .accolades-link {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.5rem;
}
.uol-accolades-container .accolades-heading {
  font-family: verdana;
  font-weight: bold;
  text-align: center;
}
.uol-accolades-blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.uol-accolades-blocks .accolade-link {
  color: black;
}
.uol-accolades-blocks .accolade-link:link, .uol-accolades-blocks .accolade-link:focus, .uol-accolades-blocks .accolade-link:focus-within, .uol-accolades-blocks .accolade-link:active {
  text-decoration: underline;
}
.uol-accolades-blocks .accolade-link:hover {
  color: black;
  text-decoration: none;
}
.uol-accolades-blocks .accolade-text {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 1.25rem;
}
.uol-accolades-blocks .accolades-icons {
  font-size: 9rem;
}
.uol-accolades-block-1, .uol-accolades-block-2, .uol-accolades-block-3, .uol-accolades-block-4 {
  flex-grow: 1;
  margin-right: inherit;
  padding-top: 0.625rem;
  text-align: center;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .uol-accolades-blocks .accolades-link {
    flex-wrap: wrap;
    margin-top: 0.938rem;
    width: auto;
  }
  .uol-accolades-blocks .accolade-link:link, .uol-accolades-blocks .accolade-link:focus, .uol-accolades-blocks .accolade-link:focus-within, .uol-accolades-blocks .accolade-link:active {
    text-decoration: none !important;
  }
  .uol-accolades-blocks .accolade-link:hover {
    text-decoration: underline !important;
  }
  .uol-accolades-block-1 {
    text-align: center;
  }
  .uol-accolades-block-1, .uol-accolades-block-2, .uol-accolades-block-3, .uol-accolades-block-4 {
    padding-top: 0;
    flex-basis: 50%;
  }
}
@media (min-width: 1200px) {
  .uol-accolades-blocks .accolades-link {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 1.5rem;
  }
  .uol-accolades-block-1, .uol-accolades-block-2, .uol-accolades-block-3, .uol-accolades-block-4 {
    flex-basis: 25%;
  }
}
.uol-accolades-container .accolades-heading.--light,
.uol-accolades-container .accolade-heading.--light {
  --uol-accolades-bg: #f8f9fa;
  color: var(--uol-accolades-bg);
}
.uol-accolades-container .accolades-link.--light,
.uol-accolades-container .accolade-link.--light {
  --uol-accolades-bg: #f8f9fa;
  color: var(--uol-accolades-bg);
}
.uol-accolades-blocks .accolades-icons.--light {
  --uol-accolades-bg: #f8f9fa;
  color: var(--uol-accolades-bg);
}
.uol-accolades-container .accolades-heading.--dark,
.uol-accolades-container .accolade-heading.--dark {
  --uol-accolades-bg: #212529;
  color: var(--uol-accolades-bg);
}
.uol-accolades-container .accolades-link.--dark,
.uol-accolades-container .accolade-link.--dark {
  --uol-accolades-bg: #212529;
  color: var(--uol-accolades-bg);
}
.uol-accolades-blocks .accolades-icons.--dark {
  --uol-accolades-bg: #212529;
  color: var(--uol-accolades-bg);
}
.uol-accolades-container .accolades-heading.--primary,
.uol-accolades-container .accolade-heading.--primary {
  --uol-accolades-bg: #002147;
  color: var(--uol-accolades-bg);
}
.uol-accolades-container .accolades-link.--primary,
.uol-accolades-container .accolade-link.--primary {
  --uol-accolades-bg: #002147;
  color: var(--uol-accolades-bg);
}
.uol-accolades-blocks .accolades-icons.--primary {
  --uol-accolades-bg: #002147;
  color: var(--uol-accolades-bg);
}
.uol-accolades-container .accolades-heading.--secondary,
.uol-accolades-container .accolade-heading.--secondary {
  --uol-accolades-bg: #047e8b;
  color: var(--uol-accolades-bg);
}
.uol-accolades-container .accolades-link.--secondary,
.uol-accolades-container .accolade-link.--secondary {
  --uol-accolades-bg: #047e8b;
  color: var(--uol-accolades-bg);
}
.uol-accolades-blocks .accolades-icons.--secondary {
  --uol-accolades-bg: #047e8b;
  color: var(--uol-accolades-bg);
}
.uol-accolades-container .accolades-heading.--accent-primary,
.uol-accolades-container .accolade-heading.--accent-primary {
  --uol-accolades-bg: #db1a72;
  color: var(--uol-accolades-bg);
}
.uol-accolades-container .accolades-link.--accent-primary,
.uol-accolades-container .accolade-link.--accent-primary {
  --uol-accolades-bg: #db1a72;
  color: var(--uol-accolades-bg);
}
.uol-accolades-blocks .accolades-icons.--accent-primary {
  --uol-accolades-bg: #db1a72;
  color: var(--uol-accolades-bg);
}
.uol-accolades-container .accolades-heading.--accent-secondary,
.uol-accolades-container .accolade-heading.--accent-secondary {
  --uol-accolades-bg: #747678;
  color: var(--uol-accolades-bg);
}
.uol-accolades-container .accolades-link.--accent-secondary,
.uol-accolades-container .accolade-link.--accent-secondary {
  --uol-accolades-bg: #747678;
  color: var(--uol-accolades-bg);
}
.uol-accolades-blocks .accolades-icons.--accent-secondary {
  --uol-accolades-bg: #747678;
  color: var(--uol-accolades-bg);
}

.uol-header-key-info .--key-info.--accomm-key-info {
  background-color: #002147;
}
.uol-header-key-info .--key-info.--accomm-key-info > div {
  display: grid;
  padding: 3rem;
  row-gap: 3rem;
}
.uol-header-key-info .--key-info.--accomm-key-info > div .--item {
  display: grid;
  grid-template-columns: 6rem 1fr;
  flex-direction: column;
  align-items: center;
  grid-gap: 0 2rem;
}
.uol-header-key-info .--key-info.--accomm-key-info > div .--item i {
  justify-self: center;
}
.uol-header-key-info .--key-info.--accomm-key-info > div .--item p {
  margin-bottom: 0;
  text-align: left;
}

.uol-accommodation-price-table > tbody > tr > td, .uol-accommodation-price-table > thead > tr > th, .uol-accommodation-price-table {
  border: 0.2rem solid;
  color: #fff;
  text-align: center;
}

.uol-accommodation-price-table {
  background-color: #6c757d;
}
.uol-accommodation-price-table > thead > tr > th {
  background-color: #002147;
}
.uol-accommodation-price-table > tbody > tr > td:first-child {
  background-color: #002147;
}
.uol-accommodation-price-table-header {
  display: none;
}

.uol-accommodation-comparison table thead {
  display: none;
}
.uol-accommodation-comparison table tbody {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 2.5rem;
}
.uol-accommodation-comparison table tbody tr {
  display: flex;
  flex-direction: column;
  outline: 0.4rem solid #047e8b;
  padding-bottom: 2rem;
}
.uol-accommodation-comparison table tbody tr th,
.uol-accommodation-comparison table tbody tr td {
  border: none;
  margin: 0 0 1rem 0;
}
.uol-accommodation-comparison table tbody tr th {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.uol-accommodation-comparison table tbody tr th img {
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.uol-accommodation-comparison table tbody tr th .--title {
  padding-left: 2rem;
  padding-right: 2rem;
}
.uol-accommodation-comparison table tbody tr td {
  padding: 0 2rem;
}

@media (min-width: 768px) {
  .uol-accommodation-comparison table tbody {
    flex-direction: row;
  }
  .uol-accommodation-comparison table tbody tr {
    flex-basis: 48%;
    max-width: 49%;
  }
}
@media (min-width: 992px) {
  .uol-accommodation-comparison table tbody tr {
    flex-basis: 32%;
    max-width: 31%;
  }
}
@media (min-width: 1200px) {
  .uol-accommodation-comparison table thead {
    display: table-header-group;
  }
  .uol-accommodation-comparison table thead tr {
    background-color: #047e8b;
    color: #fff;
    text-align: center;
  }
  .uol-accommodation-comparison table thead tr th {
    border: none;
    border-right: 0.1rem solid #fff;
  }
  .uol-accommodation-comparison table tbody {
    display: table-row-group;
  }
  .uol-accommodation-comparison table tbody tr {
    display: table-row;
    outline: none;
  }
  .uol-accommodation-comparison table tbody tr th,
  .uol-accommodation-comparison table tbody tr td {
    border-top: 0.1rem solid #047e8b;
    margin: initial;
    padding: 0.5rem 0;
  }
  .uol-accommodation-comparison table tbody tr th {
    flex-direction: row;
  }
  .uol-accommodation-comparison table tbody tr th img {
    height: 15rem;
    width: 25rem;
  }
  .uol-accommodation-comparison table tbody tr th .--title {
    align-items: center;
    display: flex;
  }
  .uol-accommodation-comparison table tbody tr th .--title .h4 {
    margin: 0;
  }
  .uol-accommodation-comparison table tbody tr td {
    padding: 1rem;
    text-align: center;
    vertical-align: middle;
    width: 17%;
  }
  .uol-accommodation-comparison table tbody tr td .--info-heading {
    display: none;
  }
  .uol-accommodation-comparison table tbody tr td:nth-child(even) {
    background-color: #cde5e8;
  }
}
.uol-accommodation-key-features {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  padding: 2rem;
}
.uol-accommodation-key-features .--title {
  padding-left: 2rem;
}
.uol-accommodation-key-features .--features {
  display: flex;
  flex-direction: column;
  margin: 4rem 0;
  row-gap: 4rem;
}
.uol-accommodation-key-features .--features .--feature {
  align-items: flex-start;
  display: grid;
  grid-template-columns: 7rem 1fr;
  padding: 0 2rem;
}
.uol-accommodation-key-features .--features .--feature i {
  font-size: 4rem;
  justify-content: center;
  margin-top: 40%;
}
.uol-accommodation-key-features .--features .--feature p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .uol-accommodation-key-features .--features {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .uol-accommodation-key-features .--features .--feature {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .uol-accommodation-key-features .--features .--feature {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .uol-accommodation-key-features .--features .--feature {
    width: 25%;
  }
}
.uol-accommodation-key-features {
  background-color: #047e8b;
  color: #fff;
}

.uol-accordion {
  --uol-accordion-bg: transparent;
  --uol-accordion-color: #212529;
  border: 0;
  box-sizing: border-box;
}
.uol-accordion .--title {
  border-bottom: 0.1rem solid #fff;
  color: var(--uol-accordion-color);
  cursor: pointer;
  display: block;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 2.4rem;
  outline: none;
  padding: 1.2rem 1.2rem 1.2rem 5.12rem;
  position: relative;
  transition: color 0.2s ease;
}
.uol-accordion .--title::-webkit-details-marker {
  display: none;
}
.uol-accordion .--title:focus-visible {
  color: var(--uol-focus-black);
  background-color: var(--uol-focus-yellow);
}
.uol-accordion .--title .--svg-cnt-small {
  position: absolute;
  top: 50%;
  left: 1.2rem;
  transform: translateY(-50%);
  background-color: #fff;
  border-color: #002147;
  width: 1.2em;
  min-width: 1.2em;
  height: 1.2em;
  min-height: 1.2em;
}
.uol-accordion .--title .--svg-cnt-small svg {
  transform-origin: center center;
  transition: 0.3s transform ease;
}
.uol-accordion .--title .--svg-expand-small {
  stroke-width: 2.4;
}
.uol-accordion .--content {
  border-top: none;
  padding: 2.4rem 1.2rem;
}
.uol-accordion .--content p :last-child {
  margin-bottom: 0;
}
.uol-accordion .--content--light {
  background-color: #fff;
}
.uol-accordion[open] > .--title {
  transition: color 0.2s ease;
}
.uol-accordion[open] > .--title .--svg-cnt-small svg {
  transform: rotate(180deg);
}

.uol-accordion {
  background: #fff;
}
.uol-accordion[open] {
  background-color: #fff;
}
.uol-accordion.--light {
  --uol-accordion-color: #000;
  --uol-accordion-bg: #f8f9fa;
  --uol-accordion-hover-color: #000;
  --uol-accordion-hover-bg: #d3d4d5;
  --uol-accordion-active-color: #000;
  --uol-accordion-active-bg: #aeaeaf;
}
.uol-accordion.--light .--title {
  background-color: var(--uol-accordion-bg);
  color: var(--uol-accordion-color);
}
.uol-accordion.--light .--title .--svg-cnt-small {
  border-color: var(--uol-accordion-bg);
  color: var(--uol-accordion-color);
}
.uol-accordion.--light .--title .--svg-cnt-small svg {
  color: var(--uol-accordion-bg);
}
.uol-accordion.--light .--title:hover {
  background-color: var(--uol-accordion-hover-bg);
  color: var(--uol-accordion-hover-color);
}
.uol-accordion.--light[open] .--title {
  background-color: var(--uol-accordion-active-bg);
  color: var(--uol-accordion-active-color);
}
.uol-accordion.--dark {
  --uol-accordion-color: #fff;
  --uol-accordion-bg: #212529;
  --uol-accordion-hover-color: #fff;
  --uol-accordion-hover-bg: #424649;
  --uol-accordion-active-color: #fff;
  --uol-accordion-active-bg: #646669;
}
.uol-accordion.--dark .--title {
  background-color: var(--uol-accordion-bg);
  color: var(--uol-accordion-color);
}
.uol-accordion.--dark .--title .--svg-cnt-small {
  border-color: var(--uol-accordion-bg);
  color: var(--uol-accordion-color);
}
.uol-accordion.--dark .--title .--svg-cnt-small svg {
  color: var(--uol-accordion-bg);
}
.uol-accordion.--dark .--title:hover {
  background-color: var(--uol-accordion-hover-bg);
  color: var(--uol-accordion-hover-color);
}
.uol-accordion.--dark[open] .--title {
  background-color: var(--uol-accordion-active-bg);
  color: var(--uol-accordion-active-color);
}
.uol-accordion.--primary {
  --uol-accordion-color: #fff;
  --uol-accordion-bg: #002147;
  --uol-accordion-hover-color: #fff;
  --uol-accordion-hover-bg: #001c3c;
  --uol-accordion-active-color: #fff;
  --uol-accordion-active-bg: #001732;
}
.uol-accordion.--primary .--title {
  background-color: var(--uol-accordion-bg);
  color: var(--uol-accordion-color);
}
.uol-accordion.--primary .--title .--svg-cnt-small {
  border-color: var(--uol-accordion-bg);
  color: var(--uol-accordion-color);
}
.uol-accordion.--primary .--title .--svg-cnt-small svg {
  color: var(--uol-accordion-bg);
}
.uol-accordion.--primary .--title:hover {
  background-color: var(--uol-accordion-hover-bg);
  color: var(--uol-accordion-hover-color);
}
.uol-accordion.--primary[open] .--title {
  background-color: var(--uol-accordion-active-bg);
  color: var(--uol-accordion-active-color);
}
.uol-accordion.--secondary {
  --uol-accordion-color: #fff;
  --uol-accordion-bg: #047e8b;
  --uol-accordion-hover-color: #fff;
  --uol-accordion-hover-bg: #036b76;
  --uol-accordion-active-color: #fff;
  --uol-accordion-active-bg: #035861;
}
.uol-accordion.--secondary .--title {
  background-color: var(--uol-accordion-bg);
  color: var(--uol-accordion-color);
}
.uol-accordion.--secondary .--title .--svg-cnt-small {
  border-color: var(--uol-accordion-bg);
  color: var(--uol-accordion-color);
}
.uol-accordion.--secondary .--title .--svg-cnt-small svg {
  color: var(--uol-accordion-bg);
}
.uol-accordion.--secondary .--title:hover {
  background-color: var(--uol-accordion-hover-bg);
  color: var(--uol-accordion-hover-color);
}
.uol-accordion.--secondary[open] .--title {
  background-color: var(--uol-accordion-active-bg);
  color: var(--uol-accordion-active-color);
}
.uol-accordion.--accent-primary {
  --uol-accordion-color: #fff;
  --uol-accordion-bg: #db1a72;
  --uol-accordion-hover-color: #fff;
  --uol-accordion-hover-bg: #ba1661;
  --uol-accordion-active-color: #fff;
  --uol-accordion-active-bg: #991250;
}
.uol-accordion.--accent-primary .--title {
  background-color: var(--uol-accordion-bg);
  color: var(--uol-accordion-color);
}
.uol-accordion.--accent-primary .--title .--svg-cnt-small {
  border-color: var(--uol-accordion-bg);
  color: var(--uol-accordion-color);
}
.uol-accordion.--accent-primary .--title .--svg-cnt-small svg {
  color: var(--uol-accordion-bg);
}
.uol-accordion.--accent-primary .--title:hover {
  background-color: var(--uol-accordion-hover-bg);
  color: var(--uol-accordion-hover-color);
}
.uol-accordion.--accent-primary[open] .--title {
  background-color: var(--uol-accordion-active-bg);
  color: var(--uol-accordion-active-color);
}
.uol-accordion.--accent-secondary {
  --uol-accordion-color: #fff;
  --uol-accordion-bg: #747678;
  --uol-accordion-hover-color: #fff;
  --uol-accordion-hover-bg: #636466;
  --uol-accordion-active-color: #fff;
  --uol-accordion-active-bg: #515354;
}
.uol-accordion.--accent-secondary .--title {
  background-color: var(--uol-accordion-bg);
  color: var(--uol-accordion-color);
}
.uol-accordion.--accent-secondary .--title .--svg-cnt-small {
  border-color: var(--uol-accordion-bg);
  color: var(--uol-accordion-color);
}
.uol-accordion.--accent-secondary .--title .--svg-cnt-small svg {
  color: var(--uol-accordion-bg);
}
.uol-accordion.--accent-secondary .--title:hover {
  background-color: var(--uol-accordion-hover-bg);
  color: var(--uol-accordion-hover-color);
}
.uol-accordion.--accent-secondary[open] .--title {
  background-color: var(--uol-accordion-active-bg);
  color: var(--uol-accordion-active-color);
}

[class^="--svg-expand"],
[class^="--svg-cnt"] {
  display: block;
  pointer-events: none;
}

[class^="--svg-expand"] {
  stroke-width: 1.2;
  width: 2rem;
  height: 2.1rem;
  padding: 0.4rem;
  stroke-linecap: square;
  stroke: currentColor;
  transition: transform 0.5s ease-out;
}

[class^="--svg-cnt"] {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  margin-left: auto;
  border-radius: 100%;
  border: 0.2rem solid currentColor;
  transition: box-shadow 0.3s ease-out;
}

.uol-avatar {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-rows: 10rem auto;
  margin: 0 auto 2rem;
  padding: 1rem 2rem;
}
.uol-avatar:not(.uol-avatar.has-image) {
  grid-template-rows: auto;
}
.uol-avatar__image {
  background-color: #e5e5e5;
  border-radius: 5rem;
  display: block;
  height: 10rem;
  max-width: 10rem;
  max-height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 10rem;
}
.uol-avatar__copy {
  max-width: 48rem;
  text-align: left;
}
.uol-avatar .uol-body {
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0 0 1rem;
  font-family: var(--uol-body-font-family);
  color: #404040;
}
.uol-avatar .uol-body.uol-body-prominent {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 2.5rem;
}
.uol-avatar .uol-body:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .uol-avatar {
    grid-template-columns: 10rem auto;
  }
  .uol-avatar:not(.uol-avatar.has-image) {
    grid-template-columns: auto;
  }
}
.uol-subject-feature {
  --uol-subject-feature-bg: transparent;
  --uol-subject-feature-color: #212529;
  --uol-subject-feature-title-bg: transparent;
  --uol-subject-feature-title-color: #212529;
  align-items: center;
  display: flex !important;
  flex-direction: column;
  margin-top: 5rem;
  padding: 2.5rem 2.5rem 0;
  position: relative;
  transition: all 0.3s;
}
.uol-subject-feature-join-icon {
  --uol-subject-feature-join-icon-bg: transparent;
  margin-bottom: -2.5rem;
  padding: 1rem 3rem;
  text-align: center;
}
.uol-subject-feature-join-icon span {
  font-size: 6rem;
  line-height: normal;
}
.uol-subject-feature .__title {
  align-items: center;
  display: flex !important;
  flex-shrink: 0;
  height: 10rem;
  padding: 1rem;
  text-align: center;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 30rem;
}
.uol-subject-feature .__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.uol-subject-feature .__title h2, .uol-subject-feature .__title .h2 {
  margin: 0;
  width: 100%;
}
.uol-subject-feature .__content {
  margin-top: -5rem;
  padding: 2.5rem;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .uol-subject-feature {
    flex-direction: row;
    margin-left: 2.5rem;
    margin-top: 0;
    min-height: 15rem;
    padding: 2.5rem;
  }
  .uol-subject-feature .__title {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    height: auto;
    padding: 1.5rem 1.5rem 2rem;
    text-align: left;
    transform: translateX(-20%);
    width: 25rem;
  }
  .uol-subject-feature .__content {
    margin-top: 0;
    padding: 0 3rem 0 0;
  }
}
.uol-subject-feature--light {
  --uol-subject-feature-color: #000;
  --uol-subject-feature-bg: #f8f9fa;
  background-color: var(--uol-subject-feature-bg);
  color: var(--uol-subject-feature-color);
}

.uol-subject-feature .__title--light {
  --uol-subject-feature-title-color: #000;
  --uol-subject-feature-title-bg: #f8f9fa;
  background-color: var(--uol-subject-feature-title-bg);
  color: var(--uol-subject-feature-title-color);
}
.uol-subject-feature-join-icon span.--light {
  --uol-subject-feature-join-icon-color: #f8f9fa;
  color: var(--uol-subject-feature-join-icon-color);
}

.uol-subject-feature--dark {
  --uol-subject-feature-color: #fff;
  --uol-subject-feature-bg: #212529;
  background-color: var(--uol-subject-feature-bg);
  color: var(--uol-subject-feature-color);
}

.uol-subject-feature .__title--dark {
  --uol-subject-feature-title-color: #fff;
  --uol-subject-feature-title-bg: #212529;
  background-color: var(--uol-subject-feature-title-bg);
  color: var(--uol-subject-feature-title-color);
}
.uol-subject-feature-join-icon span.--dark {
  --uol-subject-feature-join-icon-color: #212529;
  color: var(--uol-subject-feature-join-icon-color);
}

.uol-subject-feature--primary {
  --uol-subject-feature-color: #fff;
  --uol-subject-feature-bg: #002147;
  background-color: var(--uol-subject-feature-bg);
  color: var(--uol-subject-feature-color);
}

.uol-subject-feature .__title--primary {
  --uol-subject-feature-title-color: #fff;
  --uol-subject-feature-title-bg: #002147;
  background-color: var(--uol-subject-feature-title-bg);
  color: var(--uol-subject-feature-title-color);
}
.uol-subject-feature-join-icon span.--primary {
  --uol-subject-feature-join-icon-color: #002147;
  color: var(--uol-subject-feature-join-icon-color);
}

.uol-subject-feature--secondary {
  --uol-subject-feature-color: #fff;
  --uol-subject-feature-bg: #047e8b;
  background-color: var(--uol-subject-feature-bg);
  color: var(--uol-subject-feature-color);
}

.uol-subject-feature .__title--secondary {
  --uol-subject-feature-title-color: #fff;
  --uol-subject-feature-title-bg: #047e8b;
  background-color: var(--uol-subject-feature-title-bg);
  color: var(--uol-subject-feature-title-color);
}
.uol-subject-feature-join-icon span.--secondary {
  --uol-subject-feature-join-icon-color: #047e8b;
  color: var(--uol-subject-feature-join-icon-color);
}

.uol-subject-feature--accent-primary {
  --uol-subject-feature-color: #fff;
  --uol-subject-feature-bg: #db1a72;
  background-color: var(--uol-subject-feature-bg);
  color: var(--uol-subject-feature-color);
}

.uol-subject-feature .__title--accent-primary {
  --uol-subject-feature-title-color: #fff;
  --uol-subject-feature-title-bg: #db1a72;
  background-color: var(--uol-subject-feature-title-bg);
  color: var(--uol-subject-feature-title-color);
}
.uol-subject-feature-join-icon span.--accent-primary {
  --uol-subject-feature-join-icon-color: #db1a72;
  color: var(--uol-subject-feature-join-icon-color);
}

.uol-subject-feature--accent-secondary {
  --uol-subject-feature-color: #fff;
  --uol-subject-feature-bg: #747678;
  background-color: var(--uol-subject-feature-bg);
  color: var(--uol-subject-feature-color);
}

.uol-subject-feature .__title--accent-secondary {
  --uol-subject-feature-title-color: #fff;
  --uol-subject-feature-title-bg: #747678;
  background-color: var(--uol-subject-feature-title-bg);
  color: var(--uol-subject-feature-title-color);
}
.uol-subject-feature-join-icon span.--accent-secondary {
  --uol-subject-feature-join-icon-color: #747678;
  color: var(--uol-subject-feature-join-icon-color);
}

.uol-basic-video {
  background-position: right center;
}
.uol-basic-video.no-gutters {
  margin-left: auto;
  padding: 0;
}

.uol-basic-video-iframe {
  position: relative;
  display: inline-block;
  min-height: 22rem;
  width: 100%;
  /*
    #play-video {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;

      &:before {
        color: $uol-white-default;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        content: "\e029";
        font-family: 'Glyphicons Halflings';
        font-size: 10rem;
        opacity: .8;
        text-shadow: 0px 0px 3rem rgba(0, 0, 0, 0.5);
      }

    }
    */
}
.uol-basic-video-iframe iframe.video {
  width: 100%;
  border: none;
  min-height: 22rem;
}

@media screen and (min-width: 350px) {
  .uol-basic-video-iframe {
    min-height: 26rem;
  }
  .uol-basic-video-iframe iframe.video {
    min-height: 26rem;
  }
}
@media screen and (min-width: 768px) {
  .uol-basic-video.no-gutters {
    padding: 0 1.5rem;
  }
  .uol-basic-video-iframe {
    min-height: 35rem;
  }
  .uol-basic-video-iframe iframe.video {
    min-height: 35rem;
  }
}
@media screen and (min-width: 992px) {
  .uol-basic-video-iframe {
    min-height: 40rem;
  }
  .uol-basic-video-iframe iframe.video {
    min-height: 40rem;
  }
}
@media screen and (min-width: 1200px) {
  .uol-basic-video.no-gutters {
    padding: 0 1.5rem 0 4.5rem;
  }
  .uol-basic-video-iframe {
    min-height: 42rem;
  }
  .uol-basic-video-iframe iframe.video {
    min-height: 42rem;
  }
}
.uol-billboard {
  cursor: initial;
  display: block;
  position: relative;
  max-width: 180rem;
  margin: 0 auto 1rem;
}
.uol-billboard__media {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 18rem;
  min-height: 18rem;
  margin-bottom: 3rem;
  background-color: #5e5e5e;
  border-bottom: 1px solid #d4d4d4;
}
.uol-billboard__media--has-people {
  -o-object-position: top center;
     object-position: top center;
}
.uol-billboard__textContainer {
  padding: 0 1.5rem;
  max-width: 117rem;
}
.uol-billboard__textContainer h1, .uol-billboard__textContainer .h1 {
  color: #000;
  margin-bottom: 1rem;
  margin-top: 0;
}
.uol-billboard__textContainer p {
  color: #404040;
}
.uol-billboard--top-level .uol-billboard--top-level {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

@media (min-width: 768px) {
  .uol-billboard {
    margin-bottom: 3rem;
  }
  .uol-billboard--sub-level, .uol-billboard__media {
    min-height: 48rem;
    height: 48rem;
  }
  .uol-billboard--top-level .uol-billboard__textContainer {
    margin: 0 auto;
  }
  .uol-billboard--top-level .uol-billboard__textContainer h1, .uol-billboard--top-level .uol-billboard__textContainer .h1,
  .uol-billboard--top-level .uol-billboard__textContainer p {
    color: #fff;
  }
  .uol-billboard--top-level .uol-billboard__text {
    padding: 2rem;
    display: inline-block;
    margin-top: -110rem;
    width: auto;
    max-width: 58.5rem;
    background-color: #002147;
  }
  .uol-billboard--top-level .uol-section {
    padding: 0 4rem;
  }
  .uol-billboard--sub-level .uol-billboard__media {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    margin-bottom: 0;
  }
  .uol-billboard--sub-level .uol-billboard__textContainer {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 117rem;
    margin: 0 auto;
    padding: 0 15px;
  }
  .uol-billboard--sub-level .uol-billboard__textContainer h1, .uol-billboard--sub-level .uol-billboard__textContainer .h1,
  .uol-billboard--sub-level .uol-billboard__textContainer h2,
  .uol-billboard--sub-level .uol-billboard__textContainer .h2,
  .uol-billboard--sub-level .uol-billboard__textContainer p {
    color: #fff;
  }
  .uol-billboard--sub-level .uol-billboard__text {
    position: absolute;
    left: 15px;
    bottom: 20px;
    z-index: 1;
    padding: 0;
  }
  .uol-billboard--sub-level:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(0deg, rgba(35, 31, 32, 0.4), rgba(35, 31, 32, 0.1), rgba(196, 196, 196, 0));
  }
}
@media (min-width: 1200px) {
  .uol-billboard--sub-level, .uol-billboard__media {
    min-height: 55rem;
    height: 55rem;
  }
}
@media (min-width: 1400px) {
  .uol-billboard--sub-level, .uol-billboard__media {
    min-height: 60rem;
    height: 60rem;
  }
}
.uol-blockquote, .uol-blockquote--accent-secondary, .uol-blockquote--accent-primary, .uol-blockquote--secondary, .uol-blockquote--primary, .uol-blockquote--dark, .uol-blockquote--light {
  border-left: 1rem solid gray;
  padding: 3rem 2rem;
}
.uol-blockquote .blockquote, .uol-blockquote--accent-secondary .blockquote, .uol-blockquote--accent-primary .blockquote, .uol-blockquote--secondary .blockquote, .uol-blockquote--primary .blockquote, .uol-blockquote--dark .blockquote, .uol-blockquote--light .blockquote {
  border-left: none;
}
.uol-blockquote .blockquote-footer::before, .uol-blockquote--accent-secondary .blockquote-footer::before, .uol-blockquote--accent-primary .blockquote-footer::before, .uol-blockquote--secondary .blockquote-footer::before, .uol-blockquote--primary .blockquote-footer::before, .uol-blockquote--dark .blockquote-footer::before, .uol-blockquote--light .blockquote-footer::before {
  content: "";
}
.uol-blockquote .uol-blockquote__mark, .uol-blockquote--accent-secondary .uol-blockquote__mark, .uol-blockquote--accent-primary .uol-blockquote__mark, .uol-blockquote--secondary .uol-blockquote__mark, .uol-blockquote--primary .uol-blockquote__mark, .uol-blockquote--dark .uol-blockquote__mark, .uol-blockquote--light .uol-blockquote__mark {
  color: #002147;
  display: block;
  max-width: 2.5rem;
  opacity: 0.25;
}
.uol-blockquote .uol-blockquote__mark:first-of-type, .uol-blockquote--accent-secondary .uol-blockquote__mark:first-of-type, .uol-blockquote--accent-primary .uol-blockquote__mark:first-of-type, .uol-blockquote--secondary .uol-blockquote__mark:first-of-type, .uol-blockquote--primary .uol-blockquote__mark:first-of-type, .uol-blockquote--dark .uol-blockquote__mark:first-of-type, .uol-blockquote--light .uol-blockquote__mark:first-of-type {
  margin-right: auto;
  margin-bottom: 1rem;
}
.uol-blockquote .uol-blockquote__mark:last-of-type, .uol-blockquote--accent-secondary .uol-blockquote__mark:last-of-type, .uol-blockquote--accent-primary .uol-blockquote__mark:last-of-type, .uol-blockquote--secondary .uol-blockquote__mark:last-of-type, .uol-blockquote--primary .uol-blockquote__mark:last-of-type, .uol-blockquote--dark .uol-blockquote__mark:last-of-type, .uol-blockquote--light .uol-blockquote__mark:last-of-type {
  margin-left: auto;
}

.uol-blockquote--light {
  --uol-blockquote-color: #636464;
  --uol-blockquote-bg: #f8f9fa;
  --uol-blockquote-border-color: #fbfbfc;
  background-color: var(--uol-blockquote-bg);
  color: var(--uol-blockquote-color);
  border-left: 1rem solid var(--uol-blockquote-border-color);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  padding-bottom: 5rem;
}
.uol-blockquote--light .blockquote-footer,
.uol-blockquote--light .uol-body,
.uol-blockquote--light .uol-body-prominent,
.uol-blockquote--light .uol-blockquote__mark {
  color: #fff;
}
.uol-blockquote--light .uol-blockquote__mark {
  opacity: 0.5;
}

.uol-blockquote--dark {
  --uol-blockquote-color: #fff;
  --uol-blockquote-bg: #212529;
  --uol-blockquote-border-color: #7a7c7f;
  background-color: var(--uol-blockquote-bg);
  color: var(--uol-blockquote-color);
  border-left: 1rem solid var(--uol-blockquote-border-color);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  padding-bottom: 5rem;
}
.uol-blockquote--dark .blockquote-footer,
.uol-blockquote--dark .uol-body,
.uol-blockquote--dark .uol-body-prominent,
.uol-blockquote--dark .uol-blockquote__mark {
  color: #fff;
}
.uol-blockquote--dark .uol-blockquote__mark {
  opacity: 0.5;
}

.uol-blockquote--primary {
  --uol-blockquote-color: #fff;
  --uol-blockquote-bg: #002147;
  --uol-blockquote-border-color: #667a91;
  background-color: var(--uol-blockquote-bg);
  color: var(--uol-blockquote-color);
  border-left: 1rem solid var(--uol-blockquote-border-color);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  padding-bottom: 5rem;
}
.uol-blockquote--primary .blockquote-footer,
.uol-blockquote--primary .uol-body,
.uol-blockquote--primary .uol-body-prominent,
.uol-blockquote--primary .uol-blockquote__mark {
  color: #fff;
}
.uol-blockquote--primary .uol-blockquote__mark {
  opacity: 0.5;
}

.uol-blockquote--secondary {
  --uol-blockquote-color: #fff;
  --uol-blockquote-bg: #047e8b;
  --uol-blockquote-border-color: #68b2b9;
  background-color: var(--uol-blockquote-bg);
  color: var(--uol-blockquote-color);
  border-left: 1rem solid var(--uol-blockquote-border-color);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  padding-bottom: 5rem;
}
.uol-blockquote--secondary .blockquote-footer,
.uol-blockquote--secondary .uol-body,
.uol-blockquote--secondary .uol-body-prominent,
.uol-blockquote--secondary .uol-blockquote__mark {
  color: #fff;
}
.uol-blockquote--secondary .uol-blockquote__mark {
  opacity: 0.5;
}

.uol-blockquote--accent-primary {
  --uol-blockquote-color: #fff;
  --uol-blockquote-bg: #db1a72;
  --uol-blockquote-border-color: #e976aa;
  background-color: var(--uol-blockquote-bg);
  color: var(--uol-blockquote-color);
  border-left: 1rem solid var(--uol-blockquote-border-color);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  padding-bottom: 5rem;
}
.uol-blockquote--accent-primary .blockquote-footer,
.uol-blockquote--accent-primary .uol-body,
.uol-blockquote--accent-primary .uol-body-prominent,
.uol-blockquote--accent-primary .uol-blockquote__mark {
  color: #fff;
}
.uol-blockquote--accent-primary .uol-blockquote__mark {
  opacity: 0.5;
}

.uol-blockquote--accent-secondary {
  --uol-blockquote-color: #fff;
  --uol-blockquote-bg: #747678;
  --uol-blockquote-border-color: #acadae;
  background-color: var(--uol-blockquote-bg);
  color: var(--uol-blockquote-color);
  border-left: 1rem solid var(--uol-blockquote-border-color);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  padding-bottom: 5rem;
}
.uol-blockquote--accent-secondary .blockquote-footer,
.uol-blockquote--accent-secondary .uol-body,
.uol-blockquote--accent-secondary .uol-body-prominent,
.uol-blockquote--accent-secondary .uol-blockquote__mark {
  color: #fff;
}
.uol-blockquote--accent-secondary .uol-blockquote__mark {
  opacity: 0.5;
}

.uol-breadcrumb {
  --uol-breadcrumb-container-bg: #047e8b;
  --uol-breadcrumb-link-color: #fff;
  --uol-breadcrumb-link-color-hover: #dee2e6;
  background-color: var(--uol-breadcrumb-container-bg);
}

.breadcrumb {
  --uol-breadcrumb-padding-x: 0;
  --uol-breadcrumb-padding-y: 0;
  --uol-breadcrumb-margin-bottom: 0;
  --uol-breadcrumb-bg: ;
  --uol-breadcrumb-border-radius: ;
  --uol-breadcrumb-divider-color: #fff;
  --uol-breadcrumb-item-padding-x: 0.5rem;
  --uol-breadcrumb-item-active-color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: var(--uol-breadcrumb-padding-y) var(--uol-breadcrumb-padding-x);
  margin-bottom: var(--uol-breadcrumb-margin-bottom);
  font-size: var(--uol-breadcrumb-font-size);
  list-style: none;
  background-color: var(--uol-breadcrumb-bg);
  border-radius: var(--uol-breadcrumb-border-radius);
}

.breadcrumb-item {
  padding: 0;
  line-height: 4.5rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--uol-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--uol-breadcrumb-item-padding-x);
  color: var(--uol-breadcrumb-divider-color);
  content: var(--uol-breadcrumb-divider, ">") /* rtl: var(--uol-breadcrumb-divider, ">") */;
}
.breadcrumb-item.active, .breadcrumb-item:last-child {
  color: var(--uol-breadcrumb-item-active-color);
}
.breadcrumb-item a {
  color: var(--uol-breadcrumb-link-color);
  display: inline-block;
  min-width: 4.4rem;
  padding: 0;
  text-align: center;
}
.breadcrumb-item a:hover {
  color: var(--uol-breadcrumb-link-color-hover);
}

.uol-carousel-card .__img {
  width: 100%;
}
.uol-carousel-card .__img img {
  height: 14rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.uol-carousel-card__standfirst {
  color: #000;
}
.uol-carousel-card__standfirst--full-width, .uol-carousel-card__standfirst-full-width p {
  max-width: 100%;
}
.uol-carousel-card__tile_caption, .uol-carousel-card__video_caption {
  box-shadow: none;
  padding: 2rem 2rem 0.5rem;
}
.uol-carousel-card__tile_caption--center, .uol-carousel-card__video_caption--center {
  text-align: center;
}
.uol-carousel-card__tile_caption h3, .uol-carousel-card__tile_caption .h3, .uol-carousel-card__video_caption h3, .uol-carousel-card__video_caption .h3 {
  margin-bottom: 1rem;
}
.uol-carousel-card__tile_title, .uol-carousel-card__video_title {
  margin: 0;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #333;
  font-family: Georgia, serif;
  font-weight: 400;
}
.uol-carousel-card .slick-track,
.uol-carousel-card .slick-slide {
  display: flex !important;
}
.uol-carousel-card .slick-slide {
  height: inherit !important;
  margin: 1rem;
}
.uol-carousel-card .slick-slide .tile {
  display: flex !important;
  flex: 1;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.uol-carousel-card .slick-slide .tile > a {
  color: #000;
  height: 100%;
  text-decoration: none;
}
.uol-carousel-card .slick-slide .tile > a:hover, .uol-carousel-card .slick-slide .tile > a:active {
  text-decoration: underline;
}
.uol-carousel-card .slick-slide > div {
  width: 100%;
}
.uol-carousel-card__uol-btn {
  margin-bottom: 0.5rem;
}
.uol-callout, .uol-callout--accent-secondary, .uol-callout--accent-primary, .uol-callout--secondary, .uol-callout--primary, .uol-callout--dark, .uol-callout--light {
  border-left: 1rem solid gray;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}
.uol-callout p, .uol-callout--accent-secondary p, .uol-callout--accent-primary p, .uol-callout--secondary p, .uol-callout--primary p, .uol-callout--dark p, .uol-callout--light p {
  margin-bottom: 0 !important;
}

.uol-callout--light {
  --uol-callout-color: #636464;
  --uol-callout-bg: #fefefe;
  --uol-callout-border-color: #f8f9fa;
  background-color: var(--uol-callout-bg);
  color: var(--uol-callout-color);
  border-left: 0.5rem solid var(--uol-callout-border-color);
}
.uol-callout--light p a:not(.btn):not(.uol-btn) {
  color: var(--uol-callout-color);
}

.uol-callout--dark {
  --uol-callout-color: #141619;
  --uol-callout-bg: #d3d3d4;
  --uol-callout-border-color: #212529;
  background-color: var(--uol-callout-bg);
  color: var(--uol-callout-color);
  border-left: 0.5rem solid var(--uol-callout-border-color);
}
.uol-callout--dark p a:not(.btn):not(.uol-btn) {
  color: var(--uol-callout-color);
}

.uol-callout--primary {
  --uol-callout-color: #00142b;
  --uol-callout-bg: #ccd3da;
  --uol-callout-border-color: #002147;
  background-color: var(--uol-callout-bg);
  color: var(--uol-callout-color);
  border-left: 0.5rem solid var(--uol-callout-border-color);
}
.uol-callout--primary p a:not(.btn):not(.uol-btn) {
  color: var(--uol-callout-color);
}

.uol-callout--secondary {
  --uol-callout-color: #024c53;
  --uol-callout-bg: #cde5e8;
  --uol-callout-border-color: #047e8b;
  background-color: var(--uol-callout-bg);
  color: var(--uol-callout-color);
  border-left: 0.5rem solid var(--uol-callout-border-color);
}
.uol-callout--secondary p a:not(.btn):not(.uol-btn) {
  color: var(--uol-callout-color);
}

.uol-callout--accent-primary {
  --uol-callout-color: #831044;
  --uol-callout-bg: #f8d1e3;
  --uol-callout-border-color: #db1a72;
  background-color: var(--uol-callout-bg);
  color: var(--uol-callout-color);
  border-left: 0.5rem solid var(--uol-callout-border-color);
}
.uol-callout--accent-primary p a:not(.btn):not(.uol-btn) {
  color: var(--uol-callout-color);
}

.uol-callout--accent-secondary {
  --uol-callout-color: #464748;
  --uol-callout-bg: #e3e4e4;
  --uol-callout-border-color: #747678;
  background-color: var(--uol-callout-bg);
  color: var(--uol-callout-color);
  border-left: 0.5rem solid var(--uol-callout-border-color);
}
.uol-callout--accent-secondary p a:not(.btn):not(.uol-btn) {
  color: var(--uol-callout-color);
}

.uol-carousel_img {
  max-height: 45rem;
  min-height: 45rem;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: inherit;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: inherit;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: left;
  text-shadow: none;
  width: 70%;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

#uol-clearing-list {
  background-color: #047e8b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 20rem;
  padding: 0;
}

.uol-clearing-list__form {
  padding: 0 1rem;
}
.uol-clearing-list__form label {
  color: #fff;
  display: block;
}
.uol-clearing-list__form--input {
  font-size: 2rem;
  line-height: 4rem;
  margin: 0.5rem 0 1rem;
  width: 100%;
}
.uol-clearing-list__buttonFrame {
  padding: 0 1rem;
}
.uol-clearing-list__buttonFrame button {
  margin-top: 1rem;
}
.uol-clearing-list__courses {
  margin-top: 2rem;
}
.uol-clearing-list__courses .clearingCourse {
  outline: 0.2rem solid #002147;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.uol-clearing-list__courses .clearingCourse h3, .uol-clearing-list__courses .clearingCourse .h3 {
  background-color: #002147;
  color: #fff;
  margin: 0 0;
  font-family: var(--uol-font-sans-serif);
  font-weight: 700;
  padding: 1.5rem;
}
.uol-clearing-list__courses .clearingCourse .clearingStatus {
  background-color: #82af6f;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 95% 0%, 81% 102%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 95% 0%, 81% 102%, 0% 100%);
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1.5rem;
  width: 50%;
}
.uol-clearing-list__courses .clearingCourse .clearingStatus.--open {
  background-color: #82af6f;
}
.uol-clearing-list__courses .clearingCourse .clearingStatus.--closed {
  background-color: #d15b47;
}
.uol-clearing-list__courses .clearingCourse a {
  margin-left: 1.5rem;
}

@media (min-width: 992px) {
  .uol-clearing-list__form--input {
    width: 50%;
  }
  .uol-clearing-list__courses .clearingCourse .clearingStatus {
    width: 25%;
  }
}
.uol-contact-block {
  --uol-contact-block-color: #212529;
  --uol-contact-block-bg: transparent;
  color: var(--uol-contact-block-color);
  background-color: var(--uol-contact-block-bg);
  margin-bottom: -2.5rem !important;
  max-width: initial !important;
  padding: 1rem 0 !important;
  text-align: center;
}
.uol-contact-block a {
  color: var(--uol-contact-block-color) !important;
}
.uol-contact-block .--address {
  width: 100%;
}
.uol-contact-block--inner-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.uol-contact-block--sm {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  text-align: center;
  width: 100%;
}
.uol-contact-block--sm ul {
  list-style: none;
  padding-left: 0 !important;
}
.uol-contact-block--sm ul li {
  display: inline-block;
  font-size: 2rem;
  margin: 1rem;
  border: none;
  position: relative;
  padding-bottom: 1.5rem;
}
.uol-contact-block--sm ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0.5rem;
  left: 50%;
  bottom: 0;
  transition: all ease-in-out 0.2s;
  border-bottom: 0.2rem solid;
}
.uol-contact-block--sm ul li:hover::after {
  width: 100%;
  left: 0;
}

@media (min-width: 992px) {
  .uol-contact-block p,
  .uol-contact-block h2,
  .uol-contact-block .h2 {
    text-align: left;
  }
  .uol-contact-block--sm {
    margin-top: 0;
    padding-left: 2rem;
    text-align: left;
    width: auto;
  }
  .uol-contact-block--sm ul li {
    font-size: 2.5rem;
  }
  .uol-contact-block.--hasSmedia .--address {
    border-right: 0.2rem solid;
    width: 35%;
  }
}
.uol-contact-block--light {
  --uol-contact-block-color: #000;
  --uol-contact-block-bg: #f8f9fa;
  background-color: var(--uol-contact-block-bg);
  color: var(--uol-contact-block-color);
}
.uol-contact-block--light h2, .uol-contact-block--light .h2,
.uol-contact-block--light p,
.uol-contact-block--light a {
  color: var(--uol-contact-block-color) !important;
}
.uol-contact-block--light h2.uol-link-underline::after, .uol-contact-block--light .uol-link-underline.h2::after,
.uol-contact-block--light p.uol-link-underline::after,
.uol-contact-block--light a.uol-link-underline::after {
  background-color: var(--uol-contact-block-color);
}
.uol-contact-block--light ul li::after {
  border-color: var(--uol-contact-block-color);
}
.uol-contact-block--light .uol-contact-block .--address {
  border-color: var(--uol-contact-block-color);
}

.uol-contact-block--dark {
  --uol-contact-block-color: #fff;
  --uol-contact-block-bg: #212529;
  background-color: var(--uol-contact-block-bg);
  color: var(--uol-contact-block-color);
}
.uol-contact-block--dark h2, .uol-contact-block--dark .h2,
.uol-contact-block--dark p,
.uol-contact-block--dark a {
  color: var(--uol-contact-block-color) !important;
}
.uol-contact-block--dark h2.uol-link-underline::after, .uol-contact-block--dark .uol-link-underline.h2::after,
.uol-contact-block--dark p.uol-link-underline::after,
.uol-contact-block--dark a.uol-link-underline::after {
  background-color: var(--uol-contact-block-color);
}
.uol-contact-block--dark ul li::after {
  border-color: var(--uol-contact-block-color);
}
.uol-contact-block--dark .uol-contact-block .--address {
  border-color: var(--uol-contact-block-color);
}

.uol-contact-block--primary {
  --uol-contact-block-color: #fff;
  --uol-contact-block-bg: #002147;
  background-color: var(--uol-contact-block-bg);
  color: var(--uol-contact-block-color);
}
.uol-contact-block--primary h2, .uol-contact-block--primary .h2,
.uol-contact-block--primary p,
.uol-contact-block--primary a {
  color: var(--uol-contact-block-color) !important;
}
.uol-contact-block--primary h2.uol-link-underline::after, .uol-contact-block--primary .uol-link-underline.h2::after,
.uol-contact-block--primary p.uol-link-underline::after,
.uol-contact-block--primary a.uol-link-underline::after {
  background-color: var(--uol-contact-block-color);
}
.uol-contact-block--primary ul li::after {
  border-color: var(--uol-contact-block-color);
}
.uol-contact-block--primary .uol-contact-block .--address {
  border-color: var(--uol-contact-block-color);
}

.uol-contact-block--secondary {
  --uol-contact-block-color: #fff;
  --uol-contact-block-bg: #047e8b;
  background-color: var(--uol-contact-block-bg);
  color: var(--uol-contact-block-color);
}
.uol-contact-block--secondary h2, .uol-contact-block--secondary .h2,
.uol-contact-block--secondary p,
.uol-contact-block--secondary a {
  color: var(--uol-contact-block-color) !important;
}
.uol-contact-block--secondary h2.uol-link-underline::after, .uol-contact-block--secondary .uol-link-underline.h2::after,
.uol-contact-block--secondary p.uol-link-underline::after,
.uol-contact-block--secondary a.uol-link-underline::after {
  background-color: var(--uol-contact-block-color);
}
.uol-contact-block--secondary ul li::after {
  border-color: var(--uol-contact-block-color);
}
.uol-contact-block--secondary .uol-contact-block .--address {
  border-color: var(--uol-contact-block-color);
}

.uol-contact-block--accent-primary {
  --uol-contact-block-color: #fff;
  --uol-contact-block-bg: #db1a72;
  background-color: var(--uol-contact-block-bg);
  color: var(--uol-contact-block-color);
}
.uol-contact-block--accent-primary h2, .uol-contact-block--accent-primary .h2,
.uol-contact-block--accent-primary p,
.uol-contact-block--accent-primary a {
  color: var(--uol-contact-block-color) !important;
}
.uol-contact-block--accent-primary h2.uol-link-underline::after, .uol-contact-block--accent-primary .uol-link-underline.h2::after,
.uol-contact-block--accent-primary p.uol-link-underline::after,
.uol-contact-block--accent-primary a.uol-link-underline::after {
  background-color: var(--uol-contact-block-color);
}
.uol-contact-block--accent-primary ul li::after {
  border-color: var(--uol-contact-block-color);
}
.uol-contact-block--accent-primary .uol-contact-block .--address {
  border-color: var(--uol-contact-block-color);
}

.uol-contact-block--accent-secondary {
  --uol-contact-block-color: #fff;
  --uol-contact-block-bg: #747678;
  background-color: var(--uol-contact-block-bg);
  color: var(--uol-contact-block-color);
}
.uol-contact-block--accent-secondary h2, .uol-contact-block--accent-secondary .h2,
.uol-contact-block--accent-secondary p,
.uol-contact-block--accent-secondary a {
  color: var(--uol-contact-block-color) !important;
}
.uol-contact-block--accent-secondary h2.uol-link-underline::after, .uol-contact-block--accent-secondary .uol-link-underline.h2::after,
.uol-contact-block--accent-secondary p.uol-link-underline::after,
.uol-contact-block--accent-secondary a.uol-link-underline::after {
  background-color: var(--uol-contact-block-color);
}
.uol-contact-block--accent-secondary ul li::after {
  border-color: var(--uol-contact-block-color);
}
.uol-contact-block--accent-secondary .uol-contact-block .--address {
  border-color: var(--uol-contact-block-color);
}

.uol-contact-card {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 2.5rem;
}
.uol-contact-card.--ones .uol-contact-card__item {
  flex-basis: 100%;
}
.uol-contact-card.--twos .uol-contact-card__item {
  flex-basis: 48%;
}
.uol-contact-card.--threes .uol-contact-card__item {
  flex-basis: 31%;
}
.uol-contact-card.--hideImgs .uol-contact-card__item.--hasimg {
  margin-top: 0;
  padding: 2rem;
}
.uol-contact-card.--hideImgs .uol-contact-card__item img {
  display: none;
}
.uol-contact-card__item {
  --uol-contact-card-border-color: #212529;
  align-items: center;
  border: 0.4rem solid;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  padding: 2rem;
  text-align: center;
}
.uol-contact-card__item.--hasimg {
  margin-top: 6rem;
  padding: 0 2rem 2rem;
}
.uol-contact-card__item img {
  background-color: #fff;
  border: 0.4rem solid;
  border-radius: 6rem;
  display: block;
  flex-shrink: 0;
  height: 12rem;
  margin-bottom: -5rem;
  max-width: 12rem;
  max-height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 12rem;
}
.uol-contact-card__item > h3, .uol-contact-card__item > .h3,
.uol-contact-card__item > .h4 {
  margin-top: 0.7rem;
}
.uol-contact-card__item > h4, .uol-contact-card__item > .h4,
.uol-contact-card__item > .h5 {
  margin-top: 1rem;
}
.uol-contact-card__item > hr {
  border-top: 0.3rem dotted;
  transition: all 0.3s;
  width: 100%;
}
.uol-contact-card__item > hr.noborder {
  border: none;
  margin: 1rem 0;
}
.uol-contact-card__item .__intro,
.uol-contact-card__item .__quote {
  padding: 0.8rem 0 1.8rem;
}

@media (min-width: 768px) {
  .uol-contact-card__item > hr {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .uol-contact-card {
    flex-direction: row;
  }
  .uol-contact-card.--ones .uol-contact-card__item {
    max-width: 100%;
  }
  .uol-contact-card.--twos .uol-contact-card__item {
    max-width: 49%;
  }
  .uol-contact-card.--threes .uol-contact-card__item {
    max-width: 32%;
  }
  .uol-contact-card__item > hr {
    width: 50%;
  }
}
.uol-contact-card--light .uol-contact-card__item {
  --uol-contact-card-border-color: #f8f9fa;
  border-color: var(--uol-contact-card-border-color);
}
.uol-contact-card--light .uol-contact-card__item img {
  border-color: var(--uol-contact-card-border-color);
}
.uol-contact-card--light .uol-contact-card__item hr {
  border-color: var(--uol-contact-card-border-color);
}

.uol-contact-card--dark .uol-contact-card__item {
  --uol-contact-card-border-color: #212529;
  border-color: var(--uol-contact-card-border-color);
}
.uol-contact-card--dark .uol-contact-card__item img {
  border-color: var(--uol-contact-card-border-color);
}
.uol-contact-card--dark .uol-contact-card__item hr {
  border-color: var(--uol-contact-card-border-color);
}

.uol-contact-card--primary .uol-contact-card__item {
  --uol-contact-card-border-color: #002147;
  border-color: var(--uol-contact-card-border-color);
}
.uol-contact-card--primary .uol-contact-card__item img {
  border-color: var(--uol-contact-card-border-color);
}
.uol-contact-card--primary .uol-contact-card__item hr {
  border-color: var(--uol-contact-card-border-color);
}

.uol-contact-card--secondary .uol-contact-card__item {
  --uol-contact-card-border-color: #047e8b;
  border-color: var(--uol-contact-card-border-color);
}
.uol-contact-card--secondary .uol-contact-card__item img {
  border-color: var(--uol-contact-card-border-color);
}
.uol-contact-card--secondary .uol-contact-card__item hr {
  border-color: var(--uol-contact-card-border-color);
}

.uol-contact-card--accent-primary .uol-contact-card__item {
  --uol-contact-card-border-color: #db1a72;
  border-color: var(--uol-contact-card-border-color);
}
.uol-contact-card--accent-primary .uol-contact-card__item img {
  border-color: var(--uol-contact-card-border-color);
}
.uol-contact-card--accent-primary .uol-contact-card__item hr {
  border-color: var(--uol-contact-card-border-color);
}

.uol-contact-card--accent-secondary .uol-contact-card__item {
  --uol-contact-card-border-color: #747678;
  border-color: var(--uol-contact-card-border-color);
}
.uol-contact-card--accent-secondary .uol-contact-card__item img {
  border-color: var(--uol-contact-card-border-color);
}
.uol-contact-card--accent-secondary .uol-contact-card__item hr {
  border-color: var(--uol-contact-card-border-color);
}

.uol-course-entry-reqs, .uol-course-entry-reqs--accent-secondary, .uol-course-entry-reqs--accent-primary, .uol-course-entry-reqs--secondary, .uol-course-entry-reqs--primary {
  word-wrap: break-word;
}
.uol-course-entry-reqs p, .uol-course-entry-reqs--accent-secondary p, .uol-course-entry-reqs--accent-primary p, .uol-course-entry-reqs--secondary p, .uol-course-entry-reqs--primary p,
.uol-course-entry-reqs h3,
.uol-course-entry-reqs--accent-secondary h3,
.uol-course-entry-reqs--accent-primary h3,
.uol-course-entry-reqs--secondary h3,
.uol-course-entry-reqs--primary h3,
.uol-course-entry-reqs .h3,
.uol-course-entry-reqs--accent-secondary .h3,
.uol-course-entry-reqs--accent-primary .h3,
.uol-course-entry-reqs--secondary .h3,
.uol-course-entry-reqs--primary .h3 {
  color: #fff;
}
.uol-course-entry-reqs__tabs > li.active a {
  color: #fff;
}
.uol-course-entry-reqs__tabs > li.active a:focus, .uol-course-entry-reqs__tabs > li.active a:hover {
  color: #fff;
}
.uol-course-entry-reqs__tabs > li > a {
  border-radius: 0;
  color: #fff;
  text-decoration: none;
}
.uol-course-entry-reqs__tabs > li > a:hover {
  background-color: #fff;
  text-decoration: underline;
}
.uol-course-entry-reqs__tab-panes > div {
  padding: 1.5rem;
}
.uol-course-entry-reqs__tab-panes > div h3, .uol-course-entry-reqs__tab-panes > div .h3 {
  margin-top: 0;
}
.uol-course-entry-reqs__tab-panes > div a {
  color: #fff;
  word-wrap: break-word;
}
.uol-course-entry-reqs__common {
  border-top: 1px solid #fff;
  padding: 1.5rem;
}
.uol-course-entry-reqs__common a {
  color: #fff;
  word-wrap: break-word;
}

.uol-course-entry-reqs--primary > ul,
.uol-course-entry-reqs--primary > div {
  background-color: #002147;
}
.uol-course-entry-reqs--primary > ul:last-of-type:not(:only-of-type),
.uol-course-entry-reqs--primary > div:last-of-type:not(:only-of-type) {
  background-color: #6c757d;
}
.uol-course-entry-reqs--primary > ul[class*=uol-course-entry-reqs__tabs] > li > a:hover {
  color: #002147;
}
.uol-course-entry-reqs--primary > ul[class*=uol-course-entry-reqs__tabs] > li.active a {
  background-color: #047e8b;
}
.uol-course-entry-reqs--primary > ul[class*=uol-course-entry-reqs__tabs] > li.active a:focus {
  background-color: #047e8b;
}
.uol-course-entry-reqs--primary > ul[class*=uol-course-entry-reqs__tabs] > li.active a:hover {
  background-color: #fff;
}

.uol-course-entry-reqs--secondary > ul,
.uol-course-entry-reqs--secondary > div {
  background-color: #047e8b;
}
.uol-course-entry-reqs--secondary > ul:last-of-type:not(:only-of-type),
.uol-course-entry-reqs--secondary > div:last-of-type:not(:only-of-type) {
  background-color: #6c757d;
}
.uol-course-entry-reqs--secondary > ul[class*=uol-course-entry-reqs__tabs] > li > a:hover {
  color: #047e8b;
}
.uol-course-entry-reqs--secondary > ul[class*=uol-course-entry-reqs__tabs] > li.active a {
  background-color: #db1a72;
}
.uol-course-entry-reqs--secondary > ul[class*=uol-course-entry-reqs__tabs] > li.active a:focus {
  background-color: #db1a72;
}
.uol-course-entry-reqs--secondary > ul[class*=uol-course-entry-reqs__tabs] > li.active a:hover {
  background-color: #fff;
}

.uol-course-entry-reqs--accent-primary > ul,
.uol-course-entry-reqs--accent-primary > div {
  background-color: #db1a72;
}
.uol-course-entry-reqs--accent-primary > ul:last-of-type:not(:only-of-type),
.uol-course-entry-reqs--accent-primary > div:last-of-type:not(:only-of-type) {
  background-color: #6c757d;
}
.uol-course-entry-reqs--accent-primary > ul[class*=uol-course-entry-reqs__tabs] > li > a:hover {
  color: #db1a72;
}
.uol-course-entry-reqs--accent-primary > ul[class*=uol-course-entry-reqs__tabs] > li.active a {
  background-color: #047e8b;
}
.uol-course-entry-reqs--accent-primary > ul[class*=uol-course-entry-reqs__tabs] > li.active a:focus {
  background-color: #047e8b;
}
.uol-course-entry-reqs--accent-primary > ul[class*=uol-course-entry-reqs__tabs] > li.active a:hover {
  background-color: #fff;
}

.uol-course-entry-reqs--accent-secondary > ul,
.uol-course-entry-reqs--accent-secondary > div {
  background-color: #747678;
}
.uol-course-entry-reqs--accent-secondary > ul:last-of-type:not(:only-of-type),
.uol-course-entry-reqs--accent-secondary > div:last-of-type:not(:only-of-type) {
  background-color: #047e8b;
}
.uol-course-entry-reqs--accent-secondary > ul[class*=uol-course-entry-reqs__tabs] > li > a:hover {
  color: #747678;
}
.uol-course-entry-reqs--accent-secondary > ul[class*=uol-course-entry-reqs__tabs] > li.active a {
  background-color: #db1a72;
}
.uol-course-entry-reqs--accent-secondary > ul[class*=uol-course-entry-reqs__tabs] > li.active a:focus {
  background-color: #db1a72;
}
.uol-course-entry-reqs--accent-secondary > ul[class*=uol-course-entry-reqs__tabs] > li.active a:hover {
  background-color: #fff;
}

.uol-course-header {
  align-items: stretch;
  display: flex !important;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  overflow-x: initial;
  max-width: 180rem;
}
.uol-course-header > div:first-child {
  position: absolute;
  top: 1.5rem;
  width: 100%;
  z-index: 9;
}
.uol-course-header > div:first-child .uol-wrapper {
  display: flex !important;
  flex-flow: column;
  height: 52.5rem;
}
.uol-course-header__title h1, .uol-course-header__title .h1 {
  color: #fff;
  font-family: var(--uol-body-font-family);
  font-weight: 700;
  display: flex;
  flex-direction: column;
  letter-spacing: -0.2rem;
  line-height: normal;
  text-align: center;
  width: 100%;
}
.uol-course-header__clearing-status {
  padding: 1.5rem 0;
  text-align: center;
}
.uol-course-header__clearing-status .uol-wrapper div.uol-ucas-cta {
  display: inline-block;
  margin: 0.5rem 0;
  width: 80%;
}
.uol-course-header__clearing-status .uol-wrapper div.uol-ucas-cta a {
  width: 100%;
}
.uol-course-header__clearing-status .uol-wrapper div p {
  font-weight: bold;
  margin: 0;
}
.uol-course-header__clearing-status .uol-wrapper .uol-ucas-tariff {
  margin-left: 0;
  margin-top: 1rem;
}
.uol-course-header__clearing-status .uol-wrapper .uol-ucas-tariff a {
  margin-top: -2rem;
}
.uol-course-header__ctaBtnContainer {
  margin-top: auto;
  margin-bottom: 12rem;
  text-align: center;
}
.uol-course-header__banner {
  padding: 0;
}
.uol-course-header__banner__overlay--light, .uol-course-header__banner__overlay--medium, .uol-course-header__banner__overlay--dark {
  height: 52.5rem !important;
}
.uol-course-header__banner__overlay--light {
  background: rgba(0, 0, 0, 0.2);
}
.uol-course-header__banner__overlay--medium {
  background: rgba(0, 0, 0, 0.3);
}
.uol-course-header__banner__overlay--dark {
  background: rgba(0, 0, 0, 0.4);
}
.uol-course-header__banner__play {
  bottom: auto;
  cursor: pointer;
  right: 1.5rem;
  position: absolute;
  top: 1.5rem;
  z-index: 10;
}
.uol-course-header__banner picture,
.uol-course-header__banner img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 52.5rem;
}
.uol-course-header__banner img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.uol-course-header__key-info {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
  color: #fff;
  display: flex !important;
  flex-flow: column;
  margin: -9rem auto 0;
  padding: 0 0 2.5rem;
  position: relative;
  text-align: center;
  width: 80%;
  z-index: 9;
}
.uol-course-header__key-info h2, .uol-course-header__key-info .h2,
.uol-course-header__key-info h3,
.uol-course-header__key-info .h3,
.uol-course-header__key-info p,
.uol-course-header__key-info a {
  color: #fff;
}
.uol-course-header__key-info h2, .uol-course-header__key-info .h2,
.uol-course-header__key-info h3,
.uol-course-header__key-info .h3 {
  font-family: var(--uol-body-font-family);
}
.uol-course-header__key-info a {
  text-decoration: underline;
}
.uol-course-header__key-info__frame {
  min-height: 35rem;
}
.uol-course-header__key-info__title {
  padding: 0 1.5rem;
}
.uol-course-header__key-info__year {
  padding: 0 1.5rem;
}
.uol-course-header__key-info__year__cnt {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
}
.uol-course-header__key-info__year__cnt__key-info {
  text-align: center;
  width: 100%;
  padding: 1rem 2rem 0;
}
.uol-course-header__key-info__year__cnt__key-info .h4 {
  font-family: var(--uol-body-font-family);
  font-weight: 700;
}
.uol-course-header__key-info hr {
  margin: 0 auto 0.6rem;
  width: 50%;
}

#uol-course-year-select {
  margin-top: auto;
  width: 100%;
  padding: 0.5rem 1.5rem;
  text-align: center;
}
#uol-course-year-select .uol-radio-btn-container, #uol-course-year-select .uol-radio-btn-container--vert, #uol-course-year-select .uol-radio-btn-container--horiz {
  position: relative;
  padding-left: 3.5rem;
  margin-bottom: 1.2rem;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-right: 1rem;
}
#uol-course-year-select .uol-radio-btn-container--horiz {
  display: inline-block;
}
#uol-course-year-select .uol-radio-btn-container--vert {
  display: block;
}
#uol-course-year-select .uol-radio-btn-container input, #uol-course-year-select .uol-radio-btn-container--horiz input, #uol-course-year-select .uol-radio-btn-container--vert input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#uol-course-year-select .uol-radio-btn-container input:checked ~ .checkmark, #uol-course-year-select .uol-radio-btn-container--horiz input:checked ~ .checkmark, #uol-course-year-select .uol-radio-btn-container--vert input:checked ~ .checkmark {
  background-color: #fff;
}
#uol-course-year-select .uol-radio-btn-container input:checked ~ .checkmark:after, #uol-course-year-select .uol-radio-btn-container--horiz input:checked ~ .checkmark:after, #uol-course-year-select .uol-radio-btn-container--vert input:checked ~ .checkmark:after {
  display: block;
  background-color: #047e8b;
}
#uol-course-year-select .uol-radio-btn-container .checkmark, #uol-course-year-select .uol-radio-btn-container--horiz .checkmark, #uol-course-year-select .uol-radio-btn-container--vert .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #eee;
  border-radius: 50%;
}
#uol-course-year-select .uol-radio-btn-container .checkmark:after, #uol-course-year-select .uol-radio-btn-container--horiz .checkmark:after, #uol-course-year-select .uol-radio-btn-container--vert .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 0.9rem;
  left: 0.9rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #fff;
}
#uol-course-year-select .uol-radio-btn-container:hover input ~ .checkmark, #uol-course-year-select .uol-radio-btn-container--horiz:hover input ~ .checkmark, #uol-course-year-select .uol-radio-btn-container--vert:hover input ~ .checkmark {
  background-color: #ccc;
}

@media (min-width: 768px) {
  .uol-course-header__key-info {
    height: 57rem;
    padding-bottom: 0;
    text-align: left;
  }
  .uol-course-header__key-info hr {
    margin: 0 0 0.6rem;
    width: 50%;
  }
  .uol-course-header__key-info__year__cnt__key-info {
    text-align: left;
    width: 50%;
  }
  #uol-course-year-select {
    text-align: left;
  }
  .uol-course-year-select-with-title {
    padding-bottom: 5.5rem !important;
  }
  .uol-course-year-select-no-title {
    padding-bottom: 6.5rem !important;
  }
}
@media (min-width: 1200px) {
  .uol-course-header {
    flex-direction: row;
  }
  .uol-course-header div:first-child {
    align-self: auto;
  }
  .uol-course-header div:first-child .uol-wrapper {
    padding-right: 35rem;
  }
  .uol-course-header__title h1, .uol-course-header__title .h1 {
    font-size: 5rem;
    letter-spacing: -0.3rem;
    overflow: visible;
    text-align: left;
    width: 90%;
  }
  .uol-course-header__clearing-status {
    text-align: left;
  }
  .uol-course-header__clearing-status .uol-wrapper div:first-child {
    margin-right: 3rem;
  }
  .uol-course-header__clearing-status .uol-wrapper div.uol-ucas-cta {
    width: 30%;
  }
  .uol-course-header__clearing-status .uol-ucas-tariff {
    margin-left: 3rem;
    margin-top: 0;
  }
  .uol-course-header__ctaBtnContainer {
    margin-bottom: 4rem;
    text-align: left;
  }
  .uol-course-header__banner {
    width: 70%;
  }
  .uol-course-header__banner__play {
    right: 31%;
  }
  .uol-course-header__key-info {
    margin-top: 0;
    width: 30%;
  }
}
@media (min-width: 1400px) {
  .uol-course-header__banner {
    width: 74%;
  }
  .uol-course-header__banner__play {
    right: 28%;
  }
  .uol-course-header__key-info {
    width: 26%;
  }
}
.uol-course-header__clearing-status {
  background-color: #002147;
}
.uol-course-header__clearing-status p {
  color: white;
}
.uol-course-header__clearing-status p a {
  color: white;
}
.uol-course-header__clearing-status p a:after {
  background-color: white;
}

.uol-course-header--light .uol-course-header__key-info {
  background-color: #047e8b;
}
.uol-course-header--light .uol-course-header__key-info__frame, .uol-course-header--light .uol-course-header__key-info__title, .uol-course-header--light .uol-course-header__key-info__year {
  background-color: #f8f9fa;
}

.uol-course-header--dark .uol-course-header__key-info {
  background-color: #047e8b;
}
.uol-course-header--dark .uol-course-header__key-info__frame, .uol-course-header--dark .uol-course-header__key-info__title, .uol-course-header--dark .uol-course-header__key-info__year {
  background-color: #212529;
}

.uol-course-header--primary .uol-course-header__key-info {
  background-color: #047e8b;
}
.uol-course-header--primary .uol-course-header__key-info__frame, .uol-course-header--primary .uol-course-header__key-info__title, .uol-course-header--primary .uol-course-header__key-info__year {
  background-color: #002147;
}

.uol-course-header--secondary .uol-course-header__key-info {
  background-color: #db1a72;
}
.uol-course-header--secondary .uol-course-header__key-info__frame, .uol-course-header--secondary .uol-course-header__key-info__title, .uol-course-header--secondary .uol-course-header__key-info__year {
  background-color: #047e8b;
}

.uol-course-header--accent-primary .uol-course-header__key-info {
  background-color: #047e8b;
}
.uol-course-header--accent-primary .uol-course-header__key-info__frame, .uol-course-header--accent-primary .uol-course-header__key-info__title, .uol-course-header--accent-primary .uol-course-header__key-info__year {
  background-color: #db1a72;
}

.uol-course-header--accent-secondary .uol-course-header__key-info {
  background-color: #047e8b;
}
.uol-course-header--accent-secondary .uol-course-header__key-info__frame, .uol-course-header--accent-secondary .uol-course-header__key-info__title, .uol-course-header--accent-secondary .uol-course-header__key-info__year {
  background-color: #747678;
}

.uol-course-module .module-pill-wrapper, .uol-course-module--accent-secondary .module-pill-wrapper, .uol-course-module--accent-primary .module-pill-wrapper, .uol-course-module--secondary .module-pill-wrapper, .uol-course-module--primary .module-pill-wrapper {
  max-height: 30rem;
  overflow-y: scroll;
}
.uol-course-module .nav-tabs > li a, .uol-course-module--accent-secondary .nav-tabs > li a, .uol-course-module--accent-primary .nav-tabs > li a, .uol-course-module--secondary .nav-tabs > li a, .uol-course-module--primary .nav-tabs > li a {
  border-radius: 0;
}
.uol-course-module .nav-tabs > li.active > a, .uol-course-module--accent-secondary .nav-tabs > li.active > a, .uol-course-module--accent-primary .nav-tabs > li.active > a, .uol-course-module--secondary .nav-tabs > li.active > a, .uol-course-module--primary .nav-tabs > li.active > a {
  color: #fff;
}
.uol-course-module .nav-tabs > li.active > a:hover, .uol-course-module--accent-secondary .nav-tabs > li.active > a:hover, .uol-course-module--accent-primary .nav-tabs > li.active > a:hover, .uol-course-module--secondary .nav-tabs > li.active > a:hover, .uol-course-module--primary .nav-tabs > li.active > a:hover {
  color: #fff;
}
.uol-course-module .nav-pills, .uol-course-module--accent-secondary .nav-pills, .uol-course-module--accent-primary .nav-pills, .uol-course-module--secondary .nav-pills, .uol-course-module--primary .nav-pills {
  padding: 0 1.5rem;
}
.uol-course-module .nav-pills li.active a, .uol-course-module--accent-secondary .nav-pills li.active a, .uol-course-module--accent-primary .nav-pills li.active a, .uol-course-module--secondary .nav-pills li.active a, .uol-course-module--primary .nav-pills li.active a {
  background-color: #fff;
}
.uol-course-module .nav-pills li.active a:hover, .uol-course-module--accent-secondary .nav-pills li.active a:hover, .uol-course-module--accent-primary .nav-pills li.active a:hover, .uol-course-module--secondary .nav-pills li.active a:hover, .uol-course-module--primary .nav-pills li.active a:hover {
  color: #fff;
}
.uol-course-module hr, .uol-course-module--accent-secondary hr, .uol-course-module--accent-primary hr, .uol-course-module--secondary hr, .uol-course-module--primary hr {
  margin: 0;
}
.uol-course-module li a, .uol-course-module--accent-secondary li a, .uol-course-module--accent-primary li a, .uol-course-module--secondary li a, .uol-course-module--primary li a {
  color: #fff;
  text-decoration: none;
}
.uol-course-module li a:hover, .uol-course-module--accent-secondary li a:hover, .uol-course-module--accent-primary li a:hover, .uol-course-module--secondary li a:hover, .uol-course-module--primary li a:hover {
  text-decoration: underline;
}
.uol-course-module .tab-pane, .uol-course-module--accent-secondary .tab-pane, .uol-course-module--accent-primary .tab-pane, .uol-course-module--secondary .tab-pane, .uol-course-module--primary .tab-pane {
  padding: 0 1.5rem;
}
.uol-course-module .tab-pane h3, .uol-course-module--accent-secondary .tab-pane h3, .uol-course-module--accent-primary .tab-pane h3, .uol-course-module--secondary .tab-pane h3, .uol-course-module--primary .tab-pane h3, .uol-course-module .tab-pane .h3, .uol-course-module--accent-secondary .tab-pane .h3, .uol-course-module--accent-primary .tab-pane .h3, .uol-course-module--secondary .tab-pane .h3, .uol-course-module--primary .tab-pane .h3,
.uol-course-module .tab-pane p,
.uol-course-module--accent-secondary .tab-pane p,
.uol-course-module--accent-primary .tab-pane p,
.uol-course-module--secondary .tab-pane p,
.uol-course-module--primary .tab-pane p {
  color: #fff;
}
.uol-course-module .module-content-container, .uol-course-module--accent-secondary .module-content-container, .uol-course-module--accent-primary .module-content-container, .uol-course-module--secondary .module-content-container, .uol-course-module--primary .module-content-container {
  border-top: 1px solid #fff;
}
.uol-course-module .modulesUgDisclaimer, .uol-course-module--accent-secondary .modulesUgDisclaimer, .uol-course-module--accent-primary .modulesUgDisclaimer, .uol-course-module--secondary .modulesUgDisclaimer, .uol-course-module--primary .modulesUgDisclaimer {
  color: #fff;
  font-size: 1.4rem;
  padding: 1.5rem;
}

@media (min-width: 1200px) {
  .uol-course-module .module-content-container, .uol-course-module--accent-secondary .module-content-container, .uol-course-module--accent-primary .module-content-container, .uol-course-module--secondary .module-content-container, .uol-course-module--primary .module-content-container {
    border-top: none;
  }
}
.uol-course-module--primary .nav-tabs,
.uol-course-module--primary .tab-pane {
  background-color: #002147;
}
.uol-course-module--primary .nav-tabs li a:hover,
.uol-course-module--primary .nav-pills li.active a {
  color: #002147;
}
.uol-course-module--primary .nav-tabs li.active a,
.uol-course-module--primary .nav-tabs li.active a:focus,
.uol-course-module--primary .nav-tabs li.active a:hover {
  background-color: #047e8b;
}
.uol-course-module--primary .nav-pills li a:hover {
  background-color: #047e8b;
}
.uol-course-module--primary .modulesUgDisclaimer {
  background-color: #6c757d;
}

.uol-course-module--secondary .nav-tabs,
.uol-course-module--secondary .tab-pane {
  background-color: #047e8b;
}
.uol-course-module--secondary .nav-tabs li a:hover,
.uol-course-module--secondary .nav-pills li.active a {
  color: #047e8b;
}
.uol-course-module--secondary .nav-tabs li.active a,
.uol-course-module--secondary .nav-tabs li.active a:focus,
.uol-course-module--secondary .nav-tabs li.active a:hover {
  background-color: #db1a72;
}
.uol-course-module--secondary .nav-pills li a:hover {
  background-color: #db1a72;
}
.uol-course-module--secondary .modulesUgDisclaimer {
  background-color: #6c757d;
}

.uol-course-module--accent-primary .nav-tabs,
.uol-course-module--accent-primary .tab-pane {
  background-color: #db1a72;
}
.uol-course-module--accent-primary .nav-tabs li a:hover,
.uol-course-module--accent-primary .nav-pills li.active a {
  color: #db1a72;
}
.uol-course-module--accent-primary .nav-tabs li.active a,
.uol-course-module--accent-primary .nav-tabs li.active a:focus,
.uol-course-module--accent-primary .nav-tabs li.active a:hover {
  background-color: #047e8b;
}
.uol-course-module--accent-primary .nav-pills li a:hover {
  background-color: #047e8b;
}
.uol-course-module--accent-primary .modulesUgDisclaimer {
  background-color: #6c757d;
}

.uol-course-module--accent-secondary .nav-tabs,
.uol-course-module--accent-secondary .tab-pane {
  background-color: #747678;
}
.uol-course-module--accent-secondary .nav-tabs li a:hover,
.uol-course-module--accent-secondary .nav-pills li.active a {
  color: #747678;
}
.uol-course-module--accent-secondary .nav-tabs li.active a,
.uol-course-module--accent-secondary .nav-tabs li.active a:focus,
.uol-course-module--accent-secondary .nav-tabs li.active a:hover {
  background-color: #db1a72;
}
.uol-course-module--accent-secondary .nav-pills li a:hover {
  background-color: #db1a72;
}
.uol-course-module--accent-secondary .modulesUgDisclaimer {
  background-color: #047e8b;
}

.uol-course-accordion .uol-accordion__content {
  background-color: #6c757d;
  color: #fff;
}
.uol-course-accordion .uol-accordion__content a {
  color: #fff;
  text-decoration: underline;
  word-wrap: break-word;
}
.uol-course-accordion .uol-accordion__content a.uol-btn--white, .uol-course-accordion .uol-accordion__content a.uol-button--white {
  color: #000;
  text-decoration: none;
}

#course-sticky-nav-bar {
  border: none;
}
#course-sticky-nav-bar .nav-pills > li.active > a {
  background-color: transparent;
  color: #047e8b;
  text-decoration: underline;
}
#course-sticky-nav-bar .nav-pills > li.active > a.active {
  background-color: #047e8b;
  color: #fff;
}
#course-sticky-nav-bar .nav-pills > li.active > a:hover {
  background-color: #db1a72;
  color: #fff;
}
#course-sticky-nav-bar .nav-pills > li > a {
  border-radius: 0;
}
#course-sticky-nav-bar .nav-pills > li > a.active {
  background-color: #047e8b;
  color: #fff;
}
#course-sticky-nav-bar .nav-pills > li > a:hover {
  background-color: #db1a72;
  color: #fff;
}

section[id^=Course] {
  scroll-snap-align: none;
  scroll-margin-top: 30rem;
  scroll-snap-margin: 30rem;
}

@media (min-width: 992px) {
  section[id^=Course] {
    scroll-margin-top: 8rem;
    scroll-snap-margin: 8rem;
  }
}
.kis-widget .kis-widget__cta-block .kis-widget__heading h3, .kis-widget .kis-widget__cta-block .kis-widget__heading .h3,
.kis-widget .kis-widget__cta-block .kis-widget__heading span {
  font-size: 1.6rem !important;
  line-height: 2.2rem;
}
.kis-widget .kis-widget__cta-block .kis-widget__heading strong {
  font-size: 1.6rem !important;
}
.kis-widget .kis-widget__cta-block .kis-widget__cta-lead {
  font-size: 1.6rem !important;
  line-height: 2.2rem;
}
.kis-widget .kis-widget__cta-block .kis-widget__cta {
  font-size: 1.6rem !important;
  line-height: 1.9rem;
}
.kis-widget .kis-widget__lead .kis-widget__intro {
  font-size: 1.6rem !important;
  line-height: 2.2rem;
}
.kis-widget .kis-widget__lead .kis-widget__title {
  font-size: 4.8rem !important;
  line-height: 5.2rem;
}
.kis-widget .kis-widget__lead .kis-widget__course {
  font-size: 1.6rem !important;
}
.kis-widget__heading h1, .kis-widget__heading .h1 {
  font-size: 1.6rem !important;
  line-height: 2.2rem;
}
.kis-widget.horizontal .kis-widget__heading {
  line-height: 2.2rem;
}
.kis-widget.horizontal .kis-widget__heading .kis-widget__cta-block .kis-widget__heading h3, .kis-widget.horizontal .kis-widget__heading .kis-widget__cta-block .kis-widget__heading .h3,
.kis-widget.horizontal .kis-widget__heading .kis-widget__cta-block .kis-widget__heading span,
.kis-widget.horizontal .kis-widget__heading .kis-widget__cta-block .kis-widget__heading strong {
  font-size: 1.6rem !important;
  line-height: 2.2rem;
}
.kis-widget.horizontal .kis-widget__cta-block .kis-widget__heading h3, .kis-widget.horizontal .kis-widget__cta-block .kis-widget__heading .h3,
.kis-widget.horizontal .kis-widget__cta-block .kis-widget__heading span,
.kis-widget.horizontal .kis-widget__cta-block .kis-widget__heading strong {
  font-size: 1.6rem !important;
  line-height: 2.2rem;
}
.kis-widget.responsive .kis-widget__heading {
  line-height: 2.2rem;
}
.kis-widget.vertical .kis-widget__heading {
  line-height: 2.2rem;
}

.uol-event-highlights {
  padding: 2.5rem 2.5rem 8rem 4rem;
  -webkit-clip-path: polygon(100% 0%, 100% 0, 100% 0%, 100% 95%, 0% 100%, 0 0);
          clip-path: polygon(100% 0%, 100% 0, 100% 0%, 100% 95%, 0% 100%, 0 0);
  color: #fff;
  background-color: #002147;
  border-radius: 0.1rem;
}
.uol-event-highlights-parent {
  display: flex;
  flex-direction: column;
}
.uol-event-highlights-column-1, .uol-event-highlights-column-2 {
  width: 100%;
}
.uol-event-highlights-column-1 {
  margin-left: -2%;
}
.uol-event-highlights-column-2 {
  margin-top: 2.8%;
}
.uol-event-highlights-events-feature-row-1, .uol-event-highlights-events-feature-row-2, .uol-event-highlights-events-feature-row-3 {
  display: block;
  padding-top: 1rem;
  text-align: center;
}
.uol-event-highlights-events-feature-icon-1, .uol-event-highlights-events-feature-icon-2, .uol-event-highlights-events-feature-icon-3 {
  display: block;
  padding-top: 0.1rem;
  margin-left: 2%;
  text-align: center;
}
.uol-event-highlights-events-feature-icon-1 span, .uol-event-highlights-events-feature-icon-2 span, .uol-event-highlights-events-feature-icon-3 span {
  margin-block: auto;
}
.uol-event-highlights-events-feature-icon-1 span .calendar-text,
.uol-event-highlights-events-feature-icon-1 span .calendar-text2, .uol-event-highlights-events-feature-icon-2 span .calendar-text,
.uol-event-highlights-events-feature-icon-2 span .calendar-text2, .uol-event-highlights-events-feature-icon-3 span .calendar-text,
.uol-event-highlights-events-feature-icon-3 span .calendar-text2 {
  color: #002147;
}
.uol-event-highlights-events-feature-icon-1 span .calendar-text, .uol-event-highlights-events-feature-icon-2 span .calendar-text, .uol-event-highlights-events-feature-icon-3 span .calendar-text {
  font-size: 1.7rem;
  margin-top: 2.1rem;
}
.uol-event-highlights-events-feature-icon-1 span .calendar-text2, .uol-event-highlights-events-feature-icon-2 span .calendar-text2, .uol-event-highlights-events-feature-icon-3 span .calendar-text2 {
  font-size: 4rem;
  margin-top: -1.2rem;
}
.uol-event-highlights-events-feature-info {
  display: inline-block;
  margin-left: 2%;
  width: 90%;
}
.uol-event-highlights-events-feature-info a.eventhighlightlink:link, .uol-event-highlights-events-feature-info a.eventhighlightlink:visited, .uol-event-highlights-events-feature-info a.eventhighlightlink:hover, .uol-event-highlights-events-feature-info a.eventhighlightlink:active {
  color: #fff;
}
.uol-event-highlights-events-feature-info a.eventhighlightlink:link, .uol-event-highlights-events-feature-info a.eventhighlightlink:active {
  text-decoration: none;
}
.uol-event-highlights-events-feature-info a.eventhighlightlink:visited, .uol-event-highlights-events-feature-info a.eventhighlightlink:hover {
  text-decoration: underline;
}
.uol-event-highlights-events-feature-info .eventtimings {
  margin-block: auto;
}
.uol-event-highlights-title {
  margin-left: 2.8%;
}
.uol-event-highlights-title h2, .uol-event-highlights-title .h2 {
  text-align: center;
}
.uol-event-highlights-all-events-link {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  margin-left: 0;
  margin-top: 0.1rem;
  padding-top: 6%;
}
.uol-event-highlights-all-events-link a {
  font-size: inherit;
  padding: 1.2rem;
  z-index: 2;
}
.uol-event-highlights-event-image-container {
  display: none;
}
.uol-event-highlights-event-image-container-featured-event-image {
  display: none;
}
.uol-event-highlights .event-heading-row {
  border-top: 3px solid;
  color: #fff;
  display: block;
}

@media screen and (min-width: 650px) {
  .uol-event-highlights-parent {
    display: flex;
    flex-direction: column;
  }
  .uol-event-highlights-column-1, .uol-event-highlights-column-2 {
    width: 100%;
  }
  .uol-event-highlights-events-feature-row-1, .uol-event-highlights-events-feature-row-2, .uol-event-highlights-events-feature-row-3 {
    display: flex;
    text-align: left;
  }
  .uol-event-highlights-events-feature-row-1 {
    padding-top: 2rem;
  }
  .uol-event-highlights-events-feature-icon-1, .uol-event-highlights-events-feature-icon-2, .uol-event-highlights-events-feature-icon-3 {
    display: inline-flex;
  }
  .uol-event-highlights-title h2, .uol-event-highlights-title .h2 {
    text-align: left;
  }
  .uol-event-highlights-all-events-link {
    align-items: flex-start;
    margin-left: 2.8%;
    margin-top: -3rem;
    padding-top: 3rem;
  }
  .uol-event-highlights .event-heading-row {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .uol-event-highlights-parent {
    flex-direction: row;
  }
  .uol-event-highlights-column-1 {
    width: 70%;
  }
  .uol-event-highlights-column-2 {
    display: block;
    margin-top: 2.8%;
    width: 50%;
  }
  .uol-event-highlights-all-events-link {
    align-items: center;
    justify-content: center;
    margin-left: -11%;
    margin-right: 2%;
    margin-top: -5.4rem;
    padding-top: 3%;
  }
  .uol-event-highlights-event-image-container {
    display: block;
    margin-right: 2%;
  }
  .uol-event-highlights-event-image-container-featured-event-image {
    display: block;
    height: 40rem;
    overflow: hidden;
    width: 40rem;
  }
  .uol-event-highlights-event-image-container-featured-event-image img {
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(100% 0%, 100% 0, 100% 0%, 100% 96%, 0% 100%, 0 0);
            clip-path: polygon(100% 0%, 100% 0, 100% 0%, 100% 96%, 0% 100%, 0 0);
  }
}
#uol-event-cat {
  list-style: none;
  padding: 2rem;
}
#uol-event-cat-frame {
  max-width: 70%;
}
#uol-event-cat li {
  align-items: center;
  display: flex;
  margin: 2rem 0;
}
#uol-event-cat li input[type=checkbox] {
  height: 3rem;
  margin-top: 0;
  width: 3rem;
}
#uol-event-cat li label {
  font-weight: normal;
  margin-bottom: 0;
}

.uol-event-carousel-card .__eventDate {
  line-height: 2.4rem;
  margin: 0 auto -2rem;
  outline: 0.1rem solid;
  padding: 0.8rem;
  transform: translateY(-2rem);
  width: 90%;
}
.uol-event-promoted .__img {
  padding: 0 1rem;
  width: 100% !important;
}
.uol-event-promoted .__content {
  text-align: left !important;
}
.uol-event-promoted .__content h2, .uol-event-promoted .__content .h2 {
  font-family: var(--uol-font-sans-serif);
}
.uol-event-list-container {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  word-wrap: break-word;
}
.uol-event-list-card {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  margin: 0;
  padding: 0 0 2rem;
  text-align: center;
}
.uol-event-list-card img {
  display: block;
  min-height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  transition: all 0.3s;
  width: 100%;
}
.uol-event-list-card .__eventDate {
  line-height: 2.4rem;
  margin: 0 auto -2rem;
  outline: 0.1rem solid;
  padding: 0.8rem;
  transform: translateY(-2rem);
  width: 90%;
}
.uol-event-list-card .__title {
  flex-grow: 1;
  margin-bottom: 2rem;
  padding: 0.2rem;
}
.uol-event-list-card .__cta {
  margin: 2rem 0 1rem;
}
.uol-event-list-card .__category p,
.uol-event-list-card .__cta p {
  margin: 0;
}
.uol-event-full {
  align-items: center;
  display: flex !important;
  flex-direction: column;
  height: auto;
  margin-top: 10rem;
  padding: 2.5rem;
  position: relative;
  transition: all 0.3s;
}
.uol-event-full .__img {
  flex-shrink: 0;
  height: 20rem;
  overflow: hidden;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 100%;
}
.uol-event-full .__img::after {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
}
.uol-event-full .__img img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
  width: 100%;
}
.uol-event-full .__content {
  margin-top: -10rem;
  width: 100%;
}
.uol-event-full .__content .__title h1, .uol-event-full .__content .__title .h1 {
  font-family: var(--uol-font-sans-serif);
  font-weight: 700;
  font-size: 3rem;
}
.uol-event-full .__content .__copy {
  margin: 2rem 0 5rem;
}
.uol-event-full .__content .__copy i {
  min-width: 2.5rem;
}
.uol-event-content {
  margin-top: 5rem !important;
}
.uol-event-content .__outline {
  outline: 0.2rem solid;
  padding: 0 2.5rem 2.5rem;
}
.uol-event-content .__outline h2, .uol-event-content .__outline .h2 {
  display: inline-block;
  line-height: 3.5rem;
  margin-bottom: 0.2rem;
  margin-top: 0;
  padding: 0.5rem 1rem;
  transform: translateY(-50%);
}

@media (min-width: 350px) {
  .uol-event-promoted .__img {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .uol-event-promoted .__img {
    padding: 0;
    width: 100% !important;
  }
  .uol-event-list-card {
    flex: 1 1 48%;
    max-width: 48%;
  }
  .uol-event-list-card img {
    height: 20rem;
  }
  .uol-event-full {
    margin-top: 15rem;
  }
  .uol-event-full .__img {
    height: 30rem;
  }
  .uol-event-full .__content {
    margin-top: -15rem;
  }
}
@media (min-width: 992px) {
  .uol-event-promoted .__img {
    width: 45rem !important;
    height: 30rem !important;
  }
  .uol-event-promoted .__title .__subheading {
    margin: 0 !important;
  }
  .uol-event-full {
    margin-top: 20rem;
  }
  .uol-event-full .__img {
    height: 40rem;
    max-width: 80rem;
  }
  .uol-event-full .__content {
    margin-top: -20rem;
  }
}
@media (min-width: 1200px) {
  .uol-event-section {
    margin: 0 !important;
    max-width: initial !important;
    padding: 2.5rem 0 !important;
  }
  .uol-event-list-card {
    flex: 1 1 32%;
    max-width: 32%;
  }
  .uol-event-full {
    align-items: stretch;
    flex-direction: row-reverse;
    margin-right: 10rem;
    margin-top: 0;
  }
  .uol-event-full .__img {
    height: auto;
    transform: translateX(12.5rem);
    width: 50rem;
  }
  .uol-event-full .__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: -12.5rem;
    margin-top: 0;
    padding: 0 2.5rem 0 0;
    width: 100%;
  }
  .uol-event-full .__content .__title h1, .uol-event-full .__content .__title .h1 {
    margin-top: 0;
  }
  .uol-event-full .__content .__cta p {
    margin-bottom: 0;
  }
}
#uol-event-cat {
  background-color: #002147;
  color: #fff;
}
#uol-event-cat li input[type=checkbox]:checked {
  accent-color: #047e8b;
}

.uol-event-carousel-card .__eventDate {
  background-color: #002147;
  color: #fff;
}
.uol-event-list-card {
  background-color: rgba(0, 33, 71, 0.05);
}
.uol-event-list-card .__eventDate {
  background-color: #002147;
  color: #fff;
}
.uol-event-section {
  background-color: rgba(0, 33, 71, 0.05);
}
.uol-event-full {
  background: #002147;
  color: #fff;
}
.uol-event-full .__img {
  box-shadow: rgba(0, 33, 71, 0.2) 0 0.0625rem 0.0625rem, rgba(0, 33, 71, 0.2) 0 0.125rem 0.5rem, rgba(0, 33, 71, 0.1) 0 0 0 0.1rem inset;
}
.uol-event-content .__outline {
  outline-color: #047e8b;
}
.uol-event-content .__outline h2, .uol-event-content .__outline .h2 {
  background-color: #002147;
  color: #fff;
}

.uol-feature-content {
  --uol-feature-content: transparent;
  --uol-feature-content-color: #212529;
  align-items: center;
  display: flex !important;
  flex-direction: column;
  height: auto;
  padding: 2.5rem 2.5rem 0;
  position: relative;
  transition: all 0.3s;
  margin-top: 10rem;
}
.uol-feature-content .__img {
  flex-shrink: 0;
  overflow: hidden;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 20rem;
  height: 20rem;
}
.uol-feature-content .__img::after {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
}
.uol-feature-content .__img img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
  width: 100%;
}
.uol-feature-content .__content {
  margin-top: -10rem;
  padding: 0rem;
  text-align: center;
  width: 100%;
}
.uol-feature-content .__title h2, .uol-feature-content .__title .h2 {
  font-family: var(--uol-font-sans-serif);
  font-weight: 700;
  margin: 0.5rem 0 0;
}
.uol-feature-content .__title .__subheading {
  font-size: 2rem;
  margin: 2rem 0 0;
}
.uol-feature-content .__copy {
  margin: 2rem 0;
}
.uol-feature-content .__cta a {
  display: block;
}

@media (min-width: 350px) {
  .uol-feature-content {
    margin-top: 15rem;
  }
  .uol-feature-content .__img {
    width: 30rem;
    height: 30rem;
  }
  .uol-feature-content .__content {
    margin-top: -15rem;
    padding: 1rem;
  }
}
@media (min-width: 480px) {
  .uol-feature-content .__img {
    width: 40rem;
  }
}
@media (min-width: 768px) {
  .uol-feature-content .__img {
    width: 50rem;
  }
}
@media (min-width: 992px) {
  .uol-feature-content {
    flex-direction: row;
    margin-top: 9.75rem;
    padding: 0 2.5rem;
  }
  .uol-feature-content .__img {
    transform: translateY(-15%);
    width: 45rem;
    height: 45rem;
  }
  .uol-feature-content .__img--reversed {
    transform: translateY(-15%);
  }
  .uol-feature-content .__content {
    margin-top: 0;
    padding: 0 3rem;
    text-align: left;
  }
  .uol-feature-content .__content--reversed {
    padding: 0 3rem;
  }
  .uol-feature-content .__cta a {
    display: inline;
  }
  .uol-feature-content--reversed {
    flex-direction: row-reverse;
  }
}
.uol-feature-content--light {
  --uol-feature-content-color: #000;
  --uol-feature-content-bg: #f8f9fa;
  background-color: var(--uol-feature-content-bg);
  color: var(--uol-feature-content-color);
}

.uol-feature-content--dark {
  --uol-feature-content-color: #fff;
  --uol-feature-content-bg: #212529;
  background-color: var(--uol-feature-content-bg);
  color: var(--uol-feature-content-color);
}

.uol-feature-content--primary {
  --uol-feature-content-color: #fff;
  --uol-feature-content-bg: #002147;
  background-color: var(--uol-feature-content-bg);
  color: var(--uol-feature-content-color);
}

.uol-feature-content--secondary {
  --uol-feature-content-color: #fff;
  --uol-feature-content-bg: #047e8b;
  background-color: var(--uol-feature-content-bg);
  color: var(--uol-feature-content-color);
}

.uol-feature-content--accent-primary {
  --uol-feature-content-color: #fff;
  --uol-feature-content-bg: #db1a72;
  background-color: var(--uol-feature-content-bg);
  color: var(--uol-feature-content-color);
}

.uol-feature-content--accent-secondary {
  --uol-feature-content-color: #fff;
  --uol-feature-content-bg: #747678;
  background-color: var(--uol-feature-content-bg);
  color: var(--uol-feature-content-color);
}

footer {
  --uol-footer-main-bg: #002147;
  --uol-footer-secondary-bg: #047e8b;
  margin: 2.5rem auto 0;
  padding: 1rem 0 0;
}
footer #uol-footer-main-container {
  align-items: center;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  padding: 1rem;
}
footer #uol-footer-main-container > div h2, footer #uol-footer-main-container > div .h2,
footer #uol-footer-main-container > div p,
footer #uol-footer-main-container > div a {
  font-family: var(--uol-font-sans-serif);
}
footer #uol-footer-main-container > div ul {
  list-style: none;
  padding-left: 0;
}
footer #uol-footer-main-container > div ul li a.uol-link-underline, footer #uol-footer-main-container > div ul li a.uol-link-underline-on-hover {
  position: relative;
}
footer #uol-footer-main-container .footer-logo {
  display: flex;
  justify-content: center;
}
footer #uol-footer-main-container .footer-logo img {
  width: 60%;
  height: auto;
}
footer #uol-footer-main-container .footer-sm {
  display: flex;
  justify-content: center;
}
footer #uol-footer-main-container .footer-sm ul li {
  display: inline-block;
  font-size: 2rem;
  line-height: 4.4rem;
  margin: 1.5rem 0.5rem 0;
  border: none;
  position: relative;
  padding-bottom: 1.5rem;
}
footer #uol-footer-main-container .footer-sm ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0.5rem;
  left: 50%;
  bottom: 0;
  transition: all ease-in-out 0.2s;
  border-bottom: 0.2rem solid;
}
footer #uol-footer-main-container .footer-sm ul li:hover::after {
  width: 100%;
  left: 0;
}
footer #uol-footer-main-container .footer-sm ul li a {
  display: inline-block;
  padding: 0 0.45rem;
}
footer #uol-footer-main-container .footer-links-contact-map {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}
footer #uol-footer-main-container .footer-links-contact-map .footer-links, footer #uol-footer-main-container .footer-links-contact-map .footer-contact, footer #uol-footer-main-container .footer-links-contact-map .footer-map {
  display: flex;
  flex-flow: column wrap;
  margin: 2rem 0;
}
footer #uol-footer-main-container .footer-links-contact-map .footer-links ul {
  margin: 0;
}
footer #uol-footer-main-container .footer-links-contact-map .footer-links ul li {
  margin-top: 1rem;
}
footer #uol-footer-main-container .footer-links-contact-map .footer-map {
  align-items: center;
}
footer #uol-footer-main-container .footer-links-contact-map .footer-map img {
  width: 30%;
  height: auto;
}
footer #uol-footer-main-container .footer-links-contact-map .footer-contact address {
  font-style: normal;
  margin-top: 1rem;
}
footer #uol-footer-main-container .footer-breakline {
  width: 70%;
  margin: 3rem auto;
  border-top: 0.1rem solid;
}
footer #uol-footer-legal {
  padding: 1rem 0;
}
footer #uol-footer-legal ul.footer-links {
  list-style: none;
  margin-bottom: 0;
  text-align: center;
}
footer #uol-footer-legal ul.footer-links li {
  display: block;
}
footer #uol-footer-legal ul.footer-links li::after {
  content: "";
  margin: 0;
}

@media (min-width: 992px) {
  footer #uol-footer-main-container {
    flex-flow: row wrap;
  }
  footer #uol-footer-main-container .footer-logo {
    flex-basis: 20%;
  }
  footer #uol-footer-main-container .footer-logo img {
    width: 100%;
  }
  footer #uol-footer-main-container .footer-breakline {
    order: 2;
    margin: 1rem auto 1.5rem;
    width: 100%;
  }
  footer #uol-footer-main-container .footer-sm {
    order: 1;
  }
  footer #uol-footer-main-container .footer-sm ul {
    margin-bottom: 0;
  }
  footer #uol-footer-main-container .footer-sm ul li {
    margin-top: 1rem;
  }
  footer #uol-footer-main-container .footer-links-contact-map {
    align-items: flex-start;
    flex-flow: row wrap;
    order: 3;
    margin: 2rem 0;
    text-align: left;
  }
  footer #uol-footer-main-container .footer-links-contact-map .footer-links, footer #uol-footer-main-container .footer-links-contact-map .footer-map, footer #uol-footer-main-container .footer-links-contact-map .footer-contact {
    margin: 0;
  }
  footer #uol-footer-main-container .footer-links-contact-map .footer-links {
    align-content: space-evenly;
  }
  footer #uol-footer-main-container .footer-links-contact-map .footer-map {
    align-content: flex-end;
  }
  footer #uol-footer-main-container .footer-links-contact-map.oneColOfLinks .footer-links, footer #uol-footer-main-container .footer-links-contact-map.oneColOfLinks .footer-map, footer #uol-footer-main-container .footer-links-contact-map.oneColOfLinks .footer-contact {
    flex-basis: 33%;
  }
  footer #uol-footer-main-container .footer-links-contact-map.oneColOfLinks .footer-map img {
    width: 55%;
  }
  footer #uol-footer-main-container .footer-links-contact-map.twoColsOfLinks .footer-links, footer #uol-footer-main-container .footer-links-contact-map.twoColsOfLinks .footer-map, footer #uol-footer-main-container .footer-links-contact-map.twoColsOfLinks .footer-contact {
    flex-basis: 25%;
  }
  footer #uol-footer-main-container .footer-links-contact-map.twoColsOfLinks .footer-map img {
    width: 65%;
  }
  footer #uol-footer-legal ul.footer-links li {
    display: inline-block;
    margin: 0 1rem;
  }
}
footer {
  background-color: var(--uol-footer-main-bg);
}
footer #uol-footer-main-container > div h2, footer #uol-footer-main-container > div .h2,
footer #uol-footer-main-container > div p,
footer #uol-footer-main-container > div a {
  color: #fff;
}
footer #uol-footer-main-container > div ul li a {
  color: #fff;
}
footer #uol-footer-main-container > div ul li a::after {
  background-color: #fff;
}
footer #uol-footer-main-container .footer-sm ul li::after {
  border-color: #fff;
}
footer #uol-footer-main-container .footer-links-contact-map .footer-contact ul li, footer #uol-footer-main-container .footer-links-contact-map .footer-links ul li {
  margin-top: 0;
}
footer #uol-footer-main-container .footer-links-contact-map .footer-contact ul li a.uol-link-underline-on-hover::after, footer #uol-footer-main-container .footer-links-contact-map .footer-links ul li a.uol-link-underline-on-hover::after {
  background-color: #fff;
}
footer #uol-footer-main-container .footer-links-contact-map .footer-contact a.uol-link-underline-on-hover::after, footer #uol-footer-main-container .footer-links-contact-map .footer-links a.uol-link-underline-on-hover::after {
  background-color: #fff;
}
footer #uol-footer-main-container .footer-links-contact-map .footer-contact address {
  color: #fff;
}
footer #uol-footer-main-container .footer-links-contact-map .footer-contact p {
  margin-bottom: 0;
}
footer #uol-footer-main-container .footer-breakline {
  border-color: #fff;
}
footer #uol-footer-legal {
  background-color: var(--uol-footer-secondary-bg);
}
footer #uol-footer-legal ul.footer-links li {
  color: #fff;
}
footer #uol-footer-legal ul.footer-links li a {
  color: #fff;
}
footer #uol-footer-legal ul.footer-links li a.uol-link-underline-on-hover::after {
  background-color: #fff;
}

.uol-funnelback-search-bar {
  padding: 1rem 0;
}
.uol-funnelback-search-bar__input {
  display: flex;
  margin: 0 auto;
  max-width: 117rem;
  padding: 0 2rem;
  width: 100%;
}
.uol-funnelback-search-bar__input form {
  align-items: center;
  background: #fff;
  display: flex;
  padding: 0.5rem 1rem;
  pointer-events: auto;
  width: 100%;
}
.uol-funnelback-search-bar__input form > div {
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
}
.uol-funnelback-search-bar__input form input {
  background: transparent;
  border: none;
  outline: none;
  padding: 0 1rem;
  color: #333;
  font-size: 2rem;
  width: 100%;
  line-height: 5rem;
}
.uol-funnelback-search-bar__input form input:focus {
  outline: 0.3rem solid;
}
.uol-funnelback-search-bar__input form button {
  background-color: transparent;
  border: none;
  padding: 1rem;
}
.uol-funnelback-search-bar__input form button:focus {
  outline: 0.2rem solid;
}

.uol-funnelback-search-bar--light {
  background-color: #f8f9fa;
}
.uol-funnelback-search-bar--light .uol-funnelback-search-bar__input form input:focus {
  outline-color: #f8f9fa;
}
.uol-funnelback-search-bar--light .uol-funnelback-search-bar__input form button:focus {
  background-color: #f1f1f1;
  outline-color: #f8f9fa;
}
.uol-funnelback-search-bar--light .uol-funnelback-search-bar__input form button:hover {
  color: #f8f9fa;
}

.uol-funnelback-search-bar--dark {
  background-color: #212529;
}
.uol-funnelback-search-bar--dark .uol-funnelback-search-bar__input form input:focus {
  outline-color: #212529;
}
.uol-funnelback-search-bar--dark .uol-funnelback-search-bar__input form button:focus {
  background-color: #f1f1f1;
  outline-color: #212529;
}
.uol-funnelback-search-bar--dark .uol-funnelback-search-bar__input form button:hover {
  color: #212529;
}

.uol-funnelback-search-bar--primary {
  background-color: #002147;
}
.uol-funnelback-search-bar--primary .uol-funnelback-search-bar__input form input:focus {
  outline-color: #002147;
}
.uol-funnelback-search-bar--primary .uol-funnelback-search-bar__input form button:focus {
  background-color: #f1f1f1;
  outline-color: #002147;
}
.uol-funnelback-search-bar--primary .uol-funnelback-search-bar__input form button:hover {
  color: #002147;
}

.uol-funnelback-search-bar--secondary {
  background-color: #047e8b;
}
.uol-funnelback-search-bar--secondary .uol-funnelback-search-bar__input form input:focus {
  outline-color: #047e8b;
}
.uol-funnelback-search-bar--secondary .uol-funnelback-search-bar__input form button:focus {
  background-color: #f1f1f1;
  outline-color: #047e8b;
}
.uol-funnelback-search-bar--secondary .uol-funnelback-search-bar__input form button:hover {
  color: #047e8b;
}

.uol-funnelback-search-bar--accent-primary {
  background-color: #db1a72;
}
.uol-funnelback-search-bar--accent-primary .uol-funnelback-search-bar__input form input:focus {
  outline-color: #db1a72;
}
.uol-funnelback-search-bar--accent-primary .uol-funnelback-search-bar__input form button:focus {
  background-color: #f1f1f1;
  outline-color: #db1a72;
}
.uol-funnelback-search-bar--accent-primary .uol-funnelback-search-bar__input form button:hover {
  color: #db1a72;
}

.uol-funnelback-search-bar--accent-secondary {
  background-color: #747678;
}
.uol-funnelback-search-bar--accent-secondary .uol-funnelback-search-bar__input form input:focus {
  outline-color: #747678;
}
.uol-funnelback-search-bar--accent-secondary .uol-funnelback-search-bar__input form button:focus {
  background-color: #f1f1f1;
  outline-color: #747678;
}
.uol-funnelback-search-bar--accent-secondary .uol-funnelback-search-bar__input form button:hover {
  color: #747678;
}

#funnelbackContainer .uol-funnelback-search {
  align-items: center;
  background-color: #002147;
  border-top: 0.1rem solid #047e8b;
  display: flex;
  justify-content: center;
  min-height: 25rem;
}
#funnelbackContainer .uol-funnelback-search .main.initial-search-form {
  padding: 2rem;
}
#funnelbackContainer .uol-funnelback-search .module-search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#funnelbackContainer .uol-funnelback-search .module-search h1, #funnelbackContainer .uol-funnelback-search .module-search .h1 {
  margin: 0 0 3rem;
  color: #fff;
  font-family: var(--uol-font-sans-serif);
  font-weight: 700;
}
#funnelbackContainer .uol-funnelback-search .module-search form {
  align-items: center;
  background: #fff;
  display: flex;
  max-width: 60rem;
  padding: 0.5rem;
  pointer-events: auto;
  width: 100%;
}
#funnelbackContainer .uol-funnelback-search .module-search form .module-search__group {
  width: 100%;
}
#funnelbackContainer .uol-funnelback-search .module-search form .module-search__group .input-group .module-search__query {
  background: transparent;
  border: none;
  outline: none;
  padding: 0 10px;
  color: #333;
  font-size: 2rem;
  width: 98%;
  line-height: 6rem;
}
#funnelbackContainer .uol-funnelback-search .module-search form .module-search__group .input-group .module-search__query:focus {
  outline: 0.2rem solid #047e8b;
}
#funnelbackContainer .uol-funnelback-search .module-search form .module-search__group .input-group-btn button {
  border: 0;
  width: 5rem;
  height: 5rem;
}
#funnelbackContainer .col-xs-12.col-md-6.col-md-push-3 {
  padding: 2rem 0;
}

#funnelbackContainer .text-muted {
  color: #6a6a6a;
}

.uol-general-content {
  --uol-general-content-color: #212529;
  --uol-general-content-bg: transparent;
}
.uol-general-content__inner-frame {
  background-color: var(--uol-general-content-bg);
  color: var(--uol-general-content-color);
}

.uol-general-content__inner-frame--light {
  --uol-general-content-color: #000;
  --uol-general-content-bg: #f8f9fa;
  background-color: var(--uol-general-content-bg);
  color: var(--uol-general-content-color);
}
.uol-general-content__inner-frame--light h1, .uol-general-content__inner-frame--light .h1, .uol-general-content__inner-frame--light h2, .uol-general-content__inner-frame--light .h2, .uol-general-content__inner-frame--light h3, .uol-general-content__inner-frame--light .h3, .uol-general-content__inner-frame--light h4, .uol-general-content__inner-frame--light .h4, .uol-general-content__inner-frame--light h5, .uol-general-content__inner-frame--light .h5, .uol-general-content__inner-frame--light h6, .uol-general-content__inner-frame--light .h6 {
  margin-top: 1rem;
}
.uol-general-content__inner-frame--light a {
  color: var(--uol-general-content-color);
}

.uol-general-content__inner-frame--dark {
  --uol-general-content-color: #fff;
  --uol-general-content-bg: #212529;
  background-color: var(--uol-general-content-bg);
  color: var(--uol-general-content-color);
}
.uol-general-content__inner-frame--dark h1, .uol-general-content__inner-frame--dark .h1, .uol-general-content__inner-frame--dark h2, .uol-general-content__inner-frame--dark .h2, .uol-general-content__inner-frame--dark h3, .uol-general-content__inner-frame--dark .h3, .uol-general-content__inner-frame--dark h4, .uol-general-content__inner-frame--dark .h4, .uol-general-content__inner-frame--dark h5, .uol-general-content__inner-frame--dark .h5, .uol-general-content__inner-frame--dark h6, .uol-general-content__inner-frame--dark .h6 {
  margin-top: 1rem;
}
.uol-general-content__inner-frame--dark a {
  color: var(--uol-general-content-color);
}

.uol-general-content__inner-frame--primary {
  --uol-general-content-color: #fff;
  --uol-general-content-bg: #002147;
  background-color: var(--uol-general-content-bg);
  color: var(--uol-general-content-color);
}
.uol-general-content__inner-frame--primary h1, .uol-general-content__inner-frame--primary .h1, .uol-general-content__inner-frame--primary h2, .uol-general-content__inner-frame--primary .h2, .uol-general-content__inner-frame--primary h3, .uol-general-content__inner-frame--primary .h3, .uol-general-content__inner-frame--primary h4, .uol-general-content__inner-frame--primary .h4, .uol-general-content__inner-frame--primary h5, .uol-general-content__inner-frame--primary .h5, .uol-general-content__inner-frame--primary h6, .uol-general-content__inner-frame--primary .h6 {
  margin-top: 1rem;
}
.uol-general-content__inner-frame--primary a {
  color: var(--uol-general-content-color);
}

.uol-general-content__inner-frame--secondary {
  --uol-general-content-color: #fff;
  --uol-general-content-bg: #047e8b;
  background-color: var(--uol-general-content-bg);
  color: var(--uol-general-content-color);
}
.uol-general-content__inner-frame--secondary h1, .uol-general-content__inner-frame--secondary .h1, .uol-general-content__inner-frame--secondary h2, .uol-general-content__inner-frame--secondary .h2, .uol-general-content__inner-frame--secondary h3, .uol-general-content__inner-frame--secondary .h3, .uol-general-content__inner-frame--secondary h4, .uol-general-content__inner-frame--secondary .h4, .uol-general-content__inner-frame--secondary h5, .uol-general-content__inner-frame--secondary .h5, .uol-general-content__inner-frame--secondary h6, .uol-general-content__inner-frame--secondary .h6 {
  margin-top: 1rem;
}
.uol-general-content__inner-frame--secondary a {
  color: var(--uol-general-content-color);
}

.uol-general-content__inner-frame--accent-primary {
  --uol-general-content-color: #fff;
  --uol-general-content-bg: #db1a72;
  background-color: var(--uol-general-content-bg);
  color: var(--uol-general-content-color);
}
.uol-general-content__inner-frame--accent-primary h1, .uol-general-content__inner-frame--accent-primary .h1, .uol-general-content__inner-frame--accent-primary h2, .uol-general-content__inner-frame--accent-primary .h2, .uol-general-content__inner-frame--accent-primary h3, .uol-general-content__inner-frame--accent-primary .h3, .uol-general-content__inner-frame--accent-primary h4, .uol-general-content__inner-frame--accent-primary .h4, .uol-general-content__inner-frame--accent-primary h5, .uol-general-content__inner-frame--accent-primary .h5, .uol-general-content__inner-frame--accent-primary h6, .uol-general-content__inner-frame--accent-primary .h6 {
  margin-top: 1rem;
}
.uol-general-content__inner-frame--accent-primary a {
  color: var(--uol-general-content-color);
}

.uol-general-content__inner-frame--accent-secondary {
  --uol-general-content-color: #fff;
  --uol-general-content-bg: #747678;
  background-color: var(--uol-general-content-bg);
  color: var(--uol-general-content-color);
}
.uol-general-content__inner-frame--accent-secondary h1, .uol-general-content__inner-frame--accent-secondary .h1, .uol-general-content__inner-frame--accent-secondary h2, .uol-general-content__inner-frame--accent-secondary .h2, .uol-general-content__inner-frame--accent-secondary h3, .uol-general-content__inner-frame--accent-secondary .h3, .uol-general-content__inner-frame--accent-secondary h4, .uol-general-content__inner-frame--accent-secondary .h4, .uol-general-content__inner-frame--accent-secondary h5, .uol-general-content__inner-frame--accent-secondary .h5, .uol-general-content__inner-frame--accent-secondary h6, .uol-general-content__inner-frame--accent-secondary .h6 {
  margin-top: 1rem;
}
.uol-general-content__inner-frame--accent-secondary a {
  color: var(--uol-general-content-color);
}

.uol-google-map-directions {
  --uol-google-map-directions-bg: transparent;
  --uol-google-map-directions-color: #212529;
  padding: 1.5rem 0 2rem;
}
.uol-google-map-directions form {
  margin: 0 auto;
  max-width: 117rem;
  padding: 0 2rem;
  width: 100%;
}
.uol-google-map-directions form label {
  display: block;
  padding: 0 0 1rem;
}
.uol-google-map-directions__input {
  align-items: center;
  display: flex;
  padding: 0.5rem 1rem;
  pointer-events: auto;
}
.uol-google-map-directions__input input {
  background: transparent;
  border: none;
  font-size: 2rem;
  line-height: 5rem;
  outline: none;
  padding: 0 1rem;
  width: 100%;
}
.uol-google-map-directions__input input:focus {
  outline: 0.2rem solid;
}
.uol-google-map-directions__input button {
  background-color: transparent;
  border: none;
  margin: 0.25rem 0.1rem;
  padding: 1rem;
}
.uol-google-map-directions__input button:focus, .uol-google-map-directions__input button:active {
  outline: 0.2rem solid;
}

.uol-google-map-directions.--light {
  --uol-google-map-directions-color: #000;
  --uol-google-map-directions-bg: #f8f9fa;
  background-color: var(--uol-google-map-directions-bg);
  color: var(--uol-google-map-directions-color);
}
.uol-google-map-directions.--dark {
  --uol-google-map-directions-color: #fff;
  --uol-google-map-directions-bg: #212529;
  background-color: var(--uol-google-map-directions-bg);
  color: var(--uol-google-map-directions-color);
}
.uol-google-map-directions.--primary {
  --uol-google-map-directions-color: #fff;
  --uol-google-map-directions-bg: #002147;
  background-color: var(--uol-google-map-directions-bg);
  color: var(--uol-google-map-directions-color);
}
.uol-google-map-directions.--secondary {
  --uol-google-map-directions-color: #fff;
  --uol-google-map-directions-bg: #047e8b;
  background-color: var(--uol-google-map-directions-bg);
  color: var(--uol-google-map-directions-color);
}
.uol-google-map-directions.--accent-primary {
  --uol-google-map-directions-color: #fff;
  --uol-google-map-directions-bg: #db1a72;
  background-color: var(--uol-google-map-directions-bg);
  color: var(--uol-google-map-directions-color);
}
.uol-google-map-directions.--accent-secondary {
  --uol-google-map-directions-color: #fff;
  --uol-google-map-directions-bg: #747678;
  background-color: var(--uol-google-map-directions-bg);
  color: var(--uol-google-map-directions-color);
}
.uol-google-map-directions__input {
  background-color: #fff;
  color: #333;
}
.uol-google-map-directions__input input:focus {
  outline-color: var(--uol-google-map-directions-bg);
}
.uol-google-map-directions__input button:focus, .uol-google-map-directions__input button:active {
  outline-color: var(--uol-google-map-directions-bg);
}
.uol-google-map-directions__input button:hover {
  color: var(--uol-google-map-directions-bg);
}

.uol-header-key-info {
  align-items: stretch;
  display: flex !important;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  max-width: 180rem;
  overflow-x: initial;
}
.uol-header-key-info > div:first-child {
  position: absolute;
  top: 1.5rem;
  width: 100%;
  z-index: 9;
}
.uol-header-key-info > div:first-child .uol-wrapper {
  display: flex !important;
  flex-flow: column;
  height: 52.5rem;
}
.uol-header-key-info .--title h1, .uol-header-key-info .--title .h1 {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: var(--uol-body-font-family);
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: -0.2rem;
  line-height: normal;
  text-align: center;
  width: 100%;
}
.uol-header-key-info .--ctaBtnContainer {
  margin-top: auto;
  margin-bottom: 12rem;
  text-align: center;
}
.uol-header-key-info .--banner {
  padding: 0;
}
.uol-header-key-info .--banner-overlay--light, .uol-header-key-info .--banner-overlay--medium, .uol-header-key-info .--banner-overlay--dark {
  height: 52.5rem !important;
}
.uol-header-key-info .--banner-overlay--xlight {
  background: rgba(0, 0, 0, 0.1);
}
.uol-header-key-info .--banner-overlay--light {
  background: rgba(0, 0, 0, 0.2);
}
.uol-header-key-info .--banner-overlay--medium {
  background: rgba(0, 0, 0, 0.3);
}
.uol-header-key-info .--banner-overlay--dark {
  background: rgba(0, 0, 0, 0.4);
}
.uol-header-key-info .--banner__play {
  bottom: auto;
  cursor: pointer;
  right: 1.5rem;
  position: absolute;
  top: 1.5rem;
  z-index: 10;
}
.uol-header-key-info .--banner picture,
.uol-header-key-info .--banner img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 52.5rem;
}
.uol-header-key-info .--banner img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.uol-header-key-info .--key-info {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  color: #fff;
  display: flex !important;
  flex-flow: column;
  margin: -9rem auto 0;
  padding: 0 0 2.5rem;
  position: relative;
  text-align: center;
  width: 80%;
  z-index: 9;
}
.uol-header-key-info .--key-info h2, .uol-header-key-info .--key-info .h2,
.uol-header-key-info .--key-info h3,
.uol-header-key-info .--key-info .h3,
.uol-header-key-info .--key-info p,
.uol-header-key-info .--key-info a {
  color: #fff;
}
.uol-header-key-info .--key-info h2, .uol-header-key-info .--key-info .h2,
.uol-header-key-info .--key-info h3,
.uol-header-key-info .--key-info .h3 {
  font-family: var(--uol-body-font-family);
}
.uol-header-key-info .--key-info a {
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .uol-header-key-info {
    flex-direction: row;
  }
  .uol-header-key-info div:first-child {
    align-self: auto;
  }
  .uol-header-key-info div:first-child .uol-wrapper {
    padding-right: 35rem;
  }
  .uol-header-key-info .--title h1, .uol-header-key-info .--title .h1 {
    font-size: 5rem;
    letter-spacing: -0.3rem;
    overflow: visible;
    text-align: left;
    width: 90%;
  }
  .uol-header-key-info .--ctaBtnContainer {
    margin-bottom: 4rem;
    text-align: left;
  }
  .uol-header-key-info .--banner {
    width: 70%;
  }
  .uol-header-key-info .--banner__play {
    right: 31%;
  }
  .uol-header-key-info .--key-info {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
    height: 57rem;
    margin-top: 0;
    width: 30%;
  }
}
@media (min-width: 1400px) {
  .uol-header-key-info .--banner {
    width: 74%;
  }
  .uol-header-key-info .--banner__play {
    right: 28%;
  }
  .uol-header-key-info .--key-info {
    width: 26%;
  }
}
.uol-landing-hero {
  display: flex !important;
  font-family: var(--uol-body-font-family);
  justify-content: center;
  margin: 0 auto;
  max-width: 260rem;
  min-height: 66rem;
  position: relative;
  z-index: 11;
}
.uol-landing-hero_play {
  bottom: 1.5rem;
  left: 1.5rem;
  position: absolute;
  top: auto;
}
.uol-landing-hero_img-container {
  height: auto;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.uol-landing-hero_img-container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}
.uol-landing-hero_content-container {
  align-self: center;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.uol-landing-hero_content-container-inner {
  margin: 0 auto;
  max-width: 117rem;
  padding: 0 2rem;
  width: 100%;
}
.uol-landing-hero_content-container-inner h1, .uol-landing-hero_content-container-inner .h1 {
  font-family: var(--uol-body-font-family);
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 5rem;
  margin-bottom: 0;
  max-width: 63rem;
  position: relative;
  z-index: 1;
}
.uol-landing-hero_content-container-inner h1.--small-h1, .uol-landing-hero_content-container-inner .--small-h1.h1 {
  font-size: 3.2rem;
}
.uol-landing-hero_content-container-inner .tag {
  font-family: var(--uol-body-font-family);
  font-size: 1.6rem;
  font-weight: 600;
  margin: 1rem 0 4rem;
  letter-spacing: inherit;
  text-transform: unset;
}
.uol-landing-hero_btn-container > a {
  background: 0 0;
  border: 0.4rem solid;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.1rem 2.2rem;
  pointer-events: auto;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease-in-out 50ms, color 0.3s ease-in-out;
  margin-top: 2rem;
  min-width: 21.5rem;
}
.uol-landing-hero_btn-container > a:nth-of-type(1) {
  margin-top: 0;
}
.uol-landing-hero_btn-container > a:last-of-type {
  margin-right: 0;
}
.uol-landing-hero_btn-container > a div {
  align-items: center;
  display: flex;
  justify-content: center;
}
.uol-landing-hero_btn-container > a div em {
  margin-right: 0.3rem;
}

@media (min-width: 350px) {
  .uol-landing-hero {
    height: calc(100vh - 16.5rem);
  }
}
@media (max-width: 768px) {
  .uol-landing-hero_btn-container {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .uol-landing-hero {
    height: calc(100vh - 11.6rem);
  }
  .uol-landing-hero_content-container-inner h1, .uol-landing-hero_content-container-inner .h1 {
    font-size: 5rem;
    margin-bottom: 1rem;
  }
  .uol-landing-hero_content-container-inner h1.--small-h1, .uol-landing-hero_content-container-inner .--small-h1.h1 {
    font-size: 5rem;
  }
  .uol-landing-hero_content-container-inner .tag {
    font-size: 1.7rem;
  }
  .uol-landing-hero_btn-container > a {
    display: inline-block;
    margin: 0 1rem 0 0;
  }
}
@media (min-width: 992px) {
  .uol-landing-hero {
    height: calc(100vh - 11.6rem);
  }
  .uol-landing-hero_content-container-inner h1, .uol-landing-hero_content-container-inner .h1 {
    font-size: 6rem;
  }
  .uol-landing-hero_content-container-inner .tag {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .uol-landing-hero {
    height: 60rem;
  }
}
.uol-landing-hero {
  color: #fff;
}
.uol-landing-hero_overlay--light {
  background: rgba(0, 0, 0, 0.2);
}
.uol-landing-hero_overlay--dark {
  background: rgba(0, 0, 0, 0.4);
}
.uol-landing-hero_img-container {
  background: #747678;
}
.uol-landing-hero_btn-container > a {
  color: #fff;
}
.uol-landing-hero_btn-container.--light {
  --uol-homepage-banner-btn-background: #f8f9fa;
  --uol-homepage-banner-btn-border: #f8f9fa;
}
.uol-landing-hero_btn-container.--light.--all-solid > a {
  background: var(--uol-homepage-banner-btn-background);
  border-color: var(--uol-homepage-banner-btn-border);
}
.uol-landing-hero_btn-container.--light.--all-solid > a:hover {
  background: #fff;
  color: var(--uol-homepage-banner-btn-background);
}
.uol-landing-hero_btn-container.--light.--first-solid > a {
  border-color: #fff;
}
.uol-landing-hero_btn-container.--light.--first-solid > a:nth-of-type(1), .uol-landing-hero_btn-container.--light.--first-solid > a:hover {
  background: var(--uol-homepage-banner-btn-background);
  border-color: var(--uol-homepage-banner-btn-border);
}
.uol-landing-hero_btn-container.--light.--first-solid > a:nth-of-type(1):hover {
  background: #fff;
  color: var(--uol-homepage-banner-btn-background);
}
.uol-landing-hero_btn-container.--dark {
  --uol-homepage-banner-btn-background: #212529;
  --uol-homepage-banner-btn-border: #212529;
}
.uol-landing-hero_btn-container.--dark.--all-solid > a {
  background: var(--uol-homepage-banner-btn-background);
  border-color: var(--uol-homepage-banner-btn-border);
}
.uol-landing-hero_btn-container.--dark.--all-solid > a:hover {
  background: #fff;
  color: var(--uol-homepage-banner-btn-background);
}
.uol-landing-hero_btn-container.--dark.--first-solid > a {
  border-color: #fff;
}
.uol-landing-hero_btn-container.--dark.--first-solid > a:nth-of-type(1), .uol-landing-hero_btn-container.--dark.--first-solid > a:hover {
  background: var(--uol-homepage-banner-btn-background);
  border-color: var(--uol-homepage-banner-btn-border);
}
.uol-landing-hero_btn-container.--dark.--first-solid > a:nth-of-type(1):hover {
  background: #fff;
  color: var(--uol-homepage-banner-btn-background);
}
.uol-landing-hero_btn-container.--primary {
  --uol-homepage-banner-btn-background: #002147;
  --uol-homepage-banner-btn-border: #002147;
}
.uol-landing-hero_btn-container.--primary.--all-solid > a {
  background: var(--uol-homepage-banner-btn-background);
  border-color: var(--uol-homepage-banner-btn-border);
}
.uol-landing-hero_btn-container.--primary.--all-solid > a:hover {
  background: #fff;
  color: var(--uol-homepage-banner-btn-background);
}
.uol-landing-hero_btn-container.--primary.--first-solid > a {
  border-color: #fff;
}
.uol-landing-hero_btn-container.--primary.--first-solid > a:nth-of-type(1), .uol-landing-hero_btn-container.--primary.--first-solid > a:hover {
  background: var(--uol-homepage-banner-btn-background);
  border-color: var(--uol-homepage-banner-btn-border);
}
.uol-landing-hero_btn-container.--primary.--first-solid > a:nth-of-type(1):hover {
  background: #fff;
  color: var(--uol-homepage-banner-btn-background);
}
.uol-landing-hero_btn-container.--secondary {
  --uol-homepage-banner-btn-background: #047e8b;
  --uol-homepage-banner-btn-border: #047e8b;
}
.uol-landing-hero_btn-container.--secondary.--all-solid > a {
  background: var(--uol-homepage-banner-btn-background);
  border-color: var(--uol-homepage-banner-btn-border);
}
.uol-landing-hero_btn-container.--secondary.--all-solid > a:hover {
  background: #fff;
  color: var(--uol-homepage-banner-btn-background);
}
.uol-landing-hero_btn-container.--secondary.--first-solid > a {
  border-color: #fff;
}
.uol-landing-hero_btn-container.--secondary.--first-solid > a:nth-of-type(1), .uol-landing-hero_btn-container.--secondary.--first-solid > a:hover {
  background: var(--uol-homepage-banner-btn-background);
  border-color: var(--uol-homepage-banner-btn-border);
}
.uol-landing-hero_btn-container.--secondary.--first-solid > a:nth-of-type(1):hover {
  background: #fff;
  color: var(--uol-homepage-banner-btn-background);
}
.uol-landing-hero_btn-container.--accent-primary {
  --uol-homepage-banner-btn-background: #db1a72;
  --uol-homepage-banner-btn-border: #db1a72;
}
.uol-landing-hero_btn-container.--accent-primary.--all-solid > a {
  background: var(--uol-homepage-banner-btn-background);
  border-color: var(--uol-homepage-banner-btn-border);
}
.uol-landing-hero_btn-container.--accent-primary.--all-solid > a:hover {
  background: #fff;
  color: var(--uol-homepage-banner-btn-background);
}
.uol-landing-hero_btn-container.--accent-primary.--first-solid > a {
  border-color: #fff;
}
.uol-landing-hero_btn-container.--accent-primary.--first-solid > a:nth-of-type(1), .uol-landing-hero_btn-container.--accent-primary.--first-solid > a:hover {
  background: var(--uol-homepage-banner-btn-background);
  border-color: var(--uol-homepage-banner-btn-border);
}
.uol-landing-hero_btn-container.--accent-primary.--first-solid > a:nth-of-type(1):hover {
  background: #fff;
  color: var(--uol-homepage-banner-btn-background);
}
.uol-landing-hero_btn-container.--accent-secondary {
  --uol-homepage-banner-btn-background: #747678;
  --uol-homepage-banner-btn-border: #747678;
}
.uol-landing-hero_btn-container.--accent-secondary.--all-solid > a {
  background: var(--uol-homepage-banner-btn-background);
  border-color: var(--uol-homepage-banner-btn-border);
}
.uol-landing-hero_btn-container.--accent-secondary.--all-solid > a:hover {
  background: #fff;
  color: var(--uol-homepage-banner-btn-background);
}
.uol-landing-hero_btn-container.--accent-secondary.--first-solid > a {
  border-color: #fff;
}
.uol-landing-hero_btn-container.--accent-secondary.--first-solid > a:nth-of-type(1), .uol-landing-hero_btn-container.--accent-secondary.--first-solid > a:hover {
  background: var(--uol-homepage-banner-btn-background);
  border-color: var(--uol-homepage-banner-btn-border);
}
.uol-landing-hero_btn-container.--accent-secondary.--first-solid > a:nth-of-type(1):hover {
  background: #fff;
  color: var(--uol-homepage-banner-btn-background);
}

.uol-logo-showcase {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1, 1fr);
}
.uol-logo-showcase.--noTitle .--title, .uol-logo-showcase.--noCopy .--copy {
  display: none;
}
.uol-logo-showcase.--onlyLogo a {
  filter: grayscale(1);
}
.uol-logo-showcase.--onlyLogo a:hover {
  filter: grayscale(0);
}
.uol-logo-showcase.--onlyLogo a:focus {
  border-radius: 0.5rem;
  outline-offset: 0.2rem !important;
}
.uol-logo-showcase .--logo-frame {
  border-radius: 0.5rem;
}
.uol-logo-showcase .--logo-frame > div {
  display: grid;
}
.uol-logo-showcase .--logo-frame > div .--img {
  align-items: center;
  display: flex;
  height: 20rem;
  justify-content: center;
  margin: auto;
  padding: 1.5rem;
}
.uol-logo-showcase .--logo-frame > div .--img img {
  height: auto;
  max-height: 20rem;
  width: 100%;
}
.uol-logo-showcase .--logo-frame > div .--title {
  padding: 1.5rem;
  text-align: center;
}
.uol-logo-showcase .--logo-frame > div .--title h3, .uol-logo-showcase .--logo-frame > div .--title .h3,
.uol-logo-showcase .--logo-frame > div .--title .h4 {
  margin: 0;
}
.uol-logo-showcase .--logo-frame > div .--copy {
  padding: 1.5rem;
}

@media (min-width: 480px) {
  .uol-logo-showcase.--twos, .uol-logo-showcase.--threes, .uol-logo-showcase.--fours {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .uol-logo-showcase.--ones .--logo-frame > div {
    grid-template-columns: repeat(2, 1fr);
  }
  .uol-logo-showcase.--ones .--logo-frame > div .--copyContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .uol-logo-showcase.--ones .--logo-frame > div .--copyContainer .--title {
    background-color: inherit;
    color: inherit;
    text-align: left;
  }
  .uol-logo-showcase.--ones .--logo-frame > div .--copyContainer .--title .h4 a {
    color: inherit;
  }
  .uol-logo-showcase.--ones .--logo-frame > div .--copyContainer .--copy {
    padding-top: 0;
  }
  .uol-logo-showcase.--threes, .uol-logo-showcase.--fours {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .uol-logo-showcase.--ones .--logo-frame > div {
    grid-template-columns: 1fr 2fr;
  }
  .uol-logo-showcase.--fours {
    grid-template-columns: repeat(4, 1fr);
  }
}
.uol-logo-showcase.--onlyLogo a:focus {
  box-shadow: 0 0 0 0.6rem #002147 !important;
  outline: 0.2rem solid #fff !important;
}
.uol-logo-showcase .--logo-frame {
  background-color: #fff;
  border: 0.2rem solid #002147;
}
.uol-logo-showcase .--logo-frame > div .--title {
  background-color: #002147;
  color: #fff;
}
.uol-logo-showcase .--logo-frame > div .--title .h4 a {
  color: #fff;
}

.uol-numbered-step {
  margin-top: 8.5rem;
  padding: 0 2.5rem 2.5rem;
}
.uol-numbered-step .main-area {
  align-items: center;
  display: flex !important;
  flex-direction: column;
  position: relative;
  transition: all 0.3s;
}
.uol-numbered-step .main-area .number {
  align-items: center;
  border-radius: 50%;
  display: flex !important;
  flex-shrink: 0;
  height: 12rem;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 12rem;
}
.uol-numbered-step .main-area .number::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.uol-numbered-step .main-area .number h2, .uol-numbered-step .main-area .number .h2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 5.5rem;
  margin: 0;
  text-shadow: 4px 4px 0 #002147;
}
.uol-numbered-step .main-area .main-content {
  margin-top: -5rem;
  padding: 2.5rem 0 0;
  transition: all 0.3s;
}
.uol-numbered-step .main-area .main-content .copy h3, .uol-numbered-step .main-area .main-content .copy .h3 {
  margin-top: 0;
}
.uol-numbered-step .cta a {
  display: block;
}

@media (min-width: 768px) {
  .uol-numbered-step {
    flex-direction: column;
    margin-top: 2.5rem;
    min-height: 15rem;
    padding: 2.5rem;
  }
  .uol-numbered-step .main-area {
    align-items: center;
    display: flex !important;
    flex-direction: row;
  }
  .uol-numbered-step .main-area .number {
    height: 10rem;
    padding: 1.5rem 1.5rem 2rem;
    transform: translateY(0rem);
    width: 10rem;
  }
  .uol-numbered-step .main-area .number h2, .uol-numbered-step .main-area .number .h2 {
    font-size: 5rem;
  }
  .uol-numbered-step .main-area .main-content {
    margin-top: 0;
    padding: 0 3rem;
  }
  .uol-numbered-step .sec-area {
    padding: 0 3rem;
    margin-left: 10rem;
  }
  .uol-numbered-step .cta {
    margin-left: 13rem;
  }
  .uol-numbered-step .cta a {
    display: inline;
  }
}
.uol-numbered-step {
  color: #fff;
}
.uol-numbered-step .main-area .number h2, .uol-numbered-step .main-area .number .h2 {
  color: #fff;
}
.uol-numbered-step p a {
  color: #fff;
}
.uol-numbered-step.--blue-teal {
  background-color: #002147;
}
.uol-numbered-step.--blue-teal .main-area .number {
  background-color: #047e8b;
}
.uol-numbered-step.--teal-magenta {
  background-color: #047e8b;
}
.uol-numbered-step.--teal-magenta .main-area .number {
  background-color: #db1a72;
}

.uol-ohd-course-list, .uol-ohd-course-list--accent-secondary, .uol-ohd-course-list--accent-primary, .uol-ohd-course-list--secondary, .uol-ohd-course-list--primary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 20rem;
  padding: 2rem 0 0;
}
.uol-ohd-course-list p, .uol-ohd-course-list--accent-secondary p, .uol-ohd-course-list--accent-primary p, .uol-ohd-course-list--secondary p, .uol-ohd-course-list--primary p,
.uol-ohd-course-list a,
.uol-ohd-course-list--accent-secondary a,
.uol-ohd-course-list--accent-primary a,
.uol-ohd-course-list--secondary a,
.uol-ohd-course-list--primary a {
  color: #fff;
}
.uol-ohd-course-list__form, .uol-ohd-course-list__num-returned-courses, .uol-ohd-course-list__site-maint-msg {
  padding: 0 1rem;
}
.uol-ohd-course-list__form label {
  color: #fff;
  display: block;
}
.uol-ohd-course-list__form input {
  font-size: 2rem;
  line-height: 4rem;
  margin: 0.5rem 0 1rem;
  width: 100%;
}
.uol-ohd-course-list__num-returned-courses button {
  margin-top: 1rem;
}
.uol-ohd-course-list__site-maint-msg {
  padding: 1rem;
}
.uol-ohd-course-list__site-maint-msg a {
  width: 80%;
}
.uol-ohd-course-list__courses {
  margin-top: 2rem;
}
.uol-ohd-course-list__courses .courseLink {
  background-color: #fff;
  border: none;
  border-bottom: 0.1rem solid #fff;
  display: block;
  padding: 0 1rem;
  text-align: left;
  width: 100%;
}
.uol-ohd-course-list__courses .courseLink p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin: 0;
  padding: 1rem 0;
}

#ohdModal .modal-dialog .modal-content .modal-header {
  background-color: #047e8b;
  color: #fff;
}
#ohdModal .modal-dialog .modal-content .modal-header .close {
  color: #fff;
  opacity: 1;
}
#ohdModal .modal-dialog .modal-content .modal-body #interviewText p {
  color: #000;
}
#ohdModal .modal-dialog .modal-content .modal-body #interviewText p a {
  color: #000;
}
#ohdModal .modal-dialog .modal-content .modal-body .od_event {
  margin: 1rem 0;
}
#ohdModal .modal-dialog .modal-content .modal-body .od_event .btnFrame > a,
#ohdModal .modal-dialog .modal-content .modal-body .od_event .btnFrame > a span {
  display: block;
}

@media (min-width: 992px) {
  .uol-ohd-course-list__form input {
    width: 50%;
  }
  .uol-ohd-course-list__site-maint-msg a {
    width: 50%;
  }
}
.uol-ohd-course-list--primary {
  background-color: #002147;
}
.uol-ohd-course-list--primary .uol-ohd-course-list__courses .courseLink {
  background-color: #002b5c;
}
.uol-ohd-course-list--primary .uol-ohd-course-list__courses .courseLink:hover {
  background-color: #ad1459;
}

.uol-ohd-course-list--secondary {
  background-color: #047e8b;
}
.uol-ohd-course-list--secondary .uol-ohd-course-list__courses .courseLink {
  background-color: #036873;
}
.uol-ohd-course-list--secondary .uol-ohd-course-list__courses .courseLink:hover {
  background-color: #ad1459;
}

.uol-ohd-course-list--accent-primary {
  background-color: #db1a72;
}
.uol-ohd-course-list--accent-primary .uol-ohd-course-list__courses .courseLink {
  background-color: #ad1459;
}
.uol-ohd-course-list--accent-primary .uol-ohd-course-list__courses .courseLink:hover {
  background-color: #036873;
}

.uol-ohd-course-list--accent-secondary {
  background-color: #747678;
}
.uol-ohd-course-list--accent-secondary .uol-ohd-course-list__courses .courseLink {
  background-color: #595c5f;
}
.uol-ohd-course-list--accent-secondary .uol-ohd-course-list__courses .courseLink:hover {
  background-color: #ad1459;
}

.uol-openday-timetable .--header h3, .uol-openday-timetable .--header .h3 {
  font-family: Verdana, Arial, sans-serif;
  margin: 0;
  padding: 1rem 1.5rem;
}
.uol-openday-timetable .--timetable h4, .uol-openday-timetable .--timetable .h4 {
  margin: 0;
  padding: 1rem 1.5rem;
}
.uol-openday-timetable .--opaque {
  padding: 1rem 1.5rem;
}
.uol-openday-timetable .additional-info {
  margin-top: 1.5rem;
}
.uol-openday-timetable .additional-info span {
  margin-right: 1rem;
}

.uol-openday-timetable {
  color: #fff;
}
.uol-openday-timetable .--header h3, .uol-openday-timetable .--header .h3 {
  background-color: #047e8b;
}
.uol-openday-timetable .--timetable {
  background-color: #fff;
}
.uol-openday-timetable .--timetable h4, .uol-openday-timetable .--timetable .h4 {
  background-color: #002147;
}
.uol-openday-timetable .--opaque {
  background-color: rgba(0, 33, 71, 0.8);
}
.uol-openday-timetable a {
  color: #fff;
}

.uol-open-day-event-booking {
  -webkit-clip-path: polygon(100% 0%, 100% 0, 100% 0%, 100% 95%, 0% 100%, 0 0);
          clip-path: polygon(100% 0%, 100% 0, 100% 0%, 100% 95%, 0% 100%, 0 0);
  padding: 2.5rem 2.5rem 8rem 2.5rem;
  webkit-clip-path: polygon(100% 0%, 100% 0, 100% 0%, 100% 95%, 0% 100%, 0 0);
}
.uol-open-day-event-booking .--heading {
  margin-top: 0.8rem;
  text-align: center;
}
.uol-open-day-event-booking .--container {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  display: flex;
  flex-flow: column wrap;
  margin: 4rem 0;
  row-gap: 2rem;
}
.uol-open-day-event-booking .--container > div {
  border-top: 0.1rem solid;
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2rem;
}
.uol-open-day-event-booking .--calendar {
  border-radius: 0.5rem;
  height: 9.6rem;
  text-align: center;
  margin: 0 auto;
  width: 9.6rem;
}
.uol-open-day-event-booking .--calendar .--day {
  font-size: 4rem;
}
.uol-open-day-event-booking .--link {
  text-align: center;
}
.uol-open-day-event-booking .--link p {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .uol-open-day-event-booking {
    -webkit-clip-path: polygon(100% 0%, 100% 0, 100% 0%, 100% 90%, 0% 100%, 0 0);
            clip-path: polygon(100% 0%, 100% 0, 100% 0%, 100% 90%, 0% 100%, 0 0);
    webkit-clip-path: polygon(100% 0%, 100% 0, 100% 0%, 100% 90%, 0% 100%, 0 0);
  }
  .uol-open-day-event-booking .--heading {
    margin-bottom: 2rem;
  }
  .uol-open-day-event-booking .--heading h2, .uol-open-day-event-booking .--heading .h2 {
    text-align: left;
  }
  .uol-open-day-event-booking .--container {
    flex-direction: row;
    margin: 0;
  }
  .uol-open-day-event-booking .--container > div {
    border-top: none;
    flex: 1 1 48%;
    flex-direction: row;
    max-width: 48%;
    padding-top: 0;
  }
  .uol-open-day-event-booking .--calendar {
    flex-basis: 20%;
    margin: 0;
  }
  .uol-open-day-event-booking .--link {
    text-align: left;
  }
}
.uol-open-day-event-booking {
  background-color: #002147;
}
.uol-open-day-event-booking .--heading {
  color: #fff;
}
.uol-open-day-event-booking .--container > div {
  border-top-color: #fff;
}
.uol-open-day-event-booking .--calendar {
  background-color: #fff;
  color: #002147;
}
.uol-open-day-event-booking .--link {
  color: #fff;
}
.uol-open-day-event-booking .--link a {
  color: #fff;
}

.uol-pullquote {
  align-items: stretch;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
.uol-pullquote__copy, .uol-pullquote__copy--accent-secondary, .uol-pullquote__copy--accent-primary, .uol-pullquote__copy--secondary, .uol-pullquote__copy--primary {
  max-width: 100%;
  padding: 2rem 2rem 5rem;
  position: relative;
}
.uol-pullquote__copy h2, .uol-pullquote__copy--accent-secondary h2, .uol-pullquote__copy--accent-primary h2, .uol-pullquote__copy--secondary h2, .uol-pullquote__copy--primary h2, .uol-pullquote__copy .h2, .uol-pullquote__copy--accent-secondary .h2, .uol-pullquote__copy--accent-primary .h2, .uol-pullquote__copy--secondary .h2, .uol-pullquote__copy--primary .h2,
.uol-pullquote__copy p,
.uol-pullquote__copy--accent-secondary p,
.uol-pullquote__copy--accent-primary p,
.uol-pullquote__copy--secondary p,
.uol-pullquote__copy--primary p {
  color: #fff;
}
.uol-pullquote__copy h2, .uol-pullquote__copy--accent-secondary h2, .uol-pullquote__copy--accent-primary h2, .uol-pullquote__copy--secondary h2, .uol-pullquote__copy--primary h2, .uol-pullquote__copy .h2, .uol-pullquote__copy--accent-secondary .h2, .uol-pullquote__copy--accent-primary .h2, .uol-pullquote__copy--secondary .h2, .uol-pullquote__copy--primary .h2 {
  margin: 0 0 1rem;
}
.uol-pullquote__copy h2:not(.uol-pullquote__copy h2:last-of-type):not(.uol-pullquote__copy--accent-secondary h2:last-of-type):not(.uol-pullquote__copy--accent-primary h2:last-of-type):not(.uol-pullquote__copy--secondary h2:last-of-type):not(.uol-pullquote__copy--primary h2:last-of-type):not(.uol-pullquote__copy .h2:last-of-type):not(.uol-pullquote__copy--accent-secondary .h2:last-of-type):not(.uol-pullquote__copy--accent-primary .h2:last-of-type):not(.uol-pullquote__copy--secondary .h2:last-of-type):not(.uol-pullquote__copy--primary .h2:last-of-type), .uol-pullquote__copy--accent-secondary h2:not(.uol-pullquote__copy h2:last-of-type):not(.uol-pullquote__copy--accent-secondary h2:last-of-type):not(.uol-pullquote__copy--accent-primary h2:last-of-type):not(.uol-pullquote__copy--secondary h2:last-of-type):not(.uol-pullquote__copy--primary h2:last-of-type):not(.uol-pullquote__copy .h2:last-of-type):not(.uol-pullquote__copy--accent-secondary .h2:last-of-type):not(.uol-pullquote__copy--accent-primary .h2:last-of-type):not(.uol-pullquote__copy--secondary .h2:last-of-type):not(.uol-pullquote__copy--primary .h2:last-of-type), .uol-pullquote__copy--accent-primary h2:not(.uol-pullquote__copy h2:last-of-type):not(.uol-pullquote__copy--accent-secondary h2:last-of-type):not(.uol-pullquote__copy--accent-primary h2:last-of-type):not(.uol-pullquote__copy--secondary h2:last-of-type):not(.uol-pullquote__copy--primary h2:last-of-type):not(.uol-pullquote__copy .h2:last-of-type):not(.uol-pullquote__copy--accent-secondary .h2:last-of-type):not(.uol-pullquote__copy--accent-primary .h2:last-of-type):not(.uol-pullquote__copy--secondary .h2:last-of-type):not(.uol-pullquote__copy--primary .h2:last-of-type), .uol-pullquote__copy--secondary h2:not(.uol-pullquote__copy h2:last-of-type):not(.uol-pullquote__copy--accent-secondary h2:last-of-type):not(.uol-pullquote__copy--accent-primary h2:last-of-type):not(.uol-pullquote__copy--secondary h2:last-of-type):not(.uol-pullquote__copy--primary h2:last-of-type):not(.uol-pullquote__copy .h2:last-of-type):not(.uol-pullquote__copy--accent-secondary .h2:last-of-type):not(.uol-pullquote__copy--accent-primary .h2:last-of-type):not(.uol-pullquote__copy--secondary .h2:last-of-type):not(.uol-pullquote__copy--primary .h2:last-of-type), .uol-pullquote__copy--primary h2:not(.uol-pullquote__copy h2:last-of-type):not(.uol-pullquote__copy--accent-secondary h2:last-of-type):not(.uol-pullquote__copy--accent-primary h2:last-of-type):not(.uol-pullquote__copy--secondary h2:last-of-type):not(.uol-pullquote__copy--primary h2:last-of-type):not(.uol-pullquote__copy .h2:last-of-type):not(.uol-pullquote__copy--accent-secondary .h2:last-of-type):not(.uol-pullquote__copy--accent-primary .h2:last-of-type):not(.uol-pullquote__copy--secondary .h2:last-of-type):not(.uol-pullquote__copy--primary .h2:last-of-type), .uol-pullquote__copy .h2:not(.uol-pullquote__copy h2:last-of-type):not(.uol-pullquote__copy--accent-secondary h2:last-of-type):not(.uol-pullquote__copy--accent-primary h2:last-of-type):not(.uol-pullquote__copy--secondary h2:last-of-type):not(.uol-pullquote__copy--primary h2:last-of-type):not(.uol-pullquote__copy .h2:last-of-type):not(.uol-pullquote__copy--accent-secondary .h2:last-of-type):not(.uol-pullquote__copy--accent-primary .h2:last-of-type):not(.uol-pullquote__copy--secondary .h2:last-of-type):not(.uol-pullquote__copy--primary .h2:last-of-type), .uol-pullquote__copy--accent-secondary .h2:not(.uol-pullquote__copy h2:last-of-type):not(.uol-pullquote__copy--accent-secondary h2:last-of-type):not(.uol-pullquote__copy--accent-primary h2:last-of-type):not(.uol-pullquote__copy--secondary h2:last-of-type):not(.uol-pullquote__copy--primary h2:last-of-type):not(.uol-pullquote__copy .h2:last-of-type):not(.uol-pullquote__copy--accent-secondary .h2:last-of-type):not(.uol-pullquote__copy--accent-primary .h2:last-of-type):not(.uol-pullquote__copy--secondary .h2:last-of-type):not(.uol-pullquote__copy--primary .h2:last-of-type), .uol-pullquote__copy--accent-primary .h2:not(.uol-pullquote__copy h2:last-of-type):not(.uol-pullquote__copy--accent-secondary h2:last-of-type):not(.uol-pullquote__copy--accent-primary h2:last-of-type):not(.uol-pullquote__copy--secondary h2:last-of-type):not(.uol-pullquote__copy--primary h2:last-of-type):not(.uol-pullquote__copy .h2:last-of-type):not(.uol-pullquote__copy--accent-secondary .h2:last-of-type):not(.uol-pullquote__copy--accent-primary .h2:last-of-type):not(.uol-pullquote__copy--secondary .h2:last-of-type):not(.uol-pullquote__copy--primary .h2:last-of-type), .uol-pullquote__copy--secondary .h2:not(.uol-pullquote__copy h2:last-of-type):not(.uol-pullquote__copy--accent-secondary h2:last-of-type):not(.uol-pullquote__copy--accent-primary h2:last-of-type):not(.uol-pullquote__copy--secondary h2:last-of-type):not(.uol-pullquote__copy--primary h2:last-of-type):not(.uol-pullquote__copy .h2:last-of-type):not(.uol-pullquote__copy--accent-secondary .h2:last-of-type):not(.uol-pullquote__copy--accent-primary .h2:last-of-type):not(.uol-pullquote__copy--secondary .h2:last-of-type):not(.uol-pullquote__copy--primary .h2:last-of-type), .uol-pullquote__copy--primary .h2:not(.uol-pullquote__copy h2:last-of-type):not(.uol-pullquote__copy--accent-secondary h2:last-of-type):not(.uol-pullquote__copy--accent-primary h2:last-of-type):not(.uol-pullquote__copy--secondary h2:last-of-type):not(.uol-pullquote__copy--primary h2:last-of-type):not(.uol-pullquote__copy .h2:last-of-type):not(.uol-pullquote__copy--accent-secondary .h2:last-of-type):not(.uol-pullquote__copy--accent-primary .h2:last-of-type):not(.uol-pullquote__copy--secondary .h2:last-of-type):not(.uol-pullquote__copy--primary .h2:last-of-type) {
  font-style: italic;
  margin-bottom: 2rem;
}
.uol-pullquote__copy h2:last-of-type, .uol-pullquote__copy--accent-secondary h2:last-of-type, .uol-pullquote__copy--accent-primary h2:last-of-type, .uol-pullquote__copy--secondary h2:last-of-type, .uol-pullquote__copy--primary h2:last-of-type, .uol-pullquote__copy .h2:last-of-type, .uol-pullquote__copy--accent-secondary .h2:last-of-type, .uol-pullquote__copy--accent-primary .h2:last-of-type, .uol-pullquote__copy--secondary .h2:last-of-type, .uol-pullquote__copy--primary .h2:last-of-type {
  margin-bottom: 0;
  padding-bottom: 1rem;
}
.uol-pullquote__copy p, .uol-pullquote__copy--accent-secondary p, .uol-pullquote__copy--accent-primary p, .uol-pullquote__copy--secondary p, .uol-pullquote__copy--primary p {
  font-size: 1.6rem;
}
.uol-pullquote__copy-supplementary {
  margin-top: -1rem;
  margin-bottom: 2rem;
}
.uol-pullquote__img {
  max-width: 100%;
  min-width: 50%;
  position: relative;
}
.uol-pullquote__img picture,
.uol-pullquote__img img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.uol-pullquote__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.uol-pullquote__img .uol-pullquote-video_btn svg {
  fill: none;
  height: 6rem;
  width: 6rem;
}
.uol-pullquote__img .uol-pullquote-video_btn svg path {
  fill: #fff;
}
.uol-pullquote__img .uol-pullquote-video_btn svg circle {
  stroke: bg-color-white-default;
  stroke-width: 0.4rem;
}
@media (min-width: 1200px) {
  .uol-pullquote {
    align-items: center;
    display: grid;
    flex-direction: row;
    grid-template-columns: repeat(24, 1fr);
    justify-content: end;
    max-width: 100%;
  }
  .uol-pullquote__copy, .uol-pullquote__copy--accent-secondary, .uol-pullquote__copy--accent-primary, .uol-pullquote__copy--secondary, .uol-pullquote__copy--primary {
    display: flex;
    flex-direction: column;
    grid-row: 1;
    grid-column: 1/span 13;
    margin: 0;
    transform: translateX(0);
    z-index: 1;
  }
  .uol-pullquote__img {
    grid-row: 1;
    grid-column: 13/span 12;
    z-index: 0;
  }
  .uol-pullquote__img picture,
  .uol-pullquote__img img {
    min-height: 42.6rem;
    max-height: 42.6rem;
  }
  .uol-pullquote--reversed {
    flex-direction: row-reverse;
    justify-content: start;
  }
  .uol-pullquote--reversed .uol-pullquote__copy, .uol-pullquote--reversed .uol-pullquote__copy--accent-secondary, .uol-pullquote--reversed .uol-pullquote__copy--accent-primary, .uol-pullquote--reversed .uol-pullquote__copy--secondary, .uol-pullquote--reversed .uol-pullquote__copy--primary {
    grid-column: 12/span 13;
  }
  .uol-pullquote--reversed .uol-pullquote__img {
    grid-column: 1/span 13;
  }
}
.uol-pullquote__copy--primary {
  background-color: #002147;
}

.uol-pullquote__copy--secondary {
  background-color: #047e8b;
}

.uol-pullquote__copy--accent-primary {
  background-color: #db1a72;
}

.uol-pullquote__copy--accent-secondary {
  background-color: #747678;
}

.uol-pullquote__copy-course-usp {
  display: flex !important;
  flex-wrap: wrap;
  max-width: 100%;
  text-align: left;
}
.uol-pullquote__copy-course-usp div {
  margin-bottom: 1rem;
  padding-right: 1rem;
}
.uol-pullquote__copy-course-usp__title {
  text-align: center;
  width: 100%;
}
.uol-pullquote__copy-course-usp__item {
  display: flex !important;
}
.uol-pullquote__copy-course-usp__item__icon {
  padding-right: 5rem;
  width: 10%;
}
.uol-pullquote__copy-course-usp__item p {
  align-items: center;
  display: flex !important;
}
.uol-pullquote__copy-course-usp hr {
  margin: 0 auto 0.6rem;
  width: 50%;
}

@media (min-width: 768px) {
  .uol-pullquote__copy-course-usp {
    flex-direction: row;
  }
  .uol-pullquote__copy-course-usp div:not(.uol-pullquote__copy-course-usp__title) {
    width: 50%;
  }
  .uol-pullquote__copy-course-usp__title {
    text-align: left;
  }
  .uol-pullquote__copy-course-usp hr {
    margin: 0 0 0.6rem;
    width: 50%;
  }
}
.uol-prospectus-block {
  flex-basis: 50%;
}
.uol-prospectus-block button {
  width: 100%;
}
.uol-prospectus-container {
  display: flex;
  flex-direction: column;
}
.uol-prospectus-container--level, .uol-prospectus-container--year, .uol-prospectus-container--cta {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 1rem 0;
}
.uol-prospectus-container p {
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}
.uol-prospectus-container ul {
  text-align: center;
  width: 100%;
}

.uol-quoteblock {
  --uol-quoteblock-border-color: #212529;
  align-items: center;
  border: 0.4rem solid;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2rem;
  text-align: center;
}
.uol-quoteblock.--hasimg {
  margin-top: 8.5rem;
}
.uol-quoteblock img {
  background-color: #fff;
  border: 0.4rem solid;
  border-radius: 6rem;
  display: block;
  flex-shrink: 0;
  height: 12rem;
  margin-bottom: -5rem;
  max-width: 12rem;
  max-height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 12rem;
}
.uol-quoteblock > h3, .uol-quoteblock > .h3 {
  margin-top: 0.7rem;
}
.uol-quoteblock > hr {
  border-top: 0.3rem dotted;
  transition: all 0.3s;
  width: 100%;
}
.uol-quoteblock .__intro,
.uol-quoteblock .__quote {
  padding: 0.8rem 0 1.8rem;
}

@media (min-width: 768px) {
  .uol-quoteblock > hr {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .uol-quoteblock > hr {
    width: 50%;
  }
}
.uol-quoteblock--light {
  --uol-quoteblock-border-color: #f8f9fa;
  border-color: var(--uol-quoteblock-border-color);
}
.uol-quoteblock--light img {
  border-color: var(--uol-quoteblock-border-color);
}
.uol-quoteblock--light hr {
  border-color: var(--uol-quoteblock-border-color);
}

.uol-quoteblock--dark {
  --uol-quoteblock-border-color: #212529;
  border-color: var(--uol-quoteblock-border-color);
}
.uol-quoteblock--dark img {
  border-color: var(--uol-quoteblock-border-color);
}
.uol-quoteblock--dark hr {
  border-color: var(--uol-quoteblock-border-color);
}

.uol-quoteblock--primary {
  --uol-quoteblock-border-color: #002147;
  border-color: var(--uol-quoteblock-border-color);
}
.uol-quoteblock--primary img {
  border-color: var(--uol-quoteblock-border-color);
}
.uol-quoteblock--primary hr {
  border-color: var(--uol-quoteblock-border-color);
}

.uol-quoteblock--secondary {
  --uol-quoteblock-border-color: #047e8b;
  border-color: var(--uol-quoteblock-border-color);
}
.uol-quoteblock--secondary img {
  border-color: var(--uol-quoteblock-border-color);
}
.uol-quoteblock--secondary hr {
  border-color: var(--uol-quoteblock-border-color);
}

.uol-quoteblock--accent-primary {
  --uol-quoteblock-border-color: #db1a72;
  border-color: var(--uol-quoteblock-border-color);
}
.uol-quoteblock--accent-primary img {
  border-color: var(--uol-quoteblock-border-color);
}
.uol-quoteblock--accent-primary hr {
  border-color: var(--uol-quoteblock-border-color);
}

.uol-quoteblock--accent-secondary {
  --uol-quoteblock-border-color: #747678;
  border-color: var(--uol-quoteblock-border-color);
}
.uol-quoteblock--accent-secondary img {
  border-color: var(--uol-quoteblock-border-color);
}
.uol-quoteblock--accent-secondary hr {
  border-color: var(--uol-quoteblock-border-color);
}

@media (min-width: 992px) {
  .ctabuttonscontainer {
    display: flow;
  }
  .rowofctabuttons {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    gap: 1rem;
  }
  .CTA1,
  .CTA2,
  .CTA3 {
    display: flex;
    flex-basis: max-content;
    flex-grow: 1;
    text-decoration: none;
    max-width: 33%;
  }
  .CTA1 {
    margin: auto;
  }
}
@media (max-width: 768px) {
  .rowofctabuttons {
    display: block;
    width: -webkit-fill-available;
  }
  .CTA1,
  .CTA2 {
    padding-bottom: 1.2rem;
  }
  .CTA1,
  .CTA2,
  .CTA3 {
    display: block;
    text-decoration: none;
    margin: auto;
    width: -webkit-fill-available;
  }
}
@media (max-width: 480px) {
  .rowofctabuttons {
    display: block;
    width: -webkit-fill-available;
  }
  .CTA1,
  .CTA2 {
    padding-bottom: 1.2rem;
  }
  .CTA1,
  .CTA2,
  .CTA3 {
    display: block;
    text-decoration: none;
    margin: auto;
    width: -webkit-fill-available;
  }
}
.uol-school-course-list__item {
  margin-bottom: 1rem;
  border: 0.4rem solid;
}
.uol-school-course-list__item__type {
  align-items: center;
  display: flex;
  padding: 1rem 2rem;
  height: 3rem;
}
.uol-school-course-list__item__content {
  padding: 2rem;
}
.uol-school-course-list__item__title {
  margin-top: 0;
  font-family: var(--uol-font-sans-serif);
}
.uol-school-course-list__item__title h3, .uol-school-course-list__item__title .h3, .uol-school-course-list__item__title h4, .uol-school-course-list__item__title .h4 {
  margin-top: 0;
}
.uol-school-course-list__item__title a {
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
}
.uol-school-course-list__item__title a:hover {
  text-decoration: underline;
}
.uol-school-course-list__item__cta {
  display: flex;
  flex-direction: column;
}
.uol-school-course-list__item__cta a {
  align-self: flex-end;
}

.uol-school-course-list__item--light {
  --uol-course-list-color: #636464;
  --uol-course-list-bg: #f8f9fa;
  --uol-course-list-border: #f8f9fa;
  border-color: var(--uol-course-list-border) !important;
}
.uol-school-course-list__item--light .uol-school-course-list__item__type {
  background-color: var(--uol-course-list-bg);
  color: var(--uol-course-list-color);
}

.uol-school-course-list__item--dark {
  --uol-course-list-color: #fff;
  --uol-course-list-bg: #212529;
  --uol-course-list-border: #212529;
  border-color: var(--uol-course-list-border) !important;
}
.uol-school-course-list__item--dark .uol-school-course-list__item__type {
  background-color: var(--uol-course-list-bg);
  color: var(--uol-course-list-color);
}

.uol-school-course-list__item--primary {
  --uol-course-list-color: #fff;
  --uol-course-list-bg: #002147;
  --uol-course-list-border: #002147;
  border-color: var(--uol-course-list-border) !important;
}
.uol-school-course-list__item--primary .uol-school-course-list__item__type {
  background-color: var(--uol-course-list-bg);
  color: var(--uol-course-list-color);
}

.uol-school-course-list__item--secondary {
  --uol-course-list-color: #fff;
  --uol-course-list-bg: #047e8b;
  --uol-course-list-border: #047e8b;
  border-color: var(--uol-course-list-border) !important;
}
.uol-school-course-list__item--secondary .uol-school-course-list__item__type {
  background-color: var(--uol-course-list-bg);
  color: var(--uol-course-list-color);
}

.uol-school-course-list__item--accent-primary {
  --uol-course-list-color: #fff;
  --uol-course-list-bg: #db1a72;
  --uol-course-list-border: #db1a72;
  border-color: var(--uol-course-list-border) !important;
}
.uol-school-course-list__item--accent-primary .uol-school-course-list__item__type {
  background-color: var(--uol-course-list-bg);
  color: var(--uol-course-list-color);
}

.uol-school-course-list__item--accent-secondary {
  --uol-course-list-color: #fff;
  --uol-course-list-bg: #747678;
  --uol-course-list-border: #747678;
  border-color: var(--uol-course-list-border) !important;
}
.uol-school-course-list__item--accent-secondary .uol-school-course-list__item__type {
  background-color: var(--uol-course-list-bg);
  color: var(--uol-course-list-color);
}

.uol-sdg-header {
  display: flex !important;
  flex-wrap: wrap;
}
.uol-sdg-header__intro__frame {
  display: flex !important;
}
.uol-sdg-header__intro__frame__copy {
  background-color: #f1f1f1;
  display: flex !important;
  flex-direction: column;
}
.uol-sdg-header__intro__frame__copy h1, .uol-sdg-header__intro__frame__copy .h1,
.uol-sdg-header__intro__frame__copy h2,
.uol-sdg-header__intro__frame__copy .h2 {
  font-family: var(--uol-body-font-family);
}

.uol-sdg-research-page-icons {
  --uol-sdg-research-page-icons-bg: transparent;
  --uol-sdg-research-page-icons-color: #212529;
  --uol-sdg-research-page-icons-title-bg: transparent;
  --uol-sdg-research-page-icons-title-color: #212529;
  align-items: center;
  display: flex !important;
  flex-direction: column;
  margin-top: 5rem;
  margin-bottom: 7.5rem;
  padding: 2.5rem 2.5rem;
  position: relative;
  transition: all 0.3s;
}
.uol-sdg-research-page-icons .__title {
  align-items: center;
  display: flex !important;
  flex-shrink: 0;
  height: 10rem;
  padding: 1rem;
  text-align: center;
  transform: translateY(-5rem);
  transition: all 0.3s;
  width: 100%;
}
.uol-sdg-research-page-icons .__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.uol-sdg-research-page-icons .__title h2, .uol-sdg-research-page-icons .__title .h2 {
  margin: 0;
  width: 100%;
}
.uol-sdg-research-page-icons .__frame {
  display: flex;
  flex-direction: column;
}
.uol-sdg-research-page-icons .__frame .__content {
  margin-bottom: -5rem;
  margin-top: -5rem;
  padding: 2.5rem 0;
  transition: all 0.3s;
}
.uol-sdg-research-page-icons .__frame .__sdgIcons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  transition: all 0.3s;
  transform: translateY(5rem);
}
.uol-sdg-research-page-icons .__frame .__sdgIcons ul {
  line-height: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.uol-sdg-research-page-icons .__frame .__sdgIcons ul li {
  display: inline-block;
  width: 50%;
}
.uol-sdg-research-page-icons .__frame .__sdgIcons ul li a {
  height: auto;
  transition: 0.3s;
}
.uol-sdg-research-page-icons .__frame .__sdgIcons ul li a img {
  height: auto;
  width: 100%;
}
.uol-sdg-research-page-icons .__frame .__sdgIcons ul li a:hover {
  opacity: 0.8;
}
.uol-sdg-research-page-icons .__frame .__sdgIcons ul li a:focus {
  outline: 0.2rem solid #fff;
  outline-offset: -0.5rem !important;
  box-shadow: 0 0 0 0.5rem transparent;
}

@media (min-width: 768px) {
  .uol-sdg-research-page-icons {
    display: flex !important;
    flex-direction: row;
    margin-bottom: 6rem;
    margin-left: 2.5rem;
    margin-top: 0;
    min-height: 15rem;
    padding: 2.5rem 2.5rem 1rem;
  }
  .uol-sdg-research-page-icons .__title {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    height: auto;
    padding: 1.5rem 1.5rem 2rem;
    text-align: left;
    transform: translateX(-20%);
    width: 25rem;
  }
  .uol-sdg-research-page-icons .__frame .__content {
    margin-top: 0;
    padding: 0 3rem 0 0;
  }
  .uol-sdg-research-page-icons .__frame .__content .__copy {
    align-items: center;
    display: flex !important;
    margin-bottom: 1.5rem;
    min-height: 11.5rem;
  }
  .uol-sdg-research-page-icons .__frame .__sdgIcons ul li {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    width: 12rem;
  }
}
.uol-sdg-research-page-icons.--light {
  --uol-subject-feature-color: #000;
  --uol-subject-feature-bg: #f8f9fa;
  background-color: var(--uol-subject-feature-bg);
  color: var(--uol-subject-feature-color);
}
.uol-sdg-research-page-icons .__title.--light {
  --uol-subject-feature-title-color: #000;
  --uol-subject-feature-title-bg: #f8f9fa;
  background-color: var(--uol-subject-feature-title-bg);
  color: var(--uol-subject-feature-title-color);
}
.uol-sdg-research-page-icons.--dark {
  --uol-subject-feature-color: #fff;
  --uol-subject-feature-bg: #212529;
  background-color: var(--uol-subject-feature-bg);
  color: var(--uol-subject-feature-color);
}
.uol-sdg-research-page-icons .__title.--dark {
  --uol-subject-feature-title-color: #fff;
  --uol-subject-feature-title-bg: #212529;
  background-color: var(--uol-subject-feature-title-bg);
  color: var(--uol-subject-feature-title-color);
}
.uol-sdg-research-page-icons.--primary {
  --uol-subject-feature-color: #fff;
  --uol-subject-feature-bg: #002147;
  background-color: var(--uol-subject-feature-bg);
  color: var(--uol-subject-feature-color);
}
.uol-sdg-research-page-icons .__title.--primary {
  --uol-subject-feature-title-color: #fff;
  --uol-subject-feature-title-bg: #002147;
  background-color: var(--uol-subject-feature-title-bg);
  color: var(--uol-subject-feature-title-color);
}
.uol-sdg-research-page-icons.--secondary {
  --uol-subject-feature-color: #fff;
  --uol-subject-feature-bg: #047e8b;
  background-color: var(--uol-subject-feature-bg);
  color: var(--uol-subject-feature-color);
}
.uol-sdg-research-page-icons .__title.--secondary {
  --uol-subject-feature-title-color: #fff;
  --uol-subject-feature-title-bg: #047e8b;
  background-color: var(--uol-subject-feature-title-bg);
  color: var(--uol-subject-feature-title-color);
}
.uol-sdg-research-page-icons.--accent-primary {
  --uol-subject-feature-color: #fff;
  --uol-subject-feature-bg: #db1a72;
  background-color: var(--uol-subject-feature-bg);
  color: var(--uol-subject-feature-color);
}
.uol-sdg-research-page-icons .__title.--accent-primary {
  --uol-subject-feature-title-color: #fff;
  --uol-subject-feature-title-bg: #db1a72;
  background-color: var(--uol-subject-feature-title-bg);
  color: var(--uol-subject-feature-title-color);
}
.uol-sdg-research-page-icons.--accent-secondary {
  --uol-subject-feature-color: #fff;
  --uol-subject-feature-bg: #747678;
  background-color: var(--uol-subject-feature-bg);
  color: var(--uol-subject-feature-color);
}
.uol-sdg-research-page-icons .__title.--accent-secondary {
  --uol-subject-feature-title-color: #fff;
  --uol-subject-feature-title-bg: #747678;
  background-color: var(--uol-subject-feature-title-bg);
  color: var(--uol-subject-feature-title-color);
}

.uol-skip-link {
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  padding: 1rem;
  position: absolute;
}
.uol-skip-link:focus {
  outline: transparent solid 0.2rem;
}
.uol-skip-link:not(:focus) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 0.1rem;
  overflow: hidden;
  width: 0.1rem;
  white-space: nowrap;
}

.uol- {
  background-color: #002147;
  color: white !important;
}

.uol-spotlight__wrapper--accent-secondary, .uol-spotlight__wrapper--accent-primary, .uol-spotlight__wrapper--secondary, .uol-spotlight__wrapper--primary {
  display: flex !important;
  flex-wrap: wrap;
}

.uol-spotlight__item-frame {
  display: flex !important;
}
.uol-spotlight__item-frame:nth-child(-n+1) > div {
  margin-top: 0;
}
.uol-spotlight__item-frame__item {
  transition: all 0.2s ease;
  margin-top: 2.5rem;
}
.uol-spotlight__item-frame__item--link {
  padding-bottom: 6rem;
  position: relative;
}
.uol-spotlight__item-frame__item--link a {
  text-decoration: none;
}
.uol-spotlight__item-frame__item--link:hover {
  box-shadow: 5px 6px 6px 2px #d4d4d4;
}
.uol-spotlight__item-frame__item--link:hover img {
  opacity: 0.8;
}
.uol-spotlight__item-frame__item__image img {
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
}
.uol-spotlight__item-frame__item__copy {
  height: 100%;
  padding: 0 1rem;
}
.uol-spotlight__item-frame__item__copy h3, .uol-spotlight__item-frame__item__copy .h3 {
  font-size: 2.2rem;
  padding: 1.5rem 1rem 0.5rem !important;
}
.uol-spotlight__item-frame__item__copy .uol-h3,
.uol-spotlight__item-frame__item__copy h3,
.uol-spotlight__item-frame__item__copy .h3,
.uol-spotlight__item-frame__item__copy p {
  color: #fff;
}
.uol-spotlight__item-frame__item__copy p {
  padding: 0 1rem 1.5rem;
}
.uol-spotlight__item-frame__item__button {
  bottom: 1rem;
  color: #000 !important;
  line-height: 3.2rem;
  margin-left: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0 !important;
  position: absolute;
  width: 90%;
}

@media (min-width: 768px) {
  .uol-spotlight__wrapper:not(.uol-spotlight__wrapper--twos) > .uol-spotlight__item-frame:last-child {
    margin: 0 auto;
  }
  .uol-spotlight__item-frame:nth-child(-n+2) > div {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .uol-spotlight__wrapper--twos > .uol-spotlight__item-frame {
    width: 50% !important;
  }
  .uol-spotlight__wrapper:not(.uol-spotlight__wrapper--twos) > .uol-spotlight__item-frame:nth-child(-n+3) > div {
    margin-top: 0;
  }
  .uol-spotlight__wrapper:not(.uol-spotlight__wrapper--twos) > .uol-spotlight__item-frame:last-child {
    margin: 0;
  }
}
.uol-spotlight__wrapper--primary .uol-spotlight__item-frame > div {
  background-color: #002147;
}
.uol-spotlight__wrapper--primary .uol-spotlight__item-frame > div--link:hover {
  background-color: #002b5c;
}
.uol-spotlight__wrapper--secondary .uol-spotlight__item-frame > div {
  background-color: #047e8b;
}
.uol-spotlight__wrapper--secondary .uol-spotlight__item-frame > div--link:hover {
  background-color: #036873;
}
.uol-spotlight__wrapper--accent-primary .uol-spotlight__item-frame > div {
  background-color: #db1a72;
}
.uol-spotlight__wrapper--accent-primary .uol-spotlight__item-frame > div--link:hover {
  background-color: #ad1459;
}
.uol-spotlight__wrapper--accent-secondary .uol-spotlight__item-frame > div {
  background-color: #747678;
}
.uol-spotlight__wrapper--accent-secondary .uol-spotlight__item-frame > div--link:hover {
  background-color: #595c5f;
}

.uol-staff-table {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.uol-staff-table .dataTables_filter {
  margin: 0 0 3rem;
}
.uol-staff-table table {
  border-bottom: 0.2rem solid #999 !important;
  width: 100% !important;
}
.uol-staff-table table.dataTable thead th,
.uol-staff-table table.dataTable thead td {
  border-bottom: none;
}
.uol-staff-table table.dataTable tbody {
  border-bottom: 0.2rem solid #999;
}
.uol-staff-table table.dataTable tbody th,
.uol-staff-table table.dataTable tbody td {
  min-width: 18rem;
}
.uol-staff-table table.dataTable tbody th .staffBorder,
.uol-staff-table table.dataTable tbody td .staffBorder {
  border: none !important;
}
.uol-staff-table table.dataTable tbody th .staffTopicInterest,
.uol-staff-table table.dataTable tbody td .staffTopicInterest {
  color: #333;
  font-size: 0.9rem;
}
.uol-staff-table table .dataTables_filter,
.uol-staff-table table .dataTables_info {
  display: none;
}

@media screen and (max-width: 55rem) {
  .uol-staff-table table.dataTable thead {
    display: none;
  }
  .uol-staff-table table.dataTable tbody tr {
    display: table;
    width: 100%;
    border-top: 0.2rem solid #ddd !important;
  }
  .uol-staff-table table.dataTable tbody td {
    width: 100% !important;
    float: left !important;
    border-top: none !important;
  }
  .uol-staff-table table.dataTable tbody td .staffBorder .staffTopicInterest {
    display: none;
  }
}
.uol-opendayguide-table-dark tbody tr td, .uol-coloured-table-dark tbody tr td {
  background-color: #e1f2f6;
}
.uol-opendayguide-table-light tbody tr td, .uol-coloured-table-light tbody tr td {
  background-color: #d6dce9;
}
.uol-opendayguide-table-dark thead tr th, .uol-opendayguide-table-light thead tr th, .uol-coloured-table-dark thead tr th, .uol-coloured-table-light thead tr th {
  background-color: #047e8b;
  color: #fff;
}
.uol-opendayguide-table-dark tbody tr th, .uol-opendayguide-table-light tbody tr th, .uol-coloured-table-dark tbody tr th, .uol-coloured-table-light tbody tr th {
  background-color: #002147;
  color: #fff;
}
.uol-opendayguide-table-dark tbody tr th a, .uol-opendayguide-table-light tbody tr th a, .uol-coloured-table-dark tbody tr th a, .uol-coloured-table-light tbody tr th a {
  color: #fff;
}
.uol-opendayguide-table-dark.table-bordered > thead > tr > th,
.uol-opendayguide-table-dark.table-bordered > tbody > tr > td, .uol-opendayguide-table-light.table-bordered > thead > tr > th,
.uol-opendayguide-table-light.table-bordered > tbody > tr > td, .uol-coloured-table-dark.table-bordered > thead > tr > th,
.uol-coloured-table-dark.table-bordered > tbody > tr > td, .uol-coloured-table-light.table-bordered > thead > tr > th,
.uol-coloured-table-light.table-bordered > tbody > tr > td {
  border: 0.2rem solid #fff;
}
.uol-opendayguide-table-dark.table-bordered > thead > tr > th a:not(.btn):not(.uol-btn),
.uol-opendayguide-table-dark.table-bordered > tbody > tr > td a:not(.btn):not(.uol-btn), .uol-opendayguide-table-light.table-bordered > thead > tr > th a:not(.btn):not(.uol-btn),
.uol-opendayguide-table-light.table-bordered > tbody > tr > td a:not(.btn):not(.uol-btn), .uol-coloured-table-dark.table-bordered > thead > tr > th a:not(.btn):not(.uol-btn),
.uol-coloured-table-dark.table-bordered > tbody > tr > td a:not(.btn):not(.uol-btn), .uol-coloured-table-light.table-bordered > thead > tr > th a:not(.btn):not(.uol-btn),
.uol-coloured-table-light.table-bordered > tbody > tr > td a:not(.btn):not(.uol-btn) {
  color: #002147;
}

.js-t4form-container .form-control:focus {
  box-shadow: none !important;
  outline: 0.3rem solid #047e8b !important;
}
.js-t4form-container .has-error .form-control:focus {
  box-shadow: none !important;
  outline: 0.3rem solid #ce8483 !important;
}
.js-t4form-container .btn-primary {
  background-color: #047e8b !important;
  border-color: #047e8b !important;
}
.js-t4form-container .btn-primary.focus, .js-t4form-container .btn-primary::focus, .js-t4form-container .btn-primary:hover, .js-t4form-container .btn-primary.active, .js-t4form-container .btn-primary:active {
  background-color: #036b76 !important;
  border-color: #03656f !important;
}

.uol-promoted-content {
  --uol-promoted-content-color: #212529;
  --uol-promoted-content-bg: transparent;
  color: var(--uol-promoted-content-color);
  background-color: var(--uol-promoted-content-bg);
}
.uol-promoted-content .--container {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.uol-promoted-content .--column {
  flex-basis: 33.33%;
  flex-grow: 1;
  width: 100%;
}
.uol-promoted-content .--column:nth-of-type(1) {
  display: flex;
  flex-basis: initial;
  flex-direction: column;
  margin: 0 0 2rem;
  text-align: center;
}
.uol-promoted-content .--column:nth-of-type(1) > div {
  margin: 2.4rem 0;
}
.uol-promoted-content .--column:nth-of-type(2) .--link {
  border: 0;
  padding: 0;
  width: 100%;
  margin: 0;
  display: inline-block;
  text-align: left;
}
.uol-promoted-content .--column:nth-of-type(2) .--link div:nth-of-type(1) {
  overflow: hidden;
}
.uol-promoted-content .--column:nth-of-type(2) .--link div:nth-of-type(1) img {
  height: 100%;
  transition: transform 0.3s;
  width: 100%;
}
.uol-promoted-content .--column:nth-of-type(2) .--link div:nth-of-type(1) img:hover {
  transform: scale(1.2);
}
.uol-promoted-content .--column:nth-of-type(2) .--link div:nth-of-type(2) {
  padding: 2rem 1rem;
}
.uol-promoted-content .--column:nth-of-type(3) ul {
  list-style: none;
  margin: 0;
  padding-left: 0 !important;
}
.uol-promoted-content .--column:nth-of-type(3) ul li {
  margin: 3rem 0;
}
.uol-promoted-content .--column:nth-of-type(3) ul li a {
  text-wrap: wrap;
}
.uol-promoted-content .--column h2, .uol-promoted-content .--column .h2 {
  font-family: var(--uol-body-font-family);
  font-weight: 700;
}

@media (min-width: 768px) {
  .uol-promoted-content .--column:nth-of-type(2) .--link {
    align-items: center !important;
    display: inline-flex !important;
  }
  .uol-promoted-content .--column:nth-of-type(2) .--link div:nth-of-type(1) {
    overflow: hidden;
  }
  .uol-promoted-content .--column:nth-of-type(2) .--link div:nth-of-type(1) img {
    width: 25rem;
    height: auto;
  }
}
@media (min-width: 992px) {
  .uol-promoted-content .--container {
    flex-direction: row;
  }
  .uol-promoted-content .--column:nth-of-type(1) {
    height: 27.5rem;
    text-align: left;
  }
  .uol-promoted-content .--column:nth-of-type(1) h2, .uol-promoted-content .--column:nth-of-type(1) .h2 {
    font-size: 3.5rem;
    margin-top: 0;
  }
  .uol-promoted-content .--column:nth-of-type(1), .uol-promoted-content .--column:nth-of-type(3) {
    margin: 0;
    max-width: 33.33%;
    width: auto;
  }
  .uol-promoted-content .--column:nth-of-type(2) {
    display: inline-block;
    padding: 0 2rem;
  }
  .uol-promoted-content .--column:nth-of-type(2) .--link {
    display: inline-block !important;
  }
  .uol-promoted-content .--column:nth-of-type(2) .--link div:nth-of-type(1) img {
    display: block;
    height: 100%;
    width: 100%;
  }
  .uol-promoted-content .--column:nth-of-type(2) .--link div:nth-of-type(2) {
    display: block;
  }
  .uol-promoted-content .--column:nth-of-type(2) .--link div:nth-of-type(2) .link-arrow {
    display: none;
  }
  .uol-promoted-content .--column:nth-of-type(3) ul {
    padding-left: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .uol-promoted-content .--column:nth-of-type(1) h2, .uol-promoted-content .--column:nth-of-type(1) .h2 {
    font-size: 4rem;
  }
}
.uol-promoted-content--light {
  --uol-promoted-content-color: #000;
  --uol-promoted-content-bg: #f8f9fa;
  background-color: var(--uol-promoted-content-bg);
  color: var(--uol-promoted-content-color);
  padding: 4rem 0 !important;
}
.uol-promoted-content--light .--column:nth-of-type(2) {
  background-color: var(--uol-promoted-content-bg);
}
.uol-promoted-content--light .--column h2, .uol-promoted-content--light .--column .h2,
.uol-promoted-content--light .--column p {
  color: var(--uol-promoted-content-color) !important;
}

.uol-promoted-content--dark {
  --uol-promoted-content-color: #fff;
  --uol-promoted-content-bg: #212529;
  background-color: var(--uol-promoted-content-bg);
  color: var(--uol-promoted-content-color);
  padding: 4rem 0 !important;
}
.uol-promoted-content--dark .--column:nth-of-type(2) {
  background-color: var(--uol-promoted-content-bg);
}
.uol-promoted-content--dark .--column h2, .uol-promoted-content--dark .--column .h2,
.uol-promoted-content--dark .--column p {
  color: var(--uol-promoted-content-color) !important;
}

.uol-promoted-content--primary {
  --uol-promoted-content-color: #fff;
  --uol-promoted-content-bg: #002147;
  background-color: var(--uol-promoted-content-bg);
  color: var(--uol-promoted-content-color);
  padding: 4rem 0 !important;
}
.uol-promoted-content--primary .--column:nth-of-type(2) {
  background-color: var(--uol-promoted-content-bg);
}
.uol-promoted-content--primary .--column h2, .uol-promoted-content--primary .--column .h2,
.uol-promoted-content--primary .--column p {
  color: var(--uol-promoted-content-color) !important;
}

.uol-promoted-content--secondary {
  --uol-promoted-content-color: #fff;
  --uol-promoted-content-bg: #047e8b;
  background-color: var(--uol-promoted-content-bg);
  color: var(--uol-promoted-content-color);
  padding: 4rem 0 !important;
}
.uol-promoted-content--secondary .--column:nth-of-type(2) {
  background-color: var(--uol-promoted-content-bg);
}
.uol-promoted-content--secondary .--column h2, .uol-promoted-content--secondary .--column .h2,
.uol-promoted-content--secondary .--column p {
  color: var(--uol-promoted-content-color) !important;
}

.uol-promoted-content--accent-primary {
  --uol-promoted-content-color: #fff;
  --uol-promoted-content-bg: #db1a72;
  background-color: var(--uol-promoted-content-bg);
  color: var(--uol-promoted-content-color);
  padding: 4rem 0 !important;
}
.uol-promoted-content--accent-primary .--column:nth-of-type(2) {
  background-color: var(--uol-promoted-content-bg);
}
.uol-promoted-content--accent-primary .--column h2, .uol-promoted-content--accent-primary .--column .h2,
.uol-promoted-content--accent-primary .--column p {
  color: var(--uol-promoted-content-color) !important;
}

.uol-promoted-content--accent-secondary {
  --uol-promoted-content-color: #fff;
  --uol-promoted-content-bg: #747678;
  background-color: var(--uol-promoted-content-bg);
  color: var(--uol-promoted-content-color);
  padding: 4rem 0 !important;
}
.uol-promoted-content--accent-secondary .--column:nth-of-type(2) {
  background-color: var(--uol-promoted-content-bg);
}
.uol-promoted-content--accent-secondary .--column h2, .uol-promoted-content--accent-secondary .--column .h2,
.uol-promoted-content--accent-secondary .--column p {
  color: var(--uol-promoted-content-color) !important;
}

.uol-pullquote-alpha {
  --uol-pullquote-alpha-bg: transparent;
  --uol-pullquote-alpha-color: #212529;
  align-items: center;
  display: flex !important;
  flex-direction: column;
  height: auto;
  padding: 2.5rem 2.5rem 0;
  position: relative;
  transition: all 0.3s;
  margin-top: 10rem;
}
.uol-pullquote-alpha .__img {
  flex-shrink: 0;
  overflow: hidden;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 25rem;
  height: 20rem;
}
.uol-pullquote-alpha .__img::after {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
}
.uol-pullquote-alpha .__img img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
  width: 100%;
}
.uol-pullquote-alpha .__content {
  margin-top: -10rem;
  padding: 0rem;
  text-align: center;
}
.uol-pullquote-alpha .__cta a {
  display: block;
}

@media (min-width: 350px) {
  .uol-pullquote-alpha {
    margin-top: 15rem;
  }
  .uol-pullquote-alpha .__img {
    height: 30rem;
    width: 30rem;
  }
  .uol-pullquote-alpha .__content {
    margin-top: -15rem;
    padding: 1rem;
  }
}
@media (min-width: 350px) {
  .uol-pullquote-alpha .__img {
    width: 30rem;
  }
}
@media (min-width: 768px) {
  .uol-pullquote-alpha {
    flex-direction: row;
    margin-left: 2.5rem;
    margin-top: 0;
    padding: 2.5rem;
  }
  .uol-pullquote-alpha .__img {
    transform: translateX(-20%);
    width: 25rem;
    height: 25rem;
  }
  .uol-pullquote-alpha .__img.--reversed {
    transform: translateX(20%);
  }
  .uol-pullquote-alpha .__content {
    margin-top: 0;
    padding: 0 3rem 0 0;
    text-align: left;
  }
  .uol-pullquote-alpha .__content.--reversed {
    padding: 0 0 0 3rem;
  }
  .uol-pullquote-alpha .__cta a {
    display: inline;
  }
  .uol-pullquote-alpha.--reversed {
    flex-direction: row-reverse;
    margin-left: 0;
    margin-right: 2.5rem;
  }
}
.uol-pullquote-alpha.--light {
  --uol-pullquote-alpha-color: #000;
  --uol-pullquote-alpha-bg: #f8f9fa;
  background-color: var(--uol-pullquote-alpha-bg);
  color: var(--uol-pullquote-alpha-color);
}

.uol-pullquote-alpha.--dark {
  --uol-pullquote-alpha-color: #fff;
  --uol-pullquote-alpha-bg: #212529;
  background-color: var(--uol-pullquote-alpha-bg);
  color: var(--uol-pullquote-alpha-color);
}

.uol-pullquote-alpha.--primary {
  --uol-pullquote-alpha-color: #fff;
  --uol-pullquote-alpha-bg: #002147;
  background-color: var(--uol-pullquote-alpha-bg);
  color: var(--uol-pullquote-alpha-color);
}

.uol-pullquote-alpha.--secondary {
  --uol-pullquote-alpha-color: #fff;
  --uol-pullquote-alpha-bg: #047e8b;
  background-color: var(--uol-pullquote-alpha-bg);
  color: var(--uol-pullquote-alpha-color);
}

.uol-pullquote-alpha.--accent-primary {
  --uol-pullquote-alpha-color: #fff;
  --uol-pullquote-alpha-bg: #db1a72;
  background-color: var(--uol-pullquote-alpha-bg);
  color: var(--uol-pullquote-alpha-color);
}

.uol-pullquote-alpha.--accent-secondary {
  --uol-pullquote-alpha-color: #fff;
  --uol-pullquote-alpha-bg: #747678;
  background-color: var(--uol-pullquote-alpha-bg);
  color: var(--uol-pullquote-alpha-color);
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--uol-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--uol-bg-opacity, 1)) !important;
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(0, 33, 71, var(--uol-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(4, 126, 139, var(--uol-bg-opacity, 1)) !important;
}

.text-bg-accent-primary {
  color: #fff !important;
  background-color: RGBA(219, 26, 114, var(--uol-bg-opacity, 1)) !important;
}

.text-bg-accent-secondary {
  color: #fff !important;
  background-color: RGBA(116, 118, 120, var(--uol-bg-opacity, 1)) !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

.link-primary {
  color: #002147 !important;
}
.link-primary:hover, .link-primary:focus {
  color: #001a39 !important;
}

.link-secondary {
  color: #047e8b !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #03656f !important;
}

.link-accent-primary {
  color: #db1a72 !important;
}
.link-accent-primary:hover, .link-accent-primary:focus {
  color: #af155b !important;
}

.link-accent-secondary {
  color: #747678 !important;
}
.link-accent-secondary:hover, .link-accent-secondary:focus {
  color: #5d5e60 !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--uol-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --uol-aspect-ratio: 100%;
}

.ratio-4x3 {
  --uol-aspect-ratio: 75%;
}

.ratio-16x9 {
  --uol-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --uol-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--uol-border-width) var(--uol-border-style) var(--uol-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--uol-border-width) var(--uol-border-style) var(--uol-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--uol-border-width) var(--uol-border-style) var(--uol-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--uol-border-width) var(--uol-border-style) var(--uol-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--uol-border-width) var(--uol-border-style) var(--uol-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-light {
  --uol-border-opacity: 1;
  border-color: rgba(var(--uol-light-rgb), var(--uol-border-opacity)) !important;
}

.border-dark {
  --uol-border-opacity: 1;
  border-color: rgba(var(--uol-dark-rgb), var(--uol-border-opacity)) !important;
}

.border-primary {
  --uol-border-opacity: 1;
  border-color: rgba(var(--uol-primary-rgb), var(--uol-border-opacity)) !important;
}

.border-secondary {
  --uol-border-opacity: 1;
  border-color: rgba(var(--uol-secondary-rgb), var(--uol-border-opacity)) !important;
}

.border-accent-primary {
  --uol-border-opacity: 1;
  border-color: rgba(var(--uol-accent-primary-rgb), var(--uol-border-opacity)) !important;
}

.border-accent-secondary {
  --uol-border-opacity: 1;
  border-color: rgba(var(--uol-accent-secondary-rgb), var(--uol-border-opacity)) !important;
}

.border-white {
  --uol-border-opacity: 1;
  border-color: rgba(var(--uol-white-rgb), var(--uol-border-opacity)) !important;
}

.border-1 {
  --uol-border-width: 1px;
}

.border-2 {
  --uol-border-width: 2px;
}

.border-3 {
  --uol-border-width: 3px;
}

.border-4 {
  --uol-border-width: 4px;
}

.border-5 {
  --uol-border-width: 5px;
}

.border-opacity-10 {
  --uol-border-opacity: 0.1;
}

.border-opacity-25 {
  --uol-border-opacity: 0.25;
}

.border-opacity-50 {
  --uol-border-opacity: 0.5;
}

.border-opacity-75 {
  --uol-border-opacity: 0.75;
}

.border-opacity-100 {
  --uol-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.4rem !important;
}

.m-2 {
  margin: 0.8rem !important;
}

.m-3 {
  margin: 1.6rem !important;
}

.m-4 {
  margin: 2.4rem !important;
}

.m-5 {
  margin: 4.8rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.4rem !important;
  margin-left: 0.4rem !important;
}

.mx-2 {
  margin-right: 0.8rem !important;
  margin-left: 0.8rem !important;
}

.mx-3 {
  margin-right: 1.6rem !important;
  margin-left: 1.6rem !important;
}

.mx-4 {
  margin-right: 2.4rem !important;
  margin-left: 2.4rem !important;
}

.mx-5 {
  margin-right: 4.8rem !important;
  margin-left: 4.8rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}

.my-2 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.my-3 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.my-4 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.my-5 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.4rem !important;
}

.mt-2 {
  margin-top: 0.8rem !important;
}

.mt-3 {
  margin-top: 1.6rem !important;
}

.mt-4 {
  margin-top: 2.4rem !important;
}

.mt-5 {
  margin-top: 4.8rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.4rem !important;
}

.me-2 {
  margin-right: 0.8rem !important;
}

.me-3 {
  margin-right: 1.6rem !important;
}

.me-4 {
  margin-right: 2.4rem !important;
}

.me-5 {
  margin-right: 4.8rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.4rem !important;
}

.mb-2 {
  margin-bottom: 0.8rem !important;
}

.mb-3 {
  margin-bottom: 1.6rem !important;
}

.mb-4 {
  margin-bottom: 2.4rem !important;
}

.mb-5 {
  margin-bottom: 4.8rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.4rem !important;
}

.ms-2 {
  margin-left: 0.8rem !important;
}

.ms-3 {
  margin-left: 1.6rem !important;
}

.ms-4 {
  margin-left: 2.4rem !important;
}

.ms-5 {
  margin-left: 4.8rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.4rem !important;
}

.p-2 {
  padding: 0.8rem !important;
}

.p-3 {
  padding: 1.6rem !important;
}

.p-4 {
  padding: 2.4rem !important;
}

.p-5 {
  padding: 4.8rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.4rem !important;
  padding-left: 0.4rem !important;
}

.px-2 {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

.px-3 {
  padding-right: 1.6rem !important;
  padding-left: 1.6rem !important;
}

.px-4 {
  padding-right: 2.4rem !important;
  padding-left: 2.4rem !important;
}

.px-5 {
  padding-right: 4.8rem !important;
  padding-left: 4.8rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.py-2 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.py-3 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.py-4 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.py-5 {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.4rem !important;
}

.pt-2 {
  padding-top: 0.8rem !important;
}

.pt-3 {
  padding-top: 1.6rem !important;
}

.pt-4 {
  padding-top: 2.4rem !important;
}

.pt-5 {
  padding-top: 4.8rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.4rem !important;
}

.pe-2 {
  padding-right: 0.8rem !important;
}

.pe-3 {
  padding-right: 1.6rem !important;
}

.pe-4 {
  padding-right: 2.4rem !important;
}

.pe-5 {
  padding-right: 4.8rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.4rem !important;
}

.pb-2 {
  padding-bottom: 0.8rem !important;
}

.pb-3 {
  padding-bottom: 1.6rem !important;
}

.pb-4 {
  padding-bottom: 2.4rem !important;
}

.pb-5 {
  padding-bottom: 4.8rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.4rem !important;
}

.ps-2 {
  padding-left: 0.8rem !important;
}

.ps-3 {
  padding-left: 1.6rem !important;
}

.ps-4 {
  padding-left: 2.4rem !important;
}

.ps-5 {
  padding-left: 4.8rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.4rem !important;
}

.gap-2 {
  gap: 0.8rem !important;
}

.gap-3 {
  gap: 1.6rem !important;
}

.gap-4 {
  gap: 2.4rem !important;
}

.gap-5 {
  gap: 4.8rem !important;
}

.font-monospace {
  font-family: var(--uol-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.525rem + 3.3vw) !important;
}

.fs-2 {
  font-size: calc(1.4258rem + 2.1096vw) !important;
}

.fs-3 {
  font-size: calc(1.389rem + 1.668vw) !important;
}

.fs-4 {
  font-size: calc(1.349rem + 1.188vw) !important;
}

.fs-5 {
  font-size: calc(1.309rem + 0.708vw) !important;
}

.fs-6 {
  font-size: calc(1.285rem + 0.42vw) !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.6 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-light {
  --uol-text-opacity: 1;
  color: rgba(var(--uol-light-rgb), var(--uol-text-opacity)) !important;
}

.text-dark {
  --uol-text-opacity: 1;
  color: rgba(var(--uol-dark-rgb), var(--uol-text-opacity)) !important;
}

.text-primary {
  --uol-text-opacity: 1;
  color: rgba(var(--uol-primary-rgb), var(--uol-text-opacity)) !important;
}

.text-secondary {
  --uol-text-opacity: 1;
  color: rgba(var(--uol-secondary-rgb), var(--uol-text-opacity)) !important;
}

.text-accent-primary {
  --uol-text-opacity: 1;
  color: rgba(var(--uol-accent-primary-rgb), var(--uol-text-opacity)) !important;
}

.text-accent-secondary {
  --uol-text-opacity: 1;
  color: rgba(var(--uol-accent-secondary-rgb), var(--uol-text-opacity)) !important;
}

.text-black {
  --uol-text-opacity: 1;
  color: rgba(var(--uol-black-rgb), var(--uol-text-opacity)) !important;
}

.text-white {
  --uol-text-opacity: 1;
  color: rgba(var(--uol-white-rgb), var(--uol-text-opacity)) !important;
}

.text-body {
  --uol-text-opacity: 1;
  color: rgba(var(--uol-body-color-rgb), var(--uol-text-opacity)) !important;
}

.text-muted {
  --uol-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --uol-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --uol-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --uol-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --uol-text-opacity: 0.25;
}

.text-opacity-50 {
  --uol-text-opacity: 0.5;
}

.text-opacity-75 {
  --uol-text-opacity: 0.75;
}

.text-opacity-100 {
  --uol-text-opacity: 1;
}

.bg-light {
  --uol-bg-opacity: 1;
  background-color: rgba(var(--uol-light-rgb), var(--uol-bg-opacity)) !important;
}

.bg-dark {
  --uol-bg-opacity: 1;
  background-color: rgba(var(--uol-dark-rgb), var(--uol-bg-opacity)) !important;
}

.bg-primary {
  --uol-bg-opacity: 1;
  background-color: rgba(var(--uol-primary-rgb), var(--uol-bg-opacity)) !important;
}

.bg-secondary {
  --uol-bg-opacity: 1;
  background-color: rgba(var(--uol-secondary-rgb), var(--uol-bg-opacity)) !important;
}

.bg-accent-primary {
  --uol-bg-opacity: 1;
  background-color: rgba(var(--uol-accent-primary-rgb), var(--uol-bg-opacity)) !important;
}

.bg-accent-secondary {
  --uol-bg-opacity: 1;
  background-color: rgba(var(--uol-accent-secondary-rgb), var(--uol-bg-opacity)) !important;
}

.bg-black {
  --uol-bg-opacity: 1;
  background-color: rgba(var(--uol-black-rgb), var(--uol-bg-opacity)) !important;
}

.bg-white {
  --uol-bg-opacity: 1;
  background-color: rgba(var(--uol-white-rgb), var(--uol-bg-opacity)) !important;
}

.bg-body {
  --uol-bg-opacity: 1;
  background-color: rgba(var(--uol-body-bg-rgb), var(--uol-bg-opacity)) !important;
}

.bg-transparent {
  --uol-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --uol-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --uol-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --uol-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --uol-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --uol-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--uol-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--uol-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--uol-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--uol-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--uol-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--uol-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--uol-border-radius-2xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--uol-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--uol-border-radius) !important;
  border-top-right-radius: var(--uol-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--uol-border-radius) !important;
  border-bottom-right-radius: var(--uol-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--uol-border-radius) !important;
  border-bottom-left-radius: var(--uol-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--uol-border-radius) !important;
  border-top-left-radius: var(--uol-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.4rem !important;
  }
  .m-sm-2 {
    margin: 0.8rem !important;
  }
  .m-sm-3 {
    margin: 1.6rem !important;
  }
  .m-sm-4 {
    margin: 2.4rem !important;
  }
  .m-sm-5 {
    margin: 4.8rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-sm-3 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-sm-4 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-sm-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-sm-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-sm-3 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-sm-4 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-sm-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.4rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.8rem !important;
  }
  .mt-sm-3 {
    margin-top: 1.6rem !important;
  }
  .mt-sm-4 {
    margin-top: 2.4rem !important;
  }
  .mt-sm-5 {
    margin-top: 4.8rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.4rem !important;
  }
  .me-sm-2 {
    margin-right: 0.8rem !important;
  }
  .me-sm-3 {
    margin-right: 1.6rem !important;
  }
  .me-sm-4 {
    margin-right: 2.4rem !important;
  }
  .me-sm-5 {
    margin-right: 4.8rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.6rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 2.4rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 4.8rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.4rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.8rem !important;
  }
  .ms-sm-3 {
    margin-left: 1.6rem !important;
  }
  .ms-sm-4 {
    margin-left: 2.4rem !important;
  }
  .ms-sm-5 {
    margin-left: 4.8rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.4rem !important;
  }
  .p-sm-2 {
    padding: 0.8rem !important;
  }
  .p-sm-3 {
    padding: 1.6rem !important;
  }
  .p-sm-4 {
    padding: 2.4rem !important;
  }
  .p-sm-5 {
    padding: 4.8rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-sm-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-sm-3 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-sm-4 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-sm-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-sm-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-sm-3 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-sm-4 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-sm-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.4rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.8rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.6rem !important;
  }
  .pt-sm-4 {
    padding-top: 2.4rem !important;
  }
  .pt-sm-5 {
    padding-top: 4.8rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.4rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.8rem !important;
  }
  .pe-sm-3 {
    padding-right: 1.6rem !important;
  }
  .pe-sm-4 {
    padding-right: 2.4rem !important;
  }
  .pe-sm-5 {
    padding-right: 4.8rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.6rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 2.4rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 4.8rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.4rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.8rem !important;
  }
  .ps-sm-3 {
    padding-left: 1.6rem !important;
  }
  .ps-sm-4 {
    padding-left: 2.4rem !important;
  }
  .ps-sm-5 {
    padding-left: 4.8rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.4rem !important;
  }
  .gap-sm-2 {
    gap: 0.8rem !important;
  }
  .gap-sm-3 {
    gap: 1.6rem !important;
  }
  .gap-sm-4 {
    gap: 2.4rem !important;
  }
  .gap-sm-5 {
    gap: 4.8rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.4rem !important;
  }
  .m-md-2 {
    margin: 0.8rem !important;
  }
  .m-md-3 {
    margin: 1.6rem !important;
  }
  .m-md-4 {
    margin: 2.4rem !important;
  }
  .m-md-5 {
    margin: 4.8rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-md-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-md-3 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-md-4 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-md-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-md-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-md-3 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-md-4 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-md-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.4rem !important;
  }
  .mt-md-2 {
    margin-top: 0.8rem !important;
  }
  .mt-md-3 {
    margin-top: 1.6rem !important;
  }
  .mt-md-4 {
    margin-top: 2.4rem !important;
  }
  .mt-md-5 {
    margin-top: 4.8rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.4rem !important;
  }
  .me-md-2 {
    margin-right: 0.8rem !important;
  }
  .me-md-3 {
    margin-right: 1.6rem !important;
  }
  .me-md-4 {
    margin-right: 2.4rem !important;
  }
  .me-md-5 {
    margin-right: 4.8rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.6rem !important;
  }
  .mb-md-4 {
    margin-bottom: 2.4rem !important;
  }
  .mb-md-5 {
    margin-bottom: 4.8rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.4rem !important;
  }
  .ms-md-2 {
    margin-left: 0.8rem !important;
  }
  .ms-md-3 {
    margin-left: 1.6rem !important;
  }
  .ms-md-4 {
    margin-left: 2.4rem !important;
  }
  .ms-md-5 {
    margin-left: 4.8rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.4rem !important;
  }
  .p-md-2 {
    padding: 0.8rem !important;
  }
  .p-md-3 {
    padding: 1.6rem !important;
  }
  .p-md-4 {
    padding: 2.4rem !important;
  }
  .p-md-5 {
    padding: 4.8rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-md-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-md-3 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-md-4 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-md-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-md-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-md-3 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-md-4 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-md-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.4rem !important;
  }
  .pt-md-2 {
    padding-top: 0.8rem !important;
  }
  .pt-md-3 {
    padding-top: 1.6rem !important;
  }
  .pt-md-4 {
    padding-top: 2.4rem !important;
  }
  .pt-md-5 {
    padding-top: 4.8rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.4rem !important;
  }
  .pe-md-2 {
    padding-right: 0.8rem !important;
  }
  .pe-md-3 {
    padding-right: 1.6rem !important;
  }
  .pe-md-4 {
    padding-right: 2.4rem !important;
  }
  .pe-md-5 {
    padding-right: 4.8rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.6rem !important;
  }
  .pb-md-4 {
    padding-bottom: 2.4rem !important;
  }
  .pb-md-5 {
    padding-bottom: 4.8rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.4rem !important;
  }
  .ps-md-2 {
    padding-left: 0.8rem !important;
  }
  .ps-md-3 {
    padding-left: 1.6rem !important;
  }
  .ps-md-4 {
    padding-left: 2.4rem !important;
  }
  .ps-md-5 {
    padding-left: 4.8rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.4rem !important;
  }
  .gap-md-2 {
    gap: 0.8rem !important;
  }
  .gap-md-3 {
    gap: 1.6rem !important;
  }
  .gap-md-4 {
    gap: 2.4rem !important;
  }
  .gap-md-5 {
    gap: 4.8rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.4rem !important;
  }
  .m-lg-2 {
    margin: 0.8rem !important;
  }
  .m-lg-3 {
    margin: 1.6rem !important;
  }
  .m-lg-4 {
    margin: 2.4rem !important;
  }
  .m-lg-5 {
    margin: 4.8rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-lg-3 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-lg-4 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-lg-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-lg-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-lg-3 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-lg-4 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-lg-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.4rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.8rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.6rem !important;
  }
  .mt-lg-4 {
    margin-top: 2.4rem !important;
  }
  .mt-lg-5 {
    margin-top: 4.8rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.4rem !important;
  }
  .me-lg-2 {
    margin-right: 0.8rem !important;
  }
  .me-lg-3 {
    margin-right: 1.6rem !important;
  }
  .me-lg-4 {
    margin-right: 2.4rem !important;
  }
  .me-lg-5 {
    margin-right: 4.8rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.6rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 2.4rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 4.8rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.4rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.8rem !important;
  }
  .ms-lg-3 {
    margin-left: 1.6rem !important;
  }
  .ms-lg-4 {
    margin-left: 2.4rem !important;
  }
  .ms-lg-5 {
    margin-left: 4.8rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.4rem !important;
  }
  .p-lg-2 {
    padding: 0.8rem !important;
  }
  .p-lg-3 {
    padding: 1.6rem !important;
  }
  .p-lg-4 {
    padding: 2.4rem !important;
  }
  .p-lg-5 {
    padding: 4.8rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-lg-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-lg-3 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-lg-4 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-lg-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-lg-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-lg-3 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-lg-4 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-lg-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.4rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.8rem !important;
  }
  .pt-lg-3 {
    padding-top: 1.6rem !important;
  }
  .pt-lg-4 {
    padding-top: 2.4rem !important;
  }
  .pt-lg-5 {
    padding-top: 4.8rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.4rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.8rem !important;
  }
  .pe-lg-3 {
    padding-right: 1.6rem !important;
  }
  .pe-lg-4 {
    padding-right: 2.4rem !important;
  }
  .pe-lg-5 {
    padding-right: 4.8rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.6rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 2.4rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 4.8rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.4rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.8rem !important;
  }
  .ps-lg-3 {
    padding-left: 1.6rem !important;
  }
  .ps-lg-4 {
    padding-left: 2.4rem !important;
  }
  .ps-lg-5 {
    padding-left: 4.8rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.4rem !important;
  }
  .gap-lg-2 {
    gap: 0.8rem !important;
  }
  .gap-lg-3 {
    gap: 1.6rem !important;
  }
  .gap-lg-4 {
    gap: 2.4rem !important;
  }
  .gap-lg-5 {
    gap: 4.8rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.4rem !important;
  }
  .m-xl-2 {
    margin: 0.8rem !important;
  }
  .m-xl-3 {
    margin: 1.6rem !important;
  }
  .m-xl-4 {
    margin: 2.4rem !important;
  }
  .m-xl-5 {
    margin: 4.8rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xl-3 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xl-4 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xl-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-xl-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xl-3 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xl-4 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xl-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.4rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.8rem !important;
  }
  .mt-xl-3 {
    margin-top: 1.6rem !important;
  }
  .mt-xl-4 {
    margin-top: 2.4rem !important;
  }
  .mt-xl-5 {
    margin-top: 4.8rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.4rem !important;
  }
  .me-xl-2 {
    margin-right: 0.8rem !important;
  }
  .me-xl-3 {
    margin-right: 1.6rem !important;
  }
  .me-xl-4 {
    margin-right: 2.4rem !important;
  }
  .me-xl-5 {
    margin-right: 4.8rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 4.8rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.4rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.8rem !important;
  }
  .ms-xl-3 {
    margin-left: 1.6rem !important;
  }
  .ms-xl-4 {
    margin-left: 2.4rem !important;
  }
  .ms-xl-5 {
    margin-left: 4.8rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.4rem !important;
  }
  .p-xl-2 {
    padding: 0.8rem !important;
  }
  .p-xl-3 {
    padding: 1.6rem !important;
  }
  .p-xl-4 {
    padding: 2.4rem !important;
  }
  .p-xl-5 {
    padding: 4.8rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-xl-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xl-3 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xl-4 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xl-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-xl-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xl-3 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xl-4 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xl-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.4rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.8rem !important;
  }
  .pt-xl-3 {
    padding-top: 1.6rem !important;
  }
  .pt-xl-4 {
    padding-top: 2.4rem !important;
  }
  .pt-xl-5 {
    padding-top: 4.8rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.4rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.8rem !important;
  }
  .pe-xl-3 {
    padding-right: 1.6rem !important;
  }
  .pe-xl-4 {
    padding-right: 2.4rem !important;
  }
  .pe-xl-5 {
    padding-right: 4.8rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 4.8rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.4rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.8rem !important;
  }
  .ps-xl-3 {
    padding-left: 1.6rem !important;
  }
  .ps-xl-4 {
    padding-left: 2.4rem !important;
  }
  .ps-xl-5 {
    padding-left: 4.8rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.4rem !important;
  }
  .gap-xl-2 {
    gap: 0.8rem !important;
  }
  .gap-xl-3 {
    gap: 1.6rem !important;
  }
  .gap-xl-4 {
    gap: 2.4rem !important;
  }
  .gap-xl-5 {
    gap: 4.8rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.4rem !important;
  }
  .m-xxl-2 {
    margin: 0.8rem !important;
  }
  .m-xxl-3 {
    margin: 1.6rem !important;
  }
  .m-xxl-4 {
    margin: 2.4rem !important;
  }
  .m-xxl-5 {
    margin: 4.8rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xxl-4 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xxl-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xxl-3 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xxl-4 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xxl-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.4rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.8rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1.6rem !important;
  }
  .mt-xxl-4 {
    margin-top: 2.4rem !important;
  }
  .mt-xxl-5 {
    margin-top: 4.8rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.4rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.8rem !important;
  }
  .me-xxl-3 {
    margin-right: 1.6rem !important;
  }
  .me-xxl-4 {
    margin-right: 2.4rem !important;
  }
  .me-xxl-5 {
    margin-right: 4.8rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 4.8rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.4rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.8rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1.6rem !important;
  }
  .ms-xxl-4 {
    margin-left: 2.4rem !important;
  }
  .ms-xxl-5 {
    margin-left: 4.8rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.4rem !important;
  }
  .p-xxl-2 {
    padding: 0.8rem !important;
  }
  .p-xxl-3 {
    padding: 1.6rem !important;
  }
  .p-xxl-4 {
    padding: 2.4rem !important;
  }
  .p-xxl-5 {
    padding: 4.8rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xxl-3 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xxl-4 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xxl-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xxl-3 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xxl-4 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xxl-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.4rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.8rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1.6rem !important;
  }
  .pt-xxl-4 {
    padding-top: 2.4rem !important;
  }
  .pt-xxl-5 {
    padding-top: 4.8rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.4rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.8rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1.6rem !important;
  }
  .pe-xxl-4 {
    padding-right: 2.4rem !important;
  }
  .pe-xxl-5 {
    padding-right: 4.8rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 4.8rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.4rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.8rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1.6rem !important;
  }
  .ps-xxl-4 {
    padding-left: 2.4rem !important;
  }
  .ps-xxl-5 {
    padding-left: 4.8rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.4rem !important;
  }
  .gap-xxl-2 {
    gap: 0.8rem !important;
  }
  .gap-xxl-3 {
    gap: 1.6rem !important;
  }
  .gap-xxl-4 {
    gap: 2.4rem !important;
  }
  .gap-xxl-5 {
    gap: 4.8rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 4rem !important;
  }
  .fs-2 {
    font-size: 3.008rem !important;
  }
  .fs-3 {
    font-size: 2.64rem !important;
  }
  .fs-4 {
    font-size: 2.24rem !important;
  }
  .fs-5 {
    font-size: 1.84rem !important;
  }
  .fs-6 {
    font-size: 1.6rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.uol-section--grey, .uol-section--accent-secondary, .uol-section--accent-primary, .uol-section--secondary, .uol-section--primary {
  padding: 2.5rem 0;
}

.uol-wrapper, .uol-container {
  max-width: 117rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

.uol-ohd-course-list__site-maint-msg {
  margin: 0 auto;
  text-align: center;
}

.tile:hover {
  background-color: rgba(0, 33, 71, 0.1);
  transition: background-color 0.6s ease;
}

.tile:hover .tile_btn,
.tile:hover .video_btn {
  backface-visibility: hidden;
  opacity: 0;
  background-color: transparent;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

.tile-half .tile_cnt,
.tile-half .video_cnt, .tile .tile_cnt,
.tile .video_cnt,
.uol-hero_imgCnt, .uol-billboard_imgCnt {
  background-size: cover;
}

.tile .tile_cnt,
.tile .video_cnt,
.uol-hero_imgCnt, .uol-billboard_imgCnt {
  background-position: center;
  background-repeat: no-repeat;
}

.uol-course-header__banner__overlay--light, .uol-course-header__banner__overlay--medium, .uol-course-header__banner__overlay--dark, .uol-header-key-info .--banner-overlay--light, .uol-header-key-info .--banner-overlay--medium, .uol-header-key-info .--banner-overlay--dark, .uol-landing-hero_overlay--light, .uol-landing-hero_overlay--dark {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}

.uol-pullquote__copy, .uol-pullquote__copy--primary, .uol-pullquote__copy--secondary, .uol-pullquote__copy--accent-primary, .uol-pullquote__copy--accent-secondary {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

.uol-pullquote--reversed .uol-pullquote__copy, .uol-pullquote--reversed .uol-pullquote__copy--primary, .uol-pullquote--reversed .uol-pullquote__copy--secondary, .uol-pullquote--reversed .uol-pullquote__copy--accent-primary, .uol-pullquote--reversed .uol-pullquote__copy--accent-secondary {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.uol-carousel-card__video_btn, .uol-pullquote__img .uol-pullquote-video_btn {
  background: 0 0;
  background-color: rgba(116, 118, 120, 0.1);
  border: 0;
  cursor: pointer;
  display: block;
  height: 100%;
  fill: #fff;
  left: 50%;
  opacity: 1;
  padding: 0;
  position: absolute;
  transition: opacity 0.3s ease;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 4;
  -moz-appearance: none;
}
.uol-carousel-card__video_btn:hover, .uol-pullquote__img .uol-pullquote-video_btn:hover {
  background-color: rgba(116, 118, 120, 0.3);
}

/*
This file is used to contain all layout imports.
Files inside this folder can contain specific element styles and layout. 
*/
.uol-m-t-0 {
  margin-top: 0rem !important;
}

.uol-p-t-0 {
  padding-top: 0rem !important;
}

.uol-m-b-0 {
  margin-bottom: 0rem !important;
}

.uol-p-b-0 {
  padding-bottom: 0rem !important;
}

.uol-m-l-0 {
  margin-left: 0rem !important;
}

.uol-p-l-0 {
  padding-left: 0rem !important;
}

.uol-m-r-0 {
  margin-right: 0rem !important;
}

.uol-p-r-0 {
  padding-right: 0rem !important;
}

.uol-m-x-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.uol-p-x-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.uol-m-y-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.uol-p-y-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.uol-m-t-1 {
  margin-top: 1rem !important;
}

.uol-p-t-1 {
  padding-top: 1rem !important;
}

.uol-m-b-1 {
  margin-bottom: 1rem !important;
}

.uol-p-b-1 {
  padding-bottom: 1rem !important;
}

.uol-m-l-1 {
  margin-left: 1rem !important;
}

.uol-p-l-1 {
  padding-left: 1rem !important;
}

.uol-m-r-1 {
  margin-right: 1rem !important;
}

.uol-p-r-1 {
  padding-right: 1rem !important;
}

.uol-m-x-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.uol-p-x-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.uol-m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.uol-p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.uol-m-t-2 {
  margin-top: 2rem !important;
}

.uol-p-t-2 {
  padding-top: 2rem !important;
}

.uol-m-b-2 {
  margin-bottom: 2rem !important;
}

.uol-p-b-2 {
  padding-bottom: 2rem !important;
}

.uol-m-l-2 {
  margin-left: 2rem !important;
}

.uol-p-l-2 {
  padding-left: 2rem !important;
}

.uol-m-r-2 {
  margin-right: 2rem !important;
}

.uol-p-r-2 {
  padding-right: 2rem !important;
}

.uol-m-x-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.uol-p-x-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.uol-m-y-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.uol-p-y-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.uol-m-t-3 {
  margin-top: 3rem !important;
}

.uol-p-t-3 {
  padding-top: 3rem !important;
}

.uol-m-b-3 {
  margin-bottom: 3rem !important;
}

.uol-p-b-3 {
  padding-bottom: 3rem !important;
}

.uol-m-l-3 {
  margin-left: 3rem !important;
}

.uol-p-l-3 {
  padding-left: 3rem !important;
}

.uol-m-r-3 {
  margin-right: 3rem !important;
}

.uol-p-r-3 {
  padding-right: 3rem !important;
}

.uol-m-x-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.uol-p-x-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.uol-m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.uol-p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.uol-m-t-4 {
  margin-top: 4rem !important;
}

.uol-p-t-4 {
  padding-top: 4rem !important;
}

.uol-m-b-4 {
  margin-bottom: 4rem !important;
}

.uol-p-b-4 {
  padding-bottom: 4rem !important;
}

.uol-m-l-4 {
  margin-left: 4rem !important;
}

.uol-p-l-4 {
  padding-left: 4rem !important;
}

.uol-m-r-4 {
  margin-right: 4rem !important;
}

.uol-p-r-4 {
  padding-right: 4rem !important;
}

.uol-m-x-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.uol-p-x-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.uol-m-y-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.uol-p-y-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.uol-m-t-5 {
  margin-top: 5rem !important;
}

.uol-p-t-5 {
  padding-top: 5rem !important;
}

.uol-m-b-5 {
  margin-bottom: 5rem !important;
}

.uol-p-b-5 {
  padding-bottom: 5rem !important;
}

.uol-m-l-5 {
  margin-left: 5rem !important;
}

.uol-p-l-5 {
  padding-left: 5rem !important;
}

.uol-m-r-5 {
  margin-right: 5rem !important;
}

.uol-p-r-5 {
  padding-right: 5rem !important;
}

.uol-m-x-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.uol-p-x-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.uol-m-y-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.uol-p-y-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.grid {
  list-style: none;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: unset;
  grid-gap: 16px;
  padding: 0 0 4px;
  scroll-snap-type: y mandatory;
  grid-template-rows: unset;
  scroll-margin-right: 45px;
  overflow-x: auto;
  justify-content: start;
}

@media (min-width: 768px) {
  .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .grid {
    grid-template-columns: repeat(4, min-content);
  }
}
/*
This file is used to contain all base imports.
Files inside this folder can contain global styles used in the project.
*/
/*@import "reset";*/
a {
  text-wrap: wrap;
  word-wrap: break-word;
}
a.uol-link-underline, a.uol-link-underline-on-hover {
  display: inline-block;
  line-height: 4.2rem;
  position: relative;
  text-decoration: none;
  padding-bottom: 0.3rem;
}
a.uol-link-underline::after, a.uol-link-underline-on-hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  bottom: 1rem;
  left: 0;
  background-color: #047e8b;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
  transform: scaleX(1);
}
a.uol-link-underline::after {
  transform: scaleX(1);
}
a.uol-link-underline:hover::after {
  transform: scaleX(0);
}
a.uol-link-underline-on-hover::after {
  transform: scaleX(0);
}
a.uol-link-underline-on-hover:hover::after {
  transform: scaleX(1);
}

/* Additonal Base Stylesheets */
.uol-section {
  margin: 2.5rem auto 0;
  padding: 0 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 180rem;
}
.uol-section [data-type=results] {
  display: none;
}
.uol-section [data-type=results] .grid {
  grid-auto-flow: row;
}

.uol-section--primary {
  background-color: #002147;
  padding: 2rem 0;
}
.uol-section--primary .uol-h1,
.uol-section--primary .uol-h2,
.uol-section--primary .uol-label,
.uol-section--primary .uol-t1,
.uol-section--primary .uol-t2 {
  color: #fff;
}

.uol-section--secondary {
  background-color: #047e8b;
  padding: 2rem 0;
}
.uol-section--secondary .uol-h1,
.uol-section--secondary .uol-h2,
.uol-section--secondary .uol-label,
.uol-section--secondary .uol-t1,
.uol-section--secondary .uol-t2 {
  color: #fff;
}

.uol-section--accent-primary {
  background-color: #db1a72;
  padding: 2rem 0;
}
.uol-section--accent-primary .uol-h1,
.uol-section--accent-primary .uol-h2,
.uol-section--accent-primary .uol-label,
.uol-section--accent-primary .uol-t1,
.uol-section--accent-primary .uol-t2 {
  color: #fff;
}

.uol-section--accent-secondary {
  background-color: #747678;
  padding: 2rem 0;
}
.uol-section--accent-secondary .uol-h1,
.uol-section--accent-secondary .uol-h2,
.uol-section--accent-secondary .uol-label,
.uol-section--accent-secondary .uol-t1,
.uol-section--accent-secondary .uol-t2 {
  color: #fff;
}

.uol-section--grey {
  background-color: #efefef;
  padding: 2rem 0;
}

.uol-section--primary .uol-body strong {
  color: #f6f6f6;
}

.uol-section--primary .uol-standfirst {
  color: #f6f6f6;
}

.uol-section--primary .uol-body,
.uol-section--primary .uol-body p {
  color: #dedede;
}

.uol-section--primary .video_cnt:after {
  background-color: rgba(255, 255, 255, 0.2);
}

.tile {
  background-color: #f6f6f6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.094);
  margin-bottom: 4px;
  max-width: 100%;
  width: 25.5rem;
  position: relative;
  z-index: 0;
}
.tile:nth-last-child(n+4), .tile:nth-last-child(n+4) ~ .tile {
  margin-bottom: 0.4rem;
  width: 27.3rem;
}
.tile:nth-last-child(n+5), .tile:nth-last-child(n+5) ~ .tile {
  width: 25.5rem;
}

.tile_cnt,
.video_cnt {
  overflow: hidden;
  max-height: 385px;
  padding-bottom: 55.5555555556%;
  background-color: #000;
}

.tile:hover .tile_cnt:after,
.tile:hover .video_cnt:after {
  background-color: rgba(0, 33, 71, 0.1);
  transition: background-color 0.6s ease;
}

@media (min-width: 768px) {
  .tile {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .tile {
    scroll-snap-align: start;
    width: 25.5rem;
  }
  .tile:nth-last-child(n+5), .tile .tile:nth-last-child(n+5) ~ .tile {
    margin-bottom: 0.4rem;
  }
}
.no-gutters {
  padding: 0;
}

.no-gutters .col-xs-6 {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .no-gutters .col-xs-6 {
    margin-left: -3rem;
  }
}
@media screen and (min-width: 992px) {
  .no-gutters .col-xs-6 {
    margin-left: 0;
  }
}
.uol-d-none {
  display: none !important;
}
.uol-visually-hidden {
  clip: rect(0, 0, 0, 0);
  left: -9999px;
  height: 0;
  opacity: 0;
  position: absolute;
  top: -9999px;
  visibility: hidden;
  width: 0;
}

#videoCardModal .modal-body {
  height: 28rem;
}
#videoCardModal .modal-title {
  font-size: 2rem;
  line-height: 1.5;
  font-family: Georgia, serif;
}
#videoCardModal .modal-header {
  padding: 1.6rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#videoCardModal .modal-header::after, #videoCardModal .modal-header::before {
  display: none;
}
#videoCardModal button.close {
  margin: -2px -1.6rem auto;
  padding: 1.6rem;
  font-size: 2.4rem;
  line-height: 1;
}
#videoCardModal button.close > span {
  font-size: 2.4rem;
  line-height: 1;
}
#videoCardModal .video_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

@media (min-width: 1200px) {
  #videoCardModal .modal-body {
    height: 65.8rem;
  }
  #videoCardModal .modal-dialog {
    width: 117rem;
    max-width: 100%;
  }
}
.uol-loader-container, .uol-loader-container--accent-secondary, .uol-loader-container--accent-primary, .uol-loader-container--secondary, .uol-loader-container--primary {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.uol-loader-container .spinner, .uol-loader-container--accent-secondary .spinner, .uol-loader-container--accent-primary .spinner, .uol-loader-container--secondary .spinner, .uol-loader-container--primary .spinner {
  animation: spin-anim 1.2s linear infinite;
  border: 0.8rem solid;
  border-color: #fff transparent #fff transparent;
  border-radius: 50%;
  height: 6.4rem;
  width: 6.4rem;
}

@keyframes spin-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.uol-loader-container--primary .spinner {
  border-color: #002147 transparent #002147 transparent;
}

.uol-loader-container--secondary .spinner {
  border-color: #047e8b transparent #047e8b transparent;
}

.uol-loader-container--accent-primary .spinner {
  border-color: #db1a72 transparent #db1a72 transparent;
}

.uol-loader-container--accent-secondary .spinner {
  border-color: #747678 transparent #747678 transparent;
}/*# sourceMappingURL=styles.css.map */