@charset "UTF-8";
@font-face {
  font-family: "ClanProBold";
  src: url("/media/1newwebsite/webteam/fonts/FontFont_-_Clan_Pro_Bold.otf");
  font-weight: bold;
}
.strath-bootstrap :root,
.strath-bootstrap [data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #01676a;
  --bs-teal-darker: #013637;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-heading-color: #002b5c;
  --bs-font-family-headings: "ClanProBold", sans-serif;
  --bs-font-sans-serif: system-ui, -apple-system, "Roboto", sans-serif,
    "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-body-font-family);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #6c757d;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  /* --bs-border-radius: 0.375rem; */
  --bs-border-radius: 50px;
  --bs-border-radius-sm: 25px;
  --bs-border-radius-lg: 50px;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
.strath-bootstrap [data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
.strath-bootstrap *,
.strath-bootstrap *::before,
.strath-bootstrap *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  .strath-bootstrap :root {
    scroll-behavior: smooth;
  }
}
.strath-bootstrap body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.strath-bootstrap hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
}

.strath-bootstrap h1,
.strath-bootstrap .h1,
.strath-bootstrap h2,
.strath-bootstrap .h2,
.strath-bootstrap h3,
.strath-bootstrap .h3,
.strath-bootstrap h4,
.strath-bootstrap .h4,
.strath-bootstrap h5,
.strath-bootstrap .h5,
.strath-bootstrap h6,
.strath-bootstrap .h6,
.strath-bootstrap h1 strong,
.strath-bootstrap h2 strong,
.strath-bootstrap h3 strong,
.strath-bootstrap h4 strong,
.strath-bootstrap h5 strong,
.strath-bootstrap h6 strong,
.strath-bootstrap h1 span,
.strath-bootstrap h2 span,
.strath-bootstrap h3 span,
.strath-bootstrap h4 span,
.strath-bootstrap h5 span,
.strath-bootstrap h6 span,
.strath-bootstrap h1 a,
.strath-bootstrap h2 a,
.strath-bootstrap h3 a,
.strath-bootstrap h4 a,
.strath-bootstrap h5 a,
.strath-bootstrap h6 a,
.strath-bootstrap .h1-heading,
.strath-bootstrap .h2-heading,
.strath-bootstrap .h3-heading,
.strath-bootstrap .h4-heading,
.strath-bootstrap .h5-heading,
.strath-bootstrap .h6-heading {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-family: var(--bs-font-family-headings);
  font-weight: bold;
  color: #002b5c !important;
}
.strath-bootstrap h1,
.strath-bootstrap .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
.strath-bootstrap .h1-heading {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .strath-bootstrap h1,
  .strath-bootstrap .h1 {
    font-size: 2.5rem;
  }
  .strath-bootstrap .h1-heading {
    font-size: 2.5rem;
  }
}
.strath-bootstrap h2,
.strath-bootstrap .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
.strath-bootstrap .h2-heading {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .strath-bootstrap h2,
  .strath-bootstrap .h2 {
    font-size: 2rem;
  }
  .strath-bootstrap .h2-heading {
    font-size: 2rem;
  }
}
.strath-bootstrap h3,
.strath-bootstrap .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
.strath-bootstrap .h3-heading {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .strath-bootstrap h3,
  .strath-bootstrap .h3 {
    font-size: 1.75rem;
  }
  .strath-bootstrap .h3-heading {
    font-size: 1.75rem;
  }
}
.strath-bootstrap h4,
.strath-bootstrap .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
.strath-bootstrap .h4-heading {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .strath-bootstrap h4,
  .strath-bootstrap .h4 {
    font-size: 1.5rem;
  }
  .strath-bootstrap .h4-heading {
    font-size: 1.5rem;
  }
}
.strath-bootstrap h5,
.strath-bootstrap .h5 {
  font-size: 1.25rem;
}
.strath-bootstrap .h5-heading {
  font-size: 1.25rem;
}
.strath-bootstrap h6,
.strath-bootstrap .h6 {
  font-size: 1rem;
}
.strath-bootstrap .h6-heading {
  font-size: 1rem;
}
.strath-bootstrap p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.strath-bootstrap abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.strath-bootstrap address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.strath-bootstrap ol,
.strath-bootstrap ul {
  padding-left: 2rem;
}
.strath-bootstrap ol,
.strath-bootstrap ul,
.strath-bootstrap dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.strath-bootstrap ol ol,
.strath-bootstrap ul ul,
.strath-bootstrap ol ul,
.strath-bootstrap ul ol {
  margin-bottom: 0;
}
.strath-bootstrap dt {
  font-weight: 700;
}
.strath-bootstrap dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.strath-bootstrap blockquote {
  margin: 0 0 1rem;
}
.strath-bootstrap b,
.strath-bootstrap strong {
  font-weight: bolder;
}
.strath-bootstrap small,
.strath-bootstrap .small {
  font-size: 0.875em;
}
.strath-bootstrap mark,
.strath-bootstrap .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}
.strath-bootstrap sub,
.strath-bootstrap sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
.strath-bootstrap sub {
  bottom: -0.25em;
}
.strath-bootstrap sup {
  top: -0.5em;
}
.strath-bootstrap a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
.strath-bootstrap a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
.strath-bootstrap a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.strath-bootstrap pre,
.strath-bootstrap code,
.strath-bootstrap kbd,
.strath-bootstrap samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
.strath-bootstrap pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
.strath-bootstrap pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.strath-bootstrap code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
.strath-bootstrap a > code {
  color: inherit;
}
.strath-bootstrap kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
.strath-bootstrap kbd kbd {
  padding: 0;
  font-size: 1em;
}
.strath-bootstrap figure {
  margin: 0 0 1rem;
}
.strath-bootstrap img,
.strath-bootstrap svg {
  vertical-align: middle;
}
.strath-bootstrap table {
  caption-side: bottom;
  border-collapse: collapse;
}
.strath-bootstrap caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
.strath-bootstrap th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.strath-bootstrap thead,
.strath-bootstrap tbody,
.strath-bootstrap tfoot,
.strath-bootstrap tr,
.strath-bootstrap td,
.strath-bootstrap th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.strath-bootstrap label {
  display: inline-block;
}
/* .strath-bootstrap label.search-label {
  display: block;
  color: white;
} */
.strath-bootstrap button {
  border-radius: 0;
}
.strath-bootstrap button:focus:not(:focus-visible) {
  outline: 0;
}
.strath-bootstrap button:focus .navbar-toggler-icon-dark {
  outline: 5px auto -webkit-focus-ring-color;
}

.strath-bootstrap input,
.strath-bootstrap button,
.strath-bootstrap select,
.strath-bootstrap optgroup,
.strath-bootstrap textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.strath-bootstrap button,
.strath-bootstrap select {
  text-transform: none;
}
.strath-bootstrap [role="button"] {
  cursor: pointer;
}
.strath-bootstrap select {
  word-wrap: normal;
}
.strath-bootstrap select:disabled {
  opacity: 1;
}
.strath-bootstrap
  [list]:not([type="date"]):not([type="datetime-local"]):not(
    [type="month"]
  ):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}
.strath-bootstrap button,
.strath-bootstrap [type="button"],
.strath-bootstrap [type="reset"],
.strath-bootstrap [type="submit"] {
  -webkit-appearance: button;
}
.strath-bootstrap button:not(:disabled),
.strath-bootstrap [type="button"]:not(:disabled),
.strath-bootstrap [type="reset"]:not(:disabled),
.strath-bootstrap [type="submit"]:not(:disabled) {
  cursor: pointer;
  border-radius: 50px;
  font-weight: 700;
  /* outline: 2px solid white;
  outline-offset: 2px;

box-shadow: inset 0 0 0 1px white;
outline-offset: 2px;   */
}
.strath-bootstrap .navbar-toggler:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.strath-bootstrap ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.strath-bootstrap textarea {
  resize: vertical;
}
.strath-bootstrap fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.strath-bootstrap 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;
  }
}
.strath-bootstrap legend + * {
  clear: left;
}
.strath-bootstrap ::-webkit-datetime-edit-fields-wrapper,
.strath-bootstrap ::-webkit-datetime-edit-text,
.strath-bootstrap ::-webkit-datetime-edit-minute,
.strath-bootstrap ::-webkit-datetime-edit-hour-field,
.strath-bootstrap ::-webkit-datetime-edit-day-field,
.strath-bootstrap ::-webkit-datetime-edit-month-field,
.strath-bootstrap ::-webkit-datetime-edit-year-field {
  padding: 0;
}
.strath-bootstrap ::-webkit-inner-spin-button {
  height: auto;
}
.strath-bootstrap [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
.strath-bootstrap

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
} .strath-bootstrap
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
.strath-bootstrap ::-webkit-color-swatch-wrapper {
  padding: 0;
}
.strath-bootstrap ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.strath-bootstrap ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
.strath-bootstrap output {
  display: inline-block;
}
.strath-bootstrap iframe {
  border: 0;
}
.strath-bootstrap summary {
  display: list-item;
  cursor: pointer;
}
.strath-bootstrap progress {
  vertical-align: baseline;
}
.strath-bootstrap [hidden] {
  display: none !important;
}
.strath-bootstrap .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.strath-bootstrap .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;
  }
}
.strath-bootstrap .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;
  }
}
.strath-bootstrap .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;
  }
}
.strath-bootstrap .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;
  }
}
.strath-bootstrap .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;
  }
}
.strath-bootstrap .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;
  }
}
.strath-bootstrap .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.strath-bootstrap .list-inline {
  padding-left: 0;
  list-style: none;
}
.strath-bootstrap .list-inline-item {
  display: inline-block;
}
.strath-bootstrap .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.strath-bootstrap .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.strath-bootstrap .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.strath-bootstrap .blockquote > :last-child {
  margin-bottom: 0;
}
.strath-bootstrap .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.strath-bootstrap .blockquote-footer::before {
  content: "— ";
}
.strath-bootstrap .img-fluid {
  max-width: 100%;
  height: auto;
}
.strath-bootstrap .img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.strath-bootstrap .figure {
  display: inline-block;
}
.strath-bootstrap img {
  width: 100%;
  height: auto;
}
.strath-bootstrap .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.strath-bootstrap .figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.strath-bootstrap .container,
.strath-bootstrap .container-fluid,
.strath-bootstrap .container-xxl,
.strath-bootstrap .container-xl,
.strath-bootstrap .container-lg,
.strath-bootstrap .container-md,
.strath-bootstrap .container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .strath-bootstrap .container-sm,
  .strath-bootstrap .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .strath-bootstrap .container-md,
  .strath-bootstrap .container-sm,
  .strath-bootstrap .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .strath-bootstrap .container-lg,
  .strath-bootstrap .container-md,
  .strath-bootstrap .container-sm,
  .strath-bootstrap .container {
    max-width: 960px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container.container-branding {
    padding: 0 !important;
    max-width: 1120px !important;
  }
}

@media (min-width: 1200px) {
  .strath-bootstrap .container-xl,
  .strath-bootstrap .container-lg,
  .strath-bootstrap .container-md,
  .strath-bootstrap .container-sm,
  .strath-bootstrap .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .strath-bootstrap .container-xxl,
  .strath-bootstrap .container-xl,
  .strath-bootstrap .container-lg,
  .strath-bootstrap .container-md,
  .strath-bootstrap .container-sm,
  .strath-bootstrap .container {
    max-width: 1320px;
  }
}
.strath-bootstrap :root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.strath-bootstrap .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.strath-bootstrap .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.strath-bootstrap .col {
  flex: 1 0 0%;
}
.strath-bootstrap .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.strath-bootstrap .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.strath-bootstrap .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.strath-bootstrap .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.strath-bootstrap .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.strath-bootstrap .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.strath-bootstrap .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.strath-bootstrap .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.strath-bootstrap .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.strath-bootstrap .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.strath-bootstrap .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.strath-bootstrap .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.strath-bootstrap .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.strath-bootstrap .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.strath-bootstrap .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.strath-bootstrap .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.strath-bootstrap .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.strath-bootstrap .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.strath-bootstrap .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.strath-bootstrap .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.strath-bootstrap .offset-1 {
  margin-left: 8.33333333%;
}
.strath-bootstrap .offset-2 {
  margin-left: 16.66666667%;
}
.strath-bootstrap .offset-3 {
  margin-left: 25%;
}
.strath-bootstrap .offset-4 {
  margin-left: 33.33333333%;
}
.strath-bootstrap .offset-5 {
  margin-left: 41.66666667%;
}
.strath-bootstrap .offset-6 {
  margin-left: 50%;
}
.strath-bootstrap .offset-7 {
  margin-left: 58.33333333%;
}
.strath-bootstrap .offset-8 {
  margin-left: 66.66666667%;
}
.strath-bootstrap .offset-9 {
  margin-left: 75%;
}
.strath-bootstrap .offset-10 {
  margin-left: 83.33333333%;
}
.strath-bootstrap .offset-11 {
  margin-left: 91.66666667%;
}
.strath-bootstrap .g-0,
.strath-bootstrap .gx-0 {
  --bs-gutter-x: 0;
}
.strath-bootstrap .g-0,
.strath-bootstrap .gy-0 {
  --bs-gutter-y: 0;
}
.strath-bootstrap .g-1,
.strath-bootstrap .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.strath-bootstrap .g-1,
.strath-bootstrap .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.strath-bootstrap .g-2,
.strath-bootstrap .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.strath-bootstrap .g-2,
.strath-bootstrap .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.strath-bootstrap .g-3,
.strath-bootstrap .gx-3 {
  --bs-gutter-x: 1rem;
}
.strath-bootstrap .g-3,
.strath-bootstrap .gy-3 {
  --bs-gutter-y: 1rem;
}
.strath-bootstrap .g-4,
.strath-bootstrap .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.strath-bootstrap .g-4,
.strath-bootstrap .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.strath-bootstrap .g-5,
.strath-bootstrap .gx-5 {
  --bs-gutter-x: 3rem;
}
.strath-bootstrap .g-5,
.strath-bootstrap .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .strath-bootstrap .col-sm {
    flex: 1 0 0%;
  }
  .strath-bootstrap .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .strath-bootstrap .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .strath-bootstrap .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .strath-bootstrap .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .strath-bootstrap .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .strath-bootstrap .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .strath-bootstrap .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .strath-bootstrap .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .strath-bootstrap .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .strath-bootstrap .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .strath-bootstrap .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .strath-bootstrap .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .strath-bootstrap .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .strath-bootstrap .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .strath-bootstrap .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .strath-bootstrap .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .strath-bootstrap .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .strath-bootstrap .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .strath-bootstrap .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .strath-bootstrap .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .strath-bootstrap .offset-sm-0 {
    margin-left: 0;
  }
  .strath-bootstrap .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .strath-bootstrap .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .strath-bootstrap .offset-sm-3 {
    margin-left: 25%;
  }
  .strath-bootstrap .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .strath-bootstrap .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .strath-bootstrap .offset-sm-6 {
    margin-left: 50%;
  }
  .strath-bootstrap .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .strath-bootstrap .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .strath-bootstrap .offset-sm-9 {
    margin-left: 75%;
  }
  .strath-bootstrap .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .strath-bootstrap .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .strath-bootstrap .g-sm-0,
  .strath-bootstrap .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .strath-bootstrap .g-sm-0,
  .strath-bootstrap .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .strath-bootstrap .g-sm-1,
  .strath-bootstrap .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .strath-bootstrap .g-sm-1,
  .strath-bootstrap .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .strath-bootstrap .g-sm-2,
  .strath-bootstrap .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .strath-bootstrap .g-sm-2,
  .strath-bootstrap .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .strath-bootstrap .g-sm-3,
  .strath-bootstrap .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .strath-bootstrap .g-sm-3,
  .strath-bootstrap .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .strath-bootstrap .g-sm-4,
  .strath-bootstrap .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .strath-bootstrap .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .strath-bootstrap .g-sm-5,
  .strath-bootstrap .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .strath-bootstrap .g-sm-5,
  .strath-bootstrap .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .strath-bootstrap .col-md {
    flex: 1 0 0%;
  }
  .strath-bootstrap .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .strath-bootstrap .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .strath-bootstrap .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .strath-bootstrap .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .strath-bootstrap .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .strath-bootstrap .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .strath-bootstrap .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .strath-bootstrap .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .strath-bootstrap .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .strath-bootstrap .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .strath-bootstrap .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .strath-bootstrap .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .strath-bootstrap .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .strath-bootstrap .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .strath-bootstrap .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .strath-bootstrap .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .strath-bootstrap .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .strath-bootstrap .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .strath-bootstrap .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .strath-bootstrap .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .strath-bootstrap .offset-md-0 {
    margin-left: 0;
  }
  .strath-bootstrap .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .strath-bootstrap .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .strath-bootstrap .offset-md-3 {
    margin-left: 25%;
  }
  .strath-bootstrap .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .strath-bootstrap .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .strath-bootstrap .offset-md-6 {
    margin-left: 50%;
  }
  .strath-bootstrap .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .strath-bootstrap .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .strath-bootstrap .offset-md-9 {
    margin-left: 75%;
  }
  .strath-bootstrap .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .strath-bootstrap .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .strath-bootstrap .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .strath-bootstrap .g-md-0,
  .strath-bootstrap .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .strath-bootstrap .g-md-1,
  .strath-bootstrap .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .strath-bootstrap .g-md-1,
  .strath-bootstrap .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .strath-bootstrap .g-md-2,
  .strath-bootstrap .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .strath-bootstrap .g-md-2,
  .strath-bootstrap .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .strath-bootstrap .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .strath-bootstrap .g-md-3,
  .strath-bootstrap .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .strath-bootstrap .g-md-4,
  .strath-bootstrap .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .strath-bootstrap .g-md-4,
  .strath-bootstrap .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .strath-bootstrap .g-md-5,
  .strath-bootstrap .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .strath-bootstrap .g-md-5,
  .strath-bootstrap .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .strath-bootstrap .col-lg {
    flex: 1 0 0%;
  }
  .strath-bootstrap .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .strath-bootstrap .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .strath-bootstrap .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .strath-bootstrap .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .strath-bootstrap .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .strath-bootstrap .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .strath-bootstrap .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .strath-bootstrap .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .strath-bootstrap .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .strath-bootstrap .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .strath-bootstrap .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .strath-bootstrap .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .strath-bootstrap .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .strath-bootstrap .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .strath-bootstrap .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .strath-bootstrap .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .strath-bootstrap .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .strath-bootstrap .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .strath-bootstrap .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .strath-bootstrap .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .strath-bootstrap .offset-lg-0 {
    margin-left: 0;
  }
  .strath-bootstrap .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .strath-bootstrap .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .strath-bootstrap .offset-lg-3 {
    margin-left: 25%;
  }
  .strath-bootstrap .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .strath-bootstrap .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .strath-bootstrap .offset-lg-6 {
    margin-left: 50%;
  }
  .strath-bootstrap .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .strath-bootstrap .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .strath-bootstrap .offset-lg-9 {
    margin-left: 75%;
  }
  .strath-bootstrap .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .strath-bootstrap .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .strath-bootstrap .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .strath-bootstrap .g-lg-0,
  .strath-bootstrap .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .strath-bootstrap .g-lg-1,
  .strath-bootstrap .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .strath-bootstrap .g-lg-1,
  .strath-bootstrap .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .strath-bootstrap .g-lg-2,
  .strath-bootstrap .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .strath-bootstrap .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .strath-bootstrap .g-lg-3,
  .strath-bootstrap .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .strath-bootstrap .g-lg-3,
  .strath-bootstrap .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .strath-bootstrap .g-lg-4,
  .strath-bootstrap .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .strath-bootstrap .g-lg-4,
  .strath-bootstrap .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .strath-bootstrap .g-lg-5,
  .strath-bootstrap .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .strath-bootstrap .g-lg-5,
  .strath-bootstrap .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .strath-bootstrap .col-xl {
    flex: 1 0 0%;
  }
  .strath-bootstrap .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .strath-bootstrap .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .strath-bootstrap .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .strath-bootstrap .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .strath-bootstrap .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .strath-bootstrap .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .strath-bootstrap .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .strath-bootstrap .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .strath-bootstrap .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .strath-bootstrap .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .strath-bootstrap .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .strath-bootstrap .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .strath-bootstrap .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .strath-bootstrap .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .strath-bootstrap .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .strath-bootstrap .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .strath-bootstrap .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .strath-bootstrap .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .strath-bootstrap .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .strath-bootstrap .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .strath-bootstrap .offset-xl-0 {
    margin-left: 0;
  }
  .strath-bootstrap .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .strath-bootstrap .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .strath-bootstrap .offset-xl-3 {
    margin-left: 25%;
  }
  .strath-bootstrap .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .strath-bootstrap .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .strath-bootstrap .offset-xl-6 {
    margin-left: 50%;
  }
  .strath-bootstrap .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .strath-bootstrap .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .strath-bootstrap .offset-xl-9 {
    margin-left: 75%;
  }
  .strath-bootstrap .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .strath-bootstrap .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .strath-bootstrap .g-xl-0,
  .strath-bootstrap .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .strath-bootstrap .g-xl-0,
  .strath-bootstrap .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .strath-bootstrap .g-xl-1,
  .strath-bootstrap .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .strath-bootstrap .g-xl-1,
  .strath-bootstrap .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .strath-bootstrap .g-xl-2,
  .strath-bootstrap .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .strath-bootstrap .g-xl-2,
  .strath-bootstrap .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .strath-bootstrap .g-xl-3,
  .strath-bootstrap .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .strath-bootstrap .g-xl-3,
  .strath-bootstrap .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .strath-bootstrap .g-xl-4,
  .strath-bootstrap .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .strath-bootstrap .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .strath-bootstrap .g-xl-5,
  .strath-bootstrap .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .strath-bootstrap .g-xl-5,
  .strath-bootstrap .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .strath-bootstrap .col-xxl {
    flex: 1 0 0%;
  }
  .strath-bootstrap .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .strath-bootstrap .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .strath-bootstrap .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .strath-bootstrap .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .strath-bootstrap .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .strath-bootstrap .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .strath-bootstrap .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .strath-bootstrap .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .strath-bootstrap .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .strath-bootstrap .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .strath-bootstrap .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .strath-bootstrap .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .strath-bootstrap .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .strath-bootstrap .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .strath-bootstrap .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .strath-bootstrap .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .strath-bootstrap .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .strath-bootstrap .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .strath-bootstrap .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .strath-bootstrap .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .strath-bootstrap .offset-xxl-0 {
    margin-left: 0;
  }
  .strath-bootstrap .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .strath-bootstrap .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .strath-bootstrap .offset-xxl-3 {
    margin-left: 25%;
  }
  .strath-bootstrap .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .strath-bootstrap .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .strath-bootstrap .offset-xxl-6 {
    margin-left: 50%;
  }
  .strath-bootstrap .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .strath-bootstrap .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .strath-bootstrap .offset-xxl-9 {
    margin-left: 75%;
  }
  .strath-bootstrap .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .strath-bootstrap .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .strath-bootstrap .g-xxl-0,
  .strath-bootstrap .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .strath-bootstrap .g-xxl-0,
  .strath-bootstrap .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .strath-bootstrap .g-xxl-1,
  .strath-bootstrap .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .strath-bootstrap .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .strath-bootstrap .g-xxl-2,
  .strath-bootstrap .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .strath-bootstrap .g-xxl-2,
  .strath-bootstrap .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .strath-bootstrap .g-xxl-3,
  .strath-bootstrap .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .strath-bootstrap .g-xxl-3,
  .strath-bootstrap .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .strath-bootstrap .g-xxl-4,
  .strath-bootstrap .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .strath-bootstrap .g-xxl-4,
  .strath-bootstrap .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .strath-bootstrap .g-xxl-5,
  .strath-bootstrap .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .strath-bootstrap .g-xxl-5,
  .strath-bootstrap .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.strath-bootstrap .table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.strath-bootstrap .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  /* border-bottom-width: var(--bs-border-width); */
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.strath-bootstrap .table > tbody {
  vertical-align: inherit;
}
.strath-bootstrap .table > thead {
  vertical-align: bottom;
}
.strath-bootstrap .table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.strath-bootstrap .caption-top {
  caption-side: top;
}
.strath-bootstrap .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.strath-bootstrap .table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.strath-bootstrap .table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.strath-bootstrap .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.strath-bootstrap .table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.strath-bootstrap .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.strath-bootstrap
  .table-striped-columns
  > :not(caption)
  > tr
  > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.strath-bootstrap .table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.strath-bootstrap .table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.strath-bootstrap .table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.strath-bootstrap .table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.strath-bootstrap .table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.strath-bootstrap .table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.strath-bootstrap .table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.strath-bootstrap .table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.strath-bootstrap .table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.strath-bootstrap .table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.strath-bootstrap .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.strath-bootstrap .ui-menu {
  background-color: #e9ecef;
}
/* @media (max-width: 991.98px) {
  .strath-bootstrap .ui-menu {
    position:absolute;
  }
} */

.strath-bootstrap .custom-control-label {
  /* position: relative; */
  margin-bottom: 0;
}
.strath-bootstrap .custom-control-label::before {
  position: absolute;
  top: 0;
  left: -1.5rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.strath-bootstrap .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  left: -1.5rem;
}

.strath-bootstrap .custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.strath-bootstrap
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #002b5c;
}

.strath-bootstrap
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.strath-bootstrap
  .custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  background-color: #002b5c;
  box-shadow: none;
}
.strath-bootstrap .form-label {
  margin-bottom: 0.5rem;
}
.strath-bootstrap .col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.strath-bootstrap .col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
.strath-bootstrap .col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}
.strath-bootstrap .form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.strath-bootstrap .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1px solid #6c757d;
  /* border: var(--bs-border-width) solid var(--bs-border-color); */
  /* -webkit-appearance: none;
  -moz-appearance: none; */
  /* appearance: none; */
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
 
@media (prefers-reduced-motion: reduce) {
  .strath-bootstrap .form-control {
    transition: none;
  }
}
.strath-bootstrap .form-control[type="file"] {
  overflow: hidden;
}
.strath-bootstrap .form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.strath-bootstrap .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  outline: 0;
  box-shadow: inset 0 0 0 transparent, 0 0 0 3px rgba(0, 43, 92, 0.8);
}
.strath-bootstrap .form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.strath-bootstrap .form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.strath-bootstrap .form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.strath-bootstrap .form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.strath-bootstrap .form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.strath-bootstrap .form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-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;
  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;
}
.strath-bootstrap .form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  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 (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .strath-bootstrap .form-control::file-selector-button {
    transition: none;
  }
}
.strath-bootstrap
  .form-control:hover:not(:disabled):not(
    [readonly]
  )::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.strath-bootstrap
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.strath-bootstrap .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.strath-bootstrap .form-control-plaintext:focus {
  outline: 0;
}
.strath-bootstrap .form-control-plaintext.form-control-sm,
.strath-bootstrap .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.strath-bootstrap .form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.strath-bootstrap .form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.strath-bootstrap .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.strath-bootstrap .form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  /* border-radius: var(--bs-border-radius-lg); */
  border-radius: 0.5rem;
}
.strath-bootstrap .form-control-lg.search-input {
  width: 60%;
  margin-right: 5px;
}

.strath-bootstrap form input:hover,
.strath-bootstrap form textarea:hover,
.strath-bootstrap form select:hover,
.strath-bootstrap .strath-form input:hover,
.strath-bootstrap .strath-form textarea:hover,
.strath-bootstrap .strath-form select:hover {
  border-color: transparent;
  box-shadow: inset 0 0 0 transparent, 0 0 0 3px rgba(0, 43, 92, 0.75);
}
.strath-bootstrap .form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.strath-bootstrap .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.strath-bootstrap textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
.strath-bootstrap textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.strath-bootstrap textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.strath-bootstrap .form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.strath-bootstrap .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.strath-bootstrap .form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.strath-bootstrap .form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.strath-bootstrap .form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.strath-bootstrap .form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.strath-bootstrap .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img),
    var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #6c757d;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.strath-bootstrap .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.strath-bootstrap .form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.strath-bootstrap .form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.strath-bootstrap .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.strath-bootstrap .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.strath-bootstrap .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.strath-bootstrap [data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.strath-bootstrap .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.strath-bootstrap .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.strath-bootstrap .form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.strath-bootstrap .form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.strath-bootstrap .form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  width: 1.5em;
  height: 1.5em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  /* -webkit-appearance: none;
  -moz-appearance: none; */
  /* appearance: none; */
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.strath-bootstrap .form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.strath-bootstrap .form-check-input[type="radio"] {
  border-radius: 50%;
}
.strath-bootstrap .form-check-input:active {
  filter: brightness(90%);
}
.strath-bootstrap .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.strath-bootstrap .form-check-input:checked {
  background-color: #002b5c;
  border-color: #002b5c;
}
.strath-bootstrap .form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.strath-bootstrap .form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.strath-bootstrap .form-check-input[type="checkbox"]:indeterminate {
  background-color: #002b5c;
  border-color: #002b5c;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.strath-bootstrap .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.strath-bootstrap .form-check-input[disabled] ~ .form-check-label,
.strath-bootstrap .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.strath-bootstrap .form-switch {
  padding-left: 2.5em;
}
.strath-bootstrap .form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.strath-bootstrap .form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.strath-bootstrap .form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.strath-bootstrap .form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.strath-bootstrap .form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.strath-bootstrap .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.strath-bootstrap .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.strath-bootstrap .btn-check[disabled] + .btn,
.strath-bootstrap .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.strath-bootstrap
  [data-bs-theme="dark"]
  .form-switch
  .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.strath-bootstrap .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.strath-bootstrap .form-range:focus {
  outline: 0;
}
.strath-bootstrap .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.strath-bootstrap .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.strath-bootstrap .form-range::-moz-focus-outer {
  border: 0;
}
.strath-bootstrap .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.strath-bootstrap .form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.strath-bootstrap .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.strath-bootstrap .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.strath-bootstrap .form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.strath-bootstrap .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.strath-bootstrap .form-range:disabled {
  pointer-events: none;
}
.strath-bootstrap .form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.strath-bootstrap .form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.strath-bootstrap .form-floating {
  position: relative;
}
.strath-bootstrap .form-floating > .form-control,
.strath-bootstrap .form-floating > .form-control-plaintext,
.strath-bootstrap .form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.strath-bootstrap .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .strath-bootstrap .form-floating > label {
    transition: none;
  }
}
.strath-bootstrap .form-floating > .form-control,
.strath-bootstrap .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.strath-bootstrap .form-floating > .form-control::-moz-placeholder,
.strath-bootstrap .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.strath-bootstrap .form-floating > .form-control::placeholder,
.strath-bootstrap .form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.strath-bootstrap .form-floating > .form-control:not(:-moz-placeholder-shown),
.strath-bootstrap
  .form-floating
  > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.strath-bootstrap .form-floating > .form-control:focus,
.strath-bootstrap .form-floating > .form-control:not(:placeholder-shown),
.strath-bootstrap .form-floating > .form-control-plaintext:focus,
.strath-bootstrap
  .form-floating
  > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.strath-bootstrap .form-floating > .form-control:-webkit-autofill,
.strath-bootstrap .form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.strath-bootstrap .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.strath-bootstrap
  .form-floating
  > .form-control:not(:-moz-placeholder-shown)
  ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.strath-bootstrap .form-floating > .form-control:focus ~ label,
.strath-bootstrap
  .form-floating
  > .form-control:not(:placeholder-shown)
  ~ label,
.strath-bootstrap .form-floating > .form-control-plaintext ~ label,
.strath-bootstrap .form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.strath-bootstrap
  .form-floating
  > .form-control:not(:-moz-placeholder-shown)
  ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.strath-bootstrap .form-floating > .form-control:focus ~ label::after,
.strath-bootstrap
  .form-floating
  > .form-control:not(:placeholder-shown)
  ~ label::after,
.strath-bootstrap .form-floating > .form-control-plaintext ~ label::after,
.strath-bootstrap .form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.strath-bootstrap .form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.strath-bootstrap .form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.strath-bootstrap .form-floating > :disabled ~ label {
  color: #6c757d;
}
.strath-bootstrap .form-floating > :disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.strath-bootstrap .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.strath-bootstrap .input-group > .form-control,
.strath-bootstrap .input-group > .form-select,
.strath-bootstrap .input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.strath-bootstrap .input-group > .form-control:focus,
.strath-bootstrap .input-group > .form-select:focus,
.strath-bootstrap .input-group > .form-floating:focus-within {
  z-index: 5;
}
.strath-bootstrap .input-group .btn {
  position: relative;
  z-index: 2;
}
.strath-bootstrap .input-group .btn:focus {
  z-index: 5;
}
.strath-bootstrap .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.strath-bootstrap .input-group-lg > .form-control,
.strath-bootstrap .input-group-lg > .form-select,
.strath-bootstrap .input-group-lg > .input-group-text,
.strath-bootstrap .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.strath-bootstrap .input-group-sm > .form-control,
.strath-bootstrap .input-group-sm > .form-select,
.strath-bootstrap .input-group-sm > .input-group-text,
.strath-bootstrap .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.strath-bootstrap .input-group-lg > .form-select,
.strath-bootstrap .input-group-sm > .form-select {
  padding-right: 3rem;
}
.strath-bootstrap
  .input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ),
.strath-bootstrap
  .input-group:not(.has-validation)
  > .dropdown-toggle:nth-last-child(n + 3),
.strath-bootstrap
  .input-group:not(.has-validation)
  > .form-floating:not(:last-child)
  > .form-control,
.strath-bootstrap
  .input-group:not(.has-validation)
  > .form-floating:not(:last-child)
  > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.strath-bootstrap
  .input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ),
.strath-bootstrap
  .input-group.has-validation
  > .dropdown-toggle:nth-last-child(n + 4),
.strath-bootstrap
  .input-group.has-validation
  > .form-floating:nth-last-child(n + 3)
  > .form-control,
.strath-bootstrap
  .input-group.has-validation
  > .form-floating:nth-last-child(n + 3)
  > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.strath-bootstrap
  .input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.strath-bootstrap
  .input-group
  > .form-floating:not(:first-child)
  > .form-control,
.strath-bootstrap
  .input-group
  > .form-floating:not(:first-child)
  > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.strath-bootstrap .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
.strath-bootstrap .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.strath-bootstrap .was-validated :valid ~ .valid-feedback,
.strath-bootstrap .was-validated :valid ~ .valid-tooltip,
.strath-bootstrap .is-valid ~ .valid-feedback,
.strath-bootstrap .is-valid ~ .valid-tooltip {
  display: block;
}
.strath-bootstrap .was-validated .form-control:valid,
.strath-bootstrap .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.strath-bootstrap .was-validated .form-control:valid:focus,
.strath-bootstrap .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.strath-bootstrap .was-validated textarea.form-control:valid,
.strath-bootstrap textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.strath-bootstrap .was-validated .form-select:valid,
.strath-bootstrap .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.strath-bootstrap .was-validated .form-select:valid:not([multiple]):not([size]),
.strath-bootstrap .was-validated .form-select:valid:not([multiple])[size="1"],
.strath-bootstrap .form-select.is-valid:not([multiple]):not([size]),
.strath-bootstrap .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.strath-bootstrap .was-validated .form-select:valid:focus,
.strath-bootstrap .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.strath-bootstrap .was-validated .form-control-color:valid,
.strath-bootstrap .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.strath-bootstrap .was-validated .form-check-input:valid,
.strath-bootstrap .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.strath-bootstrap .was-validated .form-check-input:valid:checked,
.strath-bootstrap .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.strath-bootstrap .was-validated .form-check-input:valid:focus,
.strath-bootstrap .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.strath-bootstrap .was-validated .form-check-input:valid ~ .form-check-label,
.strath-bootstrap .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.strath-bootstrap .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.strath-bootstrap .was-validated .input-group > .form-control:not(:focus):valid,
.strath-bootstrap .input-group > .form-control:not(:focus).is-valid,
.strath-bootstrap .was-validated .input-group > .form-select:not(:focus):valid,
.strath-bootstrap .input-group > .form-select:not(:focus).is-valid,
.strath-bootstrap
  .was-validated
  .input-group
  > .form-floating:not(:focus-within):valid,
.strath-bootstrap .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.strath-bootstrap .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
.strath-bootstrap .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.strath-bootstrap .was-validated :invalid ~ .invalid-feedback,
.strath-bootstrap .was-validated :invalid ~ .invalid-tooltip,
.strath-bootstrap .is-invalid ~ .invalid-feedback,
.strath-bootstrap .is-invalid ~ .invalid-tooltip {
  display: block;
}
.strath-bootstrap .was-validated .form-control:invalid,
.strath-bootstrap .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.strath-bootstrap .was-validated .form-control:invalid:focus,
.strath-bootstrap .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.strath-bootstrap .was-validated textarea.form-control:invalid,
.strath-bootstrap textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.strath-bootstrap .was-validated .form-select:invalid,
.strath-bootstrap .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.strath-bootstrap
  .was-validated
  .form-select:invalid:not([multiple]):not([size]),
.strath-bootstrap .was-validated .form-select:invalid:not([multiple])[size="1"],
.strath-bootstrap .form-select.is-invalid:not([multiple]):not([size]),
.strath-bootstrap .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.strath-bootstrap .was-validated .form-select:invalid:focus,
.strath-bootstrap .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.strath-bootstrap .was-validated .form-control-color:invalid,
.strath-bootstrap .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.strath-bootstrap .was-validated .form-check-input:invalid,
.strath-bootstrap .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.strath-bootstrap .was-validated .form-check-input:invalid:checked,
.strath-bootstrap .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.strath-bootstrap .was-validated .form-check-input:invalid:focus,
.strath-bootstrap .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.strath-bootstrap .was-validated .form-check-input:invalid ~ .form-check-label,
.strath-bootstrap .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.strath-bootstrap .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.strath-bootstrap
  .was-validated
  .input-group
  > .form-control:not(:focus):invalid,
.strath-bootstrap .input-group > .form-control:not(:focus).is-invalid,
.strath-bootstrap
  .was-validated
  .input-group
  > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.strath-bootstrap
  .was-validated
  .input-group
  > .form-floating:not(:focus-within):invalid,
.strath-bootstrap .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.strath-bootstrap .btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: var(--bs-body-font-family);
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem
    rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-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 (prefers-reduced-motion: reduce) {
  .strath-bootstrap .btn {
    transition: none;
  }
}
.strath-bootstrap .btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  text-decoration: none;
  outline: 2px solid white;
}

.strath-bootstrap .btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.strath-bootstrap .btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.strath-bootstrap .btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.strath-bootstrap .btn-check:checked + .btn,
.strath-bootstrap :not(.btn-check) + .btn:active,
.strath-bootstrap .btn:first-child:active,
.strath-bootstrap .btn.active,
.strath-bootstrap .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.strath-bootstrap .btn-check:checked + .btn:focus-visible,
.strath-bootstrap :not(.btn-check) + .btn:active:focus-visible,
.strath-bootstrap .btn:first-child:active:focus-visible,
.strath-bootstrap .btn.active:focus-visible,
.strath-bootstrap .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.strath-bootstrap .btn:disabled,
.strath-bootstrap .btn.disabled,
.strath-bootstrap fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.strath-bootstrap .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #01676a;
  --bs-btn-border-color: #01676a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #015f63;
  --bs-btn-hover-border-color: #015356;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #01676a;
  --bs-btn-active-border-color: #01676a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #01676a;
  --bs-btn-disabled-border-color: #01676a;
  box-shadow: 0 0 0 2px #01676a;
  font-weight: 700;
  border-radius: 20px;
}
.strath-bootstrap .btn-primary:hover,
.strath-bootstrap .btn-primary:focus-visible {
  box-shadow: none;
  background: white !important;
  color: #013637 !important;
  outline: 2px solid #013637;
}
.strath-bootstrap .btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.strath-bootstrap .btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}
.strath-bootstrap .btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}
.strath-bootstrap .btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
.strath-bootstrap .btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
.strath-bootstrap .btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}
.strath-bootstrap .btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}
.strath-bootstrap .btn-pink {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e11a75;
  --bs-btn-border-color: #e11a75;
  --bs-btn-hover-color: #e11a75;
  --bs-btn-hover-bg: white;
  /* --bs-btn-hover-border-color: #e11a75; */
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e11a75;
  --bs-btn-active-border-color: #e11a75;
  /* --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); */
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e11a75;
  /* --bs-btn-disabled-border-color: #e11a75;    */
  font-weight: 700;
  border-radius: 20px;
}
.strath-bootstrap .btn-pink:hover,
.strath-bootstrap .btn-pink:focus-visible {
  border: 2px solid #e11a75;
}
.strath-bootstrap .btn-transparent {
  --bs-btn-color: #fff;
  padding: 0 1rem;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  font-size: 1.1rem;
  /* --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529; */
}
.strath-bootstrap .btn-transparent:hover {
  --bs-btn-color: #fff;
  --bs-btn-bg: transparent;
}

.strath-bootstrap .btn-outline-primary {
  --bs-btn-color: #01676a;
  --bs-btn-border-color: #01676a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #013637;
  --bs-btn-hover-border-color: #013637;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #01676a;
  --bs-btn-active-border-color: #01676a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #01676a;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-bg-color: transparent;
  --bs-btn-disabled-border-color: #01676a;
  --bs-gradient: none;
  box-shadow: 0 0 0 2px #01676a;
  border-radius: 20px;
}
.strath-bootstrap .btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}
.strath-bootstrap .btn-outline-white {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #01676a;
  --bs-btn-hover-color: #01676a;
  --bs-btn-hover-bg: #ffffff !important;
  --bs-btn-hover-border-color: #ffffff;
  font-weight: bold;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #01676a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #01676a;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #01676a;
  --bs-gradient: none;
  box-shadow: 0 0 0 2px #fff;
  border-radius: 20px;
}
.strath-bootstrap .btn-outline-white:focus-visible {
  color: #01676a !important;
  background-color: white !important;
  outline: 2px solid #013637;
}
.strath-bootstrap .btn-tertiary {
  --bs-btn-color: #01676a;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #01676a;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #01676a;
  /* --bs-btn-hover-border-color: #e11a75; */
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #01676a;
  --bs-btn-active-border-color: #01676a;
  /* --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); */
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #01676a;
  /* --bs-btn-disabled-border-color: #e11a75;    */
  font-weight: 700;
  border-radius: 20px;
  border: 1px solid #01676a;
}

.strath-bootstrap .btn-white {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #01676a;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-hover-font-weight: bold;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #01676a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #01676a;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #01676a;
  --bs-gradient: none;
  box-shadow: 0 0 0 2px #fff;
  border-radius: 20px;
  font-weight: bold;
}
.strath-bootstrap .btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}
.strath-bootstrap .btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}
.strath-bootstrap .btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}
.strath-bootstrap .btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}
.strath-bootstrap .btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}
.strath-bootstrap .btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}
.strath-bootstrap .btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.strath-bootstrap .btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.strath-bootstrap .btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.strath-bootstrap .btn-lg,
.strath-bootstrap .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.strath-bootstrap .btn-sm,
.strath-bootstrap .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.strath-bootstrap .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.strath-bootstrap .fade:not(.show) {
  opacity: 0;
}
.strath-bootstrap .collapse:not(.show) {
  display: none;
}
.strath-bootstrap .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.strath-bootstrap .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.strath-bootstrap .dropup,
.strath-bootstrap .dropend,
.strath-bootstrap .dropdown,
.strath-bootstrap .dropstart,
.strath-bootstrap .dropup-center,
.strath-bootstrap .dropdown-center {
  position: relative;
}

.strath-bootstrap .dropdown-toggle {
  white-space: nowrap;
}
.strath-bootstrap .dropdown-toggle::after {
  display: none !important;
}

.strath-bootstrap .dropdown-toggle:empty::after {
  margin-left: 0;
}
.strath-bootstrap .dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(
    var(--bs-border-radius) - var(--bs-border-width)
  );
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.strath-bootstrap .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.strath-bootstrap .dropdown-menu-start {
  --bs-position: start;
}
.strath-bootstrap .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.strath-bootstrap .dropdown-menu-end {
  --bs-position: end;
}
.strath-bootstrap .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .strath-bootstrap .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .strath-bootstrap .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .strath-bootstrap .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .strath-bootstrap .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .strath-bootstrap .dropdown-menu-md-end {
    --bs-position: end;
  }
  .strath-bootstrap .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .strath-bootstrap .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .strath-bootstrap .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .strath-bootstrap .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .strath-bootstrap .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .strath-bootstrap .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .strath-bootstrap .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .strath-bootstrap .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .strath-bootstrap .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .strath-bootstrap .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.strath-bootstrap .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.strath-bootstrap .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;
}
.strath-bootstrap .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.strath-bootstrap .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.strath-bootstrap .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;
}
.strath-bootstrap .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.strath-bootstrap .dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.strath-bootstrap .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.strath-bootstrap .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.strath-bootstrap .dropstart .dropdown-toggle::after {
  display: none;
}
.strath-bootstrap .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;
}
.strath-bootstrap .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.strath-bootstrap .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.strath-bootstrap .dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.strath-bootstrap .dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.strath-bootstrap .dropdown-item:hover,
.strath-bootstrap .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.strath-bootstrap .dropdown-item.active,
.strath-bootstrap .dropdown-item:active {
  color: var(--bs-dropdown-header-color);
  text-decoration: none;
  background-color: white;
}
.strath-bootstrap .dropdown-item.disabled,
.strath-bootstrap .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.strath-bootstrap .dropdown-menu.show {
  display: block;
}
.strath-bootstrap .dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y)
    var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.strath-bootstrap .dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.strath-bootstrap .dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.strath-bootstrap .btn-group,
.strath-bootstrap .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.strath-bootstrap .btn-group > .btn,
.strath-bootstrap .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.strath-bootstrap .btn-group > .btn-check:checked + .btn,
.strath-bootstrap .btn-group > .btn-check:focus + .btn,
.strath-bootstrap .btn-group > .btn:hover,
.strath-bootstrap .btn-group > .btn:focus,
.strath-bootstrap .btn-group > .btn:active,
.strath-bootstrap .btn-group > .btn.active,
.strath-bootstrap .btn-group-vertical > .btn-check:checked + .btn,
.strath-bootstrap .btn-group-vertical > .btn-check:focus + .btn,
.strath-bootstrap .btn-group-vertical > .btn:hover,
.strath-bootstrap .btn-group-vertical > .btn:focus,
.strath-bootstrap .btn-group-vertical > .btn:active,
.strath-bootstrap .btn-group-vertical > .btn.active {
  z-index: 1;
}
.strath-bootstrap .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.strath-bootstrap .btn-toolbar .input-group {
  width: auto;
}
.strath-bootstrap .btn-group {
  border-radius: var(--bs-border-radius);
}
.strath-bootstrap .btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.strath-bootstrap .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.strath-bootstrap .btn-group > .btn.dropdown-toggle-split:first-child,
.strath-bootstrap .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.strath-bootstrap .btn-group > .btn:nth-child(n + 3),
.strath-bootstrap .btn-group > :not(.btn-check) + .btn,
.strath-bootstrap .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.strath-bootstrap .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.strath-bootstrap .dropdown-toggle-split::after,
.strath-bootstrap .dropup .dropdown-toggle-split::after,
.strath-bootstrap .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.strath-bootstrap .dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.strath-bootstrap .btn-sm + .dropdown-toggle-split,
.strath-bootstrap .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.strath-bootstrap .btn-lg + .dropdown-toggle-split,
.strath-bootstrap .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.strath-bootstrap .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.strath-bootstrap .btn-group-vertical > .btn,
.strath-bootstrap .btn-group-vertical > .btn-group {
  width: 100%;
}
.strath-bootstrap .btn-group-vertical > .btn:not(:first-child),
.strath-bootstrap .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.strath-bootstrap
  .btn-group-vertical
  > .btn:not(:last-child):not(.dropdown-toggle),
.strath-bootstrap .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.strath-bootstrap .btn-group-vertical > .btn ~ .btn,
.strath-bootstrap .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.strath-bootstrap .nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.strath-bootstrap .nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: bold;
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  font-family: var(--bs-font-family-headings);
  font-weight: bold;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.strath-bootstrap .nav-link:hover,
.strath-bootstrap .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.strath-bootstrap .nav-link:focus-visible {
  outline: 0;

  color: white;
  background-color: transparent !important;
  /* border-radius: 20px 20px 0 0; */
  text-decoration: underline;
  text-underline-position: below;
}

.strath-bootstrap .nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.strath-bootstrap .nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg)
    var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color)
    var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid
    var(--bs-nav-tabs-border-color);
}
.strath-bootstrap .nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.strath-bootstrap .nav-tabs .nav-link:hover,
.strath-bootstrap .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.strath-bootstrap .nav-tabs .nav-link.disabled,
.strath-bootstrap .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.strath-bootstrap .nav-tabs .nav-link.active,
.strath-bootstrap .nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.strath-bootstrap .nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.strath-bootstrap .nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.strath-bootstrap .nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.strath-bootstrap .nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.strath-bootstrap .nav-pills .nav-link.active,
.strath-bootstrap .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.strath-bootstrap .nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.strath-bootstrap .nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.strath-bootstrap .nav-underline .nav-link:hover,
.strath-bootstrap .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.strath-bootstrap .nav-underline .nav-link.active,
.strath-bootstrap .nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.strath-bootstrap .nav-fill > .nav-link,
.strath-bootstrap .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.strath-bootstrap .nav-justified > .nav-link,
.strath-bootstrap .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.strath-bootstrap .nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.strath-bootstrap .tab-content > .tab-pane {
  display: none;
}
.strath-bootstrap .tab-content > .active {
  display: block;
}
.strath-bootstrap .navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-icon-bg-dark: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23002b5c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.strath-bootstrap .navbar > .container,
.strath-bootstrap .navbar > .container-fluid,
.strath-bootstrap .navbar > .container-sm,
.strath-bootstrap .navbar > .container-md,
.strath-bootstrap .navbar > .container-lg,
.strath-bootstrap .navbar > .container-xl,
.strath-bootstrap .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.strath-bootstrap .navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.strath-bootstrap .navbar-brand:hover,
.navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.strath-bootstrap .navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .strath-bootstrap .navbar-nav {
    display: absolute;
    align-items: flex-end;
  }
}

.strath-bootstrap .navbar-nav .nav-link.active,
.strath-bootstrap .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.strath-bootstrap .navbar-nav .dropdown-menu {
  position: static;
}
.strath-bootstrap .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.strath-bootstrap .navbar-text a,
.strath-bootstrap .navbar-text a:hover,
.strath-bootstrap .navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
.strath-bootstrap .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.strath-bootstrap .navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
.strath-bootstrap .navbar-toggler:focus-within {
  border: 1px white;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.strath-bootstrap .navbar-toggler:hover {
  text-decoration: underline;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width) rgba(255, 255, 255, 1);
}
.strath-bootstrap .navbar-toggler:focus {
  text-decoration: underline;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width) rgba(255, 255, 255, 1);
}
.strath-bootstrap .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.strath-bootstrap .navbar-toggler-icon-dark {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg-dark);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.strath-bootstrap .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .strath-bootstrap .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .strath-bootstrap .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .strath-bootstrap .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .strath-bootstrap .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .strath-bootstrap .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .strath-bootstrap .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .strath-bootstrap .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .strath-bootstrap .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .strath-bootstrap .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .strath-bootstrap .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .strath-bootstrap .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .strath-bootstrap .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .strath-bootstrap .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .strath-bootstrap .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .strath-bootstrap .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .strath-bootstrap .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .strath-bootstrap .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .strath-bootstrap .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .strath-bootstrap .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .strath-bootstrap .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    color: #002b5c;
    background-color: white;
    border-radius: 20px 20px 0 0;
    text-decoration: none;
    /* padding: 0.5rem 1.5rem 1rem; */
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    font-size: 1rem;
    font-family: var(--bs-body-font-family);
    margin-top: 0;
  }
  .strath-bootstrap .navbar-expand-lg .navbar-nav .dropdown-menu li {
    border-bottom: 1px solid #e9ecef;
    margin-right: 0;
    padding-right: 2rem;
    margin-top: 0;
  }
  .strath-bootstrap
    .navbar-expand-lg
    .navbar-nav
    .dropdown-menu
    li
    a:focus-visible {
    outline: none !important;
    text-decoration: underline !important;
  }
  .strath-bootstrap .navbar-expand-lg .navbar-nav .nav-item {
    font-weight: bold;
    color: #002b5c;
    padding: 0;
  }
  .strath-bootstrap
    .navbar-expand-lg
    .navbar-nav:has(~ .dropdown-menu.show)
    .nav-item
    a
    i {
    text-decoration: none;
  }

  .strath-bootstrap
    .navbar-expand-lg
    .navbar-nav
    .dropdown-menu.show
    li:last-child {
    border-bottom: 0;
  }
  .strath-bootstrap
    .navbar-expand-lg
    .navbar-nav
    .dropdown-menu.show
    li:last-child {
    border-bottom: 0;
  }
  .strath-bootstrap .navbar-expand-lg .navbar-nav .dropdown-menu.show li a {
    display: block;
    color: #002b5c;
    font-size: 0.9rem;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    padding: 0.5rem 1.5rem 1rem;
  }

  .strath-bootstrap
    .navbar-expand-lg
    .navbar-nav
    .dropdown-menu.show
    li:first-child
    a {
    padding: 0.5rem 1.5rem 1rem 0;
  }
  .strath-bootstrap
    .navbar-expand-lg
    .navbar-nav.staffstudents
    .dropdown-menu.show
    li:first-child
    a {
    padding: 0.5rem 1.5rem 1rem;
  }

  .strath-bootstrap
    .navbar-expand-lg
    .navbar-nav
    .dropdown-menu
    li
    a:focus-visible {
    background-color: transparent !important;
  }
  .strath-bootstrap .navbar-expand-lg .navbar-nav .dropdown-menu li a:hover,
  .strath-bootstrap
    .navbar-expand-lg
    .navbar-nav
    .dropdown-menu
    li
    a:focus-visible {
    text-decoration: underline;
  }
  .strath-bootstrap
    .navbar-expand-lg
    .navbar-nav
    .dropdown-menu
    li
    a:focus-visible {
    color: #002b5c !important;
  }
  .strath-bootstrap
    .navbar-expand-lg
    .navbar-nav
    .dropdown-menu
    .dropdown-item
    li {
    /* border-bottom: 1px solid red !important; */
    margin-right: 0;
    padding-right: 2rem;
  }
  .strath-bootstrap
    .navbar-expand-lg
    .navbar-nav
    .dropdown-menu
    .dropdown-item
    li
    a {
    display: block;
    color: #002b5c;
    font-size: 0.9rem;
    padding: 0.5rem 0;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
  }
  .strath-bootstrap
    .navbar-expand-lg
    .navbar-nav
    .dropdown-menu
    .dropdown-item
    li:hover {
    text-decoration: underline;
  }

  .strath-bootstrap .site-header.home .navbar-expand-lg .navbar-nav .nav-link {
    margin-top: 16px;

    /* padding-right: var(--bs-navbar-nav-link-padding-x); */
    padding-right: 5px;
    padding-left: var(--bs-navbar-nav-link-padding-x);
    color: white;
    font-weight: bold;
    text-decoration: none;
    outline: 0;
  }
  .strath-bootstrap
    .site-header.fixed-width
    .navbar-expand-lg
    .navbar-nav
    .nav-link {
    margin-top: 16px;
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
    color: #002b5c;
    font-weight: bold;
    text-decoration: none;
    outline: 0;
  }
  .strath-bootstrap
    .site-header.full-width
    .navbar-expand-lg
    .navbar-nav
    .nav-link {
    margin-top: 16px;
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
    color: #002b5c;
    font-weight: bold;
    text-decoration: none;
    outline: 0;
  }
  .strath-bootstrap .navbar-expand-lg .navbar-nav .nav-link:hover {
    text-decoration: underline;
  }
  @media (min-width: 992px) and (max-width: 1280px) {
    .strath-bootstrap .navbar-expand-lg .site-search-inner form .search-label {
      display: block;
    }
  }

  /* .strath-bootstrap .navbar-expand-lg .navbar-nav .nav-link:focus-within {
    border-radius: 0;
    -webkit-box-shadow: inset 0px 0px 0px 10px #ffffff;
    -moz-box-shadow: inset 0px 0px 0px 10px #ffffff;
    box-shadow: inset 0px 0px 0px 10px #ffffff;
     background:white;
    color:#002b5c!important;    
  } */
  .strath-bootstrap .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .strath-bootstrap .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .strath-bootstrap .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .strath-bootstrap .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .strath-bootstrap .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .strath-bootstrap .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    margin: 5px 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .strath-bootstrap .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .strath-bootstrap .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .strath-bootstrap .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .strath-bootstrap .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .strath-bootstrap .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .strath-bootstrap .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .strath-bootstrap .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .strath-bootstrap .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .strath-bootstrap .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .strath-bootstrap .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .strath-bootstrap .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .strath-bootstrap .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .strath-bootstrap .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .strath-bootstrap .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .strath-bootstrap .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .strath-bootstrap .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .strath-bootstrap .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .strath-bootstrap .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.strath-bootstrap .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.strath-bootstrap .navbar-expand .navbar-nav {
  flex-direction: row;
}
.strath-bootstrap .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.strath-bootstrap .navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.strath-bootstrap .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.strath-bootstrap .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.strath-bootstrap .navbar-expand .navbar-toggler {
  display: none;
}
.strath-bootstrap .navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.strath-bootstrap .navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.strath-bootstrap .navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.strath-bootstrap .navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.strath-bootstrap [data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.strath-bootstrap .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.strath-bootstrap .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.strath-bootstrap .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.strath-bootstrap .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.strath-bootstrap .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.strath-bootstrap .card > .card-header + .list-group,
.strath-bootstrap .card > .list-group + .card-footer {
  border-top: 0;
}
.strath-bootstrap .card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.strath-bootstrap .card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.strath-bootstrap .card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.strath-bootstrap .card-text:last-child {
  margin-bottom: 0;
}
.strath-bootstrap .card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.strath-bootstrap .card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.strath-bootstrap .card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius)
    var(--bs-card-inner-border-radius) 0 0;
}
.strath-bootstrap .card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.strath-bootstrap .card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius)
    var(--bs-card-inner-border-radius);
}
.strath-bootstrap .card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.strath-bootstrap .card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.strath-bootstrap .card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.strath-bootstrap .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.strath-bootstrap .card-img,
.strath-bootstrap .card-img-top,
.strath-bootstrap .card-img-bottom {
  width: 100%;
}
.strath-bootstrap .card-img,
.strath-bootstrap .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.strath-bootstrap .card-img,
.strath-bootstrap .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.strath-bootstrap .card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .strath-bootstrap .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .strath-bootstrap .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .strath-bootstrap .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .strath-bootstrap .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .strath-bootstrap .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .strath-bootstrap .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .strath-bootstrap .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .strath-bootstrap .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.strath-bootstrap .accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  /* --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); */
  --bs-accordion-btn-icon:
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  /* --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); */
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.strath-bootstrap .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.strath-bootstrap .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}
.strath-bootstrap .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.strath-bootstrap .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.strath-bootstrap .accordion-button:hover {
  z-index: 2;
}
.strath-bootstrap .accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  /* box-shadow: var(--bs-accordion-btn-focus-box-shadow); */
}
.strath-bootstrap .accordion-header {
  margin-bottom: 0;
}
.strath-bootstrap .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
}
.strath-bootstrap .accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.strath-bootstrap .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.strath-bootstrap .accordion-item:not(:first-of-type) {
  border-top: 0;
}
.strath-bootstrap .accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.strath-bootstrap .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.strath-bootstrap .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.strath-bootstrap .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.strath-bootstrap .accordion-flush .accordion-collapse {
  border-width: 0;
}
.strath-bootstrap .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.strath-bootstrap .accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.strath-bootstrap .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.strath-bootstrap .accordion-flush .accordion-item .accordion-button,
.strath-bootstrap .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
.strath-bootstrap [data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.strath-bootstrap .breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 0;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.strath-bootstrap .breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.strath-bootstrap .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/")
    /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.strath-bootstrap .breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.strath-bootstrap .pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.strath-bootstrap .page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid
    var(--bs-pagination-border-color);
  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 (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.strath-bootstrap .page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.strath-bootstrap .page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.strath-bootstrap .page-link.active,
.strath-bootstrap .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.strath-bootstrap .page-link.disabled,
.strath-bootstrap .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.strath-bootstrap .page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.strath-bootstrap .page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.strath-bootstrap .page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.strath-bootstrap .pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.strath-bootstrap .pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.strath-bootstrap .badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.strath-bootstrap .badge:empty {
  display: none;
}
.strath-bootstrap .btn .badge {
  position: relative;
  top: -1px;
}
.strath-bootstrap .alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.strath-bootstrap .alert-heading {
  color: inherit;
}
.strath-bootstrap .alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.strath-bootstrap .alert-dismissible {
  padding-right: 3rem;
}
.strath-bootstrap .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.strath-bootstrap .alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.strath-bootstrap .alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.strath-bootstrap .alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.strath-bootstrap .alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}
.strath-bootstrap .alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.strath-bootstrap .alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.strath-bootstrap .alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.strath-bootstrap .alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.strath-bootstrap .progress,
.strath-bootstrap .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.strath-bootstrap .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.strath-bootstrap .progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.strath-bootstrap .progress-stacked > .progress {
  overflow: visible;
}
.strath-bootstrap .progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.strath-bootstrap .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.strath-bootstrap .list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.strath-bootstrap .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.strath-bootstrap .list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.strath-bootstrap .list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.strath-bootstrap .list-group-item-action:hover,
.strath-bootstrap .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.strath-bootstrap .list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.strath-bootstrap .list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y)
    var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid
    var(--bs-list-group-border-color);
}

.strath-bootstrap .list-group-item a i {
  font-size: 26px;
  margin-right: 0.5rem;
}
.strath-bootstrap .list-group-item a:hover i {
  text-decoration: underline;
  text-underline-position: under;
}

.strath-bootstrap .list-group-item a:focus-visible i {
  text-decoration: underline;
  color: #fff !important;
  background-color: transparent !important;
  outline: 0;
  text-underline-position: under;
}
.strath-bootstrap .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.strath-bootstrap .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.strath-bootstrap .list-group-item.disabled,
.strath-bootstrap .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.strath-bootstrap .list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.strath-bootstrap .list-group-item + .list-group-item {
  border-top-width: 0;
}
.strath-bootstrap .list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.strath-bootstrap .list-group-horizontal {
  flex-direction: row;
}
@media (min-resolution: 400dpi) {
  .strath-bootstrap .list-group-horizontal {
    flex-direction: column;
  }
}
.strath-bootstrap
  .list-group-horizontal
  > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.strath-bootstrap
  .list-group-horizontal
  > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.strath-bootstrap .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.strath-bootstrap .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.strath-bootstrap
  .list-group-horizontal
  > .list-group-item
  + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .strath-bootstrap
    .list-group-horizontal-sm
    > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .strath-bootstrap
    .list-group-horizontal-sm
    > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .strath-bootstrap .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .strath-bootstrap
    .list-group-horizontal-sm
    > .list-group-item
    + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .strath-bootstrap
    .list-group-horizontal-sm
    > .list-group-item
    + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .strath-bootstrap
    .list-group-horizontal-md
    > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .strath-bootstrap
    .list-group-horizontal-md
    > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .strath-bootstrap .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .strath-bootstrap
    .list-group-horizontal-md
    > .list-group-item
    + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .strath-bootstrap
    .list-group-horizontal-md
    > .list-group-item
    + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .strath-bootstrap
    .list-group-horizontal-lg
    > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .strath-bootstrap
    .list-group-horizontal-lg
    > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .strath-bootstrap .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .strath-bootstrap
    .list-group-horizontal-lg
    > .list-group-item
    + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .strath-bootstrap
    .list-group-horizontal-lg
    > .list-group-item
    + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .strath-bootstrap
    .list-group-horizontal-xl
    > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .strath-bootstrap
    .list-group-horizontal-xl
    > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .strath-bootstrap .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .strath-bootstrap
    .list-group-horizontal-xl
    > .list-group-item
    + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .strath-bootstrap
    .list-group-horizontal-xl
    > .list-group-item
    + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .strath-bootstrap
    .list-group-horizontal-xxl
    > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .strath-bootstrap
    .list-group-horizontal-xxl
    > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .strath-bootstrap .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .strath-bootstrap
    .list-group-horizontal-xxl
    > .list-group-item
    + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .strath-bootstrap
    .list-group-horizontal-xxl
    > .list-group-item
    + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.strath-bootstrap .list-group-flush {
  border-radius: 0;
}
.strath-bootstrap .list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.strath-bootstrap .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.strath-bootstrap .list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.strath-bootstrap .list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.strath-bootstrap .list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.strath-bootstrap .list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.strath-bootstrap .list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.strath-bootstrap .list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.strath-bootstrap .list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.strath-bootstrap .list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.strath-bootstrap .btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%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");
  --bs-btn-close-opacity: revert;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

.strath-bootstrap .btn-close-dark {
  --bs-btn-close-color: #000;
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 0.5em;
  height: 0.5em;
  padding: 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent;
  border: 0;
  border-radius: 0.375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
}

.strath-bootstrap .btn-close-dark::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: inherit;
}

.strath-bootstrap .btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.strath-bootstrap .btn-close:focus {
  outline: 0;
  box-shadow: inset 0 0 0 transparent, 0 0 0 3px rgba(0, 43, 92, 0.8);
}
.strath-bootstrap .btn-close:disabled,
.strath-bootstrap .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.strath-bootstrap .btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}
.strath-bootstrap [data-bs-theme="dark"] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}
.strath-bootstrap .toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.strath-bootstrap .toast.showing {
  opacity: 0;
}
.strath-bootstrap .toast:not(.show) {
  display: none;
}
.strath-bootstrap .toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.strath-bootstrap .toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.strath-bootstrap .toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid
    var(--bs-toast-header-border-color);
  border-top-left-radius: calc(
    var(--bs-toast-border-radius) - var(--bs-toast-border-width)
  );
  border-top-right-radius: calc(
    var(--bs-toast-border-radius) - var(--bs-toast-border-width)
  );
}
.strath-bootstrap .toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.strath-bootstrap .toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.strath-bootstrap .modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 700px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(
    var(--bs-border-radius-lg) - (var(--bs-border-width))
  );
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.strath-bootstrap .modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.strath-bootstrap .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;
  }
}
.strath-bootstrap .modal.show .modal-dialog {
  transform: none;
}
.strath-bootstrap .modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.strath-bootstrap .modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.strath-bootstrap .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.strath-bootstrap .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.strath-bootstrap .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.strath-bootstrap .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.strath-bootstrap .modal-content.application {
  background: white;
}
.strath-bootstrap .modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.strath-bootstrap .modal-backdrop.fade {
  opacity: 0;
}
.strath-bootstrap .modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.strath-bootstrap .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid
    var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.strath-bootstrap .modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5)
    calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y))
    calc(-0.5 * var(--bs-modal-header-padding-x))
    calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.strath-bootstrap .modal-header .btn-close.white-background {
  color: var(--bs-teal);
}
.strath-bootstrap .modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.strath-bootstrap .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.strath-bootstrap .modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid
    var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.strath-bootstrap .modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .strath-bootstrap .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .strath-bootstrap .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.strath-bootstrap .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.strath-bootstrap .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.strath-bootstrap .modal-fullscreen .modal-header,
.strath-bootstrap .modal-fullscreen .modal-footer {
  border-radius: 0;
}
.strath-bootstrap .modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (min-resolution: 400dpi) {
  .strath-bootstrap .modal-fullscreen .modal-body {
    overflow-y: inherit;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .strath-bootstrap .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .strath-bootstrap .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .strath-bootstrap .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;
  }
  .strath-bootstrap .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .strath-bootstrap .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .strath-bootstrap .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;
  }
  .strath-bootstrap .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .strath-bootstrap .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .strath-bootstrap .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;
  }
  .strath-bootstrap .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .strath-bootstrap .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .strath-bootstrap .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;
  }
  .strath-bootstrap .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .strath-bootstrap .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .strath-bootstrap .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

.modal.services .modal-body {
  padding: 2% 5% 8% 5%;
}
@media (max-width: 991.98px) {
  .modal.services .modal-body ul {
    margin-bottom: 0;
  }
}
.modal.services .modal-body ul li a {
  color: white;
  font-size: 1.1rem;
  white-space: pre-wrap;
  text-decoration: none;
  line-height: 2rem;
}
.modal.services .modal-body ul li a:hover,
.modal.services .modal-body ul li a:focus-visible {
  background-color: transparent !important;
  outline: 0;
  color: white !important;
  text-decoration: underline;
  text-decoration-color: #ffffff;
  text-underline-position: below;
}
/* .modal.services .modal-body ul li a:focus-visible {
  background-color: transparent !important;
  outline: 0;
  color: white !important;
  text-decoration: underline;
  text-decoration-color: #ffffff;
  text-underline-position: below;
} */
.modal.services .modal-dialog .modal-title {
  color: #ffffff !important;
  text-decoration: none;
  padding: 2% 0 0 6%;
}
.modal.services .modal-dialog .modal-header .btn-close {
  opacity: 1;
  margin: 10px 40px !important;
}
.modal.services .modal-dialog .modal-header .btn-close:hover,
.modal.services .modal-dialog .modal-header .btn-close:focus-visible {
  border: 2px solid #ffffff;
}

.modal.services {
  padding: 2% 0;

  color: white;
}
.modal.services .modal-xl {
  background: linear-gradient(0deg, #002b5c 0%, #017579 100%);
}
/* this is for high-contrast scenarios */
@media screen and (forced-colors: active) {
  .modal.services .modal-xl {
    background-color: #002b5c;
  }
}
/* @media (max-width: 991.98px) {
  .modal.services {
    padding: 2% 0;
  }
} */

@media (min-resolution: 400dpi) {
  .modal.services {
    padding: 0;
  }
}
.modal.services
  .modal-dialog
  .modal-fullscreen
  .modal-content
  .modal-header
  .btn-close {
  opacity: 100%;
  font-size: 1rem;
}

.modal.services
  .modal-dialog
  .modal-fullscreen
  .modal-content
  .modal-header:focus-visible {
  text-decoration: underline;
  text-underline-position: below;
}
.modal.services .modal-dialog .modal-fullscreen .modal-content {
  padding: 0 15%;
}

.strath-bootstrap .tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.strath-bootstrap .tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.strath-bootstrap .tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.strath-bootstrap .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.strath-bootstrap .bs-tooltip-top .tooltip-arrow,
.strath-bootstrap
  .bs-tooltip-auto[data-popper-placement^="top"]
  .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.strath-bootstrap .bs-tooltip-top .tooltip-arrow::before,
.strath-bootstrap
  .bs-tooltip-auto[data-popper-placement^="top"]
  .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height)
    calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.strath-bootstrap

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.strath-bootstrap .bs-tooltip-end .tooltip-arrow::before,
.strath-bootstrap
  .bs-tooltip-auto[data-popper-placement^="right"]
  .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5)
    var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.strath-bootstrap

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.strath-bootstrap .bs-tooltip-bottom .tooltip-arrow::before,
.strath-bootstrap
  .bs-tooltip-auto[data-popper-placement^="bottom"]
  .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5)
    var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.strath-bootstrap

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.strath-bootstrap .bs-tooltip-start .tooltip-arrow::before,
.strath-bootstrap
  .bs-tooltip-auto[data-popper-placement^="left"]
  .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0
    calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.strath-bootstrap

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.strath-bootstrap .popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(
    var(--bs-border-radius-lg) - var(--bs-border-width)
  );
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.strath-bootstrap .popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.strath-bootstrap .popover .popover-arrow::before,
.strath-bootstrap .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.strath-bootstrap .bs-popover-top > .popover-arrow,
.strath-bootstrap
  .bs-popover-auto[data-popper-placement^="top"]
  > .popover-arrow {
  bottom: calc(
    -1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)
  );
}
.strath-bootstrap .bs-popover-top > .popover-arrow::before,
.strath-bootstrap
  .bs-popover-auto[data-popper-placement^="top"]
  > .popover-arrow::before,
.strath-bootstrap .bs-popover-top > .popover-arrow::after,
.strath-bootstrap
  .bs-popover-auto[data-popper-placement^="top"]
  > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height)
    calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.strath-bootstrap .bs-popover-top > .popover-arrow::before,
.strath-bootstrap
  .bs-popover-auto[data-popper-placement^="top"]
  > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.strath-bootstrap .bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.strath-bootstrap

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(
    -1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)
  );
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.strath-bootstrap .bs-popover-end > .popover-arrow::before,
.strath-bootstrap
  .bs-popover-auto[data-popper-placement^="right"]
  > .popover-arrow::before,
.strath-bootstrap .bs-popover-end > .popover-arrow::after,
.strath-bootstrap
  .bs-popover-auto[data-popper-placement^="right"]
  > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5)
    var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.strath-bootstrap .bs-popover-end > .popover-arrow::before,
.strath-bootstrap
  .bs-popover-auto[data-popper-placement^="right"]
  > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.strath-bootstrap .bs-popover-end > .popover-arrow::after,
.strath-bootstrap
  .bs-popover-auto[data-popper-placement^="right"]
  > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.strath-bootstrap

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(
    -1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)
  );
}
.strath-bootstrap .bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5)
    var(--bs-popover-arrow-height);
}
.strath-bootstrap .bs-popover-bottom > .popover-arrow::before,
.strath-bootstrap
  .bs-popover-auto[data-popper-placement^="bottom"]
  > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.strath-bootstrap .bs-popover-bottom > .popover-arrow::after,
.strath-bootstrap
  .bs-popover-auto[data-popper-placement^="bottom"]
  > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.strath-bootstrap .bs-popover-bottom .popover-header::before,
.strath-bootstrap
  .bs-popover-auto[data-popper-placement^="bottom"]
  .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid
    var(--bs-popover-header-bg);
}
.strath-bootstrap

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(
    -1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)
  );
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.strath-bootstrap .bs-popover-start > .popover-arrow::before,
.strath-bootstrap
  .bs-popover-auto[data-popper-placement^="left"]
  > .popover-arrow::before,
.strath-bootstrap .bs-popover-start > .popover-arrow::after,
.strath-bootstrap
  .bs-popover-auto[data-popper-placement^="left"]
  > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0
    calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.strath-bootstrap .bs-popover-start > .popover-arrow::before,
.strath-bootstrap
  .bs-popover-auto[data-popper-placement^="left"]
  > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.strath-bootstrap .bs-popover-start > .popover-arrow::after,
.strath-bootstrap
  .bs-popover-auto[data-popper-placement^="left"]
  > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.strath-bootstrap

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid
    var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.strath-bootstrap .popover-header:empty {
  display: none;
}
.strath-bootstrap .popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.strath-bootstrap .carousel {
  position: relative;
}
.strath-bootstrap .carousel.pointer-event {
  touch-action: pan-y;
}
.strath-bootstrap .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.strath-bootstrap .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.strath-bootstrap .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.strath-bootstrap .carousel-item.active,
.strath-bootstrap .carousel-item-next,
.strath-bootstrap .carousel-item-prev {
  display: block;
}
.strath-bootstrap .carousel-item-next:not(.carousel-item-start),
.strath-bootstrap .active.carousel-item-end {
  transform: translateX(100%);
}
.strath-bootstrap .carousel-item-prev:not(.carousel-item-end),
.strath-bootstrap .active.carousel-item-start {
  transform: translateX(-100%);
}
.strath-bootstrap .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.strath-bootstrap .carousel-fade .carousel-item.active,
.strath-bootstrap .carousel-fade .carousel-item-next.carousel-item-start,
.strath-bootstrap .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.strath-bootstrap .carousel-fade .active.carousel-item-start,
.strath-bootstrap .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;
  }
}
.strath-bootstrap .carousel-control-prev,
.strath-bootstrap .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;
  }
}
.strath-bootstrap .carousel-control-prev:hover,
.strath-bootstrap .carousel-control-prev:focus,
.strath-bootstrap .carousel-control-next:hover,
.strath-bootstrap .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.strath-bootstrap .carousel-control-prev {
  left: 0;
}
.strath-bootstrap .carousel-control-next {
  right: 0;
}
.strath-bootstrap .carousel-control-prev-icon,
.strath-bootstrap .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.strath-bootstrap

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } .strath-bootstrap ]
} .strath-bootstrap */
.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");
}
.strath-bootstrap .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");
}
.strath-bootstrap .carousel-indicators {
  position: absolute;
  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%;
}
.strath-bootstrap .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;
  }
}
.strath-bootstrap .carousel-indicators .active {
  opacity: 1;
}
.strath-bootstrap .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.strath-bootstrap .carousel-dark .carousel-control-prev-icon,
.strath-bootstrap .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.strath-bootstrap .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.strath-bootstrap .carousel-dark .carousel-caption {
  color: #000;
}
.strath-bootstrap [data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel .carousel-control-next-icon,
[data-bs-theme="dark"].carousel .carousel-control-prev-icon,
[data-bs-theme="dark"].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.strath-bootstrap
  [data-bs-theme="dark"]
  .carousel
  .carousel-indicators
  [data-bs-target],
[data-bs-theme="dark"].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.strath-bootstrap [data-bs-theme="dark"] .carousel .carousel-caption,
[data-bs-theme="dark"].carousel .carousel-caption {
  color: #000;
}
.strath-bootstrap .spinner-grow,
.strath-bootstrap .spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite
    var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.strath-bootstrap .spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.strath-bootstrap .spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.strath-bootstrap .spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.strath-bootstrap .spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .strath-bootstrap .spinner-border,
  .strath-bootstrap .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.strath-bootstrap .offcanvas,
.strath-bootstrap .offcanvas-xxl,
.strath-bootstrap .offcanvas-xl,
.strath-bootstrap .offcanvas-lg,
.strath-bootstrap .offcanvas-md,
.strath-bootstrap .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);

  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
  .strath-bootstrap .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .strath-bootstrap .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .strath-bootstrap .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 575.98px) {
  .strath-bootstrap .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 575.98px) {
  .strath-bootstrap .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 575.98px) {
  .strath-bootstrap .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 575.98px) {
  .strath-bootstrap .offcanvas-sm.showing,
  .strath-bootstrap .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .strath-bootstrap .offcanvas-sm.showing,
  .strath-bootstrap .offcanvas-sm.hiding,
  .strath-bootstrap .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .strath-bootstrap .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .strath-bootstrap .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .strath-bootstrap .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .strath-bootstrap .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .strath-bootstrap .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 767.98px) {
  .strath-bootstrap .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 767.98px) {
  .strath-bootstrap .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 767.98px) {
  .strath-bootstrap .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 767.98px) {
  .strath-bootstrap .offcanvas-md.showing,
  .strath-bootstrap .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .strath-bootstrap .offcanvas-md.showing,
  .strath-bootstrap .offcanvas-md.hiding,
  .strath-bootstrap .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .strath-bootstrap .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .strath-bootstrap .offcanvas-md .offcanvas-header {
    display: none;
  }
  .strath-bootstrap .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .strath-bootstrap .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .strath-bootstrap .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .strath-bootstrap .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 991.98px) {
  .strath-bootstrap .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 991.98px) {
  .strath-bootstrap .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 991.98px) {
  .strath-bootstrap .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 991.98px) {
  .strath-bootstrap .offcanvas-lg.showing,
  .strath-bootstrap .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .strath-bootstrap .offcanvas-lg.showing,
  .strath-bootstrap .offcanvas-lg.hiding,
  .strath-bootstrap .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .strath-bootstrap .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .strath-bootstrap .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .strath-bootstrap .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .strath-bootstrap .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .strath-bootstrap .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .strath-bootstrap .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1199.98px) {
  .strath-bootstrap .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1199.98px) {
  .strath-bootstrap .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1199.98px) {
  .strath-bootstrap .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1199.98px) {
  .strath-bootstrap .offcanvas-xl.showing,
  .strath-bootstrap .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .strath-bootstrap .offcanvas-xl.showing,
  .strath-bootstrap .offcanvas-xl.hiding,
  .strath-bootstrap .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .strath-bootstrap .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .strath-bootstrap .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .strath-bootstrap .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .strath-bootstrap .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .strath-bootstrap .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .strath-bootstrap .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1399.98px) {
  .strath-bootstrap .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1399.98px) {
  .strath-bootstrap .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1399.98px) {
  .strath-bootstrap .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1399.98px) {
  .strath-bootstrap .offcanvas-xxl.showing,
  .strath-bootstrap .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1399.98px) {
  .strath-bootstrap .offcanvas-xxl.showing,
  .strath-bootstrap .offcanvas-xxl.hiding,
  .strath-bootstrap .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .strath-bootstrap .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .strath-bootstrap .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .strath-bootstrap .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.strath-bootstrap .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: #f8f9fa;
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (max-width: 767.98px) {
  .strath-bootstrap .offcanvas {
    max-width: 80%;
  }
}
@media (max-width: 300px) {
  .strath-bootstrap .offcanvas {
    max-width: 90%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.strath-bootstrap .offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid
    var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.strath-bootstrap .offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid
    var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.strath-bootstrap .offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid
    var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.strath-bootstrap .offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid
    var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.strath-bootstrap .offcanvas.showing,
.strath-bootstrap .offcanvas.show:not(.hiding) {
  transform: none;
}
.strath-bootstrap .offcanvas.showing,
.strath-bootstrap .offcanvas.hiding,
.strath-bootstrap .offcanvas.show {
  visibility: visible;
}
.strath-bootstrap .offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.strath-bootstrap .offcanvas-backdrop.fade {
  opacity: 0;
}
.strath-bootstrap .offcanvas-backdrop.show {
  opacity: 0.5;
}
.strath-bootstrap .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 10px 0 0;
}
@media (min-resolution: 400dpi) {
  .strath-bootstrap .offcanvas-header {
    padding: 5px 10px;
  }
}
.strath-bootstrap .offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5)
    calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}
.strath-bootstrap .offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.strath-bootstrap .offcanvas-body {
  flex-grow: 1;
  padding: 0 10px;
  overflow-y: auto;
}
.strath-bootstrap .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.strath-bootstrap .placeholder.btn::before {
  display: inline-block;
  content: "";
}
.strath-bootstrap .placeholder-xs {
  min-height: 0.6em;
}
.strath-bootstrap .placeholder-sm {
  min-height: 0.8em;
}
.strath-bootstrap .placeholder-lg {
  min-height: 1.2em;
}
.strath-bootstrap .placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.strath-bootstrap .placeholder-wave {
  -webkit-mask-image: linear-gradient(
    130deg,
    #000 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #000 95%
  );
  mask-image: linear-gradient(
    130deg,
    #000 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #000 95%
  );
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.strath-bootstrap .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.strath-bootstrap .text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}
.strath-bootstrap .text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}
.strath-bootstrap .text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}
.strath-bootstrap .text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}
.strath-bootstrap .text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}
.strath-bootstrap .text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}
.strath-bootstrap .text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}
.strath-bootstrap .text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}
.strath-bootstrap .link-primary {
  color: RGBA(var(--bs-primary-rgb, var(--bs-link-opacity, 1)));
  -webkit-text-decoration-color: RGBA(
    var(--bs-primary-rgb),
    var(--bs-link-underline-opacity, 1)
  );
  text-decoration-color: RGBA(
    var(--bs-primary-rgb),
    var(--bs-link-underline-opacity, 1)
  );
}
.strath-bootstrap .link-primary:hover,
.strath-bootstrap .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(
    10,
    88,
    202,
    var(--bs-link-underline-opacity, 1)
  );
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1));
}
.strath-bootstrap .link-secondary {
  color: RGBA(var(--bs-secondary-rgb, var(--bs-link-opacity, 1)));
  -webkit-text-decoration-color: RGBA(
    var(--bs-secondary-rgb),
    var(--bs-link-underline-opacity, 1)
  );
  text-decoration-color: RGBA(
    var(--bs-secondary-rgb),
    var(--bs-link-underline-opacity, 1)
  );
}
.strath-bootstrap .link-secondary:hover,
.strath-bootstrap .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(
    86,
    94,
    100,
    var(--bs-link-underline-opacity, 1)
  );
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1));
}
.strath-bootstrap .link-success {
  color: RGBA(var(--bs-success-rgb, var(--bs-link-opacity, 1)));
  -webkit-text-decoration-color: RGBA(
    var(--bs-success-rgb),
    var(--bs-link-underline-opacity, 1)
  );
  text-decoration-color: RGBA(
    var(--bs-success-rgb),
    var(--bs-link-underline-opacity, 1)
  );
}
.strath-bootstrap .link-success:hover,
.strath-bootstrap .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(
    20,
    108,
    67,
    var(--bs-link-underline-opacity, 1)
  );
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1));
}
.strath-bootstrap .link-info {
  color: RGBA(var(--bs-info-rgb, var(--bs-link-opacity, 1)));
  -webkit-text-decoration-color: RGBA(
    var(--bs-info-rgb),
    var(--bs-link-underline-opacity, 1)
  );
  text-decoration-color: RGBA(
    var(--bs-info-rgb),
    var(--bs-link-underline-opacity, 1)
  );
}
.strath-bootstrap .link-info:hover,
.strath-bootstrap .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(
    61,
    213,
    243,
    var(--bs-link-underline-opacity, 1)
  );
  text-decoration-color: RGBA(
    61,
    213,
    243,
    var(--bs-link-underline-opacity, 1)
  );
}
.strath-bootstrap .link-warning {
  color: RGBA(var(--bs-warning-rgb, var(--bs-link-opacity, 1)));
  -webkit-text-decoration-color: RGBA(
    var(--bs-warning-rgb),
    var(--bs-link-underline-opacity, 1)
  );
  text-decoration-color: RGBA(
    var(--bs-warning-rgb),
    var(--bs-link-underline-opacity, 1)
  );
}
.strath-bootstrap .link-warning:hover,
.strath-bootstrap .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(
    255,
    205,
    57,
    var(--bs-link-underline-opacity, 1)
  );
  text-decoration-color: RGBA(
    255,
    205,
    57,
    var(--bs-link-underline-opacity, 1)
  );
}
.strath-bootstrap .link-danger {
  color: RGBA(var(--bs-danger-rgb, var(--bs-link-opacity, 1)));
  -webkit-text-decoration-color: RGBA(
    var(--bs-danger-rgb),
    var(--bs-link-underline-opacity, 1)
  );
  text-decoration-color: RGBA(
    var(--bs-danger-rgb),
    var(--bs-link-underline-opacity, 1)
  );
}
.strath-bootstrap .link-danger:hover,
.strath-bootstrap .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(
    176,
    42,
    55,
    var(--bs-link-underline-opacity, 1)
  );
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1));
}
.strath-bootstrap .link-light {
  color: RGBA(var(--bs-light-rgb, var(--bs-link-opacity, 1)));
  -webkit-text-decoration-color: RGBA(
    var(--bs-light-rgb),
    var(--bs-link-underline-opacity, 1)
  );
  text-decoration-color: RGBA(
    var(--bs-light-rgb),
    var(--bs-link-underline-opacity, 1)
  );
}
.strath-bootstrap .link-light:hover,
.strath-bootstrap .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(
    249,
    250,
    251,
    var(--bs-link-underline-opacity, 1)
  );
  text-decoration-color: RGBA(
    249,
    250,
    251,
    var(--bs-link-underline-opacity, 1)
  );
}
.strath-bootstrap .link-dark {
  color: RGBA(var(--bs-dark-rgb, var(--bs-link-opacity, 1)));
  -webkit-text-decoration-color: RGBA(
    var(--bs-dark-rgb),
    var(--bs-link-underline-opacity, 1)
  );
  text-decoration-color: RGBA(
    var(--bs-dark-rgb),
    var(--bs-link-underline-opacity, 1)
  );
}
.strath-bootstrap .link-dark:hover,
.strath-bootstrap .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(
    26,
    30,
    33,
    var(--bs-link-underline-opacity, 1)
  );
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1));
}
.strath-bootstrap .link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(
    var(--bs-emphasis-color-rgb),
    var(--bs-link-underline-opacity, 1)
  );
  text-decoration-color: RGBA(
    var(--bs-emphasis-color-rgb),
    var(--bs-link-underline-opacity, 1)
  );
}
.strath-bootstrap .link-body-emphasis:hover,
.strath-bootstrap .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75));
  -webkit-text-decoration-color: RGBA(
    var(--bs-emphasis-color-rgb),
    var(--bs-link-underline-opacity, 0.75)
  );
  text-decoration-color: RGBA(
    var(--bs-emphasis-color-rgb),
    var(--bs-link-underline-opacity, 0.75)
  );
}
.strath-bootstrap .focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0)
    var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width)
    var(--bs-focus-ring-color);
}
.strath-bootstrap .icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(
    var(--bs-link-color-rgb),
    var(--bs-link-opacity, 0.5)
  );
  text-decoration-color: rgba(
    var(--bs-link-color-rgb),
    var(--bs-link-opacity, 0.5)
  );
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.strath-bootstrap .icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.strath-bootstrap .icon-link-hover:hover > .bi,
.strath-bootstrap .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.strath-bootstrap .ratio {
  position: relative;
  width: 100%;
}
.strath-bootstrap .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.strath-bootstrap .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.strath-bootstrap .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.strath-bootstrap .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.strath-bootstrap .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.strath-bootstrap .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.strath-bootstrap .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.strath-bootstrap .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.strath-bootstrap .sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.strath-bootstrap .sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .strath-bootstrap .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .strath-bootstrap .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .strath-bootstrap .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .strath-bootstrap .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .strath-bootstrap .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .strath-bootstrap .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .strath-bootstrap .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .strath-bootstrap .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .strath-bootstrap.sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .strath-bootstrap .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.strath-bootstrap .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.strath-bootstrap .vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.strath-bootstrap .visually-hidden,
.strath-bootstrap .visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}
.strath-bootstrap .visually-hidden:not(caption),
.strath-bootstrap
  .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.strath-bootstrap .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.strath-bootstrap .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.strath-bootstrap .vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.strath-bootstrap .align-baseline {
  vertical-align: baseline !important;
}
.strath-bootstrap .align-top {
  vertical-align: top !important;
}
.strath-bootstrap .align-middle {
  vertical-align: middle !important;
}
.strath-bootstrap .align-bottom {
  vertical-align: bottom !important;
}
.strath-bootstrap .align-text-bottom {
  vertical-align: text-bottom !important;
}
.strath-bootstrap .align-text-top {
  vertical-align: text-top !important;
}
.strath-bootstrap .float-start {
  float: left !important;
}
.strath-bootstrap .float-end {
  float: right !important;
}
.strath-bootstrap .float-none {
  float: none !important;
}
.strath-bootstrap .object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.strath-bootstrap .object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.strath-bootstrap .object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}
.strath-bootstrap .object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}
.strath-bootstrap .object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}
.strath-bootstrap .opacity-0 {
  opacity: 0 !important;
}
.strath-bootstrap .opacity-25 {
  opacity: 0.25 !important;
}
.strath-bootstrap .opacity-50 {
  opacity: 0.5 !important;
}
.strath-bootstrap .opacity-75 {
  opacity: 0.75 !important;
}
.strath-bootstrap .opacity-100 {
  opacity: 1 !important;
}
.strath-bootstrap .overflow-auto {
  overflow: auto !important;
}
.strath-bootstrap .overflow-hidden {
  overflow: hidden !important;
}
.strath-bootstrap .overflow-visible {
  overflow: visible !important;
}
.strath-bootstrap .overflow-scroll {
  overflow: scroll !important;
}
.strath-bootstrap .overflow-x-auto {
  overflow-x: auto !important;
}
.strath-bootstrap .overflow-x-hidden {
  overflow-x: hidden !important;
}
.strath-bootstrap .overflow-x-visible {
  overflow-x: visible !important;
}
.strath-bootstrap .overflow-x-scroll {
  overflow-x: scroll !important;
}
.strath-bootstrap .overflow-y-auto {
  overflow-y: auto !important;
}
.strath-bootstrap .overflow-y-hidden {
  overflow-y: hidden !important;
}
.strath-bootstrap .overflow-y-visible {
  overflow-y: visible !important;
}
.strath-bootstrap .overflow-y-scroll {
  overflow-y: scroll !important;
}
.strath-bootstrap .d-inline {
  display: inline !important;
}
.strath-bootstrap .d-inline-block {
  display: inline-block !important;
}
.strath-bootstrap .d-block {
  display: block !important;
}
.strath-bootstrap .d-grid {
  display: grid !important;
}
.strath-bootstrap .d-inline-grid {
  display: inline-grid !important;
}
.strath-bootstrap .d-table {
  display: table !important;
}
.strath-bootstrap .d-table-row {
  display: table-row !important;
}
.strath-bootstrap .d-table-cell {
  display: table-cell !important;
}
.strath-bootstrap .d-flex {
  display: flex !important;
}
.strath-bootstrap .d-inline-flex {
  display: inline-flex !important;
}
.strath-bootstrap .d-none {
  display: none !important;
}
.strath-bootstrap .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.strath-bootstrap .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.strath-bootstrap .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.strath-bootstrap .shadow-none {
  box-shadow: none !important;
}
.strath-bootstrap .focus-ring-primary {
  --bs-focus-ring-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-focus-ring-opacity)
  );
}
.strath-bootstrap .focus-ring-secondary {
  --bs-focus-ring-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-focus-ring-opacity)
  );
}
.strath-bootstrap .focus-ring-success {
  --bs-focus-ring-color: rgba(
    var(--bs-success-rgb),
    var(--bs-focus-ring-opacity)
  );
}
.strath-bootstrap .focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.strath-bootstrap .focus-ring-warning {
  --bs-focus-ring-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-focus-ring-opacity)
  );
}
.strath-bootstrap .focus-ring-danger {
  --bs-focus-ring-color: rgba(
    var(--bs-danger-rgb),
    var(--bs-focus-ring-opacity)
  );
}
.strath-bootstrap .focus-ring-light {
  --bs-focus-ring-color: rgba(
    var(--bs-light-rgb),
    var(--bs-focus-ring-opacity)
  );
}
.strath-bootstrap .focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.strath-bootstrap .position-static {
  position: static !important;
}
.strath-bootstrap .position-relative {
  position: relative !important;
}
.strath-bootstrap .position-absolute {
  position: absolute !important;
}
.strath-bootstrap .position-fixed {
  position: fixed !important;
}
.strath-bootstrap .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.strath-bootstrap .top-0 {
  top: 0 !important;
}
.strath-bootstrap .top-50 {
  top: 50% !important;
}
.strath-bootstrap .top-100 {
  top: 100% !important;
}
.strath-bootstrap .bottom-0 {
  bottom: 0 !important;
}
.strath-bootstrap .bottom-50 {
  bottom: 50% !important;
}
.strath-bootstrap .bottom-100 {
  bottom: 100% !important;
}
.strath-bootstrap .start-0 {
  left: 0 !important;
}
.strath-bootstrap .start-50 {
  left: 50% !important;
}
.strath-bootstrap .start-100 {
  left: 100% !important;
}
.strath-bootstrap .end-0 {
  right: 0 !important;
}
.strath-bootstrap .end-50 {
  right: 50% !important;
}
.strath-bootstrap .end-100 {
  right: 100% !important;
}
.strath-bootstrap .translate-middle {
  transform: translate(-50%, -50%) !important;
}
.strath-bootstrap .translate-middle-x {
  transform: translateX(-50%) !important;
}
.strath-bootstrap .translate-middle-y {
  transform: translateY(-50%) !important;
}
.strath-bootstrap .border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.strath-bootstrap .border-0 {
  border: 0 !important;
}
.strath-bootstrap .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.strath-bootstrap .border-top-0 {
  border-top: 0 !important;
}
.strath-bootstrap .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.strath-bootstrap .border-end-0 {
  border-right: 0 !important;
}
.strath-bootstrap .border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.strath-bootstrap .border-bottom-0 {
  border-bottom: 0 !important;
}
.strath-bootstrap .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.strath-bootstrap .border-start-0 {
  border-left: 0 !important;
}
.strath-bootstrap .border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.strath-bootstrap .border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.strath-bootstrap .border-success {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-success-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.strath-bootstrap .border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.strath-bootstrap .border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.strath-bootstrap .border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.strath-bootstrap .border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.strath-bootstrap .border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.strath-bootstrap .border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.strath-bootstrap .border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.strath-bootstrap .border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.strath-bootstrap .border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.strath-bootstrap .border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.strath-bootstrap .border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.strath-bootstrap .border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.strath-bootstrap .border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.strath-bootstrap .border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.strath-bootstrap .border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.strath-bootstrap .border-1 {
  border-width: 1px !important;
}
.strath-bootstrap .border-2 {
  border-width: 2px !important;
}
.strath-bootstrap .border-3 {
  border-width: 3px !important;
}
.strath-bootstrap .border-4 {
  border-width: 4px !important;
}
.strath-bootstrap .border-5 {
  border-width: 5px !important;
}
.strath-bootstrap .border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.strath-bootstrap .border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.strath-bootstrap .border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.strath-bootstrap .border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.strath-bootstrap .border-opacity-100 {
  --bs-border-opacity: 1;
}
.strath-bootstrap .w-25 {
  width: 25% !important;
}
.strath-bootstrap .w-50 {
  width: 50% !important;
}
.strath-bootstrap .w-75 {
  width: 75% !important;
}
.strath-bootstrap .w-100 {
  width: 100% !important;
}
.strath-bootstrap .w-auto {
  width: auto !important;
}
.strath-bootstrap .mw-100 {
  max-width: 100% !important;
}
.strath-bootstrap .vw-100 {
  width: 100vw !important;
}
.strath-bootstrap .min-vw-100 {
  min-width: 100vw !important;
}
.strath-bootstrap .h-25 {
  height: 25% !important;
}
.strath-bootstrap .h-50 {
  height: 50% !important;
}
.strath-bootstrap .h-75 {
  height: 75% !important;
}
.strath-bootstrap .h-100 {
  height: 100% !important;
}
.strath-bootstrap .h-auto {
  height: auto !important;
}
.strath-bootstrap .mh-100 {
  max-height: 100% !important;
}
.strath-bootstrap .vh-100 {
  height: 100vh !important;
}
.strath-bootstrap .min-vh-100 {
  min-height: 100vh !important;
}
.strath-bootstrap .flex-fill {
  flex: 1 1 auto !important;
}
.strath-bootstrap .flex-row {
  flex-direction: row !important;
}
.strath-bootstrap .flex-column {
  flex-direction: column !important;
}
.strath-bootstrap .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.strath-bootstrap .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.strath-bootstrap .flex-grow-0 {
  flex-grow: 0 !important;
}
.strath-bootstrap .flex-grow-1 {
  flex-grow: 1 !important;
}
.strath-bootstrap .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.strath-bootstrap .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.strath-bootstrap .flex-wrap {
  flex-wrap: wrap !important;
}
.strath-bootstrap .flex-nowrap {
  flex-wrap: nowrap !important;
}
.strath-bootstrap .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.strath-bootstrap .justify-content-start {
  justify-content: flex-start !important;
}
.strath-bootstrap .justify-content-end {
  justify-content: flex-end !important;
}
.strath-bootstrap .justify-content-center {
  justify-content: center !important;
}
.strath-bootstrap .justify-content-between {
  justify-content: space-between !important;
}
.strath-bootstrap .justify-content-around {
  justify-content: space-around !important;
}
.strath-bootstrap .justify-content-evenly {
  justify-content: space-evenly !important;
}
.strath-bootstrap .align-items-start {
  align-items: flex-start !important;
}
.strath-bootstrap .align-items-end {
  align-items: flex-end !important;
}
.strath-bootstrap .align-items-center {
  align-items: center !important;
}
.strath-bootstrap .align-items-baseline {
  align-items: baseline !important;
}
.strath-bootstrap .align-items-stretch {
  align-items: stretch !important;
}
.strath-bootstrap .align-content-start {
  align-content: flex-start !important;
}
.strath-bootstrap .align-content-end {
  align-content: flex-end !important;
}
.strath-bootstrap .align-content-center {
  align-content: center !important;
}
.strath-bootstrap .align-content-between {
  align-content: space-between !important;
}
.strath-bootstrap .align-content-around {
  align-content: space-around !important;
}
.strath-bootstrap .align-content-stretch {
  align-content: stretch !important;
}
.strath-bootstrap .align-self-auto {
  align-self: auto !important;
}
.strath-bootstrap .align-self-start {
  align-self: flex-start !important;
}
.strath-bootstrap .align-self-end {
  align-self: flex-end !important;
}
.strath-bootstrap .align-self-center {
  align-self: center !important;
}
.strath-bootstrap .align-self-baseline {
  align-self: baseline !important;
}
.strath-bootstrap .align-self-stretch {
  align-self: stretch !important;
}
.strath-bootstrap .order-first {
  order: -1 !important;
}
.strath-bootstrap .order-0 {
  order: 0 !important;
}
.strath-bootstrap .order-1 {
  order: 1 !important;
}
.strath-bootstrap .order-2 {
  order: 2 !important;
}
.strath-bootstrap .order-3 {
  order: 3 !important;
}
.strath-bootstrap .order-4 {
  order: 4 !important;
}
.strath-bootstrap .order-5 {
  order: 5 !important;
}
.strath-bootstrap .order-last {
  order: 6 !important;
}
.strath-bootstrap .m-0 {
  margin: 0 !important;
}
.strath-bootstrap .m-1 {
  margin: 0.25rem !important;
}
.strath-bootstrap .m-2 {
  margin: 0.5rem !important;
}
.strath-bootstrap .m-3 {
  margin: 1rem !important;
}
.strath-bootstrap .m-4 {
  margin: 1.5rem !important;
}
.strath-bootstrap .m-5 {
  margin: 3rem !important;
}
.strath-bootstrap .m-auto {
  margin: auto !important;
}
.strath-bootstrap .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.strath-bootstrap .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.strath-bootstrap .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.strath-bootstrap .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.strath-bootstrap .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.strath-bootstrap .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.strath-bootstrap .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.strath-bootstrap .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.strath-bootstrap .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.strath-bootstrap .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.strath-bootstrap .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.strath-bootstrap .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.strath-bootstrap .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.strath-bootstrap .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.strath-bootstrap .mt-0 {
  margin-top: 0 !important;
}
.strath-bootstrap .mt-1 {
  margin-top: 0.25rem !important;
}
.strath-bootstrap .mt-2 {
  margin-top: 0.5rem !important;
}
.strath-bootstrap .mt-3 {
  margin-top: 1rem !important;
}
.strath-bootstrap .mt-4 {
  margin-top: 1.5rem !important;
}
.strath-bootstrap .mt-5 {
  margin-top: 3rem !important;
}
.strath-bootstrap .mt-auto {
  margin-top: auto !important;
}
.strath-bootstrap .me-0 {
  margin-right: 0 !important;
}
.strath-bootstrap .me-1 {
  margin-right: 0.25rem !important;
}
.strath-bootstrap .me-2 {
  margin-right: 0.5rem !important;
}
.strath-bootstrap .me-3 {
  margin-right: 1rem !important;
}
.strath-bootstrap .me-4 {
  margin-right: 1.5rem !important;
}
.strath-bootstrap .me-5 {
  margin-right: 3rem !important;
}
.strath-bootstrap .me-auto {
  margin-right: auto !important;
}
.strath-bootstrap .mb-0 {
  margin-bottom: 0 !important;
}
.strath-bootstrap .mb-1 {
  margin-bottom: 0.25rem !important;
}
.strath-bootstrap .mb-2 {
  margin-bottom: 0.5rem !important;
}
.strath-bootstrap .mb-3 {
  margin-bottom: 1rem !important;
}
.strath-bootstrap .mb-4 {
  margin-bottom: 1.5rem !important;
}
.strath-bootstrap .mb-5 {
  margin-bottom: 3rem !important;
}
.strath-bootstrap .mb-auto {
  margin-bottom: auto !important;
}
.strath-bootstrap .ms-0 {
  margin-left: 0 !important;
}
.strath-bootstrap .ms-1 {
  margin-left: 0.25rem !important;
}
.strath-bootstrap .ms-2 {
  margin-left: 0.5rem !important;
}
.strath-bootstrap .ms-3 {
  margin-left: 1rem !important;
}
.strath-bootstrap .ms-4 {
  margin-left: 1.5rem !important;
}
.strath-bootstrap .ms-5 {
  margin-left: 3rem !important;
}
.strath-bootstrap .ms-auto {
  margin-left: auto !important;
}
.strath-bootstrap .p-0 {
  padding: 0 !important;
}
.strath-bootstrap .p-1 {
  padding: 0.25rem !important;
}
.strath-bootstrap .p-2 {
  padding: 0.5rem !important;
}
.strath-bootstrap .p-3 {
  padding: 1rem !important;
}
.strath-bootstrap .p-4 {
  padding: 1.5rem !important;
}
.strath-bootstrap .p-5 {
  padding: 3rem !important;
}
.strath-bootstrap .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.strath-bootstrap .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.strath-bootstrap .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.strath-bootstrap .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.strath-bootstrap .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.strath-bootstrap .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.strath-bootstrap .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.strath-bootstrap .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.strath-bootstrap .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.strath-bootstrap .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.strath-bootstrap .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.strath-bootstrap .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.strath-bootstrap .pt-0 {
  padding-top: 0 !important;
}
.strath-bootstrap .pt-1 {
  padding-top: 0.25rem !important;
}
.strath-bootstrap .pt-2 {
  padding-top: 0.5rem !important;
}
.strath-bootstrap .pt-3 {
  padding-top: 1rem !important;
}
.strath-bootstrap .pt-4 {
  padding-top: 1.5rem !important;
}
.strath-bootstrap .pt-5 {
  padding-top: 3rem !important;
}
.strath-bootstrap .pe-0 {
  padding-right: 0 !important;
}
.strath-bootstrap .pe-1 {
  padding-right: 0.25rem !important;
}
.strath-bootstrap .pe-2 {
  padding-right: 0.5rem !important;
}
.strath-bootstrap .pe-3 {
  padding-right: 1rem !important;
}
.strath-bootstrap .pe-4 {
  padding-right: 1.5rem !important;
}
.strath-bootstrap .pe-5 {
  padding-right: 3rem !important;
}
.strath-bootstrap .pb-0 {
  padding-bottom: 0 !important;
}
.strath-bootstrap .pb-1 {
  padding-bottom: 0.25rem !important;
}
.strath-bootstrap .pb-2 {
  padding-bottom: 0.5rem !important;
}
.strath-bootstrap .pb-3 {
  padding-bottom: 1rem !important;
}
.strath-bootstrap .pb-4 {
  padding-bottom: 1.5rem !important;
}
.strath-bootstrap .pb-5 {
  padding-bottom: 3rem !important;
}
.strath-bootstrap .ps-0 {
  padding-left: 0 !important;
}
.strath-bootstrap .ps-1 {
  padding-left: 0.25rem !important;
}
.strath-bootstrap .ps-2 {
  padding-left: 0.5rem !important;
}
.strath-bootstrap .ps-3 {
  padding-left: 1rem !important;
}
.strath-bootstrap .ps-4 {
  padding-left: 1.5rem !important;
}
.strath-bootstrap .ps-5 {
  padding-left: 3rem !important;
}
.strath-bootstrap .gap-0 {
  gap: 0 !important;
}
.strath-bootstrap .gap-1 {
  gap: 0.25rem !important;
}
.strath-bootstrap .gap-2 {
  gap: 0.5rem !important;
}
.strath-bootstrap .gap-3 {
  gap: 1rem !important;
}
.strath-bootstrap .gap-4 {
  gap: 1.5rem !important;
}
.strath-bootstrap .gap-5 {
  gap: 3rem !important;
}
.strath-bootstrap .row-gap-0 {
  row-gap: 0 !important;
}
.strath-bootstrap .row-gap-1 {
  row-gap: 0.25rem !important;
}
.strath-bootstrap .row-gap-2 {
  row-gap: 0.5rem !important;
}
.strath-bootstrap .row-gap-3 {
  row-gap: 1rem !important;
}
.strath-bootstrap .row-gap-4 {
  row-gap: 1.5rem !important;
}
.strath-bootstrap .row-gap-5 {
  row-gap: 3rem !important;
}
.strath-bootstrap .column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}
.strath-bootstrap .column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}
.strath-bootstrap .column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}
.strath-bootstrap .column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}
.strath-bootstrap .column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}
.strath-bootstrap .column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}
.strath-bootstrap .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.strath-bootstrap .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.strath-bootstrap .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.strath-bootstrap .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.strath-bootstrap .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.strath-bootstrap .fs-5 {
  font-size: 1.25rem !important;
}
.strath-bootstrap .fs-6 {
  font-size: 1rem !important;
}
.strath-bootstrap .fst-italic {
  font-style: italic !important;
}
.strath-bootstrap .fst-normal {
  font-style: normal !important;
}
.strath-bootstrap .fw-lighter {
  font-weight: lighter !important;
}
.strath-bootstrap .fw-light {
  font-weight: 300 !important;
}
.strath-bootstrap .fw-normal {
  font-weight: 400 !important;
}
.strath-bootstrap .fw-medium {
  font-weight: 500 !important;
}
.strath-bootstrap .fw-semibold {
  font-weight: 600 !important;
}
.strath-bootstrap .fw-bold {
  font-weight: 700 !important;
}
.strath-bootstrap .fw-bolder {
  font-weight: bolder !important;
}
.strath-bootstrap .lh-1 {
  line-height: 1 !important;
}
.strath-bootstrap .lh-sm {
  line-height: 1.25 !important;
}
.strath-bootstrap .lh-base {
  line-height: 1.5 !important;
}
.strath-bootstrap .lh-lg {
  line-height: 2 !important;
}
.strath-bootstrap .text-start {
  text-align: left !important;
}
.strath-bootstrap .text-end {
  text-align: right !important;
}
.strath-bootstrap .text-center {
  text-align: center !important;
}
.strath-bootstrap .text-decoration-none {
  text-decoration: none !important;
}
.strath-bootstrap .text-decoration-underline {
  text-decoration: underline !important;
}
.strath-bootstrap .text-decoration-line-through {
  text-decoration: line-through !important;
}
.strath-bootstrap .text-lowercase {
  text-transform: lowercase !important;
}
.strath-bootstrap .text-uppercase {
  text-transform: uppercase !important;
}
.strath-bootstrap .text-capitalize {
  text-transform: capitalize !important;
}
.strath-bootstrap .text-wrap {
  white-space: normal !important;
}
.strath-bootstrap .text-nowrap {
  white-space: nowrap !important;
}
.strath-bootstrap

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.strath-bootstrap

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.strath-bootstrap .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.strath-bootstrap .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.strath-bootstrap .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.strath-bootstrap .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.strath-bootstrap .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.strath-bootstrap .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.strath-bootstrap .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.strath-bootstrap .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.strath-bootstrap .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.strath-bootstrap .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.strath-bootstrap .text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.strath-bootstrap .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.strath-bootstrap .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.strath-bootstrap .text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.strath-bootstrap .text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
.strath-bootstrap .text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
.strath-bootstrap .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.strath-bootstrap .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.strath-bootstrap .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.strath-bootstrap .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.strath-bootstrap .text-opacity-100 {
  --bs-text-opacity: 1;
}
.strath-bootstrap .text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.strath-bootstrap .text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.strath-bootstrap .text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.strath-bootstrap .text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.strath-bootstrap .text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.strath-bootstrap .text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.strath-bootstrap .text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.strath-bootstrap .text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.strath-bootstrap .link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.strath-bootstrap .link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.strath-bootstrap .link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.strath-bootstrap .link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.strath-bootstrap .link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.strath-bootstrap .link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.strath-bootstrap .link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.strath-bootstrap .link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.strath-bootstrap .link-opacity-100 {
  --bs-link-opacity: 1;
}
.strath-bootstrap .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.strath-bootstrap .link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.strath-bootstrap .link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.strath-bootstrap .link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.strath-bootstrap .link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.strath-bootstrap .link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.strath-bootstrap .link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.strath-bootstrap .link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}
.strath-bootstrap .link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}
.strath-bootstrap .link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-success-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-success-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}
.strath-bootstrap .link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-info-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-info-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}
.strath-bootstrap .link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}
.strath-bootstrap .link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-danger-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-danger-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}
.strath-bootstrap .link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-light-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-light-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}
.strath-bootstrap .link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-dark-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-dark-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}
.strath-bootstrap .link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-link-color-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-link-color-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}
.strath-bootstrap .link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.strath-bootstrap .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.strath-bootstrap .link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.strath-bootstrap .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.strath-bootstrap .link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.strath-bootstrap .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.strath-bootstrap .link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.strath-bootstrap .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.strath-bootstrap .link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.strath-bootstrap .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.strath-bootstrap .link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.strath-bootstrap .link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.strath-bootstrap .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.strath-bootstrap .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.strath-bootstrap .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-success-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.strath-bootstrap .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.strath-bootstrap .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.strath-bootstrap .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.strath-bootstrap .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.strath-bootstrap .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.strath-bootstrap .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.strath-bootstrap .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.strath-bootstrap .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-body-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.strath-bootstrap .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.strath-bootstrap .bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-secondary-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.strath-bootstrap .bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-tertiary-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.strath-bootstrap .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.strath-bootstrap .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.strath-bootstrap .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.strath-bootstrap .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.strath-bootstrap .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.strath-bootstrap .bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.strath-bootstrap .bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.strath-bootstrap .bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.strath-bootstrap .bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.strath-bootstrap .bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.strath-bootstrap .bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.strath-bootstrap .bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.strath-bootstrap .bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.strath-bootstrap .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.strath-bootstrap .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.strath-bootstrap .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.strath-bootstrap .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.strath-bootstrap .pe-none {
  pointer-events: none !important;
}
.strath-bootstrap .pe-auto {
  pointer-events: auto !important;
}
.strath-bootstrap .rounded {
  border-radius: var(--bs-border-radius) !important;
}
.strath-bootstrap .rounded-0 {
  border-radius: 0 !important;
}
.strath-bootstrap .rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.strath-bootstrap .rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.strath-bootstrap .rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.strath-bootstrap .rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.strath-bootstrap .rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.strath-bootstrap .rounded-circle {
  border-radius: 50% !important;
}
.strath-bootstrap .rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.strath-bootstrap .rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.strath-bootstrap .rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.strath-bootstrap .rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.strath-bootstrap .rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.strath-bootstrap .rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.strath-bootstrap .rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.strath-bootstrap .rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.strath-bootstrap .rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.strath-bootstrap .rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.strath-bootstrap .rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.strath-bootstrap .rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.strath-bootstrap .rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.strath-bootstrap .rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.strath-bootstrap .rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.strath-bootstrap .rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.strath-bootstrap .rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.strath-bootstrap .rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.strath-bootstrap .rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.strath-bootstrap .rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.strath-bootstrap .rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.strath-bootstrap .rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.strath-bootstrap .rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.strath-bootstrap .rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.strath-bootstrap .rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.strath-bootstrap .rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.strath-bootstrap .rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.strath-bootstrap .rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.strath-bootstrap .rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.strath-bootstrap .rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.strath-bootstrap .rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.strath-bootstrap .rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.strath-bootstrap .rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.strath-bootstrap .rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.strath-bootstrap .rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.strath-bootstrap .rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.strath-bootstrap .rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.strath-bootstrap .visible {
  visibility: visible !important;
}
.strath-bootstrap .invisible {
  visibility: hidden !important;
}
.strath-bootstrap .z-n1 {
  z-index: -1 !important;
}
.strath-bootstrap .z-0 {
  z-index: 0 !important;
}
.strath-bootstrap .z-1 {
  z-index: 1 !important;
}
.strath-bootstrap .z-2 {
  z-index: 2 !important;
}
.strath-bootstrap .z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .strath-bootstrap .float-sm-end {
    float: right !important;
  }
  .strath-bootstrap .float-sm-none {
    float: none !important;
  }
  .strath-bootstrap .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .strath-bootstrap .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .strath-bootstrap .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .strath-bootstrap .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .strath-bootstrap .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .strath-bootstrap .d-sm-inline {
    display: inline !important;
  }
  .strath-bootstrap .d-sm-inline-block {
    display: inline-block !important;
  }
  .strath-bootstrap .d-sm-block {
    display: block !important;
  }
  .strath-bootstrap .d-sm-grid {
    display: grid !important;
  }
  .strath-bootstrap .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .strath-bootstrap .d-sm-table {
    display: table !important;
  }
  .strath-bootstrap .d-sm-table-row {
    display: table-row !important;
  }
  .strath-bootstrap .d-sm-table-cell {
    display: table-cell !important;
  }
  .strath-bootstrap .d-sm-flex {
    display: flex !important;
  }
  .strath-bootstrap .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .strath-bootstrap .d-sm-none {
    display: none !important;
  }
  .strath-bootstrap .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .strath-bootstrap .flex-sm-row {
    flex-direction: row !important;
  }
  .strath-bootstrap .flex-sm-column {
    flex-direction: column !important;
  }
  .strath-bootstrap .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .strath-bootstrap .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .strath-bootstrap .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .strath-bootstrap .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .strath-bootstrap .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .strath-bootstrap .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .strath-bootstrap .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .strath-bootstrap .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .strath-bootstrap .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .strath-bootstrap .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .strath-bootstrap .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .strath-bootstrap .justify-content-sm-center {
    justify-content: center !important;
  }
  .strath-bootstrap .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .strath-bootstrap .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .strath-bootstrap .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .strath-bootstrap .align-items-sm-start {
    align-items: flex-start !important;
  }
  .strath-bootstrap .align-items-sm-end {
    align-items: flex-end !important;
  }
  .strath-bootstrap .align-items-sm-center {
    align-items: center !important;
  }
  .strath-bootstrap .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .strath-bootstrap .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .strath-bootstrap .align-content-sm-start {
    align-content: flex-start !important;
  }
  .strath-bootstrap .align-content-sm-end {
    align-content: flex-end !important;
  }
  .strath-bootstrap .align-content-sm-center {
    align-content: center !important;
  }
  .strath-bootstrap .align-content-sm-between {
    align-content: space-between !important;
  }
  .strath-bootstrap .align-content-sm-around {
    align-content: space-around !important;
  }
  .strath-bootstrap .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .strath-bootstrap .align-self-sm-auto {
    align-self: auto !important;
  }
  .strath-bootstrap .align-self-sm-start {
    align-self: flex-start !important;
  }
  .strath-bootstrap .align-self-sm-end {
    align-self: flex-end !important;
  }
  .strath-bootstrap .align-self-sm-center {
    align-self: center !important;
  }
  .strath-bootstrap .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .strath-bootstrap .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .strath-bootstrap .order-sm-first {
    order: -1 !important;
  }
  .strath-bootstrap .order-sm-0 {
    order: 0 !important;
  }
  .strath-bootstrap .order-sm-1 {
    order: 1 !important;
  }
  .strath-bootstrap .order-sm-2 {
    order: 2 !important;
  }
  .strath-bootstrap .order-sm-3 {
    order: 3 !important;
  }
  .strath-bootstrap .order-sm-4 {
    order: 4 !important;
  }
  .strath-bootstrap .order-sm-5 {
    order: 5 !important;
  }
  .strath-bootstrap .order-sm-last {
    order: 6 !important;
  }
  .strath-bootstrap .m-sm-0 {
    margin: 0 !important;
  }
  .strath-bootstrap .m-sm-1 {
    margin: 0.25rem !important;
  }
  .strath-bootstrap .m-sm-2 {
    margin: 0.5rem !important;
  }
  .strath-bootstrap .m-sm-3 {
    margin: 1rem !important;
  }
  .strath-bootstrap .m-sm-4 {
    margin: 1.5rem !important;
  }
  .strath-bootstrap .m-sm-5 {
    margin: 3rem !important;
  }
  .strath-bootstrap .m-sm-auto {
    margin: auto !important;
  }
  .strath-bootstrap .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .strath-bootstrap .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .strath-bootstrap .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .strath-bootstrap .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .strath-bootstrap .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .strath-bootstrap .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .strath-bootstrap .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .strath-bootstrap .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .strath-bootstrap .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .strath-bootstrap .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .strath-bootstrap .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .strath-bootstrap .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .strath-bootstrap .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .strath-bootstrap .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .strath-bootstrap .mt-sm-0 {
    margin-top: 0 !important;
  }
  .strath-bootstrap .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .strath-bootstrap .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .strath-bootstrap .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .strath-bootstrap .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .strath-bootstrap .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .strath-bootstrap .mt-sm-auto {
    margin-top: auto !important;
  }
  .strath-bootstrap .me-sm-0 {
    margin-right: 0 !important;
  }
  .strath-bootstrap .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .strath-bootstrap .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .strath-bootstrap .me-sm-3 {
    margin-right: 1rem !important;
  }
  .strath-bootstrap .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .strath-bootstrap .me-sm-5 {
    margin-right: 3rem !important;
  }
  .strath-bootstrap .me-sm-auto {
    margin-right: auto !important;
  }
  .strath-bootstrap .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .strath-bootstrap .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .strath-bootstrap .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .strath-bootstrap .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .strath-bootstrap .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .strath-bootstrap .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .strath-bootstrap .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .strath-bootstrap .ms-sm-0 {
    margin-left: 0 !important;
  }
  .strath-bootstrap .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .strath-bootstrap .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .strath-bootstrap .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .strath-bootstrap .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .strath-bootstrap .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .strath-bootstrap .ms-sm-auto {
    margin-left: auto !important;
  }
  .strath-bootstrap .p-sm-0 {
    padding: 0 !important;
  }
  .strath-bootstrap .p-sm-1 {
    padding: 0.25rem !important;
  }
  .strath-bootstrap .p-sm-2 {
    padding: 0.5rem !important;
  }
  .strath-bootstrap .p-sm-3 {
    padding: 1rem !important;
  }
  .strath-bootstrap .p-sm-4 {
    padding: 1.5rem !important;
  }
  .strath-bootstrap .p-sm-5 {
    padding: 3rem !important;
  }
  .strath-bootstrap .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .strath-bootstrap .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .strath-bootstrap .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .strath-bootstrap .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .strath-bootstrap .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .strath-bootstrap .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .strath-bootstrap .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .strath-bootstrap .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .strath-bootstrap .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .strath-bootstrap .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .strath-bootstrap .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .strath-bootstrap .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .strath-bootstrap .pt-sm-0 {
    padding-top: 0 !important;
  }
  .strath-bootstrap .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .strath-bootstrap .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .strath-bootstrap .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .strath-bootstrap .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .strath-bootstrap .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .strath-bootstrap .pe-sm-0 {
    padding-right: 0 !important;
  }
  .strath-bootstrap .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .strath-bootstrap .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .strath-bootstrap .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .strath-bootstrap .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .strath-bootstrap .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .strath-bootstrap .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .strath-bootstrap .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .strath-bootstrap .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .strath-bootstrap .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .strath-bootstrap .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .strath-bootstrap .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .strath-bootstrap .ps-sm-0 {
    padding-left: 0 !important;
  }
  .strath-bootstrap .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .strath-bootstrap .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .strath-bootstrap .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .strath-bootstrap .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .strath-bootstrap .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .strath-bootstrap .gap-sm-0 {
    gap: 0 !important;
  }
  .strath-bootstrap .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .strath-bootstrap .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .strath-bootstrap .gap-sm-3 {
    gap: 1rem !important;
  }
  .strath-bootstrap .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .strath-bootstrap .gap-sm-5 {
    gap: 3rem !important;
  }
  .strath-bootstrap .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .strath-bootstrap .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .strath-bootstrap .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .strath-bootstrap .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .strath-bootstrap .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .strath-bootstrap .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .strath-bootstrap .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .strath-bootstrap .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .strath-bootstrap .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .strath-bootstrap .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .strath-bootstrap .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .strath-bootstrap .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .strath-bootstrap .text-sm-start {
    text-align: left !important;
  }
  .strath-bootstrap .text-sm-end {
    text-align: right !important;
  }
  .strath-bootstrap .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .strath-bootstrap .float-md-end {
    float: right !important;
  }
  .strath-bootstrap .float-md-none {
    float: none !important;
  }
  .strath-bootstrap .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .strath-bootstrap .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .strath-bootstrap .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .strath-bootstrap .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .strath-bootstrap .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .strath-bootstrap .d-md-inline {
    display: inline !important;
  }
  .strath-bootstrap .d-md-inline-block {
    display: inline-block !important;
  }
  .strath-bootstrap .d-md-block {
    display: block !important;
  }
  .strath-bootstrap .d-md-grid {
    display: grid !important;
  }
  .strath-bootstrap .d-md-inline-grid {
    display: inline-grid !important;
  }
  .strath-bootstrap .d-md-table {
    display: table !important;
  }
  .strath-bootstrap .d-md-table-row {
    display: table-row !important;
  }
  .strath-bootstrap .d-md-table-cell {
    display: table-cell !important;
  }
  .strath-bootstrap .d-md-flex {
    display: flex !important;
  }
  .strath-bootstrap .d-md-inline-flex {
    display: inline-flex !important;
  }
  .strath-bootstrap .d-md-none {
    display: none !important;
  }
  .strath-bootstrap .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .strath-bootstrap .flex-md-row {
    flex-direction: row !important;
  }
  .strath-bootstrap .flex-md-column {
    flex-direction: column !important;
  }
  .strath-bootstrap .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .strath-bootstrap .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .strath-bootstrap .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .strath-bootstrap .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .strath-bootstrap .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .strath-bootstrap .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .strath-bootstrap .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .strath-bootstrap .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .strath-bootstrap .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .strath-bootstrap .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .strath-bootstrap .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .strath-bootstrap .justify-content-md-center {
    justify-content: center !important;
  }
  .strath-bootstrap .justify-content-md-between {
    justify-content: space-between !important;
  }
  .strath-bootstrap .justify-content-md-around {
    justify-content: space-around !important;
  }
  .strath-bootstrap .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .strath-bootstrap .align-items-md-start {
    align-items: flex-start !important;
  }
  .strath-bootstrap .align-items-md-end {
    align-items: flex-end !important;
  }
  .strath-bootstrap .align-items-md-center {
    align-items: center !important;
  }
  .strath-bootstrap .align-items-md-baseline {
    align-items: baseline !important;
  }
  .strath-bootstrap .align-items-md-stretch {
    align-items: stretch !important;
  }
  .strath-bootstrap .align-content-md-start {
    align-content: flex-start !important;
  }
  .strath-bootstrap .align-content-md-end {
    align-content: flex-end !important;
  }
  .strath-bootstrap .align-content-md-center {
    align-content: center !important;
  }
  .strath-bootstrap .align-content-md-between {
    align-content: space-between !important;
  }
  .strath-bootstrap .align-content-md-around {
    align-content: space-around !important;
  }
  .strath-bootstrap .align-content-md-stretch {
    align-content: stretch !important;
  }
  .strath-bootstrap .align-self-md-auto {
    align-self: auto !important;
  }
  .strath-bootstrap .align-self-md-start {
    align-self: flex-start !important;
  }
  .strath-bootstrap .align-self-md-end {
    align-self: flex-end !important;
  }
  .strath-bootstrap .align-self-md-center {
    align-self: center !important;
  }
  .strath-bootstrap .align-self-md-baseline {
    align-self: baseline !important;
  }
  .strath-bootstrap .align-self-md-stretch {
    align-self: stretch !important;
  }
  .strath-bootstrap .order-md-first {
    order: -1 !important;
  }
  .strath-bootstrap .order-md-0 {
    order: 0 !important;
  }
  .strath-bootstrap .order-md-1 {
    order: 1 !important;
  }
  .strath-bootstrap .order-md-2 {
    order: 2 !important;
  }
  .strath-bootstrap .order-md-3 {
    order: 3 !important;
  }
  .strath-bootstrap .order-md-4 {
    order: 4 !important;
  }
  .strath-bootstrap .order-md-5 {
    order: 5 !important;
  }
  .strath-bootstrap .order-md-last {
    order: 6 !important;
  }
  .strath-bootstrap .m-md-0 {
    margin: 0 !important;
  }
  .strath-bootstrap .m-md-1 {
    margin: 0.25rem !important;
  }
  .strath-bootstrap .m-md-2 {
    margin: 0.5rem !important;
  }
  .strath-bootstrap .m-md-3 {
    margin: 1rem !important;
  }
  .strath-bootstrap .m-md-4 {
    margin: 1.5rem !important;
  }
  .strath-bootstrap .m-md-5 {
    margin: 3rem !important;
  }
  .strath-bootstrap .m-md-auto {
    margin: auto !important;
  }
  .strath-bootstrap .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .strath-bootstrap .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .strath-bootstrap .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .strath-bootstrap .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .strath-bootstrap .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .strath-bootstrap .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .strath-bootstrap .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .strath-bootstrap .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .strath-bootstrap .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .strath-bootstrap .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .strath-bootstrap .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .strath-bootstrap .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .strath-bootstrap .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .strath-bootstrap .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .strath-bootstrap .mt-md-0 {
    margin-top: 0 !important;
  }
  .strath-bootstrap .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .strath-bootstrap .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .strath-bootstrap .mt-md-3 {
    margin-top: 1rem !important;
  }
  .strath-bootstrap .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .strath-bootstrap .mt-md-5 {
    margin-top: 3rem !important;
  }
  .strath-bootstrap .mt-md-auto {
    margin-top: auto !important;
  }
  .strath-bootstrap .me-md-0 {
    margin-right: 0 !important;
  }
  .strath-bootstrap .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .strath-bootstrap .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .strath-bootstrap .me-md-3 {
    margin-right: 1rem !important;
  }
  .strath-bootstrap .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .strath-bootstrap .me-md-5 {
    margin-right: 3rem !important;
  }
  .strath-bootstrap .me-md-auto {
    margin-right: auto !important;
  }
  .strath-bootstrap .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .strath-bootstrap .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .strath-bootstrap .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .strath-bootstrap .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .strath-bootstrap .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .strath-bootstrap .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .strath-bootstrap .mb-md-auto {
    margin-bottom: auto !important;
  }
  .strath-bootstrap .ms-md-0 {
    margin-left: 0 !important;
  }
  .strath-bootstrap .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .strath-bootstrap .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .strath-bootstrap .ms-md-3 {
    margin-left: 1rem !important;
  }
  .strath-bootstrap .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .strath-bootstrap .ms-md-5 {
    margin-left: 3rem !important;
  }
  .strath-bootstrap .ms-md-auto {
    margin-left: auto !important;
  }
  .strath-bootstrap .p-md-0 {
    padding: 0 !important;
  }
  .strath-bootstrap .p-md-1 {
    padding: 0.25rem !important;
  }
  .strath-bootstrap .p-md-2 {
    padding: 0.5rem !important;
  }
  .strath-bootstrap .p-md-3 {
    padding: 1rem !important;
  }
  .strath-bootstrap .p-md-4 {
    padding: 1.5rem !important;
  }
  .strath-bootstrap .p-md-5 {
    padding: 3rem !important;
  }
  .strath-bootstrap .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .strath-bootstrap .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .strath-bootstrap .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .strath-bootstrap .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .strath-bootstrap .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .strath-bootstrap .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .strath-bootstrap .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .strath-bootstrap .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .strath-bootstrap .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .strath-bootstrap .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .strath-bootstrap .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .strath-bootstrap .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .strath-bootstrap .pt-md-0 {
    padding-top: 0 !important;
  }
  .strath-bootstrap .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .strath-bootstrap .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .strath-bootstrap .pt-md-3 {
    padding-top: 1rem !important;
  }
  .strath-bootstrap .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .strath-bootstrap .pt-md-5 {
    padding-top: 3rem !important;
  }
  .strath-bootstrap .pe-md-0 {
    padding-right: 0 !important;
  }
  .strath-bootstrap .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .strath-bootstrap .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .strath-bootstrap .pe-md-3 {
    padding-right: 1rem !important;
  }
  .strath-bootstrap .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .strath-bootstrap .pe-md-5 {
    padding-right: 3rem !important;
  }
  .strath-bootstrap .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .strath-bootstrap .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .strath-bootstrap .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .strath-bootstrap .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .strath-bootstrap .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .strath-bootstrap .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .strath-bootstrap .ps-md-0 {
    padding-left: 0 !important;
  }
  .strath-bootstrap .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .strath-bootstrap .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .strath-bootstrap .ps-md-3 {
    padding-left: 1rem !important;
  }
  .strath-bootstrap .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .strath-bootstrap .ps-md-5 {
    padding-left: 3rem !important;
  }
  .strath-bootstrap .gap-md-0 {
    gap: 0 !important;
  }
  .strath-bootstrap .gap-md-1 {
    gap: 0.25rem !important;
  }
  .strath-bootstrap .gap-md-2 {
    gap: 0.5rem !important;
  }
  .strath-bootstrap .gap-md-3 {
    gap: 1rem !important;
  }
  .strath-bootstrap .gap-md-4 {
    gap: 1.5rem !important;
  }
  .strath-bootstrap .gap-md-5 {
    gap: 3rem !important;
  }
  .strath-bootstrap .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .strath-bootstrap .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .strath-bootstrap .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .strath-bootstrap .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .strath-bootstrap .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .strath-bootstrap .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .strath-bootstrap .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .strath-bootstrap .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .strath-bootstrap .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .strath-bootstrap .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .strath-bootstrap .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .strath-bootstrap .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .strath-bootstrap .text-md-start {
    text-align: left !important;
  }
  .strath-bootstrap .text-md-end {
    text-align: right !important;
  }
  .strath-bootstrap .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .strath-bootstrap .float-lg-end {
    float: right !important;
  }
  .strath-bootstrap .float-lg-none {
    float: none !important;
  }
  .strath-bootstrap .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .strath-bootstrap .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .strath-bootstrap .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .strath-bootstrap .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .strath-bootstrap .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .strath-bootstrap .d-lg-inline {
    display: inline !important;
  }
  .strath-bootstrap .d-lg-inline-block {
    display: inline-block !important;
  }
  .strath-bootstrap .d-lg-block {
    display: block !important;
  }
  .strath-bootstrap .d-lg-grid {
    display: grid !important;
  }
  .strath-bootstrap .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .strath-bootstrap .d-lg-table {
    display: table !important;
  }
  .strath-bootstrap .d-lg-table-row {
    display: table-row !important;
  }
  .strath-bootstrap .d-lg-table-cell {
    display: table-cell !important;
  }
  .strath-bootstrap .d-lg-flex {
    display: flex !important;
  }
  .strath-bootstrap .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .strath-bootstrap .d-lg-none {
    display: none !important;
  }
  .strath-bootstrap .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .strath-bootstrap .flex-lg-row {
    flex-direction: row !important;
  }
  .strath-bootstrap .flex-lg-column {
    flex-direction: column !important;
  }
  .strath-bootstrap .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .strath-bootstrap .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .strath-bootstrap .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .strath-bootstrap .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .strath-bootstrap .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .strath-bootstrap .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .strath-bootstrap .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .strath-bootstrap .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .strath-bootstrap .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .strath-bootstrap .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .strath-bootstrap .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .strath-bootstrap .justify-content-lg-center {
    justify-content: center !important;
  }
  .strath-bootstrap .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .strath-bootstrap .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .strath-bootstrap .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .strath-bootstrap .align-items-lg-start {
    align-items: flex-start !important;
  }
  .strath-bootstrap .align-items-lg-end {
    align-items: flex-end !important;
  }
  .strath-bootstrap .align-items-lg-center {
    align-items: center !important;
  }
  .strath-bootstrap .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .strath-bootstrap .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .strath-bootstrap .align-content-lg-start {
    align-content: flex-start !important;
  }
  .strath-bootstrap .align-content-lg-end {
    align-content: flex-end !important;
  }
  .strath-bootstrap .align-content-lg-center {
    align-content: center !important;
  }
  .strath-bootstrap .align-content-lg-between {
    align-content: space-between !important;
  }
  .strath-bootstrap .align-content-lg-around {
    align-content: space-around !important;
  }
  .strath-bootstrap .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .strath-bootstrap .align-self-lg-auto {
    align-self: auto !important;
  }
  .strath-bootstrap .align-self-lg-start {
    align-self: flex-start !important;
  }
  .strath-bootstrap .align-self-lg-end {
    align-self: flex-end !important;
  }
  .strath-bootstrap .align-self-lg-center {
    align-self: center !important;
  }
  .strath-bootstrap .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .strath-bootstrap .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .strath-bootstrap .order-lg-first {
    order: -1 !important;
  }
  .strath-bootstrap .order-lg-0 {
    order: 0 !important;
  }
  .strath-bootstrap .order-lg-1 {
    order: 1 !important;
  }
  .strath-bootstrap .order-lg-2 {
    order: 2 !important;
  }
  .strath-bootstrap .order-lg-3 {
    order: 3 !important;
  }
  .strath-bootstrap .order-lg-4 {
    order: 4 !important;
  }
  .strath-bootstrap .order-lg-5 {
    order: 5 !important;
  }
  .strath-bootstrap .order-lg-last {
    order: 6 !important;
  }
  .strath-bootstrap .m-lg-0 {
    margin: 0 !important;
  }
  .strath-bootstrap .m-lg-1 {
    margin: 0.25rem !important;
  }
  .strath-bootstrap .m-lg-2 {
    margin: 0.5rem !important;
  }
  .strath-bootstrap .m-lg-3 {
    margin: 1rem !important;
  }
  .strath-bootstrap .m-lg-4 {
    margin: 1.5rem !important;
  }
  .strath-bootstrap .m-lg-5 {
    margin: 3rem !important;
  }
  .strath-bootstrap .m-lg-auto {
    margin: auto !important;
  }
  .strath-bootstrap .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .strath-bootstrap .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .strath-bootstrap .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .strath-bootstrap .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .strath-bootstrap .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .strath-bootstrap .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .strath-bootstrap .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .strath-bootstrap .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .strath-bootstrap .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .strath-bootstrap .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .strath-bootstrap .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .strath-bootstrap .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .strath-bootstrap .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .strath-bootstrap .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .strath-bootstrap .mt-lg-0 {
    margin-top: 0 !important;
  }
  .strath-bootstrap .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .strath-bootstrap .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .strath-bootstrap .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .strath-bootstrap .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .strath-bootstrap .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .strath-bootstrap .mt-lg-auto {
    margin-top: auto !important;
  }
  .strath-bootstrap .me-lg-0 {
    margin-right: 0 !important;
  }
  .strath-bootstrap .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .strath-bootstrap .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .strath-bootstrap .me-lg-3 {
    margin-right: 1rem !important;
  }
  .strath-bootstrap .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .strath-bootstrap .me-lg-5 {
    margin-right: 3rem !important;
  }
  .strath-bootstrap .me-lg-auto {
    margin-right: auto !important;
  }
  .strath-bootstrap .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .strath-bootstrap .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .strath-bootstrap .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .strath-bootstrap .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .strath-bootstrap .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .strath-bootstrap .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .strath-bootstrap .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .strath-bootstrap .ms-lg-0 {
    margin-left: 0 !important;
  }
  .strath-bootstrap .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .strath-bootstrap .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .strath-bootstrap .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .strath-bootstrap .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .strath-bootstrap .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .strath-bootstrap .ms-lg-auto {
    margin-left: auto !important;
  }
  .strath-bootstrap .p-lg-0 {
    padding: 0 !important;
  }
  .strath-bootstrap .p-lg-1 {
    padding: 0.25rem !important;
  }
  .strath-bootstrap .p-lg-2 {
    padding: 0.5rem !important;
  }
  .strath-bootstrap .p-lg-3 {
    padding: 1rem !important;
  }
  .strath-bootstrap .p-lg-4 {
    padding: 1.5rem !important;
  }
  .strath-bootstrap .p-lg-5 {
    padding: 3rem !important;
  }
  .strath-bootstrap .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .strath-bootstrap .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .strath-bootstrap .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .strath-bootstrap .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .strath-bootstrap .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .strath-bootstrap .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .strath-bootstrap .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .strath-bootstrap .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .strath-bootstrap .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .strath-bootstrap .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .strath-bootstrap .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .strath-bootstrap .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .strath-bootstrap .pt-lg-0 {
    padding-top: 0 !important;
  }
  .strath-bootstrap .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .strath-bootstrap .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .strath-bootstrap .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .strath-bootstrap .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .strath-bootstrap .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .strath-bootstrap .pe-lg-0 {
    padding-right: 0 !important;
  }
  .strath-bootstrap .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .strath-bootstrap .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .strath-bootstrap .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .strath-bootstrap .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .strath-bootstrap .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .strath-bootstrap .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .strath-bootstrap .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .strath-bootstrap .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .strath-bootstrap .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .strath-bootstrap .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .strath-bootstrap .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .strath-bootstrap .ps-lg-0 {
    padding-left: 0 !important;
  }
  .strath-bootstrap .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .strath-bootstrap .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .strath-bootstrap .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .strath-bootstrap .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .strath-bootstrap .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .strath-bootstrap .gap-lg-0 {
    gap: 0 !important;
  }
  .strath-bootstrap .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .strath-bootstrap .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .strath-bootstrap .gap-lg-3 {
    gap: 1rem !important;
  }
  .strath-bootstrap .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .strath-bootstrap .gap-lg-5 {
    gap: 3rem !important;
  }
  .strath-bootstrap .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .strath-bootstrap .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .strath-bootstrap .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .strath-bootstrap .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .strath-bootstrap .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .strath-bootstrap .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .strath-bootstrap .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .strath-bootstrap .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .strath-bootstrap .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .strath-bootstrap .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .strath-bootstrap .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .strath-bootstrap .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .strath-bootstrap .text-lg-start {
    text-align: left !important;
  }
  .strath-bootstrap .text-lg-end {
    text-align: right !important;
  }
  .strath-bootstrap .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .strath-bootstrap .float-xl-end {
    float: right !important;
  }
  .strath-bootstrap .float-xl-none {
    float: none !important;
  }
  .strath-bootstrap .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .strath-bootstrap .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .strath-bootstrap .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .strath-bootstrap .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .strath-bootstrap .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .strath-bootstrap .d-xl-inline {
    display: inline !important;
  }
  .strath-bootstrap .d-xl-inline-block {
    display: inline-block !important;
  }
  .strath-bootstrap .d-xl-block {
    display: block !important;
  }
  .strath-bootstrap .d-xl-grid {
    display: grid !important;
  }
  .strath-bootstrap .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .strath-bootstrap .d-xl-table {
    display: table !important;
  }
  .strath-bootstrap .d-xl-table-row {
    display: table-row !important;
  }
  .strath-bootstrap .d-xl-table-cell {
    display: table-cell !important;
  }
  .strath-bootstrap .d-xl-flex {
    display: flex !important;
  }
  .strath-bootstrap .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .strath-bootstrap .d-xl-none {
    display: none !important;
  }
  .strath-bootstrap .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .strath-bootstrap .flex-xl-row {
    flex-direction: row !important;
  }
  .strath-bootstrap .flex-xl-column {
    flex-direction: column !important;
  }
  .strath-bootstrap .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .strath-bootstrap .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .strath-bootstrap .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .strath-bootstrap .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .strath-bootstrap .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .strath-bootstrap .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .strath-bootstrap .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .strath-bootstrap .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .strath-bootstrap .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .strath-bootstrap .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .strath-bootstrap .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .strath-bootstrap .justify-content-xl-center {
    justify-content: center !important;
  }
  .strath-bootstrap .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .strath-bootstrap .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .strath-bootstrap .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .strath-bootstrap .align-items-xl-start {
    align-items: flex-start !important;
  }
  .strath-bootstrap .align-items-xl-end {
    align-items: flex-end !important;
  }
  .strath-bootstrap .align-items-xl-center {
    align-items: center !important;
  }
  .strath-bootstrap .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .strath-bootstrap .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .strath-bootstrap .align-content-xl-start {
    align-content: flex-start !important;
  }
  .strath-bootstrap .align-content-xl-end {
    align-content: flex-end !important;
  }
  .strath-bootstrap .align-content-xl-center {
    align-content: center !important;
  }
  .strath-bootstrap .align-content-xl-between {
    align-content: space-between !important;
  }
  .strath-bootstrap .align-content-xl-around {
    align-content: space-around !important;
  }
  .strath-bootstrap .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .strath-bootstrap .align-self-xl-auto {
    align-self: auto !important;
  }
  .strath-bootstrap .align-self-xl-start {
    align-self: flex-start !important;
  }
  .strath-bootstrap .align-self-xl-end {
    align-self: flex-end !important;
  }
  .strath-bootstrap .align-self-xl-center {
    align-self: center !important;
  }
  .strath-bootstrap .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .strath-bootstrap .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .strath-bootstrap .order-xl-first {
    order: -1 !important;
  }
  .strath-bootstrap .order-xl-0 {
    order: 0 !important;
  }
  .strath-bootstrap .order-xl-1 {
    order: 1 !important;
  }
  .strath-bootstrap .order-xl-2 {
    order: 2 !important;
  }
  .strath-bootstrap .order-xl-3 {
    order: 3 !important;
  }
  .strath-bootstrap .order-xl-4 {
    order: 4 !important;
  }
  .strath-bootstrap .order-xl-5 {
    order: 5 !important;
  }
  .strath-bootstrap .order-xl-last {
    order: 6 !important;
  }
  .strath-bootstrap .m-xl-0 {
    margin: 0 !important;
  }
  .strath-bootstrap .m-xl-1 {
    margin: 0.25rem !important;
  }
  .strath-bootstrap .m-xl-2 {
    margin: 0.5rem !important;
  }
  .strath-bootstrap .m-xl-3 {
    margin: 1rem !important;
  }
  .strath-bootstrap .m-xl-4 {
    margin: 1.5rem !important;
  }
  .strath-bootstrap .m-xl-5 {
    margin: 3rem !important;
  }
  .strath-bootstrap .m-xl-auto {
    margin: auto !important;
  }
  .strath-bootstrap .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .strath-bootstrap .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .strath-bootstrap .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .strath-bootstrap .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .strath-bootstrap .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .strath-bootstrap .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .strath-bootstrap .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .strath-bootstrap .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .strath-bootstrap .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .strath-bootstrap .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .strath-bootstrap .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .strath-bootstrap .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .strath-bootstrap .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .strath-bootstrap .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .strath-bootstrap .mt-xl-0 {
    margin-top: 0 !important;
  }
  .strath-bootstrap .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .strath-bootstrap .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .strath-bootstrap .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .strath-bootstrap .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .strath-bootstrap .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .strath-bootstrap .mt-xl-auto {
    margin-top: auto !important;
  }
  .strath-bootstrap .me-xl-0 {
    margin-right: 0 !important;
  }
  .strath-bootstrap .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .strath-bootstrap .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .strath-bootstrap .me-xl-3 {
    margin-right: 1rem !important;
  }
  .strath-bootstrap .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .strath-bootstrap .me-xl-5 {
    margin-right: 3rem !important;
  }
  .strath-bootstrap .me-xl-auto {
    margin-right: auto !important;
  }
  .strath-bootstrap .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .strath-bootstrap .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .strath-bootstrap .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .strath-bootstrap .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .strath-bootstrap .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .strath-bootstrap .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .strath-bootstrap .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .strath-bootstrap .ms-xl-0 {
    margin-left: 0 !important;
  }
  .strath-bootstrap .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .strath-bootstrap .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .strath-bootstrap .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .strath-bootstrap .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .strath-bootstrap .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .strath-bootstrap .ms-xl-auto {
    margin-left: auto !important;
  }
  .strath-bootstrap .p-xl-0 {
    padding: 0 !important;
  }
  .strath-bootstrap .p-xl-1 {
    padding: 0.25rem !important;
  }
  .strath-bootstrap .p-xl-2 {
    padding: 0.5rem !important;
  }
  .strath-bootstrap .p-xl-3 {
    padding: 1rem !important;
  }
  .strath-bootstrap .p-xl-4 {
    padding: 1.5rem !important;
  }
  .strath-bootstrap .p-xl-5 {
    padding: 3rem !important;
  }
  .strath-bootstrap .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .strath-bootstrap .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .strath-bootstrap .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .strath-bootstrap .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .strath-bootstrap .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .strath-bootstrap .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .strath-bootstrap .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .strath-bootstrap .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .strath-bootstrap .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .strath-bootstrap .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .strath-bootstrap .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .strath-bootstrap .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .strath-bootstrap .pt-xl-0 {
    padding-top: 0 !important;
  }
  .strath-bootstrap .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .strath-bootstrap .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .strath-bootstrap .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .strath-bootstrap .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .strath-bootstrap .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .strath-bootstrap .pe-xl-0 {
    padding-right: 0 !important;
  }
  .strath-bootstrap .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .strath-bootstrap .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .strath-bootstrap .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .strath-bootstrap .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .strath-bootstrap .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .strath-bootstrap .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .strath-bootstrap .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .strath-bootstrap .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .strath-bootstrap .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .strath-bootstrap .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .strath-bootstrap .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .strath-bootstrap .ps-xl-0 {
    padding-left: 0 !important;
  }
  .strath-bootstrap .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .strath-bootstrap .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .strath-bootstrap .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .strath-bootstrap .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .strath-bootstrap .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .strath-bootstrap .gap-xl-0 {
    gap: 0 !important;
  }
  .strath-bootstrap .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .strath-bootstrap .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .strath-bootstrap .gap-xl-3 {
    gap: 1rem !important;
  }
  .strath-bootstrap .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .strath-bootstrap .gap-xl-5 {
    gap: 3rem !important;
  }
  .strath-bootstrap .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .strath-bootstrap .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .strath-bootstrap .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .strath-bootstrap .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .strath-bootstrap .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .strath-bootstrap .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .strath-bootstrap .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .strath-bootstrap .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .strath-bootstrap .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .strath-bootstrap .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .strath-bootstrap .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .strath-bootstrap .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .strath-bootstrap .text-xl-start {
    text-align: left !important;
  }
  .strath-bootstrap .text-xl-end {
    text-align: right !important;
  }
  .strath-bootstrap .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .strath-bootstrap .float-xxl-end {
    float: right !important;
  }
  .strath-bootstrap .float-xxl-none {
    float: none !important;
  }
  .strath-bootstrap .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .strath-bootstrap .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .strath-bootstrap .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .strath-bootstrap .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .strath-bootstrap .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .strath-bootstrap .d-xxl-inline {
    display: inline !important;
  }
  .strath-bootstrap .d-xxl-inline-block {
    display: inline-block !important;
  }
  .strath-bootstrap .d-xxl-block {
    display: block !important;
  }
  .strath-bootstrap .d-xxl-grid {
    display: grid !important;
  }
  .strath-bootstrap .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .strath-bootstrap .d-xxl-table {
    display: table !important;
  }
  .strath-bootstrap .d-xxl-table-row {
    display: table-row !important;
  }
  .strath-bootstrap .d-xxl-table-cell {
    display: table-cell !important;
  }
  .strath-bootstrap .d-xxl-flex {
    display: flex !important;
  }
  .strath-bootstrap .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .strath-bootstrap .d-xxl-none {
    display: none !important;
  }
  .strath-bootstrap .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .strath-bootstrap .flex-xxl-row {
    flex-direction: row !important;
  }
  .strath-bootstrap .flex-xxl-column {
    flex-direction: column !important;
  }
  .strath-bootstrap .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .strath-bootstrap .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .strath-bootstrap .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .strath-bootstrap .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .strath-bootstrap .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .strath-bootstrap .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .strath-bootstrap .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .strath-bootstrap .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .strath-bootstrap .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .strath-bootstrap .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .strath-bootstrap .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .strath-bootstrap .justify-content-xxl-center {
    justify-content: center !important;
  }
  .strath-bootstrap .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .strath-bootstrap .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .strath-bootstrap .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .strath-bootstrap .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .strath-bootstrap .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .strath-bootstrap .align-items-xxl-center {
    align-items: center !important;
  }
  .strath-bootstrap .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .strath-bootstrap .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .strath-bootstrap .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .strath-bootstrap .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .strath-bootstrap .align-content-xxl-center {
    align-content: center !important;
  }
  .strath-bootstrap .align-content-xxl-between {
    align-content: space-between !important;
  }
  .strath-bootstrap .align-content-xxl-around {
    align-content: space-around !important;
  }
  .strath-bootstrap .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .strath-bootstrap .align-self-xxl-auto {
    align-self: auto !important;
  }
  .strath-bootstrap .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .strath-bootstrap .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .strath-bootstrap .align-self-xxl-center {
    align-self: center !important;
  }
  .strath-bootstrap .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .strath-bootstrap .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .strath-bootstrap .order-xxl-first {
    order: -1 !important;
  }
  .strath-bootstrap .order-xxl-0 {
    order: 0 !important;
  }
  .strath-bootstrap .order-xxl-1 {
    order: 1 !important;
  }
  .strath-bootstrap .order-xxl-2 {
    order: 2 !important;
  }
  .strath-bootstrap .order-xxl-3 {
    order: 3 !important;
  }
  .strath-bootstrap .order-xxl-4 {
    order: 4 !important;
  }
  .strath-bootstrap .order-xxl-5 {
    order: 5 !important;
  }
  .strath-bootstrap .order-xxl-last {
    order: 6 !important;
  }
  .strath-bootstrap .m-xxl-0 {
    margin: 0 !important;
  }
  .strath-bootstrap .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .strath-bootstrap .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .strath-bootstrap .m-xxl-3 {
    margin: 1rem !important;
  }
  .strath-bootstrap .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .strath-bootstrap .m-xxl-5 {
    margin: 3rem !important;
  }
  .strath-bootstrap .m-xxl-auto {
    margin: auto !important;
  }
  .strath-bootstrap .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .strath-bootstrap .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .strath-bootstrap .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .strath-bootstrap .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .strath-bootstrap .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .strath-bootstrap .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .strath-bootstrap .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .strath-bootstrap .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .strath-bootstrap .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .strath-bootstrap .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .strath-bootstrap .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .strath-bootstrap .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .strath-bootstrap .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .strath-bootstrap .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .strath-bootstrap .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .strath-bootstrap .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .strath-bootstrap .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .strath-bootstrap .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .strath-bootstrap .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .strath-bootstrap .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .strath-bootstrap .mt-xxl-auto {
    margin-top: auto !important;
  }
  .strath-bootstrap .me-xxl-0 {
    margin-right: 0 !important;
  }
  .strath-bootstrap .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .strath-bootstrap .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .strath-bootstrap .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .strath-bootstrap .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .strath-bootstrap .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .strath-bootstrap .me-xxl-auto {
    margin-right: auto !important;
  }
  .strath-bootstrap .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .strath-bootstrap .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .strath-bootstrap .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .strath-bootstrap .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .strath-bootstrap .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .strath-bootstrap .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .strath-bootstrap .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .strath-bootstrap .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .strath-bootstrap .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .strath-bootstrap .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .strath-bootstrap .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .strath-bootstrap .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .strath-bootstrap .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .strath-bootstrap .ms-xxl-auto {
    margin-left: auto !important;
  }
  .strath-bootstrap .p-xxl-0 {
    padding: 0 !important;
  }
  .strath-bootstrap .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .strath-bootstrap .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .strath-bootstrap .p-xxl-3 {
    padding: 1rem !important;
  }
  .strath-bootstrap .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .strath-bootstrap .p-xxl-5 {
    padding: 3rem !important;
  }
  .strath-bootstrap .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .strath-bootstrap .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .strath-bootstrap .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .strath-bootstrap .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .strath-bootstrap .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .strath-bootstrap .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .strath-bootstrap .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .strath-bootstrap .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .strath-bootstrap .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .strath-bootstrap .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .strath-bootstrap .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .strath-bootstrap .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .strath-bootstrap .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .strath-bootstrap .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .strath-bootstrap .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .strath-bootstrap .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .strath-bootstrap .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .strath-bootstrap .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .strath-bootstrap .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .strath-bootstrap .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .strath-bootstrap .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .strath-bootstrap .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .strath-bootstrap .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .strath-bootstrap .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .strath-bootstrap .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .strath-bootstrap .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .strath-bootstrap .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .strath-bootstrap .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .strath-bootstrap .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .strath-bootstrap .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .strath-bootstrap .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .strath-bootstrap .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .strath-bootstrap .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .strath-bootstrap .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .strath-bootstrap .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .strath-bootstrap .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .strath-bootstrap .gap-xxl-0 {
    gap: 0 !important;
  }
  .strath-bootstrap .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .strath-bootstrap .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .strath-bootstrap .gap-xxl-3 {
    gap: 1rem !important;
  }
  .strath-bootstrap .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .strath-bootstrap .gap-xxl-5 {
    gap: 3rem !important;
  }
  .strath-bootstrap .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .strath-bootstrap .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .strath-bootstrap .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .strath-bootstrap .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .strath-bootstrap .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .strath-bootstrap .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .strath-bootstrap .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .strath-bootstrap .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .strath-bootstrap .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .strath-bootstrap .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .strath-bootstrap .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .strath-bootstrap .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .strath-bootstrap .text-xxl-start {
    text-align: left !important;
  }
  .strath-bootstrap .text-xxl-end {
    text-align: right !important;
  }
  .strath-bootstrap .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .strath-bootstrap .fs-2 {
    font-size: 2rem !important;
  }
  .strath-bootstrap .fs-3 {
    font-size: 1.75rem !important;
  }
  .strath-bootstrap .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .strath-bootstrap .d-print-inline-block {
    display: inline-block !important;
  }
  .strath-bootstrap .d-print-block {
    display: block !important;
  }
  .strath-bootstrap .d-print-grid {
    display: grid !important;
  }
  .strath-bootstrap .d-print-inline-grid {
    display: inline-grid !important;
  }
  .strath-bootstrap .d-print-table {
    display: table !important;
  }
  .strath-bootstrap .d-print-table-row {
    display: table-row !important;
  }
  .strath-bootstrap .d-print-table-cell {
    display: table-cell !important;
  }
  .strath-bootstrap .d-print-flex {
    display: flex !important;
  }
  .strath-bootstrap .d-print-inline-flex {
    display: inline-flex !important;
  }
  .strath-bootstrap .d-print-none {
    display: none !important;
  }
}
@charset "UTF-8";
.strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result a:hover {
  background-color: #6c757d;
  color: #fff;
  text-decoration: underline; }

.strath-bootstrap .general-content-main .standout-text a, .strath-bootstrap .general-content-main-fixed .standout-text a, .strath-bootstrap .general-side-fixed .standout-text a, .strath-bootstrap .six-blocks-container .standout-text a, .strath-bootstrap .banner-buttons.has-description .description p:last-child a, .strath-bootstrap .block-grid .block-grid-item.block-grid-intro p a,
.strath-bootstrap .block-grid .block-grid-item.block-grid-intro li a, .strath-bootstrap .block-grid-item .block-grid-item-text p a, .strath-bootstrap .news-events li.news-events-item p a,
.strath-bootstrap .news-events li.news-events-item2 p a, .strath-bootstrap .half-width-feature p > a, .strath-bootstrap .half-width-feature li a, .strath-bootstrap .two-columns .column-inner p a,
.strath-bootstrap .two-columns .column-inner ul > li a,
.strath-bootstrap .two-columns .column-inner a, .strath-bootstrap .two-columns .leading-text p a,
.strath-bootstrap .two-columns .leading-text ul > li a,
.strath-bootstrap .two-columns .leading-text a,
.strath-bootstrap .two-columns .trailing-text p a,
.strath-bootstrap .two-columns .trailing-text ul > li a,
.strath-bootstrap .two-columns .trailing-text a, .strath-bootstrap.course-page .key-facts .key-facts-body p a, .strath-bootstrap.course-page .course-overview p a,
.strath-bootstrap.course-page .course-overview ul li a,
.strath-bootstrap.course-page .course-overview a, .strath-bootstrap .grey-block-button-list a, .strath-bootstrap .rhs-contact > p a, .strath-bootstrap .profile-carousel p a, .strath-bootstrap .uoscarousel .carousel-caption .quotee a, .strath-bootstrap .uoscarousel .carousel-caption blockquote a, .strath-bootstrap .uoscarousel .carousel-caption blockquote p a, .strath-bootstrap .rhs-general p a,
.strath-bootstrap .rhs-general ul > li a,
.strath-bootstrap .rhs-general a, .strath-bootstrap .viewall, .strath-bootstrap .web-news-general-aside > .block-grid-item-content > .block-grid-item-text a, .strath-bootstrap .web-news-general-aside .block-grid-item-content .block-grid-item-text p:last-child a:hover,
.strath-bootstrap .web-news-general-aside .block-grid-item-content .block-grid-item-text a:hover, .strath-bootstrap .general-content-main h1 a,
.strath-bootstrap .general-content-main h2 a,
.strath-bootstrap .general-content-main h3 a,
.strath-bootstrap .general-content-main h4 a,
.strath-bootstrap .general-content-main .banner-buttons .banner-button-header h2 a, .strath-bootstrap .banner-buttons .banner-button-header .general-content-main h2 a,
.strath-bootstrap .general-content-main .results .result h3 a, .strath-bootstrap .results .result .general-content-main h3 a,
.strath-bootstrap .general-content-main .course-search-2019 .searchstriped > section > article > .staff h3 a, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-content-main h3 a,
.strath-bootstrap .general-content-main h5 a,
.strath-bootstrap .general-content-main li a,
.strath-bootstrap .general-content-main p a,
.strath-bootstrap .general-content-main-fixed h1 a,
.strath-bootstrap .general-content-main-fixed h2 a,
.strath-bootstrap .general-content-main-fixed h3 a,
.strath-bootstrap .general-content-main-fixed h4 a,
.strath-bootstrap .general-content-main-fixed .banner-buttons .banner-button-header h2 a, .strath-bootstrap .banner-buttons .banner-button-header .general-content-main-fixed h2 a,
.strath-bootstrap .general-content-main-fixed .results .result h3 a, .strath-bootstrap .results .result .general-content-main-fixed h3 a,
.strath-bootstrap .general-content-main-fixed .course-search-2019 .searchstriped > section > article > .staff h3 a, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-content-main-fixed h3 a,
.strath-bootstrap .general-content-main-fixed h5 a,
.strath-bootstrap .general-content-main-fixed li a,
.strath-bootstrap .general-content-main-fixed p a,
.strath-bootstrap .general-side-fixed h1 a,
.strath-bootstrap .general-side-fixed h2 a,
.strath-bootstrap .general-side-fixed h3 a,
.strath-bootstrap .general-side-fixed h4 a,
.strath-bootstrap .general-side-fixed .banner-buttons .banner-button-header h2 a, .strath-bootstrap .banner-buttons .banner-button-header .general-side-fixed h2 a,
.strath-bootstrap .general-side-fixed .results .result h3 a, .strath-bootstrap .results .result .general-side-fixed h3 a,
.strath-bootstrap .general-side-fixed .course-search-2019 .searchstriped > section > article > .staff h3 a, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-side-fixed h3 a,
.strath-bootstrap .general-side-fixed h5 a,
.strath-bootstrap .general-side-fixed li a,
.strath-bootstrap .general-side-fixed p a, .strath-bootstrap .general-content-main ul li a,
.strath-bootstrap .general-content-main-fixed ul li a,
.strath-bootstrap .general-side-fixed ul li a, .strath-bootstrap .general-content-main a,
.strath-bootstrap .general-content-main-fixed a,
.strath-bootstrap .general-side-fixed a, .strath-bootstrap .web-news-container .web-news-story p a,
.strath-bootstrap .web-news-container .web-news-story li a, .strath-bootstrap .web-news-themes .block-grid-item-text p, .strath-bootstrap .lhs-feature-section-heading p a, .strath-bootstrap .lhs-feature-section .block-grid-item-content p a, .strath-bootstrap .lhs-feature-section .block-grid-item-text li a, .strath-bootstrap #strath-form fieldset p a, .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content ul li a, .strath-bootstrap .accordion .accordion-body .accordion-body-inner a, .strath-bootstrap .areas-of-interest-title a, .strath-bootstrap .areas-of-interest .block-grid-item-content ul li a, .strath-bootstrap .areas-of-interest .block-grid-item-text p a,
.strath-bootstrap .areas-of-interest .block-grid-item-text li a, .strath-bootstrap .location-details p a,
.strath-bootstrap .location-details li a, .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner p a,
.strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner ul > li a,
.strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner a, .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button a, .strath-bootstrap .innovationshowcase .row h3 a, .strath-bootstrap .innovationshowcase h4 a, .strath-bootstrap .innovationshowcase .banner-buttons .banner-button-header h2 a, .strath-bootstrap .banner-buttons .banner-button-header .innovationshowcase h2 a, .strath-bootstrap .innovationshowcase .results .result h3 a, .strath-bootstrap .results .result .innovationshowcase h3 a, .strath-bootstrap .innovationshowcase .course-search-2019 .searchstriped > section > article > .staff h3 a, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .innovationshowcase h3 a,
.strath-bootstrap .innovationshowcase p a {
  color: #01676a;
  text-decoration: underline;
  text-underline-position: under;
  -webkit-text-decoration-color: #01676a;
  text-decoration-color: #01676a;
  text-decoration-thickness: 1px; }

.strath-bootstrap .general-content-main .standout-text a:hover, .strath-bootstrap .general-content-main-fixed .standout-text a:hover, .strath-bootstrap .general-side-fixed .standout-text a:hover, .strath-bootstrap .six-blocks-container .standout-text a:hover, .strath-bootstrap a:hover, .strath-bootstrap .banner-buttons.has-description .description p:last-child a:hover, .strath-bootstrap.home .home-course-search .home-course-search-area ul li a:focus-visible,
.strath-bootstrap.home .home-course-search .home-course-search-area ul li a:hover,
.strath-bootstrap.home .home-course-search .home-course-search-submenu ul li a:focus-visible,
.strath-bootstrap.home .home-course-search .home-course-search-submenu ul li a:hover, .strath-bootstrap .grid-container-news ul li a:hover, .strath-bootstrap .faculties ul li a:hover, .strath-bootstrap .faculties ul li a:focus-visible, .strath-bootstrap .search .search-area .search-form-container .alert-box p a:hover,
.strath-bootstrap .search .search-area .search-form-container .btn.btn-plain:hover, .strath-bootstrap .search .search-area .search-form-container .alert-box p a:focus-visible,
.strath-bootstrap .search .search-area .search-form-container .btn.btn-plain:focus-visible, .strath-bootstrap .search.pgr-search .search-results .search-result a:hover, .strath-bootstrap .search.strath-search .search-results .search-result a:hover, .strath-bootstrap .search.pgr-search .search-results .search-result .key-fact a:hover, .strath-bootstrap .search.strath-search .search-results .search-result .key-fact a:hover, .strath-bootstrap .strath-search .table.simple thead th u:hover, .strath-bootstrap .staff-cards-view .cards-view .search-result .profile .profile-details .profile-link:hover, .strath-bootstrap .staff-cards-view .cards-view .search-result .key-facts .key-fact a:hover, .strath-bootstrap .staff-items-view .items-view .search-result .profile .profile-details .profile-link:hover, .strath-bootstrap .block-grid .block-grid-item.block-grid-intro p a:hover,
.strath-bootstrap .block-grid .block-grid-item.block-grid-intro li a:hover, .strath-bootstrap .block-grid-item .block-grid-item-text p a:hover, .strath-bootstrap .news-events p a:hover,
.strath-bootstrap .news-events ul li a:hover, .strath-bootstrap .news-events h3 a:hover, .strath-bootstrap .two-columns .column-inner .news-events-item a:hover, .strath-bootstrap .wysiwyg p a.hover, .strath-bootstrap .half-width-feature a:hover, .strath-bootstrap .two-columns .column-inner p a:hover,
.strath-bootstrap .two-columns .column-inner ul > li a:hover,
.strath-bootstrap .two-columns .column-inner a:hover, .strath-bootstrap .two-columns blockquote p a:hover, .strath-bootstrap .two-columns .leading-text p a:hover,
.strath-bootstrap .two-columns .leading-text ul > li a:hover,
.strath-bootstrap .two-columns .leading-text a:hover,
.strath-bootstrap .two-columns .trailing-text p a:hover,
.strath-bootstrap .two-columns .trailing-text ul > li a:hover,
.strath-bootstrap .two-columns .trailing-text a:hover, .strath-bootstrap .two-columns ul.display-horizontal li img:hover,
.strath-bootstrap .two-columns ul.display-horizontal li a img:hover, .strath-bootstrap.course-page .key-facts .key-facts-body p a:hover, .strath-bootstrap.course-page .course-overview p a:hover,
.strath-bootstrap.course-page .course-overview ul li a:hover,
.strath-bootstrap.course-page .course-overview a:hover, .strath-bootstrap .rhs-contact > p a:hover, .strath-bootstrap .profile-carousel p a:hover, .strath-bootstrap .uoscarousel .carousel-caption .quotee a:hover, .strath-bootstrap .uoscarousel .carousel-caption blockquote a:hover, .strath-bootstrap .uoscarousel .carousel-caption blockquote p a:hover, .strath-bootstrap .rhs-general p a:hover,
.strath-bootstrap .rhs-general ul > li a:hover,
.strath-bootstrap .rhs-general a:hover, .strath-bootstrap .viewall:hover, .strath-bootstrap .web-news-general-aside > .block-grid-item-content > .block-grid-item-text a:hover, .strath-bootstrap .web-news-general-aside .block-grid-item-content:hover a, .strath-bootstrap .general-content-main h1 a:hover,
.strath-bootstrap .general-content-main h2 a:hover,
.strath-bootstrap .general-content-main h3 a:hover,
.strath-bootstrap .general-content-main h4 a:hover,
.strath-bootstrap .general-content-main .banner-buttons .banner-button-header h2 a:hover, .strath-bootstrap .banner-buttons .banner-button-header .general-content-main h2 a:hover,
.strath-bootstrap .general-content-main .results .result h3 a:hover, .strath-bootstrap .results .result .general-content-main h3 a:hover,
.strath-bootstrap .general-content-main .course-search-2019 .searchstriped > section > article > .staff h3 a:hover, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-content-main h3 a:hover,
.strath-bootstrap .general-content-main h5 a:hover,
.strath-bootstrap .general-content-main li a:hover,
.strath-bootstrap .general-content-main p a:hover,
.strath-bootstrap .general-content-main-fixed h1 a:hover,
.strath-bootstrap .general-content-main-fixed h2 a:hover,
.strath-bootstrap .general-content-main-fixed h3 a:hover,
.strath-bootstrap .general-content-main-fixed h4 a:hover,
.strath-bootstrap .general-content-main-fixed .banner-buttons .banner-button-header h2 a:hover, .strath-bootstrap .banner-buttons .banner-button-header .general-content-main-fixed h2 a:hover,
.strath-bootstrap .general-content-main-fixed .results .result h3 a:hover, .strath-bootstrap .results .result .general-content-main-fixed h3 a:hover,
.strath-bootstrap .general-content-main-fixed .course-search-2019 .searchstriped > section > article > .staff h3 a:hover, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-content-main-fixed h3 a:hover,
.strath-bootstrap .general-content-main-fixed h5 a:hover,
.strath-bootstrap .general-content-main-fixed li a:hover,
.strath-bootstrap .general-content-main-fixed p a:hover,
.strath-bootstrap .general-side-fixed h1 a:hover,
.strath-bootstrap .general-side-fixed h2 a:hover,
.strath-bootstrap .general-side-fixed h3 a:hover,
.strath-bootstrap .general-side-fixed h4 a:hover,
.strath-bootstrap .general-side-fixed .banner-buttons .banner-button-header h2 a:hover, .strath-bootstrap .banner-buttons .banner-button-header .general-side-fixed h2 a:hover,
.strath-bootstrap .general-side-fixed .results .result h3 a:hover, .strath-bootstrap .results .result .general-side-fixed h3 a:hover,
.strath-bootstrap .general-side-fixed .course-search-2019 .searchstriped > section > article > .staff h3 a:hover, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-side-fixed h3 a:hover,
.strath-bootstrap .general-side-fixed h5 a:hover,
.strath-bootstrap .general-side-fixed li a:hover,
.strath-bootstrap .general-side-fixed p a:hover, .strath-bootstrap .general-content-main ul li a:hover,
.strath-bootstrap .general-content-main-fixed ul li a:hover,
.strath-bootstrap .general-side-fixed ul li a:hover, .strath-bootstrap .general-content-main .breakout-box a:hover,
.strath-bootstrap .general-content-main-fixed .breakout-box a:hover,
.strath-bootstrap .general-side-fixed .breakout-box a:hover, .strath-bootstrap .general-content-main .button a:hover,
.strath-bootstrap .general-content-main-fixed .button a:hover,
.strath-bootstrap .general-side-fixed .button a:hover, .strath-bootstrap .general-content-main .table-responsive table tbody td a:hover,
.strath-bootstrap .general-content-main-fixed .table-responsive table tbody td a:hover,
.strath-bootstrap .general-side-fixed .table-responsive table tbody td a:hover, .strath-bootstrap .web-news-container .web-news-story p a:hover,
.strath-bootstrap .web-news-container .web-news-story li a:hover, .strath-bootstrap .web-news-themes .block-grid-item-text p:hover, .strath-bootstrap .lhs-feature-section-heading p a:hover, .strath-bootstrap .lhs-feature-section .block-grid-item-content p a:hover, .strath-bootstrap .lhs-feature-section .block-grid-item-text li a:hover, .strath-bootstrap #strath-form fieldset p a:hover, .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content ul li a:hover, .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive table tbody td a:hover, .strath-bootstrap .accordion .accordion-body .accordion-body-inner a:hover, .strath-bootstrap .LHSImageHeaderText .has-link:hover, .strath-bootstrap .areas-of-interest-title a:hover, .strath-bootstrap .areas-of-interest .block-grid-item-content ul li a:hover, .strath-bootstrap .areas-of-interest table tbody td a:hover, .strath-bootstrap .location-details p a:hover,
.strath-bootstrap .location-details li a:hover, .strath-bootstrap .modal#fundingModal a:hover,
.strath-bootstrap .search-results .alert-box a:hover, .strath-bootstrap .modal#fundingModal a:focus-visible,
.strath-bootstrap .search-results .alert-box a:focus-visible, .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner p a:hover,
.strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner ul > li a:hover,
.strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner a:hover, .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button a:hover, .strath-bootstrap .innovationshowcase .row h3 a:hover, .strath-bootstrap .innovationshowcase .row h3 .category a:hover,
.strath-bootstrap .innovationshowcase .row h3 p a:hover, .strath-bootstrap .innovationshowcase h4 a:hover, .strath-bootstrap .innovationshowcase .banner-buttons .banner-button-header h2 a:hover, .strath-bootstrap .banner-buttons .banner-button-header .innovationshowcase h2 a:hover, .strath-bootstrap .innovationshowcase .results .result h3 a:hover, .strath-bootstrap .results .result .innovationshowcase h3 a:hover, .strath-bootstrap .innovationshowcase .course-search-2019 .searchstriped > section > article > .staff h3 a:hover, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .innovationshowcase h3 a:hover,
.strath-bootstrap .innovationshowcase p a:hover {
  color: #01676a;
  text-decoration: underline;
  -webkit-text-decoration-color: #01676a;
  text-decoration-color: #01676a;
  background: transparent;
  text-decoration-thickness: 2px; }

.strath-bootstrap .block-grid-item .block-grid-item-text ul li:before,
.strath-bootstrap .block-grid-item .block-grid-item-text-text ul li:before, .strath-bootstrap .news-events ul li:before, .strath-bootstrap .two-columns .column-inner ul li:before, .strath-bootstrap .two-columns .leading-text ul li:before,
.strath-bootstrap .two-columns .trailing-text ul li:before, .strath-bootstrap .two-columns .course-module.accordion .course-module-content-inner ul li:before, .strath-bootstrap .two-columns .course-module-subheader ul li:before, .strath-bootstrap.course-page .course-overview ul li:before, .strath-bootstrap .rhs-general ul li:before, .strath-bootstrap .general-content-main ul li:before,
.strath-bootstrap .general-content-main-fixed ul li:before,
.strath-bootstrap .general-side-fixed ul li:before, .strath-bootstrap .six-blocks-container ul li:before, .strath-bootstrap .web-news-container .web-news-story ul li:before, .strath-bootstrap .lhs-feature-section .block-grid-item-content ul li:before, .strath-bootstrap .accordion .accordion-body .accordion-body-inner ul li:before, .strath-bootstrap .accordion-group-title .accordion-group-title-content ul li:before, .strath-bootstrap .location-details ul li:before, .strath-bootstrap .supervisors .supervisors-text ul li:before, .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner ul li:before, .strath-bootstrap .faculty-department-home .contact-box-content ul li:before {
  display: inline-block;
  text-indent: -1.2em;
  content: "\25A0";
  color: #01676a;
  vertical-align: middle;
  padding: 0 2px 2px 0;
  font-size: 0.6rem; }

.strath-bootstrap .wysiwyg blockquote, .strath-bootstrap blockquote, .strath-bootstrap .general-content-main blockquote,
.strath-bootstrap .general-content-main-fixed blockquote,
.strath-bootstrap .general-side-fixed blockquote, .strath-bootstrap .web-news-container .web-news-story blockquote {
  max-width: 90%;
  background: #e9ecef;
  border-left: 6px solid #002b5c;
  margin: 30px 10px;
  overflow: auto;
  padding: 20px; }
  .strath-bootstrap .wysiwyg blockquote p, .strath-bootstrap blockquote p, .strath-bootstrap .general-content-main blockquote p, .strath-bootstrap .general-content-main-fixed blockquote p, .strath-bootstrap .general-side-fixed blockquote p, .strath-bootstrap .web-news-container .web-news-story blockquote p {
    display: inline !important; }
    .strath-bootstrap .wysiwyg blockquote p img, .strath-bootstrap blockquote p img, .strath-bootstrap .general-content-main blockquote p img, .strath-bootstrap .general-content-main-fixed blockquote p img, .strath-bootstrap .general-side-fixed blockquote p img, .strath-bootstrap .web-news-container .web-news-story blockquote p img {
      float: left;
      padding: 0;
      padding-right: 20px;
      border-radius: 50%; }

.strath-bootstrap .wysiwyg blockquote::before, .strath-bootstrap blockquote::before, .strath-bootstrap .general-content-main blockquote::before,
.strath-bootstrap .general-content-main-fixed blockquote::before,
.strath-bootstrap .general-side-fixed blockquote::before, .strath-bootstrap .web-news-container .web-news-story blockquote::before {
  vertical-align: 0; }

.strath-bootstrap blockquote::before, .strath-bootstrap .general-content-main blockquote::before,
.strath-bootstrap .general-content-main-fixed blockquote::before,
.strath-bootstrap .general-side-fixed blockquote::before {
  font-family: "FontAwesome";
  content: "\f10d";
  /*quote left icon*/
  color: #495057;
  padding: 0 5px;
  font-size: 0.7rem; }

.strath-bootstrap blockquote::after, .strath-bootstrap .general-content-main blockquote::after,
.strath-bootstrap .general-content-main-fixed blockquote::after,
.strath-bootstrap .general-side-fixed blockquote::after {
  font-family: "FontAwesome";
  content: "\f10e";
  /*quote right icon*/
  color: #495057;
  padding: 0 5px;
  font-size: 0.7rem; }

.strath-bootstrap .general-content-main .standout-text,
.strath-bootstrap .general-content-main-fixed .standout-text,
.strath-bootstrap .general-side-fixed .standout-text, .strath-bootstrap .six-blocks-container .standout-text {
  background: #e9ecef;
  font-size: 1.2em;
  margin: 40px auto;
  border-left: 4px solid #002b5c;
  padding: 20px;
  max-width: 80%; }

.strath-bootstrap .general-content-main .call-to-action-link,
.strath-bootstrap .general-content-main-fixed .call-to-action-link,
.strath-bootstrap .general-side-fixed .call-to-action-link, .strath-bootstrap .general-content-main .button,
.strath-bootstrap .general-content-main-fixed .button,
.strath-bootstrap .general-side-fixed .button, .strath-bootstrap .general-content-main .button a,
.strath-bootstrap .general-content-main-fixed .button a,
.strath-bootstrap .general-side-fixed .button a, .strath-bootstrap .lhs-feature-section .block-grid-item-text p button a,
.strath-bootstrap .lhs-feature-section .block-grid-item-text button a,
.strath-bootstrap .lhs-feature-section .block-grid-item-text a button, .strath-bootstrap .location-details .button, .strath-bootstrap .container .row .col-lg-4 .image-text-over div button {
  display: inline;
  text-decoration: none;
  background: #01676a;
  font-size: 1.6em;
  font-weight: bold;
  border: 0;
  border-radius: 50px;
  color: #fff;
  line-height: 2em;
  padding: 10px 20px;
  cursor: pointer; }
  .strath-bootstrap .general-content-main .call-to-action-link:hover,
  .strath-bootstrap .general-content-main-fixed .call-to-action-link:hover,
  .strath-bootstrap .general-side-fixed .call-to-action-link:hover, .strath-bootstrap .general-content-main .button:hover,
  .strath-bootstrap .general-content-main-fixed .button:hover,
  .strath-bootstrap .general-side-fixed .button:hover, .strath-bootstrap .general-content-main .button a:hover,
  .strath-bootstrap .general-content-main-fixed .button a:hover,
  .strath-bootstrap .general-side-fixed .button a:hover,
  .strath-bootstrap .lhs-feature-section .block-grid-item-text button a:hover,
  .strath-bootstrap .lhs-feature-section .block-grid-item-text a button:hover, .strath-bootstrap .location-details .button:hover, .strath-bootstrap .container .row .col-lg-4 .image-text-over div button:hover {
    background: #6c757d;
    color: #fff;
    text-decoration: none; }

.strath-bootstrap .general-content-main .breakout-box,
.strath-bootstrap .general-content-main-fixed .breakout-box,
.strath-bootstrap .general-side-fixed .breakout-box, .strath-bootstrap .web-news-container .web-news-story .breakout-box {
  width: 50%;
  margin: 10px 10px 10px 0;
  text-decoration: none;
  background: #01676a;
  border: 0;
  color: #fff !important;
  line-height: 1.2em;
  padding: 1.5rem;
  float: left; }

.strath-bootstrap .general-content-main .breakout-box a, .strath-bootstrap .general-content-main-fixed .breakout-box a, .strath-bootstrap .general-side-fixed .breakout-box a, .strath-bootstrap .web-news-container .web-news-story .breakout-box a {
  color: #fff !important;
  cursor: pointer;
  text-decoration: underline; }
  .strath-bootstrap .general-content-main .breakout-box a:hover, .strath-bootstrap .general-content-main-fixed .breakout-box a:hover, .strath-bootstrap .general-side-fixed .breakout-box a:hover, .strath-bootstrap .web-news-container .web-news-story .breakout-box a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #212529;
    text-decoration-color: #212529;
    color: #212529 !important; }

.strath-bootstrap .single-video.single-image .caption-wrap .caption h2, .strath-bootstrap .news-events h2, .strath-bootstrap .block-outer-white > section h1,
.strath-bootstrap .block-outer-white > section h2,
.strath-bootstrap .block-outer-white > section h3,
.strath-bootstrap .block-outer-white > section h4, .strath-bootstrap .block-outer-white > section .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .block-outer-white > section h2, .strath-bootstrap .block-outer-white > section .results .result h3, .strath-bootstrap .results .result .block-outer-white > section h3, .strath-bootstrap .block-outer-white > section .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer-white > section h3,
.strath-bootstrap .block-outer-grey > section h1,
.strath-bootstrap .block-outer-grey > section h2,
.strath-bootstrap .block-outer-grey > section h3,
.strath-bootstrap .block-outer-grey > section h4, .strath-bootstrap .block-outer-grey > section .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .block-outer-grey > section h2, .strath-bootstrap .block-outer-grey > section .results .result h3, .strath-bootstrap .results .result .block-outer-grey > section h3, .strath-bootstrap .block-outer-grey > section .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer-grey > section h3,
.strath-bootstrap .block-outer > section h1,
.strath-bootstrap .block-outer > section h2,
.strath-bootstrap .block-outer > section h3,
.strath-bootstrap .block-outer > section h4, .strath-bootstrap .block-outer > section .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .block-outer > section h2, .strath-bootstrap .block-outer > section .results .result h3, .strath-bootstrap .results .result .block-outer > section h3, .strath-bootstrap .block-outer > section .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer > section h3,
.strath-bootstrap .profilescontainer-white-fixed-width > section h1,
.strath-bootstrap .profilescontainer-white-fixed-width > section h2,
.strath-bootstrap .profilescontainer-white-fixed-width > section h3,
.strath-bootstrap .profilescontainer-white-fixed-width > section h4, .strath-bootstrap .profilescontainer-white-fixed-width > section .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-white-fixed-width > section h2, .strath-bootstrap .profilescontainer-white-fixed-width > section .results .result h3, .strath-bootstrap .results .result .profilescontainer-white-fixed-width > section h3, .strath-bootstrap .profilescontainer-white-fixed-width > section .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-white-fixed-width > section h3,
.strath-bootstrap .profilescontainer-grey-fixed-width > section h1,
.strath-bootstrap .profilescontainer-grey-fixed-width > section h2,
.strath-bootstrap .profilescontainer-grey-fixed-width > section h3,
.strath-bootstrap .profilescontainer-grey-fixed-width > section h4, .strath-bootstrap .profilescontainer-grey-fixed-width > section .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-grey-fixed-width > section h2, .strath-bootstrap .profilescontainer-grey-fixed-width > section .results .result h3, .strath-bootstrap .results .result .profilescontainer-grey-fixed-width > section h3, .strath-bootstrap .profilescontainer-grey-fixed-width > section .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-grey-fixed-width > section h3,
.strath-bootstrap .profilescontainer-white-full-width > section h1,
.strath-bootstrap .profilescontainer-white-full-width > section h2,
.strath-bootstrap .profilescontainer-white-full-width > section h3,
.strath-bootstrap .profilescontainer-white-full-width > section h4, .strath-bootstrap .profilescontainer-white-full-width > section .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-white-full-width > section h2, .strath-bootstrap .profilescontainer-white-full-width > section .results .result h3, .strath-bootstrap .results .result .profilescontainer-white-full-width > section h3, .strath-bootstrap .profilescontainer-white-full-width > section .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-white-full-width > section h3, .strath-bootstrap .block-outer-grey-stand-alone > section h1,
.strath-bootstrap .block-outer-grey-stand-alone > section h2,
.strath-bootstrap .block-outer-grey-stand-alone > section h3,
.strath-bootstrap .block-outer-grey-stand-alone > section h4, .strath-bootstrap .block-outer-grey-stand-alone > section .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .block-outer-grey-stand-alone > section h2, .strath-bootstrap .block-outer-grey-stand-alone > section .results .result h3, .strath-bootstrap .results .result .block-outer-grey-stand-alone > section h3, .strath-bootstrap .block-outer-grey-stand-alone > section .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer-grey-stand-alone > section h3,
.strath-bootstrap .block-outer-white-stand-alone > section h1,
.strath-bootstrap .block-outer-white-stand-alone > section h2,
.strath-bootstrap .block-outer-white-stand-alone > section h3,
.strath-bootstrap .block-outer-white-stand-alone > section h4, .strath-bootstrap .block-outer-white-stand-alone > section .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .block-outer-white-stand-alone > section h2, .strath-bootstrap .block-outer-white-stand-alone > section .results .result h3, .strath-bootstrap .results .result .block-outer-white-stand-alone > section h3, .strath-bootstrap .block-outer-white-stand-alone > section .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer-white-stand-alone > section h3, .strath-bootstrap .block-outer-white .card-title, .strath-bootstrap .block-outer-background .card-title, .strath-bootstrap .outerhref-one .col-inner-grey > h3,
.strath-bootstrap .outerhref-one .col-inner-white > h3,
.strath-bootstrap .outerhref-two .col-inner-grey > h3,
.strath-bootstrap .outerhref-two .col-inner-white > h3,
.strath-bootstrap .outerhref-three .col-inner-grey > h3,
.strath-bootstrap .outerhref-three .col-inner-white > h3, .strath-bootstrap .rhs-contact > h2, .strath-bootstrap .profile-carousel h2, .strath-bootstrap .rhs-general h2, .strath-bootstrap .general-content-main h1,
.strath-bootstrap .general-content-main h2,
.strath-bootstrap .general-content-main h3,
.strath-bootstrap .general-content-main h4, .strath-bootstrap .general-content-main .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .general-content-main h2, .strath-bootstrap .general-content-main .results .result h3, .strath-bootstrap .results .result .general-content-main h3, .strath-bootstrap .general-content-main .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-content-main h3,
.strath-bootstrap .general-content-main h5, .strath-bootstrap .general-content-main h1 a,
.strath-bootstrap .general-content-main h2 a,
.strath-bootstrap .general-content-main h3 a,
.strath-bootstrap .general-content-main h4 a,
.strath-bootstrap .general-content-main .banner-buttons .banner-button-header h2 a, .strath-bootstrap .banner-buttons .banner-button-header .general-content-main h2 a,
.strath-bootstrap .general-content-main .results .result h3 a, .strath-bootstrap .results .result .general-content-main h3 a,
.strath-bootstrap .general-content-main .course-search-2019 .searchstriped > section > article > .staff h3 a, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-content-main h3 a,
.strath-bootstrap .general-content-main h5 a,
.strath-bootstrap .general-content-main-fixed h1,
.strath-bootstrap .general-content-main-fixed h2,
.strath-bootstrap .general-content-main-fixed h3,
.strath-bootstrap .general-content-main-fixed h4, .strath-bootstrap .general-content-main-fixed .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .general-content-main-fixed h2, .strath-bootstrap .general-content-main-fixed .results .result h3, .strath-bootstrap .results .result .general-content-main-fixed h3, .strath-bootstrap .general-content-main-fixed .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-content-main-fixed h3,
.strath-bootstrap .general-content-main-fixed h5,
.strath-bootstrap .general-content-main-fixed h1 a,
.strath-bootstrap .general-content-main-fixed h2 a,
.strath-bootstrap .general-content-main-fixed h3 a,
.strath-bootstrap .general-content-main-fixed h4 a,
.strath-bootstrap .general-content-main-fixed .banner-buttons .banner-button-header h2 a, .strath-bootstrap .banner-buttons .banner-button-header .general-content-main-fixed h2 a,
.strath-bootstrap .general-content-main-fixed .results .result h3 a, .strath-bootstrap .results .result .general-content-main-fixed h3 a,
.strath-bootstrap .general-content-main-fixed .course-search-2019 .searchstriped > section > article > .staff h3 a, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-content-main-fixed h3 a,
.strath-bootstrap .general-content-main-fixed h5 a,
.strath-bootstrap .general-side-fixed h1,
.strath-bootstrap .general-side-fixed h2,
.strath-bootstrap .general-side-fixed h3,
.strath-bootstrap .general-side-fixed h4, .strath-bootstrap .general-side-fixed .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .general-side-fixed h2, .strath-bootstrap .general-side-fixed .results .result h3, .strath-bootstrap .results .result .general-side-fixed h3, .strath-bootstrap .general-side-fixed .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-side-fixed h3,
.strath-bootstrap .general-side-fixed h5,
.strath-bootstrap .general-side-fixed h1 a,
.strath-bootstrap .general-side-fixed h2 a,
.strath-bootstrap .general-side-fixed h3 a,
.strath-bootstrap .general-side-fixed h4 a,
.strath-bootstrap .general-side-fixed .banner-buttons .banner-button-header h2 a, .strath-bootstrap .banner-buttons .banner-button-header .general-side-fixed h2 a,
.strath-bootstrap .general-side-fixed .results .result h3 a, .strath-bootstrap .results .result .general-side-fixed h3 a,
.strath-bootstrap .general-side-fixed .course-search-2019 .searchstriped > section > article > .staff h3 a, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-side-fixed h3 a,
.strath-bootstrap .general-side-fixed h5 a, .strath-bootstrap .rhs-image .block-grid-item-text-text h2,
.strath-bootstrap .course-search-2019 .course-list-results ul > h3,
.strath-bootstrap .general-content-main .breakout-box,
.strath-bootstrap .general-content-main-fixed .breakout-box,
.strath-bootstrap .general-side-fixed .breakout-box,
.strath-bootstrap .web-news-container .web-news-story .breakout-box,
.strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper h1,
.strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper h1,
.strath-bootstrap .course-search-2019 .searchitemsub > h2,
.strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content h2,
.strath-bootstrap .news-summary .block-grid-item-content h3,
.strath-bootstrap .news-summary .block-grid-item-content-nolink:hover .block-grid-item-text h3,
.strath-bootstrap .block-grid-item.areas-of-interest .block-grid-item-content .block-grid-item-text h3,
.strath-bootstrap .grid-container-news ul li,
.strath-bootstrap .faculties h3,
.strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container legend h2 button,
.strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container legend h2 button,
.strath-bootstrap .course-search-2019 #search-info,
.strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result > a h3,
.strath-bootstrap .block-grid-item .block-grid-item-text a h3,
.strath-bootstrap .block-grid-item .block-grid-item-text a.block-header h3,
.strath-bootstrap .block-grid-item .block-grid-item-text-text a h3,
.strath-bootstrap .block-grid-item .block-grid-item-text-text a.block-header h3,
.strath-bootstrap .block-grid-item .block-grid-item-text .block-header h3,
.strath-bootstrap .block-grid-item .block-grid-item-text-text .block-header h3,
.strath-bootstrap .news-events li.news-events-item .block-grid-item-text h3,
.strath-bootstrap .news-events li.news-events-item2 .block-grid-item-text h3,
.strath-bootstrap .two-columns .column-inner .news-events-item a,
.strath-bootstrap .half-width-feature h2,
.strath-bootstrap .two-columns .column-inner .question,
.strath-bootstrap .two-columns .column-inner .fab,
.strath-bootstrap .general-content-main .question,
.strath-bootstrap .general-content-main-fixed .question,
.strath-bootstrap .general-side-fixed .question,
.strath-bootstrap .block-grid-item-news .news-subtop-story .block-grid-item-content h3,
.strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content h3,
.strath-bootstrap .lhs-feature-section .block-grid-item-content h1,
.strath-bootstrap .lhs-feature-section .block-grid-item-content h2,
.strath-bootstrap .lhs-feature-section .block-grid-item-content h3,
.strath-bootstrap .lhs-feature-section .block-grid-item-content h4,
.strath-bootstrap .lhs-feature-section .block-grid-item-content .course-search-2019 .searchstriped > section > article > .staff h3,
.strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .lhs-feature-section .block-grid-item-content h3,
.strath-bootstrap .lhs-feature-section .block-grid-item-content h5,
.strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content h3,
.strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content.has-link h3,
.strath-bootstrap .events-full-width .block-grid-item-content .block-grid-item-text a.faux-block-link h3,
.strath-bootstrap .innovationshowcase .row h3 a,
.strath-bootstrap .container .row .col-lg-4 .image-text-over div h3,
.strath-bootstrap .container .row .col-lg-4 .image-text-over div h4,
.strath-bootstrap .container .row .col-lg-4 .image-text-over div .banner-buttons .banner-button-header h2,
.strath-bootstrap .banner-buttons .banner-button-header .container .row .col-lg-4 .image-text-over div h2,
.strath-bootstrap .related-link-carousel .flexslider .related-link a h2,
.strath-bootstrap .discover .iso .related-link a h2,
.strath-bootstrap .discover .iso .discoverymultiplelinkwrapper h2,
.strath-bootstrap .related-link-carousel .flexslider .related-link h2,
.strath-bootstrap .faculties,
.strath-bootstrap .news-events h3,
.strath-bootstrap .news-events h3 a,
.strath-bootstrap .general-content-main .call-to-action-link,
.strath-bootstrap .general-content-main-fixed .call-to-action-link,
.strath-bootstrap .general-side-fixed .call-to-action-link,
.strath-bootstrap .general-content-main .table-responsive table thead tr td,
.strath-bootstrap .general-content-main .table-responsive table thead tr th,
.strath-bootstrap .general-content-main-fixed .table-responsive table thead tr td,
.strath-bootstrap .general-content-main-fixed .table-responsive table thead tr th,
.strath-bootstrap .general-side-fixed .table-responsive table thead tr td,
.strath-bootstrap .general-side-fixed .table-responsive table thead tr th {
  font-family: "ClanProBold", sans-serif;
  color: #002b5c;
  font-weight: bold; }


.strath-bootstrap .course-search-2019 .course-list-results ul > h3 {
  font-size: 2.25rem; }


.strath-bootstrap .general-content-main .breakout-box,
.strath-bootstrap .general-content-main-fixed .breakout-box,
.strath-bootstrap .general-side-fixed .breakout-box,
.strath-bootstrap .web-news-container .web-news-story .breakout-box,
.strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper h1,
.strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper h1,
.strath-bootstrap .course-search-2019 .searchitemsub > h2,
.strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content h2,
.strath-bootstrap .news-summary .block-grid-item-content h3,
.strath-bootstrap .news-summary .block-grid-item-content-nolink:hover .block-grid-item-text h3,
.strath-bootstrap .block-grid-item.areas-of-interest .block-grid-item-content .block-grid-item-text h3 {
  font-size: 1.75rem; }


.strath-bootstrap .grid-container-news ul li,
.strath-bootstrap .faculties h3,
.strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container legend h2 button,
.strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container legend h2 button,
.strath-bootstrap .course-search-2019 #search-info,
.strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result > a h3,
.strath-bootstrap .block-grid-item .block-grid-item-text a h3,
.strath-bootstrap .block-grid-item .block-grid-item-text a.block-header h3,
.strath-bootstrap .block-grid-item .block-grid-item-text-text a h3,
.strath-bootstrap .block-grid-item .block-grid-item-text-text a.block-header h3,
.strath-bootstrap .block-grid-item .block-grid-item-text .block-header h3,
.strath-bootstrap .block-grid-item .block-grid-item-text-text .block-header h3,
.strath-bootstrap .news-events li.news-events-item .block-grid-item-text h3,
.strath-bootstrap .news-events li.news-events-item2 .block-grid-item-text h3,
.strath-bootstrap .two-columns .column-inner .news-events-item a,
.strath-bootstrap .half-width-feature h2,
.strath-bootstrap .two-columns .column-inner .question,
.strath-bootstrap .two-columns .column-inner .fab,
.strath-bootstrap .general-content-main .question,
.strath-bootstrap .general-content-main-fixed .question,
.strath-bootstrap .general-side-fixed .question,
.strath-bootstrap .block-grid-item-news .news-subtop-story .block-grid-item-content h3,
.strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content h3,
.strath-bootstrap .lhs-feature-section .block-grid-item-content h1,
.strath-bootstrap .lhs-feature-section .block-grid-item-content h2,
.strath-bootstrap .lhs-feature-section .block-grid-item-content h3,
.strath-bootstrap .lhs-feature-section .block-grid-item-content h4,
.strath-bootstrap .lhs-feature-section .block-grid-item-content .course-search-2019 .searchstriped > section > article > .staff h3,
.strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .lhs-feature-section .block-grid-item-content h3,
.strath-bootstrap .lhs-feature-section .block-grid-item-content h5,
.strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content h3,
.strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content.has-link h3,
.strath-bootstrap .events-full-width .block-grid-item-content .block-grid-item-text a.faux-block-link h3,
.strath-bootstrap .innovationshowcase .row h3 a,
.strath-bootstrap .container .row .col-lg-4 .image-text-over div h3,
.strath-bootstrap .container .row .col-lg-4 .image-text-over div h4,
.strath-bootstrap .container .row .col-lg-4 .image-text-over div .banner-buttons .banner-button-header h2,
.strath-bootstrap .banner-buttons .banner-button-header .container .row .col-lg-4 .image-text-over div h2,
.strath-bootstrap .related-link-carousel .flexslider .related-link a h2,
.strath-bootstrap .discover .iso .related-link a h2,
.strath-bootstrap .discover .iso .discoverymultiplelinkwrapper h2,
.strath-bootstrap .related-link-carousel .flexslider .related-link h2 {
  font-size: 1.25rem; }


.strath-bootstrap .faculties,
.strath-bootstrap .news-events h3,
.strath-bootstrap .news-events h3 a,
.strath-bootstrap .general-content-main .call-to-action-link,
.strath-bootstrap .general-content-main-fixed .call-to-action-link,
.strath-bootstrap .general-side-fixed .call-to-action-link,
.strath-bootstrap .general-content-main .table-responsive table thead tr td,
.strath-bootstrap .general-content-main .table-responsive table thead tr th,
.strath-bootstrap .general-content-main-fixed .table-responsive table thead tr td,
.strath-bootstrap .general-content-main-fixed .table-responsive table thead tr th,
.strath-bootstrap .general-side-fixed .table-responsive table thead tr td,
.strath-bootstrap .general-side-fixed .table-responsive table thead tr th {
  font-size: 1rem; }

.strath-bootstrap {
  /* ==========================================================================
   fonts / Clan Pro Bold & Roboto medium
   ========================================================================== */
  /* ==========================================================================
   strath-a-z / a-z-tiles.scss   for entry page
   ========================================================================== */
  /* Apply hover styles only to links that do not have the 'disabled' class */
  /* ==========================================================================
     Base
     ========================================================================== */
  /* ==========================================================================
   Breadcrumb
   ========================================================================== */
  /* ==========================================================================
   Homepage Banner
   ========================================================================== */
  /* ==========================================================================
   Homepage
   ========================================================================== */
  /* ==========================================================================
   Buttons
   ========================================================================== */
  /* ==========================================================================
   Search
   ========================================================================== */
  /* ==========================================================================
   Campaign Banner
   ========================================================================== */
  /* ==========================================================================
   Course search
   ========================================================================== */
  /*xl = Extra large ≥1200px. Max container width 1140px. */
  /*sm = Small ≥576px. Max container width 540px.*/
  /* xs = Extra small <576px. Max container width None (auto) */
  /* ==========================================================================
   Fact Banner
   ========================================================================== */
  /* ==========================================================================
   USP's - Unique selling points
   ========================================================================== */
  /* ==========================================================================
   Timeline
   ========================================================================== */
  /* ==========================================================================
   Testimonial
   ========================================================================== */
  /*
==========================================================================
   Block Grid
==========================================================================
*/
  /* ==========================================================================
   Pagination
   ========================================================================== */
  /* ==========================================================================
   Bullets
   ========================================================================== */
  /* ==========================================================================
   Single Image/Video (uos boot fullSingleImageVideo)
   ========================================================================== */
  /* ==========================================================================
   News and Events
   ========================================================================== */
  /* ==========================================================================
   WYSIWYG - Formatting for content created with WYSIWYG editor
   ========================================================================== */
  /* ==========================================================================
  Outer Block
   ========================================================================== */
  /*@include media($phablet) {*/
  /*.block-outer-grey-stand-alone {
           > section /*{margin-top: -3.5rem;*/
  /* ==========================================================================
   uos LHSHalfWidthFeatureLnk & half-width-feature.scss
   ========================================================================== */
  /* ==========================================================================
    Course Search Landing
   ========================================================================== */
  /* ==========================================================================
   Course Page
   ========================================================================== */
  /* ==========================================================================
   Course Page
   ========================================================================== */
  /* The switch - the box around the slider */
  /* ==========================================================================
   Course search
   ========================================================================== */
  /*xl = Extra large ≥1200px. Max container width 1140px. */
  /*sm = Small ≥576px. Max container width 540px.*/
  /* xs = Extra small <576px. Max container width None (auto) */
  /* ==========================================================================
   Block Button
   ========================================================================== */
  /* ==========================================================================
   Feature
   ========================================================================== */
  /* ==========================================================================
   uos Contact-RHS &  rhs-contact.scss
   ========================================================================== */
  /* ==========================================================================
   RHS - Quotes / rhs-quote.scss   
   ==========================================================================  */
  /* ==========================================================================
   RHS - General / rhs-general.scss         
   ==========================================================================  */
  /* ==========================================================================
   uos Page Title / page-banner.scss 
   ========================================================================== */
  /* ==========================================================================
   General / general.scss
   ==========================================================================  */
  /* ==========================================================================
   uos_feature-with-image & _feature-with-image.scss
   ========================================================================== */
  /* ==========================================================================
   uos profile  & _profile.scss
   ========================================================================== */
  /* ==========================================================================
Strategic Plan
========================================================================== */
  /* ==========================================================================
   Alerts / alert.scss
   ==========================================================================  */
  /* ==========================================================================
   uos 6blocks / sixblocks.scss 
   ========================================================================== */
  /* ==========================================================================
   Testimonial
   ========================================================================== */
  /* ==========================================================================
   uos Photobox / photobox.scss   
   ==========================================================================  */
  /* ==========================================================================
   uos 1block / one-block.scss   
   ==========================================================================  */
  /* ==========================================================================
   uos 2or4blocks / 2or4blocks.scss   
   ==========================================================================  */
  /* ==========================================================================
   Master LHS RHS / master-rhs-lhs.scss   
   ==========================================================================  */
  /* ==========================================================================
   uos WebNews / news.scss 
   ==========================================================================  */
  /* ==========================================================================
   uos/html mime type
   ==========================================================================  */
  /* ==========================================================================
    uosRHSList mime type 
   ==========================================================================  */
  /* ==========================================================================
    uos WebNews & uos News Header / uos/topstory mime type / uos/subtopstory mime type
   ==========================================================================  */
  /* ==========================================================================
    uos NewsSummary 
   ==========================================================================  */
  /* ==========================================================================
    uos WebNews themes mimetype 
   ==========================================================================  */
  /* ==========================================================================
   uos LHSfeaturesection / lhs-feature-section .scss
   ==========================================================================  */
  /* ==========================================================================
   Tagline
   ========================================================================== */
  /* ==========================================================================
   Forms - Additional styling for forms 
   ========================================================================== */
  /* ==========================================================================
   uos LHSHalfwidthfeaturelnk / lhshalfwidthfeaturelnk.scss   
   ==========================================================================  */
  /* ==========================================================================
   Alerts / alert.scss
   ==========================================================================  */
  /* ==========================================================================
   Text Drop-down / Accordion
   ========================================================================== */
  /* ==========================================================================
   uos RHSImage / rhs-image.scss
   ==========================================================================  */
  /* ==========================================================================
   uos Events
   ========================================================================== */
  /* ==========================================================================
   Fact XX
   ========================================================================== */
  /* ==========================================================================
  uos LHSImageHeaderText / lhs-image-header-text.scss    
   ==========================================================================  */
  /* ==========================================================================
   uos LHSAreasOfInterest / areas-of-interest.scss     
   ==========================================================================  */
  /* ==========================================================================
   Multi Map - used on the places of worship page
   ========================================================================== */
  /* ==========================================================================
   Master wrap
   ========================================================================== */
  /* ==========================================================================
   PGR Page / pgr-page.scss   
   ==========================================================================  */
  /* ==========================================================================
   PGR Opportunity / pgr-opportunity.scss
   ==========================================================================  */
  /* ==========================================================================
   uos  & _image-rollover.scss
   ========================================================================== */
  /* ==========================================================================
   Factulty Homepage
   ========================================================================== */
  /* ==========================================================================
  Off Canvas
   ========================================================================== */
  /* ==========================================================================
   Maps - most of the code is still in main.css
   ========================================================================== */
  /* ==========================================================================
   related-link carousel
   ========================================================================== */ }

@font-face {
  .strath-bootstrap {
    font-family: "ClanProBold";
    src: url("/media/1newwebsite/webteam/fonts/FontFont_-_Clan_Pro_Bold.otf");
    font-weight: 400; } }
  .strath-bootstrap .a-z {
    color: #002b5c;
    font-size: 1.5em;
    border-radius: 3px;
    min-width: 38px;
    min-height: 38px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit; }
  .strath-bootstrap .letters {
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .strath-bootstrap .letters a {
    color: #002b5c;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
    border: 1px solid #dee2e6;
    margin: 2px;
    text-decoration: none; }
  .strath-bootstrap .letters a.disabled {
    background-color: #e9ecef;
    cursor: not-allowed; }
  .strath-bootstrap .letters a:not(.disabled):hover,
  .strath-bootstrap .letters a:not(.disabled):focus {
    background: #6c757d;
    color: #fff;
    text-decoration: underline; }
  .strath-bootstrap body * {
    font-family: "Roboto", sans-serif; }
  .strath-bootstrap #skipLink {
    position: absolute;
    top: 1rem;
    left: 1rem;
    -webkit-transform: translateY(-1000px);
    -ms-transform: translateY(-1000px);
    transform: translateY(-1000px);
    color: #000;
    padding: 1rem; }
    .strath-bootstrap #skipLink:focus-visible {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .strath-bootstrap p {
    line-height: 1.4; }
  .strath-bootstrap ul {
    list-style-type: none;
    padding: 0 0 0 1rem; }
  .strath-bootstrap .wrap {
    background: #fff;
    padding-bottom: 2rem; }
    @media (min-width: 992px) {
      .strath-bootstrap .wrap {
        padding: 0 2rem 2rem 2rem; } }
  .strath-bootstrap .main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .strath-bootstrap .main .has-aside {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 576px) {
        .strath-bootstrap .main .has-aside {
          -webkit-flex: 0 0 58.33333%;
          -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
          max-width: 58.33333%; } }
      @media (min-width: 768px) {
        .strath-bootstrap .main .has-aside {
          -webkit-flex: 0 0 66.66667%;
          -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
          max-width: 66.66667%; } }
      @media (min-width: 992px) {
        .strath-bootstrap .main .has-aside {
          -webkit-flex: 0 0 75%;
          -ms-flex: 0 0 75%;
          flex: 0 0 75%;
          max-width: 75%; } }
    .strath-bootstrap .main aside {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 576px) {
        .strath-bootstrap .main aside {
          -webkit-flex: 0 0 41.66667%;
          -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
          max-width: 41.66667%; } }
      @media (min-width: 768px) {
        .strath-bootstrap .main aside {
          -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
      @media (min-width: 992px) {
        .strath-bootstrap .main aside {
          -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%; } }
  .strath-bootstrap hr {
    width: 100%;
    height: 1px;
    border-top: 1px solid #ced4da; }
    .strath-bootstrap hr.blue-hr {
      border-top: 3px solid #0078ae;
      max-width: 100px;
      width: 100%;
      margin: 0;
      margin-bottom: 40px;
      text-align: left; }
  .strath-bootstrap a.faux-block-link:before {
    content: "";
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    z-index: 1; }
  .strath-bootstrap aside.off-canvas {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
    @media (min-width: 768px) {
      .strath-bootstrap aside.off-canvas {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; } }
    .strath-bootstrap aside.off-canvas button.off-canvas-reveal {
      width: 100%;
      position: relative;
      margin-bottom: 1rem;
      color: #002b5c;
      background: #ced4da;
      font-weight: bold;
      display: block; }
      @media (min-width: 576px) {
        .strath-bootstrap aside.off-canvas button.off-canvas-reveal {
          display: none; } }
      .strath-bootstrap aside.off-canvas button.off-canvas-reveal:after {
        position: absolute;
        top: 0;
        right: 0;
        content: "\f054";
        font-family: "FontAwesome";
        padding: 0.75rem 1rem;
        color: #002b5c; }
      .strath-bootstrap aside.off-canvas button.off-canvas-reveal.back:after {
        right: auto;
        left: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .strath-bootstrap aside.off-canvas .off-canvas-body {
      position: fixed;
      left: 100%;
      width: 100%;
      height: 100%;
      top: 0;
      padding: 1rem;
      padding-top: 120px;
      background: #fff;
      transition: all 0.2s ease-in-out;
      overflow-y: scroll;
      z-index: 5; }
      @media (min-width: 576px) {
        .strath-bootstrap aside.off-canvas .off-canvas-body {
          position: static;
          min-height: 0;
          padding: 0;
          overflow-y: hidden; } }
      .strath-bootstrap aside.off-canvas .off-canvas-body h2 {
        font-family: "ClanProBold", sans-serif;
        padding-bottom: 0;
        border-bottom: 0;
        min-height: 0; }
  .strath-bootstrap .off-canvas-open aside.off-canvas .off-canvas-body {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }
  .strath-bootstrap .gray-100-bg {
    background-color: #f8f9fa !important; }
  .strath-bootstrap .gray-200-bg,
  .strath-bootstrap .grey-bg {
    background-color: #e9ecef !important; }
  .strath-bootstrap .white-bg {
    background-color: #fff !important; }
  .strath-bootstrap .darkblue-bg,
  .strath-bootstrap .primaryblue-bg {
    background-color: #002b5c !important;
    color: #fff !important; }
  .strath-bootstrap .blue-bg {
    background-color: #0078ae !important;
    color: #fff !important; }
  .strath-bootstrap .green-bg {
    background-color: #5d9732 !important;
    color: #fff !important; }
  .strath-bootstrap .orange-bg {
    background-color: #f47b20 !important;
    color: #fff !important; }
  .strath-bootstrap .red-bg {
    background-color: #ee3224 !important;
    color: #fff !important; }
  .strath-bootstrap .small-gutters .row,
  .strath-bootstrap .block-grid .row {
    margin-right: -10px;
    margin-left: -10px; }
    .strath-bootstrap .small-gutters .row > *,
    .strath-bootstrap .block-grid .row > * {
      padding-right: 10px;
      padding-left: 10px; }
  .strath-bootstrap .embed-responsive {
    margin-bottom: 1rem; }
    .strath-bootstrap .embed-responsive:last-child {
      margin-bottom: 20px; }
  @media (min-width: 576px) {
    .strath-bootstrap .right {
      float: right;
      margin: 0 0 1rem 1rem;
      max-width: 50%; } }
  @media (min-width: 768px) {
    .strath-bootstrap .right {
      float: right;
      margin: 0 0 2rem 2rem;
      max-width: 50%; } }
  @media (min-width: 576px) {
    .strath-bootstrap .left {
      float: left;
      margin: 0 1rem 1rem 0;
      max-width: 50%; } }
  @media (min-width: 768px) {
    .strath-bootstrap .left {
      float: left;
      margin: 0 2rem 2rem 0;
      max-width: 50%; } }
  .strath-bootstrap .btn-primary:focus-visible, .strath-bootstrap .call-to-action-link a:focus-visible,
  .strath-bootstrap a.call-to-action-link:focus-visible,
  .strath-bootstrap .button-container a:focus-visible,
  .strath-bootstrap .orange-button a:focus-visible,
  .strath-bootstrap .btn-outline-primary:focus-visible {
    outline: 2px solid black;
    outline-offset: 2px; }
  .strath-bootstrap.home .strath-bootstrap-two-columns {
    overflow-x: hidden; }
  .strath-bootstrap.home .site-header {
    position: absolute;
    background: transparent; }
    @media (min-width: 992px) {
      .strath-bootstrap.home .site-header {
        background: transparent; } }
  .strath-bootstrap .navbar-nav .nav-item.dropdown .nav-link {
    font-family: "ClanProBold", sans-serif; }
  .strath-bootstrap .navbar-nav .nav-item.dropdown .nav-link:focus-visible.dropdown-toggle {
    color: white !important;
    background: white;
    border-radius: 20px 20px 0 0;
    box-shadow: none;
    text-decoration: underline; }
    @media (max-width: 992px) {
      .strath-bootstrap .navbar-nav .nav-item.dropdown .nav-link:focus-visible.dropdown-toggle {
        background: #f8f9fa; } }
  .strath-bootstrap .navbar-nav .nav-item.dropdown .nav-link:focus-visible.dropdown-toggle:has(~ .dropdown-menu.show) {
    color: #002b5c !important;
    background: white;
    border-radius: 5px 5px 0 0;
    box-shadow: none;
    outline: none;
    transition: none; }
    @media (max-width: 992px) {
      .strath-bootstrap .navbar-nav .nav-item.dropdown .nav-link:focus-visible.dropdown-toggle:has(~ .dropdown-menu.show) {
        background: #f8f9fa; } }
  .strath-bootstrap .navbar-expand-lg .offcanvas-end.show .navbar-nav .nav-link {
    color: #002b5c;
    font-weight: bold; }
    .strath-bootstrap .navbar-expand-lg .offcanvas-end.show .navbar-nav .nav-link:focus-visible, .strath-bootstrap .navbar-expand-lg .offcanvas-end.show .navbar-nav .nav-link:hover {
      color: #002b5c !important;
      text-decoration: underline; }
    .strath-bootstrap .navbar-expand-lg .offcanvas-end.show .navbar-nav .nav-link:focus {
      outline: 0; }
  .strath-bootstrap .navbar-expand-lg .offcanvas-end.show .navbar-nav .dropdown-menu.show li a {
    color: #002b5c;
    padding: 10px 5px;
    text-wrap: wrap; }
    .strath-bootstrap .navbar-expand-lg .offcanvas-end.show .navbar-nav .dropdown-menu.show li a:focus-visible, .strath-bootstrap .navbar-expand-lg .offcanvas-end.show .navbar-nav .dropdown-menu.show li a:hover {
      text-decoration: underline;
      color: #002b5c !important;
      outline: 0 !important; }
    .strath-bootstrap .navbar-expand-lg .offcanvas-end.show .navbar-nav .dropdown-menu.show li a:focus {
      outline: 0; }
  .strath-bootstrap .navbar-expand-lg .offcanvas-end.show .navbar-nav .nav-link.dropdown-toggle::after {
    display: none; }
  .strath-bootstrap .navbar-expand-lg .offcanvas-end.show .navbar-nav .nav-link.dropdown-toggle:has(~ .dropdown-menu.show) {
    background: #f8f9fa !important; }
  .strath-bootstrap .nav-link.dropdown-toggle {
    transition: none; }
    .strath-bootstrap .nav-link.dropdown-toggle:has(~ .dropdown-menu.show) {
      background: white !important;
      color: #002b5c !important;
      font-weight: bold;
      border-radius: 5px 5px 0 0;
      outline: none; }
      @media (max-width: 992px) {
        .strath-bootstrap .nav-link.dropdown-toggle:has(~ .dropdown-menu.show) {
          background: #f8f9fa; } }
  .strath-bootstrap .site-header.full-width,
  .strath-bootstrap .site-header.fixed-width {
    position: relative;
    margin-bottom: 0; }
    .strath-bootstrap .site-header.full-width .navbar-nav .nav-item.dropdown .nav-link:focus-visible.dropdown-toggle,
    .strath-bootstrap .site-header.fixed-width .navbar-nav .nav-item.dropdown .nav-link:focus-visible.dropdown-toggle {
      color: #002b5c !important;
      background: white;
      border-radius: 20px 20px 0 0;
      box-shadow: none;
      text-decoration: underline; }
      @media (max-width: 992px) {
        .strath-bootstrap .site-header.full-width .navbar-nav .nav-item.dropdown .nav-link:focus-visible.dropdown-toggle,
        .strath-bootstrap .site-header.fixed-width .navbar-nav .nav-item.dropdown .nav-link:focus-visible.dropdown-toggle {
          background: #f8f9fa; } }
    .strath-bootstrap .site-header.full-width .form-control-lg.search-input:focus-visible,
    .strath-bootstrap .site-header.fixed-width .form-control-lg.search-input:focus-visible {
      box-shadow: inset 0 0 0 transparent, 0 0 0 3px rgba(0, 43, 92, 0.75); }
    .strath-bootstrap .site-header.full-width .site-search-inner .form-control-lg.search-input:focus-visible,
    .strath-bootstrap .site-header.fixed-width .site-search-inner .form-control-lg.search-input:focus-visible {
      box-shadow: inset 0 0 0 transparent, 0 0 0 3px rgba(0, 43, 92, 0.75); }
  .strath-bootstrap .site-header {
    width: 100%;
    padding: 0;
    transition: top 0.5s; }
    @media (min-width: 992px) {
      .strath-bootstrap .site-header {
        padding: 0;
        background: white; } }
    .strath-bootstrap .site-header .site-branding .site-branding-image,
    .strath-bootstrap .site-header .site-branding-header .site-branding-image {
      display: inline-block; }
    .strath-bootstrap .site-header .site-branding {
      pointer-events: none; }
      @media (min-width: 992px) {
        .strath-bootstrap .site-header .site-branding {
          width: 100%; } }
      .strath-bootstrap .site-header .site-branding a {
        pointer-events: all; }
      .strath-bootstrap .site-header .site-branding .site-branding-image a:focus-visible img {
        outline: 2px solid #002b5c; }
      .strath-bootstrap .site-header .site-branding .site-branding-header {
        padding-bottom: 0;
        pointer-events: none; }
        @media (min-width: 992px) {
          .strath-bootstrap .site-header .site-branding .site-branding-header {
            width: auto;
            z-index: 10; } }
        .strath-bootstrap .site-header .site-branding .site-branding-header a {
          pointer-events: all; }
      .strath-bootstrap .site-header .site-branding .light {
        display: block;
        padding: 0;
        width: revert-layer;
        height: auto; }
        @media (max-width: 767.98px) {
          .strath-bootstrap .site-header .site-branding .light {
            width: 200px; } }
        @media only screen and (max-width: 281px) and (min-width: 180px) {
          .strath-bootstrap .site-header .site-branding .light {
            width: 160px; } }
    .strath-bootstrap .site-header:not(.modal-opened) {
      z-index: 1035; }
      @media (min-width: 992px) {
        .strath-bootstrap .site-header:not(.modal-opened) .site-branding {
          z-index: 10; } }
    .strath-bootstrap .site-header .site-search-inner {
      position: relative; }
      .strath-bootstrap .site-header .site-search-inner form {
        position: relative;
        top: 27px; }
      .strath-bootstrap .site-header .site-search-inner button {
        border-radius: 0.5rem;
        background: white !important;
        border: 1px solid white;
        height: 35px;
        box-shadow: 0 0 0 2px #fff; }
        .strath-bootstrap .site-header .site-search-inner button:focus-visible, .strath-bootstrap .site-header .site-search-inner button:hover {
          color: #013637 !important;
          outline: 3px solid #01676a; }
      .strath-bootstrap .site-header .site-search-inner .form-control-lg.search-input {
        width: 100%;
        padding: 10px 50px 10px 10px;
        border: 1px solid #495057;
        font-size: 16px; }
        .strath-bootstrap .site-header .site-search-inner .form-control-lg.search-input:focus-visible {
          box-shadow: inset 0 0 0 transparent, 0 0 0 3px rgba(232, 62, 140, 0.75);
          -ms-high-contrast: adjusted;
          outline: none !important; }
        @media (min-width: 992px) {
          .strath-bootstrap .site-header .site-search-inner .form-control-lg.search-input {
            background: white; } }
      .strath-bootstrap .site-header .site-search-inner .search-icon {
        position: absolute;
        top: 2px;
        right: 2px;
        color: #01676a;
        padding: 6.5px 13.33333px;
        box-shadow: 0 0 0 2px transparent; }
        .strath-bootstrap .site-header .site-search-inner .search-icon:hover {
          background-color: white !important; }
        .strath-bootstrap .site-header .site-search-inner .search-icon:focus-visible .fas {
          color: #013637 !important; }
          .strath-bootstrap .site-header .site-search-inner .search-icon:focus-visible .fas:hover {
            color: #013637 !important; }
      @media (min-width: 992px) {
        .strath-bootstrap .site-header .site-search-inner {
          background: transparent;
          min-width: 252px; } }
      .strath-bootstrap .site-header .site-search-inner .ui-menu {
        max-width: 100%; }
    @media (min-width: 992px) {
      .strath-bootstrap .site-header.home .site-search-inner {
        min-width: 258px; } }
    .strath-bootstrap .site-header .breadcrumb-container {
      background: #e9ecef;
      width: 100%; }
      .strath-bootstrap .site-header .breadcrumb-container .breadcrumb {
        margin: 0;
        width: 100%;
        z-index: 1;
        font-size: 0.9rem; }
  .strath-bootstrap .dark-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    transition: 0.2s;
    opacity: 0;
    z-index: 1034;
    pointer-events: none; }
    .strath-bootstrap .dark-overlay.active, .strath-bootstrap .dark-overlay.searchActive, .strath-bootstrap .dark-overlay.offCanvasActive {
      opacity: 1;
      pointer-events: all; }
  .strath-bootstrap button#backToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10; }
    @media (max-width: 280px) {
      .strath-bootstrap button#backToTopBtn {
        right: 50px; } }
  @media (-webkit-min-device-pixel-ratio: 3.75), (min-resolution: 360dpi) {
    .strath-bootstrap button#backToTopBtn {
      bottom: 4px;
      right: 6px;
      padding: 0;
      font-size: 0.5rem;
      color: white !important; } }
  .strath-bootstrap #skipLink {
    -webkit-transform: translateY(-1000px);
    -ms-transform: translateY(-1000px);
    transform: translateY(-1000px);
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #fff;
    color: #222222;
    border: 2px solid #002b5c;
    text-decoration: underline; }
  .strath-bootstrap #skipLink:focus,
  .strath-bootstrap #skipLink:focus-visible {
    background-color: white !important; }
  .strath-bootstrap .btn-on-dark:focus-visible {
    background-color: #01676a;
    color: white;
    box-shadow: 0px 0px 2px 2px white; }
  .strath-bootstrap .site-header nav.site-navigation-secondary {
    position: static; }
    .strath-bootstrap .site-header nav.site-navigation-secondary .staffstudents {
      font-family: "Roboto", sans-serif;
      z-index: 2; }
      @media (min-width: 992px) {
        .strath-bootstrap .site-header nav.site-navigation-secondary .staffstudents {
          position: absolute;
          top: -70px;
          right: -7px; }
          .strath-bootstrap .site-header nav.site-navigation-secondary .staffstudents .nav-link {
            padding-right: 4px;
            padding-left: 8px;
            right: -13.5rem; } }
  .strath-bootstrap .site-header.home nav.site-navigation-secondary .staffstudents {
    color: #fff; }
  .strath-bootstrap .site-header .dropdown-menu.dropdown-menu-end.show {
    border-radius: 5px 0 5px 5px; }
  .strath-bootstrap .site-header #offcanvasNavbar + .offcanvas-backdrop {
    opacity: 0; }
  .strath-bootstrap .site-header .fa-house {
    display: none; }
  .strath-bootstrap .site-header .fa-chevron-down {
    padding: 0 0.25rem 0 0.5rem !important; }
  .strath-bootstrap .site-header .staffstudents .fa-chevron-down {
    padding-left: 0.25rem !important; }
  .strath-bootstrap .site-header #Togglenavigation {
    position: relative; }
    @media (min-width: 992px) {
      .strath-bootstrap .site-header #Togglenavigation > ul:first-child {
        left: -4px;
        position: relative; } }
    .strath-bootstrap .site-header #Togglenavigation .dropdown-toggle {
      margin-right: 1.5rem !important;
      white-space: nowrap;
      font-size: 1rem; }
    .strath-bootstrap .site-header #Togglenavigation .staffstudents .nav-item:last-child .dropdown-toggle {
      margin-right: 0 !important; }
    .strath-bootstrap .site-header #Togglenavigation .staffstudents .nav-item:last-child .dropdown-menu {
      right: 0;
      left: auto; }
  .strath-bootstrap.home #Togglenavigation .staffstudents .nav-item:last-child .dropdown-menu {
    border-radius: 5px 0 5px 5px !important; }
  @media (min-width: 992px) {
    .strath-bootstrap .navbar-expand-lg .navbar-nav .dropdown-menu.show li:first-child a {
      padding: 0.5rem 1.5rem 1rem; } }
  .strath-bootstrap .breadcrumbs-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .strath-bootstrap .breadcrumb-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 10px 10px 10px 0;
    margin: 0; }
  .strath-bootstrap .breadcrumb-list li {
    white-space: nowrap;
    margin-right: 5px;
    white-space: initial;
    font-size: 0.9rem;
    padding: 0;
    line-height: 1.5rem; }
    .strath-bootstrap .breadcrumb-list li i {
      color: #002b5c;
      padding: 0 20px; }
      .strath-bootstrap .breadcrumb-list li i .fa-plus,
      .strath-bootstrap .breadcrumb-list li i .fa-minus {
        padding-left: 0; }
    .strath-bootstrap .breadcrumb-list li a {
      color: #002b5c;
      text-decoration: underline;
      text-decoration-thickness: 1px;
      text-underline-position: under; }
      .strath-bootstrap .breadcrumb-list li a:hover {
        color: #01676a !important;
        text-decoration: underline;
        text-decoration-thickness: 2px;
        outline: 0; }
      .strath-bootstrap .breadcrumb-list li a:focus-visible {
        outline: 2px solid #002b5c;
        outline-offset: 2px; }
    .strath-bootstrap .breadcrumb-list li:first-child {
      padding-left: 0 !important; }
  .strath-bootstrap .breadcrumb-list li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(
  :last-child):not(:nth-last-child(2)):not(:nth-last-child(3)) {
    display: none; }
  .strath-bootstrap #toggleButton {
    white-space: nowrap; }
  .strath-bootstrap h1 {
    font-size: 1.9688rem;
    margin-top: 0.5rem;
    font-family: "ClanProBold", sans-serif; }
  .strath-bootstrap h2 {
    font-size: 1.712rem;
    font-family: "ClanProBold", sans-serif; }
  .strath-bootstrap h3 {
    font-size: 1.498rem;
    font-family: "ClanProBold", sans-serif; }
  .strath-bootstrap h4, .strath-bootstrap .banner-buttons .banner-button-header h2, .strath-bootstrap .results .result h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h3 {
    font-size: 1.284rem;
    font-family: "ClanProBold", sans-serif; }
  .strath-bootstrap h5 {
    font-size: 1.07rem;
    font-family: "ClanProBold", sans-serif; }
  @media (min-width: 576px) {
    .strath-bootstrap h1 {
      font-size: 1.9688rem;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap h2 {
      font-size: 1.712rem;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap h3 {
      font-size: 1.498rem; }
    .strath-bootstrap h4, .strath-bootstrap .banner-buttons .banner-button-header h2, .strath-bootstrap .results .result h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h3 {
      font-size: 1.284rem;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap h5 {
      font-size: 1.07rem;
      font-family: "ClanProBold", sans-serif; } }
  @media (min-width: 768px) {
    .strath-bootstrap h1 {
      font-size: 2.2149rem;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap h2 {
      font-size: 1.926rem;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap h3 {
      font-size: 1.68525rem;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap h4, .strath-bootstrap .banner-buttons .banner-button-header h2, .strath-bootstrap .results .result h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h3 {
      font-size: 1.4445rem;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap h5 {
      font-size: 1.20375rem;
      font-family: "ClanProBold", sans-serif; } }
  @media (min-width: 992px) {
    .strath-bootstrap h1 {
      font-size: 2.461rem;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap h2 {
      font-size: 2.14rem;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap h3 {
      font-size: 1.8725rem;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap h4, .strath-bootstrap .banner-buttons .banner-button-header h2, .strath-bootstrap .results .result h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h3 {
      font-size: 1.605rem;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap h5 {
      font-size: 1.3375rem;
      font-family: "ClanProBold", sans-serif; } }
  .strath-bootstrap #feature-home-bootstrap.feature-home {
    margin-bottom: 0px;
    overflow: visible;
    position: relative; }
    .strath-bootstrap #feature-home-bootstrap.feature-home > div {
      position: relative; }
    .strath-bootstrap #feature-home-bootstrap.feature-home.page-title .background {
      height: 150px; }
      @media (min-width: 576px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home.page-title .background {
          height: 200px; } }
      @media (min-width: 768px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home.page-title .background {
          height: 250px; } }
      @media (min-width: 992px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home.page-title .background {
          height: 300px; } }
      @media (min-width: 1200px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home.page-title .background {
          height: 350px; } }
      @media (min-width: 1400px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home.page-title .background {
          height: 350px; } }
    @media (min-width: 992px) {
      .strath-bootstrap #feature-home-bootstrap.feature-home.page-title #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption.middle {
        margin-bottom: 3rem; } }
    .strath-bootstrap #feature-home-bootstrap.feature-home .background {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 200px; }
      @media (min-width: 576px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home .background {
          height: 300px; } }
      @media (min-width: 768px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home .background {
          height: 500px; } }
      @media (min-width: 992px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home .background {
          height: 600px; } }
      @media (min-width: 1200px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home .background {
          height: 70vh; } }
      @media (min-width: 1200px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home .background {
          height: 600px; } }
      @media (min-width: 1400px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home .background {
          height: 650px; } }
      .strath-bootstrap #feature-home-bootstrap.feature-home .background video,
      .strath-bootstrap #feature-home-bootstrap.feature-home .background #bannerImage img {
        width: 100%; }
        @media (min-width: 992px) {
          .strath-bootstrap #feature-home-bootstrap.feature-home .background video,
          .strath-bootstrap #feature-home-bootstrap.feature-home .background #bannerImage img {
            position: absolute;
            top: -999px;
            bottom: -999px;
            left: 0;
            right: 0;
            margin: auto; } }
      .strath-bootstrap #feature-home-bootstrap.feature-home .background .pause-button {
        display: none;
        position: absolute;
        opacity: 0;
        top: -100px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 100px;
        height: 100px;
        transition: opacity 0.2s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .strath-bootstrap #feature-home-bootstrap.feature-home .background .pause-button {
            transition: none; } }
        @media (min-width: 992px) {
          .strath-bootstrap #feature-home-bootstrap.feature-home .background .pause-button {
            display: block; } }
      .strath-bootstrap #feature-home-bootstrap.feature-home .background:hover .pause-button {
        opacity: 0.5; }
        .strath-bootstrap #feature-home-bootstrap.feature-home .background:hover .pause-button:hover {
          opacity: 0.8;
          cursor: pointer; }
    .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper {
      background: #002b5c;
      z-index: 2;
      pointer-events: none; }
      @media (min-width: 992px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper {
          position: absolute;
          background: transparent;
          left: 0;
          bottom: 0;
          width: 100%; } }
      .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption {
        display: block;
        margin-left: auto;
        margin-right: auto;
        line-height: 1;
        padding: 0.5rem 0; }
        @media (min-width: 576px) {
          .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption {
            padding: 1rem 0; } }
        @media (min-width: 992px) {
          .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption {
            margin-bottom: 2rem;
            padding: 0 1rem;
            border-bottom: 0;
            max-width: 1140px; } }
        @media (min-width: 1200px) {
          .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption {
            margin-bottom: 4rem; } }
        @media (min-width: 992px) {
          .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption.middle {
            margin-bottom: 15rem; } }
        .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption.right {
          text-align: right; }
        .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1,
        .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2 {
          font-family: "ClanProBold", sans-serif;
          pointer-events: auto;
          display: inline-block;
          color: white;
          padding: 1rem 1.5rem;
          font-size: 1.4rem; }
          @media (min-width: 576px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1,
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2 {
              font-size: 2.2rem;
              padding: 1rem 1.5rem; } }
          @media (min-width: 768px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1,
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2 {
              font-size: 2.6rem; } }
          @media (min-width: 992px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1,
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2 {
              font-size: 2.6rem;
              background: rgba(0, 43, 92, 0.85);
              padding: 1.5rem 2rem;
              font-weight: bold; } }
          @media (min-width: 1200px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1,
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2 {
              font-size: 3rem; } }
        .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1.no-padding-bottom {
          padding-bottom: 0; }
          @media (min-width: 576px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1.no-padding-bottom {
              font-size: 1.6rem; } }
          @media (min-width: 1200px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1.no-padding-bottom {
              font-size: 2rem;
              margin-bottom: 0; } }
        .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2 {
          font-weight: bold;
          margin-top: -4px; }
          @media (min-width: 1200px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2 {
              margin-top: -3px; } }
          .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2 h1 {
            font-family: "ClanProBold", sans-serif;
            color: #fff;
            margin-bottom: 0; }
        .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 {
          font-weight: bold;
          display: none; }
        .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption hr {
          display: none; }
        .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption .page-title-banner-buttons {
          padding: 0 1.5rem; }
          @media (min-width: 992px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption .page-title-banner-buttons {
              padding: 0; } }
        .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption .btn {
          pointer-events: all;
          font-size: 1.4rem;
          display: block;
          margin: 0 1rem 0.5rem; }
          @media (min-width: 576px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption .btn {
              display: inline-block;
              margin: 0 1rem 1rem 1.5rem; } }
          @media (min-width: 992px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption .btn {
              margin: 1rem 1rem 0 0; }
              .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption .btn:first-of-type {
                margin-left: 0; } }
          .strath-bootstrap #feature-home-bootstrap.feature-home #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption .btn:after {
            display: none;
            margin-left: 1rem;
            content: "\f054";
            font-family: "FontAwesome";
            font-size: 1rem; }
    @media (min-width: 992px) {
      .strath-bootstrap #feature-home-bootstrap.feature-home .top video,
      .strath-bootstrap #feature-home-bootstrap.feature-home .top #bannerImage img {
        top: 0;
        bottom: auto; } }
    @media (min-width: 992px) {
      .strath-bootstrap #feature-home-bootstrap.feature-home .bottom video,
      .strath-bootstrap #feature-home-bootstrap.feature-home .bottom #bannerImage img {
        top: auto;
        bottom: 0; } }
    .strath-bootstrap #feature-home-bootstrap.feature-home .video-background video {
      display: none; }
      @media (min-width: 992px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home .video-background video {
          display: block;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
    @media (min-width: 992px) {
      .strath-bootstrap #feature-home-bootstrap.feature-home .video-background #bannerImage {
        display: none; } }
    .strath-bootstrap #feature-home-bootstrap.feature-home #bannerImage {
      display: block;
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      @media (min-width: 992px) {
        .strath-bootstrap #feature-home-bootstrap.feature-home #bannerImage.scale-up {
          display: block; } }
    .strath-bootstrap #feature-home-bootstrap.feature-home .feature-mobile-buttons {
      display: none;
      position: relative; }
  .strath-bootstrap .banner-buttons {
    padding-bottom: 1rem;
    margin-bottom: 0; }
    @media (min-width: 576px) {
      .strath-bootstrap .banner-buttons {
        padding: 2rem 0 1rem 0; } }
    @media (min-width: 768px) {
      .strath-bootstrap .banner-buttons {
        padding: 2rem 0 2rem 0; } }
    .strath-bootstrap .banner-buttons .banner-button-container {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
    .strath-bootstrap .banner-buttons .banner-button {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      margin-bottom: 1rem;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 576px) {
        .strath-bootstrap .banner-buttons .banner-button {
          margin-bottom: 2rem; } }
      @media (min-width: 992px) {
        .strath-bootstrap .banner-buttons .banner-button {
          margin-bottom: 1rem; } }
      .strath-bootstrap .banner-buttons .banner-button a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        background: #e11a75;
        padding: 1rem;
        color: #000; }
        .strath-bootstrap .banner-buttons .banner-button a h2 {
          padding: 0; }
        .strath-bootstrap .banner-buttons .banner-button a:hover {
          text-decoration: none;
          background: #6c757d;
          border-color: #fd7e14;
          transition: 0.1s; }
          .strath-bootstrap .banner-buttons .banner-button a:hover polyline {
            stroke: #fd7e14; }
      .strath-bootstrap .banner-buttons .banner-button h2 {
        font-family: "ClanProBold", sans-serif;
        font-weight: bold;
        border-bottom: 0;
        padding-bottom: 0;
        min-height: 0; }
        @media (min-width: 576px) {
          .strath-bootstrap .banner-buttons .banner-button h2 {
            padding: 1rem; } }
      .strath-bootstrap .banner-buttons .banner-button svg {
        overflow: visible; }
    .strath-bootstrap .banner-buttons .banner-button-header h2 {
      margin-bottom: 1rem;
      color: white; }
    .strath-bootstrap .banner-buttons .banner-button-body {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: auto; }
    .strath-bootstrap .banner-buttons .banner-button-caption {
      margin-right: 1rem; }
    .strath-bootstrap .banner-buttons .banner-button-chevron {
      margin-left: auto; }
  .strath-bootstrap .banner-buttons.overlap {
    position: relative;
    z-index: 2; }
    @media (min-width: 992px) {
      .strath-bootstrap .banner-buttons.overlap {
        margin-top: -5rem; } }
  .strath-bootstrap .banner-buttons.has-description .description-container {
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .strath-bootstrap .banner-buttons.has-description .description-container {
        margin-bottom: 0rem; } }
    @media (min-width: 992px) {
      .strath-bootstrap .banner-buttons.has-description .description-container {
        padding: 0 1rem; } }
  .strath-bootstrap .banner-buttons.has-description .description {
    padding: 2rem;
    background: #e9ecef;
    font-size: 1.2rem;
    height: 100%; }
    @media (min-width: 768px) {
      .strath-bootstrap .banner-buttons.has-description .description {
        margin-bottom: 0; } }
    .strath-bootstrap .banner-buttons.has-description .description p:last-child {
      margin-bottom: 0; }
  .strath-bootstrap .banner-buttons.has-description .description-container {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .strath-bootstrap .banner-buttons.has-description .description-container {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .strath-bootstrap .banner-buttons.has-description .description-container {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; } }
  .strath-bootstrap .banner-buttons.has-description .banner-button-container {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .strath-bootstrap .banner-buttons.has-description .banner-button-container {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .strath-bootstrap .banner-buttons.has-description .banner-button-container {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; } }
  @media (min-width: 576px) {
    .strath-bootstrap .banner-buttons.has-description .banner-button {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 1rem; } }
  @media (min-width: 992px) {
    .strath-bootstrap .banner-buttons.has-description .banner-button {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 1rem; } }
  .strath-bootstrap .banner-buttons.has-description .banner-button:last-child {
    margin-bottom: 0; }
  .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: transparent; }
    .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper {
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper * {
        font-family: "gilroy-extrabold", Arial, Helvetica, sans-serif;
        text-transform: uppercase; }
      .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption {
        margin-bottom: 0;
        padding: 0 1rem;
        width: 100%;
        text-align: center;
        border-bottom: 0; }
        @media (min-width: 768px) {
          .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption {
            text-align: left;
            padding: 0 2rem; } }
        .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1,
        .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2,
        .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 {
          background: transparent !important;
          color: #fff;
          font-size: 2.4rem;
          font-weight: 700;
          line-height: 1;
          padding: 0;
          -webkit-text-stroke: 2px #fff;
          letter-spacing: 1px; }
          @media (min-width: 576px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1,
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2,
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 {
              font-size: 3.6rem; } }
          @media (min-width: 768px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1,
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2,
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 {
              font-size: 4.4rem; } }
          @media (min-width: 992px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1,
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2,
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 {
              font-size: 4.8rem;
              text-align: left;
              -webkit-flex-grow: 2;
              -ms-flex-positive: 2;
              flex-grow: 2; } }
          @media (min-width: 1200px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1,
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2,
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 {
              font-size: 5rem; } }
          .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1 .yellow,
          .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2 .yellow,
          .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 .yellow {
            color: #e11a75;
            -webkit-text-stroke: 2px #e11a75; }
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1 .yellow a,
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2 .yellow a,
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 .yellow a {
              color: #e11a75;
              transition: all 0.2s ease-in-out;
              pointer-events: all; }
              .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine1 .yellow a:hover,
              .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine2 .yellow a:hover,
              .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 .yellow a:hover {
                color: #b3155d; }
        .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 {
          margin-bottom: 2rem;
          display: none; }
          @media (min-width: 768px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 {
              display: inline-block;
              font-size: 2.4rem;
              background: transparent;
              color: #fff;
              -webkit-text-stroke: 2px #fff;
              letter-spacing: 1px;
              padding: 0; } }
          @media (min-width: 992px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 {
              font-size: 2.8rem;
              text-align: left;
              -webkit-flex-grow: 2;
              -ms-flex-positive: 2;
              flex-grow: 2; } }
          @media (min-width: 1200px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption #bannerCaptionLine3 {
              font-size: 3rem; } }
        .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption hr {
          display: none;
          border-top: 4px solid #e11a75;
          width: 150px;
          margin-left: 0;
          text-align: left; }
          @media (min-width: 768px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption hr {
              display: block; } }
        .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption a.btn {
          display: none;
          background: #e11a75;
          color: #000;
          width: 100%;
          transition: all 0.2s ease-in-out;
          margin: 0; }
          @media (min-width: 768px) {
            .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption a.btn {
              display: inline-block;
              width: auto; } }
          .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #captionCourseSearchWrapper #bannerCaptionWrapper #bannerCaption a.btn:hover {
            background: #b3155d; }
  .strath-bootstrap #feature-home-bootstrap.feature-home.clearing .feature-mobile-buttons {
    padding: 0 1rem 1rem 1rem;
    margin-top: -2.5rem;
    display: block; }
    .strath-bootstrap #feature-home-bootstrap.feature-home.clearing .feature-mobile-buttons * {
      text-transform: uppercase; }
    @media (min-width: 768px) {
      .strath-bootstrap #feature-home-bootstrap.feature-home.clearing .feature-mobile-buttons {
        display: none; } }
    .strath-bootstrap #feature-home-bootstrap.feature-home.clearing .feature-mobile-buttons a.btn {
      background: #e11a75;
      width: 100%;
      margin-top: 1rem;
      color: #000; }
  .strath-bootstrap #feature-home-bootstrap.feature-home.clearing #courseSearchBar {
    position: absolute;
    bottom: 0;
    width: 100%; }
  .strath-bootstrap.home .home-banner {
    height: 220px;
    max-height: 220px;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-family: "ClanProBold", sans-serif;
    z-index: 3;
    background-color: #002b5c; }
    @media (min-width: 576px) {
      .strath-bootstrap.home .home-banner {
        height: 250px;
        max-height: 250px; } }
    @media (min-width: 768px) {
      .strath-bootstrap.home .home-banner {
        max-height: 460px;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 2;
        height: 460px; } }
    @media (min-width: 992px) {
      .strath-bootstrap.home .home-banner {
        max-height: 700px;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 2;
        height: 700px; } }
    .strath-bootstrap.home .home-banner:before {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(#001329, rgba(0, 43, 92, 0));
      display: block;
      content: " "; }
    .strath-bootstrap.home .home-banner * {
      position: relative;
      z-index: 1; }
    .strath-bootstrap.home .home-banner .home-banner-content {
      color: white;
      font-weight: bold;
      margin-bottom: -2rem; }
      @media (max-width: 991.98px) {
        .strath-bootstrap.home .home-banner .home-banner-content {
          margin-bottom: 1rem; } }
      .strath-bootstrap.home .home-banner .home-banner-content .home-banner-strapline h1 {
        font-size: 1rem;
        color: white !important;
        margin-bottom: 1rem;
        font-family: "ClanProBold", sans-serif;
        letter-spacing: 1px; }
        .strath-bootstrap.home .home-banner .home-banner-content .home-banner-strapline h1 a {
          color: white !important; }
        @media (min-width: 576px) {
          .strath-bootstrap.home .home-banner .home-banner-content .home-banner-strapline h1 {
            font-size: 1.8rem; } }
        @media (min-width: 768px) {
          .strath-bootstrap.home .home-banner .home-banner-content .home-banner-strapline h1 {
            font-size: 2.8rem;
            color: white;
            padding: 0 1rem; } }
        @media (min-width: 992px) {
          .strath-bootstrap.home .home-banner .home-banner-content .home-banner-strapline h1 {
            font-size: 3.2rem;
            padding: 0;
            color: white; } }
        @media (min-width: 1200px) {
          .strath-bootstrap.home .home-banner .home-banner-content .home-banner-strapline h1 {
            font-size: 3.6rem;
            color: white; } }
        @media (min-width: 1600px) {
          .strath-bootstrap.home .home-banner .home-banner-content .home-banner-strapline h1 {
            font-size: 4rem;
            color: white; } }
      .strath-bootstrap.home .home-banner .home-banner-content .btn-tertiary:focus-visible {
        color: #fff !important;
        background: #01676a !important;
        border-color: #fff !important; }
  .strath-bootstrap.home .home-course-search {
    position: relative;
    background: white;
    padding: 0;
    overflow: hidden;
    z-index: 2;
    margin-top: 0rem; }
    @media (min-width: 576px) {
      .strath-bootstrap.home .home-course-search {
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); } }
    @media (min-width: 768px) {
      .strath-bootstrap.home .home-course-search {
        border-radius: 20px;
        margin-top: -6rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 992px) {
      .strath-bootstrap.home .home-course-search {
        margin-top: -11rem; } }
    .strath-bootstrap.home .home-course-search .home-course-search-area,
    .strath-bootstrap.home .home-course-search .home-course-search-submenu {
      padding: 1rem 1.5rem; }
      .strath-bootstrap.home .home-course-search .home-course-search-area ul li a:focus-visible,
      .strath-bootstrap.home .home-course-search .home-course-search-area ul li a:hover,
      .strath-bootstrap.home .home-course-search .home-course-search-submenu ul li a:focus-visible,
      .strath-bootstrap.home .home-course-search .home-course-search-submenu ul li a:hover {
        background-color: #e9ecef !important;
        outline: none !important;
        color: #01676a !important; }
      @media (min-width: 768px) {
        .strath-bootstrap.home .home-course-search .home-course-search-area,
        .strath-bootstrap.home .home-course-search .home-course-search-submenu {
          padding: 2rem; } }
      .strath-bootstrap.home .home-course-search .home-course-search-area .btn-primary:focus-visible, .strath-bootstrap.home .home-course-search .home-course-search-area .call-to-action-link a:focus-visible, .strath-bootstrap.home .call-to-action-link .home-course-search .home-course-search-area a:focus-visible,
      .strath-bootstrap.home .home-course-search .home-course-search-area a.call-to-action-link:focus-visible,
      .strath-bootstrap.home .home-course-search .home-course-search-area .button-container a:focus-visible, .strath-bootstrap.home .button-container .home-course-search .home-course-search-area a:focus-visible,
      .strath-bootstrap.home .home-course-search .home-course-search-area .orange-button a:focus-visible, .strath-bootstrap.home .orange-button .home-course-search .home-course-search-area a:focus-visible,
      .strath-bootstrap.home .home-course-search .home-course-search-submenu .btn-primary:focus-visible,
      .strath-bootstrap.home .home-course-search .home-course-search-submenu .call-to-action-link a:focus-visible,
      .strath-bootstrap.home .call-to-action-link .home-course-search .home-course-search-submenu a:focus-visible,
      .strath-bootstrap.home .home-course-search .home-course-search-submenu a.call-to-action-link:focus-visible,
      .strath-bootstrap.home .home-course-search .home-course-search-submenu .button-container a:focus-visible,
      .strath-bootstrap.home .button-container .home-course-search .home-course-search-submenu a:focus-visible,
      .strath-bootstrap.home .home-course-search .home-course-search-submenu .orange-button a:focus-visible,
      .strath-bootstrap.home .orange-button .home-course-search .home-course-search-submenu a:focus-visible {
        background-color: #01676a;
        color: white;
        box-shadow: inset 0 0 0 transparent, 0 0 0 5px transparent;
        outline: 2px solid #013637; }
      .strath-bootstrap.home .home-course-search .home-course-search-area h2,
      .strath-bootstrap.home .home-course-search .home-course-search-submenu h2 {
        font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap.home .home-course-search .home-course-search-area {
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      box-shadow: 0rem 0rem 2rem rgba(0, 0, 0, 0.25);
      padding-top: 3rem;
      padding-top: 1rem; }
      @media (min-width: 576px) {
        .strath-bootstrap.home .home-course-search .home-course-search-area {
          padding-top: 1.2rem; } }
      @media (min-width: 768px) {
        .strath-bootstrap.home .home-course-search .home-course-search-area {
          padding-top: 1.5rem;
          border-right: 4px solid #002b5c; } }
      .strath-bootstrap.home .home-course-search .home-course-search-area input {
        width: 100%; }
      .strath-bootstrap.home .home-course-search .home-course-search-area .course-search-submit {
        position: absolute;
        top: 0;
        right: 0;
        color: #002b5c;
        padding-right: 0.75rem;
        padding-left: 0.75rem; }
        .strath-bootstrap.home .home-course-search .home-course-search-area .course-search-submit:hover {
          background: none; }
      .strath-bootstrap.home .home-course-search .home-course-search-area .btn {
        margin-bottom: 0.5rem; }
        @media (min-width: 768px) {
          .strath-bootstrap.home .home-course-search .home-course-search-area .btn {
            margin-bottom: 0;
            margin-right: 1rem;
            border-radius: 20px; } }
      .strath-bootstrap.home .home-course-search .home-course-search-area label.h2,
      .strath-bootstrap.home .home-course-search .home-course-search-area label.h4 {
        font-family: "ClanProBold", sans-serif; }
      .strath-bootstrap.home .home-course-search .home-course-search-area .strath-bootstrap .custom-control .custom-control-label:after {
        top: 0;
        width: 1.5rem;
        height: 1.5rem;
        left: -1.5rem; }
      .strath-bootstrap.home .home-course-search .home-course-search-area .form-check input.hidden {
        visibility: hidden; }
      .strath-bootstrap.home .home-course-search .home-course-search-area ul li.suggestions__list-item--selected a:hover,
      .strath-bootstrap.home .home-course-search .home-course-search-area ul li.suggestions__list-item--selected a span:hover {
        color: black !important; }
    .strath-bootstrap.home .home-course-search .home-course-search-submenu {
      background: #e9ecef; }
      .strath-bootstrap.home .home-course-search .home-course-search-submenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .strath-bootstrap.home .home-course-search .home-course-search-submenu ul li a {
          text-decoration: none; }
      .strath-bootstrap.home .home-course-search .home-course-search-submenu a {
        display: block;
        color: #212529;
        margin-bottom: 0.75rem; }
  .strath-bootstrap .select-a-level-select {
    position: relative;
    display: block;
    margin-top: 20px; }
    .strath-bootstrap .select-a-level-select .level-input {
      padding: 0.75rem 1rem !important; }
    .strath-bootstrap .select-a-level-select .select-a-level {
      display: block;
      padding: 10px 15px;
      font-size: 20px;
      border: 1px solid #6c757d;
      cursor: pointer; }
      .strath-bootstrap .select-a-level-select .select-a-level:focus, .strath-bootstrap .select-a-level-select .select-a-level:focus-visible, .strath-bootstrap .select-a-level-select .select-a-level:hover {
        border-color: transparent;
        box-shadow: inset 0 0 0 transparent, 0 0 0 3px rgba(0, 43, 92, 0.75);
        -ms-high-contrast: adjusted;
        outline: 2px solid #002b5c !important; }
    .strath-bootstrap .select-a-level-select .select-options {
      display: none;
      position: absolute;
      width: 95%;
      max-height: 150px;
      overflow-y: auto;
      border: 1px solid #222;
      background-color: #fff;
      z-index: 1;
      border-radius: 5px; }
    .strath-bootstrap .select-a-level-select .select-options.open {
      display: block; }
    .strath-bootstrap .select-a-level-select .select-options .option {
      padding: 10px 15px;
      font-size: 16px;
      cursor: pointer; }
    .strath-bootstrap .select-a-level-select .select-options .option:focus,
    .strath-bootstrap .select-a-level-select .select-options .option:focus-visible,
    .strath-bootstrap .select-a-level-select .select-options .option:hover {
      background-color: #f0f0f0; }
  .strath-bootstrap.home .fact-banner,
  .strath-bootstrap.home .usp-banner-full {
    position: relative; }
    @media (min-width: 576px) {
      .strath-bootstrap.home .fact-banner .container,
      .strath-bootstrap.home .usp-banner-full .container {
        padding: 0; } }
    @media (min-width: 768px) {
      .strath-bootstrap.home .fact-banner,
      .strath-bootstrap.home .usp-banner-full {
        padding: 5rem 0 !important; } }
    .strath-bootstrap.home .fact-banner:before,
    .strath-bootstrap.home .usp-banner-full:before {
      content: "";
      height: 1000px;
      width: 100%;
      background: inherit;
      display: block;
      position: absolute;
      top: -1000px; }
  .strath-bootstrap .home-testimonial {
    position: relative;
    font-family: inherit;
    color: white; }
    .strath-bootstrap .home-testimonial .wysiwyg,
    .strath-bootstrap .home-testimonial .wysiwyg * {
      color: white !important; }
    @media (min-width: 576px) {
      .strath-bootstrap .home-testimonial {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .strath-bootstrap .home-testimonial.image-left .home-testimonial-quote-panel {
      font-size: 2rem;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      display: inline;
      padding: 5rem 10rem 5rem 5rem;
      font-weight: bold; }
      @media (max-width: 767.98px) {
        .strath-bootstrap .home-testimonial.image-left .home-testimonial-quote-panel {
          font-size: 1rem; } }
    .strath-bootstrap .home-testimonial.image-left .home-testimonial-image {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    @media (max-width: 991.98px) {
      .strath-bootstrap .home-testimonial .home-testimonial-quote-panel figure {
        margin-top: -0.7rem; } }
    .strath-bootstrap .home-testimonial .home-testimonial-quote-panel figure figcaption {
      font-size: 1rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .home-testimonial .home-testimonial-quote-panel figure figcaption {
          max-width: 300px; } }
      @media (min-width: 768px) {
        .strath-bootstrap .home-testimonial .home-testimonial-quote-panel figure figcaption {
          max-width: 400px; } }
      @media (min-width: 992px) {
        .strath-bootstrap .home-testimonial .home-testimonial-quote-panel figure figcaption {
          max-width: 800px; } }
    .strath-bootstrap .home-testimonial .home-testimonial-quote-panel figure blockquote .fa-quote-left {
      display: block;
      font-size: 5rem; }
    .strath-bootstrap .home-testimonial .home-testimonial-quote-panel figure blockquote .fa-quote-right {
      display: block;
      font-size: 3rem; }
    .strath-bootstrap .home-testimonial.image-left.teal, .strath-bootstrap .home-testimonial.image-right.teal {
      background: linear-gradient(0deg, #002b5c 0%, #017579 100%);
      background-color: #002b5c; }
    .strath-bootstrap .home-testimonial.image-left.pink, .strath-bootstrap .home-testimonial.image-right.pink {
      background: linear-gradient(0deg, #002b5c 0%, #e11a75 100%);
      background-color: #002b5c; }
    .strath-bootstrap .home-testimonial.image-left.purple, .strath-bootstrap .home-testimonial.image-right.purple {
      background: linear-gradient(0deg, #002b5c 0%, #592693 100%);
      background-color: #002b5c; }
    .strath-bootstrap .home-testimonial.image-left.yellow, .strath-bootstrap .home-testimonial.image-right.yellow {
      background: linear-gradient(0deg, #002b5c 0%, #ecc72d 100%);
      background-color: #002b5c; }
    .strath-bootstrap .home-testimonial.image-left .home-testimonial-quote-panel, .strath-bootstrap .home-testimonial.image-right .home-testimonial-quote-panel {
      padding: 2rem 1rem;
      font-weight: bold;
      font-size: 1rem;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 576px) {
        .strath-bootstrap .home-testimonial.image-left .home-testimonial-quote-panel, .strath-bootstrap .home-testimonial.image-right .home-testimonial-quote-panel {
          width: 66%; } }
      @media (min-width: 768px) {
        .strath-bootstrap .home-testimonial.image-left .home-testimonial-quote-panel, .strath-bootstrap .home-testimonial.image-right .home-testimonial-quote-panel {
          padding: 4rem; } }
      @media (min-width: 1200px) {
        .strath-bootstrap .home-testimonial.image-left .home-testimonial-quote-panel, .strath-bootstrap .home-testimonial.image-right .home-testimonial-quote-panel {
          padding: 6rem;
          font-size: 1.5rem; } }
      .strath-bootstrap .home-testimonial.image-left .home-testimonial-quote-panel.quote, .strath-bootstrap .home-testimonial.image-right .home-testimonial-quote-panel.quote {
        position: relative;
        overflow: visible; }
    .strath-bootstrap .home-testimonial.image-left .home-testimonial-quote-panel {
      display: block; }
      @media (min-width: 992px) {
        .strath-bootstrap .home-testimonial.image-left .home-testimonial-quote-panel {
          padding: 4rem 10rem 4rem 5rem;
          max-width: 1000px; } }
      .strath-bootstrap .home-testimonial.image-left .home-testimonial-quote-panel figure blockquote {
        padding: 0 0 0 4rem; }
        @media (max-width: 767.98px) {
          .strath-bootstrap .home-testimonial.image-left .home-testimonial-quote-panel figure blockquote {
            padding: 2rem; } }
    .strath-bootstrap .home-testimonial.image-right .home-testimonial-quote-panel {
      display: block; }
      @media (min-width: 992px) {
        .strath-bootstrap .home-testimonial.image-right .home-testimonial-quote-panel {
          padding: 3rem 5rem 4rem 0; } }
      @media (min-width: 768px) {
        .strath-bootstrap .home-testimonial.image-right .home-testimonial-quote-panel {
          padding: 2rem 4rem 3rem 0; } }
      .strath-bootstrap .home-testimonial.image-right .home-testimonial-quote-panel figure blockquote {
        padding: 0 2rem 0 1rem; }
        @media (min-width: 576px) {
          .strath-bootstrap .home-testimonial.image-right .home-testimonial-quote-panel figure blockquote {
            padding: 0 2rem 2rem 2rem; } }
    .strath-bootstrap .home-testimonial .home-testimonial-image {
      text-align: center; }
      @media (min-width: 576px) {
        .strath-bootstrap .home-testimonial .home-testimonial-image {
          width: 34%; } }
      @media (max-width: 767.98px) {
        .strath-bootstrap .home-testimonial .home-testimonial-image .home-testimonial-credit {
          color: #002b5c;
          background: #fff;
          font-size: 1rem;
          padding: 1rem 0 0 1rem; } }
      .strath-bootstrap .home-testimonial .home-testimonial-image .home-testimonial-image-wrapper {
        height: 100%;
        background: #fff; }
        .strath-bootstrap .home-testimonial .home-testimonial-image .home-testimonial-image-wrapper.quote.image-right img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          left: 26%;
          -ms-transform: translateX(-26%);
          transform: translateX(-26%);
          -webkit-transform: translateX(-26%); }
          @media (max-width: 1199.98px) {
            .strath-bootstrap .home-testimonial .home-testimonial-image .home-testimonial-image-wrapper.quote.image-right img {
              left: -34px;
              -ms-transform: translateX(-34px);
              transform: translateX(-34px);
              -webkit-transform: translateX(-34px);
              position: relative; } }
          @media (max-width: 991.98px) {
            .strath-bootstrap .home-testimonial .home-testimonial-image .home-testimonial-image-wrapper.quote.image-right img {
              left: 0;
              -webkit-transform: unset;
              -ms-transform: unset;
              transform: unset; } }
        .strath-bootstrap .home-testimonial .home-testimonial-image .home-testimonial-image-wrapper.quote.image-left img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: absolute;
          left: 15%;
          -ms-transform: translateX(-15%);
          transform: translateX(-15%);
          -webkit-transform: translateX(-15%); }
          @media (max-width: 991.98px) {
            .strath-bootstrap .home-testimonial .home-testimonial-image .home-testimonial-image-wrapper.quote.image-left img {
              position: relative; } }
      .strath-bootstrap .home-testimonial .home-testimonial-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .strath-bootstrap .home-testimonial.cutout .home-testimonial-image {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 1rem 1rem 0;
      background: linear-gradient(rgba(233, 236, 239, 0), #e9ecef);
      background-color: #e9ecef; }
      @media (min-width: 576px) {
        .strath-bootstrap .home-testimonial.cutout .home-testimonial-image {
          position: absolute;
          top: 0;
          right: 0;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 65%;
          height: 100%;
          padding: 0;
          background: transparent; } }
      .strath-bootstrap .home-testimonial.cutout .home-testimonial-image .home-testimonial-image-wrapper {
        max-width: 50%;
        margin-top: -6rem; }
        @media (min-width: 576px) {
          .strath-bootstrap .home-testimonial.cutout .home-testimonial-image .home-testimonial-image-wrapper {
            max-width: 100%;
            margin-top: 0; } }
      .strath-bootstrap .home-testimonial.cutout .home-testimonial-image img {
        max-width: 100%;
        max-height: 100%; }
    @media (min-width: 576px) {
      .strath-bootstrap .home-testimonial.cutout .home-testimonial-quote-panel {
        width: 66.6666%; } }
    @media (min-width: 1200px) {
      .strath-bootstrap .home-testimonial.cutout .home-testimonial-quote-panel {
        padding: 4rem 10rem 4rem 4rem; } }
    .strath-bootstrap .home-testimonial .open-quote,
    .strath-bootstrap .home-testimonial .close-quote {
      display: none; }
    .strath-bootstrap .home-testimonial.show-quotes .open-quote,
    .strath-bootstrap .home-testimonial.show-quotes .close-quote {
      display: block; }
    .strath-bootstrap .home-testimonial.show-quotes .open-quote {
      margin-bottom: 1rem; }
      .strath-bootstrap .home-testimonial.show-quotes .open-quote img {
        max-width: 50px; }
        @media (min-width: 992px) {
          .strath-bootstrap .home-testimonial.show-quotes .open-quote img {
            max-width: 90px; } }
        @media (min-width: 1200px) {
          .strath-bootstrap .home-testimonial.show-quotes .open-quote img {
            max-width: 125px; } }
    .strath-bootstrap .home-testimonial.show-quotes .close-quote {
      margin-top: 1rem; }
      .strath-bootstrap .home-testimonial.show-quotes .close-quote img {
        max-width: 30px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
        @media (min-width: 992px) {
          .strath-bootstrap .home-testimonial.show-quotes .close-quote img {
            max-width: 45px; } }
        @media (min-width: 1200px) {
          .strath-bootstrap .home-testimonial.show-quotes .close-quote img {
            max-width: 60px; } }
    .strath-bootstrap .home-testimonial blockquote {
      overflow: unset;
      font-size: 1rem;
      font-weight: bold;
      background: transparent;
      padding: 0;
      margin: 0;
      border: 0;
      max-width: 800px; }
      .strath-bootstrap .home-testimonial blockquote:before, .strath-bootstrap .home-testimonial blockquote:after {
        display: none; }
      @media (min-width: 992px) {
        .strath-bootstrap .home-testimonial blockquote {
          font-size: 1.5rem; } }
    .strath-bootstrap .home-testimonial .submenu ul li {
      font-weight: bold; }
    .strath-bootstrap .home-testimonial .btn:focus-visible {
      background-color: #01676a;
      color: white;
      box-shadow: inset 0 0 0 transparent, 0 0 0 3px white; }
    @media (min-width: 576px) {
      .strath-bootstrap .home-testimonial .home-testimonial-image-wrapper.quote.image-left:before,
      .strath-bootstrap .home-testimonial .home-testimonial-image-wrapper.quote.image-right:after {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 50vw;
        top: 0;
        right: 100%;
        background: inherit; }
      .strath-bootstrap .home-testimonial .home-testimonial-image-wrapper.quote.image-right:after {
        right: unset;
        left: 100%; } }
  .strath-bootstrap .grid-container-news {
    padding: 40px 0; }
    @media (max-width: 767.98px) {
      .strath-bootstrap .grid-container-news {
        padding: 40px 10px 20px 10px; } }
    .strath-bootstrap .grid-container-news h2 {
      padding: 0;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap .grid-container-news ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto;
      grid-gap: 10px;
      padding: 0; }
      @media (max-width: 991.98px) {
        .strath-bootstrap .grid-container-news ul {
          grid-template-columns: 1fr; } }
      .strath-bootstrap .grid-container-news ul li {
        padding: 0 20px 0 20px;
        border-left: 3px solid #01676a; }
        .strath-bootstrap .grid-container-news ul li span {
          font-weight: normal !important;
          font-family: "Roboto", sans-serif;
          padding-top: 5px;
          color: #495057;
          font-size: 1rem; }
        .strath-bootstrap .grid-container-news ul li a {
          font-family: "ClanProBold", sans-serif;
          color: #002b5c;
          display: block;
          text-underline-position: under;
          text-decoration-thickness: 1px;
          padding-bottom: 5px;
          line-height: 1.9rem; }
          .strath-bootstrap .grid-container-news ul li a:hover {
            color: #01676a !important;
            background-color: transparent !important;
            outline: 0;
            text-decoration-thickness: 2px; }
          .strath-bootstrap .grid-container-news ul li a:focus-visible {
            outline: 2px #002b5c solid; }
    .strath-bootstrap .grid-container-news .news-story-item {
      padding: 0 0 0 20px; }
      .strath-bootstrap .grid-container-news .news-story-item:first-child {
        grid-column: 1;
        grid-row: 1 / span 3;
        border-left: 0;
        padding: 0 20px 0 0; }
        @media (max-width: 991.98px) {
          .strath-bootstrap .grid-container-news .news-story-item:first-child {
            grid-row: 1;
            border-left: 3px solid #01676a;
            padding: 0 20px 0 20px; } }
        .strath-bootstrap .grid-container-news .news-story-item:first-child img {
          max-width: 100%;
          margin-bottom: 0.75rem;
          height: auto; }
      .strath-bootstrap .grid-container-news .news-story-item::nth-of-type(2) {
        grid-column: 2;
        grid-row: 1; }
        @media (max-width: 991.98px) {
          .strath-bootstrap .grid-container-news .news-story-item::nth-of-type(2) {
            grid-column: 1; } }
      .strath-bootstrap .grid-container-news .news-story-item::nth-of-type(3) {
        grid-column: 2;
        grid-row: 2; }
        @media (max-width: 991.98px) {
          .strath-bootstrap .grid-container-news .news-story-item::nth-of-type(3) {
            grid-column: 1; } }
      .strath-bootstrap .grid-container-news .news-story-item::nth-of-type(4) {
        grid-column: 2;
        grid-row: 3; }
        @media (max-width: 991.98px) {
          .strath-bootstrap .grid-container-news .news-story-item::nth-of-type(4) {
            grid-column: 1; } }
    .strath-bootstrap .grid-container-news .btn:hover {
      background: #013637; }
  .strath-bootstrap .home-features {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .strath-bootstrap .home-features .home-features-image-panel,
    .strath-bootstrap .home-features .home-features-text-panel {
      width: 100%; }
      @media (min-width: 768px) {
        .strath-bootstrap .home-features .home-features-image-panel,
        .strath-bootstrap .home-features .home-features-text-panel {
          width: 50%; } }
      @media (max-width: 767.98px) {
        .strath-bootstrap .home-features .home-features-image-panel,
        .strath-bootstrap .home-features .home-features-text-panel {
          padding: 0 1rem 1rem 1rem; } }
    .strath-bootstrap .home-features .home-features-image-panel {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      height: 100vh;
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start; }
      .strath-bootstrap .home-features .home-features-image-panel img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        height: 50vh;
        object-fit: cover;
        padding: 1rem;
        opacity: 0;
        transition: 0.5s; }
        .strath-bootstrap .home-features .home-features-image-panel img.in-viewport {
          opacity: 1; }
        @media (min-width: 768px) {
          .strath-bootstrap .home-features .home-features-image-panel img {
            padding: 0;
            height: 100vh;
            width: 100%; } }
    .strath-bootstrap .home-features .home-features-text-panel {
      background-color: #002b5c;
      /* Fallback color */
      background: linear-gradient(rgba(233, 236, 239, 0), #e9ecef); }
    .strath-bootstrap .home-features .home-features-text {
      font-family: inherit;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 1rem;
      color: #002b5c;
      font-size: 1rem;
      font-weight: bold;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 768px) {
        .strath-bootstrap .home-features .home-features-text {
          height: 100vh;
          padding: 2rem;
          font-size: 1.4rem;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      @media (min-width: 992px) {
        .strath-bootstrap .home-features .home-features-text p {
          font-size: 1.6rem; } }
      .strath-bootstrap .home-features .home-features-text img {
        width: 100%; }
      .strath-bootstrap .home-features .home-features-text .home-features-text-inner {
        max-width: 500px;
        width: 100%;
        padding: 1rem; }
        .strath-bootstrap .home-features .home-features-text .home-features-text-inner .btn:focus-visible,
        .strath-bootstrap .home-features .home-features-text .home-features-text-inner .btn:hover {
          background-color: white !important;
          color: #01676a !important;
          box-shadow: none !important;
          outline: 2px solid #01676a; }
        .strath-bootstrap .home-features .home-features-text .home-features-text-inner h2 {
          font-family: "ClanProBold", sans-serif; }
      @media (max-width: 991.98px) {
        .strath-bootstrap .home-features .home-features-text .home-features-text-inner {
          padding: 0; } }
  .strath-bootstrap .faculties {
    padding: 1rem 0;
    border-top: 1px solid #212529; }
    @media (min-width: 992px) {
      .strath-bootstrap .faculties {
        padding: 3rem 0 2rem; } }
    .strath-bootstrap .faculties .faculties-toggle {
      border: 0;
      background: transparent;
      text-align: left;
      padding: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none; }
      .strath-bootstrap .faculties .faculties-toggle i {
        font-family: "FontAwesome" !important;
        color: #002b5c;
        transition: 0.2s;
        margin-left: 0.5rem;
        text-decoration: none; }
        @media (min-width: 992px) {
          .strath-bootstrap .faculties .faculties-toggle i {
            display: none; } }
      .strath-bootstrap .faculties .faculties-toggle[aria-expanded="true"] i {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      .strath-bootstrap .faculties .faculties-toggle:focus-visible, .strath-bootstrap .faculties .faculties-toggle:focus {
        background-color: transparent;
        box-shadow: 0px 0px 2px 2px white;
        outline: 0; }
      @media (max-width: 991.98px) {
        .strath-bootstrap .faculties .faculties-toggle:focus-visible,
        .strath-bootstrap .faculties .faculties-toggle:focus h2 {
          outline: 0;
          text-decoration: underline;
          color: #002b5c !important; } }
    @media (max-width: 1199.98px) {
      .strath-bootstrap .faculties .faculties-toggle.collapsed {
        pointer-events: auto; } }
    @media (min-width: 992px) {
      .strath-bootstrap .faculties .faculties-toggle.collapsed {
        pointer-events: none;
        cursor: default; } }
    .strath-bootstrap .faculties h2 {
      margin-bottom: 0;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap .faculties h3 {
      font-family: "ClanProBold", sans-serif; }
      .strath-bootstrap .faculties h3 a {
        color: #002b5c;
        text-decoration: none; }
        .strath-bootstrap .faculties h3 a:focus-visible {
          background-color: transparent; }
    .strath-bootstrap .faculties .faculties-lists {
      padding-top: 2rem; }
      .strath-bootstrap .faculties .faculties-lists a {
        text-decoration: none; }
      @media (min-width: 992px) {
        .strath-bootstrap .faculties .faculties-lists {
          display: block; } }
      .strath-bootstrap .faculties .faculties-lists ul li {
        padding: 0.25rem 0; }
        .strath-bootstrap .faculties .faculties-lists ul li a {
          padding: 0.16rem 0;
          font-weight: normal; }
    .strath-bootstrap .faculties ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      margin-bottom: 2rem; }
      .strath-bootstrap .faculties ul li a {
        display: block;
        color: #212529;
        padding: 0.25rem 0;
        text-decoration: none; }
        .strath-bootstrap .faculties ul li a:hover, .strath-bootstrap .faculties ul li a:focus-visible {
          outline: 0;
          background-color: white !important;
          color: #01676a !important; }
  .strath-bootstrap .strath-bootstrap .two-columns .trailing-text p.button-link a {
    text-decoration: none; }
  .strath-bootstrap .mybutton ul {
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-left: 0;
    padding: 0; }
  .strath-bootstrap .mybutton li {
    display: inline-block;
    width: 50%;
    padding-left: 0;
    margin: 20px 20px 20px 0; }
  .strath-bootstrap .mybutton ul li:before {
    display: none; }
  @media (max-width: 991.98px) {
    .strath-bootstrap .mybutton li {
      width: 100%; } }
  .strath-bootstrap .btn {
    white-space: normal; }
    .strath-bootstrap .btn.btn-orange {
      background: #018489;
      color: white;
      font-weight: bold; }
      .strath-bootstrap .btn.btn-orange:hover {
        background: #6c757d; }
      .strath-bootstrap .btn.btn-orange a {
        color: white; }
    .strath-bootstrap .btn.btn-trans {
      background: transparent;
      color: #fff;
      font-weight: bold; }
      .strath-bootstrap .btn.btn-trans:hover {
        background: #6c757d; }
      .strath-bootstrap .btn.btn-trans a {
        color: white; }
      .strath-bootstrap .btn.btn-trans.disabled {
        background: #adb5bd;
        border-color: #adb5bd; }
  .strath-bootstrap .modal-header .close {
    padding: 1rem; }
  .strath-bootstrap .button-link {
    display: inline-block;
    position: relative;
    padding: 0.6rem 1.2rem;
    background: #018489;
    color: white !important;
    font-weight: bold;
    font-size: 1.4rem;
    border-radius: 50px;
    text-decoration: none !important; }
    .strath-bootstrap .button-link a {
      display: inline-block;
      color: white !important;
      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;
      text-decoration: none; }
    .strath-bootstrap .button-link a:focus {
      outline: 2px solid yellow; }
    .strath-bootstrap .button-link:hover {
      cursor: pointer;
      background-color: #013637 !important; }
      .strath-bootstrap .button-link:hover a {
        text-decoration: none !important; }
      .strath-bootstrap .button-link:hover p.button-link a:hover {
        text-decoration: none; }
    .strath-bootstrap .button-link .strath-bootstrap .button-link:hover a {
      text-decoration: none !important; }
    .strath-bootstrap .button-link .strath-bootstrap .general-side-fixed .button-link:hover a {
      text-decoration: none !important; }
    .strath-bootstrap .button-link p.button-link a:hover {
      text-decoration: none !important; }
    .strath-bootstrap .button-link p.button-link:hover a {
      text-decoration: none !important; }
    .strath-bootstrap .button-link .button-link:hover a {
      text-decoration: none !important; }
    .strath-bootstrap .button-link:focus {
      outline: 2px solid black !important;
      outline-offset: 2px !important; }
  .strath-bootstrap .search-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .strath-bootstrap .search-bar {
        margin-bottom: 2rem; } }
    .strath-bootstrap .search-bar .search-bar-inner {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 992px) {
        .strath-bootstrap .search-bar .search-bar-inner {
          -webkit-flex: 0 0 75%;
          -ms-flex: 0 0 75%;
          flex: 0 0 75%;
          max-width: 75%; } }
    .strath-bootstrap .search-bar form {
      max-width: 100%; }
    .strath-bootstrap .search-bar input {
      background: white;
      width: 100%;
      font-size: 1.6rem;
      color: #000;
      padding: 10px 60px 10px 20px;
      border: 2px solid #0078ae; }
    .strath-bootstrap .search-bar button {
      font-size: 2rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 1rem;
      padding: 0 1rem;
      background: transparent;
      color: inherit; }
  .strath-bootstrap .results .results-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0.5rem; }
    .strath-bootstrap .results .results-header h2,
    .strath-bootstrap .results .results-header .results-count {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      margin: 0; }
      @media (min-width: 768px) {
        .strath-bootstrap .results .results-header h2,
        .strath-bootstrap .results .results-header .results-count {
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
    .strath-bootstrap .results .results-header .results-count {
      margin-bottom: 0.5rem; }
  .strath-bootstrap .results .result {
    position: relative;
    overflow: auto;
    padding: 1rem;
    transition: 0.15s;
    border-bottom: 1px solid #e9ecef; }
    .strath-bootstrap .results .result:hover {
      background: #e9ecef; }
    .strath-bootstrap .results .result:last-of-type {
      border-bottom: 0; }
    .strath-bootstrap .results .result h3 {
      margin-bottom: 0.5rem; }
    .strath-bootstrap .results .result h3 a {
      font-family: "ClanProBold", sans-serif;
      color: #002b5c;
      font-weight: normal;
      text-decoration: underline;
      text-underline-position: under; }
    .strath-bootstrap .results .result .fa-envelope {
      font-size: 1.2rem;
      margin-left: 0.5rem; }
    .strath-bootstrap .results .result cite {
      color: #002b5c;
      font-style: normal;
      word-wrap: break-word;
      font-weight: bold; }
    .strath-bootstrap .results .result .search-summary {
      display: block;
      margin-top: 1rem;
      max-width: 700px; }
    .strath-bootstrap .results .result .staffImage {
      float: right;
      margin: 0 0 1rem 1rem; }
  .strath-bootstrap .filters .radio-bar,
  .strath-bootstrap .filters .check-bar {
    margin-bottom: 0.5rem;
    position: relative; }
    .strath-bootstrap .filters .radio-bar input.filter-input:checked ~ label,
    .strath-bootstrap .filters .radio-bar.active a,
    .strath-bootstrap .filters .check-bar input.filter-input:checked ~ label,
    .strath-bootstrap .filters .check-bar.active a {
      background: #002b5c;
      color: #fff; }
      .strath-bootstrap .filters .radio-bar input.filter-input:checked ~ label:before,
      .strath-bootstrap .filters .radio-bar.active a:before,
      .strath-bootstrap .filters .check-bar input.filter-input:checked ~ label:before,
      .strath-bootstrap .filters .check-bar.active a:before {
        color: #002b5c; }
      .strath-bootstrap .filters .radio-bar input.filter-input:checked ~ label:hover,
      .strath-bootstrap .filters .radio-bar.active a:hover,
      .strath-bootstrap .filters .check-bar input.filter-input:checked ~ label:hover,
      .strath-bootstrap .filters .check-bar.active a:hover {
        background: #002b5c; }
    .strath-bootstrap .filters .radio-bar label.filter-label,
    .strath-bootstrap .filters .radio-bar a,
    .strath-bootstrap .filters .check-bar label.filter-label,
    .strath-bootstrap .filters .check-bar a {
      display: block;
      width: 100%;
      font-weight: bold;
      background: #ced4da;
      color: #002b5c;
      padding: 1rem;
      cursor: pointer;
      margin-bottom: 0;
      transition: 0.15s;
      text-transform: capitalize; }
      .strath-bootstrap .filters .radio-bar label.filter-label:hover,
      .strath-bootstrap .filters .radio-bar a:hover,
      .strath-bootstrap .filters .check-bar label.filter-label:hover,
      .strath-bootstrap .filters .check-bar a:hover {
        background: #b1bbc4; }
    .strath-bootstrap .filters .radio-bar label.filter-label:before,
    .strath-bootstrap .filters .radio-bar a:before,
    .strath-bootstrap .filters .check-bar label.filter-label:before,
    .strath-bootstrap .filters .check-bar a:before {
      position: absolute;
      top: 0;
      right: 0;
      content: "\f00c";
      font-family: "FontAwesome";
      padding: 0.5rem;
      margin: 0.5rem;
      background: #fff;
      color: #e9ecef; }
  .strath-bootstrap .filters .sub-filters {
    border-bottom: 1px solid #e9ecef; }
  .strath-bootstrap .filters .sub-filters-inner {
    padding: 0.5rem; }
  .strath-bootstrap .filters .sub-filter input[type="checkbox"] ~ label:before {
    display: inline-block;
    content: "\f00c";
    font-family: "FontAwesome";
    padding: 0.5rem;
    background: #e9ecef;
    color: #fff;
    margin-right: 0.5rem; }
  .strath-bootstrap .filters .sub-filter label {
    cursor: pointer;
    margin-bottom: 0.25rem; }
  .strath-bootstrap .filters input.subfilter-input:checked ~ label:before {
    color: #002b5c; }
  .strath-bootstrap .ui-helper-hidden-accessible,
  .strath-bootstrap .ui-help-hidden {
    display: none; }
  .strath-bootstrap .ui-menu {
    position: absolute;
    background: white;
    margin: 0;
    padding: 0.5rem;
    width: 300px;
    list-style-type: none;
    transition: 0.2s;
    background: #f8f9fa;
    border: 0; }
    .strath-bootstrap .ui-menu li.ui-menu-item {
      margin: 0;
      padding: 0;
      font-size: 1.2rem; }
      .strath-bootstrap .ui-menu li.ui-menu-item a {
        display: block;
        color: #000;
        cursor: pointer;
        padding: 0.75rem 0.5rem;
        border-bottom: 1px solid #e9ecef; }
        .strath-bootstrap .ui-menu li.ui-menu-item a:hover {
          background-color: #e9ecef; }
  .strath-bootstrap .ui-state-active {
    background-color: #e9ecef; }
  .strath-bootstrap .inline-search {
    padding: 1rem 0;
    border-bottom: 1px solid #e9ecef; }
    @media (min-width: 576px) {
      .strath-bootstrap .inline-search {
        padding: 4rem 0; } }
    .strath-bootstrap .inline-search form {
      position: relative;
      max-width: 600px;
      margin-left: 0; }
    .strath-bootstrap .inline-search input.search-input {
      border: 0;
      height: auto;
      border-bottom: 3px solid #002b5c;
      background: transparent;
      box-shadow: none;
      border-radius: 0;
      font-size: 1.3375rem;
      line-height: 1.5;
      padding: 0.5rem 1rem;
      width: 100%; }
      .strath-bootstrap .inline-search input.search-input::-ms-clear {
        margin-right: 30px; }
    .strath-bootstrap .inline-search button {
      position: absolute;
      background: transparent;
      top: 0;
      right: 0;
      color: #002b5c;
      padding: 0.75rem 1rem;
      box-shadow: none;
      border: 0; }
      .strath-bootstrap .inline-search button:after {
        display: inline-block;
        font-family: "FontAwesome";
        color: #002b5c;
        font-size: 1.6rem;
        content: "\f002";
        line-height: 1; }
    .strath-bootstrap .inline-search .fback {
      height: 0;
      transition: 0.5s; }
    .strath-bootstrap .inline-search .results {
      padding-top: 2rem;
      opacity: 0;
      transition: opacity 1s ease 0.2s; }
    .strath-bootstrap .inline-search .results-header {
      display: none; }
    .strath-bootstrap .inline-search .result {
      max-width: 800px; }
  .strath-bootstrap .search .search-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 576px) {
      .strath-bootstrap .search .search-area {
        padding: 4rem 0; } }
    @media (min-width: 992px) {
      .strath-bootstrap .search .search-area {
        margin-bottom: 2rem; } }
    @media (max-width: 575.98px) {
      .strath-bootstrap .search .search-area .container {
        padding: 0; } }
    .strath-bootstrap .search .search-area.bg-image {
      width: 100%;
      height: auto; }
    .strath-bootstrap .search .search-area .search-form-container {
      background: #fff;
      padding: 1rem;
      width: 100%; }
      .strath-bootstrap .search .search-area .search-form-container .fa-circle-down {
        color: #01676a; }
      @media (max-width: 767.98px) {
        .strath-bootstrap .search .search-area .search-form-container {
          padding: 20px; } }
      @media (min-width: 576px) {
        .strath-bootstrap .search .search-area .search-form-container {
          padding: 1.5rem; } }
      @media (min-width: 768px) {
        .strath-bootstrap .search .search-area .search-form-container {
          padding: 2rem;
          max-width: 500px; } }
      .strath-bootstrap .search .search-area .search-form-container .alert-box p a,
      .strath-bootstrap .search .search-area .search-form-container .btn.btn-plain {
        color: #002b5c;
        text-decoration: underline;
        text-decoration-thickness: 1px; }
        .strath-bootstrap .search .search-area .search-form-container .alert-box p a:hover,
        .strath-bootstrap .search .search-area .search-form-container .btn.btn-plain:hover {
          border-bottom: 3px;
          outline: 0; }
        .strath-bootstrap .search .search-area .search-form-container .alert-box p a:focus-visible,
        .strath-bootstrap .search .search-area .search-form-container .btn.btn-plain:focus-visible {
          border: 3px; }
      .strath-bootstrap .search .search-area .search-form-container .btn.btn-plain:focus .fa-circle-info, .strath-bootstrap .search .search-area .search-form-container .btn.btn-plain:focus-within .fa-circle-info {
        border: 2px solid black; }
    .strath-bootstrap .search .search-area h1 {
      font-family: "ClanProBold", sans-serif;
      margin-top: 0; }
      .strath-bootstrap .search .search-area h1 .superscript {
        display: block;
        font-size: 1.4rem; }
    .strath-bootstrap .search .search-area .favourites-link {
      padding: 10px;
      background: white !important;
      margin-left: 40px; }
      .strath-bootstrap .search .search-area .favourites-link a .fa-star {
        color: #002b5c; }
      .strath-bootstrap .search .search-area .favourites-link:hover {
        color: #01676a; }
  .strath-bootstrap .search .search-filters {
    padding: 1rem; }
    @media (min-width: 992px) {
      .strath-bootstrap .search .search-filters {
        padding: 0; } }
    .strath-bootstrap .search .search-filters .search-filter-area {
      border: 1px solid #002b5c;
      border-radius: 5px;
      padding: 1rem;
      margin: auto;
      background: #fff; }
    .strath-bootstrap .search .search-filters .search-filter-sets {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .strath-bootstrap .search .search-filters .search-filter-set {
      margin-bottom: 0.75rem; }
      .strath-bootstrap .search .search-filters .search-filter-set legend {
        font-size: 1rem;
        color: #002b5c;
        font-weight: bold;
        margin-bottom: 0.25rem; }
    .strath-bootstrap .search .search-filters .custom-control {
      min-height: 1.75rem;
      padding-left: 2rem; }
      .strath-bootstrap .search .search-filters .custom-control .custom-control-input:checked ~ .custom-control-label:before {
        background: #002b5c; }
      .strath-bootstrap .search .search-filters .custom-control .custom-control-input:disabled ~ .custom-control-label:before {
        background: #ced4da; }
      .strath-bootstrap .search .search-filters .custom-control .custom-control-label {
        padding-top: 0.1rem; }
        .strath-bootstrap .search .search-filters .custom-control .custom-control-label:before {
          top: 0;
          width: 1.5rem;
          height: 1.5rem;
          left: -2rem;
          border: 1px solid #6c757d;
          background: #f8f9fa;
          border-radius: 2px; }
        .strath-bootstrap .search .search-filters .custom-control .custom-control-label:after {
          top: 0;
          width: 1.5rem;
          height: 1.5rem;
          left: -2rem; }
  .strath-bootstrap .search .search-result-count {
    font-weight: bold;
    font-size: 1.2rem;
    color: #002b5c;
    margin-bottom: 1rem; }
  .strath-bootstrap .search .search-results .search-count {
    font-weight: bold;
    margin: auto;
    color: #002b5c;
    margin-bottom: 1.5rem;
    padding: 0; }
    @media (min-width: 768px) {
      .strath-bootstrap .search .search-results .search-count {
        font-size: 1.2rem; } }
  .strath-bootstrap .search .search-results .search-result {
    background: #e9ecef;
    padding: 1rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25); }
    @media (min-width: 576px) {
      .strath-bootstrap .search .search-results .search-result {
        padding: 1.5rem; } }
  .strath-bootstrap .search.pgr-search .search-area, .strath-bootstrap .search.strath-search .search-area {
    width: 100%;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .strath-bootstrap .search.pgr-search.wide .search-results-container, .strath-bootstrap .search.strath-search.wide .search-results-container {
    padding: 0 13.33333px; }
    @media (min-width: 576px) {
      .strath-bootstrap .search.pgr-search.wide .search-results-container, .strath-bootstrap .search.strath-search.wide .search-results-container {
        padding: 0; } }
    .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container {
      border-top: 0 !important;
      padding: 0; }
      .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container legend h2 button, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container legend h2 button {
        text-decoration: underline;
        text-underline-position: under;
        cursor: pointer; }
        .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container legend h2 button:hover, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container legend h2 button:hover {
          color: #01676a; }
        .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container legend h2 button:focus-visible, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container legend h2 button:focus-visible {
          outline: 2px solid black;
          outline-offset: 12px;
          border-radius: 0; }
      @media (max-width: 991.98px) {
        .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container .app-filters, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container .app-filters {
          padding-top: 20px; } }
      .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container .app-filters .control-label, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container .app-filters .control-label {
        padding: 10px 0; }
      .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container .app-filters .checkbox-list .app-filter-label, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container .app-filters .checkbox-list .app-filter-label {
        font-weight: normal;
        padding-bottom: 10px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 10px;
        pointer-events: none; }
        .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container .app-filters .checkbox-list .app-filter-label span, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container .app-filters .checkbox-list .app-filter-label span {
          cursor: pointer; }
        .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container .app-filters .checkbox-list .app-filter-label .app-filter-input, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container .app-filters .checkbox-list .app-filter-label .app-filter-input {
          margin: 0;
          vertical-align: middle;
          height: 30px;
          width: 30px;
          cursor: pointer;
          accent-color: #002b5c; }
      .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container .app-filters .checkbox-list .app-filter-input,
      .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container .app-filters .checkbox-list .app-filter-label span, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container .app-filters .checkbox-list .app-filter-input,
      .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container .app-filters .checkbox-list .app-filter-label span {
        pointer-events: auto; }
      .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container .scrollable-container::-webkit-scrollbar, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container .scrollable-container::-webkit-scrollbar {
        width: 12px;
        /* Width of the scrollbar */ }
      .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container .scrollable-container::-webkit-scrollbar-track, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container .scrollable-container::-webkit-scrollbar-track {
        background: #f0f0f0;
        border-radius: 10px; }
      .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container .scrollable-container::-webkit-scrollbar-thumb, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container .scrollable-container::-webkit-scrollbar-thumb {
        background: #002b5c;
        border-radius: 10px; }
      .strath-bootstrap .search.pgr-search.wide .search-results-container .course-filters-container .scrollable-container::-webkit-scrollbar-thumb:hover, .strath-bootstrap .search.strath-search.wide .search-results-container .course-filters-container .scrollable-container::-webkit-scrollbar-thumb:hover {
        background: #01676a;
        /* Darker on hover */ }
  .strath-bootstrap .search.pgr-search.wide .search-form-container-wide, .strath-bootstrap .search.strath-search.wide .search-form-container-wide {
    background: #002b5c; }
    .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .fa-circle-down, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .fa-circle-down {
      color: #01676a; }
    .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-form-row-wide, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-form-row-wide {
      background: white;
      padding: 0;
      margin-right: 0;
      margin-left: 0; }
      @media (min-width: 768px) {
        .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-form-row-wide, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-form-row-wide {
          padding: 2rem 0;
          background: #002b5c; } }
    .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container {
      background: #fff;
      padding: 1rem;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 576px) {
        .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container {
          padding: 2rem;
          max-width: 1000px; } }
      .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%; }
        .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper h1, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper h1 {
          padding: 40px 0 20px 0;
          margin-top: 0; }
          @media (min-width: 576px) {
            .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper h1, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper h1 {
              padding: 0 0 12px 0; } }
        .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters #select-a-level-legend, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters #select-a-level-legend {
          color: #002b5c;
          font-weight: bold;
          font-size: 1rem;
          padding-top: 30px; }
          @media (min-width: 576px) {
            .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters #select-a-level-legend, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters #select-a-level-legend {
              padding-top: 0; } }
          .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters #select-a-level-legend button:hover, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters #select-a-level-legend button:hover {
            color: #01676a; }
          .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters #select-a-level-legend button:focus-visible, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters #select-a-level-legend button:focus-visible {
            outline: 2px solid black;
            border-radius: 0;
            outline-offset: 1px; }
        .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters .checkbox-list span .app-filter-label, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters .checkbox-list span .app-filter-label {
          font-weight: normal;
          padding-bottom: 10px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-justify-content: start;
          -ms-flex-pack: start;
          justify-content: start;
          gap: 10px;
          pointer-events: none;
          color: #212529; }
          .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters .checkbox-list span .app-filter-label span, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters .checkbox-list span .app-filter-label span {
            cursor: pointer; }
          .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters .checkbox-list span .app-filter-label .app-filter-input, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters .checkbox-list span .app-filter-label .app-filter-input {
            margin: 0;
            vertical-align: middle;
            height: 30px;
            width: 30px;
            cursor: pointer;
            accent-color: #002b5c; }
          .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters .checkbox-list span .app-filter-label .app-filter-input,
          .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters .checkbox-list span .app-filter-label .app-filter-label span, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters .checkbox-list span .app-filter-label .app-filter-input,
          .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .search-container-wrapper .form-group .form-group .app-filters .checkbox-list span .app-filter-label .app-filter-label span {
            pointer-events: auto; }
      .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .favourites-link, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .favourites-link {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        /* tab order adjustment*/
        margin-bottom: 1rem;
        margin-left: 0; }
        @media (min-width: 992px) {
          .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .favourites-link, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .favourites-link {
            margin-left: 15px; } }
        @media (min-width: 1200px) {
          .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .favourites-link, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .favourites-link {
            margin-left: 25px;
            max-width: 890px; } }
        .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .favourites-link a:focus, .strath-bootstrap .search.pgr-search.wide .search-form-container-wide .search-container .favourites-link a:focus-visible, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .favourites-link a:focus, .strath-bootstrap .search.strath-search.wide .search-form-container-wide .search-container .favourites-link a:focus-visible {
          outline: 2px solid black !important;
          outline-offset: 1px !important; }
  .strath-bootstrap .search.pgr-search.staff-search .depts, .strath-bootstrap .search.strath-search.staff-search .depts {
    display: none; }
  .strath-bootstrap .search.pgr-search.staff-search .name, .strath-bootstrap .search.strath-search.staff-search .name {
    display: block; }
    .strath-bootstrap .search.pgr-search.staff-search .name.showsimple, .strath-bootstrap .search.strath-search.staff-search .name.showsimple {
      display: none !important; }
  .strath-bootstrap .search.pgr-search.staff-search .depts.showsimple, .strath-bootstrap .search.strath-search.staff-search .depts.showsimple {
    display: block !important; }
  .strath-bootstrap .search.pgr-search .form-group, .strath-bootstrap .search.strath-search .form-group {
    position: relative; }
    .strath-bootstrap .search.pgr-search .form-group .name-input,
    .strath-bootstrap .search.pgr-search .form-group .dept-input.showsimple, .strath-bootstrap .search.strath-search .form-group .name-input,
    .strath-bootstrap .search.strath-search .form-group .dept-input.showsimple {
      display: block; }
    .strath-bootstrap .search.pgr-search .form-group .dept-input,
    .strath-bootstrap .search.pgr-search .form-group .name-input.showsimple, .strath-bootstrap .search.strath-search .form-group .dept-input,
    .strath-bootstrap .search.strath-search .form-group .name-input.showsimple {
      display: none; }
    .strath-bootstrap .search.pgr-search .form-group input, .strath-bootstrap .search.strath-search .form-group input {
      color: #343a40;
      font-size: 1.2rem;
      max-width: 400px; }
    .strath-bootstrap .search.pgr-search .form-group .form-group fieldset .app-filters .level-label, .strath-bootstrap .search.strath-search .form-group .form-group fieldset .app-filters .level-label {
      padding-top: 30px; }
    .strath-bootstrap .search.pgr-search .form-group .form-group fieldset .app-filters .btn-plain:hover, .strath-bootstrap .search.strath-search .form-group .form-group fieldset .app-filters .btn-plain:hover {
      color: #002b5c; }
    .strath-bootstrap .search.pgr-search .form-group .form-group fieldset .app-filters ul li span, .strath-bootstrap .search.strath-search .form-group .form-group fieldset .app-filters ul li span {
      padding-left: 35px; }
    .strath-bootstrap .search.pgr-search .form-group .form-group fieldset .app-filters ul li .app-filter-label, .strath-bootstrap .search.strath-search .form-group .form-group fieldset .app-filters ul li .app-filter-label {
      font-weight: normal;
      padding-bottom: 13.33333px; }
    .strath-bootstrap .search.pgr-search .form-group .form-group fieldset .app-filters ul li input, .strath-bootstrap .search.strath-search .form-group .form-group fieldset .app-filters ul li input {
      width: 30px;
      height: 30px;
      accent-color: #002b5c;
      position: absolute; }
  .strath-bootstrap .search.pgr-search label, .strath-bootstrap .search.strath-search label {
    color: #002b5c;
    font-weight: bold; }
    .strath-bootstrap .search.pgr-search label:focus, .strath-bootstrap .search.pgr-search label:focus-within, .strath-bootstrap .search.pgr-search label:focus-visible, .strath-bootstrap .search.strath-search label:focus, .strath-bootstrap .search.strath-search label:focus-within, .strath-bootstrap .search.strath-search label:focus-visible {
      outline: 2px solid white;
      outline-offset: 2px; }
  .strath-bootstrap .search.pgr-search .custom-control-label, .strath-bootstrap .search.strath-search .custom-control-label {
    font-weight: normal;
    color: #212529; }
  .strath-bootstrap .search.pgr-search .search-reset, .strath-bootstrap .search.strath-search .search-reset {
    text-align: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .strath-bootstrap .search.pgr-search .search-reset .fa, .strath-bootstrap .search.strath-search .search-reset .fa {
      margin-left: 0.25rem; }
    .strath-bootstrap .search.pgr-search .search-reset .search-sort, .strath-bootstrap .search.strath-search .search-reset .search-sort {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 1rem; }
      .strath-bootstrap .search.pgr-search .search-reset .search-sort label, .strath-bootstrap .search.strath-search .search-reset .search-sort label {
        margin-right: 0.5rem;
        white-space: nowrap; }
  .strath-bootstrap .search.pgr-search .search-auto-suggest.wide, .strath-bootstrap .search.strath-search .search-auto-suggest.wide {
    width: 90%; }
    @media (min-width: 768px) {
      .strath-bootstrap .search.pgr-search .search-auto-suggest.wide, .strath-bootstrap .search.strath-search .search-auto-suggest.wide {
        width: 44%; } }
    @media (min-width: 992px) {
      .strath-bootstrap .search.pgr-search .search-auto-suggest.wide, .strath-bootstrap .search.strath-search .search-auto-suggest.wide {
        width: 47%; } }
  .strath-bootstrap .search.pgr-search .search-auto-suggest, .strath-bootstrap .search.strath-search .search-auto-suggest {
    position: absolute;
    width: 100%;
    z-index: 11;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    background: white; }
    .strath-bootstrap .search.pgr-search .search-auto-suggest ul, .strath-bootstrap .search.strath-search .search-auto-suggest ul {
      padding: 0;
      margin: 0; }
      .strath-bootstrap .search.pgr-search .search-auto-suggest ul li, .strath-bootstrap .search.strath-search .search-auto-suggest ul li {
        border-bottom: 1px solid #efefef;
        padding: 15px;
        color: #002b5c;
        font-weight: bold;
        background: white; }
        .strath-bootstrap .search.pgr-search .search-auto-suggest ul li.selected, .strath-bootstrap .search.strath-search .search-auto-suggest ul li.selected {
          background: #dee2e6; }
        .strath-bootstrap .search.pgr-search .search-auto-suggest ul li.hover, .strath-bootstrap .search.strath-search .search-auto-suggest ul li.hover {
          background: #dee2e6;
          cursor: pointer; }
        .strath-bootstrap .search.pgr-search .search-auto-suggest ul li button, .strath-bootstrap .search.strath-search .search-auto-suggest ul li button {
          background: white;
          color: #002b5c;
          font-weight: bold;
          font-size: 1rem;
          border: 0;
          padding: 0.5rem;
          border-radius: 0;
          width: 100%;
          text-align: left;
          transition: 0.2s; }
        .strath-bootstrap .search.pgr-search .search-auto-suggest ul li.selected, .strath-bootstrap .search.strath-search .search-auto-suggest ul li.selected {
          background: #dee2e6; }
        .strath-bootstrap .search.pgr-search .search-auto-suggest ul li:hover, .strath-bootstrap .search.strath-search .search-auto-suggest ul li:hover {
          background: #dee2e6;
          cursor: pointer; }
  .strath-bootstrap .search.pgr-search .search-filter-area button,
  .strath-bootstrap .search.pgr-search .select-level button, .strath-bootstrap .search.strath-search .search-filter-area button,
  .strath-bootstrap .search.strath-search .select-level button {
    background: transparent;
    border: 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding: 0;
    border-radius: 0;
    cursor: pointer; }
    .strath-bootstrap .search.pgr-search .search-filter-area button h3,
    .strath-bootstrap .search.pgr-search .search-filter-area button h2,
    .strath-bootstrap .search.pgr-search .select-level button h3,
    .strath-bootstrap .search.pgr-search .select-level button h2, .strath-bootstrap .search.strath-search .search-filter-area button h3,
    .strath-bootstrap .search.strath-search .search-filter-area button h2,
    .strath-bootstrap .search.strath-search .select-level button h3,
    .strath-bootstrap .search.strath-search .select-level button h2 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.75rem;
      margin-bottom: 0; }
    .strath-bootstrap .search.pgr-search .search-filter-area button .fa,
    .strath-bootstrap .search.pgr-search .select-level button .fa, .strath-bootstrap .search.strath-search .search-filter-area button .fa,
    .strath-bootstrap .search.strath-search .select-level button .fa {
      margin-left: auto;
      color: #002b5c;
      transition: 0.2s;
      font-size: 1.2rem; }
    .strath-bootstrap .search.pgr-search .search-filter-area button[aria-expanded="true"] .fa,
    .strath-bootstrap .search.pgr-search .select-level button[aria-expanded="true"] .fa, .strath-bootstrap .search.strath-search .search-filter-area button[aria-expanded="true"] .fa,
    .strath-bootstrap .search.strath-search .select-level button[aria-expanded="true"] .fa {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .strath-bootstrap .search.pgr-search .search-filter-area button:focus,
    .strath-bootstrap .search.pgr-search .select-level button:focus, .strath-bootstrap .search.strath-search .search-filter-area button:focus,
    .strath-bootstrap .search.strath-search .select-level button:focus {
      outline: 0; }
  .strath-bootstrap .search.pgr-search .search-filter-area .modal-button,
  .strath-bootstrap .search.pgr-search .select-level .modal-button, .strath-bootstrap .search.strath-search .search-filter-area .modal-button,
  .strath-bootstrap .search.strath-search .select-level .modal-button {
    display: inline-block;
    width: auto;
    margin-left: 0.5rem;
    color: #002b5c; }
    .strath-bootstrap .search.pgr-search .search-filter-area .modal-button:hover,
    .strath-bootstrap .search.pgr-search .select-level .modal-button:hover, .strath-bootstrap .search.strath-search .search-filter-area .modal-button:hover,
    .strath-bootstrap .search.strath-search .select-level .modal-button:hover {
      background: transparent; }
  .strath-bootstrap .search.pgr-search .search-filter-area .search-filter-sets,
  .strath-bootstrap .search.pgr-search .select-level .search-filter-sets, .strath-bootstrap .search.strath-search .search-filter-area .search-filter-sets,
  .strath-bootstrap .search.strath-search .select-level .search-filter-sets {
    padding-top: 1rem; }
  .strath-bootstrap .search.pgr-search .search-filter-area .search-filter-set select,
  .strath-bootstrap .search.pgr-search .select-level .search-filter-set select, .strath-bootstrap .search.strath-search .search-filter-area .search-filter-set select,
  .strath-bootstrap .search.strath-search .select-level .search-filter-set select {
    max-width: 250px;
    margin-bottom: 0.5rem; }
  .strath-bootstrap .search.pgr-search .search-results-list, .strath-bootstrap .search.strath-search .search-results-list {
    position: relative;
    height: 100%;
    transition: 0.2s;
    overflow: hidden; }
  .strath-bootstrap .search.pgr-search .loading, .strath-bootstrap .search.strath-search .loading {
    height: 100px; }
    .strath-bootstrap .search.pgr-search .loading .loading-spinner, .strath-bootstrap .search.strath-search .loading .loading-spinner {
      opacity: 1; }
    .strath-bootstrap .search.pgr-search .loading .search-result, .strath-bootstrap .search.strath-search .loading .search-result {
      opacity: 0; }
  .strath-bootstrap .search.pgr-search .loading-spinner, .strath-bootstrap .search.strath-search .loading-spinner {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #002b5c;
    font-size: 4rem;
    padding: 2rem;
    z-index: 1;
    pointer-events: none;
    background: #fff;
    transition: 0.2s; }
    .strath-bootstrap .search.pgr-search .loading-spinner i, .strath-bootstrap .search.strath-search .loading-spinner i {
      -webkit-animation-name: spin;
      animation-name: spin;
      -webkit-animation-duration: 2000ms;
      animation-duration: 2000ms;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .strath-bootstrap .search.pgr-search .search-results .search-result, .strath-bootstrap .search.strath-search .search-results .search-result {
    opacity: 1;
    transition: 0.2s; }
    .strath-bootstrap .search.pgr-search .search-results .search-result h3 a,
    .strath-bootstrap .search.pgr-search .search-results .search-result h2 a, .strath-bootstrap .search.strath-search .search-results .search-result h3 a,
    .strath-bootstrap .search.strath-search .search-results .search-result h2 a {
      font-family: "ClanProBold", sans-serif;
      color: #002b5c;
      text-decoration: underline;
      text-underline-position: under;
      line-height: 2.2rem; }
      @media (min-width: 768px) {
        .strath-bootstrap .search.pgr-search .search-results .search-result h3 a,
        .strath-bootstrap .search.pgr-search .search-results .search-result h2 a, .strath-bootstrap .search.strath-search .search-results .search-result h3 a,
        .strath-bootstrap .search.strath-search .search-results .search-result h2 a {
          line-height: 2.6rem; } }
      .strath-bootstrap .search.pgr-search .search-results .search-result h3 a:hover,
      .strath-bootstrap .search.pgr-search .search-results .search-result h2 a:hover, .strath-bootstrap .search.strath-search .search-results .search-result h3 a:hover,
      .strath-bootstrap .search.strath-search .search-results .search-result h2 a:hover {
        color: #01676a !important; }
        .strath-bootstrap .search.pgr-search .search-results .search-result h3 a:hover span,
        .strath-bootstrap .search.pgr-search .search-results .search-result h2 a:hover span, .strath-bootstrap .search.strath-search .search-results .search-result h3 a:hover span,
        .strath-bootstrap .search.strath-search .search-results .search-result h2 a:hover span {
          color: #01676a !important; }
    .strath-bootstrap .search.pgr-search .search-results .search-result a, .strath-bootstrap .search.strath-search .search-results .search-result a {
      text-decoration: none; }
      .strath-bootstrap .search.pgr-search .search-results .search-result a h3.title,
      .strath-bootstrap .search.pgr-search .search-results .search-result a h3, .strath-bootstrap .search.strath-search .search-results .search-result a h3.title,
      .strath-bootstrap .search.strath-search .search-results .search-result a h3 {
        font-family: "ClanProBold", sans-serif;
        text-decoration: underline;
        text-underline-position: under;
        line-height: 2.2rem; }
        @media (min-width: 768px) {
          .strath-bootstrap .search.pgr-search .search-results .search-result a h3.title,
          .strath-bootstrap .search.pgr-search .search-results .search-result a h3, .strath-bootstrap .search.strath-search .search-results .search-result a h3.title,
          .strath-bootstrap .search.strath-search .search-results .search-result a h3 {
            line-height: 2.6rem; } }
        .strath-bootstrap .search.pgr-search .search-results .search-result a h3.title:hover,
        .strath-bootstrap .search.pgr-search .search-results .search-result a h3:hover, .strath-bootstrap .search.strath-search .search-results .search-result a h3.title:hover,
        .strath-bootstrap .search.strath-search .search-results .search-result a h3:hover {
          color: #01676a !important;
          text-decoration: underline; }
      .strath-bootstrap .search.pgr-search .search-results .search-result a:focus-visible, .strath-bootstrap .search.strath-search .search-results .search-result a:focus-visible {
        outline: 2px solid black;
        outline-offset: 10px; }
      .strath-bootstrap .search.pgr-search .search-results .search-result a .title:hover span, .strath-bootstrap .search.strath-search .search-results .search-result a .title:hover span {
        color: #01676a !important; }
    .strath-bootstrap .search.pgr-search .search-results .search-result .col, .strath-bootstrap .search.strath-search .search-results .search-result .col {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .strath-bootstrap .search.pgr-search .search-results .search-result .deadline, .strath-bootstrap .search.strath-search .search-results .search-result .deadline {
      margin-top: 0;
      margin-bottom: 1rem; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .deadline.open .deadline-inner, .strath-bootstrap .search.strath-search .search-results .search-result .deadline.open .deadline-inner {
        border-color: #5d9732; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .deadline.closing-soon .deadline-inner, .strath-bootstrap .search.strath-search .search-results .search-result .deadline.closing-soon .deadline-inner {
        border-color: #f47b20; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .deadline.open-ended .deadline-inner, .strath-bootstrap .search.strath-search .search-results .search-result .deadline.open-ended .deadline-inner {
        border-color: #002b5c; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .deadline.closed .deadline-inner, .strath-bootstrap .search.strath-search .search-results .search-result .deadline.closed .deadline-inner {
        border-color: #000; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .deadline .deadline-inner, .strath-bootstrap .search.strath-search .search-results .search-result .deadline .deadline-inner {
        border-bottom: 4px solid;
        display: inline-block;
        padding-bottom: 0.25rem; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .deadline .fa, .strath-bootstrap .search.strath-search .search-results .search-result .deadline .fa {
        margin-right: 0.5rem;
        color: #002b5c; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .deadline strong, .strath-bootstrap .search.strath-search .search-results .search-result .deadline strong {
        color: #002b5c; }
    .strath-bootstrap .search.pgr-search .search-results .search-result .supervisors, .strath-bootstrap .search.strath-search .search-results .search-result .supervisors {
      margin-top: auto;
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .strath-bootstrap .search.pgr-search .search-results .search-result .supervisors, .strath-bootstrap .search.strath-search .search-results .search-result .supervisors {
          margin-bottom: 0; } }
      .strath-bootstrap .search.pgr-search .search-results .search-result .supervisors strong, .strath-bootstrap .search.strath-search .search-results .search-result .supervisors strong {
        color: #002b5c; }
    .strath-bootstrap .search.pgr-search .search-results .search-result .key-facts, .strath-bootstrap .search.strath-search .search-results .search-result .key-facts {
      background: #fff;
      padding: 1rem;
      margin-bottom: 1rem; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .key-facts strong, .strath-bootstrap .search.strath-search .search-results .search-result .key-facts strong {
        color: #002b5c; }
    .strath-bootstrap .search.pgr-search .search-results .search-result .key-fact, .strath-bootstrap .search.strath-search .search-results .search-result .key-fact {
      margin-bottom: 0.5rem;
      padding-bottom: 0.5rem;
      border-bottom: 2px dashed #e9ecef;
      line-height: 1.4; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .key-fact:last-child, .strath-bootstrap .search.strath-search .search-results .search-result .key-fact:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .key-fact a, .strath-bootstrap .search.strath-search .search-results .search-result .key-fact a {
        text-decoration: underline !important;
        text-underline-position: under;
        color: #002b5c; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .key-fact .modal-button, .strath-bootstrap .search.strath-search .search-results .search-result .key-fact .modal-button {
        padding: 0;
        color: #002b5c;
        margin-left: 0.5rem;
        background: transparent;
        border-radius: 0;
        border: 0; }
        .strath-bootstrap .search.pgr-search .search-results .search-result .key-fact .modal-button:hover, .strath-bootstrap .search.strath-search .search-results .search-result .key-fact .modal-button:hover {
          background: transparent; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .key-fact.key-last, .strath-bootstrap .search.strath-search .search-results .search-result .key-fact.key-last {
        border-bottom: 0;
        margin-bottom: 0; }
    .strath-bootstrap .search.pgr-search .search-results .search-result .read-more, .strath-bootstrap .search.strath-search .search-results .search-result .read-more {
      text-align: left;
      text-decoration: underline;
      text-underline-position: under; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .read-more a, .strath-bootstrap .search.strath-search .search-results .search-result .read-more a {
        line-height: 1.5rem; }
        @media (min-width: 768px) {
          .strath-bootstrap .search.pgr-search .search-results .search-result .read-more a, .strath-bootstrap .search.strath-search .search-results .search-result .read-more a {
            line-height: normal; } }
        .strath-bootstrap .search.pgr-search .search-results .search-result .read-more a:hover, .strath-bootstrap .search.strath-search .search-results .search-result .read-more a:hover {
          color: #01676a !important;
          color: white; }
      .strath-bootstrap .search.pgr-search .search-results .search-result .read-more .btn, .strath-bootstrap .search.strath-search .search-results .search-result .read-more .btn {
        width: 100%; }
        @media (min-width: 576px) {
          .strath-bootstrap .search.pgr-search .search-results .search-result .read-more .btn, .strath-bootstrap .search.strath-search .search-results .search-result .read-more .btn {
            width: auto; } }
      @media (min-width: 576px) {
        .strath-bootstrap .search.pgr-search .search-results .search-result .read-more, .strath-bootstrap .search.strath-search .search-results .search-result .read-more {
          text-align: right; } }
  .strath-bootstrap .search.pgr-search .input-group-append button, .strath-bootstrap .search.strath-search .input-group-append button {
    border-radius: 0; }
  @media (max-width: 991.98px) {
    .strath-bootstrap .search.pgr-search .strath-search .search-form-container .form-group row, .strath-bootstrap .search.strath-search .strath-search .search-form-container .form-group row {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    .strath-bootstrap .search.pgr-search .strath-search .custom-control-input, .strath-bootstrap .search.strath-search .strath-search .custom-control-input {
      display: none !important; }
    .strath-bootstrap .search.pgr-search .strath-search .custom-control-label, .strath-bootstrap .search.strath-search .strath-search .custom-control-label {
      font-size: 1rem !important; }
      .strath-bootstrap .search.pgr-search .strath-search .custom-control-label:before, .strath-bootstrap .search.strath-search .strath-search .custom-control-label:before {
        width: 1.3rem;
        height: 1.3rem; }
    .strath-bootstrap .search.pgr-search .toggle-switch-strath, .strath-bootstrap .search.strath-search .toggle-switch-strath {
      -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important; } }
  @media (max-width: 767.98px) {
    .strath-bootstrap .search.pgr-search .strath-search .search-form-container .form-group row, .strath-bootstrap .search.strath-search .strath-search .search-form-container .form-group row {
      padding-right: 0 !important;
      padding-left: 0 !important; } }
  .strath-bootstrap .search.pgr-search .hide, .strath-bootstrap .search.strath-search .hide {
    display: none; }
  .strath-bootstrap .search.pgr-search .showsimple,
  .strath-bootstrap .search.pgr-search .showsimple2, .strath-bootstrap .search.strath-search .showsimple,
  .strath-bootstrap .search.strath-search .showsimple2 {
    display: none; }
    .strath-bootstrap .search.pgr-search .showsimple tbody tr.hideme.showClosedScholarships,
    .strath-bootstrap .search.pgr-search .showsimple tbody tr.showme.showClosedScholarships,
    .strath-bootstrap .search.pgr-search .showsimple2 tbody tr.hideme.showClosedScholarships,
    .strath-bootstrap .search.pgr-search .showsimple2 tbody tr.showme.showClosedScholarships, .strath-bootstrap .search.strath-search .showsimple tbody tr.hideme.showClosedScholarships,
    .strath-bootstrap .search.strath-search .showsimple tbody tr.showme.showClosedScholarships,
    .strath-bootstrap .search.strath-search .showsimple2 tbody tr.hideme.showClosedScholarships,
    .strath-bootstrap .search.strath-search .showsimple2 tbody tr.showme.showClosedScholarships {
      display: table-row; }
    .strath-bootstrap .search.pgr-search .showsimple tbody tr.hideme,
    .strath-bootstrap .search.pgr-search .showsimple2 tbody tr.hideme, .strath-bootstrap .search.strath-search .showsimple tbody tr.hideme,
    .strath-bootstrap .search.strath-search .showsimple2 tbody tr.hideme {
      display: none; }
    .strath-bootstrap .search.pgr-search .showsimple table th,
    .strath-bootstrap .search.pgr-search .showsimple2 table th, .strath-bootstrap .search.strath-search .showsimple table th,
    .strath-bootstrap .search.strath-search .showsimple2 table th {
      border-bottom: 0; }
    .strath-bootstrap .search.pgr-search .showsimple .showClosedScholarships,
    .strath-bootstrap .search.pgr-search .showsimple2 .showClosedScholarships, .strath-bootstrap .search.strath-search .showsimple .showClosedScholarships,
    .strath-bootstrap .search.strath-search .showsimple2 .showClosedScholarships {
      display: table-row; }
    .strath-bootstrap .search.pgr-search .showsimple .search-result,
    .strath-bootstrap .search.pgr-search .showsimple2 .search-result, .strath-bootstrap .search.strath-search .showsimple .search-result,
    .strath-bootstrap .search.strath-search .showsimple2 .search-result {
      display: none; }
    .strath-bootstrap .search.pgr-search .showsimple .name-input,
    .strath-bootstrap .search.pgr-search .showsimple2 .name-input, .strath-bootstrap .search.strath-search .showsimple .name-input,
    .strath-bootstrap .search.strath-search .showsimple2 .name-input {
      display: none; }
    .strath-bootstrap .search.pgr-search .showsimple .dept-innpt,
    .strath-bootstrap .search.pgr-search .showsimple2 .dept-innpt, .strath-bootstrap .search.strath-search .showsimple .dept-innpt,
    .strath-bootstrap .search.strath-search .showsimple2 .dept-innpt {
      display: block; }
  .strath-bootstrap .search.pgr-search .showClosedScholarships, .strath-bootstrap .search.strath-search .showClosedScholarships {
    display: block; }
  .strath-bootstrap .search.pgr-search .showclosedtitle, .strath-bootstrap .search.strath-search .showclosedtitle {
    color: red; }
  .strath-bootstrap .search.pgr-search button.filter-button, .strath-bootstrap .search.strath-search button.filter-button {
    border: 0; }
  .strath-bootstrap .search.pgr-search .start-over .btn, .strath-bootstrap .search.strath-search .start-over .btn {
    padding: 0.75rem 1rem; }
  .strath-bootstrap .search .strath-search.accordian ul.list-group li input {
    position: absolute; }
  .strath-bootstrap .search .strath-search.accordian .toggle-headings small {
    word-wrap: break-word;
    overflow: hidden;
    max-width: 100%; }
  .strath-bootstrap .search-results table td {
    border-top: 0; }
  .strath-bootstrap .search-results table th {
    border-top: 0;
    border-bottom: 3px dashed #efefef !important; }
  .strath-bootstrap .strath-search {
    /* The switch for simple view. Most of the code for the slider is in the course-apply scss. */ }
    .strath-bootstrap .strath-search .search-checkbox {
      accent-color: #002b5c;
      -webkit-transform: scale(2);
      -ms-transform: scale(2);
      transform: scale(2);
      cursor: pointer; }
    .strath-bootstrap .strath-search .modal-dialog-filter {
      z-index: 1061 !important; }
    .strath-bootstrap .strath-search .modal-dialog {
      background: white; }
    .strath-bootstrap .strath-search .input-group-mobile {
      width: 100%; }
    .strath-bootstrap .strath-search .input-group-sm .btn {
      border-radius: 0; }
    .strath-bootstrap .strath-search .table.simpleview {
      width: 100%;
      max-width: 1000px;
      margin-left: 40px; }
      .strath-bootstrap .strath-search .table.simpleview thead th {
        border-top: 0 !important; }
      .strath-bootstrap .strath-search .table.simpleview th {
        border-top: 0 !important; }
      .strath-bootstrap .strath-search .table.simpleview tbody tr {
        border-top: 3px dashed #efefef !important; }
      .strath-bootstrap .strath-search .table.simpleview tbody td {
        border-top: 0 !important; }
    .strath-bootstrap .strath-search .strath-bootstrap .table td {
      border-top: 0 !important; }
    .strath-bootstrap .strath-search .table td a {
      text-decoration: underline;
      text-underline-position: under;
      color: #002b5c !important;
      line-height: 1.5rem; }
    .strath-bootstrap .strath-search .table td a:hover {
      color: #01676a !important; }
    .strath-bootstrap .strath-search .table td a:focus {
      border: 2px #222 solid;
      padding: 5px; }
    .strath-bootstrap .strath-search .search-result .search-result-count .left {
      margin: 0 0 2rem 0; }
    .strath-bootstrap .strath-search .hide.classcheck {
      display: block; }
    .strath-bootstrap .strath-search .start-over-click {
      text-decoration: underline; }
      .strath-bootstrap .strath-search .start-over-click:hover {
        cursor: pointer;
        color: #01676a !important; }
    .strath-bootstrap .strath-search .search-results .table-strath thead tr,
    .strath-bootstrap .strath-search .search-results .table-strath tbody tr {
      border-bottom: 3px dashed #efefef !important; }
    .strath-bootstrap .strath-search .search-results .table-strath tbody tr:last-child {
      border-bottom: none !important; }
    .strath-bootstrap .strath-search .table.simple {
      display: none; }
      .strath-bootstrap .strath-search .table.simple thead {
        width: 100% !important; }
        .strath-bootstrap .strath-search .table.simple thead th {
          border-bottom: 0 !important;
          color: #002b5c;
          min-width: 110px; }
          .strath-bootstrap .strath-search .table.simple thead th u {
            cursor: pointer;
            text-decoration: underline;
            text-underline-position: under;
            color: #002b5c; }
      .strath-bootstrap .strath-search .table.simple tbody tr,
      .strath-bootstrap .strath-search .table.simple thead tr {
        border-bottom: 3px dashed #efefef !important; }
      .strath-bootstrap .strath-search .table.simple tbody tr:last-of-type {
        border-bottom: 0; }
      .strath-bootstrap .strath-search .table.simple tbody td.result span {
        font-size: 1rem;
        font-weight: normal; }
    .strath-bootstrap .strath-search .table.simple.showsimple,
    .strath-bootstrap .strath-search table.simple.showsimple2 {
      display: block !important;
      padding-bottom: 40px; }
    .strath-bootstrap .strath-search .search-filter-area {
      padding: 20px;
      border: 1px solid #002b5c; }
    .strath-bootstrap .strath-search .hide {
      display: none; }
    .strath-bootstrap .strath-search .showclosedtitle {
      color: red; }
    .strath-bootstrap .strath-search .search-submit-mobile .btn {
      border-radius: 0 !important; }
    .strath-bootstrap .strath-search .closed {
      display: block; }
    .strath-bootstrap .strath-search .faculties.course-filters-container .checkbox-list .checkbox-item {
      padding-bottom: 10px; }
      .strath-bootstrap .strath-search .faculties.course-filters-container .checkbox-list .checkbox-item input {
        margin-right: 5px;
        height: 20px;
        width: 20px;
        position: absolute;
        accent-color: #002b5c; }
      .strath-bootstrap .strath-search .faculties.course-filters-container .checkbox-list .checkbox-item label {
        font-weight: normal;
        margin-left: 30px; }
    .strath-bootstrap .strath-search .multiselect-tags {
      outline: 0;
      margin-bottom: 0; }
      .strath-bootstrap .strath-search .multiselect-tags .multiselect-tag-wrapper {
        color: white;
        padding: 5px; }
      .strath-bootstrap .strath-search .multiselect-tags .multiselect-tag button {
        border: 0; }
    .strath-bootstrap .strath-search .multiselect-tags-search-wrapper:focus-visible {
      outline: 0;
      box-shadow: none; }
    .strath-bootstrap .strath-search input.multiselect-tags-search:hover, .strath-bootstrap .strath-search input.multiselect-tags-search:focus-visible {
      outline: 0 !important;
      box-shadow: none; }
    .strath-bootstrap .strath-search .multiselect-tags-search::-webkit-input-placeholder {
      color: #696969;
      font-size: 1.3375rem; }
    .strath-bootstrap .strath-search .multiselect-tags-search:-ms-input-placeholder {
      color: #696969;
      font-size: 1.3375rem; }
    .strath-bootstrap .strath-search .multiselect-tags-search::placeholder {
      color: #696969;
      font-size: 1.3375rem; }
    .strath-bootstrap .strath-search .multiselect-tag {
      background: #01676a;
      white-space: normal !important;
      padding: 5px;
      border: 0; }
      .strath-bootstrap .strath-search .multiselect-tag .multiselect-tag-remove-icon {
        background-color: white;
        opacity: 1;
        width: 15px;
        height: 15px; }
    .strath-bootstrap .strath-search .multiselect-tag-remove.fa-xxs,
    .strath-bootstrap .strath-search .fa-x.fa-xxs {
      font-size: 0.5em; }
    .strath-bootstrap .strath-search .multiselect-caret {
      color: #002b5c !important; }
    .strath-bootstrap .strath-search .multiselect-clear i:focus-visible {
      border: 2px solid #002b5c; }
    .strath-bootstrap .strath-search .multiselect-clear-icon,
    .strath-bootstrap .strath-search .fa-times {
      color: #343a40 !important; }
    .strath-bootstrap .strath-search .general-aside-fixed a:hover {
      cursor: pointer !important; }
    .strath-bootstrap .strath-search .btn-favourites .fa-star {
      border: none;
      color: #002b5c; }
    .strath-bootstrap .strath-search .btn-favourites:hover {
      outline: none; }
    .strath-bootstrap .strath-search .btn-favourites .far.fa-star:hover {
      color: #002b5c; }
    .strath-bootstrap .strath-search .btn-favourites:focus {
      outline: 2px solid #002b5c;
      border-radius: 50%; }
    .strath-bootstrap .strath-search .btn-favourites-simple .fa-star {
      border: none;
      color: #002b5c; }
    .strath-bootstrap .strath-search .btn-favourites-simple:focus {
      outline: 2px solid #002b5c;
      border-radius: 0; }
    .strath-bootstrap .strath-search .btn-favourites-simple:hover .fa-star {
      color: #01676a; }
    .strath-bootstrap .strath-search .btn-favourites-simple:hover {
      outline: 2px solid #e9ecef !important; }
    .strath-bootstrap .strath-search .btn-favourites:focus {
      outline: 2px solid #002b5c;
      border-radius: 50%; }
    .strath-bootstrap .strath-search .btn:hover .fa-times,
    .strath-bootstrap .strath-search .btn:hover .fa-times::before,
    .strath-bootstrap .strath-search .btn:focus-visible .fa-times,
    .strath-bootstrap .strath-search .btn:focus-visible .fa-times::before {
      color: white !important; }
    .strath-bootstrap .strath-search .modal-footer.course-search .btn-outline-primary:focus-visible .fa-times:before {
      color: white; }
    .strath-bootstrap .strath-search .btn:hover .fa-times:before {
      color: white !important; }
    .strath-bootstrap .strath-search .btn .fa-times:before {
      color: #01676a !important; }
    .strath-bootstrap .strath-search .btn-close:focus {
      border-color: transparent;
      box-shadow: inset 0 0 0 transparent, 0 0 0 3px #002b5c; }
    .strath-bootstrap .strath-search .multiselect-placeholder {
      color: #343a40;
      font-size: 1rem; }
    .strath-bootstrap .strath-search .multiselect {
      border: 1px #696969 solid;
      margin-bottom: 10px; }
      .strath-bootstrap .strath-search .multiselect:hover, .strath-bootstrap .strath-search .multiselect:focus-visible, .strath-bootstrap .strath-search .multiselect:focus-within {
        border-color: transparent;
        box-shadow: inset 0 0 0 transparent, 0 0 0 3px #002b5c; }
    .strath-bootstrap .strath-search .multiselect-tags-search:hover {
      box-shadow: none !important; }
    .strath-bootstrap .strath-search .multiselect-wrapper .multiselect-clear-icon,
    .strath-bootstrap .strath-search .multiselect-wrapper .multiselect-caret {
      background-color: #343a40; }
    .strath-bootstrap .strath-search .multiselect-wrapper .multiselect-clear {
      background: transparent;
      border: 0; }
    @media (forced-colors: active) {
      .strath-bootstrap .strath-search .multiselect-wrapper .multiselect-clear-icon,
      .strath-bootstrap .strath-search .multiselect-caret {
        forced-color-adjust: auto;
        color: ButtonText;
        background-color: ButtonFace;
        border: 1px solid ButtonText; } }
    .strath-bootstrap .strath-search .multiselect-dropdown .multiselect-options {
      margin-bottom: 0; }
      .strath-bootstrap .strath-search .multiselect-dropdown .multiselect-options .multiselect-option {
        color: #343a40 !important;
        padding: 3px 5px;
        background: transparent;
        border: 0;
        font-weight: normal; }
        .strath-bootstrap .strath-search .multiselect-dropdown .multiselect-options .multiselect-option.is-selected.is-pointed {
          background: #01676a; }
        .strath-bootstrap .strath-search .multiselect-dropdown .multiselect-options .multiselect-option.is-pointed span {
          color: white !important; }
        .strath-bootstrap .strath-search .multiselect-dropdown .multiselect-options .multiselect-option.is-pointed {
          background: #6c757d;
          color: white !important;
          border: 1px solid ButtonText;
          border-radius: 0; }
    .strath-bootstrap .strath-search .search-filter-sets-wrapper form input {
      width: 30px;
      height: 30px; }
    .strath-bootstrap .strath-search .select-level2 input {
      width: 25px;
      height: 25px; }
    .strath-bootstrap .strath-search .search-result.simpleview .simple-view-data {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .strath-bootstrap .strath-search .search-result.simpleview .simple-view-data h3 {
        padding-bottom: 15px; }
    .strath-bootstrap .strath-search h3.no-link-title span {
      font-family: "ClanProBold", sans-serif;
      font-size: 1rem;
      font-weight: normal; }
    .strath-bootstrap .strath-search .show {
      display: block; }
    .strath-bootstrap .strath-search #url-code {
      border: none;
      background-color: #efefef;
      border: 0; }
    .strath-bootstrap .strath-search .copy-btn::before {
      font-family: FontAwesome;
      top: 0;
      left: -5px;
      padding-right: 10px;
      /* font awesome copy icon on copy URL button */
      content: "\f0c5"; }
    .strath-bootstrap .strath-search .urlCopied::after {
      font-family: FontAwesome;
      top: 0;
      left: -5px;
      padding-right: 10px;
      /* font awesome tick icon on copy URL button */
      content: " \f00c"; }
    .strath-bootstrap .strath-search .reset-btn::before {
      font-family: FontAwesome;
      top: 0;
      left: -5px;
      padding-right: 10px;
      /* font awesome refresh icon on reset URL button */
      content: "\f021"; }
    .strath-bootstrap .strath-search .scholarship-modal {
      background: white; }
      .strath-bootstrap .strath-search .scholarship-modal .custom-control-label-scholarships {
        width: 30px !important;
        height: 30px !important; }
    .strath-bootstrap .strath-search form#courseform .modal-checkbox input.select-level2 {
      width: 30px !important;
      height: 30px !important; }
      .strath-bootstrap .strath-search form#courseform .modal-checkbox input.select-level2#true {
        accent-color: #002b5c; }
    .strath-bootstrap .strath-search .modal .custom-modal-checkbox::before, .strath-bootstrap .strath-search .modal .custom-modal-checkbox::after {
      width: 2rem !important;
      height: 2rem !important; }
    .strath-bootstrap .strath-search .toggle-switch-strath .switch input:checked + .slider {
      background-color: #002b5c;
      outline: none; }
      .strath-bootstrap .strath-search .toggle-switch-strath .switch input:checked + .slider:before {
        background-color: white; }
    .strath-bootstrap .strath-search .toggle-switch-strath .switch .slider {
      background-color: #fff;
      outline: 2px solid #002b5c !important; }
      .strath-bootstrap .strath-search .toggle-switch-strath .switch .slider:before {
        background-color: #002b5c; }
    .strath-bootstrap .strath-search .toggle-headings .accordion-button::after {
      display: inline-block;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: "\f078";
      transition: -webkit-transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
    .strath-bootstrap .strath-search .toggle-headings .accordion-button:not(.collapsed)::after {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .strath-bootstrap .search-result-count {
    font-weight: bold; }
    .strath-bootstrap .search-result-count h2 span,
    .strath-bootstrap .search-result-count span {
      font-family: "ClanProBold", sans-serif; }
      .strath-bootstrap .search-result-count h2 span:first-child::after,
      .strath-bootstrap .search-result-count span:first-child::after {
        content: " "; }
      .strath-bootstrap .search-result-count h2 span:last-child::after,
      .strath-bootstrap .search-result-count span:last-child::after {
        content: ". "; }
      .strath-bootstrap .search-result-count h2 span::after,
      .strath-bootstrap .search-result-count span::after {
        content: " ,\00a0"; }
    .strath-bootstrap .search-result-count .showCountScholarships {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .strath-bootstrap .search-result-count .showCountScholarships ul {
        padding-left: 5px;
        display: inline-block; }
        .strath-bootstrap .search-result-count .showCountScholarships ul li {
          display: inline-block;
          margin-right: 8px; }
          .strath-bootstrap .search-result-count .showCountScholarships ul li:last-child::after {
            content: ". "; }
          .strath-bootstrap .search-result-count .showCountScholarships ul li:after {
            content: " ,\00a0"; }
      @media screen and (max-width: 678px) {
        .strath-bootstrap .search-result-count .showCountScholarships {
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
  .strath-bootstrap .URL-filters .accordion .accordion-body .accordion-body-inner ul li:before {
    display: none; }
  .strath-bootstrap .URL-filters .accordion .accordion-body .accordion-body-inner ul li input {
    width: 20px;
    height: 20px; }
  .strath-bootstrap .strath-search .modal .custom-modal-checkbox::before, .strath-bootstrap .strath-search .modal .custom-modal-checkbox::after {
    width: 2rem !important;
    height: 2rem !important; }
  .strath-bootstrap .p-multiselect:not(.p-disabled).p-focus {
    outline: 2px solid #002b5c; }
  .strath-bootstrap .p-multiselect-items {
    padding: 0;
    margin: 0.5rem 0.5rem;
    line-height: normal; }
  .strath-bootstrap .p-multiselect-panel {
    z-index: 2000 !important; }
  @media (min-width: 576px) {
    .strath-bootstrap #staff-search .search-area {
      padding: 4rem 0; } }
  @media (min-width: 992px) {
    .strath-bootstrap #staff-search .search-area {
      margin-bottom: 0; } }
  .strath-bootstrap #staff-search .bg-image {
    background-color: #002b5c; }
  .strath-bootstrap #staff-search .autocomplete ul {
    padding: 0.5rem 0; }
  .strath-bootstrap #staff-search .modal .modal-dialog .modal-content .modal-header .close {
    padding: 0.25rem 0.5rem;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    font-size: 1.5rem;
    margin: 0 0 0 auto; }
  .strath-bootstrap #staff-search-form {
    max-width: none; }
    .strath-bootstrap #staff-search-form legend {
      font-size: 1.25rem;
      font-weight: bold;
      color: #002b5c;
      margin-bottom: 1rem; }
    .strath-bootstrap #staff-search-form .form-check {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0.25rem; }
      .strath-bootstrap #staff-search-form .form-check .form-check-input {
        margin-top: 2px;
        accent-color: #002b5c;
        cursor: pointer; }
        .strath-bootstrap #staff-search-form .form-check .form-check-input:hover {
          box-shadow: none !important;
          outline: none !important; }
        .strath-bootstrap #staff-search-form .form-check .form-check-input:focus {
          box-shadow: none !important; }
      .strath-bootstrap #staff-search-form .form-check .form-check-label {
        padding-left: 0.5rem; }
    .strath-bootstrap #staff-search-form .autocomplete {
      margin-bottom: 1rem; }
    .strath-bootstrap #staff-search-form .submit-container #submit {
      border: 0; }
    .strath-bootstrap #staff-search-form .submit-container #reset {
      margin-left: 1rem;
      box-shadow: 0 0 0 2px #01676a; }
      .strath-bootstrap #staff-search-form .submit-container #reset:hover {
        box-shadow: 0 0 0 2px white; }
      .strath-bootstrap #staff-search-form .submit-container #reset:focus {
        box-shadow: 0 0 0 2px white; }
  .strath-bootstrap .results-actions {
    margin-bottom: 3rem; }
    .strath-bootstrap .results-actions .filter-groupBy {
      margin-bottom: 1rem; }
      .strath-bootstrap .results-actions .filter-groupBy legend {
        font-size: 1.25rem;
        font-weight: bold;
        color: #002b5c;
        margin-bottom: 1rem; }
      .strath-bootstrap .results-actions .filter-groupBy .checkbox-container {
        margin-bottom: 0.5rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .strath-bootstrap .results-actions .filter-groupBy .checkbox-container .form-check-input {
          margin-top: 2px;
          accent-color: #002b5c;
          cursor: pointer; }
          .strath-bootstrap .results-actions .filter-groupBy .checkbox-container .form-check-input:focus {
            box-shadow: none !important;
            outline: 2px solid #002b5c !important; }
        .strath-bootstrap .results-actions .filter-groupBy .checkbox-container .checkbox-label {
          margin-left: 0.5rem; }
    .strath-bootstrap .results-actions .results-filters-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      gap: 1rem;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
  .strath-bootstrap .staff-cards-view .department-header {
    margin-bottom: 1rem;
    font-size: 1.5rem; }
  .strath-bootstrap .staff-cards-view .role-header {
    margin-bottom: 1rem;
    text-transform: capitalize;
    font-size: 1.25rem; }
  .strath-bootstrap .staff-cards-view .cards-view {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
    grid-template-rows: 1fr;
    margin-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .strath-bootstrap .staff-cards-view .cards-view {
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 1200px) {
      .strath-bootstrap .staff-cards-view .cards-view {
        grid-template-columns: 1fr 1fr 1fr; } }
    .strath-bootstrap .staff-cards-view .cards-view .search-result {
      background: #e9ecef;
      border: 1px solid #e4e4e7;
      box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
      padding: 1.25rem 0.875rem; }
      @media (min-width: 768px) {
        .strath-bootstrap .staff-cards-view .cards-view .search-result {
          height: 100%; } }
      .strath-bootstrap .staff-cards-view .cards-view .search-result .profile .profile-img {
        width: 96px;
        height: 96px;
        margin: 0 auto;
        display: block;
        object-fit: cover;
        object-position: top center;
        border-radius: 50%;
        margin-bottom: 1.5rem;
        font-size: 0.75rem; }
      .strath-bootstrap .staff-cards-view .cards-view .search-result .profile .profile-details {
        h3-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; }
        .strath-bootstrap .staff-cards-view .cards-view .search-result .profile .profile-details .profile-link {
          text-decoration: underline;
          text-underline-position: under;
          font-size: 1.25rem;
          color: #002b5c; }
          .strath-bootstrap .staff-cards-view .cards-view .search-result .profile .profile-details .profile-link .profile-title {
            color: inherit !important; }
        .strath-bootstrap .staff-cards-view .cards-view .search-result .profile .profile-details .profile-title {
          color: #002b5c;
          font-size: 1.25rem;
          text-align: center;
          margin-bottom: 1rem; }
      .strath-bootstrap .staff-cards-view .cards-view .search-result .key-facts {
        background: #fff;
        border: 1px solid #e4e4e7;
        padding: 1rem;
        border-radius: 0.5rem; }
        .strath-bootstrap .staff-cards-view .cards-view .search-result .key-facts strong {
          color: #002b5c; }
        .strath-bootstrap .staff-cards-view .cards-view .search-result .key-facts .key-fact {
          margin-bottom: 0.5rem;
          padding-bottom: 0.5rem;
          border-bottom: 2px dashed #e9ecef;
          line-height: 1.4;
          word-wrap: break-word; }
          .strath-bootstrap .staff-cards-view .cards-view .search-result .key-facts .key-fact a {
            text-decoration: underline;
            text-underline-position: under;
            color: #002b5c; }
          .strath-bootstrap .staff-cards-view .cards-view .search-result .key-facts .key-fact:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0; }
  .strath-bootstrap .staff-items-view .department-header {
    margin-bottom: 1rem;
    font-size: 1.5rem; }
  .strath-bootstrap .staff-items-view .role-header {
    margin-bottom: 1rem;
    text-transform: capitalize;
    font-size: 1.25rem; }
  .strath-bootstrap .staff-items-view .items-view {
    margin-bottom: 2.5rem; }
    .strath-bootstrap .staff-items-view .items-view .search-result {
      padding: 1rem 0.875rem;
      margin-bottom: 1rem;
      border-bottom: 2px dashed #e9ecef;
      line-height: 1.4;
      word-wrap: break-word; }
      .strath-bootstrap .staff-items-view .items-view .search-result .profile {
        font-size: 0.875rem; }
        .strath-bootstrap .staff-items-view .items-view .search-result .profile .profile-details {
          display: grid;
          grid-template-columns: 1fr;
          gap: 1rem; }
          @media (min-width: 576px) {
            .strath-bootstrap .staff-items-view .items-view .search-result .profile .profile-details {
              grid-template-columns: 1fr 1fr; } }
          @media (min-width: 768px) {
            .strath-bootstrap .staff-items-view .items-view .search-result .profile .profile-details {
              grid-template-columns: 1fr 1fr 1fr; } }
          @media (min-width: 992px) {
            .strath-bootstrap .staff-items-view .items-view .search-result .profile .profile-details {
              grid-template-columns: 1fr 1fr 1fr 1fr; } }
          @media (min-width: 1200px) {
            .strath-bootstrap .staff-items-view .items-view .search-result .profile .profile-details {
              grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
          .strath-bootstrap .staff-items-view .items-view .search-result .profile .profile-details .profile-link {
            text-decoration: underline;
            text-underline-position: under;
            color: #002b5c; }
            .strath-bootstrap .staff-items-view .items-view .search-result .profile .profile-details .profile-link .profile-title {
              color: inherit !important; }
          .strath-bootstrap .staff-items-view .items-view .search-result .profile .profile-details .profile-title {
            font-size: 0.875rem;
            color: #002b5c;
            text-align: left;
            margin-bottom: 0;
            font-weight: bold; }
          .strath-bootstrap .staff-items-view .items-view .search-result .profile .profile-details .department-detail {
            text-underline-position: under; }
          .strath-bootstrap .staff-items-view .items-view .search-result .profile .profile-details .email-detail {
            text-underline-position: under; }
  .strath-bootstrap .banner {
    position: relative;
    height: auto;
    width: 100%;
    margin-bottom: 0; }
    @media screen and (orientation: landscape) and (min-width: 992px) {
      .strath-bootstrap .banner {
        height: calc(100vh - 150px);
        overflow: hidden; } }
    .strath-bootstrap .banner * {
      font-family: "gilroy-extrabold", Arial, Helvetica, sans-serif; }
    .strath-bootstrap .banner img {
      display: block;
      max-width: 100%;
      width: 100%;
      position: relative; }
      @media screen and (orientation: landscape) and (min-width: 992px) {
        .strath-bootstrap .banner img {
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
    .strath-bootstrap .banner h1,
    .strath-bootstrap .banner .banner-buttons {
      text-align: center;
      width: 100%; }
      @media (min-width: 992px) {
        .strath-bootstrap .banner h1,
        .strath-bootstrap .banner .banner-buttons {
          width: auto; } }
    .strath-bootstrap .banner h1 {
      text-transform: uppercase; }
    .strath-bootstrap .banner .banner-text {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      position: absolute;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      left: 0;
      right: 0;
      top: 0;
      text-align: center;
      width: 100%;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 1rem;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 576px) {
        .strath-bootstrap .banner .banner-text {
          max-width: 1140px; } }
      @media (min-width: 768px) {
        .strath-bootstrap .banner .banner-text {
          max-width: 1140px; } }
      @media (min-width: 992px) {
        .strath-bootstrap .banner .banner-text {
          max-width: 1140px; } }
      @media (min-width: 1200px) {
        .strath-bootstrap .banner .banner-text {
          max-width: 1140px; } }
      @media (min-width: 1600px) {
        .strath-bootstrap .banner .banner-text {
          max-width: 1140px; } }
      @media (min-width: 576px) {
        .strath-bootstrap .banner .banner-text {
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start;
          height: 100%; } }
      @media (min-width: 768px) {
        .strath-bootstrap .banner .banner-text {
          padding-top: 3rem;
          height: auto; } }
      @media (min-width: 992px) {
        .strath-bootstrap .banner .banner-text {
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start;
          padding-top: 10vh; } }
      .strath-bootstrap .banner .banner-text .banner-buttons {
        display: none;
        position: relative; }
        @media (min-width: 576px) {
          .strath-bootstrap .banner .banner-text .banner-buttons {
            display: block;
            margin: 0;
            margin-top: auto;
            padding: 0; } }
        @media (min-width: 768px) {
          .strath-bootstrap .banner .banner-text .banner-buttons {
            margin-top: 0; } }
    .strath-bootstrap .banner h1 {
      color: #fff;
      font-size: 2.4rem;
      line-height: 1;
      -webkit-text-stroke: 2px #fff;
      letter-spacing: 1px;
      text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
      text-align: left; }
      @media (min-width: 576px) {
        .strath-bootstrap .banner h1 {
          font-size: 3.2rem; } }
      @media (min-width: 768px) {
        .strath-bootstrap .banner h1 {
          font-size: 3.6rem; } }
      @media (min-width: 992px) {
        .strath-bootstrap .banner h1 {
          font-size: 4.2rem;
          text-align: left;
          -webkit-flex-grow: 2;
          -ms-flex-positive: 2;
          flex-grow: 2;
          margin-bottom: 2rem; } }
      @media (min-width: 1200px) {
        .strath-bootstrap .banner h1 {
          font-size: 5rem; } }
      .strath-bootstrap .banner h1 .yellow {
        color: #e11a75;
        -webkit-text-stroke: 2px #e11a75; }
    .strath-bootstrap .banner .banner-buttons {
      position: relative;
      top: -25px;
      text-align: left;
      padding: 0 1rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .banner .banner-buttons {
          position: absolute;
          top: auto;
          max-width: 350px;
          margin: auto;
          left: 0;
          right: 0; } }
      .strath-bootstrap .banner .banner-buttons a {
        background-color: #e11a75;
        color: white;
        border: 2px solid white;
        display: block;
        padding: 0.75rem 1rem;
        margin-bottom: 1rem;
        font-size: 1.2rem;
        text-align: center;
        transition: background 0.2s, padding 0.2s;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5); }
        @media (min-width: 768px) {
          .strath-bootstrap .banner .banner-buttons a {
            font-size: 1.4rem;
            padding: 0.75rem 1.5rem; } }
        @media (min-width: 992px) {
          .strath-bootstrap .banner .banner-buttons a {
            display: inline-block; } }
        .strath-bootstrap .banner .banner-buttons a:last-of-type {
          margin-bottom: 0; }
        .strath-bootstrap .banner .banner-buttons a:hover {
          background-color: #b3155d; }
  .strath-bootstrap .course-search .course-search-bar {
    pointer-events: auto;
    display: block;
    color: #002b5c;
    padding: 1rem;
    background: #e9ecef; }
    .strath-bootstrap .course-search .course-search-bar.level-page {
      padding: 1rem 0;
      background: #e9ecef; }
      @media (min-width: 992px) {
        .strath-bootstrap .course-search .course-search-bar.level-page {
          padding: 2rem 0; } }
    @media (min-width: 992px) {
      .strath-bootstrap .course-search .course-search-bar {
        padding: 1.5rem; } }
    .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #studyWithUs,
      .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseSearchInput,
      .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseListButton {
        text-align: center;
        margin-bottom: 1rem; }
        @media (min-width: 768px) {
          .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #studyWithUs,
          .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseSearchInput,
          .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseListButton {
            margin-bottom: 0; } }
      .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #studyWithUs {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        font-weight: bold;
        font-size: 1.4rem;
        padding-top: 6px;
        padding-bottom: 6px;
        margin-right: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media (min-width: 768px) {
          .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #studyWithUs {
            -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%; } }
      .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseSearchInput {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 0; }
        @media (min-width: 768px) {
          .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseSearchInput {
            -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%; } }
        .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseSearchInput label {
          display: inline; }
        .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseSearchInput form {
          position: relative;
          max-width: 500px;
          margin: auto; }
          .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseSearchInput form input#HPCourseSearch {
            width: 100%;
            border: 0px; }
          .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseSearchInput form button#submit {
            background: transparent;
            color: #002b5c;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            padding: 0 1rem;
            border: 0;
            margin: auto;
            line-height: 1.6; }
            .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseSearchInput form button#submit i {
              font-size: 1.5rem;
              border-left: 0; }
            .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseSearchInput form button#submit:hover {
              background: #6c757d; }
        .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseSearchInput input {
          padding: 0.75rem 1rem; }
      .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseListButton {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px; }
        @media (min-width: 768px) {
          .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseListButton {
            -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%; } }
        .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseListButton .orange-button {
          display: block; }
          @media (min-width: 576px) {
            .strath-bootstrap .course-search .course-search-bar #courseSearchFormWrapper #courseListButton .orange-button {
              display: inline-block; } }
  .strath-bootstrap .course-search #results,
  .strath-bootstrap .course-search #search_totals {
    display: none;
    position: absolute;
    width: 100%;
    margin: 4px 0 0 0;
    text-align: left;
    padding: 0.5rem;
    background: #fff;
    z-index: 3;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #6c757d;
    box-shadow: 5px 5px 10px 0px rgba(108, 117, 125, 0.2); }
    @media (min-width: 992px) {
      .strath-bootstrap .course-search #results,
      .strath-bootstrap .course-search #search_totals {
        max-height: none;
        overflow: auto; } }
    .strath-bootstrap .course-search #results li,
    .strath-bootstrap .course-search #search_totals li {
      list-style: none;
      margin-bottom: 4px;
      background: #fff;
      box-shadow: 2px 2px 5px rgba(108, 117, 125, 0);
      border-left: 4px solid #dc3545;
      overflow: hidden; }
      .strath-bootstrap .course-search #results li.award-key,
      .strath-bootstrap .course-search #search_totals li.award-key {
        border-left: 0;
        margin-bottom: 0.5rem; }
        .strath-bootstrap .course-search #results li.award-key:hover,
        .strath-bootstrap .course-search #search_totals li.award-key:hover {
          background: white; }
        .strath-bootstrap .course-search #results li.award-key input,
        .strath-bootstrap .course-search #search_totals li.award-key input {
          display: none; }
        .strath-bootstrap .course-search #results li.award-key .award-checkbox,
        .strath-bootstrap .course-search #search_totals li.award-key .award-checkbox {
          cursor: pointer;
          background: transparent;
          color: #fff;
          border: 2px solid;
          text-align: center;
          font-size: 0.9em;
          padding: 0.5rem; }
          @media (min-width: 768px) {
            .strath-bootstrap .course-search #results li.award-key .award-checkbox,
            .strath-bootstrap .course-search #search_totals li.award-key .award-checkbox {
              display: inline-block;
              width: 100%;
              margin-bottom: 0; } }
        .strath-bootstrap .course-search #results li.award-key .award-key-ug,
        .strath-bootstrap .course-search #results li.award-key .award-key-pgt,
        .strath-bootstrap .course-search #results li.award-key .award-key-pgr,
        .strath-bootstrap .course-search #search_totals li.award-key .award-key-ug,
        .strath-bootstrap .course-search #search_totals li.award-key .award-key-pgt,
        .strath-bootstrap .course-search #search_totals li.award-key .award-key-pgr {
          width: 100%; }
          @media (min-width: 768px) {
            .strath-bootstrap .course-search #results li.award-key .award-key-ug,
            .strath-bootstrap .course-search #results li.award-key .award-key-pgt,
            .strath-bootstrap .course-search #results li.award-key .award-key-pgr,
            .strath-bootstrap .course-search #search_totals li.award-key .award-key-ug,
            .strath-bootstrap .course-search #search_totals li.award-key .award-key-pgt,
            .strath-bootstrap .course-search #search_totals li.award-key .award-key-pgr {
              width: calc(33.33% - 0.33333rem);
              margin-right: 0.5rem; } }
        .strath-bootstrap .course-search #results li.award-key .award-key-ug .award-checkbox,
        .strath-bootstrap .course-search #search_totals li.award-key .award-key-ug .award-checkbox {
          background: #fff;
          color: #dc3545; }
        .strath-bootstrap .course-search #results li.award-key .award-key-ug input[type="checkbox"]:checked ~ .award-checkbox,
        .strath-bootstrap .course-search #results li.award-key .award-key-ug .award-checkbox.default,
        .strath-bootstrap .course-search #search_totals li.award-key .award-key-ug input[type="checkbox"]:checked ~ .award-checkbox,
        .strath-bootstrap .course-search #search_totals li.award-key .award-key-ug .award-checkbox.default {
          background: #dc3545;
          border-color: #dc3545;
          color: #fff;
          -ms-high-contrast: adjusted; }
        .strath-bootstrap .course-search #results li.award-key .award-key-pgt .award-checkbox,
        .strath-bootstrap .course-search #search_totals li.award-key .award-key-pgt .award-checkbox {
          background: #fff;
          color: #267aab; }
        .strath-bootstrap .course-search #results li.award-key .award-key-pgt input[type="checkbox"]:checked ~ .award-checkbox,
        .strath-bootstrap .course-search #results li.award-key .award-key-pgt .award-checkbox.default,
        .strath-bootstrap .course-search #search_totals li.award-key .award-key-pgt input[type="checkbox"]:checked ~ .award-checkbox,
        .strath-bootstrap .course-search #search_totals li.award-key .award-key-pgt .award-checkbox.default {
          background: #267aab;
          border-color: #267aab;
          color: #fff; }
        .strath-bootstrap .course-search #results li.award-key .award-key-pgr .award-checkbox,
        .strath-bootstrap .course-search #search_totals li.award-key .award-key-pgr .award-checkbox {
          background: #fff;
          color: #28a745; }
        .strath-bootstrap .course-search #results li.award-key .award-key-pgr input[type="checkbox"]:checked ~ .award-checkbox,
        .strath-bootstrap .course-search #results li.award-key .award-key-pgr .award-checkbox.default,
        .strath-bootstrap .course-search #search_totals li.award-key .award-key-pgr input[type="checkbox"]:checked ~ .award-checkbox,
        .strath-bootstrap .course-search #search_totals li.award-key .award-key-pgr .award-checkbox.default {
          background: #28a745;
          border-color: #28a745;
          color: #fff; }
        @media (min-width: 768px) {
          .strath-bootstrap .course-search #results li.award-key .award-key-pgr,
          .strath-bootstrap .course-search #search_totals li.award-key .award-key-pgr {
            margin-right: 0; } }
      .strath-bootstrap .course-search #results li.hide,
      .strath-bootstrap .course-search #search_totals li.hide {
        display: none; }
      .strath-bootstrap .course-search #results li .course-result,
      .strath-bootstrap .course-search #search_totals li .course-result {
        overflow: auto; }
        .strath-bootstrap .course-search #results li .course-result .course-result-name,
        .strath-bootstrap .course-search #search_totals li .course-result .course-result-name {
          display: block;
          padding: 0.5rem 1rem;
          color: #343a40;
          font-weight: bold; }
          @media (min-width: 768px) {
            .strath-bootstrap .course-search #results li .course-result .course-result-name,
            .strath-bootstrap .course-search #search_totals li .course-result .course-result-name {
              padding: 0.5rem 1rem; } }
        .strath-bootstrap .course-search #results li .course-result .course-result-award,
        .strath-bootstrap .course-search #search_totals li .course-result .course-result-award {
          float: right;
          padding: 0.5rem 1rem;
          margin-left: 0.5rem;
          color: #dc3545;
          font-size: 0.9em; }
      .strath-bootstrap .course-search #results li.viewmore,
      .strath-bootstrap .course-search #search_totals li.viewmore {
        border-left: 0;
        margin-top: 1rem; }
        .strath-bootstrap .course-search #results li.viewmore .orange-button,
        .strath-bootstrap .course-search #search_totals li.viewmore .orange-button {
          width: 100%;
          margin-bottom: 0;
          line-height: inherit; }
      .strath-bootstrap .course-search #results li.pgt,
      .strath-bootstrap .course-search #search_totals li.pgt {
        border-left: 4px solid #267aab; }
        .strath-bootstrap .course-search #results li.pgt .course-result-award,
        .strath-bootstrap .course-search #search_totals li.pgt .course-result-award {
          color: #267aab; }
      .strath-bootstrap .course-search #results li.pgr,
      .strath-bootstrap .course-search #search_totals li.pgr {
        border-left: 4px solid #28a745; }
        .strath-bootstrap .course-search #results li.pgr .course-result-award,
        .strath-bootstrap .course-search #search_totals li.pgr .course-result-award {
          color: #28a745; }
      .strath-bootstrap .course-search #results li.selected, .strath-bootstrap .course-search #results li:hover,
      .strath-bootstrap .course-search #search_totals li.selected,
      .strath-bootstrap .course-search #search_totals li:hover {
        background: #6c757d; }
        .strath-bootstrap .course-search #results li.selected .course-result-name,
        .strath-bootstrap .course-search #results li.selected .course-result-award, .strath-bootstrap .course-search #results li:hover .course-result-name,
        .strath-bootstrap .course-search #results li:hover .course-result-award,
        .strath-bootstrap .course-search #search_totals li.selected .course-result-name,
        .strath-bootstrap .course-search #search_totals li.selected .course-result-award,
        .strath-bootstrap .course-search #search_totals li:hover .course-result-name,
        .strath-bootstrap .course-search #search_totals li:hover .course-result-award {
          color: #fff; }
  .strath-bootstrap .course-search.header-course-search #results {
    position: relative;
    background: transparent;
    box-shadow: none;
    padding: 0.5rem 0 0 0; }
    .strath-bootstrap .course-search.header-course-search #results li {
      background: transparent;
      transition: 0.2s; }
      .strath-bootstrap .course-search.header-course-search #results li:hover {
        background: #e9ecef; }
        .strath-bootstrap .course-search.header-course-search #results li:hover .course-result-name {
          color: #343a40; }
      .strath-bootstrap .course-search.header-course-search #results li.ug:hover .course-result-award {
        color: #dc3545; }
      .strath-bootstrap .course-search.header-course-search #results li.pgt:hover .course-result-award {
        color: #267aab; }
      .strath-bootstrap .course-search.header-course-search #results li.pgr:hover .course-result-award {
        color: #28a745; }
      .strath-bootstrap .course-search.header-course-search #results li.award-key:hover {
        background: transparent; }
  .strath-bootstrap #courseSearchBar label {
    display: inline; }
  .strath-bootstrap .course-search-bar {
    padding: 2rem 1rem; }
    .strath-bootstrap .course-search-bar .container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media (min-width: 992px) {
        .strath-bootstrap .course-search-bar .container {
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; } }
    .strath-bootstrap .course-search-bar h2,
    .strath-bootstrap .course-search-bar .course-search-bar-form {
      font-family: "ClanProBold", sans-serif;
      margin-bottom: 1rem; }
      @media (min-width: 992px) {
        .strath-bootstrap .course-search-bar h2,
        .strath-bootstrap .course-search-bar .course-search-bar-form {
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 0; } }
    .strath-bootstrap .course-search-bar h2 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.4rem; }
    .strath-bootstrap .course-search-bar .course-search-bar-form {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      max-width: 500px;
      border-bottom: 3px solid; }
    .strath-bootstrap .course-search-bar .hp-course-search__wrapper {
      width: 100%; }
    .strath-bootstrap .course-search-bar .course-search-bar-input {
      background: white;
      border: 0;
      width: 100%;
      font-size: 1.2rem;
      padding: 0.75rem 1rem; }
    .strath-bootstrap .course-search-bar button {
      font-size: 1.4rem;
      background: white;
      padding: 0.5rem 0.75rem; }
    .strath-bootstrap .course-search-bar .btn {
      margin: auto; }
  .strath-bootstrap .course-search-2019 {
    /*position: relative; */
    top: 0;
    z-index: 50;
    background-color: #fff;
    width: 100%;
    margin-top: 0;
    /*Right*/ }
    .strath-bootstrap .course-search-2019 .course-page-nav {
      border-bottom: 0 !important; }
    .strath-bootstrap .course-search-2019 #course-search-form {
      background-color: #fff;
      border-radius: 5px;
      max-width: 700px; }
    .strath-bootstrap .course-search-2019 .course-search-img {
      padding: 2rem 0; }
    .strath-bootstrap .course-search-2019 #mundane {
      height: 100%;
      width: 100%;
      background: url("https://www.strath.ac.uk/media/1newwebsite/courses/backgrounds/pgt/supermundane-grey.svg") no-repeat fixed;
      position: absolute;
      margin-top: -3rem; }
    .strath-bootstrap .course-search-2019 .btn-course-search {
      width: 400px;
      color: #002b5c;
      background-color: #dee2e6;
      border: 1px solid #ced4da !important;
      padding: 1rem 1.33333rem;
      border: 0;
      border-top: 1px solid #ced4da;
      border-bottom: 1px solid #ced4da;
      border-right: 1px solid #ced4da; }
      .strath-bootstrap .course-search-2019 .btn-course-search > span {
        padding: 0 1rem; }
      .strath-bootstrap .course-search-2019 .btn-course-search:hover {
        background-color: #6c757d;
        color: #fff; }
        .strath-bootstrap .course-search-2019 .btn-course-search:hover > .fa-search {
          color: #fff; }
      .strath-bootstrap .course-search-2019 .btn-course-search > .fa-search {
        margin-left: -8px;
        color: #002b5c; }
    .strath-bootstrap .course-search-2019 .btn-course-search-scroll {
      width: 82px;
      padding: 2rem; }
    .strath-bootstrap .course-search-2019 .feature-header-shadow {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 1rem 1rem 0;
      border-color: transparent #002b5c transparent transparent;
      margin-left: -3rem; }
    .strath-bootstrap .course-search-2019 .course-search-input-group {
      padding-top: 0;
      width: 100% !important;
      padding: 2rem;
      display: block; }
      .strath-bootstrap .course-search-2019 .course-search-input-group h1 {
        font-family: "ClanProBold", sans-serif;
        margin-top: 0; }
      .strath-bootstrap .course-search-2019 .course-search-input-group input {
        padding: 1rem; }
    .strath-bootstrap .course-search-2019 #search-form input {
      margin: 1rem 0 1rem 0; }
    .strath-bootstrap .course-search-2019 .course-search-form-group {
      margin: 0 0.5rem 0.75rem 0.5rem; }
    .strath-bootstrap .course-search-2019 .search-button-wrapper #search-button-scroll {
      border-radius: 5px;
      width: 100%; }
      .strath-bootstrap .course-search-2019 .search-button-wrapper #search-button-scroll:focus-visible {
        outline: 2px solid #01676a; }
    .strath-bootstrap .course-search-2019 .searchstriped > section > article a:hover {
      text-decoration: none !important;
      color: #fff; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article a:hover p,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article a:hover .course-search-results-fa {
        color: #fff; }
    .strath-bootstrap .course-search-2019 .search-info-btn {
      display: block;
      background: #fff !important;
      padding: 0;
      margin: 0.5rem 0;
      line-height: 14px;
      margin-left: auto; }
      .strath-bootstrap .course-search-2019 .search-info-btn:focus-visible {
        outline: 2px solid #002b5c; }
    .strath-bootstrap .course-search-2019 .fa-info-circle {
      color: #002b5c !important;
      padding-right: 0; }
    .strath-bootstrap .course-search-2019 .xandy {
      max-width: 700px;
      font-weight: bold;
      font-size: 1.25rem;
      color: #002b5c;
      margin-top: 0;
      margin-bottom: 0.5rem; }
    .strath-bootstrap .course-search-2019 .course-search-results-fa > .fa {
      color: #fff;
      margin: 0 2rem; }
    .strath-bootstrap .course-search-2019 .course-search-results-fa {
      color: #495057;
      padding: 0 2rem; }
      .strath-bootstrap .course-search-2019 .course-search-results-fa:hover {
        color: #fff; }
    .strath-bootstrap .course-search-2019 .searchstriped {
      width: 100%; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article {
        max-width: 700px;
        width: 100%;
        background-color: #eaebed; }
        .strath-bootstrap .course-search-2019 .searchstriped > section > article .course-search-result__link {
          display: block;
          border-radius: 5px; }
          .strath-bootstrap .course-search-2019 .searchstriped > section > article .course-search-result__link:focus-visible {
            outline: 2px solid #002b5c;
            outline-offset: 2px; }
        .strath-bootstrap .course-search-2019 .searchstriped > section > article .searchitemsub > h2 {
          text-decoration: underline !important;
          text-underline-position: under !important;
          line-height: 1.6; }
        .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover {
          text-decoration: none;
          color: #fff;
          background-color: #6c757d; }
          .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover .searchitemsub {
            text-decoration: none; }
            .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover .searchitemsub > h2 {
              font-family: "ClanProBold", sans-serif;
              color: #fff;
              font-size: 1.2rem;
              text-decoration: none; }
              .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover .searchitemsub > h2:hover {
                text-decoration: none; }
          .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover .searchstaffsub > h2 {
            font-family: "ClanProBold", sans-serif;
            color: #002b5c;
            font-size: 1.75rem; }
          .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover p,
          .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover .course-search-results-fa > .fa {
            color: #fff; }
    .strath-bootstrap .course-search-2019 .searchitemsub > p {
      text-decoration: none !important; }
    .strath-bootstrap .course-search-2019 .searchitemsub > h2 {
      padding: 1rem 1rem 0 1rem;
      border-bottom: 0 !important;
      text-decoration: none !important; }
    .strath-bootstrap .course-search-2019 .searchitemsub > p {
      padding: 1rem;
      color: #343a40; }
    .strath-bootstrap .course-search-2019 .searchitemsub h3,
    .strath-bootstrap .course-search-2019 .searchitemsub h4,
    .strath-bootstrap .course-search-2019 .searchitemsub .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchitemsub h2,
    .strath-bootstrap .course-search-2019 .searchitemsub .results .result h3,
    .strath-bootstrap .results .result .course-search-2019 .searchitemsub h3,
    .strath-bootstrap .course-search-2019 .searchitemsub .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .searchitemsub h3,
    .strath-bootstrap .course-search-2019 .searchitemsub h5 {
      font-family: "ClanProBold", sans-serif;
      color: #002b5c;
      padding-left: 2rem; }
    .strath-bootstrap .course-search-2019 .searchitemsub h2 a,
    .strath-bootstrap .course-search-2019 .searchitemsub h3 a,
    .strath-bootstrap .course-search-2019 .searchitemsub h4 a,
    .strath-bootstrap .course-search-2019 .searchitemsub .banner-buttons .banner-button-header h2 a,
    .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchitemsub h2 a,
    .strath-bootstrap .course-search-2019 .searchitemsub .results .result h3 a,
    .strath-bootstrap .results .result .course-search-2019 .searchitemsub h3 a,
    .strath-bootstrap .course-search-2019 .searchitemsub .searchstriped > section > article > .staff h3 a,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .searchitemsub h3 a,
    .strath-bootstrap .course-search-2019 .searchitemsub h5 a {
      font-family: "ClanProBold", sans-serif;
      color: #002b5c;
      text-decoration: underline;
      cursor: pointer;
      padding-left: 2rem; }
      .strath-bootstrap .course-search-2019 .searchitemsub h2 a:hover,
      .strath-bootstrap .course-search-2019 .searchitemsub h3 a:hover,
      .strath-bootstrap .course-search-2019 .searchitemsub h4 a:hover,
      .strath-bootstrap .course-search-2019 .searchitemsub .banner-buttons .banner-button-header h2 a:hover,
      .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchitemsub h2 a:hover,
      .strath-bootstrap .course-search-2019 .searchitemsub .results .result h3 a:hover,
      .strath-bootstrap .results .result .course-search-2019 .searchitemsub h3 a:hover,
      .strath-bootstrap .course-search-2019 .searchitemsub .searchstriped > section > article > .staff h3 a:hover,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .searchitemsub h3 a:hover,
      .strath-bootstrap .course-search-2019 .searchitemsub h5 a:hover {
        text-decoration: none; }
    .strath-bootstrap .course-search-2019 #search-info {
      text-align: center;
      margin-left: -255px; }
    .strath-bootstrap .course-search-2019 .searchstaffsub {
      padding: 2rem; }
      .strath-bootstrap .course-search-2019 .searchstaffsub:hover {
        background-color: #e9ecef; }
      .strath-bootstrap .course-search-2019 .searchstaffsub h2,
      .strath-bootstrap .course-search-2019 .searchstaffsub h3,
      .strath-bootstrap .course-search-2019 .searchstaffsub h4,
      .strath-bootstrap .course-search-2019 .searchstaffsub .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchstaffsub h2,
      .strath-bootstrap .course-search-2019 .searchstaffsub .results .result h3,
      .strath-bootstrap .results .result .course-search-2019 .searchstaffsub h3,
      .strath-bootstrap .course-search-2019 .searchstaffsub .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .searchstaffsub h3,
      .strath-bootstrap .course-search-2019 .searchstaffsub h5 {
        font-family: "ClanProBold", sans-serif;
        padding-left: 0 !important;
        padding: 0; }
      .strath-bootstrap .course-search-2019 .searchstaffsub h2 a,
      .strath-bootstrap .course-search-2019 .searchstaffsub h3 a,
      .strath-bootstrap .course-search-2019 .searchstaffsub h4 a,
      .strath-bootstrap .course-search-2019 .searchstaffsub .banner-buttons .banner-button-header h2 a,
      .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchstaffsub h2 a,
      .strath-bootstrap .course-search-2019 .searchstaffsub .results .result h3 a,
      .strath-bootstrap .results .result .course-search-2019 .searchstaffsub h3 a,
      .strath-bootstrap .course-search-2019 .searchstaffsub .searchstriped > section > article > .staff h3 a,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .searchstaffsub h3 a,
      .strath-bootstrap .course-search-2019 .searchstaffsub h5 a {
        font-family: "ClanProBold", sans-serif;
        color: #002b5c;
        text-decoration: underline;
        cursor: pointer;
        padding-left: 0;
        text-underline-position: under !important; }
        .strath-bootstrap .course-search-2019 .searchstaffsub h2 a:hover,
        .strath-bootstrap .course-search-2019 .searchstaffsub h3 a:hover,
        .strath-bootstrap .course-search-2019 .searchstaffsub h4 a:hover,
        .strath-bootstrap .course-search-2019 .searchstaffsub .banner-buttons .banner-button-header h2 a:hover,
        .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchstaffsub h2 a:hover,
        .strath-bootstrap .course-search-2019 .searchstaffsub .results .result h3 a:hover,
        .strath-bootstrap .results .result .course-search-2019 .searchstaffsub h3 a:hover,
        .strath-bootstrap .course-search-2019 .searchstaffsub .searchstriped > section > article > .staff h3 a:hover,
        .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .searchstaffsub h3 a:hover,
        .strath-bootstrap .course-search-2019 .searchstaffsub h5 a:hover {
          text-decoration: none; }
    .strath-bootstrap .course-search-2019 .suggestions {
      position: absolute;
      background: #fff;
      padding: 0;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      z-index: 1000;
      width: 100%;
      margin-top: 0;
      margin-left: 0; }
      .strath-bootstrap .course-search-2019 .suggestions > ul {
        padding: 0px;
        margin: 0px;
        list-style: none; }
        .strath-bootstrap .course-search-2019 .suggestions > ul > li a {
          width: 100%;
          display: block;
          color: #002b5c; }
          .strath-bootstrap .course-search-2019 .suggestions > ul > li a:hover {
            -webkit-text-decoration-color: #002b5c;
            text-decoration-color: #002b5c; }
          .strath-bootstrap .course-search-2019 .suggestions > ul > li a:focus-visible {
            outline: 2px solid #002b5c;
            outline-offset: 2px; }
    .strath-bootstrap .course-search-2019 .course-list-results > h2 {
      font-family: "ClanProBold", sans-serif;
      padding: 2rem 0; }
    .strath-bootstrap .course-search-2019 .course-list-results .course-list-result__header {
      padding: 2rem 0; }
    .strath-bootstrap .course-search-2019 .course-list-results .nav-tabs {
      border-bottom: 4px solid #ced4da; }
      .strath-bootstrap .course-search-2019 .course-list-results .nav-tabs .nav-item {
        margin-bottom: 0;
        line-height: 1; }
    .strath-bootstrap .course-search-2019 .course-list-results ul:after {
      width: 50%; }
    .strath-bootstrap .course-search-2019 .course-list-results ul {
      list-style-type: none !important; }
      .strath-bootstrap .course-search-2019 .course-list-results ul .nav-link {
        height: auto;
        color: #002b5c;
        background-color: #fff;
        font-weight: bold;
        padding: 1rem; }
      .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item > .active:hover {
        padding-bottom: 1rem; }
      .strath-bootstrap .course-search-2019 .course-list-results ul > h3 {
        padding: 2rem 0; }
      .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result {
        width: 654px;
        background-color: #e9ecef;
        margin: 0;
        margin: 4% 0; }
        .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result a {
          text-align: start;
          padding: 0; }
          .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result a:hover {
            color: #fff; }
            .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result a:hover h3,
            .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result a:hover .course-list-result__summary,
            .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result a:hover .course-search-results-fa {
              color: #fff; }
        .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result > .course-list-result:last-of-type {
          padding-bottom: 2rem; }
        .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result > a h3 {
          padding: 1rem 1rem 0 1rem;
          border-bottom: 0 !important;
          text-decoration: none; }
        .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result > .course-search-results-fa {
          font-weight: normal; }
        .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result .course-list-result__summary {
          padding: 1rem;
          color: #343a40;
          font-weight: normal; }
    .strath-bootstrap .course-search-2019 .input-suggestions-container {
      position: relative; }
    .strath-bootstrap .course-search-2019 #suggestions__list > li {
      padding: 0.5rem; }
    .strath-bootstrap .course-search-2019 .suggestions__list-item {
      padding: 2rem 0; }
    .strath-bootstrap .course-search-2019 .suggestions__list-item--selected {
      background: #e9ecef;
      padding: 1rem 0; }
    .strath-bootstrap .course-search-2019 .modal.right .modal-dialog {
      top: 0;
      z-index: 205000;
      position: fixed;
      margin: auto;
      width: 320px;
      height: 100%;
      background-color: #fff;
      /* color:#*/
      -webkit-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0); }
    .strath-bootstrap .course-search-2019 .modal-content {
      height: 100%;
      overflow-y: auto; }
    .strath-bootstrap .course-search-2019 .modal.right .modal-body {
      padding: 1.33333rem;
      background-color: #ffffff; }
    .strath-bootstrap .course-search-2019 .search-modal-body-wrap {
      background-color: #ffffff; }
    .strath-bootstrap .course-search-2019 .search-modal-body {
      background-color: #e9ecef;
      padding: 1rem;
      margin-bottom: 1rem; }
    .strath-bootstrap .course-search-2019 .modal.right.fade .modal-dialog {
      right: 0;
      transition: opacity 0.3s linear, right 0.3s ease-out; }
    .strath-bootstrap .course-search-2019 .modal.right.fade.in .modal-dialog {
      right: 0; }
    .strath-bootstrap .course-search-2019 .modal-header {
      border-bottom: 0;
      padding-top: 0;
      height: 100%; }
    .strath-bootstrap .course-search-2019 .modal-title {
      margin-top: 0;
      height: 0; }
    .strath-bootstrap .course-search-2019 button.close {
      color: #6c757d;
      background-color: #fff;
      font-size: 3rem; }
    .strath-bootstrap .course-search-2019 .close:hover {
      color: #002b5c; }
    .strath-bootstrap .course-search-2019 h3 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.75rem; }
    .strath-bootstrap .course-search-2019 h4, .strath-bootstrap .course-search-2019 .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 h2, .strath-bootstrap .course-search-2019 .results .result h3, .strath-bootstrap .results .result .course-search-2019 h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h3 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.25rem; }
    .strath-bootstrap .course-search-2019 h3, .strath-bootstrap .course-search-2019 h4, .strath-bootstrap .course-search-2019 .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 h2, .strath-bootstrap .course-search-2019 .results .result h3, .strath-bootstrap .results .result .course-search-2019 h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h3 {
      color: #002b5c;
      font-weight: bold; }
  .strath-bootstrap .hp-course-search__wrapper {
    position: relative; }
  .strath-bootstrap #hp-course-search__suggestions {
    display: none;
    position: absolute;
    z-index: 1000001;
    background: #e9ecef;
    padding-bottom: 0px;
    width: 100%;
    text-align: left;
    border: 1px solid #adb5bd; }
  .strath-bootstrap #hp-course-search__suggestions ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .strath-bootstrap #hp-course-search__suggestions li a {
    padding: 1.2rem 1rem;
    display: block;
    color: #002b5c; }
    .strath-bootstrap #hp-course-search__suggestions li a:hover, .strath-bootstrap #hp-course-search__suggestions li a:focus, .strath-bootstrap #hp-course-search__suggestions li a:focus-visible {
      background: #e9ecef;
      text-decoration: none; }
  .strath-bootstrap #hp-course-search__suggestions ul li {
    background: #fff;
    border-bottom: 1px solid #efefef; }
  .strath-bootstrap .suggestions__list-item--selected a {
    background: #e9ecef; }
  @media (max-width: 1599.98px) {
    .strath-bootstrap .course-search-2019 .searchstriped > section {
      padding: 0; } }
  @media (max-width: 991.98px) {
    .strath-bootstrap .course-search-2019 .navbar-nav {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (max-width: 767.98px) {
    .strath-bootstrap .course-search-2019 .course-feature-header {
      width: 395px; }
    .strath-bootstrap .course-search-2019 .course-search-form {
      width: 90%; }
    .strath-bootstrap .course-search-2019 .course-list-results .nav-tabs {
      display: inline-block;
      width: 100%;
      border-bottom: 0 !important; }
    .strath-bootstrap .course-search-2019 .course-list-results ul {
      padding-left: 0; }
      .strath-bootstrap .course-search-2019 .course-list-results ul .nav-link.active:after {
        margin-bottom: 0;
        float: right; }
      .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item {
        width: 100%; }
        .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item .nav-link.show {
          background-color: #adb5bd;
          margin-bottom: 0; }
        .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item a {
          text-align: left; }
          .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item a:after {
            font-family: "FontAwesome";
            content: "\f054";
            margin-left: auto;
            transition: 0.2s;
            float: right; }
          .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item a:hover {
            background-color: #6c757d;
            color: #fff;
            text-decoration: none; }
        .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item .nav-link {
          padding: 2rem 0.5rem 1rem 0.5rem;
          margin: 5px;
          background-color: #e9ecef;
          min-height: 75px;
          display: block;
          width: 100%; }
    .strath-bootstrap .course-search-2019 .nav-link.active:after {
      font-family: "FontAwesome";
      content: "\f054" !important;
      margin-left: auto;
      transition: 0.2s;
      font-size: 1rem !important;
      margin-bottom: 0; }
    .strath-bootstrap .course-search-2019 .searchstriped > section > article {
      width: 90%;
      border-radius: 5px; }
    .strath-bootstrap .course-search-2019 .xandy {
      width: 90%; }
    .strath-bootstrap .course-search-2019 .fa-flag:before {
      margin-left: 1rem; }
    .strath-bootstrap .course-search-2019 .course-list-results ul > li.course-list-result {
      width: 100%; }
    .strath-bootstrap .course-search-2019 .suggestions {
      margin-left: 0.1rem !important; }
    .strath-bootstrap .course-search-2019 .course-list-results > h2 {
      font-family: "ClanProBold", sans-serif;
      padding: 2rem 0; }
    .strath-bootstrap .course-search-2019 .course-list-results .course-list-result__header {
      padding: 2rem 0; }
    .strath-bootstrap .course-search-2019 .course-list-results .nav-tabs {
      border-bottom: 4px solid #ced4da; }
    .strath-bootstrap #search-info {
      text-align: left;
      margin-left: 20px; } }
  @media (max-width: 575.98px) {
    .strath-bootstrap .course-search-2019 .course-search-results-fa {
      display: inline-block !important; }
    .strath-bootstrap .course-search-2019 .fa-flag:before {
      margin-left: 0; }
    .strath-bootstrap .course-search-2019 .course-feature-header {
      width: 320px;
      margin-left: -15px; }
    .strath-bootstrap .course-search-2019 .course-search-form {
      width: 95%; }
    .strath-bootstrap .course-search-2019 .course-search-input-group {
      padding: 2rem; }
    .strath-bootstrap .course-search-2019 .course-search-input-group input {
      margin-bottom: 0.5rem; }
    .strath-bootstrap .course-search-2019 .course-feature-header h1 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.4rem;
      padding: 1rem; }
    .strath-bootstrap .course-search-2019 .feature-header-shadow {
      border-color: transparent; }
    .strath-bootstrap .course-search-2019 .course-search-results-fa .ml-auto {
      margin-left: 0 !important; }
    .strath-bootstrap .course-search-2019 .searchstriped > section > article {
      width: 95%;
      border-radius: 5px; }
    .strath-bootstrap .course-search-2019 .xandy {
      width: 95%; } }
  .strath-bootstrap .course-search-2019 .searchstriped .staff-group .dept-group {
    width: 470px;
    margin: 0 auto; }
    .strath-bootstrap .course-search-2019 .searchstriped .staff-group .dept-group h1 {
      font-family: "ClanProBold", sans-serif;
      margin: 40px 0 0 0; }
  .strath-bootstrap .course-search-2019 .searchstriped > section > article {
    margin: 13.33333px 0;
    border-radius: 5px; }
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff {
      padding: 1rem; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff a h2 {
        font-family: "ClanProBold", sans-serif;
        font-size: 1.5rem; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff a h2,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h5 a {
        font-family: "ClanProBold", sans-serif;
        text-decoration: underline;
        text-underline-position: under; }
        .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff a h2:hover,
        .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h5 a:hover {
          text-decoration: underline;
          color: #01676a; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h2,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h4,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchstriped > section > article > .staff h2,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h3 {
        font-family: "ClanProBold", sans-serif;
        padding: 0; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h5,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h5 a {
        font-family: "ClanProBold", sans-serif;
        padding-left: 0 !important; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff:hover {
        background: #e9ecef; }
  .strath-bootstrap .staff-search .form-group .suggestions > ul {
    padding: 1rem;
    margin: 0px;
    list-style: none; }
  .strath-bootstrap .staff-search .form-group .suggestions__list-item--selected {
    padding: 0; }
  .strath-bootstrap .fact-banner {
    padding: 0;
    margin-bottom: 0; }
    @media (min-width: 576px) {
      .strath-bootstrap .fact-banner {
        padding: 2rem 0; } }
    .strath-bootstrap .fact-banner ul {
      list-style-type: none;
      padding: 0;
      margin-bottom: 0; }
      .strath-bootstrap .fact-banner ul li {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1rem; }
        @media (min-width: 576px) {
          .strath-bootstrap .fact-banner ul li {
            -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
        @media (min-width: 768px) {
          .strath-bootstrap .fact-banner ul li {
            -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%; } }
    .strath-bootstrap .fact-banner .fact-headline {
      font-weight: bold;
      font-size: 1.6rem;
      color: #002b5c; }
    .strath-bootstrap .fact-banner img {
      max-width: 80px;
      width: auto; }
      @media (min-width: 1200px) {
        .strath-bootstrap .fact-banner img {
          max-width: 100px; } }
    .strath-bootstrap .fact-banner .fact-image,
    .strath-bootstrap .fact-banner .fact-big-text {
      margin-right: 2rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .fact-banner .fact-image,
        .strath-bootstrap .fact-banner .fact-big-text {
          margin-bottom: 1rem;
          margin-right: 0; } }
      @media (min-width: 1200px) {
        .strath-bootstrap .fact-banner .fact-image,
        .strath-bootstrap .fact-banner .fact-big-text {
          margin: 0 auto 1rem auto;
          margin: 0 3rem; } }
    .strath-bootstrap .fact-banner .fact-big-text {
      font-size: 3rem;
      font-weight: bold;
      color: #002b5c;
      min-width: 130px;
      line-height: 1; }
      @media (min-width: 576px) {
        .strath-bootstrap .fact-banner .fact-big-text {
          font-size: 3.5rem;
          line-height: 1.2; } }
  .strath-bootstrap .usp-banner {
    padding: 1rem 0 0 0; }
    .strath-bootstrap .usp-banner .container h2 {
      margin-bottom: 1.5rem; }
    .strath-bootstrap .usp-banner ul:before {
      content: none; }
    .strath-bootstrap .usp-banner ul.row {
      list-style-type: none;
      padding: 0;
      margin-top: 0;
      margin-bottom: 0; }
      .strath-bootstrap .usp-banner ul.row li > div {
        box-shadow: 0px 0px 5px 0px rgba(70, 70, 70, 0.1);
        border-radius: 5px;
        background-color: #fff;
        padding: 1rem; }
    .strath-bootstrap .usp-banner img {
      max-width: 80px;
      width: auto; }
      @media (min-width: 1200px) {
        .strath-bootstrap .usp-banner img {
          max-width: 100px; } }
    .strath-bootstrap .usp-banner .usp-image {
      margin-right: 2rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .usp-banner .usp-image {
          margin-bottom: 1rem;
          margin-right: 0; } }
      @media (min-width: 1200px) {
        .strath-bootstrap .usp-banner .usp-image {
          margin: 0 auto 1rem auto;
          margin: 0 3rem; } }
    .strath-bootstrap .usp-banner .usp-big-text {
      color: #002b5c;
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
      text-align: left; }
    .strath-bootstrap .usp-banner .usp-headline {
      color: #002b5c;
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 0.5rem; }
  .strath-bootstrap .usp-banner.usp-banner-full .usp-big-text,
  .strath-bootstrap .usp-banner.usp-banner-full .usp-headline {
    margin-bottom: 1rem; }
  .strath-bootstrap .usp-banner.usp-banner-full .usp-headline {
    line-height: 1.2; }
  .strath-bootstrap .usp-banner.usp-banner-full .source {
    line-height: 1.5; }
  .strath-bootstrap .timeline {
    overflow: hidden; }
  .strath-bootstrap .timeline .container {
    background: #fff;
    padding-top: 2rem;
    padding-bottom: 4rem; }
    @media (min-width: 992px) {
      .strath-bootstrap .timeline .container {
        padding: 2rem 2rem 4rem 2rem; } }
  .strath-bootstrap .timeline h2 {
    font-family: "ClanProBold", sans-serif;
    border-bottom: 0;
    min-height: 0;
    padding-bottom: 0; }
  .strath-bootstrap .timeline ul.timeline-ul {
    margin-bottom: 0;
    padding: 0; }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li {
    background: #e9ecef;
    list-style-type: none;
    margin: 0 auto 0 0;
    padding-top: 1rem;
    position: relative;
    width: 6px; }
  @media (min-width: 576px) {
    .strath-bootstrap .timeline ul.timeline-ul li.timeline-li {
      margin: 0 auto; } }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li:after {
    -webkit-transform: translateX(-50%);
    background: inherit;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    top: 20px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px; }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li:nth-child(odd) .timeline-box {
    left: 45px; }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li:nth-child(odd) .timeline-box:before {
    border-color: transparent #e9ecef transparent transparent;
    border-width: 15px 15px 15px 0;
    left: -15px; }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li:nth-child(2n) .timeline-box {
    left: 45px; }
  @media (min-width: 576px) {
    .strath-bootstrap .timeline ul.timeline-ul li.timeline-li:nth-child(2n) .timeline-box {
      left: -45vw; } }
  @media (min-width: 992px) {
    .strath-bootstrap .timeline ul.timeline-ul li.timeline-li:nth-child(2n) .timeline-box {
      left: -438px; } }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li:nth-child(2n) .timeline-box:before {
    border-color: transparent #e9ecef transparent transparent;
    border-width: 15px 15px 15px 0;
    left: -15px; }
  @media (min-width: 576px) {
    .strath-bootstrap .timeline ul.timeline-ul li.timeline-li:nth-child(2n) .timeline-box:before {
      border-color: transparent transparent transparent #e9ecef;
      border-width: 15px 0 15px 15px;
      left: auto;
      right: -15px; } }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li .timeline-box:before {
    transition: all 0.2s ease-in-out; }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li .timeline-box {
    background: #e9ecef;
    bottom: 0;
    max-width: 300px;
    padding: 1rem 1rem 1.5rem;
    position: relative;
    transition: all 0.2s ease-in-out;
    width: calc(100vw - 75px); }
  @media (min-width: 576px) {
    .strath-bootstrap .timeline ul.timeline-ul li.timeline-li .timeline-box {
      max-width: none;
      width: 40vw; } }
  @media (min-width: 992px) {
    .strath-bootstrap .timeline ul.timeline-ul li.timeline-li .timeline-box {
      width: 400px; } }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li .timeline-box:before {
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    width: 0; }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li a .timeline-box,
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li a .timeline-box h3 {
    color: #212529; }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li a:hover .timeline-box {
    background: #cbd3da; }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li a:hover .timeline-box .timeline-text {
    border-color: #fd7e14; }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li a:hover:nth-child(odd) .timeline-box:before {
    border-color: transparent #cbd3da transparent transparent; }
  .strath-bootstrap .timeline ul.timeline-ul li.timeline-li a:hover:nth-child(2n) .timeline-box:before {
    border-color: transparent transparent transparent #cbd3da; }
  .strath-bootstrap .timeline .timeline-text {
    border-left: 4px solid #0078ae;
    padding-left: 1rem;
    transition: all 0.2s ease-in-out; }
  .strath-bootstrap .timeline .timeline-text ul {
    list-style: none;
    margin: 0 0 0 0.7rem;
    padding: 0; }
  .strath-bootstrap .timeline .timeline-text li {
    padding-left: 1em;
    text-indent: -0.7em; }
  .strath-bootstrap .timeline .timeline-text li:before {
    color: #fd7e14;
    content: "■";
    padding-right: 0.7rem; }
  .strath-bootstrap .timeline img {
    margin-bottom: 1rem;
    max-width: 100%; }
  .strath-bootstrap .timeline h2,
  .strath-bootstrap .timeline h3 {
    font-family: "ClanProBold", sans-serif;
    font-weight: 700; }
  .strath-bootstrap .timeline .btn {
    margin-bottom: -0.5rem;
    margin-top: 1rem;
    width: 100%; }
  .strath-bootstrap .fw-bootstrap .timeline .wrap {
    padding: 2rem 0; }
  .strath-bootstrap ul.strath-timeline {
    width: 600px;
    max-width: calc(100% - 20px) !important;
    list-style: none;
    padding: 0 0 0 2rem;
    margin: 30px 0 30px 20px;
    position: relative; }
    .strath-bootstrap ul.strath-timeline:before {
      content: "";
      display: block;
      width: 6px;
      background-color: #ccc;
      border-radius: 3px;
      position: absolute;
      left: -13px;
      top: -10px;
      height: calc(100% + 20px); }
    .strath-bootstrap ul.strath-timeline li {
      max-width: 100%;
      border: 1px solid #ccc;
      padding: 1rem 2rem !important;
      border-radius: 5px;
      margin-bottom: 30px;
      position: relative;
      z-index: 2;
      background: white;
      box-shadow: 0 0 5px 0 rgba(70, 70, 70, 0.1); }
      .strath-bootstrap ul.strath-timeline li > *:first-child:before {
        content: "";
        display: block;
        width: 4px;
        height: calc(100% - 2rem);
        position: absolute;
        left: calc(1rem - 2px);
        background: #0078ae; }
      .strath-bootstrap ul.strath-timeline li > *:last-child {
        margin-bottom: 0; }
      .strath-bootstrap ul.strath-timeline li:before {
        content: "" !important;
        border-top: 1px solid #ccc;
        position: absolute;
        width: 2rem;
        height: 5px;
        left: calc(-1 * (2rem + 10px));
        top: 17px;
        background: #ccc;
        border-radius: 20px; }
    @media (min-width: 700px) {
      .strath-bootstrap ul.strath-timeline {
        padding-left: 0;
        margin-left: 0; }
      .strath-bootstrap ul.strath-timeline:before {
        left: calc(50% - 2px); }
      .strath-bootstrap ul.strath-timeline:after {
        content: "";
        display: block;
        clear: both; }
      .strath-bootstrap ul.strath-timeline li {
        width: 280px;
        max-width: calc(50% - 40px) !important;
        margin-bottom: 0;
        margin-left: 0;
        float: left;
        clear: left; }
        .strath-bootstrap ul.strath-timeline li:before {
          left: -40px; }
        .strath-bootstrap ul.strath-timeline li:nth-child(even) {
          float: right;
          clear: right; }
        .strath-bootstrap ul.strath-timeline li:nth-child(odd):before {
          right: calc(-1 * (2rem + 10px));
          left: unset; }
      .strath-bootstrap ul.strath-timeline li ~ li {
        margin-top: 30px; } }
  .strath-bootstrap .testimonial {
    padding: 4rem 0; }
    .strath-bootstrap .testimonial .container {
      padding-left: 15px;
      padding-right: 15px; }
    .strath-bootstrap .testimonial .row {
      position: relative; }
    .strath-bootstrap .testimonial .testimonial-image {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 500px;
      margin: auto; }
      @media (min-width: 576px) {
        .strath-bootstrap .testimonial .testimonial-image {
          margin: 0;
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (min-width: 992px) {
        .strath-bootstrap .testimonial .testimonial-image {
          -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%;
          margin-left: 16.66667%; } }
      .strath-bootstrap .testimonial .testimonial-image img {
        margin: auto;
        border-radius: 50%;
        max-width: 80%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        @media (min-width: 992px) {
          .strath-bootstrap .testimonial .testimonial-image img {
            max-width: 100%; } }
    .strath-bootstrap .testimonial .testimonial-quote {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 1rem 0 0 0; }
      @media (min-width: 576px) {
        .strath-bootstrap .testimonial .testimonial-quote {
          -webkit-flex: 0 0 41.66667%;
          -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
          max-width: 41.66667%;
          margin-left: 8.33333%; } }
      @media (min-width: 768px) {
        .strath-bootstrap .testimonial .testimonial-quote {
          -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
          max-width: 33.33333%;
          margin-left: 8.33333%;
          padding: 1.5rem 1rem 0 1rem; } }
      @media (min-width: 992px) {
        .strath-bootstrap .testimonial .testimonial-quote {
          margin-left: 16.66667%; } }
      .strath-bootstrap .testimonial .testimonial-quote blockquote {
        font-size: 1.4rem;
        font-weight: bold;
        background: transparent;
        border-left: 0;
        max-width: 100%;
        line-height: initial;
        padding: 0;
        margin: 0 0 2rem; }
        @media (min-width: 992px) {
          .strath-bootstrap .testimonial .testimonial-quote blockquote {
            font-size: 1.6rem; } }
        .strath-bootstrap .testimonial .testimonial-quote blockquote:before, .strath-bootstrap .testimonial .testimonial-quote blockquote:after {
          display: none; }
    .strath-bootstrap .testimonial .testimonial-quote-text {
      border-left: 4px solid #0078ae;
      padding-left: 1rem;
      margin-bottom: 1rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .testimonial .testimonial-quote-text {
          border-left: 0;
          padding-left: 0;
          margin-bottom: 0; } }
    .strath-bootstrap .testimonial .testimonial-divider {
      display: none;
      border-left: 4px solid #0078ae;
      position: absolute;
      left: 50%;
      height: 100%; }
      @media (min-width: 576px) {
        .strath-bootstrap .testimonial .testimonial-divider {
          display: block; } }
    .strath-bootstrap .testimonial .button-container {
      margin-top: auto;
      padding: 0; }
      .strath-bootstrap .testimonial .button-container a {
        width: 100%;
        white-space: normal; }
        @media (min-width: 576px) {
          .strath-bootstrap .testimonial .button-container a {
            width: auto; } }
    .strath-bootstrap .testimonial.lhs-testimonial {
      padding: 2rem 0; }
      .strath-bootstrap .testimonial.lhs-testimonial .container {
        padding-bottom: 0; }
      .strath-bootstrap .testimonial.lhs-testimonial .row {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media (min-width: 768px) {
          .strath-bootstrap .testimonial.lhs-testimonial .row {
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row; } }
      .strath-bootstrap .testimonial.lhs-testimonial .testimonial-image {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
        @media (min-width: 576px) {
          .strath-bootstrap .testimonial.lhs-testimonial .testimonial-image {
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            max-width: 350px;
            margin: auto; } }
        @media (min-width: 768px) {
          .strath-bootstrap .testimonial.lhs-testimonial .testimonial-image {
            margin: 0;
            -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%; } }
        @media (min-width: 992px) {
          .strath-bootstrap .testimonial.lhs-testimonial .testimonial-image {
            -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%;
            margin-left: 8.33333%; } }
      .strath-bootstrap .testimonial.lhs-testimonial .testimonial-quote {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
        @media (min-width: 576px) {
          .strath-bootstrap .testimonial.lhs-testimonial .testimonial-quote {
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            margin-left: 0; } }
        @media (min-width: 768px) {
          .strath-bootstrap .testimonial.lhs-testimonial .testimonial-quote {
            -webkit-flex: 0 0 41.66667%;
            -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
            max-width: 41.66667%;
            margin-left: 8.33333%;
            padding-left: 0; } }
        @media (min-width: 992px) {
          .strath-bootstrap .testimonial.lhs-testimonial .testimonial-quote {
            -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%;
            margin-left: 16.66667%;
            padding-left: 1rem; } }
      @media (min-width: 576px) {
        .strath-bootstrap .testimonial.lhs-testimonial .testimonial-quote-text {
          border-left: 4px solid #0078ae;
          padding-left: 1rem;
          margin-bottom: 1rem; } }
      @media (min-width: 768px) {
        .strath-bootstrap .testimonial.lhs-testimonial .testimonial-quote-text {
          border-left: 0;
          padding-left: 0;
          margin-bottom: 0; } }
      .strath-bootstrap .testimonial.lhs-testimonial .testimonial-divider {
        display: none; }
        @media (min-width: 768px) {
          .strath-bootstrap .testimonial.lhs-testimonial .testimonial-divider {
            display: block; } }
      @media (min-width: 576px) {
        .strath-bootstrap .testimonial.lhs-testimonial .button-container a {
          width: 100%; } }
    @media (max-width: 767.98px) {
      .strath-bootstrap .testimonial .testimonial-quote {
        background-position-x: 30px !important; } }
    .strath-bootstrap .testimonial:not(.has-image) .testimonial-image,
    .strath-bootstrap .testimonial:not(.has-image) .testimonial-divider {
      display: none; }
    .strath-bootstrap .testimonial:not(.has-image) .testimonial-quote-text {
      border-left: 4px solid #0078ae;
      padding-left: 1rem;
      margin-bottom: 1rem; }
    .strath-bootstrap .testimonial:not(.has-image) .testimonial-quote {
      background-position-x: 30px !important; }
      @media (min-width: 576px) {
        .strath-bootstrap .testimonial:not(.has-image) .testimonial-quote {
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          margin-left: 0; } }
      @media (min-width: 992px) {
        .strath-bootstrap .testimonial:not(.has-image) .testimonial-quote {
          -webkit-flex: 0 0 75%;
          -ms-flex: 0 0 75%;
          flex: 0 0 75%;
          max-width: 75%;
          margin-left: 16.66667%;
          padding: 1.5rem 1rem 0 1rem; } }
  .strath-bootstrap .fixed-width .block-grid .container {
    padding-bottom: 0; }
  .strath-bootstrap .full-width .block-grid .container {
    padding: 2rem 0; }
    @media (min-width: 800px) {
      .strath-bootstrap .full-width .block-grid .container {
        padding: 4rem 0; } }
  .strath-bootstrap .block-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 1.5rem 0 1rem 0; }
    .strath-bootstrap .block-grid .row {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      clear: both; }
    .strath-bootstrap .block-grid.block-grid-title {
      padding: 2rem 0 0 0;
      border-bottom: 0; }
      .strath-bootstrap .block-grid.block-grid-title h2 {
        font-family: "ClanProBold", sans-serif;
        color: #002b5c;
        font-weight: bold;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
        padding: 0;
        max-width: 800px; }
    .strath-bootstrap .block-grid.block-grid-zero {
      padding: 0;
      height: 0; }
  .strath-bootstrap .block-grid:has(~ .areas-of-interest) {
    padding: 1.5rem 0 0 0; }
  .strath-bootstrap .block-grid:has(~ .photobox) {
    padding: 1rem 0 0 0; }
  .strath-bootstrap .block-grid-item {
    margin-bottom: 1.25rem;
    margin-left: -1px;
    margin-right: 0;
    position: relative; }
    .strath-bootstrap .block-grid-item .block-grid-item-content {
      height: 100%;
      background: #fff;
      transition: 0.2s; }
      .strath-bootstrap .block-grid-item .block-grid-item-content .block-grid-item-copy a {
        text-decoration: underline;
        color: #01676a; }
    .strath-bootstrap .block-grid-item .block-grid-item-image {
      position: relative; }
      .strath-bootstrap .block-grid-item .block-grid-item-image img {
        max-width: 100%;
        height: auto;
        float: none;
        padding: 0; }
    .strath-bootstrap .block-grid-item .embed-responsive {
      margin-bottom: 0; }
    .strath-bootstrap .block-grid-item .block-grid-item-text {
      min-height: 100px;
      padding: 1rem;
      word-wrap: break-word;
      white-space: normal; }
      .strath-bootstrap .block-grid-item .block-grid-item-text p.button-link a {
        text-decoration: none; }
    .strath-bootstrap .block-grid-item .block-grid-item-text-text {
      min-height: 0; }
    .strath-bootstrap .block-grid-item .block-grid-item-text-text:empty {
      display: none; }
    .strath-bootstrap .block-grid-item .block-grid-item-text,
    .strath-bootstrap .block-grid-item .block-grid-item-text-text {
      border-top: 5px solid #002b5c; }
      .strath-bootstrap .block-grid-item .block-grid-item-text a h3,
      .strath-bootstrap .block-grid-item .block-grid-item-text a.block-header h3,
      .strath-bootstrap .block-grid-item .block-grid-item-text-text a h3,
      .strath-bootstrap .block-grid-item .block-grid-item-text-text a.block-header h3 {
        text-decoration: underline;
        text-underline-position: under;
        line-height: 2rem; }
        .strath-bootstrap .block-grid-item .block-grid-item-text a h3:hover,
        .strath-bootstrap .block-grid-item .block-grid-item-text a.block-header h3:hover,
        .strath-bootstrap .block-grid-item .block-grid-item-text-text a h3:hover,
        .strath-bootstrap .block-grid-item .block-grid-item-text-text a.block-header h3:hover {
          background: #6c757d;
          color: white; }
      .strath-bootstrap .block-grid-item .block-grid-item-text a.block-header,
      .strath-bootstrap .block-grid-item .block-grid-item-text .block-header,
      .strath-bootstrap .block-grid-item .block-grid-item-text-text a.block-header,
      .strath-bootstrap .block-grid-item .block-grid-item-text-text .block-header {
        color: #002b5c;
        font-weight: bold;
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
        padding: 0;
        line-height: 2rem;
        text-underline-position: under; }
        .strath-bootstrap .block-grid-item .block-grid-item-text a.block-header h3,
        .strath-bootstrap .block-grid-item .block-grid-item-text .block-header h3,
        .strath-bootstrap .block-grid-item .block-grid-item-text-text a.block-header h3,
        .strath-bootstrap .block-grid-item .block-grid-item-text-text .block-header h3 {
          line-height: 2rem; }
      .strath-bootstrap .block-grid-item .block-grid-item-text > *:last-child,
      .strath-bootstrap .block-grid-item .block-grid-item-text-text > *:last-child {
        margin-bottom: 0; }
    .strath-bootstrap .block-grid-item .block-grid-item-text a h3 {
      text-decoration: none; }
    .strath-bootstrap .block-grid-item .block-grid-item-inner {
      height: 100%;
      position: relative; }
    .strath-bootstrap .block-grid-item .has-link:hover .block-grid-item-content {
      background: #6c757d !important; }
    .strath-bootstrap .block-grid-item .has-link:hover .block-grid-item-text ul li:before {
      color: white; }
    .strath-bootstrap .block-grid-item .has-link:hover .block-grid-item-content,
    .strath-bootstrap .block-grid-item .has-link:hover .block-grid-item-content * {
      color: #fff; }
    .strath-bootstrap .block-grid-item .has-link:hover .faux-block-link {
      color: #fff;
      text-decoration-thickness: 2px; }
    .strath-bootstrap .block-grid-item .has-link .faux-block-link {
      -webkit-text-decoration: underline 2px;
      text-decoration: underline 2px;
      text-underline-position: under;
      display: block;
      color: #002b5c; }
      .strath-bootstrap .block-grid-item .has-link .faux-block-link:focus-visible {
        outline: 2px solid black;
        outline-offset: 5px; }
      .strath-bootstrap .block-grid-item .has-link .faux-block-link:focus {
        text-decoration: none; }
    .strath-bootstrap .block-grid-item.has-shadow .block-grid-item-content {
      box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15); }
    .strath-bootstrap .block-grid-item.has-shadow.grey-block .block-grid-item-content {
      box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25); }
    @media (min-width: 576px) {
      .strath-bootstrap .block-grid-item.fifth, .strath-bootstrap .block-grid-item.quarter, .strath-bootstrap .block-grid-item.third, .strath-bootstrap .block-grid-item.half {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 575.98px) {
      .strath-bootstrap .block-grid-item.fifth, .strath-bootstrap .block-grid-item.quarter, .strath-bootstrap .block-grid-item.third, .strath-bootstrap .block-grid-item.half {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    @media (min-width: 992px) {
      .strath-bootstrap .block-grid-item.fifth {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; } }
    @media (min-width: 992px) {
      .strath-bootstrap .block-grid-item.quarter {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; } }
    @media (min-width: 768px) {
      .strath-bootstrap .block-grid-item.third {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 768px) {
      .strath-bootstrap .block-grid-item.half {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    .strath-bootstrap .block-grid-item.grey-block .block-grid-item-content {
      background: #e9ecef; }
    .strath-bootstrap .block-grid-item.light-grey-block .block-grid-item-content {
      background: #f8f9fa; }
    .strath-bootstrap .block-grid-item.white-block .block-grid-item-content {
      background: #fff; }
    .strath-bootstrap .block-grid-item.horizontal .block-grid-item-content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border-top: 4px solid #002b5c; }
      .strath-bootstrap .block-grid-item.horizontal .block-grid-item-content .block-grid-item-image {
        width: auto;
        max-width: 40%; }
      .strath-bootstrap .block-grid-item.horizontal .block-grid-item-content .block-grid-item-text {
        border-top: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%; }
      .strath-bootstrap .block-grid-item.horizontal .block-grid-item-content .btn {
        margin-left: auto;
        margin-top: auto;
        color: #fff; }
    .strath-bootstrap .block-grid-item.block-grid-item-filterable .block-grid-item-content:hover {
      background: #6c757d;
      color: white; }
      .strath-bootstrap .block-grid-item.block-grid-item-filterable .block-grid-item-content:hover .block-grid-item-text h3,
      .strath-bootstrap .block-grid-item.block-grid-item-filterable .block-grid-item-content:hover .block-grid-item-text p {
        color: white !important; }
  .strath-bootstrap .block-grid-items-filters {
    margin-bottom: 1rem;
    padding: 2rem 0 0;
    position: relative; }
    @media (min-width: 576px) {
      .strath-bootstrap .block-grid-items-filters {
        padding: 2rem 0 0; } }
    .strath-bootstrap .block-grid-items-filters .container p:last-of-type {
      margin-bottom: 2rem; }
    .strath-bootstrap .block-grid-items-filters .block-grid-items-filters-selects {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .strath-bootstrap .block-grid-items-filters .form-group {
      margin-right: 1rem; }
      @media (min-width: 992px) {
        .strath-bootstrap .block-grid-items-filters .form-group {
          max-width: calc(33% - 70px); } }
    .strath-bootstrap .block-grid-items-filters label {
      color: #002b5c;
      font-weight: bold; }
    .strath-bootstrap .block-grid-items-filters select {
      min-width: 200px; }
    .strath-bootstrap .block-grid-items-filters .search-reset {
      margin-left: auto;
      margin-bottom: 1rem; }
      .strath-bootstrap .block-grid-items-filters .search-reset .fa {
        margin-left: 0.5rem; }
    .strath-bootstrap .block-grid-items-filters .no-results {
      position: absolute;
      opacity: 0;
      margin-top: 1rem;
      transition: 1s;
      font-size: 1.2rem;
      font-weight: bold;
      color: #002b5c; }
      .strath-bootstrap .block-grid-items-filters .no-results.show {
        opacity: 1; }
  .strath-bootstrap .pagination {
    margin-top: 1rem;
    background: #fff; }
    .strath-bootstrap .pagination .page-item {
      margin-right: 0.25rem; }
    .strath-bootstrap .pagination .page-link {
      background: #e9ecef;
      color: #002b5c;
      font-weight: bold;
      transition: 0.15s; }
      .strath-bootstrap .pagination .page-link:hover {
        background: #002b5c;
        color: #fff; }
    .strath-bootstrap .pagination .inactive {
      display: none; }
    .strath-bootstrap .pagination .current {
      background: #002b5c;
      color: #fff; }
  .strath-bootstrap ul.bullets {
    padding-left: 1.2em; }
    .strath-bootstrap ul.bullets li {
      list-style: none;
      padding-left: 1.2em; }
      .strath-bootstrap ul.bullets li:before {
        display: inline-block;
        text-indent: -1.2em;
        content: "\25A0";
        color: #fd7e14; }
  .strath-bootstrap article.staffsearch div.filter ul#filter-buttons li:before {
    display: none; }
  .strath-bootstrap .single-video.single-image {
    padding: 2rem 0 2rem 0; }
    @media (min-width: 576px) {
      .strath-bootstrap .single-video.single-image {
        padding: 4rem 0;
        height: auto; } }
    .strath-bootstrap .single-video.single-image .single-media {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      margin-bottom: 1rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .single-video.single-image .single-media {
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
          margin-bottom: 0; } }
      @media (min-width: 992px) {
        .strath-bootstrap .single-video.single-image .single-media {
          -webkit-flex: 0 0 41.66667%;
          -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
          max-width: 41.66667%; } }
      .strath-bootstrap .single-video.single-image .single-media img {
        max-width: 100%; }
    .strath-bootstrap .single-video.single-image .caption-wrap {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 576px) {
        .strath-bootstrap .single-video.single-image .caption-wrap {
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
          border-left: 4px solid #0078ae; } }
      @media (min-width: 768px) {
        .strath-bootstrap .single-video.single-image .caption-wrap {
          -webkit-flex: 0 0 41.66667%;
          -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
          max-width: 41.66667%;
          padding-left: 2rem;
          margin-left: 2rem; } }
      .strath-bootstrap .single-video.single-image .caption-wrap .caption {
        border-left: 4px solid #0078ae;
        padding-left: 1rem;
        margin-bottom: 1rem; }
        @media (min-width: 576px) {
          .strath-bootstrap .single-video.single-image .caption-wrap .caption {
            border-left: 0;
            padding-left: 0; } }
        .strath-bootstrap .single-video.single-image .caption-wrap .caption h2 {
          border-bottom: 0; }
        .strath-bootstrap .single-video.single-image .caption-wrap .caption p:last-of-type {
          margin-bottom: 0; }
    .strath-bootstrap .single-video.single-image .button-container {
      margin-top: auto;
      margin-bottom: 0;
      padding: 0; }
      .strath-bootstrap .single-video.single-image .button-container a {
        width: 100%;
        white-space: normal; }
        @media (min-width: 576px) {
          .strath-bootstrap .single-video.single-image .button-container a {
            width: auto; } }
  .strath-bootstrap .news-events {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    line-height: 1.4rem;
    border-bottom: 1px solid #e9ecef; }
    .strath-bootstrap .news-events p a,
    .strath-bootstrap .news-events ul li a {
      text-decoration: underline;
      text-underline-position: under;
      color: #002b5c !important;
      line-height: 1.6rem; }
    @media (min-width: 992px) {
      .strath-bootstrap .news-events {
        padding-top: 4rem;
        padding-bottom: 4rem; } }
    .strath-bootstrap .news-events.block-grid-item {
      padding-top: 0;
      padding-bottom: 0;
      border-bottom: 0; }
      @media (min-width: 992px) {
        .strath-bootstrap .news-events.block-grid-item {
          padding-top: 0;
          padding-bottom: 0; } }
    .strath-bootstrap .news-events .block-grid-item-content {
      width: 100%;
      min-width: 50%; }
    .strath-bootstrap .news-events .news-events-row {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 1rem;
      margin: 20px 0 40px 20px; }
      .strath-bootstrap .news-events .news-events-row a.btn {
        margin-top: 20px; }
      .strath-bootstrap .news-events .news-events-row ul li.has-link:hover {
        background-color: #6c757d !important;
        color: #fff; }
        .strath-bootstrap .news-events .news-events-row ul li.has-link:hover h3,
        .strath-bootstrap .news-events .news-events-row ul li.has-link:hover h3 p {
          color: #fff; }
        .strath-bootstrap .news-events .news-events-row ul li.has-link:hover p a {
          color: #fff;
          text-decoration: none; }
    @media (max-width: 767.98px) {
      .strath-bootstrap .news-events .news-events-row {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; } }
    .strath-bootstrap .news-events .news-events-column {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
      .strath-bootstrap .news-events .news-events-column ul li:before {
        display: none; }
      .strath-bootstrap .news-events .news-events-column ul li.has-link:hover {
        background-color: #6c757d !important;
        color: #fff; }
        .strath-bootstrap .news-events .news-events-column ul li.has-link:hover h3,
        .strath-bootstrap .news-events .news-events-column ul li.has-link:hover h3 p {
          color: #fff; }
        .strath-bootstrap .news-events .news-events-column ul li.has-link:hover p a {
          color: #fff;
          text-decoration: none; }
      @media (min-width: 768px) {
        .strath-bootstrap .news-events .news-events-column {
          -webkit-flex: 0 0 49%;
          -ms-flex: 0 0 49%;
          flex: 0 0 49%;
          max-width: 49%;
          margin: 0; } }
      .strath-bootstrap .news-events .news-events-column a.btn {
        margin-top: 0.5rem; }
    .strath-bootstrap .news-events .button-container a {
      background-color: #01676a;
      color: #fff;
      margin-top: 0.5rem; }
      .strath-bootstrap .news-events .button-container a:hover {
        background-color: #6c757d; }
    .strath-bootstrap .news-events .has-link .block-grid-item-content {
      width: 100%;
      min-width: 50%; }
      .strath-bootstrap .news-events .has-link .block-grid-item-content .news-events-item.gray-200-bg:hover,
      .strath-bootstrap .news-events .has-link .block-grid-item-content .news-events-item.gray-100-bg:hover,
      .strath-bootstrap .news-events .has-link .block-grid-item-content .news-events-item.white-bg:hover {
        background-color: #6c757d !important;
        color: #fff; }
        .strath-bootstrap .news-events .has-link .block-grid-item-content .news-events-item.gray-200-bg:hover a h3 p,
        .strath-bootstrap .news-events .has-link .block-grid-item-content .news-events-item.gray-200-bg:hover p a,
        .strath-bootstrap .news-events .has-link .block-grid-item-content .news-events-item.gray-100-bg:hover a h3 p,
        .strath-bootstrap .news-events .has-link .block-grid-item-content .news-events-item.gray-100-bg:hover p a,
        .strath-bootstrap .news-events .has-link .block-grid-item-content .news-events-item.white-bg:hover a h3 p,
        .strath-bootstrap .news-events .has-link .block-grid-item-content .news-events-item.white-bg:hover p a {
          color: #fff; }
    .strath-bootstrap .news-events h2 {
      border-bottom: 0; }
    .strath-bootstrap .news-events h3 {
      margin-bottom: 1rem; }
    .strath-bootstrap .news-events h3 a {
      margin-bottom: 1rem;
      text-decoration: none; }
      .strath-bootstrap .news-events h3 a:hover {
        color: #01676a !important; }
    .strath-bootstrap .news-events ul {
      list-style-type: none;
      padding: 0;
      margin-left: 0;
      margin-bottom: 0;
      height: 100%; }
      .strath-bootstrap .news-events ul li {
        height: 100%; }
    .strath-bootstrap .news-events li.news-events-item {
      margin-bottom: 13.33333px;
      margin-right: 13.33333px; }
    .strath-bootstrap .news-events li.news-events-item2 {
      margin-bottom: 0; }
    .strath-bootstrap .news-events li.news-events-item,
    .strath-bootstrap .news-events li.news-events-item2 {
      position: relative;
      border-left: 4px solid #002b5c;
      transition: 0.2s;
      padding: 0.5rem 1rem !important;
      color: #212529; }
      .strath-bootstrap .news-events li.news-events-item .block-grid-item-text,
      .strath-bootstrap .news-events li.news-events-item2 .block-grid-item-text {
        border-top: 0;
        padding: 0; }
        .strath-bootstrap .news-events li.news-events-item .block-grid-item-text h3,
        .strath-bootstrap .news-events li.news-events-item2 .block-grid-item-text h3 {
          line-height: 1.8rem !important; }
    @media (max-width: 991.98px) {
      .strath-bootstrap .news-events .news-events-column {
        margin: 20px; } }
    .strath-bootstrap .news-events ul li:before {
      display: none; }
    .strath-bootstrap .news-events p:last-of-type {
      margin-bottom: 0; }
    .strath-bootstrap .news-events li.event-item {
      border-left: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0; }
      .strath-bootstrap .news-events li.event-item .calendar {
        background: #002b5c;
        color: #fff;
        min-width: 90px;
        padding: 1rem 0.5rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        transition: 0.2s; }
        .strath-bootstrap .news-events li.event-item .calendar div:nth-of-type(1) {
          -webkit-order: 1;
          -ms-flex-order: 1;
          order: 1;
          padding: 0 0 0.5rem 0; }
        .strath-bootstrap .news-events li.event-item .calendar div:nth-of-type(2) {
          -webkit-order: 2;
          -ms-flex-order: 2;
          order: 2;
          font-size: 1.6rem;
          font-weight: bold;
          padding: 0; }
        .strath-bootstrap .news-events li.event-item .calendar div:nth-of-type(3) {
          -webkit-order: 3;
          -ms-flex-order: 3;
          order: 3;
          padding: 0.5rem 0 0 0; }
      .strath-bootstrap .news-events li.event-item .event-body {
        color: #343a40; }
        .strath-bootstrap .news-events li.event-item .event-body.faux-block-link:hover {
          color: #343a40; }
      .strath-bootstrap .news-events li.event-item .event-body {
        padding: 0.5rem 1rem; }
    .strath-bootstrap .news-events.grey-bg li {
      background: #e9ecef; }
  .strath-bootstrap .two-columns .manual-events .column-inner .manual-events-list {
    display: block; }
  .strath-bootstrap .two-columns .manual-news .column-inner .manual-news-list {
    display: block; }
  .strath-bootstrap .two-columns .column-inner .news-events-display {
    width: 100%; }
  .strath-bootstrap .two-columns .column-inner .news-events {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    width: 100%;
    display: none; }
  .strath-bootstrap .two-columns .column-inner .news-events-item {
    width: 100%;
    height: auto; }
    .strath-bootstrap .two-columns .column-inner .news-events-item:before {
      display: none; }
    .strath-bootstrap .two-columns .column-inner .news-events-item.white-block {
      background: white; }
    .strath-bootstrap .two-columns .column-inner .news-events-item.grey-block {
      background: #e9ecef; }
    .strath-bootstrap .two-columns .column-inner .news-events-item.light-grey-block {
      background: #f8f9fa; }
    .strath-bootstrap .two-columns .column-inner .news-events-item a {
      text-decoration: underline;
      text-underline-position: under;
      color: #002b5c;
      line-height: 1.8rem; }
    .strath-bootstrap .two-columns .column-inner .news-events-item h3 {
      text-decoration: none;
      color: #002b5c; }
  .strath-bootstrap .wysiwyg p {
    color: #002b5c; }
    .strath-bootstrap .wysiwyg p a {
      text-decoration: underline; }
  .strath-bootstrap .wysiwyg ul,
  .strath-bootstrap .wysiwyg ol {
    margin-left: 0;
    padding-left: 0;
    list-style-position: inside;
    margin-bottom: 1rem; }
    @media (min-width: 576px) {
      .strath-bootstrap .wysiwyg ul,
      .strath-bootstrap .wysiwyg ol {
        margin-left: 1rem; } }
  .strath-bootstrap .wysiwyg ul li {
    list-style: none;
    padding-left: 1.2em; }
    .strath-bootstrap .wysiwyg ul li:before {
      display: inline-block;
      text-indent: -1.2em;
      content: "\25A0";
      color: #fd7e14; }
  .strath-bootstrap .block-outer-white > section,
  .strath-bootstrap .block-outer-grey > section,
  .strath-bootstrap .block-outer > section,
  .strath-bootstrap .profilescontainer-white-fixed-width > section,
  .strath-bootstrap .profilescontainer-grey-fixed-width > section,
  .strath-bootstrap .profilescontainer-white-full-width > section,
  .strath-bootstrap .profilescontainer-white-full-width > section {
    max-width: 1140px;
    padding: 40px 15px; }
    .strath-bootstrap .block-outer-white > section p,
    .strath-bootstrap .block-outer-white > section li,
    .strath-bootstrap .block-outer-grey > section p,
    .strath-bootstrap .block-outer-grey > section li,
    .strath-bootstrap .block-outer > section p,
    .strath-bootstrap .block-outer > section li,
    .strath-bootstrap .profilescontainer-white-fixed-width > section p,
    .strath-bootstrap .profilescontainer-white-fixed-width > section li,
    .strath-bootstrap .profilescontainer-grey-fixed-width > section p,
    .strath-bootstrap .profilescontainer-grey-fixed-width > section li,
    .strath-bootstrap .profilescontainer-white-full-width > section p,
    .strath-bootstrap .profilescontainer-white-full-width > section li,
    .strath-bootstrap .profilescontainer-white-full-width > section p,
    .strath-bootstrap .profilescontainer-white-full-width > section li {
      color: #495057; }
    .strath-bootstrap .block-outer-white > section h1,
    .strath-bootstrap .block-outer-white > section h2,
    .strath-bootstrap .block-outer-white > section h3,
    .strath-bootstrap .block-outer-white > section h4,
    .strath-bootstrap .block-outer-white > section .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .block-outer-white > section h2,
    .strath-bootstrap .block-outer-white > section .results .result h3,
    .strath-bootstrap .results .result .block-outer-white > section h3,
    .strath-bootstrap .block-outer-white > section .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer-white > section h3,
    .strath-bootstrap .block-outer-grey > section h1,
    .strath-bootstrap .block-outer-grey > section h2,
    .strath-bootstrap .block-outer-grey > section h3,
    .strath-bootstrap .block-outer-grey > section h4,
    .strath-bootstrap .block-outer-grey > section .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .block-outer-grey > section h2,
    .strath-bootstrap .block-outer-grey > section .results .result h3,
    .strath-bootstrap .results .result .block-outer-grey > section h3,
    .strath-bootstrap .block-outer-grey > section .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer-grey > section h3,
    .strath-bootstrap .block-outer > section h1,
    .strath-bootstrap .block-outer > section h2,
    .strath-bootstrap .block-outer > section h3,
    .strath-bootstrap .block-outer > section h4,
    .strath-bootstrap .block-outer > section .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .block-outer > section h2,
    .strath-bootstrap .block-outer > section .results .result h3,
    .strath-bootstrap .results .result .block-outer > section h3,
    .strath-bootstrap .block-outer > section .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer > section h3,
    .strath-bootstrap .profilescontainer-white-fixed-width > section h1,
    .strath-bootstrap .profilescontainer-white-fixed-width > section h2,
    .strath-bootstrap .profilescontainer-white-fixed-width > section h3,
    .strath-bootstrap .profilescontainer-white-fixed-width > section h4,
    .strath-bootstrap .profilescontainer-white-fixed-width > section .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-white-fixed-width > section h2,
    .strath-bootstrap .profilescontainer-white-fixed-width > section .results .result h3,
    .strath-bootstrap .results .result .profilescontainer-white-fixed-width > section h3,
    .strath-bootstrap .profilescontainer-white-fixed-width > section .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-white-fixed-width > section h3,
    .strath-bootstrap .profilescontainer-grey-fixed-width > section h1,
    .strath-bootstrap .profilescontainer-grey-fixed-width > section h2,
    .strath-bootstrap .profilescontainer-grey-fixed-width > section h3,
    .strath-bootstrap .profilescontainer-grey-fixed-width > section h4,
    .strath-bootstrap .profilescontainer-grey-fixed-width > section .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-grey-fixed-width > section h2,
    .strath-bootstrap .profilescontainer-grey-fixed-width > section .results .result h3,
    .strath-bootstrap .results .result .profilescontainer-grey-fixed-width > section h3,
    .strath-bootstrap .profilescontainer-grey-fixed-width > section .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-grey-fixed-width > section h3,
    .strath-bootstrap .profilescontainer-white-full-width > section h1,
    .strath-bootstrap .profilescontainer-white-full-width > section h2,
    .strath-bootstrap .profilescontainer-white-full-width > section h3,
    .strath-bootstrap .profilescontainer-white-full-width > section h4,
    .strath-bootstrap .profilescontainer-white-full-width > section .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-white-full-width > section h2,
    .strath-bootstrap .profilescontainer-white-full-width > section .results .result h3,
    .strath-bootstrap .results .result .profilescontainer-white-full-width > section h3,
    .strath-bootstrap .profilescontainer-white-full-width > section .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-white-full-width > section h3,
    .strath-bootstrap .profilescontainer-white-full-width > section h1,
    .strath-bootstrap .profilescontainer-white-full-width > section h2,
    .strath-bootstrap .profilescontainer-white-full-width > section h3,
    .strath-bootstrap .profilescontainer-white-full-width > section h4,
    .strath-bootstrap .profilescontainer-white-full-width > section .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-white-full-width > section h2,
    .strath-bootstrap .profilescontainer-white-full-width > section .results .result h3,
    .strath-bootstrap .results .result .profilescontainer-white-full-width > section h3,
    .strath-bootstrap .profilescontainer-white-full-width > section .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-white-full-width > section h3 {
      border-bottom: 0; }
    .strath-bootstrap .block-outer-white > section .col-sm-6-strath,
    .strath-bootstrap .block-outer-grey > section .col-sm-6-strath,
    .strath-bootstrap .block-outer > section .col-sm-6-strath,
    .strath-bootstrap .profilescontainer-white-fixed-width > section .col-sm-6-strath,
    .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-sm-6-strath,
    .strath-bootstrap .profilescontainer-white-full-width > section .col-sm-6-strath,
    .strath-bootstrap .profilescontainer-white-full-width > section .col-sm-6-strath {
      padding-top: 2rem; }
      .strath-bootstrap .block-outer-white > section .col-sm-6-strath:hover .fa-home,
      .strath-bootstrap .block-outer-white > section .col-sm-6-strath:hover .fa-suitcase,
      .strath-bootstrap .block-outer-grey > section .col-sm-6-strath:hover .fa-home,
      .strath-bootstrap .block-outer-grey > section .col-sm-6-strath:hover .fa-suitcase,
      .strath-bootstrap .block-outer > section .col-sm-6-strath:hover .fa-home,
      .strath-bootstrap .block-outer > section .col-sm-6-strath:hover .fa-suitcase,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-sm-6-strath:hover .fa-home,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-sm-6-strath:hover .fa-suitcase,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-sm-6-strath:hover .fa-home,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-sm-6-strath:hover .fa-suitcase,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-sm-6-strath:hover .fa-home,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-sm-6-strath:hover .fa-suitcase,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-sm-6-strath:hover .fa-home,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-sm-6-strath:hover .fa-suitcase {
        color: #6c757d; }
    .strath-bootstrap .block-outer-white > section .col-inner-grey a:hover,
    .strath-bootstrap .block-outer-white > section .col-inner-white a:hover,
    .strath-bootstrap .block-outer-grey > section .col-inner-grey a:hover,
    .strath-bootstrap .block-outer-grey > section .col-inner-white a:hover,
    .strath-bootstrap .block-outer > section .col-inner-grey a:hover,
    .strath-bootstrap .block-outer > section .col-inner-white a:hover,
    .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-grey a:hover,
    .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-white a:hover,
    .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-grey a:hover,
    .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-white a:hover,
    .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover,
    .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover,
    .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover,
    .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover {
      background-color: #6c757d; }
      .strath-bootstrap .block-outer-white > section .col-inner-grey a:hover p,
      .strath-bootstrap .block-outer-white > section .col-inner-grey a:hover h2,
      .strath-bootstrap .block-outer-white > section .col-inner-grey a:hover h3,
      .strath-bootstrap .block-outer-white > section .col-inner-grey a:hover h4,
      .strath-bootstrap .block-outer-white > section .col-inner-grey a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .block-outer-white > section .col-inner-grey a:hover h2,
      .strath-bootstrap .block-outer-white > section .col-inner-grey a:hover .results .result h3,
      .strath-bootstrap .results .result .block-outer-white > section .col-inner-grey a:hover h3,
      .strath-bootstrap .block-outer-white > section .col-inner-grey a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer-white > section .col-inner-grey a:hover h3,
      .strath-bootstrap .block-outer-white > section .col-inner-grey a:hover .fa-chevron-right,
      .strath-bootstrap .block-outer-white > section .col-inner-white a:hover p,
      .strath-bootstrap .block-outer-white > section .col-inner-white a:hover h2,
      .strath-bootstrap .block-outer-white > section .col-inner-white a:hover h3,
      .strath-bootstrap .block-outer-white > section .col-inner-white a:hover h4,
      .strath-bootstrap .block-outer-white > section .col-inner-white a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .block-outer-white > section .col-inner-white a:hover h2,
      .strath-bootstrap .block-outer-white > section .col-inner-white a:hover .results .result h3,
      .strath-bootstrap .results .result .block-outer-white > section .col-inner-white a:hover h3,
      .strath-bootstrap .block-outer-white > section .col-inner-white a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer-white > section .col-inner-white a:hover h3,
      .strath-bootstrap .block-outer-white > section .col-inner-white a:hover .fa-chevron-right,
      .strath-bootstrap .block-outer-grey > section .col-inner-grey a:hover p,
      .strath-bootstrap .block-outer-grey > section .col-inner-grey a:hover h2,
      .strath-bootstrap .block-outer-grey > section .col-inner-grey a:hover h3,
      .strath-bootstrap .block-outer-grey > section .col-inner-grey a:hover h4,
      .strath-bootstrap .block-outer-grey > section .col-inner-grey a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .block-outer-grey > section .col-inner-grey a:hover h2,
      .strath-bootstrap .block-outer-grey > section .col-inner-grey a:hover .results .result h3,
      .strath-bootstrap .results .result .block-outer-grey > section .col-inner-grey a:hover h3,
      .strath-bootstrap .block-outer-grey > section .col-inner-grey a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer-grey > section .col-inner-grey a:hover h3,
      .strath-bootstrap .block-outer-grey > section .col-inner-grey a:hover .fa-chevron-right,
      .strath-bootstrap .block-outer-grey > section .col-inner-white a:hover p,
      .strath-bootstrap .block-outer-grey > section .col-inner-white a:hover h2,
      .strath-bootstrap .block-outer-grey > section .col-inner-white a:hover h3,
      .strath-bootstrap .block-outer-grey > section .col-inner-white a:hover h4,
      .strath-bootstrap .block-outer-grey > section .col-inner-white a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .block-outer-grey > section .col-inner-white a:hover h2,
      .strath-bootstrap .block-outer-grey > section .col-inner-white a:hover .results .result h3,
      .strath-bootstrap .results .result .block-outer-grey > section .col-inner-white a:hover h3,
      .strath-bootstrap .block-outer-grey > section .col-inner-white a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer-grey > section .col-inner-white a:hover h3,
      .strath-bootstrap .block-outer-grey > section .col-inner-white a:hover .fa-chevron-right,
      .strath-bootstrap .block-outer > section .col-inner-grey a:hover p,
      .strath-bootstrap .block-outer > section .col-inner-grey a:hover h2,
      .strath-bootstrap .block-outer > section .col-inner-grey a:hover h3,
      .strath-bootstrap .block-outer > section .col-inner-grey a:hover h4,
      .strath-bootstrap .block-outer > section .col-inner-grey a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .block-outer > section .col-inner-grey a:hover h2,
      .strath-bootstrap .block-outer > section .col-inner-grey a:hover .results .result h3,
      .strath-bootstrap .results .result .block-outer > section .col-inner-grey a:hover h3,
      .strath-bootstrap .block-outer > section .col-inner-grey a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer > section .col-inner-grey a:hover h3,
      .strath-bootstrap .block-outer > section .col-inner-grey a:hover .fa-chevron-right,
      .strath-bootstrap .block-outer > section .col-inner-white a:hover p,
      .strath-bootstrap .block-outer > section .col-inner-white a:hover h2,
      .strath-bootstrap .block-outer > section .col-inner-white a:hover h3,
      .strath-bootstrap .block-outer > section .col-inner-white a:hover h4,
      .strath-bootstrap .block-outer > section .col-inner-white a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .block-outer > section .col-inner-white a:hover h2,
      .strath-bootstrap .block-outer > section .col-inner-white a:hover .results .result h3,
      .strath-bootstrap .results .result .block-outer > section .col-inner-white a:hover h3,
      .strath-bootstrap .block-outer > section .col-inner-white a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer > section .col-inner-white a:hover h3,
      .strath-bootstrap .block-outer > section .col-inner-white a:hover .fa-chevron-right,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-grey a:hover p,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-grey a:hover h2,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-grey a:hover h3,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-grey a:hover h4,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-grey a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-white-fixed-width > section .col-inner-grey a:hover h2,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-grey a:hover .results .result h3,
      .strath-bootstrap .results .result .profilescontainer-white-fixed-width > section .col-inner-grey a:hover h3,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-grey a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-white-fixed-width > section .col-inner-grey a:hover h3,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-grey a:hover .fa-chevron-right,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-white a:hover p,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-white a:hover h2,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-white a:hover h3,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-white a:hover h4,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-white a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-white-fixed-width > section .col-inner-white a:hover h2,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-white a:hover .results .result h3,
      .strath-bootstrap .results .result .profilescontainer-white-fixed-width > section .col-inner-white a:hover h3,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-white a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-white-fixed-width > section .col-inner-white a:hover h3,
      .strath-bootstrap .profilescontainer-white-fixed-width > section .col-inner-white a:hover .fa-chevron-right,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-grey a:hover p,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-grey a:hover h2,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-grey a:hover h3,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-grey a:hover h4,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-grey a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-grey-fixed-width > section .col-inner-grey a:hover h2,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-grey a:hover .results .result h3,
      .strath-bootstrap .results .result .profilescontainer-grey-fixed-width > section .col-inner-grey a:hover h3,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-grey a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-grey-fixed-width > section .col-inner-grey a:hover h3,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-grey a:hover .fa-chevron-right,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-white a:hover p,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-white a:hover h2,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-white a:hover h3,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-white a:hover h4,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-white a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-grey-fixed-width > section .col-inner-white a:hover h2,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-white a:hover .results .result h3,
      .strath-bootstrap .results .result .profilescontainer-grey-fixed-width > section .col-inner-white a:hover h3,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-white a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-grey-fixed-width > section .col-inner-white a:hover h3,
      .strath-bootstrap .profilescontainer-grey-fixed-width > section .col-inner-white a:hover .fa-chevron-right,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover p,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover h2,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover h3,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover h4,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-white-full-width > section .col-inner-grey a:hover h2,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover .results .result h3,
      .strath-bootstrap .results .result .profilescontainer-white-full-width > section .col-inner-grey a:hover h3,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-white-full-width > section .col-inner-grey a:hover h3,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover .fa-chevron-right,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover p,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover h2,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover h3,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover h4,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-white-full-width > section .col-inner-white a:hover h2,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover .results .result h3,
      .strath-bootstrap .results .result .profilescontainer-white-full-width > section .col-inner-white a:hover h3,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-white-full-width > section .col-inner-white a:hover h3,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover .fa-chevron-right,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover p,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover h2,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover h3,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover h4,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-white-full-width > section .col-inner-grey a:hover h2,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover .results .result h3,
      .strath-bootstrap .results .result .profilescontainer-white-full-width > section .col-inner-grey a:hover h3,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-white-full-width > section .col-inner-grey a:hover h3,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-grey a:hover .fa-chevron-right,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover p,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover h2,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover h3,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover h4,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .profilescontainer-white-full-width > section .col-inner-white a:hover h2,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover .results .result h3,
      .strath-bootstrap .results .result .profilescontainer-white-full-width > section .col-inner-white a:hover h3,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .profilescontainer-white-full-width > section .col-inner-white a:hover h3,
      .strath-bootstrap .profilescontainer-white-full-width > section .col-inner-white a:hover .fa-chevron-right {
        color: #fff;
        font-family: "ClanProBold", sans-serif; }
  .strath-bootstrap .block-outer-white .randomise:nth-child(n + 4),
  .strath-bootstrap .block-outer-grey .randomise:nth-child(n + 4),
  .strath-bootstrap .block-outer .randomise:nth-child(n + 4),
  .strath-bootstrap .profilescontainer-white-fixed-width .randomise:nth-child(n + 4),
  .strath-bootstrap .profilescontainer-grey-fixed-width .randomise:nth-child(n + 4),
  .strath-bootstrap .profilescontainer-white-full-width .randomise:nth-child(n + 4),
  .strath-bootstrap .profilescontainer-white-full-width .randomise:nth-child(n + 4) {
    display: none; }
  .strath-bootstrap .block-outer-grey-stand-alone > section,
  .strath-bootstrap .block-outer-white-stand-alone > section {
    max-width: 1140px;
    margin-bottom: -1.33333rem;
    padding-top: 2rem;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0; }
    .strath-bootstrap .block-outer-grey-stand-alone > section p,
    .strath-bootstrap .block-outer-grey-stand-alone > section li,
    .strath-bootstrap .block-outer-white-stand-alone > section p,
    .strath-bootstrap .block-outer-white-stand-alone > section li {
      color: #495057;
      margin-bottom: 0;
      padding-bottom: 2rem; }
    .strath-bootstrap .block-outer-grey-stand-alone > section h1,
    .strath-bootstrap .block-outer-grey-stand-alone > section h2,
    .strath-bootstrap .block-outer-grey-stand-alone > section h3,
    .strath-bootstrap .block-outer-grey-stand-alone > section h4,
    .strath-bootstrap .block-outer-grey-stand-alone > section .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .block-outer-grey-stand-alone > section h2,
    .strath-bootstrap .block-outer-grey-stand-alone > section .results .result h3,
    .strath-bootstrap .results .result .block-outer-grey-stand-alone > section h3,
    .strath-bootstrap .block-outer-grey-stand-alone > section .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer-grey-stand-alone > section h3,
    .strath-bootstrap .block-outer-white-stand-alone > section h1,
    .strath-bootstrap .block-outer-white-stand-alone > section h2,
    .strath-bootstrap .block-outer-white-stand-alone > section h3,
    .strath-bootstrap .block-outer-white-stand-alone > section h4,
    .strath-bootstrap .block-outer-white-stand-alone > section .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .block-outer-white-stand-alone > section h2,
    .strath-bootstrap .block-outer-white-stand-alone > section .results .result h3,
    .strath-bootstrap .results .result .block-outer-white-stand-alone > section h3,
    .strath-bootstrap .block-outer-white-stand-alone > section .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .block-outer-white-stand-alone > section h3 {
      border-bottom: 0; }
  .strath-bootstrap .col-sm-6-strath {
    padding-top: 2rem; }
  .strath-bootstrap .block-outer-grey,
  .strath-bootstrap .block-outer-grey-stand-alone,
  .strath-bootstrap .card {
    background-color: #e9ecef; }
  .strath-bootstrap .block-outer-white-stand-alone {
    background-color: #fff; }
  .strath-bootstrap .block-outer-white {
    background-color: #fff; }
    .strath-bootstrap .block-outer-white .card {
      border: 0; }
    .strath-bootstrap .block-outer-white .card-title {
      padding: 1rem 0; }
  .strath-bootstrap .block-outer-background {
    background-image: url("");
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .strath-bootstrap .block-outer-background .card-title,
    .strath-bootstrap .block-outer-background .card-body {
      max-width: 900px;
      background-color: #fff;
      color: #495057;
      margin: 2rem 0 0 0;
      border-bottom: 0;
      padding: 20px; }
    .strath-bootstrap .block-outer-background .card-title {
      margin-bottom: 0; }
    .strath-bootstrap .block-outer-background .card-body {
      font-weight: normal;
      -webkit-column-count: 2;
      column-count: 2;
      margin: 0 0 2rem 0; }
    .strath-bootstrap .block-outer-background > h2 {
      margin-bottom: 0;
      color: strath-font-normal;
      border-bottom: 0;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap .block-outer-background > p {
      color: strath-font-normal;
      border-bottom: 0;
      margin: 1em 0; }
  .strath-bootstrap .outerhref-one .fa-chevron-right,
  .strath-bootstrap .outerhref-two .fa-chevron-right,
  .strath-bootstrap .outerhref-three .fa-chevron-right {
    color: #495057;
    padding: 1rem; }
    .strath-bootstrap .outerhref-one .fa-chevron-right:hover > h3,
    .strath-bootstrap .outerhref-two .fa-chevron-right:hover > h3,
    .strath-bootstrap .outerhref-three .fa-chevron-right:hover > h3 {
      color: #fff; }
  .strath-bootstrap .outerhref-one .col-inner-grey,
  .strath-bootstrap .outerhref-one .col-inner-white,
  .strath-bootstrap .outerhref-two .col-inner-grey,
  .strath-bootstrap .outerhref-two .col-inner-white,
  .strath-bootstrap .outerhref-three .col-inner-grey,
  .strath-bootstrap .outerhref-three .col-inner-white {
    border-bottom: 5px solid #495057; }
    .strath-bootstrap .outerhref-one .col-inner-grey > h3,
    .strath-bootstrap .outerhref-one .col-inner-white > h3,
    .strath-bootstrap .outerhref-two .col-inner-grey > h3,
    .strath-bootstrap .outerhref-two .col-inner-white > h3,
    .strath-bootstrap .outerhref-three .col-inner-grey > h3,
    .strath-bootstrap .outerhref-three .col-inner-white > h3 {
      padding: 0 1rem; }
    .strath-bootstrap .outerhref-one .col-inner-grey > p,
    .strath-bootstrap .outerhref-one .col-inner-white > p,
    .strath-bootstrap .outerhref-two .col-inner-grey > p,
    .strath-bootstrap .outerhref-two .col-inner-white > p,
    .strath-bootstrap .outerhref-three .col-inner-grey > p,
    .strath-bootstrap .outerhref-three .col-inner-white > p {
      padding: 0 1rem; }
  .strath-bootstrap .outerhref-one .col-inner-grey,
  .strath-bootstrap .outerhref-two .col-inner-grey,
  .strath-bootstrap .outerhref-three .col-inner-grey {
    background: #e9ecef; }
  .strath-bootstrap .outerhref-one .col-inner-white,
  .strath-bootstrap .outerhref-two .col-inner-white,
  .strath-bootstrap .outerhref-three .col-inner-white {
    background: #fff;
    border-bottom: 5px solid #495057;
    border-right: 1px solid #e9ecef;
    border-left: 1px solid #e9ecef; }
    .strath-bootstrap .outerhref-one .col-inner-white:hover,
    .strath-bootstrap .outerhref-one .col-inner-white:hover > h3,
    .strath-bootstrap .outerhref-two .col-inner-white:hover,
    .strath-bootstrap .outerhref-two .col-inner-white:hover > h3,
    .strath-bootstrap .outerhref-three .col-inner-white:hover,
    .strath-bootstrap .outerhref-three .col-inner-white:hover > h3 {
      font-family: "ClanProBold", sans-serif;
      background-color: #6c757d;
      color: #fff; }
  .strath-bootstrap .image-round img {
    height: auto;
    width: 100%;
    max-width: 350px;
    border-radius: 50%;
    max-width: 350px; }
  .strath-bootstrap blockquote > p {
    display: inline-block; }
  @media screen and (max-width: 1140px) {
    .strath-bootstrap .block-outer-white,
    .strath-bootstrap .block-outer-grey {
      padding: 2rem; }
      .strath-bootstrap .block-outer-white > section,
      .strath-bootstrap .block-outer-grey > section {
        padding: 0; }
        .strath-bootstrap .block-outer-white > section .col-sm-6-strath,
        .strath-bootstrap .block-outer-grey > section .col-sm-6-strath {
          padding-top: 0; }
    .strath-bootstrap .block-outer-background > section {
      padding: 0; }
    .strath-bootstrap .block-outer-grey-stand-alone > section,
    .strath-bootstrap .block-outer-white-stand-alone > section {
      margin-top: 0;
      margin-bottom: -2rem;
      padding-left: 0; } }
  @media screen and (min-width: 990px) and (max-width: 1040px) {
    .strath-bootstrap .block-outer-grey-stand-alone > section,
    .strath-bootstrap .block-outer-white-stand-alone > section {
      margin-top: 0rem; }
      .strath-bootstrap .block-outer-grey-stand-alone > section > h2,
      .strath-bootstrap .block-outer-white-stand-alone > section > h2 {
        font-family: "ClanProBold", sans-serif;
        padding-left: 2rem; } }
  @media screen and (max-width: 992px) {
    .strath-bootstrap .block-outer-background > section {
      padding: 0; }
      .strath-bootstrap .block-outer-background > section .background {
        padding: 0 1rem 0; }
      .strath-bootstrap .block-outer-background > section .card-body {
        -webkit-column-count: 1;
        column-count: 1; }
    .strath-bootstrap .block-outer-white,
    .strath-bootstrap .block-outer-grey {
      padding: 2rem; }
      .strath-bootstrap .block-outer-white > section,
      .strath-bootstrap .block-outer-grey > section {
        padding: 0; }
        .strath-bootstrap .block-outer-white > section .randomise:nth-child(n + 3),
        .strath-bootstrap .block-outer-grey > section .randomise:nth-child(n + 3) {
          display: none; }
        .strath-bootstrap .block-outer-white > section .background,
        .strath-bootstrap .block-outer-grey > section .background {
          padding: 0 1rem 0; }
    .strath-bootstrap .block-outer-white .card {
      margin-bottom: 1rem; }
    .strath-bootstrap .block-outer {
      padding: 0; }
      .strath-bootstrap .block-outer .outerhref-one,
      .strath-bootstrap .block-outer .outerhref-two,
      .strath-bootstrap .block-outer .outerhref-three,
      .strath-bootstrap .block-outer .col-sm-6 {
        margin: 1rem; }
      .strath-bootstrap .block-outer > section {
        padding: 1rem;
        margin-bottom: 0; }
    .strath-bootstrap .block-outer-grey-stand-alone > section,
    .strath-bootstrap .block-outer-white-stand-alone > section {
      margin-top: 0;
      margin-bottom: 0; }
      .strath-bootstrap .block-outer-grey-stand-alone > section > h2,
      .strath-bootstrap .block-outer-white-stand-alone > section > h2 {
        font-family: "ClanProBold", sans-serif;
        padding-left: 2rem;
        margin-bottom: -2rem; } }
  @media screen and (max-width: 800px) {
    .strath-bootstrap .block-outer-white > section,
    .strath-bootstrap .block-outer-grey > section {
      margin-bottom: 0; }
      .strath-bootstrap .block-outer-white > section .col-sm-6,
      .strath-bootstrap .block-outer-grey > section .col-sm-6 {
        margin-bottom: 1rem; }
      .strath-bootstrap .block-outer-white > section .profile,
      .strath-bootstrap .block-outer-grey > section .profile {
        margin-bottom: 2rem; }
      .strath-bootstrap .block-outer-white > section .col-sm,
      .strath-bootstrap .block-outer-grey > section .col-sm {
        margin-bottom: 10px; }
    .strath-bootstrap .block-outer-grey-stand-alone > section,
    .strath-bootstrap .block-outer-white-stand-alone > section {
      /*margin-top: -6.5rem; */ }
      .strath-bootstrap .block-outer-grey-stand-alone > section > h2,
      .strath-bootstrap .block-outer-white-stand-alone > section > h2 {
        font-family: "ClanProBold", sans-serif;
        padding-left: 2rem;
        margin-bottom: -15px;
        margin-top: 1rem; } }
  @media screen and (max-width: 500px) {
    .strath-bootstrap .block-outer-white > section,
    .strath-bootstrap .block-outer-grey > section,
    .strath-bootstrap .block-outer-background > section {
      padding: 0;
      margin-bottom: 0; }
      .strath-bootstrap .block-outer-white > section .col-sm-6,
      .strath-bootstrap .block-outer-grey > section .col-sm-6,
      .strath-bootstrap .block-outer-background > section .col-sm-6 {
        margin-bottom: 1rem; } }
  .strath-bootstrap .row > h2,
  .strath-bootstrap .row h3 {
    width: 100%;
    border-bottom: 0; }
  .strath-bootstrap .half-width-feature {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    background-color: #e9ecef; }
    .strath-bootstrap .half-width-feature h2 {
      margin: 1rem 0 0 1rem;
      color: #002b5c;
      padding-bottom: 1rem; }
    .strath-bootstrap .half-width-feature p {
      color: #002b5c;
      padding: 0 2rem 1rem 1rem; }
      .strath-bootstrap .half-width-feature p > a:hover {
        background-color: #e9ecef;
        color: #6c757d; }
    .strath-bootstrap .half-width-feature figure {
      margin: 0; }
    .strath-bootstrap .half-width-feature img {
      max-width: 200px;
      float: right;
      margin-left: 0.5rem; }
    .strath-bootstrap .half-width-feature li a {
      display: inline; }
      .strath-bootstrap .half-width-feature li a:hover {
        background-color: #e9ecef;
        text-decoration: underline; }
    .strath-bootstrap .half-width-feature a {
      color: #002b5c;
      display: inline-block;
      width: 100%;
      height: 100%; }
      .strath-bootstrap .half-width-feature a:hover h2,
      .strath-bootstrap .half-width-feature a:hover p {
        color: #fff; }
  .strath-bootstrap .half-width-feature:nth-of-type(2n) {
    margin: 1rem 1rem 0.5rem 0.5rem; }
  .strath-bootstrap .half-width-feature:nth-of-type(2n + 1) {
    margin: 1rem 0.5rem 0.5rem 1rem; }
  @media (max-width: 991.98px) {
    .strath-bootstrap .half-width-feature:nth-of-type(2n) {
      margin: 1rem 0.5rem 0.5rem 1rem; }
    .strath-bootstrap .half-width-feature:nth-of-type(2n + 1) {
      margin: 1rem 0.5rem 0.5rem 1rem; }
    .strath-bootstrap .half-width-feature {
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      width: 90%; }
      .strath-bootstrap .half-width-feature > img {
        width: 70%; } }
  @media (max-width: 767.98px) {
    .strath-bootstrap .half-width-feature img {
      width: 200px;
      margin: 0;
      padding: 0 0 0 1rem; } }
  .strath-bootstrap .search-feature-container-wrapper {
    width: 35% !important;
    max-width: 44em !important;
    margin-top: 40px !important;
    z-index: auto !important; }
  .strath-bootstrap .search-feature-container {
    width: 95% !important; }
  .strath-bootstrap .search-form-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .strath-bootstrap .search-feature-background {
    height: 300px !important; }
  .strath-bootstrap .btn-search-info {
    background-color: #fff;
    font-size: 0.9rem;
    color: #002b5c;
    padding: 0 0 5% 1%; }
  .strath-bootstrap .searchitemsub p {
    color: #495057;
    font-size: 1rem; }
  .strath-bootstrap .feature-header {
    font-size: 1.6rem; }
  .strath-bootstrap .search-form > h3 {
    font-family: "ClanProBold", sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 0;
    color: #002b5c; }
  .strath-bootstrap .search-form label {
    font-size: 0.9rem;
    font-weight: normal;
    color: #002b5c; }
  .strath-bootstrap .input-group-append {
    color: #002b5c; }
  .strath-bootstrap .input-group-append2 {
    margin-top: 30px; }
  .strath-bootstrap .search-input-group-sticky > input {
    width: 580px;
    margin-top: 30px; }
  .strath-bootstrap .search-input-group-sticky2 {
    background-color: #dee2e6;
    padding: 0 0 20px 20px;
    position: relative;
    width: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .strath-bootstrap .search-input-group-sticky2 > input {
      margin-top: 30px; }
  .strath-bootstrap .input-group-append2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .strath-bootstrap .search-modal-body-section {
    background-color: #e9ecef;
    padding: 5%;
    margin: 3% 0; }
    .strath-bootstrap .search-modal-body-section > h3 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.5rem;
      font-weight: bold;
      padding: 0;
      color: #002b5c; }
  .strath-bootstrap .searchstriped {
    width: 100%; }
    .strath-bootstrap .searchstriped > p {
      margin: 2rem 1.33333rem 2rem 0;
      width: 33%;
      color: #343a40; }
  .strath-bootstrap .searchstriped {
    border-top-color: #d1d3dc; }
    .strath-bootstrap .searchstriped > section:nth-of-type(even) {
      background-color: #fff; }
    .strath-bootstrap .searchstriped > section > article {
      width: 35%; }
      .strath-bootstrap .searchstriped > section > article a:hover .searchitemsub > h2 {
        color: #fff; }
    .strath-bootstrap .searchstriped .searchitem > a > .searchitemsub > h2 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.2rem;
      font-weight: bold;
      border-bottom: 0 !important;
      color: #002b5c;
      min-height: 0;
      text-decoration: none; }
  .strath-bootstrap .search-feature-body-text-inner > .search-form > h3 {
    padding: 5% 0 0 0;
    font-family: "ClanProBold", sans-serif; }
  .strath-bootstrap .search-background-image {
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2); }
  .strath-bootstrap .bs-popover-left {
    background-color: #fff !important;
    width: 30% !important;
    padding: 2% !important; }
  .strath-bootstrap .strath-search-results-fa .col {
    font-size: 0.8rem;
    color: #343a40;
    padding: 0.5rem 2rem; }
  .strath-bootstrap button {
    font-size: 0.8rem;
    background-color: #d1d3dc;
    padding: 3% 1%;
    float: none;
    color: #222; }
  .strath-bootstrap .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    color: #495057; }
  .strath-bootstrap .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
  .strath-bootstrap .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #002b5c; }
  .strath-bootstrap .checkbox input[type="checkbox"],
  .strath-bootstrap .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    border-color: #002b5c; }
  .strath-bootstrap .checkbox input[type="checkbox"]:focus + label::before,
  .strath-bootstrap .checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .strath-bootstrap .checkbox input[type="checkbox"]:checked + label::after,
  .strath-bootstrap .checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c"; }
  .strath-bootstrap .checkbox-primary input[type="checkbox"]:checked + label::before,
  .strath-bootstrap .checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #002b5c;
    border-color: #002b5c; }
  .strath-bootstrap .checkbox-primary input[type="checkbox"]:checked + label::after,
  .strath-bootstrap .checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff; }
  .strath-bootstrap .search-input-group-sticky2 {
    width: 60% !important; }
  .strath-bootstrap .strath-form-control {
    width: 80% !important; }
  @media only screen and (max-width: 1100px) {
    .strath-bootstrap .search-feature-container-wrapper {
      width: 90%;
      margin: 0;
      margin-top: 35px !important; }
    .strath-bootstrap .search-feature-container {
      width: 95% !important;
      margin-left: 0;
      float: left !important;
      padding-left: 2%; }
    .strath-bootstrap .searchstripedfull {
      width: 100%; }
      .strath-bootstrap .searchstripedfull > p {
        margin: 0;
        padding: 2%;
        width: 100%;
        color: #343a40; }
    .strath-bootstrap .searchstriped > section {
      margin-bottom: 0; }
      .strath-bootstrap .searchstriped > section > article {
        width: 100%;
        margin-bottom: 0; }
    .strath-bootstrap .searchstriped > section:nth-of-type(even) {
      padding: 15px 5px; }
    .strath-bootstrap .searchstriped > section:nth-of-type(odd) {
      padding: 15px 5px; } }
  @media only screen and (max-width: 678px) {
    .strath-bootstrap .search-feature-body-text-inner {
      padding: 0px 20px !important; }
    .strath-bootstrap .search-feature-background > .media-container > .search-background-image {
      position: absolute !important;
      padding-top: 100% !important; }
    .strath-bootstrap .search-feature-container {
      width: 100% !important;
      margin-left: 0;
      float: left !important;
      padding-left: 2%;
      position: relative; }
    .strath-bootstrap .searchstripedfull {
      width: 100%; }
      .strath-bootstrap .searchstripedfull > p {
        margin: 0;
        padding: 2%;
        width: 100%;
        color: #343a40; }
    .strath-bootstrap .searchstriped > section {
      margin-bottom: 0; }
      .strath-bootstrap .searchstriped > section > article {
        width: 100%;
        margin-bottom: 0; }
    .strath-bootstrap .searchstriped > section:nth-of-type(even) {
      padding: 15px 5px; }
    .strath-bootstrap .searchstriped > section:nth-of-type(odd) {
      padding: 15px 5px; } }
  @media only screen and (max-width: 400px) {
    .strath-bootstrap .search-feature-container-wrapper {
      margin-top: 15px !important; } }
  .strath-bootstrap .two-columns {
    background: #fff;
    font-size: 1rem;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important; }
    .strath-bootstrap .two-columns .column {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      float: none;
      margin: 0; }
      .strath-bootstrap .two-columns .column.vertical-align-top,
      .strath-bootstrap .two-columns .column.vertical-align-top .column-inner {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      .strath-bootstrap .two-columns .column.vertical-align-middle,
      .strath-bootstrap .two-columns .column.vertical-align-middle .column-inner {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .strath-bootstrap .two-columns .column.vertical-align-bottom,
      .strath-bootstrap .two-columns .column.vertical-align-bottom .column-inner {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
    .strath-bootstrap .two-columns .column {
      margin-left: -1px !important; }
    .strath-bootstrap .two-columns .column-inner .button-link:hover a {
      text-decoration: none !important; }
    .strath-bootstrap .two-columns .column-inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex: 1;
      flex: 1;
      -ms-flex: auto; }
      .strath-bootstrap .two-columns .column-inner .button-link a {
        color: white;
        text-decoration: none; }
        .strath-bootstrap .two-columns .column-inner .button-link a:hover {
          text-decoration: none; }
        .strath-bootstrap .two-columns .column-inner .button-link a[href$=".pdf"], .strath-bootstrap .two-columns .column-inner .button-link a[href$=".doc"], .strath-bootstrap .two-columns .column-inner .button-link a[href$=".docx"], .strath-bootstrap .two-columns .column-inner .button-link a[href$=".xls"], .strath-bootstrap .two-columns .column-inner .button-link a[href$=".xlsx"], .strath-bootstrap .two-columns .column-inner .button-link a[href$=".ppt"], .strath-bootstrap .two-columns .column-inner .button-link a[href$=".pptx"], .strath-bootstrap .two-columns .column-inner .button-link a[href$=".accdb"] {
          padding-right: 30px; }
        .strath-bootstrap .two-columns .column-inner .button-link a i {
          position: absolute;
          right: 17px;
          top: 50%;
          margin-top: -10px; }
      .strath-bootstrap .two-columns .column-inner p a,
      .strath-bootstrap .two-columns .column-inner ul > li a,
      .strath-bootstrap .two-columns .column-inner a {
        overflow-wrap: break-word; }
      .strath-bootstrap .two-columns .column-inner li {
        padding: 1px 0; }
      .strath-bootstrap .two-columns .column-inner .faculty-department-list li {
        padding: 0 !important; }
      .strath-bootstrap .two-columns .column-inner a.btn:not([class*="btn-outline"]) {
        color: #fff;
        text-decoration: none; }
        .strath-bootstrap .two-columns .column-inner a.btn:not([class*="btn-outline"]):hover {
          text-decoration: none;
          background: #013637;
          color: #fff; }
      .strath-bootstrap .two-columns .column-inner .grey-block-button-list li a {
        text-decoration: none;
        color: #002b5c; }
        .strath-bootstrap .two-columns .column-inner .grey-block-button-list li a:focus {
          outline: 2px solid black; }
        .strath-bootstrap .two-columns .column-inner .grey-block-button-list li a:hover {
          background: #6c757d;
          text-decoration: none;
          color: #fff; }
      .strath-bootstrap .two-columns .column-inner .btn {
        color: #fff;
        text-decoration: none; }
        .strath-bootstrap .two-columns .column-inner .btn:hover {
          text-decoration: none; }
      .strath-bootstrap .two-columns .column-inner ul.grey-block-button-list li:before {
        display: none !important; }
      .strath-bootstrap .two-columns .column-inner h2,
      .strath-bootstrap .two-columns .column-inner h3,
      .strath-bootstrap .two-columns .column-inner h4,
      .strath-bootstrap .two-columns .column-inner .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .two-columns .column-inner h2,
      .strath-bootstrap .two-columns .column-inner .results .result h3,
      .strath-bootstrap .results .result .two-columns .column-inner h3,
      .strath-bootstrap .two-columns .column-inner .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .two-columns .column-inner h3,
      .strath-bootstrap .two-columns .column-inner p,
      .strath-bootstrap .two-columns .column-inner ul,
      .strath-bootstrap .two-columns .column-inner li,
      .strath-bootstrap .two-columns .column-inner blockquote,
      .strath-bootstrap .two-columns .column-inner a {
        max-width: 100%; }
      .strath-bootstrap .two-columns .column-inner blockquote {
        margin: 0 0 1rem; }
      .strath-bootstrap .two-columns .column-inner .fab {
        padding-right: 0.5rem; }
        .strath-bootstrap .two-columns .column-inner .fab:hover {
          color: #6c757d;
          text-decoration: none; }
      .strath-bootstrap .two-columns .column-inner > * {
        -ms-flex-negative: 0; }
      .strath-bootstrap .two-columns .column-inner dt.staff {
        padding: 0.5rem 0; }
    .strath-bootstrap .two-columns .full p,
    .strath-bootstrap .two-columns .full blockquote,
    .strath-bootstrap .two-columns .full li {
      max-width: 800px; }
    .strath-bootstrap .two-columns .half,
    .strath-bootstrap .two-columns .third,
    .strath-bootstrap .two-columns .two-thirds {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .two-columns .half.has-sibling,
        .strath-bootstrap .two-columns .third.has-sibling,
        .strath-bootstrap .two-columns .two-thirds.has-sibling {
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (min-width: 576px) {
        .strath-bootstrap .two-columns .half,
        .strath-bootstrap .two-columns .third,
        .strath-bootstrap .two-columns .two-thirds {
          padding-top: 0rem;
          padding-bottom: 0rem; } }
    @media (min-width: 768px) {
      .strath-bootstrap .two-columns .half {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 576px) {
      .strath-bootstrap .two-columns .third {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 768px) {
      .strath-bootstrap .two-columns .third {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 576px) {
      .strath-bootstrap .two-columns .third.has-sibling {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 768px) {
      .strath-bootstrap .two-columns .third.has-sibling {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .strath-bootstrap .two-columns .third.has-sibling {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 576px) {
      .strath-bootstrap .two-columns .two-thirds {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 992px) {
      .strath-bootstrap .two-columns .two-thirds {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
    @media (min-width: 576px) {
      .strath-bootstrap .two-columns .two-thirds.has-sibling {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 768px) {
      .strath-bootstrap .two-columns .two-thirds.has-sibling {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .strath-bootstrap .two-columns .two-thirds.has-sibling {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
    .strath-bootstrap .two-columns .full {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 576px) {
        .strath-bootstrap .two-columns .full {
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
      .strath-bootstrap .two-columns .full ~ .column {
        display: none; }
    .strath-bootstrap .two-columns .image-fill .column-inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%; }
      .strath-bootstrap .two-columns .image-fill .column-inner p {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: 0;
        height: 100%; }
        .strath-bootstrap .two-columns .image-fill .column-inner p:nth-child(2) {
          display: none; }
    @media (min-width: 576px) {
      .strath-bootstrap .two-columns .image-fill img {
        min-width: 100%;
        max-width: none;
        min-height: 100%;
        width: auto; } }
    .strath-bootstrap .two-columns img {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      max-width: 100%;
      width: 100%;
      height: auto;
      margin-bottom: 0.5rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .two-columns img {
          width: auto;
          margin-bottom: 0; } }
      @media (min-width: 576px) {
        .strath-bootstrap .two-columns img ~ img {
          margin-left: 1rem; } }
    .strath-bootstrap .two-columns .embed-responsive {
      margin-bottom: 1rem; }
    .strath-bootstrap .two-columns p,
    .strath-bootstrap .two-columns li {
      color: #495057;
      line-height: 1.4; }
    .strath-bootstrap .two-columns p:last-child {
      margin-bottom: 0; }
    .strath-bootstrap .two-columns blockquote {
      font-weight: bold;
      line-height: 1.4;
      font-size: 1.4rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .two-columns blockquote {
          max-width: 400px; } }
      .strath-bootstrap .two-columns blockquote:before, .strath-bootstrap .two-columns blockquote:after {
        color: #ced4da; }
      .strath-bootstrap .two-columns blockquote p {
        display: inline;
        color: #212529;
        font-size: 1.3rem; }
        .strath-bootstrap .two-columns blockquote p a {
          color: #212529;
          text-decoration: underline;
          text-decoration-thickness: 1px; }
    .strath-bootstrap .two-columns .leading-text,
    .strath-bootstrap .two-columns .trailing-text {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
      .strath-bootstrap .two-columns .leading-text p a,
      .strath-bootstrap .two-columns .leading-text ul > li a,
      .strath-bootstrap .two-columns .leading-text a,
      .strath-bootstrap .two-columns .trailing-text p a,
      .strath-bootstrap .two-columns .trailing-text ul > li a,
      .strath-bootstrap .two-columns .trailing-text a {
        overflow-wrap: break-word; }
      @media (min-width: 992px) {
        .strath-bootstrap .two-columns .leading-text,
        .strath-bootstrap .two-columns .trailing-text {
          -webkit-flex: 0 0 75%;
          -ms-flex: 0 0 75%;
          flex: 0 0 75%;
          max-width: 75%; } }
      @media (min-width: 1200px) {
        .strath-bootstrap .two-columns .leading-text,
        .strath-bootstrap .two-columns .trailing-text {
          padding-left: 0;
          padding-right: 0; } }
      .strath-bootstrap .two-columns .leading-text *:last-child,
      .strath-bootstrap .two-columns .trailing-text *:last-child {
        margin-bottom: 0; }
    .strath-bootstrap .two-columns .leading-text {
      padding: 1rem; }
      .strath-bootstrap .two-columns .leading-text p a,
      .strath-bootstrap .two-columns .leading-text ul > li a,
      .strath-bootstrap .two-columns .leading-text a {
        overflow-wrap: break-word; }
      @media (min-width: 576px) {
        .strath-bootstrap .two-columns .leading-text {
          padding: 2rem 1rem 1rem 1rem; } }
      @media (min-width: 992px) {
        .strath-bootstrap .two-columns .leading-text {
          padding: 4rem 15px 2rem 15px; } }
    .strath-bootstrap .two-columns .trailing-text {
      padding: 1rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .two-columns .trailing-text {
          padding: 2rem 1rem 2rem 1rem; } }
      @media (min-width: 992px) {
        .strath-bootstrap .two-columns .trailing-text {
          padding: 2rem 15px 4rem 15px; } }
    .strath-bootstrap .two-columns .column-left,
    .strath-bootstrap .two-columns .column:first-child {
      float: none;
      margin-right: 0;
      margin-left: 0; }
      .strath-bootstrap .two-columns .column-left.padded,
      .strath-bootstrap .two-columns .column:first-child.padded {
        padding: 1.25rem 1rem;
        margin: 0; }
        .strath-bootstrap .two-columns .column-left.padded .column-inner > *:last-child,
        .strath-bootstrap .two-columns .column:first-child.padded .column-inner > *:last-child {
          margin-bottom: 0; }
    .strath-bootstrap .two-columns .block-grid-item p a:hover,
    .strath-bootstrap .two-columns .block-grid-item li a:hover {
      background: transparent; }
    @media (min-width: 576px) {
      .strath-bootstrap .two-columns .padded.column-left,
      .strath-bootstrap .two-columns .padded.column:first-child {
        padding: 2rem 1rem;
        margin: 0; } }
    @media (min-width: 768px) {
      .strath-bootstrap .two-columns .padded.column-left,
      .strath-bootstrap .two-columns .padded.column:first-child {
        padding: 2rem 2rem 2rem 15px; } }
    @media (min-width: 992px) {
      .strath-bootstrap .two-columns .padded.column-left,
      .strath-bootstrap .two-columns .padded.column:first-child {
        padding: 4rem 2rem 4rem 15px; } }
    @media (min-width: 1200px) {
      .strath-bootstrap .two-columns .padded.column-left,
      .strath-bootstrap .two-columns .padded.column:first-child {
        padding: 4rem 2rem 4rem 15px; } }
    @media (min-width: 992px) {
      .strath-bootstrap .two-columns .padded.column-left:not(.has-sibling),
      .strath-bootstrap .two-columns .padded.column:first-child:not(.has-sibling) {
        padding-right: 0; } }
    @media (min-width: 576px) {
      .strath-bootstrap .two-columns .padded.column-left.has-leading,
      .strath-bootstrap .two-columns .padded.column:first-child.has-leading {
        padding-top: 0rem; } }
    @media (min-width: 576px) {
      .strath-bootstrap .two-columns .padded.column-left.has-trailing,
      .strath-bootstrap .two-columns .padded.column:first-child.has-trailing {
        padding-bottom: 0rem; } }
    @media (min-width: 576px) {
      .strath-bootstrap .two-columns .padded.column-right,
      .strath-bootstrap .two-columns .padded.column.block-grid-item:nth-of-type(2) {
        padding: 2rem 1rem;
        margin: 0; } }
    @media (min-width: 768px) {
      .strath-bootstrap .two-columns .padded.column-right,
      .strath-bootstrap .two-columns .padded.column.block-grid-item:nth-of-type(2) {
        padding: 2rem 15px 2rem 2rem; } }
    @media (min-width: 992px) {
      .strath-bootstrap .two-columns .padded.column-right,
      .strath-bootstrap .two-columns .padded.column.block-grid-item:nth-of-type(2) {
        padding: 4rem 15px 4rem 2rem; } }
    @media (min-width: 1200px) {
      .strath-bootstrap .two-columns .padded.column-right,
      .strath-bootstrap .two-columns .padded.column.block-grid-item:nth-of-type(2) {
        padding: 4rem 15px 4rem 2rem; } }
    @media (min-width: 768px) {
      .strath-bootstrap .two-columns .padded.column-right:not(.has-sibling),
      .strath-bootstrap .two-columns .padded.column.block-grid-item:nth-of-type(2):not(.has-sibling) {
        padding-right: 1rem; } }
    @media (min-width: 992px) {
      .strath-bootstrap .two-columns .padded.column-right:not(.has-sibling),
      .strath-bootstrap .two-columns .padded.column.block-grid-item:nth-of-type(2):not(.has-sibling) {
        padding-right: 0; } }
    @media (min-width: 576px) {
      .strath-bootstrap .two-columns .padded.column-right.has-leading,
      .strath-bootstrap .two-columns .padded.column.block-grid-item:nth-of-type(2).has-leading {
        padding-top: 0rem; } }
    @media (min-width: 576px) {
      .strath-bootstrap .two-columns .padded.column-right.has-trailing,
      .strath-bootstrap .two-columns .padded.column.block-grid-item:nth-of-type(2).has-trailing {
        padding-bottom: 0rem; } }
    .strath-bootstrap .two-columns h1,
    .strath-bootstrap .two-columns h2,
    .strath-bootstrap .two-columns h3,
    .strath-bootstrap .two-columns h4,
    .strath-bootstrap .two-columns .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .two-columns h2,
    .strath-bootstrap .two-columns .results .result h3,
    .strath-bootstrap .results .result .two-columns h3,
    .strath-bootstrap .two-columns .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .two-columns h3,
    .strath-bootstrap .two-columns h5 {
      font-family: "ClanProBold", sans-serif;
      font-weight: bold;
      border-bottom: 0;
      padding-bottom: 0;
      color: #002b5c;
      min-height: 0; }
    .strath-bootstrap .two-columns ul.display-horizontal {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding-left: 0; }
      .strath-bootstrap .two-columns ul.display-horizontal li:before {
        content: none; }
      .strath-bootstrap .two-columns ul.display-horizontal li a {
        text-decoration: underline;
        text-decoration-thickness: 1px; }
      .strath-bootstrap .two-columns ul.display-horizontal li,
      .strath-bootstrap .two-columns ul.display-horizontal li a {
        margin-right: 10px; }
        .strath-bootstrap .two-columns ul.display-horizontal li img,
        .strath-bootstrap .two-columns ul.display-horizontal li a img {
          max-width: 100%;
          width: auto;
          height: auto; }
    .strath-bootstrap .two-columns.white-bg .grey-bg.column-inner,
    .strath-bootstrap .two-columns.grey-bg .white-bg.column-inner {
      padding: 1rem;
      height: 100%; }
      @media (min-width: 576px) {
        .strath-bootstrap .two-columns.white-bg .grey-bg.column-inner,
        .strath-bootstrap .two-columns.grey-bg .white-bg.column-inner {
          padding: 1.5rem; } }
      @media (min-width: 768px) {
        .strath-bootstrap .two-columns.white-bg .grey-bg.column-inner,
        .strath-bootstrap .two-columns.grey-bg .white-bg.column-inner {
          padding: 2rem; } }
    .strath-bootstrap .two-columns .btn.btn-primary, .strath-bootstrap .two-columns .call-to-action-link a.btn, .strath-bootstrap .call-to-action-link .two-columns a.btn,
    .strath-bootstrap .two-columns a.btn.call-to-action-link,
    .strath-bootstrap .two-columns .button-container a.btn, .strath-bootstrap .button-container .two-columns a.btn,
    .strath-bootstrap .two-columns .orange-button a.btn, .strath-bootstrap .orange-button .two-columns a.btn {
      font-weight: bold;
      margin-top: 1rem;
      width: 100%;
      border: 1px solid #01676a;
      color: white; }
      .strath-bootstrap .two-columns .btn.btn-primary a, .strath-bootstrap .two-columns .call-to-action-link a.btn a, .strath-bootstrap .call-to-action-link .two-columns a.btn a, .strath-bootstrap .two-columns a.btn.call-to-action-link a, .strath-bootstrap .two-columns .button-container a.btn a, .strath-bootstrap .button-container .two-columns a.btn a, .strath-bootstrap .two-columns .orange-button a.btn a, .strath-bootstrap .orange-button .two-columns a.btn a {
        color: white;
        text-decoration: none; }
        .strath-bootstrap .two-columns .btn.btn-primary a:hover, .strath-bootstrap .two-columns .call-to-action-link a.btn a:hover, .strath-bootstrap .call-to-action-link .two-columns a.btn a:hover, .strath-bootstrap .two-columns a.btn.call-to-action-link a:hover, .strath-bootstrap .two-columns .button-container a.btn a:hover, .strath-bootstrap .button-container .two-columns a.btn a:hover, .strath-bootstrap .two-columns .orange-button a.btn a:hover, .strath-bootstrap .orange-button .two-columns a.btn a:hover {
          background: #013637;
          color: white;
          text-decoration: none; }
      .strath-bootstrap .two-columns .btn.btn-primary:hover, .strath-bootstrap .two-columns .call-to-action-link a.btn:hover, .strath-bootstrap .call-to-action-link .two-columns a.btn:hover,
      .strath-bootstrap .two-columns a.btn.call-to-action-link:hover,
      .strath-bootstrap .two-columns .button-container a.btn:hover, .strath-bootstrap .button-container .two-columns a.btn:hover,
      .strath-bootstrap .two-columns .orange-button a.btn:hover, .strath-bootstrap .orange-button .two-columns a.btn:hover {
        background: #013637;
        color: white;
        text-decoration: none; }
      @media (min-width: 576px) {
        .strath-bootstrap .two-columns .btn.btn-primary, .strath-bootstrap .two-columns .call-to-action-link a.btn, .strath-bootstrap .call-to-action-link .two-columns a.btn,
        .strath-bootstrap .two-columns a.btn.call-to-action-link,
        .strath-bootstrap .two-columns .button-container a.btn, .strath-bootstrap .button-container .two-columns a.btn,
        .strath-bootstrap .two-columns .orange-button a.btn, .strath-bootstrap .orange-button .two-columns a.btn {
          width: auto; } }
    .strath-bootstrap .two-columns .btn.btn-outline-primary {
      font-weight: bold;
      width: 100%;
      border: 1px solid #01676a;
      color: #01676a;
      background: white; }
      .strath-bootstrap .two-columns .btn.btn-outline-primary a {
        color: #01676a;
        text-decoration: none; }
        .strath-bootstrap .two-columns .btn.btn-outline-primary a:hover {
          text-decoration: none;
          color: white; }
      .strath-bootstrap .two-columns .btn.btn-outline-primary:hover {
        background: #013637;
        color: white; }
      @media (min-width: 576px) {
        .strath-bootstrap .two-columns .btn.btn-outline-primary {
          width: auto; } }
    .strath-bootstrap .two-columns table {
      margin-bottom: 2rem; }
      .strath-bootstrap .two-columns table tr,
      .strath-bootstrap .two-columns table thead {
        border-bottom: 2px solid #e9ecef; }
      .strath-bootstrap .two-columns table tr:last-child {
        border-bottom: 0; }
      .strath-bootstrap .two-columns table th,
      .strath-bootstrap .two-columns table td {
        padding: 1rem 0;
        vertical-align: top; }
      .strath-bootstrap .two-columns table th,
      .strath-bootstrap .two-columns table td {
        padding-left: 1rem;
        padding-right: 1rem; }
      .strath-bootstrap .two-columns table tr > *:first-child {
        padding-left: 0;
        padding-right: 1rem; }
        @media (min-width: 576px) {
          .strath-bootstrap .two-columns table tr > *:first-child {
            padding-right: 2rem; } }
      .strath-bootstrap .two-columns table tr > *:last-child {
        padding-left: 1rem;
        padding-right: 0; }
      .strath-bootstrap .two-columns table h2,
      .strath-bootstrap .two-columns table h3,
      .strath-bootstrap .two-columns table h4,
      .strath-bootstrap .two-columns table .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .two-columns table h2,
      .strath-bootstrap .two-columns table .results .result h3,
      .strath-bootstrap .results .result .two-columns table h3,
      .strath-bootstrap .two-columns table .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .two-columns table h3,
      .strath-bootstrap .two-columns table h5 {
        font-family: "ClanProBold", sans-serif;
        font-size: 1rem; }
    .strath-bootstrap .two-columns .column-inner.grey-bg tr,
    .strath-bootstrap .two-columns .column-inner.grey-bg thead {
      border-bottom: 2px solid #ced4da; }
    .strath-bootstrap .two-columns .column-inner.grey-bg tr:last-child {
      border-bottom: 0; }
    .strath-bootstrap .two-columns .course-module {
      margin-bottom: 2rem; }
      .strath-bootstrap .two-columns .course-module:last-child {
        margin-bottom: 0; }
      .strath-bootstrap .two-columns .course-module.accordion {
        margin-bottom: 0.5rem; }
        .strath-bootstrap .two-columns .course-module.accordion.last-module-in-group {
          margin-bottom: 2rem; }
        .strath-bootstrap .two-columns .course-module.accordion:last-child {
          margin-bottom: 0; }
        .strath-bootstrap .two-columns .course-module.accordion .course-module-content-inner {
          padding: 1rem 0; }
        .strath-bootstrap .two-columns .course-module.accordion .grey-block-button {
          margin-bottom: 0;
          cursor: pointer; }
    .strath-bootstrap .two-columns .course-module-subheader {
      margin-bottom: 1rem; }
    .strath-bootstrap .two-columns.white-bg.has-content {
      border-bottom: 1px solid #e9ecef; }
    .strath-bootstrap .two-columns.gray-200-bg.has-content, .strath-bootstrap .two-columns.grey-bg.has-content {
      border-bottom: 1px solid #fff; }
    .strath-bootstrap .two-columns.white-bg .tab-content,
    .strath-bootstrap .two-columns.white-bg .tab-pane,
    .strath-bootstrap .two-columns.white-bg .grey-block-button,
    .strath-bootstrap .two-columns.white-bg .grey-block-button.active,
    .strath-bootstrap .two-columns .column-inner.white-bg .tab-content,
    .strath-bootstrap .two-columns .column-inner.white-bg .tab-pane,
    .strath-bootstrap .two-columns .column-inner.white-bg .grey-block-button,
    .strath-bootstrap .two-columns .column-inner.white-bg .grey-block-button.active {
      background: #e9ecef; }
    .strath-bootstrap .two-columns.white-bg .grey-block-button:hover,
    .strath-bootstrap .two-columns .column-inner.white-bg .grey-block-button:hover {
      background: #dee2e6; }
    .strath-bootstrap .two-columns.white-bg .grey-block-button-back,
    .strath-bootstrap .two-columns .column-inner.white-bg .grey-block-button-back {
      background: #e9ecef; }
    .strath-bootstrap .two-columns.gray-200-bg .tab-content,
    .strath-bootstrap .two-columns.gray-200-bg .tab-pane,
    .strath-bootstrap .two-columns.gray-200-bg .grey-block-button,
    .strath-bootstrap .two-columns.gray-200-bg .grey-block-button.active, .strath-bootstrap .two-columns.grey-bg .tab-content,
    .strath-bootstrap .two-columns.grey-bg .tab-pane,
    .strath-bootstrap .two-columns.grey-bg .grey-block-button,
    .strath-bootstrap .two-columns.grey-bg .grey-block-button.active,
    .strath-bootstrap .two-columns .column-inner.gray-200-bg .tab-content,
    .strath-bootstrap .two-columns .column-inner.gray-200-bg .tab-pane,
    .strath-bootstrap .two-columns .column-inner.gray-200-bg .grey-block-button,
    .strath-bootstrap .two-columns .column-inner.gray-200-bg .grey-block-button.active,
    .strath-bootstrap .two-columns .column-inner.grey-bg .tab-content,
    .strath-bootstrap .two-columns .column-inner.grey-bg .tab-pane,
    .strath-bootstrap .two-columns .column-inner.grey-bg .grey-block-button,
    .strath-bootstrap .two-columns .column-inner.grey-bg .grey-block-button.active {
      background: #fff; }
    .strath-bootstrap .two-columns.gray-200-bg .grey-block-button:hover, .strath-bootstrap .two-columns.grey-bg .grey-block-button:hover,
    .strath-bootstrap .two-columns .column-inner.gray-200-bg .grey-block-button:hover,
    .strath-bootstrap .two-columns .column-inner.grey-bg .grey-block-button:hover {
      background: #f8f9fa; }
    .strath-bootstrap .two-columns.gray-200-bg .grey-block-button-back, .strath-bootstrap .two-columns.grey-bg .grey-block-button-back,
    .strath-bootstrap .two-columns .column-inner.gray-200-bg .grey-block-button-back,
    .strath-bootstrap .two-columns .column-inner.grey-bg .grey-block-button-back {
      background: #e9ecef; }
    .strath-bootstrap .two-columns.white-bg .tab-pane .course-module-title.grey-block-button {
      background: #fff; }
      .strath-bootstrap .two-columns.white-bg .tab-pane .course-module-title.grey-block-button p + .h4,
      .strath-bootstrap .two-columns.white-bg .tab-pane .course-module-title.grey-block-button p + .h5 {
        font-family: "ClanProBold", sans-serif;
        color: #002b5c !important; }
    .strath-bootstrap .two-columns.grey-bg .tab-pane .course-module-title.grey-block-button {
      background: #e9ecef; }
      .strath-bootstrap .two-columns.grey-bg .tab-pane .course-module-title.grey-block-button p + .h4,
      .strath-bootstrap .two-columns.grey-bg .tab-pane .course-module-title.grey-block-button p + .h5 {
        font-family: "ClanProBold", sans-serif;
        color: #002b5c !important; }
  .strath-bootstrap.fixed-width .two-columns {
    position: relative; }
    .strath-bootstrap.fixed-width .two-columns:after {
      content: "";
      display: block;
      height: 100%;
      width: 100vw;
      position: absolute;
      top: 0;
      bottom: 0;
      left: calc(50% - 50vw);
      background: inherit; }
    .strath-bootstrap.fixed-width .two-columns .container {
      position: relative;
      z-index: 1; }
  .strath-bootstrap.course-page header.course-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 2px solid #e9ecef;
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .strath-bootstrap.course-page header.course-header {
        min-height: 200px; } }
    @media (min-width: 992px) {
      .strath-bootstrap.course-page header.course-header {
        min-height: 300px; } }
    .strath-bootstrap.course-page header.course-header .course-header-content h1 {
      color: white; }
    .strath-bootstrap.course-page header.course-header h1 {
      font-weight: bold;
      color: #fff;
      margin-top: 1rem;
      margin-bottom: 1rem;
      max-width: 1000px;
      line-height: 1; }
      @media (min-width: 576px) {
        .strath-bootstrap.course-page header.course-header h1 {
          width: auto;
          padding-right: 1rem;
          margin-top: 2rem; } }
      @media (min-width: 992px) {
        .strath-bootstrap.course-page header.course-header h1 {
          font-size: 3rem;
          margin-bottom: 2rem;
          margin-top: 3rem; } }
    .strath-bootstrap.course-page header.course-header .superscript {
      font-size: 1.6rem;
      display: block;
      margin-bottom: 0.5rem; }
    .strath-bootstrap.course-page header.course-header .container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative;
      z-index: 1; }
      @media (min-width: 992px) {
        .strath-bootstrap.course-page header.course-header .container {
          -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          width: calc(100% - 120px);
          padding-left: 0;
          padding-right: 0; } }
    .strath-bootstrap.course-page header.course-header .apply-button {
      margin-bottom: 1rem;
      width: 100%;
      background: #fff;
      border-color: #fff;
      color: #002b5c;
      transition: 0.2s; }
      @media (min-width: 576px) {
        .strath-bootstrap.course-page header.course-header .apply-button {
          width: auto; } }
      @media (min-width: 992px) {
        .strath-bootstrap.course-page header.course-header .apply-button {
          margin-bottom: 2rem;
          padding: 0.75rem 1.5rem; } }
      .strath-bootstrap.course-page header.course-header .apply-button:hover {
        background: #01676a;
        border-color: #01676a;
        color: #fff; }
    .strath-bootstrap.course-page header.course-header .course-header-background {
      position: absolute;
      top: 50%;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      min-height: 100%; }
      .strath-bootstrap.course-page header.course-header .course-header-background .course-header-background-image img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        object-fit: cover;
        object-position: 0 30%; }
      .strath-bootstrap.course-page header.course-header .course-header-background .course-header-background-image:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        mix-blend-mode: multiply;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      .strath-bootstrap.course-page header.course-header .course-header-background .course-header-background-image:after {
        background-color: #002b5c;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        mix-blend-mode: lighten;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2; }
  .strath-bootstrap.course-page .course-information {
    background: #f8f9fa; }
    @media (min-width: 768px) {
      .strath-bootstrap.course-page .course-information {
        padding: 2rem 0; } }
    @media (min-width: 992px) {
      .strath-bootstrap.course-page .course-information {
        padding: 3rem 0; } }
    .strath-bootstrap.course-page .course-information .container {
      padding: 1rem; }
    .strath-bootstrap.course-page .course-information blockquote {
      font-weight: bold;
      line-height: 1.4; }
      @media (min-width: 576px) {
        .strath-bootstrap.course-page .course-information blockquote {
          max-width: 500px; } }
      .strath-bootstrap.course-page .course-information blockquote:before, .strath-bootstrap.course-page .course-information blockquote:after {
        color: #adb5bd; }
      .strath-bootstrap.course-page .course-information blockquote p {
        display: inline;
        color: #212529;
        font-size: 1.3rem; }
        .strath-bootstrap.course-page .course-information blockquote p:last-child {
          margin-bottom: 0; }
  .strath-bootstrap.course-page .key-facts,
  .strath-bootstrap.course-page .course-overview {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .strath-bootstrap.course-page .key-facts {
    background: #fff;
    padding: 1rem; }
    @media (min-width: 576px) {
      .strath-bootstrap.course-page .key-facts {
        padding: 2rem; } }
    @media (min-width: 768px) {
      .strath-bootstrap.course-page .key-facts {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; } }
    @media (min-width: 992px) {
      .strath-bootstrap.course-page .key-facts {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    .strath-bootstrap.course-page .key-facts ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .strath-bootstrap.course-page .key-facts li {
      padding: 0.75rem 0;
      border-bottom: 2px dashed #e9ecef;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      line-height: 1.4;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .strath-bootstrap.course-page .key-facts li:first-child {
        padding-top: 0; }
      .strath-bootstrap.course-page .key-facts li:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
    .strath-bootstrap.course-page .key-facts [class*="fa"] {
      margin-right: 0.25rem;
      min-width: 20px;
      line-height: 1.4; }
    .strath-bootstrap.course-page .key-facts p {
      margin: 0; }
  .strath-bootstrap.course-page .course-overview {
    padding: 2rem 1rem;
    margin-left: -1px; }
    .strath-bootstrap.course-page .course-overview p a,
    .strath-bootstrap.course-page .course-overview ul li a,
    .strath-bootstrap.course-page .course-overview a {
      overflow-wrap: break-word; }
    @media (min-width: 768px) {
      .strath-bootstrap.course-page .course-overview {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        padding: 2rem;
        border-bottom: 0; } }
    @media (min-width: 992px) {
      .strath-bootstrap.course-page .course-overview {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
    .strath-bootstrap.course-page .course-overview h2 {
      font-family: "ClanProBold", sans-serif;
      border-bottom: 0;
      padding-bottom: 0;
      font-weight: bold;
      color: #002b5c; }
  .strath-bootstrap.course-page nav.course-page-nav {
    background: #fff;
    border-bottom: 4px solid #ced4da;
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1070; }
    .strath-bootstrap.course-page nav.course-page-nav .container {
      position: relative;
      padding: 0;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .strath-bootstrap.course-page nav.course-page-nav .menu-pointer {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 12px solid #002b5c;
      transition: 0.1s; }
    .strath-bootstrap.course-page nav.course-page-nav a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-weight: bold;
      color: #002b5c;
      padding: 1.5rem 1rem;
      height: 100%;
      text-align: center;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      transition: 0.2s;
      text-decoration: none; }
      @media (min-width: 992px) {
        .strath-bootstrap.course-page nav.course-page-nav a:hover {
          background: #dee2e6; } }
      .strath-bootstrap.course-page nav.course-page-nav a.apply.apply-active {
        background: #01676a;
        color: #fff; }
  .strath-bootstrap.course-page .accordion {
    width: 100%; }
    .strath-bootstrap.course-page .accordion:last-of-type .accordion-title {
      margin-bottom: 0; }
    .strath-bootstrap.course-page .accordion:last-of-type .accordion-content {
      padding-top: 1rem; }
    .strath-bootstrap.course-page .accordion .accordion-title {
      margin-bottom: 1rem; }
  .strath-bootstrap.course-page .pgr-opportunity {
    background: #fff;
    transition: 0.2s; }
    .strath-bootstrap.course-page .pgr-opportunity:hover {
      background: #6c757d; }
      .strath-bootstrap.course-page .pgr-opportunity:hover a *,
      .strath-bootstrap.course-page .pgr-opportunity:hover a .pgr-opportunity-details *,
      .strath-bootstrap.course-page .pgr-opportunity:hover .pgr-opportunity-details div .fa {
        color: #fff; }
    .strath-bootstrap.course-page .pgr-opportunity .pgr-opportunity-inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 1rem; }
    .strath-bootstrap.course-page .pgr-opportunity h3 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.4rem; }
    .strath-bootstrap.course-page .pgr-opportunity .pgr-opportunity-info {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 576px) {
        .strath-bootstrap.course-page .pgr-opportunity .pgr-opportunity-info {
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; } }
    .strath-bootstrap.course-page .pgr-opportunity .pgr-opportunity-description {
      margin-bottom: 1rem; }
      @media (min-width: 576px) {
        .strath-bootstrap.course-page .pgr-opportunity .pgr-opportunity-description {
          margin-right: 1rem;
          margin-bottom: 0; } }
    .strath-bootstrap.course-page .pgr-opportunity .pgr-opportunity-details div {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-width: 180px;
      margin-bottom: 0.25rem;
      color: #000; }
      .strath-bootstrap.course-page .pgr-opportunity .pgr-opportunity-details div .fa {
        margin-right: 0.5rem;
        color: #002b5c; }
      .strath-bootstrap.course-page .pgr-opportunity .pgr-opportunity-details div h4, .strath-bootstrap.course-page .pgr-opportunity .pgr-opportunity-details div .banner-buttons .banner-button-header h2, .strath-bootstrap.course-page .banner-buttons .banner-button-header .pgr-opportunity .pgr-opportunity-details div h2, .strath-bootstrap.course-page .pgr-opportunity .pgr-opportunity-details div .results .result h3, .strath-bootstrap.course-page .results .result .pgr-opportunity .pgr-opportunity-details div h3, .strath-bootstrap.course-page .pgr-opportunity .pgr-opportunity-details div .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap.course-page .course-search-2019 .searchstriped > section > article > .staff .pgr-opportunity .pgr-opportunity-details div h3 {
        font-family: "ClanProBold", sans-serif;
        font-size: 1rem;
        margin-right: 0.25rem;
        margin-bottom: 0;
        line-height: 1.4; }
  @media (min-width: 576px) {
    .strath-bootstrap.course-page .two-columns.course-contact .column.padded {
      margin-bottom: 1rem; } }
  @media (min-width: 768px) {
    .strath-bootstrap.course-page .two-columns.course-contact .column.padded {
      margin-bottom: 2rem; } }
  .strath-bootstrap.course-page .two-columns.course-contact .column.padded:last-child {
    margin-bottom: 0; }
  .strath-bootstrap.course-page .two-columns.course-contact h4.has-title, .strath-bootstrap.course-page .two-columns.course-contact .banner-buttons .banner-button-header h2.has-title, .strath-bootstrap.course-page .banner-buttons .banner-button-header .two-columns.course-contact h2.has-title, .strath-bootstrap.course-page .two-columns.course-contact .results .result h3.has-title, .strath-bootstrap.course-page .results .result .two-columns.course-contact h3.has-title, .strath-bootstrap.course-page .two-columns.course-contact .course-search-2019 .searchstriped > section > article > .staff h3.has-title, .strath-bootstrap.course-page .course-search-2019 .searchstriped > section > article > .staff .two-columns.course-contact h3.has-title {
    font-family: "ClanProBold", sans-serif;
    margin-bottom: 0; }
  .strath-bootstrap.course-page .two-columns.course-contact .d-flex {
    width: 100%; }
  .strath-bootstrap.course-page .two-columns.course-contact .d-flex h4, .strath-bootstrap.course-page .two-columns.course-contact .d-flex .banner-buttons .banner-button-header h2, .strath-bootstrap.course-page .banner-buttons .banner-button-header .two-columns.course-contact .d-flex h2, .strath-bootstrap.course-page .two-columns.course-contact .d-flex .results .result h3, .strath-bootstrap.course-page .results .result .two-columns.course-contact .d-flex h3, .strath-bootstrap.course-page .two-columns.course-contact .d-flex .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap.course-page .course-search-2019 .searchstriped > section > article > .staff .two-columns.course-contact .d-flex h3 {
    font-family: "ClanProBold", sans-serif;
    margin-bottom: 0; }
  .strath-bootstrap.course-page .two-columns.course-contact .contact-modal-button {
    margin-top: 0;
    margin-left: auto; }
  .strath-bootstrap.course-page .two-columns.course-contact #live-chat-show {
    display: none; }
  .strath-bootstrap.course-page .two-columns.supervisors table th,
  .strath-bootstrap.course-page .two-columns.supervisors table th p {
    font-size: 1.4rem;
    color: #002b5c; }
  .strath-bootstrap.course-page .two-columns.supervisors table td:first-child {
    font-size: 1.2rem;
    font-weight: bold; }
  .strath-bootstrap.course-page .two-columns.supervisors table td *:last-child {
    margin-bottom: 0; }
  .strath-bootstrap.course-page.staff-page .course-header-background {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 20px;
    box-sizing: border-box; }
  .strath-bootstrap.course-page.course-page-ug .course-header-background-image:before {
    background-color: #01676a; }
  .strath-bootstrap.course-page.course-page-ug .course-header-content h1 .superscript,
  .strath-bootstrap.course-page.course-page-ug .course-header-content h1 .course-title {
    color: white; }
  .strath-bootstrap.course-page.course-page-pgt .course-header-background-image:before {
    background-color: #983b8e; }
  .strath-bootstrap.course-page.course-page-pgt .course-header-content h1 .superscript,
  .strath-bootstrap.course-page.course-page-pgt .course-header-content h1 .course-title {
    color: white; }
  .strath-bootstrap.course-page.course-page-pgr .course-header-background-image:before {
    background-color: #e11a75; }
  .strath-bootstrap.course-page.course-page-pgr .course-header h1 .superscript,
  .strath-bootstrap.course-page.course-page-pgr .course-header h1 .course-title {
    color: white; }
  .strath-bootstrap .entry-req-text {
    padding-top: 2rem; }
    .strath-bootstrap .entry-req-text h2 {
      margin-top: 40px; }
  .strath-bootstrap.course-page .apply-master {
    padding-bottom: 2rem; }
    .strath-bootstrap.course-page .apply-master.grey-bg .course-apply .column-inner {
      background: #fff; }
    @media (min-width: 576px) {
      .strath-bootstrap.course-page .apply-master.grey-bg .has-ucas-apply.has-direct-apply .course-apply-button:nth-of-type(odd) {
        border-right: 1px solid #e9ecef; } }
    .strath-bootstrap.course-page .apply-master.white-bg .course-apply .column-inner {
      background: #e9ecef; }
    @media (min-width: 576px) {
      .strath-bootstrap.course-page .apply-master.white-bg .has-ucas-apply.has-direct-apply .course-apply-button:nth-of-type(odd) {
        border-right: 1px solid #ced4da; } }
  .strath-bootstrap.course-page .apply-master-has-trailing .course-apply .column:last-of-type {
    padding-bottom: 0; }
  .strath-bootstrap.course-page .course-apply {
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 0 !important; }
    .strath-bootstrap.course-page .course-apply:first-of-type .course-apply-date-header {
      margin-top: 0; }
    .strath-bootstrap.course-page .course-apply:last-of-type {
      padding-bottom: 0; }
    .strath-bootstrap.course-page .course-apply[data-attendance="full-time"] .mode-of-attendance-container:before, .strath-bootstrap.course-page .course-apply[data-attendance="part-time"] .mode-of-attendance-container:before {
      font-family: FontAwesome;
      display: block;
      margin-right: 0.25rem;
      font-weight: normal;
      display: inline-block;
      line-height: 1; }
    .strath-bootstrap.course-page .course-apply[data-attendance="part-time"] .mode-of-attendance-container:before {
      content: "\f042"; }
    .strath-bootstrap.course-page .course-apply[data-attendance="full-time"] .mode-of-attendance-container:before {
      content: "\f111"; }
    .strath-bootstrap.course-page .course-apply .course-apply-date-header {
      display: none;
      background: #002b5c;
      margin-top: 1.5rem;
      margin-bottom: 1px; }
      .strath-bootstrap.course-page .course-apply .course-apply-date-header.active {
        display: inline-block; }
      .strath-bootstrap.course-page .course-apply .course-apply-date-header h3 {
        font-family: "ClanProBold", sans-serif;
        color: white;
        margin-bottom: 0;
        font-size: 1.2rem;
        padding: 0.25rem 0.75rem; }
        .strath-bootstrap.course-page .course-apply .course-apply-date-header h3 span.start-date-label,
        .strath-bootstrap.course-page .course-apply .course-apply-date-header h3 span.start-date {
          color: white !important; }
    .strath-bootstrap.course-page .course-apply .leading-text {
      padding-top: 0; }
    .strath-bootstrap.course-page .course-apply .column-left.padded {
      padding-bottom: 2rem; }
    .strath-bootstrap.course-page .course-apply .column-inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 1rem; }
      @media (min-width: 576px) {
        .strath-bootstrap.course-page .course-apply .column-inner {
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          padding: 2rem; } }
    .strath-bootstrap.course-page .course-apply .course-apply-information {
      padding-right: 1rem;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      margin-bottom: 1rem;
      width: 100%;
      min-width: 50%; }
      @media (min-width: 576px) {
        .strath-bootstrap.course-page .course-apply .course-apply-information {
          margin-bottom: 0; } }
      .strath-bootstrap.course-page .course-apply .course-apply-information h3 {
        font-family: "ClanProBold", sans-serif;
        margin-bottom: 0.5rem; }
      .strath-bootstrap.course-page .course-apply .course-apply-information .fa {
        width: 20px;
        margin-right: 0.25rem;
        text-align: center; }
      .strath-bootstrap.course-page .course-apply .course-apply-information p {
        line-height: 1.6rem; }
      .strath-bootstrap.course-page .course-apply .course-apply-information .start-date-mode-of-attendance-container {
        display: inline-block;
        color: #002b5c; }
        .strath-bootstrap.course-page .course-apply .course-apply-information .start-date-mode-of-attendance-container .start-date-mode-of-attendance-inner {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
        .strath-bootstrap.course-page .course-apply .course-apply-information .start-date-mode-of-attendance-container .start-date-container,
        .strath-bootstrap.course-page .course-apply .course-apply-information .start-date-mode-of-attendance-container .mode-of-attendance-container,
        .strath-bootstrap.course-page .course-apply .course-apply-information .start-date-mode-of-attendance-container .qualification-container {
          padding: 0.25rem 0.7rem;
          border: 1px solid #fff;
          background: white; }
    .strath-bootstrap.course-page .course-apply .course-apply-button a {
      display: inline-block;
      text-align: center;
      margin-top: 0;
      white-space: nowrap;
      color: #fff;
      text-decoration: none; }
    .strath-bootstrap.course-page .course-apply.has-ucas-apply.has-direct-apply .column-inner {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .strath-bootstrap.course-page .course-apply.has-ucas-apply.has-direct-apply .course-apply-information {
      margin-bottom: 1.5rem; }
    .strath-bootstrap.course-page .course-apply.has-ucas-apply.has-direct-apply .course-apply-buttons {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 576px) {
        .strath-bootstrap.course-page .course-apply.has-ucas-apply.has-direct-apply .course-apply-buttons {
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; } }
    .strath-bootstrap.course-page .course-apply.has-ucas-apply.has-direct-apply .course-apply-button {
      margin-bottom: 1.5rem;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media (min-width: 576px) {
        .strath-bootstrap.course-page .course-apply.has-ucas-apply.has-direct-apply .course-apply-button {
          width: 50%;
          margin-bottom: 0; } }
      @media (min-width: 576px) {
        .strath-bootstrap.course-page .course-apply.has-ucas-apply.has-direct-apply .course-apply-button:nth-of-type(odd) {
          padding-right: 2rem; } }
      @media (min-width: 576px) {
        .strath-bootstrap.course-page .course-apply.has-ucas-apply.has-direct-apply .course-apply-button:nth-of-type(even) {
          padding-left: 2rem; } }
      .strath-bootstrap.course-page .course-apply.has-ucas-apply.has-direct-apply .course-apply-button .btn {
        margin-top: auto;
        color: #fff;
        text-decoration: none; }
        .strath-bootstrap.course-page .course-apply.has-ucas-apply.has-direct-apply .course-apply-button .btn:hover {
          text-decoration: none;
          background: #013637;
          color: #fff; }
  .strath-bootstrap.course-page .apply-master.white-bg .course-apply .column-inner {
    background: #e9ecef; }
  .strath-bootstrap.course-page .apply-master.white-bg .tab-inner .course-apply .column-inner {
    background: #fff; }
    .strath-bootstrap.course-page .apply-master.white-bg .tab-inner .course-apply .column-inner .start-date-mode-of-attendance-container .start-date-container,
    .strath-bootstrap.course-page .apply-master.white-bg .tab-inner .course-apply .column-inner .start-date-mode-of-attendance-container .mode-of-attendance-container,
    .strath-bootstrap.course-page .apply-master.white-bg .tab-inner .course-apply .column-inner .start-date-mode-of-attendance-container .qualification-container {
      background: #e9ecef; }
  .strath-bootstrap.course-page .apply-master.grey-bg .course-apply .column-inner {
    background: #fff; }
  .strath-bootstrap.course-page .apply-master.grey-bg .tab-inner .course-apply .column-inner {
    background: #e9ecef; }
  .strath-bootstrap.course-page-ug ~ .course-page .course-apply .qualification-container {
    display: none; }
  .strath-bootstrap.course-page-pgr ~ .course-page .course-apply {
    padding-bottom: 1px; }
    .strath-bootstrap.course-page-pgr ~ .course-page .course-apply .column-inner {
      padding: 1rem;
      border-left: 3px solid #002b5c; }
    .strath-bootstrap.course-page-pgr ~ .course-page .course-apply h3 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.4rem; }
    .strath-bootstrap.course-page-pgr ~ .course-page .course-apply .start-date-mode-of-attendance-container {
      display: inline-block; }
    .strath-bootstrap.course-page-pgr ~ .course-page .course-apply p {
      display: inline-block; }
    .strath-bootstrap.course-page-pgr ~ .course-page .course-apply .btn.btn-lg {
      padding: 0.6rem 1.2rem;
      font-size: 1rem; }
  .strath-bootstrap .toggle-switch,
  .strath-bootstrap .toggle-switch-strath {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .strath-bootstrap .toggle-switch .switch,
    .strath-bootstrap .toggle-switch-strath .switch {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 34px;
      margin: 0 0.5rem; }
      .strath-bootstrap .toggle-switch .switch input,
      .strath-bootstrap .toggle-switch-strath .switch input {
        opacity: 0;
        width: 0;
        height: 0; }
        .strath-bootstrap .toggle-switch .switch input:checked + .slider,
        .strath-bootstrap .toggle-switch-strath .switch input:checked + .slider {
          background-color: #002b5c; }
          .strath-bootstrap .toggle-switch .switch input:checked + .slider:before,
          .strath-bootstrap .toggle-switch-strath .switch input:checked + .slider:before {
            -webkit-transform: translateX(26px);
            -ms-transform: translateX(26px);
            transform: translateX(26px); }
        .strath-bootstrap .toggle-switch .switch input:focus + .slider,
        .strath-bootstrap .toggle-switch-strath .switch input:focus + .slider {
          box-shadow: 0 0 0 5px #002b5c; }
      .strath-bootstrap .toggle-switch .switch .slider,
      .strath-bootstrap .toggle-switch-strath .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #002b5c;
        transition: 0.4s; }
        .strath-bootstrap .toggle-switch .switch .slider:before,
        .strath-bootstrap .toggle-switch-strath .switch .slider:before {
          position: absolute;
          content: "";
          height: 26px;
          width: 26px;
          left: 4px;
          bottom: 4px;
          background-color: white;
          transition: 0.4s; }
        .strath-bootstrap .toggle-switch .switch .slider.round,
        .strath-bootstrap .toggle-switch-strath .switch .slider.round {
          border-radius: 34px;
          outline: white 2px solid; }
          .strath-bootstrap .toggle-switch .switch .slider.round:before,
          .strath-bootstrap .toggle-switch-strath .switch .slider.round:before {
            border-radius: 50%;
            border: white 2px solid; }
  .strath-bootstrap .course-search-2019 {
    /*position: relative; */
    top: 0;
    z-index: 50;
    background-color: #fff;
    width: 100%;
    margin-top: 0;
    /*Right*/ }
    .strath-bootstrap .course-search-2019 .course-page-nav {
      border-bottom: 0 !important; }
    .strath-bootstrap .course-search-2019 #course-search-form {
      background-color: #fff;
      border-radius: 5px;
      max-width: 700px; }
    .strath-bootstrap .course-search-2019 .course-search-img {
      padding: 2rem 0; }
    .strath-bootstrap .course-search-2019 #mundane {
      height: 100%;
      width: 100%;
      background: url("https://www.strath.ac.uk/media/1newwebsite/courses/backgrounds/pgt/supermundane-grey.svg") no-repeat fixed;
      position: absolute;
      margin-top: -3rem; }
    .strath-bootstrap .course-search-2019 .btn-course-search {
      width: 400px;
      color: #002b5c;
      background-color: #dee2e6;
      border: 1px solid #ced4da !important;
      padding: 1rem 1.33333rem;
      border: 0;
      border-top: 1px solid #ced4da;
      border-bottom: 1px solid #ced4da;
      border-right: 1px solid #ced4da; }
      .strath-bootstrap .course-search-2019 .btn-course-search > span {
        padding: 0 1rem; }
      .strath-bootstrap .course-search-2019 .btn-course-search:hover {
        background-color: #6c757d;
        color: #fff; }
        .strath-bootstrap .course-search-2019 .btn-course-search:hover > .fa-search {
          color: #fff; }
      .strath-bootstrap .course-search-2019 .btn-course-search > .fa-search {
        margin-left: -8px;
        color: #002b5c; }
    .strath-bootstrap .course-search-2019 .btn-course-search-scroll {
      width: 82px;
      padding: 2rem; }
    .strath-bootstrap .course-search-2019 .feature-header-shadow {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 1rem 1rem 0;
      border-color: transparent #002b5c transparent transparent;
      margin-left: -3rem; }
    .strath-bootstrap .course-search-2019 .course-search-input-group {
      padding-top: 0;
      width: 100% !important;
      padding: 2rem;
      display: block; }
      .strath-bootstrap .course-search-2019 .course-search-input-group h1 {
        font-family: "ClanProBold", sans-serif;
        margin-top: 0; }
      .strath-bootstrap .course-search-2019 .course-search-input-group input {
        padding: 1rem; }
    .strath-bootstrap .course-search-2019 #search-form input {
      margin: 1rem 0 1rem 0; }
    .strath-bootstrap .course-search-2019 .course-search-form-group {
      margin: 0 0.5rem 0.75rem 0.5rem; }
    .strath-bootstrap .course-search-2019 .search-button-wrapper #search-button-scroll {
      border-radius: 5px;
      width: 100%; }
      .strath-bootstrap .course-search-2019 .search-button-wrapper #search-button-scroll:focus-visible {
        outline: 2px solid #01676a; }
    .strath-bootstrap .course-search-2019 .searchstriped > section > article a:hover {
      text-decoration: none !important;
      color: #fff; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article a:hover p,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article a:hover .course-search-results-fa {
        color: #fff; }
    .strath-bootstrap .course-search-2019 .search-info-btn {
      display: block;
      background: #fff !important;
      padding: 0;
      margin: 0.5rem 0;
      line-height: 14px;
      margin-left: auto; }
      .strath-bootstrap .course-search-2019 .search-info-btn:focus-visible {
        outline: 2px solid #002b5c; }
    .strath-bootstrap .course-search-2019 .fa-info-circle {
      color: #002b5c !important;
      padding-right: 0; }
    .strath-bootstrap .course-search-2019 .xandy {
      max-width: 700px;
      font-weight: bold;
      font-size: 1.25rem;
      color: #002b5c;
      margin-top: 0;
      margin-bottom: 0.5rem; }
    .strath-bootstrap .course-search-2019 .course-search-results-fa > .fa {
      color: #fff;
      margin: 0 2rem; }
    .strath-bootstrap .course-search-2019 .course-search-results-fa {
      color: #495057;
      padding: 0 2rem; }
      .strath-bootstrap .course-search-2019 .course-search-results-fa:hover {
        color: #fff; }
    .strath-bootstrap .course-search-2019 .searchstriped {
      width: 100%; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article {
        max-width: 700px;
        width: 100%;
        background-color: #eaebed; }
        .strath-bootstrap .course-search-2019 .searchstriped > section > article .course-search-result__link {
          display: block;
          border-radius: 5px; }
          .strath-bootstrap .course-search-2019 .searchstriped > section > article .course-search-result__link:focus-visible {
            outline: 2px solid #002b5c;
            outline-offset: 2px; }
        .strath-bootstrap .course-search-2019 .searchstriped > section > article .searchitemsub > h2 {
          text-decoration: underline !important;
          text-underline-position: under !important;
          line-height: 1.6; }
        .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover {
          text-decoration: none;
          color: #fff;
          background-color: #6c757d; }
          .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover .searchitemsub {
            text-decoration: none; }
            .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover .searchitemsub > h2 {
              font-family: "ClanProBold", sans-serif;
              color: #fff;
              font-size: 1.2rem;
              text-decoration: none; }
              .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover .searchitemsub > h2:hover {
                text-decoration: none; }
          .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover .searchstaffsub > h2 {
            font-family: "ClanProBold", sans-serif;
            color: #002b5c;
            font-size: 1.75rem; }
          .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover p,
          .strath-bootstrap .course-search-2019 .searchstriped > section > article:hover .course-search-results-fa > .fa {
            color: #fff; }
    .strath-bootstrap .course-search-2019 .searchitemsub > p {
      text-decoration: none !important; }
    .strath-bootstrap .course-search-2019 .searchitemsub > h2 {
      padding: 1rem 1rem 0 1rem;
      border-bottom: 0 !important;
      text-decoration: none !important; }
    .strath-bootstrap .course-search-2019 .searchitemsub > p {
      padding: 1rem;
      color: #343a40; }
    .strath-bootstrap .course-search-2019 .searchitemsub h3,
    .strath-bootstrap .course-search-2019 .searchitemsub h4,
    .strath-bootstrap .course-search-2019 .searchitemsub .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchitemsub h2,
    .strath-bootstrap .course-search-2019 .searchitemsub .results .result h3,
    .strath-bootstrap .results .result .course-search-2019 .searchitemsub h3,
    .strath-bootstrap .course-search-2019 .searchitemsub .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .searchitemsub h3,
    .strath-bootstrap .course-search-2019 .searchitemsub h5 {
      font-family: "ClanProBold", sans-serif;
      color: #002b5c;
      padding-left: 2rem; }
    .strath-bootstrap .course-search-2019 .searchitemsub h2 a,
    .strath-bootstrap .course-search-2019 .searchitemsub h3 a,
    .strath-bootstrap .course-search-2019 .searchitemsub h4 a,
    .strath-bootstrap .course-search-2019 .searchitemsub .banner-buttons .banner-button-header h2 a,
    .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchitemsub h2 a,
    .strath-bootstrap .course-search-2019 .searchitemsub .results .result h3 a,
    .strath-bootstrap .results .result .course-search-2019 .searchitemsub h3 a,
    .strath-bootstrap .course-search-2019 .searchitemsub .searchstriped > section > article > .staff h3 a,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .searchitemsub h3 a,
    .strath-bootstrap .course-search-2019 .searchitemsub h5 a {
      font-family: "ClanProBold", sans-serif;
      color: #002b5c;
      text-decoration: underline;
      cursor: pointer;
      padding-left: 2rem; }
      .strath-bootstrap .course-search-2019 .searchitemsub h2 a:hover,
      .strath-bootstrap .course-search-2019 .searchitemsub h3 a:hover,
      .strath-bootstrap .course-search-2019 .searchitemsub h4 a:hover,
      .strath-bootstrap .course-search-2019 .searchitemsub .banner-buttons .banner-button-header h2 a:hover,
      .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchitemsub h2 a:hover,
      .strath-bootstrap .course-search-2019 .searchitemsub .results .result h3 a:hover,
      .strath-bootstrap .results .result .course-search-2019 .searchitemsub h3 a:hover,
      .strath-bootstrap .course-search-2019 .searchitemsub .searchstriped > section > article > .staff h3 a:hover,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .searchitemsub h3 a:hover,
      .strath-bootstrap .course-search-2019 .searchitemsub h5 a:hover {
        text-decoration: none; }
    .strath-bootstrap .course-search-2019 #search-info {
      text-align: center;
      margin-left: -255px; }
    .strath-bootstrap .course-search-2019 .searchstaffsub {
      padding: 2rem; }
      .strath-bootstrap .course-search-2019 .searchstaffsub:hover {
        background-color: #e9ecef; }
      .strath-bootstrap .course-search-2019 .searchstaffsub h2,
      .strath-bootstrap .course-search-2019 .searchstaffsub h3,
      .strath-bootstrap .course-search-2019 .searchstaffsub h4,
      .strath-bootstrap .course-search-2019 .searchstaffsub .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchstaffsub h2,
      .strath-bootstrap .course-search-2019 .searchstaffsub .results .result h3,
      .strath-bootstrap .results .result .course-search-2019 .searchstaffsub h3,
      .strath-bootstrap .course-search-2019 .searchstaffsub .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .searchstaffsub h3,
      .strath-bootstrap .course-search-2019 .searchstaffsub h5 {
        font-family: "ClanProBold", sans-serif;
        padding-left: 0 !important;
        padding: 0; }
      .strath-bootstrap .course-search-2019 .searchstaffsub h2 a,
      .strath-bootstrap .course-search-2019 .searchstaffsub h3 a,
      .strath-bootstrap .course-search-2019 .searchstaffsub h4 a,
      .strath-bootstrap .course-search-2019 .searchstaffsub .banner-buttons .banner-button-header h2 a,
      .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchstaffsub h2 a,
      .strath-bootstrap .course-search-2019 .searchstaffsub .results .result h3 a,
      .strath-bootstrap .results .result .course-search-2019 .searchstaffsub h3 a,
      .strath-bootstrap .course-search-2019 .searchstaffsub .searchstriped > section > article > .staff h3 a,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .searchstaffsub h3 a,
      .strath-bootstrap .course-search-2019 .searchstaffsub h5 a {
        font-family: "ClanProBold", sans-serif;
        color: #002b5c;
        text-decoration: underline;
        cursor: pointer;
        padding-left: 0;
        text-underline-position: under !important; }
        .strath-bootstrap .course-search-2019 .searchstaffsub h2 a:hover,
        .strath-bootstrap .course-search-2019 .searchstaffsub h3 a:hover,
        .strath-bootstrap .course-search-2019 .searchstaffsub h4 a:hover,
        .strath-bootstrap .course-search-2019 .searchstaffsub .banner-buttons .banner-button-header h2 a:hover,
        .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchstaffsub h2 a:hover,
        .strath-bootstrap .course-search-2019 .searchstaffsub .results .result h3 a:hover,
        .strath-bootstrap .results .result .course-search-2019 .searchstaffsub h3 a:hover,
        .strath-bootstrap .course-search-2019 .searchstaffsub .searchstriped > section > article > .staff h3 a:hover,
        .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .searchstaffsub h3 a:hover,
        .strath-bootstrap .course-search-2019 .searchstaffsub h5 a:hover {
          text-decoration: none; }
    .strath-bootstrap .course-search-2019 .suggestions {
      position: absolute;
      background: #fff;
      padding: 0;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      z-index: 1000;
      width: 100%;
      margin-top: 0;
      margin-left: 0; }
      .strath-bootstrap .course-search-2019 .suggestions > ul {
        padding: 0px;
        margin: 0px;
        list-style: none; }
        .strath-bootstrap .course-search-2019 .suggestions > ul > li a {
          width: 100%;
          display: block;
          color: #002b5c; }
          .strath-bootstrap .course-search-2019 .suggestions > ul > li a:hover {
            -webkit-text-decoration-color: #002b5c;
            text-decoration-color: #002b5c; }
          .strath-bootstrap .course-search-2019 .suggestions > ul > li a:focus-visible {
            outline: 2px solid #002b5c;
            outline-offset: 2px; }
    .strath-bootstrap .course-search-2019 .course-list-results > h2 {
      font-family: "ClanProBold", sans-serif;
      padding: 2rem 0; }
    .strath-bootstrap .course-search-2019 .course-list-results .course-list-result__header {
      padding: 2rem 0; }
    .strath-bootstrap .course-search-2019 .course-list-results .nav-tabs {
      border-bottom: 4px solid #ced4da; }
      .strath-bootstrap .course-search-2019 .course-list-results .nav-tabs .nav-item {
        margin-bottom: 0;
        line-height: 1; }
    .strath-bootstrap .course-search-2019 .course-list-results ul:after {
      width: 50%; }
    .strath-bootstrap .course-search-2019 .course-list-results ul {
      list-style-type: none !important; }
      .strath-bootstrap .course-search-2019 .course-list-results ul .nav-link {
        height: auto;
        color: #002b5c;
        background-color: #fff;
        font-weight: bold;
        padding: 1rem; }
      .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item > .active:hover {
        padding-bottom: 1rem; }
      .strath-bootstrap .course-search-2019 .course-list-results ul > h3 {
        padding: 2rem 0; }
      .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result {
        width: 654px;
        background-color: #e9ecef;
        margin: 0;
        margin: 4% 0; }
        .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result a {
          text-align: start;
          padding: 0; }
          .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result a:hover {
            color: #fff; }
            .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result a:hover h3,
            .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result a:hover .course-list-result__summary,
            .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result a:hover .course-search-results-fa {
              color: #fff; }
        .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result > .course-list-result:last-of-type {
          padding-bottom: 2rem; }
        .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result > a h3 {
          padding: 1rem 1rem 0 1rem;
          border-bottom: 0 !important;
          text-decoration: none; }
        .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result > .course-search-results-fa {
          font-weight: normal; }
        .strath-bootstrap .course-search-2019 .course-list-results ul > .course-list-result .course-list-result__summary {
          padding: 1rem;
          color: #343a40;
          font-weight: normal; }
    .strath-bootstrap .course-search-2019 .input-suggestions-container {
      position: relative; }
    .strath-bootstrap .course-search-2019 #suggestions__list > li {
      padding: 0.5rem; }
    .strath-bootstrap .course-search-2019 .suggestions__list-item {
      padding: 2rem 0; }
    .strath-bootstrap .course-search-2019 .suggestions__list-item--selected {
      background: #e9ecef;
      padding: 1rem 0; }
    .strath-bootstrap .course-search-2019 .modal.right .modal-dialog {
      top: 0;
      z-index: 205000;
      position: fixed;
      margin: auto;
      width: 320px;
      height: 100%;
      background-color: #fff;
      /* color:#*/
      -webkit-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0); }
    .strath-bootstrap .course-search-2019 .modal-content {
      height: 100%;
      overflow-y: auto; }
    .strath-bootstrap .course-search-2019 .modal.right .modal-body {
      padding: 1.33333rem;
      background-color: #ffffff; }
    .strath-bootstrap .course-search-2019 .search-modal-body-wrap {
      background-color: #ffffff; }
    .strath-bootstrap .course-search-2019 .search-modal-body {
      background-color: #e9ecef;
      padding: 1rem;
      margin-bottom: 1rem; }
    .strath-bootstrap .course-search-2019 .modal.right.fade .modal-dialog {
      right: 0;
      transition: opacity 0.3s linear, right 0.3s ease-out; }
    .strath-bootstrap .course-search-2019 .modal.right.fade.in .modal-dialog {
      right: 0; }
    .strath-bootstrap .course-search-2019 .modal-header {
      border-bottom: 0;
      padding-top: 0;
      height: 100%; }
    .strath-bootstrap .course-search-2019 .modal-title {
      margin-top: 0;
      height: 0; }
    .strath-bootstrap .course-search-2019 button.close {
      color: #6c757d;
      background-color: #fff;
      font-size: 3rem; }
    .strath-bootstrap .course-search-2019 .close:hover {
      color: #002b5c; }
    .strath-bootstrap .course-search-2019 h3 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.75rem; }
    .strath-bootstrap .course-search-2019 h4, .strath-bootstrap .course-search-2019 .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 h2, .strath-bootstrap .course-search-2019 .results .result h3, .strath-bootstrap .results .result .course-search-2019 h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h3 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.25rem; }
    .strath-bootstrap .course-search-2019 h3, .strath-bootstrap .course-search-2019 h4, .strath-bootstrap .course-search-2019 .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 h2, .strath-bootstrap .course-search-2019 .results .result h3, .strath-bootstrap .results .result .course-search-2019 h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h3 {
      color: #002b5c;
      font-weight: bold; }
  .strath-bootstrap .hp-course-search__wrapper {
    position: relative; }
  .strath-bootstrap #hp-course-search__suggestions {
    display: none;
    position: absolute;
    z-index: 1000001;
    background: #e9ecef;
    padding-bottom: 0px;
    width: 100%;
    text-align: left;
    border: 1px solid #adb5bd; }
  .strath-bootstrap #hp-course-search__suggestions ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .strath-bootstrap #hp-course-search__suggestions li a {
    padding: 1.2rem 1rem;
    display: block;
    color: #002b5c; }
    .strath-bootstrap #hp-course-search__suggestions li a:hover, .strath-bootstrap #hp-course-search__suggestions li a:focus, .strath-bootstrap #hp-course-search__suggestions li a:focus-visible {
      background: #e9ecef;
      text-decoration: none; }
  .strath-bootstrap #hp-course-search__suggestions ul li {
    background: #fff;
    border-bottom: 1px solid #efefef; }
  .strath-bootstrap .suggestions__list-item--selected a {
    background: #e9ecef; }
  @media (max-width: 1599.98px) {
    .strath-bootstrap .course-search-2019 .searchstriped > section {
      padding: 0; } }
  @media (max-width: 991.98px) {
    .strath-bootstrap .course-search-2019 .navbar-nav {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (max-width: 767.98px) {
    .strath-bootstrap .course-search-2019 .course-feature-header {
      width: 395px; }
    .strath-bootstrap .course-search-2019 .course-search-form {
      width: 90%; }
    .strath-bootstrap .course-search-2019 .course-list-results .nav-tabs {
      display: inline-block;
      width: 100%;
      border-bottom: 0 !important; }
    .strath-bootstrap .course-search-2019 .course-list-results ul {
      padding-left: 0; }
      .strath-bootstrap .course-search-2019 .course-list-results ul .nav-link.active:after {
        margin-bottom: 0;
        float: right; }
      .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item {
        width: 100%; }
        .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item .nav-link.show {
          background-color: #adb5bd;
          margin-bottom: 0; }
        .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item a {
          text-align: left; }
          .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item a:after {
            font-family: "FontAwesome";
            content: "\f054";
            margin-left: auto;
            transition: 0.2s;
            float: right; }
          .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item a:hover {
            background-color: #6c757d;
            color: #fff;
            text-decoration: none; }
        .strath-bootstrap .course-search-2019 .course-list-results ul .nav-item .nav-link {
          padding: 2rem 0.5rem 1rem 0.5rem;
          margin: 5px;
          background-color: #e9ecef;
          min-height: 75px;
          display: block;
          width: 100%; }
    .strath-bootstrap .course-search-2019 .nav-link.active:after {
      font-family: "FontAwesome";
      content: "\f054" !important;
      margin-left: auto;
      transition: 0.2s;
      font-size: 1rem !important;
      margin-bottom: 0; }
    .strath-bootstrap .course-search-2019 .searchstriped > section > article {
      width: 90%;
      border-radius: 5px; }
    .strath-bootstrap .course-search-2019 .xandy {
      width: 90%; }
    .strath-bootstrap .course-search-2019 .fa-flag:before {
      margin-left: 1rem; }
    .strath-bootstrap .course-search-2019 .course-list-results ul > li.course-list-result {
      width: 100%; }
    .strath-bootstrap .course-search-2019 .suggestions {
      margin-left: 0.1rem !important; }
    .strath-bootstrap .course-search-2019 .course-list-results > h2 {
      font-family: "ClanProBold", sans-serif;
      padding: 2rem 0; }
    .strath-bootstrap .course-search-2019 .course-list-results .course-list-result__header {
      padding: 2rem 0; }
    .strath-bootstrap .course-search-2019 .course-list-results .nav-tabs {
      border-bottom: 4px solid #ced4da; }
    .strath-bootstrap #search-info {
      text-align: left;
      margin-left: 20px; } }
  @media (max-width: 575.98px) {
    .strath-bootstrap .course-search-2019 .course-search-results-fa {
      display: inline-block !important; }
    .strath-bootstrap .course-search-2019 .fa-flag:before {
      margin-left: 0; }
    .strath-bootstrap .course-search-2019 .course-feature-header {
      width: 320px;
      margin-left: -15px; }
    .strath-bootstrap .course-search-2019 .course-search-form {
      width: 95%; }
    .strath-bootstrap .course-search-2019 .course-search-input-group {
      padding: 2rem; }
    .strath-bootstrap .course-search-2019 .course-search-input-group input {
      margin-bottom: 0.5rem; }
    .strath-bootstrap .course-search-2019 .course-feature-header h1 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.4rem;
      padding: 1rem; }
    .strath-bootstrap .course-search-2019 .feature-header-shadow {
      border-color: transparent; }
    .strath-bootstrap .course-search-2019 .course-search-results-fa .ml-auto {
      margin-left: 0 !important; }
    .strath-bootstrap .course-search-2019 .searchstriped > section > article {
      width: 95%;
      border-radius: 5px; }
    .strath-bootstrap .course-search-2019 .xandy {
      width: 95%; } }
  .strath-bootstrap .course-search-2019 .searchstriped .staff-group .dept-group {
    width: 470px;
    margin: 0 auto; }
    .strath-bootstrap .course-search-2019 .searchstriped .staff-group .dept-group h1 {
      font-family: "ClanProBold", sans-serif;
      margin: 40px 0 0 0; }
  .strath-bootstrap .course-search-2019 .searchstriped > section > article {
    margin: 13.33333px 0;
    border-radius: 5px; }
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff {
      padding: 1rem; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff a h2 {
        font-family: "ClanProBold", sans-serif;
        font-size: 1.5rem; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff a h2,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h5 a {
        font-family: "ClanProBold", sans-serif;
        text-decoration: underline;
        text-underline-position: under; }
        .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff a h2:hover,
        .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h5 a:hover {
          text-decoration: underline;
          color: #01676a; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h2,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h3,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h4,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .banner-buttons .banner-button-header h2,
      .strath-bootstrap .banner-buttons .banner-button-header .course-search-2019 .searchstriped > section > article > .staff h2,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h3 {
        font-family: "ClanProBold", sans-serif;
        padding: 0; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h5,
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff h5 a {
        font-family: "ClanProBold", sans-serif;
        padding-left: 0 !important; }
      .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff:hover {
        background: #e9ecef; }
  .strath-bootstrap .staff-search .form-group .suggestions > ul {
    padding: 1rem;
    margin: 0px;
    list-style: none; }
  .strath-bootstrap .staff-search .form-group .suggestions__list-item--selected {
    padding: 0; }
  .strath-bootstrap .grey-block-button-list a,
  .strath-bootstrap .grey-block-button,
  .strath-bootstrap .orange-block-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 1.2rem;
    color: #002b5c;
    font-weight: bold;
    padding: 1.25rem 1rem;
    margin-bottom: 0.5rem;
    background: #e9ecef;
    transition: 0.2s;
    cursor: pointer; }
    .strath-bootstrap .grey-block-button-list a:after,
    .strath-bootstrap .grey-block-button:after,
    .strath-bootstrap .orange-block-button:after {
      font-family: "FontAwesome";
      content: "\f054";
      margin-left: auto;
      margin-right: 0.5rem;
      transition: 0.2s;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .strath-bootstrap .grey-block-button-list a:hover,
    .strath-bootstrap .grey-block-button:hover,
    .strath-bootstrap .orange-block-button:hover {
      background: #6c757d;
      text-decoration: none; }
    .strath-bootstrap .grey-block-button-list a.grey-block-button-back,
    .strath-bootstrap .grey-block-button.grey-block-button-back,
    .strath-bootstrap .orange-block-button.grey-block-button-back {
      margin-bottom: 0;
      border-bottom: 1px solid #fff;
      background: #e9ecef; }
      .strath-bootstrap .grey-block-button-list a.grey-block-button-back:before,
      .strath-bootstrap .grey-block-button.grey-block-button-back:before,
      .strath-bootstrap .orange-block-button.grey-block-button-back:before {
        font-family: "FontAwesome";
        content: "\f053";
        margin-right: 1rem; }
      .strath-bootstrap .grey-block-button-list a.grey-block-button-back:after,
      .strath-bootstrap .grey-block-button.grey-block-button-back:after,
      .strath-bootstrap .orange-block-button.grey-block-button-back:after {
        display: none; }
    .strath-bootstrap .grey-block-button-list a[aria-expanded="true"]:after,
    .strath-bootstrap .grey-block-button[aria-expanded="true"]:after,
    .strath-bootstrap .orange-block-button[aria-expanded="true"]:after {
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); }
    .strath-bootstrap .grey-block-button-list a h4, .strath-bootstrap .grey-block-button-list a .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .grey-block-button-list a h2, .strath-bootstrap .grey-block-button-list a .results .result h3, .strath-bootstrap .results .result .grey-block-button-list a h3, .strath-bootstrap .grey-block-button-list a .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .grey-block-button-list a h3,
    .strath-bootstrap .grey-block-button-list a h5,
    .strath-bootstrap .grey-block-button h4,
    .strath-bootstrap .grey-block-button .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .grey-block-button h2,
    .strath-bootstrap .grey-block-button .results .result h3,
    .strath-bootstrap .results .result .grey-block-button h3,
    .strath-bootstrap .grey-block-button .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .grey-block-button h3,
    .strath-bootstrap .grey-block-button h5,
    .strath-bootstrap .orange-block-button h4,
    .strath-bootstrap .orange-block-button .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .orange-block-button h2,
    .strath-bootstrap .orange-block-button .results .result h3,
    .strath-bootstrap .results .result .orange-block-button h3,
    .strath-bootstrap .orange-block-button .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .orange-block-button h3,
    .strath-bootstrap .orange-block-button h5 {
      font-size: 1.2rem;
      margin-bottom: 0; }
    .strath-bootstrap .grey-block-button-list a.off-canvas-button-open:after,
    .strath-bootstrap .grey-block-button.off-canvas-button-open:after,
    .strath-bootstrap .orange-block-button.off-canvas-button-open:after {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
  .strath-bootstrap a.grey-block-button:hover {
    color: #fff;
    text-decoration: none; }
  .strath-bootstrap .column-inner.grey-bg .grey-block-button-list a {
    background: #fff; }
    .strath-bootstrap .column-inner.grey-bg .grey-block-button-list a:hover {
      background: #6c757d;
      color: darkgrey; }
  .strath-bootstrap .orange-block-button {
    background: #01676a;
    color: #fff;
    width: 100%; }
    .strath-bootstrap .orange-block-button h2,
    .strath-bootstrap .orange-block-button h3,
    .strath-bootstrap .orange-block-button h4,
    .strath-bootstrap .orange-block-button .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .orange-block-button h2,
    .strath-bootstrap .orange-block-button .results .result h3,
    .strath-bootstrap .results .result .orange-block-button h3,
    .strath-bootstrap .orange-block-button .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .orange-block-button h3 {
      font-family: "ClanProBold", sans-serif;
      color: #fff;
      margin-bottom: 0;
      font-size: 1.4rem; }
  .strath-bootstrap .grey-block-button-list {
    padding: 0;
    list-style-type: none;
    width: 100%; }
    .strath-bootstrap .grey-block-button-list li {
      position: relative; }
      .strath-bootstrap .grey-block-button-list li:last-child a {
        margin-bottom: 0; }
    .strath-bootstrap .grey-block-button-list a {
      padding: 1rem; }
      .strath-bootstrap .grey-block-button-list a:after {
        display: none; }
  .strath-bootstrap .feature {
    overflow: visible;
    margin-bottom: 0; }
    .strath-bootstrap .feature .feature-header,
    .strath-bootstrap .feature .feature-body {
      padding: 1rem; }
    .strath-bootstrap .feature .feature-header,
    .strath-bootstrap .feature .feature-header-shadow {
      position: relative; }
      @media (min-width: 768px) {
        .strath-bootstrap .feature .feature-header,
        .strath-bootstrap .feature .feature-header-shadow {
          left: -1rem;
          top: -1rem; } }
    .strath-bootstrap .feature .feature-header {
      background: #267aab;
      padding: 1rem;
      padding-left: 1rem;
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .strath-bootstrap .feature .feature-header {
          padding-left: 2rem;
          margin-bottom: 0; } }
      .strath-bootstrap .feature .feature-header h2 {
        font-family: "ClanProBold", sans-serif;
        color: #fff;
        font-size: 1.4rem;
        font-weight: bold;
        min-height: auto;
        margin: 0;
        padding-bottom: 0;
        border-bottom: 0; }
        @media (min-width: 768px) {
          .strath-bootstrap .feature .feature-header h2 {
            font-size: 1.8rem; } }
    .strath-bootstrap .feature .feature-header-shadow {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 16px 16px 0;
      border-color: transparent #002b5c transparent transparent;
      display: none; }
      @media (min-width: 768px) {
        .strath-bootstrap .feature .feature-header-shadow {
          display: block; } }
    .strath-bootstrap .feature .feature-body {
      padding: 1.5rem 1rem;
      padding-top: 0; }
      @media (min-width: 768px) {
        .strath-bootstrap .feature .feature-body {
          padding: 2rem;
          padding-top: 0; } }
  .strath-bootstrap footer.site-footer {
    background: #212529;
    color: white;
    padding: 2rem 0;
    font-size: 0.9rem; }
    @media (min-width: 992px) {
      .strath-bootstrap footer.site-footer {
        padding: 3rem 0 2rem; } }
    .strath-bootstrap footer.site-footer h2 {
      font-family: "ClanProBold", sans-serif;
      color: white !important;
      font-size: 1.2rem;
      padding-bottom: 0.75rem !important;
      margin-bottom: 0 !important; }
      .strath-bootstrap footer.site-footer h2 a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none; }
      .strath-bootstrap footer.site-footer h2 .fas {
        font-size: 1.2rem;
        margin-left: 0.5rem;
        text-decoration: none; }
    .strath-bootstrap footer.site-footer h3 {
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap footer.site-footer img.footer-logo {
      max-width: 202px;
      width: 202px;
      height: auto;
      margin-bottom: 2rem; }
    .strath-bootstrap footer.site-footer ul {
      list-style-type: none;
      padding: 0;
      margin: 0 0 1rem 0; }
      .strath-bootstrap footer.site-footer ul li {
        padding: 0.5rem 0 !important; }
        .strath-bootstrap footer.site-footer ul li a {
          padding: 0.16rem 0;
          text-decoration: none; }
          .strath-bootstrap footer.site-footer ul li a:hover, .strath-bootstrap footer.site-footer ul li a:focus-visible {
            text-decoration: underline;
            color: white !important;
            background-color: transparent !important;
            outline: 0; }
    .strath-bootstrap footer.site-footer .fa-brands:hover {
      text-decoration: underline;
      text-underline-position: under; }
    .strath-bootstrap footer.site-footer .logo a {
      outline: none !important;
      box-shadow: none !important; }
      .strath-bootstrap footer.site-footer .logo a:focus-visible img {
        outline: none !important; }
    .strath-bootstrap footer.site-footer .fa-brands {
      padding: 0 1rem 0.2rem 0; }
    .strath-bootstrap footer.site-footer .fa-brands:hover {
      display: inline-block; }
    .strath-bootstrap footer.site-footer .footer-location {
      position: relative;
      z-index: 1; }
      .strath-bootstrap footer.site-footer .footer-location img {
        max-width: 180px;
        width: 180px;
        height: auto; }
    .strath-bootstrap footer.site-footer .footer-company-info {
      padding-top: 1rem;
      margin-top: 1rem;
      border-top: 1px solid #ced4da; }
      @media (min-width: 992px) {
        .strath-bootstrap footer.site-footer .footer-company-info {
          margin-top: -2rem; } }
    .strath-bootstrap footer.site-footer a:hover .fa-up-right-from-square {
      color: white; }
    .strath-bootstrap footer.site-footer .btn-transparent:hover,
    .strath-bootstrap footer.site-footer .btn-transparent:focus-visible {
      text-decoration: underline;
      box-shadow: none; }
    .strath-bootstrap footer.site-footer img.scotland-logo {
      width: 180px;
      height: auto;
      margin-top: 1rem;
      border-bottom: 2px solid transparent; }
      .strath-bootstrap footer.site-footer img.scotland-logo:hover {
        outline: none;
        border-bottom: 2px solid white; }
    .strath-bootstrap footer.site-footer .footer-services .btn-transparent:hover {
      outline: none; }
    .strath-bootstrap footer.site-footer .logo a:focus-visible {
      background-color: transparent !important;
      box-shadow: 0px 4px 4px -10px white !important;
      padding: 20px 0;
      position: relative; }
      .strath-bootstrap footer.site-footer .logo a:focus-visible:after {
        content: "";
        position: absolute;
        bottom: -11px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: white;
        border-bottom: 2px solid white; }
      .strath-bootstrap footer.site-footer .logo a:focus-visible img {
        outline: none; }
    .strath-bootstrap footer.site-footer .list-group-item a:focus-visible .fa-brands {
      position: relative; }
      .strath-bootstrap footer.site-footer .list-group-item a:focus-visible .fa-brands:after {
        content: "";
        position: absolute;
        bottom: -11px;
        left: 0;
        width: 50%;
        height: 2px;
        background-color: white;
        border-bottom: 2px solid white; }
  .strath-bootstrap footer.site-footer ul li a {
    color: white;
    padding: 0.16rem 0.2rem 0.16rem 0; }
  .strath-bootstrap footer.site-footer .list-inline li.list-inline-item a i {
    font-size: 1.5em; }
    .strath-bootstrap footer.site-footer .list-inline li.list-inline-item a i:hover, .strath-bootstrap footer.site-footer .list-inline li.list-inline-item a i:focus-visible, .strath-bootstrap footer.site-footer .list-inline li.list-inline-item a i:focus {
      text-decoration: underline;
      text-underline-position: under;
      color: white; }
  .strath-bootstrap footer.site-footer .list-inline li.list-inline-item a img.socials {
    height: auto;
    width: auto;
    margin-bottom: 0.5rem;
    color: white;
    padding: 0; }
    .strath-bootstrap footer.site-footer .list-inline li.list-inline-item a img.socials:hover, .strath-bootstrap footer.site-footer .list-inline li.list-inline-item a img.socials:focus-visible, .strath-bootstrap footer.site-footer .list-inline li.list-inline-item a img.socials:focus {
      color: white;
      box-shadow: 0 2px 0 #fff; }
  .strath-bootstrap .footer-modals .modal.services {
    padding: 2% 0;
    color: white;
    /* High-DPI screens */ }
    .strath-bootstrap .footer-modals .modal.services .modal-content {
      background: transparent; }
    .strath-bootstrap .footer-modals .modal.services .modal-body {
      padding: 2% 5% 8% 5%; }
      @media (max-width: 991.98px) {
        .strath-bootstrap .footer-modals .modal.services .modal-body ul {
          margin-bottom: 0; } }
      .strath-bootstrap .footer-modals .modal.services .modal-body ul li a {
        color: inherit;
        font-size: 1.1rem;
        white-space: pre-wrap;
        text-decoration: none;
        line-height: 2rem; }
        .strath-bootstrap .footer-modals .modal.services .modal-body ul li a:hover, .strath-bootstrap .footer-modals .modal.services .modal-body ul li a:focus-visible {
          background-color: transparent !important;
          outline: 0;
          text-decoration: underline;
          text-underline-position: below;
          -webkit-text-decoration-color: inherit !important;
          text-decoration-color: inherit !important; }
    .strath-bootstrap .footer-modals .modal.services .modal-dialog .modal-title {
      color: inherit !important;
      text-decoration: none;
      padding: 2% 0 0 6%; }
    .strath-bootstrap .footer-modals .modal.services .modal-dialog .modal-header {
      border-bottom: 0; }
      .strath-bootstrap .footer-modals .modal.services .modal-dialog .modal-header .btn-close {
        opacity: 1;
        margin: 10px 40px !important;
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: 0.5rem;
        color: inherit;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%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-radius: 50px;
        border: 2px solid transparent; }
        .strath-bootstrap .footer-modals .modal.services .modal-dialog .modal-header .btn-close:hover, .strath-bootstrap .footer-modals .modal.services .modal-dialog .modal-header .btn-close:focus-visible {
          border-color: #ffffff; }
    .strath-bootstrap .footer-modals .modal.services .modal-dialog .modal-fullscreen .modal-content {
      padding: 0 15%; }
      .strath-bootstrap .footer-modals .modal.services .modal-dialog .modal-fullscreen .modal-content .modal-header .btn-close {
        opacity: 1;
        font-size: 1rem; }
      .strath-bootstrap .footer-modals .modal.services .modal-dialog .modal-fullscreen .modal-content:focus-visible {
        text-decoration: underline;
        text-underline-position: below; }
    .strath-bootstrap .footer-modals .modal.services .modal-xl {
      background: linear-gradient(0deg, #002b5c 0%, #017579 100%);
      /* High-contrast mode */ }
      @media screen and (forced-colors: active) {
        .strath-bootstrap .footer-modals .modal.services .modal-xl {
          background-color: #002b5c; } }
      @media (min-width: 1200px) {
        .strath-bootstrap .footer-modals .modal.services .modal-xl {
          max-width: 1140px; } }
    @media (-webkit-min-device-pixel-ratio: 4.166666666666667), (min-resolution: 400dpi) {
      .strath-bootstrap .footer-modals .modal.services {
        padding: 0; } }
  .strath-bootstrap .rhs-contact {
    background: #e9ecef;
    padding: 1rem;
    margin-bottom: 0;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    margin-bottom: 20px; }
    .strath-bootstrap .rhs-contact .social-media-icons .social-media-icons-each:first-of-type {
      padding-left: 0; }
    .strath-bootstrap .rhs-contact .social-media-icons .social-media-icons-each {
      padding: 0 0.5rem 0.5rem 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      margin-top: 1rem; }
      .strath-bootstrap .rhs-contact .social-media-icons .social-media-icons-each:last-of-type {
        padding-right: 0; }
    .strath-bootstrap .rhs-contact .social-media-icons a {
      color: #002b5c; }
      .strath-bootstrap .rhs-contact .social-media-icons a:hover {
        color: #01676a; }
    .strath-bootstrap .rhs-contact > h2 {
      font-size: 1.3375rem;
      border-bottom: 0; }
    .strath-bootstrap .rhs-contact hr {
      border-top: solid;
      border-width: 4px;
      width: 30%;
      margin-left: 0; }
      .strath-bootstrap .rhs-contact hr.corpblue {
        border-color: #002b5c; }
    .strath-bootstrap .rhs-contact p {
      color: #212529;
      font-size: 1rem;
      margin-bottom: 0.5rem;
      overflow-wrap: break-word; }
    .strath-bootstrap .rhs-contact > p a {
      font-size: 0.98rem;
      margin-bottom: 0.5rem;
      overflow-wrap: break-word; }
      .strath-bootstrap .rhs-contact > p a:focus {
        outline-offset: 3px;
        outline: 2px solid; }
    @media (max-width: 767.98px) {
      .strath-bootstrap .rhs-contact hr {
        width: 10%; } }
  .strath-bootstrap .carousel-control-next,
  .strath-bootstrap .carousel-control-prev {
    color: #002b5c;
    opacity: 1;
    position: relative; }
  .strath-bootstrap .carousel-control-prev:hover,
  .strath-bootstrap .carousel-control-next:hover {
    color: #6c757d; }
  .strath-bootstrap .carousel-control-prev:focus,
  .strath-bootstrap .carousel-control-next:focus {
    color: #002b5c; }
  .strath-bootstrap .controls-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .strath-bootstrap .profile-carousel {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    background: #e9ecef;
    margin-bottom: 20px;
    padding: 1rem 0; }
    .strath-bootstrap .profile-carousel h2 {
      font-size: 1.3375rem;
      padding: 0 1rem; }
  .strath-bootstrap .uoscarousel {
    padding: 0 1rem 1rem 1rem; }
    .strath-bootstrap .uoscarousel .carousel-item img {
      padding-bottom: 1rem; }
    .strath-bootstrap .uoscarousel .controls-flex {
      padding: 2rem 0; }
    .strath-bootstrap .uoscarousel .carousel-caption {
      padding-bottom: 0;
      padding-top: 0;
      text-align: left;
      position: relative;
      left: 0;
      top: 0; }
      .strath-bootstrap .uoscarousel .carousel-caption blockquote {
        max-width: 100%; }
      .strath-bootstrap .uoscarousel .carousel-caption p,
      .strath-bootstrap .uoscarousel .carousel-caption blockquote {
        color: #212529; }
      .strath-bootstrap .uoscarousel .carousel-caption blockquote {
        display: block !important;
        border-left: 0;
        padding: 0;
        margin: 10px 0 30px 0; }
        .strath-bootstrap .uoscarousel .carousel-caption blockquote p {
          display: inline;
          color: #212529; }
  .strath-bootstrap .rhs-general {
    background-color: #e9ecef;
    padding: 1rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    margin-bottom: 20px; }
    .strath-bootstrap .rhs-general h2 {
      font-size: 1.3375rem;
      border-bottom: 0; }
    .strath-bootstrap .rhs-general hr {
      border-top: solid;
      border-width: 4px;
      width: 30%;
      margin-left: 0;
      margin-right: auto; }
      .strath-bootstrap .rhs-general hr.red {
        border-color: #dc3545; }
      .strath-bootstrap .rhs-general hr.green {
        border-color: #28a745; }
      .strath-bootstrap .rhs-general hr.blue {
        border-color: #267aab; }
      .strath-bootstrap .rhs-general hr.corpblue {
        border-color: #002b5c; }
      .strath-bootstrap .rhs-general hr.orange {
        border-color: #fd7e14; }
      .strath-bootstrap .rhs-general hr.gray-500 {
        border-color: #adb5bd; }
    .strath-bootstrap .rhs-general ul {
      padding: 0 0 0 1rem; }
    .strath-bootstrap .rhs-general p a,
    .strath-bootstrap .rhs-general ul > li a,
    .strath-bootstrap .rhs-general a {
      overflow-wrap: break-word; }
      .strath-bootstrap .rhs-general p a:focus-visible,
      .strath-bootstrap .rhs-general ul > li a:focus-visible,
      .strath-bootstrap .rhs-general a:focus-visible {
        outline: 2px solid; }
    .strath-bootstrap .rhs-general li {
      padding: 1px 0; }
    @media (max-width: 991.98px) {
      .strath-bootstrap .rhs-general hr {
        width: 10%; } }
    .strath-bootstrap .rhs-general .button-link a {
      text-decoration: none !important; }
  .strath-bootstrap .page-banner.has-image {
    background: #002b5c;
    overflow: hidden;
    position: relative; }
    .strath-bootstrap .page-banner.has-image:before, .strath-bootstrap .page-banner.has-image:after {
      background: linear-gradient(10deg, #002b5c 20%, rgba(0, 43, 92, 0.25) 100%);
      content: " ";
      bottom: 0;
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%; }
    .strath-bootstrap .page-banner.has-image:before {
      background: #002b5c; }
    .strath-bootstrap .page-banner.has-image > img {
      height: 100%;
      object-fit: cover;
      position: absolute;
      width: 100%; }
    .strath-bootstrap .page-banner.has-image .container {
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      min-height: 185px;
      position: relative;
      z-index: 1;
      padding: 1.5rem 1rem !important; }
    .strath-bootstrap .page-banner.has-image h1 {
      padding: 1.5rem 0 0 0;
      color: white !important; }
      .strath-bootstrap .page-banner.has-image h1 .superscript {
        color: white !important; }
      @media (min-width: 768px) {
        .strath-bootstrap .page-banner.has-image h1 {
          padding: 1.5rem 0 1rem 0; } }
    @media (min-width: 768px) {
      .strath-bootstrap .page-banner.has-image.video-banner > img {
        display: none; } }
    .strath-bootstrap .page-banner.has-image.video-banner .pause-button {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin: 0;
      z-index: 2;
      opacity: 0;
      transition: 0.2s; }
      .strath-bootstrap .page-banner.has-image.video-banner .pause-button img {
        cursor: pointer;
        height: 100px;
        width: 100px; }
    .strath-bootstrap .page-banner.has-image.video-banner #videocontainer {
      position: absolute;
      height: 100%;
      left: 50%;
      margin-left: -50vw;
      width: 100vw;
      overflow: hidden; }
    .strath-bootstrap .page-banner.has-image.video-banner video {
      position: absolute;
      background-size: cover; }
    .strath-bootstrap .page-banner.has-image.video-banner.vertical-middle video {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .strath-bootstrap .page-banner.has-image.video-banner.vertical-bottom video {
      bottom: 0; }
    .strath-bootstrap .page-banner.has-image.video-banner:hover .pause-button {
      opacity: 1; }
    @media (min-width: 768px) {
      .strath-bootstrap .page-banner.has-image {
        height: 350px; } }
    @media (min-width: 1600px) {
      .strath-bootstrap .page-banner.has-image {
        height: 400px; } }
  .strath-bootstrap.fixed-width .page-banner.has-image {
    overflow: unset; }
    .strath-bootstrap.fixed-width .page-banner.has-image > img {
      width: 100vw;
      left: calc(50% - 50vw); }
    .strath-bootstrap.fixed-width .page-banner.has-image:before, .strath-bootstrap.fixed-width .page-banner.has-image:after {
      left: calc(50% - 50vw);
      width: 100vw; }
  .strath-bootstrap.fixed-width .page-banner .container {
    padding-left: 0 !important; }
  .strath-bootstrap .page-banner .container {
    padding: 1.5rem 1rem !important; }
  .strath-bootstrap .page-banner h1 {
    font-family: "ClanProBold", sans-serif;
    margin-bottom: 0;
    word-break: break-word;
    padding: 1rem 0 0 0; }
    @media (min-width: 768px) {
      .strath-bootstrap .page-banner h1 {
        font-size: 3rem; } }
    .strath-bootstrap .page-banner h1 .superscript {
      display: block;
      font-size: 0.6em;
      word-break: break-word; }
  .strath-bootstrap .page-banner-old {
    position: relative;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .strath-bootstrap .page-banner-old {
        padding-bottom: 37.5%;
        overflow: hidden; } }
    @media (min-width: 768px) {
      .strath-bootstrap .page-banner-old img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover; } }
    .strath-bootstrap .page-banner-old h1 {
      font-family: "ClanProBold", sans-serif;
      margin-bottom: 0;
      background: #002b5c;
      color: white;
      padding: 1rem; }
      @media (min-width: 768px) {
        .strath-bootstrap .page-banner-old h1 {
          position: absolute;
          bottom: 0;
          left: 0; } }
    .strath-bootstrap .page-banner-old .superscript {
      font-size: 1.25rem;
      display: block;
      color: white; }
  .strath-bootstrap .viewall {
    cursor: pointer; }
  .strath-bootstrap .general-aside-fixed {
    overflow-wrap: break-word;
    word-wrap: break-word; }
    .strath-bootstrap .general-aside-fixed img {
      padding: 0; }
    .strath-bootstrap .general-aside-fixed .hr {
      border-bottom: solid;
      border-width: 4px;
      width: 30%;
      margin-left: 0;
      margin-right: auto;
      color: #002b5c !important; }
  .strath-bootstrap .web-news-aside-aside .block-grid-item-content:hover a,
  .strath-bootstrap .web-news-general-aside .block-grid-item-content:hover a {
    color: #fff; }
  .strath-bootstrap .web-news-aside-aside .block-grid-item-content .block-grid-item-text,
  .strath-bootstrap .web-news-general-aside .block-grid-item-content .block-grid-item-text {
    border-top: 5px solid #002b5c; }
    .strath-bootstrap .web-news-aside-aside .block-grid-item-content .block-grid-item-text a,
    .strath-bootstrap .web-news-general-aside .block-grid-item-content .block-grid-item-text a {
      text-decoration: none;
      display: block;
      color: #002b5c; }
      .strath-bootstrap .web-news-aside-aside .block-grid-item-content .block-grid-item-text a:hover,
      .strath-bootstrap .web-news-general-aside .block-grid-item-content .block-grid-item-text a:hover {
        background-color: transparent;
        color: #013637; }
  .strath-bootstrap .general-content img {
    float: left;
    padding: 1rem 1rem 1rem 0;
    width: 100%; }
  .strath-bootstrap .web-news-general-aside {
    margin-bottom: 20px; }
    .strath-bootstrap .web-news-general-aside .block-grid-item-content {
      height: auto; }
  .strath-bootstrap .master-grid {
    margin-top: 1rem; }
  .strath-bootstrap .general-content-main h1 a:focus,
  .strath-bootstrap .general-content-main h2 a:focus,
  .strath-bootstrap .general-content-main h3 a:focus,
  .strath-bootstrap .general-content-main h4 a:focus,
  .strath-bootstrap .general-content-main .banner-buttons .banner-button-header h2 a:focus,
  .strath-bootstrap .banner-buttons .banner-button-header .general-content-main h2 a:focus,
  .strath-bootstrap .general-content-main .results .result h3 a:focus,
  .strath-bootstrap .results .result .general-content-main h3 a:focus,
  .strath-bootstrap .general-content-main .course-search-2019 .searchstriped > section > article > .staff h3 a:focus,
  .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-content-main h3 a:focus,
  .strath-bootstrap .general-content-main h5 a:focus,
  .strath-bootstrap .general-content-main li a:focus,
  .strath-bootstrap .general-content-main p a:focus,
  .strath-bootstrap .general-content-main-fixed h1 a:focus,
  .strath-bootstrap .general-content-main-fixed h2 a:focus,
  .strath-bootstrap .general-content-main-fixed h3 a:focus,
  .strath-bootstrap .general-content-main-fixed h4 a:focus,
  .strath-bootstrap .general-content-main-fixed .banner-buttons .banner-button-header h2 a:focus,
  .strath-bootstrap .banner-buttons .banner-button-header .general-content-main-fixed h2 a:focus,
  .strath-bootstrap .general-content-main-fixed .results .result h3 a:focus,
  .strath-bootstrap .results .result .general-content-main-fixed h3 a:focus,
  .strath-bootstrap .general-content-main-fixed .course-search-2019 .searchstriped > section > article > .staff h3 a:focus,
  .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-content-main-fixed h3 a:focus,
  .strath-bootstrap .general-content-main-fixed h5 a:focus,
  .strath-bootstrap .general-content-main-fixed li a:focus,
  .strath-bootstrap .general-content-main-fixed p a:focus,
  .strath-bootstrap .general-side-fixed h1 a:focus,
  .strath-bootstrap .general-side-fixed h2 a:focus,
  .strath-bootstrap .general-side-fixed h3 a:focus,
  .strath-bootstrap .general-side-fixed h4 a:focus,
  .strath-bootstrap .general-side-fixed .banner-buttons .banner-button-header h2 a:focus,
  .strath-bootstrap .banner-buttons .banner-button-header .general-side-fixed h2 a:focus,
  .strath-bootstrap .general-side-fixed .results .result h3 a:focus,
  .strath-bootstrap .results .result .general-side-fixed h3 a:focus,
  .strath-bootstrap .general-side-fixed .course-search-2019 .searchstriped > section > article > .staff h3 a:focus,
  .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .general-side-fixed h3 a:focus,
  .strath-bootstrap .general-side-fixed h5 a:focus,
  .strath-bootstrap .general-side-fixed li a:focus,
  .strath-bootstrap .general-side-fixed p a:focus {
    outline-offset: 2px;
    outline: 2px solid; }
  .strath-bootstrap .general-content-main img,
  .strath-bootstrap .general-content-main-fixed img,
  .strath-bootstrap .general-side-fixed img {
    width: auto;
    max-width: 100%;
    margin: 0; }
    .strath-bootstrap .general-content-main img.left,
    .strath-bootstrap .general-content-main-fixed img.left,
    .strath-bootstrap .general-side-fixed img.left {
      float: left;
      padding: 1rem 1rem 1rem 0; }
    .strath-bootstrap .general-content-main img.right,
    .strath-bootstrap .general-content-main-fixed img.right,
    .strath-bootstrap .general-side-fixed img.right {
      float: right;
      padding: 1rem 0 1rem 1rem; }
  .strath-bootstrap .general-content-main ul.grey-block-button-list li:before,
  .strath-bootstrap .general-content-main-fixed ul.grey-block-button-list li:before,
  .strath-bootstrap .general-side-fixed ul.grey-block-button-list li:before {
    content: none !important; }
  .strath-bootstrap .general-content-main ul.grey-block-button-list li a,
  .strath-bootstrap .general-content-main-fixed ul.grey-block-button-list li a,
  .strath-bootstrap .general-side-fixed ul.grey-block-button-list li a {
    margin-left: 0px;
    padding: 20px 10px;
    text-decoration: none !important;
    color: #002b5c; }
    .strath-bootstrap .general-content-main ul.grey-block-button-list li a:hover,
    .strath-bootstrap .general-content-main-fixed ul.grey-block-button-list li a:hover,
    .strath-bootstrap .general-side-fixed ul.grey-block-button-list li a:hover {
      background: #6c757d !important;
      text-decoration: none;
      color: #fff; }
  .strath-bootstrap .general-content-main .button-link:hover,
  .strath-bootstrap .general-content-main-fixed .button-link:hover,
  .strath-bootstrap .general-side-fixed .button-link:hover {
    text-decoration: none !important; }
  .strath-bootstrap .general-content-main .button-link a,
  .strath-bootstrap .general-content-main-fixed .button-link a,
  .strath-bootstrap .general-side-fixed .button-link a {
    color: #ffffff;
    text-decoration: none; }
    .strath-bootstrap .general-content-main .button-link a:hover,
    .strath-bootstrap .general-content-main-fixed .button-link a:hover,
    .strath-bootstrap .general-side-fixed .button-link a:hover {
      text-decoration: none !important; }
  .strath-bootstrap .general-content-main p.question,
  .strath-bootstrap .general-content-main-fixed p.question,
  .strath-bootstrap .general-side-fixed p.question {
    margin-bottom: 0 !important; }
  .strath-bootstrap .general-content-main .block-grid-item-text a,
  .strath-bootstrap .general-content-main .block-grid-item-text-text a,
  .strath-bootstrap .general-content-main-fixed .block-grid-item-text a,
  .strath-bootstrap .general-content-main-fixed .block-grid-item-text-text a,
  .strath-bootstrap .general-side-fixed .block-grid-item-text a,
  .strath-bootstrap .general-side-fixed .block-grid-item-text-text a {
    text-decoration: none; }
  .strath-bootstrap .general-content-main blockquote p img,
  .strath-bootstrap .general-content-main-fixed blockquote p img,
  .strath-bootstrap .general-side-fixed blockquote p img {
    padding-bottom: 0;
    float: left;
    width: auto;
    max-width: 200px; }
  .strath-bootstrap .general-content-main .call-to-action-link,
  .strath-bootstrap .general-content-main-fixed .call-to-action-link,
  .strath-bootstrap .general-side-fixed .call-to-action-link {
    background: #01676a;
    color: #fff;
    border-radius: 50px;
    line-height: 2em;
    padding: 0 2rem;
    margin: 0;
    display: inline-block; }
    .strath-bootstrap .general-content-main .call-to-action-link:hover,
    .strath-bootstrap .general-content-main-fixed .call-to-action-link:hover,
    .strath-bootstrap .general-side-fixed .call-to-action-link:hover {
      background: #015f63; }
  .strath-bootstrap .general-content-main ol,
  .strath-bootstrap .general-content-main li,
  .strath-bootstrap .general-content-main-fixed ol,
  .strath-bootstrap .general-content-main-fixed li,
  .strath-bootstrap .general-side-fixed ol,
  .strath-bootstrap .general-side-fixed li {
    padding: 0;
    margin-left: 20px; }
    .strath-bootstrap .general-content-main ol a,
    .strath-bootstrap .general-content-main li a,
    .strath-bootstrap .general-content-main-fixed ol a,
    .strath-bootstrap .general-content-main-fixed li a,
    .strath-bootstrap .general-side-fixed ol a,
    .strath-bootstrap .general-side-fixed li a {
      line-height: 1.7rem; }
  .strath-bootstrap .general-content-main .table-responsive,
  .strath-bootstrap .general-content-main-fixed .table-responsive,
  .strath-bootstrap .general-side-fixed .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    margin: 20px 0; }
  .strath-bootstrap .general-content-main .table-responsive::-webkit-scrollbar,
  .strath-bootstrap .general-content-main-fixed .table-responsive::-webkit-scrollbar,
  .strath-bootstrap .general-side-fixed .table-responsive::-webkit-scrollbar {
    -webkit-appearance: none; }
  .strath-bootstrap .general-content-main .table-responsive::-webkit-scrollbar:vertical,
  .strath-bootstrap .general-content-main-fixed .table-responsive::-webkit-scrollbar:vertical,
  .strath-bootstrap .general-side-fixed .table-responsive::-webkit-scrollbar:vertical {
    width: 12px; }
  .strath-bootstrap .general-content-main .table-responsive::-webkit-scrollbar:horizontal,
  .strath-bootstrap .general-content-main-fixed .table-responsive::-webkit-scrollbar:horizontal,
  .strath-bootstrap .general-side-fixed .table-responsive::-webkit-scrollbar:horizontal {
    height: 15px; }
  .strath-bootstrap .general-content-main .table-responsive::-webkit-scrollbar-thumb,
  .strath-bootstrap .general-content-main-fixed .table-responsive::-webkit-scrollbar-thumb,
  .strath-bootstrap .general-side-fixed .table-responsive::-webkit-scrollbar-thumb {
    background-color: #e9ecef;
    border: 2px solid #ffffff; }
  .strath-bootstrap .general-content-main .table-responsive::-webkit-scrollbar-track,
  .strath-bootstrap .general-content-main-fixed .table-responsive::-webkit-scrollbar-track,
  .strath-bootstrap .general-side-fixed .table-responsive::-webkit-scrollbar-track {
    background-color: #ffffff; }
  .strath-bootstrap .general-content-main .table-responsive table,
  .strath-bootstrap .general-content-main-fixed .table-responsive table,
  .strath-bootstrap .general-side-fixed .table-responsive table {
    border: 2px solid #6c757d;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent; }
    .strath-bootstrap .general-content-main .table-responsive table thead tr td,
    .strath-bootstrap .general-content-main .table-responsive table thead tr th,
    .strath-bootstrap .general-content-main-fixed .table-responsive table thead tr td,
    .strath-bootstrap .general-content-main-fixed .table-responsive table thead tr th,
    .strath-bootstrap .general-side-fixed .table-responsive table thead tr td,
    .strath-bootstrap .general-side-fixed .table-responsive table thead tr th {
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap .general-content-main .table-responsive table thead th,
    .strath-bootstrap .general-content-main .table-responsive table tbody th,
    .strath-bootstrap .general-content-main-fixed .table-responsive table thead th,
    .strath-bootstrap .general-content-main-fixed .table-responsive table tbody th,
    .strath-bootstrap .general-side-fixed .table-responsive table thead th,
    .strath-bootstrap .general-side-fixed .table-responsive table tbody th {
      border: 1px #6c757d solid; }
    .strath-bootstrap .general-content-main .table-responsive table td,
    .strath-bootstrap .general-content-main-fixed .table-responsive table td,
    .strath-bootstrap .general-side-fixed .table-responsive table td {
      padding: 0.5rem;
      border: 1px #6c757d solid; }
    .strath-bootstrap .general-content-main .table-responsive table th,
    .strath-bootstrap .general-content-main .table-responsive table tr,
    .strath-bootstrap .general-content-main-fixed .table-responsive table th,
    .strath-bootstrap .general-content-main-fixed .table-responsive table tr,
    .strath-bootstrap .general-side-fixed .table-responsive table th,
    .strath-bootstrap .general-side-fixed .table-responsive table tr {
      font-size: 1em;
      padding: 0.5rem;
      background-color: #ced4da;
      color: #212529;
      text-align: left;
      border-collapse: collapse;
      border: 1px #6c757d solid;
      font-weight: normal; }
    .strath-bootstrap .general-content-main .table-responsive table th,
    .strath-bootstrap .general-content-main-fixed .table-responsive table th,
    .strath-bootstrap .general-side-fixed .table-responsive table th {
      border: 1px #6c757d solid; }
    .strath-bootstrap .general-content-main .table-responsive table tbody tr:nth-of-type(even),
    .strath-bootstrap .general-content-main-fixed .table-responsive table tbody tr:nth-of-type(even),
    .strath-bootstrap .general-side-fixed .table-responsive table tbody tr:nth-of-type(even) {
      background-color: #e9ecef; }
    .strath-bootstrap .general-content-main .table-responsive table tbody tr:nth-of-type(odd),
    .strath-bootstrap .general-content-main-fixed .table-responsive table tbody tr:nth-of-type(odd),
    .strath-bootstrap .general-side-fixed .table-responsive table tbody tr:nth-of-type(odd) {
      background-color: #fff; }
  .strath-bootstrap .general-content-main.favourites-list .favourites-list-div,
  .strath-bootstrap .general-content-main-fixed.favourites-list .favourites-list-div,
  .strath-bootstrap .general-side-fixed.favourites-list .favourites-list-div {
    border-bottom: 1px solid #dee2e6;
    padding: 1rem 0 !important; }
    .strath-bootstrap .general-content-main.favourites-list .favourites-list-div:last-child,
    .strath-bootstrap .general-content-main-fixed.favourites-list .favourites-list-div:last-child,
    .strath-bootstrap .general-side-fixed.favourites-list .favourites-list-div:last-child {
      border-bottom: 0; }
    .strath-bootstrap .general-content-main.favourites-list .favourites-list-div:before,
    .strath-bootstrap .general-content-main-fixed.favourites-list .favourites-list-div:before,
    .strath-bootstrap .general-side-fixed.favourites-list .favourites-list-div:before {
      display: none !important; }
    .strath-bootstrap .general-content-main.favourites-list .favourites-list-div h2 a,
    .strath-bootstrap .general-content-main-fixed.favourites-list .favourites-list-div h2 a,
    .strath-bootstrap .general-side-fixed.favourites-list .favourites-list-div h2 a {
      text-decoration: underline;
      text-underline-position: under;
      -webkit-text-decoration-color: #002b5c;
      text-decoration-color: #002b5c;
      text-decoration-thickness: 1px;
      color: #002b5c !important;
      line-height: normal; }
      .strath-bootstrap .general-content-main.favourites-list .favourites-list-div h2 a:hover,
      .strath-bootstrap .general-content-main-fixed.favourites-list .favourites-list-div h2 a:hover,
      .strath-bootstrap .general-side-fixed.favourites-list .favourites-list-div h2 a:hover {
        color: #01676a !important;
        -webkit-text-decoration-color: #01676a;
        text-decoration-color: #01676a;
        text-decoration-thickness: 2px; }
        .strath-bootstrap .general-content-main.favourites-list .favourites-list-div h2 a:hover span,
        .strath-bootstrap .general-content-main-fixed.favourites-list .favourites-list-div h2 a:hover span,
        .strath-bootstrap .general-side-fixed.favourites-list .favourites-list-div h2 a:hover span {
          color: #01676a !important;
          -webkit-text-decoration-color: #01676a;
          text-decoration-color: #01676a;
          text-decoration-thickness: 2px; }
      @media (max-width: 767.98px) {
        .strath-bootstrap .general-content-main.favourites-list .favourites-list-div h2 a,
        .strath-bootstrap .general-content-main-fixed.favourites-list .favourites-list-div h2 a,
        .strath-bootstrap .general-side-fixed.favourites-list .favourites-list-div h2 a {
          line-height: 2rem; } }
  @media (max-width: 767.98px) {
    .strath-bootstrap .general-content-main blockquote p img {
      padding-bottom: 2rem !important;
      float: none;
      width: auto;
      max-width: 200px;
      display: block; }
    .strath-bootstrap .general-content-main .breakout-box {
      margin-right: 20px; }
    .strath-bootstrap .general-side-fixed .block-grid-item .block-grid-item-image img {
      width: 100%; } }
  @media (max-width: 575.98px) {
    .strath-bootstrap .general-content-main .breakout-box {
      width: 100%;
      margin-right: 0; } }
  .strath-bootstrap .feature-with-image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    max-width: 750px;
    margin-left: 0; }
    .strath-bootstrap .feature-with-image .container:hover > .row > .col-md-6 {
      background-color: #6c757d; }
      .strath-bootstrap .feature-with-image .container:hover > .row > .col-md-6 > p,
      .strath-bootstrap .feature-with-image .container:hover > .row > .col-md-6 h3 {
        color: #fff;
        font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap .feature-with-image .container .col-md-6 {
      background-color: #dee2e6;
      padding-left: 0;
      padding-right: 0; }
      .strath-bootstrap .feature-with-image .container .col-md-6 > figure {
        margin: 0;
        width: 100%;
        height: auto;
        padding: 1rem; }
        .strath-bootstrap .feature-with-image .container .col-md-6 > figure > img {
          max-width: 360px;
          width: auto;
          height: auto; }
      .strath-bootstrap .feature-with-image .container .col-md-6 h3 {
        padding: 1rem 1rem 0 1rem; }
      .strath-bootstrap .feature-with-image .container .col-md-6 p {
        padding: 0 1rem 1rem 1rem;
        margin-bottom: 0;
        color: #212529; }
    @media (max-width: 767.98px) {
      .strath-bootstrap .feature-with-image {
        margin-left: 2rem; } }
  .strath-bootstrap .profilescontainer-white-fixed-width {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
    .strath-bootstrap .profilescontainer-white-fixed-width .randomise:nth-child(n + 2) {
      display: none; }
  .strath-bootstrap .profilescontainer-white-full-width {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .strath-bootstrap .profilescontainer-white-full-width .randomise:nth-child(n + 3) {
      display: none; }
  .strath-bootstrap .profilescontainer-grey-fixed-width {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
    .strath-bootstrap .profilescontainer-grey-fixed-width > .randomise:nth-child(n + 2) {
      display: none; }
  .strath-bootstrap .profilescontainer-grey-full-width {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .strath-bootstrap .profilescontainer-grey-full-width .randomise:nth-child(n + 3) {
      display: none; }
  .strath-bootstrap .profile {
    margin-bottom: 0; }
    .strath-bootstrap .profile a blockquote,
    .strath-bootstrap .profile blockquote {
      border-left: 0;
      padding: 0;
      margin: 30px 0;
      color: #212529; }
      .strath-bootstrap .profile a blockquote:before,
      .strath-bootstrap .profile blockquote:before {
        font-size: 1.7rem;
        color: #002b5c;
        padding: 0 8px 0 0; }
      .strath-bootstrap .profile a blockquote:after,
      .strath-bootstrap .profile blockquote:after {
        font-size: 1.7rem;
        color: #002b5c;
        padding-left: 0.66667rem;
        line-height: 1.3rem; }
    .strath-bootstrap .profile .mono img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    .strath-bootstrap .profile:has(h3 a:hover) .mono img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
    .strath-bootstrap .profile h3 {
      font-family: "ClanProBold", sans-serif;
      color: #002b5c; }
      .strath-bootstrap .profile h3 a {
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-position: under !important; }
        .strath-bootstrap .profile h3 a:hover {
          text-decoration: underline !important;
          text-decoration-thickness: 2px;
          color: #01676a; }
    .strath-bootstrap .profile p {
      color: #495057; }
    .strath-bootstrap .profile .fa-home,
    .strath-bootstrap .profile .fa-suitcase {
      color: #002b5c; }
    .strath-bootstrap .profile .randomise:nth-child(n + 4) {
      display: none; }
    .strath-bootstrap .profile .randomise:nth-child(n + 4) {
      display: none; }
  @media (max-width: 991.98px) {
    .strath-bootstrap .profilescontainer {
      padding: 0 2rem; } }
  .strath-bootstrap .strategic-plan .strategic-values {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4rem 0;
    border-bottom: 2px solid #e9ecef;
    background: #e9ecef; }
    .strath-bootstrap .strategic-plan .strategic-values h2,
    .strath-bootstrap .strategic-plan .strategic-values h3,
    .strath-bootstrap .strategic-plan .strategic-values h4,
    .strath-bootstrap .strategic-plan .strategic-values .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .strategic-plan .strategic-values h2,
    .strath-bootstrap .strategic-plan .strategic-values .results .result h3,
    .strath-bootstrap .results .result .strategic-plan .strategic-values h3,
    .strath-bootstrap .strategic-plan .strategic-values .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .strategic-plan .strategic-values h3 {
      font-family: "ClanProBold", sans-serif;
      width: 100%;
      text-align: center;
      margin-bottom: 2rem; }
    .strath-bootstrap .strategic-plan .strategic-values:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #ffffff;
      border-width: 0px;
      margin-left: -0px; }
    .strath-bootstrap .strategic-plan .strategic-values:before {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(204, 204, 204, 0);
      border-top-color: #e9ecef;
      border-width: 25px;
      margin-left: -25px; }
    .strath-bootstrap .strategic-plan .strategic-values.no-arrow:before, .strath-bootstrap .strategic-plan .strategic-values.no-arrow:after {
      display: none; }
  .strath-bootstrap .strategic-plan .strategic-goals {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4rem 0;
    border-bottom: 2px solid #fff; }
    .strath-bootstrap .strategic-plan .strategic-goals h2,
    .strath-bootstrap .strategic-plan .strategic-goals h3,
    .strath-bootstrap .strategic-plan .strategic-goals h4,
    .strath-bootstrap .strategic-plan .strategic-goals .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .strategic-plan .strategic-goals h2,
    .strath-bootstrap .strategic-plan .strategic-goals .results .result h3,
    .strath-bootstrap .results .result .strategic-plan .strategic-goals h3,
    .strath-bootstrap .strategic-plan .strategic-goals .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .strategic-plan .strategic-goals h3 {
      font-family: "ClanProBold", sans-serif;
      width: 100%;
      text-align: center;
      margin-bottom: 2rem;
      padding: 0 1rem; }
    .strath-bootstrap .strategic-plan .strategic-goals:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #ffffff;
      border-width: 0px;
      margin-left: -0px; }
    .strath-bootstrap .strategic-plan .strategic-goals:before {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(204, 204, 204, 0);
      border-top-color: #fff;
      border-width: 25px;
      margin-left: -25px; }
  .strath-bootstrap .strategic-plan .strategic-value {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 7px 23px;
    text-transform: uppercase; }
    .strath-bootstrap .strategic-plan .strategic-value:before {
      display: block;
      content: " ";
      top: 0;
      left: 0;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      border: 5px solid; }
    .strath-bootstrap .strategic-plan .strategic-value:nth-of-type(1) {
      color: #020c0e; }
    .strath-bootstrap .strategic-plan .strategic-value:nth-of-type(2) {
      color: #020c0e; }
    .strath-bootstrap .strategic-plan .strategic-value:nth-of-type(3) {
      color: #020c0e; }
    .strath-bootstrap .strategic-plan .strategic-value:nth-of-type(4) {
      color: #020c0e; }
    .strath-bootstrap .strategic-plan .strategic-value:nth-of-type(5) {
      color: #020c0e; }
  .strath-bootstrap .strategic-plan .strategic-goal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 7px 15px;
    text-transform: uppercase;
    color: #020c0e;
    padding: 7px; }
    .strath-bootstrap .strategic-plan .strategic-goal:before {
      display: block;
      content: " ";
      top: 0;
      left: 0;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      border: 5px solid;
      width: 200px;
      height: 200px;
      border: 8px solid; }
    .strath-bootstrap .strategic-plan .strategic-goal .fa {
      color: #002b5c;
      margin-top: 1rem; }
  .strath-bootstrap .strategic-plan .strategic-value-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 900;
    background: #e9ecef;
    width: 100%;
    text-align: center;
    font-size: 1.3rem; }
  .strath-bootstrap .strategic-plan .strategic-goal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 900;
    background: #e9ecef;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    border-radius: 50%;
    max-width: calc(100% - 40px);
    background: transparent; }
  .strath-bootstrap .strategic-plan .strategic-goal-title {
    color: #020c0e;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1; }
  .strath-bootstrap .strategic-plan .strategic-goal-text {
    font-size: 1rem;
    font-weight: normal;
    color: #495057;
    max-width: 90%;
    margin: auto;
    text-transform: none; }
  .strath-bootstrap .our-strategy .leading-text {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center; }
  .strath-bootstrap .alert-container {
    width: 100%; }
    .strath-bootstrap .alert-container a {
      display: block; }
    .strath-bootstrap .alert-container h2 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.4rem;
      margin-bottom: 0.25rem; }
    .strath-bootstrap .alert-container p {
      margin-bottom: 0;
      color: #212529; }
    .strath-bootstrap .alert-container .alert-close {
      display: block; }
      .strath-bootstrap .alert-container .alert-close button {
        font-size: 2rem;
        background: transparent;
        padding: 0 1rem;
        color: #002b5c;
        line-height: 1; }
    .strath-bootstrap .alert-container .red {
      border-left: 4px solid #ee3224; }
    .strath-bootstrap .alert-container .alert-links {
      width: 100%;
      padding: 0.5rem 1rem 1rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .alert-container .alert-links {
          padding: 0.5rem 1.5rem 1rem; } }
      .strath-bootstrap .alert-container .alert-links a {
        display: inline-block;
        margin-right: 0.5rem;
        margin-bottom: 0.5rem; }
  .strath-bootstrap .alert-box {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    background: #fff;
    margin-bottom: 1rem;
    border-left: 4px solid #002b5c; }
    .strath-bootstrap .alert-box.red {
      border-color: #ee3224; }
    .strath-bootstrap .alert-box.blue {
      border-color: #267aab; }
    .strath-bootstrap .alert-box.green {
      border-color: #28a745; }
    .strath-bootstrap .alert-box.orange {
      border-color: #fd7e14; }
    .strath-bootstrap .alert-box.page-alert {
      border-left: 0;
      box-shadow: none;
      margin-top: 1rem; }
      .strath-bootstrap .alert-box.page-alert .alert-main-area:hover {
        background: transparent; }
        .strath-bootstrap .alert-box.page-alert .alert-main-area:hover h2,
        .strath-bootstrap .alert-box.page-alert .alert-main-area:hover .alert-chevron {
          color: #002b5c; }
        .strath-bootstrap .alert-box.page-alert .alert-main-area:hover p {
          color: #212529; }
    .strath-bootstrap .alert-box .alert-main-area {
      padding: 1rem;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      transition: 0.2s;
      background: white; }
      @media (min-width: 576px) {
        .strath-bootstrap .alert-box .alert-main-area {
          padding: 1rem 1.5rem; } }
    .strath-bootstrap .alert-box h2 {
      font-size: 1.4rem;
      margin-bottom: 0.25rem; }
    .strath-bootstrap .alert-box p {
      color: #212529; }
    .strath-bootstrap .alert-box p:last-child {
      margin-bottom: 0; }
    .strath-bootstrap .alert-box .alert-chevron,
    .strath-bootstrap .alert-box .alert-close {
      margin-left: auto;
      padding-left: 1rem;
      font-size: 1.6rem;
      color: inherit;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      color: #002b5c; }
    .strath-bootstrap .alert-box .alert-main-area:hover {
      background: #6c757d; }
      .strath-bootstrap .alert-box .alert-main-area:hover h2,
      .strath-bootstrap .alert-box .alert-main-area:hover p,
      .strath-bootstrap .alert-box .alert-main-area:hover .alert-chevron {
        color: #fff; }
      .strath-bootstrap .alert-box .alert-main-area:hover .alert-text a.faux-block-link h2 {
        text-decoration: underline; }
  .strath-bootstrap .faculty-alert-container.container {
    margin: auto;
    padding: 1rem 15px 2rem 15px; }
    @media (min-width: 992px) {
      .strath-bootstrap .faculty-alert-container.container {
        padding: 2rem 15px; } }
    .strath-bootstrap .faculty-alert-container.container .alert-main-area {
      padding: 0.75rem 1rem; }
  .strath-bootstrap .six-blocks-container p a {
    color: #01676a;
    text-decoration: underline; }
  .strath-bootstrap .sixblocks .block-grid-item-content {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15); }
    .strath-bootstrap .sixblocks .block-grid-item-content:hover {
      background: #6c757d; }
      .strath-bootstrap .sixblocks .block-grid-item-content:hover .block-grid-item-text h3 {
        font-family: "ClanProBold", sans-serif; }
      .strath-bootstrap .sixblocks .block-grid-item-content:hover .block-grid-item-text h3,
      .strath-bootstrap .sixblocks .block-grid-item-content:hover .block-grid-item-text p a,
      .strath-bootstrap .sixblocks .block-grid-item-content:hover .block-grid-item-text p:last-child {
        color: #fff; }
  .strath-bootstrap .trans-block-links {
    position: relative;
    padding: 4rem 0;
    background: #002b5c; }
    .strath-bootstrap .trans-block-links .trans-block-links-background {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      opacity: 0.1; }
    .strath-bootstrap .trans-block-links .trans-block-link {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .trans-block-links .trans-block-link {
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
          padding-top: 1rem;
          padding-bottom: 1rem; } }
      @media (min-width: 992px) {
        .strath-bootstrap .trans-block-links .trans-block-link {
          -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%;
          padding-top: 0;
          padding-bottom: 0; } }
      .strath-bootstrap .trans-block-links .trans-block-link * {
        color: white; }
      .strath-bootstrap .trans-block-links .trans-block-link .trans-block-link-inner {
        position: relative;
        padding: 1rem;
        border: 3px solid white;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        transition: background 0.2s; }
        .strath-bootstrap .trans-block-links .trans-block-link .trans-block-link-inner:hover {
          background: #6c757d;
          text-decoration: none; }
        .strath-bootstrap .trans-block-links .trans-block-link .trans-block-link-inner .faux-block-link.hover {
          text-decoration: none !important; }
          .strath-bootstrap .trans-block-links .trans-block-link .trans-block-link-inner .faux-block-link.hover h2 {
            font-family: "ClanProBold", sans-serif;
            text-decoration: none !important; }
      .strath-bootstrap .trans-block-links .trans-block-link h2 {
        font-family: "ClanProBold", sans-serif;
        font-size: 1.6em;
        font-weight: bold;
        border-bottom: 0px;
        margin: 0;
        min-height: auto;
        padding: 0; }
      .strath-bootstrap .trans-block-links .trans-block-link hr {
        border-top: 3px solid #fff;
        max-width: 100px;
        width: 100%;
        margin: 1rem 0;
        text-align: left; }
      .strath-bootstrap .trans-block-links .trans-block-link .fa {
        font-size: 1.6rem;
        margin-top: auto;
        text-align: right; }
  .strath-bootstrap .photobox img {
    float: left !important;
    width: 30%;
    height: auto;
    margin: 5px 20px 10px 0; }
  .strath-bootstrap .photobox .has-link a {
    text-decoration: none; }
  .strath-bootstrap .photobox .block-grid-item-text {
    color: #212529; }
  @media (max-width: 991.98px) {
    .strath-bootstrap .photobox .block-grid-item-text ul {
      float: left;
      padding-left: 4rem; } }
  @media (max-width: 767.98px) {
    .strath-bootstrap .photobox img {
      width: 100%;
      padding-bottom: 2rem; }
    .strath-bootstrap .photobox ul {
      padding-left: 0; } }
  .strath-bootstrap .one-block .block-grid-item-content {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15); }
  .strath-bootstrap .twoorfourblocks .block-grid-item-content {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15); }
  .strath-bootstrap .news-row {
    margin: 0; }
  .strath-bootstrap .web-news-container {
    float: left;
    display: block;
    margin: 0 1.53331%;
    width: 73%; }
    .strath-bootstrap .web-news-container .web-news-story .breakout-box {
      color: #fff; }
    .strath-bootstrap .web-news-container .web-news-story .breakout-box a {
      text-decoration: underline;
      color: #fff; }
      .strath-bootstrap .web-news-container .web-news-story .breakout-box a:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0c1";
        float: right;
        font-size: 1.3rem; }
      .strath-bootstrap .web-news-container .web-news-story .breakout-box a:hover {
        text-decoration: underline;
        color: #fff; }
    .strath-bootstrap .web-news-container .web-news-story .time-date {
      font-weight: bold;
      padding: 1rem 0;
      color: #002b5c; }
  .strath-bootstrap .web-news-aside-container {
    width: 23%;
    display: block;
    float: right; }
    .strath-bootstrap .web-news-aside-container .fact h2 {
      font-family: "ClanProBold", sans-serif;
      background: #002b5c; }
      .strath-bootstrap .web-news-aside-container .fact h2:hover {
        background: #6c757d; }
    .strath-bootstrap .web-news-aside-container .block-grid {
      padding: 1rem 0; }
      .strath-bootstrap .web-news-aside-container .block-grid .block-grid-item-content {
        box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15); }
        .strath-bootstrap .web-news-aside-container .block-grid .block-grid-item-content p a,
        .strath-bootstrap .web-news-aside-container .block-grid .block-grid-item-content p:last-child {
          color: #212529;
          font-size: 1rem;
          font-weight: normal;
          text-decoration: underline;
          margin: 0; }
        .strath-bootstrap .web-news-aside-container .block-grid .block-grid-item-content:hover .block-grid-item-text {
          background: #6c757d; }
        .strath-bootstrap .web-news-aside-container .block-grid .block-grid-item-content:hover p a,
        .strath-bootstrap .web-news-aside-container .block-grid .block-grid-item-content:hover p:last-child {
          color: #fff; }
  @media (max-width: 767.98px) {
    .strath-bootstrap .web-news-container,
    .strath-bootstrap .web-news-aside-container {
      width: 99%;
      padding: 0 1rem;
      margin: 0; }
      .strath-bootstrap .web-news-container .web-news-story .breakout-box,
      .strath-bootstrap .web-news-aside-container .web-news-story .breakout-box {
        width: 99%;
        padding: 1rem; } }
  .strath-bootstrap .rhs-news {
    background-color: white; }
    .strath-bootstrap .rhs-news .block-grid-item-content {
      box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15); }
    .strath-bootstrap .rhs-news .block-grid-item-text:hover {
      background: white; }
    .strath-bootstrap .rhs-news .block-grid-item-text p:last-child,
    .strath-bootstrap .rhs-news .block-grid-item-text p {
      color: #212529; }
  .strath-bootstrap .block-grid-item-news .block-grid {
    margin-top: 0; }
  .strath-bootstrap .block-grid-item-news .block-grid-item .block-grid-item-text p {
    color: #212529;
    overflow-wrap: break-word; }
  .strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content .faux-block-link:hover {
    text-decoration: none; }
  .strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content:hover a h2 {
    color: white; }
  .strath-bootstrap .block-grid-item-news .news-subtop-story .block-grid-item-content .block-grid-item-text,
  .strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content .block-grid-item-text {
    border-top: 5px solid #002b5c;
    padding: 1rem;
    min-height: 100px; }
  .strath-bootstrap .block-grid-item-news .news-subtop-story .block-grid-item-content:hover p,
  .strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content:hover p {
    color: white !important; }
  .strath-bootstrap .block-grid-item-news .news-subtop-story .block-grid-item-content .block-grid-item-text .faux-block-link:hover,
  .strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content .block-grid-item-text .faux-block-link:hover {
    color: white !important; }
  .strath-bootstrap .block-grid-item-news .news-subtop-story .block-grid-item-content h2,
  .strath-bootstrap .block-grid-item-news .news-subtop-story .block-grid-item-content h3,
  .strath-bootstrap .block-grid-item-news .news-subtop-story .block-grid-item-content p a,
  .strath-bootstrap .block-grid-item-news .news-subtop-story .block-grid-item-content p:last-child,
  .strath-bootstrap .block-grid-item-news .news-subtop-story .block-grid-item-content p,
  .strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content h2,
  .strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content h3,
  .strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content p a,
  .strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content p:last-child,
  .strath-bootstrap .block-grid-item-news .news-top-story .block-grid-item-content p {
    color: #002b5c; }
  @media (max-width: 991.98px) {
    .strath-bootstrap .block-grid-item-news {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important; }
      .strath-bootstrap .block-grid-item-news .block-grid-item.half {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
      .strath-bootstrap .block-grid-item-news .block-grid-item.quarter {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; } }
  @media (max-width: 767.98px) {
    .strath-bootstrap .block-grid-item-news {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important; }
      .strath-bootstrap .block-grid-item-news .block-grid-item.half {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .strath-bootstrap .block-grid-item-news .block-grid-item.quarter {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  .strath-bootstrap .news-summary .block-grid-item-content {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15); }
  .strath-bootstrap .news-summary .block-grid-item-content:hover {
    background: #6c757d; }
    .strath-bootstrap .news-summary .block-grid-item-content:hover .block-grid-item-text h3,
    .strath-bootstrap .news-summary .block-grid-item-content:hover .block-grid-item-text p {
      color: #fff; }
  .strath-bootstrap .news-summary .block-grid-item-content-nolink:hover {
    background: white; }
    .strath-bootstrap .news-summary .block-grid-item-content-nolink:hover .block-grid-item-text p {
      color: #212529; }
  .strath-bootstrap .web-news-themes .block-grid-item-text a.faux-block-link:hover {
    background: #6c757d !important; }
  .strath-bootstrap .web-news-themes .block-grid-item-text p {
    overflow-wrap: break-word;
    text-decoration: none; }
    .strath-bootstrap .web-news-themes .block-grid-item-text p:hover {
      text-decoration: none; }
  .strath-bootstrap .block-grid-item.lhs-feature-section {
    margin-bottom: 0; }
  .strath-bootstrap .lhs-feature-section {
    width: 100%;
    margin-left: -2px; }
    .strath-bootstrap .lhs-feature-section .block-grid-item-content {
      box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
      padding: 0.5rem 1rem 1rem 1rem; }
      .strath-bootstrap .lhs-feature-section .block-grid-item-content .left {
        float: left;
        margin-bottom: 0; }
      .strath-bootstrap .lhs-feature-section .block-grid-item-content .right {
        float: right;
        margin-bottom: 0; }
      .strath-bootstrap .lhs-feature-section .block-grid-item-content ul {
        padding-left: 2rem; }
      .strath-bootstrap .lhs-feature-section .block-grid-item-content:not(.has-link):hover {
        background-color: #e9ecef; }
        .strath-bootstrap .lhs-feature-section .block-grid-item-content:not(.has-link):hover h3 {
          -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent; }
    .strath-bootstrap .lhs-feature-section .block-grid-item-image img {
      margin: 10px 0; }
    .strath-bootstrap .lhs-feature-section .block-grid-item-text {
      border-top: 0;
      padding: 1rem 1rem 1rem 0; }
      .strath-bootstrap .lhs-feature-section .block-grid-item-text button {
        background-color: transparent; }
      .strath-bootstrap .lhs-feature-section .block-grid-item-text p button a,
      .strath-bootstrap .lhs-feature-section .block-grid-item-text button a,
      .strath-bootstrap .lhs-feature-section .block-grid-item-text a button {
        text-decoration: none; }
        .strath-bootstrap .lhs-feature-section .block-grid-item-text p button a:hover,
        .strath-bootstrap .lhs-feature-section .block-grid-item-text button a:hover,
        .strath-bootstrap .lhs-feature-section .block-grid-item-text a button:hover {
          background: #015f63; }
      .strath-bootstrap .lhs-feature-section .block-grid-item-text p {
        color: #343a40; }
      .strath-bootstrap .lhs-feature-section .block-grid-item-text a.faux-block-link {
        text-decoration: none; }
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover ul li:before,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover p a,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover p,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover span,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover li,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover li a {
      color: #343a40; }
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover h2,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover h2 a,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover h3,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover h3 a,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover h4,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover .banner-buttons .banner-button-header h2,
    .strath-bootstrap .banner-buttons .banner-button-header .lhs-feature-section:not(.has-link):hover h2,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover .results .result h3,
    .strath-bootstrap .results .result .lhs-feature-section:not(.has-link):hover h3,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover .course-search-2019 .searchstriped > section > article > .staff h3,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .lhs-feature-section:not(.has-link):hover h3,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover h4 a,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover .banner-buttons .banner-button-header h2 a,
    .strath-bootstrap .banner-buttons .banner-button-header .lhs-feature-section:not(.has-link):hover h2 a,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover .results .result h3 a,
    .strath-bootstrap .results .result .lhs-feature-section:not(.has-link):hover h3 a,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover .course-search-2019 .searchstriped > section > article > .staff h3 a,
    .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .lhs-feature-section:not(.has-link):hover h3 a,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover h5,
    .strath-bootstrap .lhs-feature-section:not(.has-link):hover h5 a {
      color: #002b5c; }
    .strath-bootstrap .lhs-feature-section .has-link:hover {
      background: #6c757d !important; }
      .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text {
        color: #fff; }
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text ul li:before,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text h2,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text h2 a,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text h3,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text h3 a,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text h4,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text .banner-buttons .banner-button-header h2,
        .strath-bootstrap .banner-buttons .banner-button-header .lhs-feature-section .has-link:hover .block-grid-item-text h2,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text .results .result h3,
        .strath-bootstrap .results .result .lhs-feature-section .has-link:hover .block-grid-item-text h3,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text .course-search-2019 .searchstriped > section > article > .staff h3,
        .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .lhs-feature-section .has-link:hover .block-grid-item-text h3,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text h4 a,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text .banner-buttons .banner-button-header h2 a,
        .strath-bootstrap .banner-buttons .banner-button-header .lhs-feature-section .has-link:hover .block-grid-item-text h2 a,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text .results .result h3 a,
        .strath-bootstrap .results .result .lhs-feature-section .has-link:hover .block-grid-item-text h3 a,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text .course-search-2019 .searchstriped > section > article > .staff h3 a,
        .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .lhs-feature-section .has-link:hover .block-grid-item-text h3 a,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text h5,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text h5 a,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text p a,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text p,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text span,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text li,
        .strath-bootstrap .lhs-feature-section .has-link:hover .block-grid-item-text li a {
          color: #fff !important;
          text-decoration: none; }
  @media (max-width: 767.98px) {
    .strath-bootstrap .lhs-feature-section .block-grid-item-image.right, .strath-bootstrap .lhs-feature-section .block-grid-item-image.left {
      float: none;
      display: inline;
      margin: 0; }
    .strath-bootstrap .lhs-feature-section .block-grid-item-image img {
      padding-bottom: 1rem; }
    .strath-bootstrap .lhs-feature-section .block-grid-item-text {
      padding: 0; } }
  .strath-bootstrap .tagline {
    position: relative;
    padding: 3rem 0;
    background-color: #eee; }
    .strath-bootstrap .tagline .tagline-background {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      opacity: 0.1; }
    .strath-bootstrap .tagline .tagline-text h2 {
      font-family: "ClanProBold", sans-serif;
      font-size: 1.6em;
      font-weight: bold;
      text-align: center;
      padding: 0 2rem;
      margin: auto;
      border-left: 4px solid #0078ae;
      border-right: 4px solid #0078ae;
      border-bottom: 0;
      min-height: auto; }
      @media (min-width: 768px) {
        .strath-bootstrap .tagline .tagline-text h2 {
          max-width: 600px;
          padding: 0 4rem; } }
  .strath-bootstrap form,
  .strath-bootstrap .strath-form {
    max-width: 600px; }
    .strath-bootstrap form input:hover, .strath-bootstrap form input:focus-visible,
    .strath-bootstrap form textarea:hover,
    .strath-bootstrap form textarea:focus-visible,
    .strath-bootstrap form select:hover,
    .strath-bootstrap form select:focus-visible,
    .strath-bootstrap .strath-form input:hover,
    .strath-bootstrap .strath-form input:focus-visible,
    .strath-bootstrap .strath-form textarea:hover,
    .strath-bootstrap .strath-form textarea:focus-visible,
    .strath-bootstrap .strath-form select:hover,
    .strath-bootstrap .strath-form select:focus-visible {
      border-color: transparent;
      box-shadow: inset 0 0 0 transparent, 0 0 0 3px rgba(0, 43, 92, 0.75);
      -ms-high-contrast: adjusted;
      outline: 2px solid #002b5c !important; }
    .strath-bootstrap form label,
    .strath-bootstrap form legend,
    .strath-bootstrap .strath-form label,
    .strath-bootstrap .strath-form legend {
      font-weight: bold;
      color: #002b5c; }
    .strath-bootstrap form input[type="checkbox"] + label,
    .strath-bootstrap form input[type="radio"] + label,
    .strath-bootstrap .strath-form input[type="checkbox"] + label,
    .strath-bootstrap .strath-form input[type="radio"] + label {
      font-weight: normal;
      color: #212529;
      -ms-high-contrast: adjusted;
      /*merge this into master for live*/ }
  .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content:hover {
    background-color: #e9ecef !important; }
  .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15); }
    .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content h3 {
      font-family: "ClanProBold", sans-serif;
      color: #002b5c; }
    .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content ul {
      padding-left: 0; }
    .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content .block-grid-item-image img {
      max-width: 200px;
      float: right;
      margin: 5px 0 0 10px; }
  .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content:hover {
    background-color: transparent; }
    .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content:hover p {
      color: #002b5c; }
  .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content.has-link:hover {
    background-color: #6c757d !important; }
    .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content.has-link:hover .block-grid-item-text {
      color: #fff; }
      .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content.has-link:hover .block-grid-item-text h3,
      .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content.has-link:hover .block-grid-item-text p a,
      .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content.has-link:hover .block-grid-item-text p,
      .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content.has-link:hover .block-grid-item-text span,
      .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content.has-link:hover .block-grid-item-text li,
      .strath-bootstrap .lhshalfwidthfeaturelnk .block-grid-item-content.has-link:hover .block-grid-item-text li a {
        color: #fff; }
  @media (max-width: 1199.98px) {
    .strath-bootstrap .lhshalfwidthfeaturelnk {
      -webkit-flex: 0 0 100% !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
      max-width: 100% !important; } }
  @media (min-width: 768px) {
    .strath-bootstrap .course-alert {
      margin-top: -2rem;
      margin-bottom: 1rem; } }
  .strath-bootstrap .course-alert .course-alert-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 1.5rem;
    background: #fff;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 768px) {
      .strath-bootstrap .course-alert .course-alert-inner {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    .strath-bootstrap .course-alert .course-alert-inner .course-alert-text {
      font-size: 1.2rem;
      font-weight: bold;
      color: #002b5c;
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .strath-bootstrap .course-alert .course-alert-inner .course-alert-text {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .strath-bootstrap .course-alert .course-alert-inner .course-alert-link {
        margin-left: auto;
        padding-left: 1rem; } }
    .strath-bootstrap .course-alert .course-alert-inner .course-alert-link .btn {
      white-space: nowrap; }
  .strath-bootstrap .course-banner-alert {
    background: #002b5c;
    color: #fff;
    font-weight: bold;
    padding: 0.75rem 1rem;
    text-align: center;
    transition: all 2s cubic-bezier(0.75, 0, 0.25, 1);
    z-index: 10; }
    @media (min-width: 992px) {
      .strath-bootstrap .course-banner-alert {
        position: absolute;
        top: -100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 50px;
        padding: 0.25rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        white-space: nowrap; } }
    @media (min-width: 992px) {
      .strath-bootstrap .course-banner-alert.active {
        top: 0.75rem; } }
    @media (min-width: 992px) {
      .strath-bootstrap .course-banner-alert .course-banner-alert-text {
        padding: 0 0.5rem; } }
    .strath-bootstrap .course-banner-alert .btn {
      padding: 0.25rem 0.75rem;
      color: #002b5c;
      border: 0;
      background: #fff;
      margin: 0.5rem 0 0;
      width: 100%;
      white-space: nowrap;
      /*Ch wrap under 768px for text wrap instead long course titles*/ }
      @media (min-width: 992px) {
        .strath-bootstrap .course-banner-alert .btn {
          margin: 0; } }
      @media (min-width: 576px) {
        .strath-bootstrap .course-banner-alert .btn {
          width: auto; } }
      .strath-bootstrap .course-banner-alert .btn:hover {
        background: #01676a;
        color: #fff; }
  .strath-bootstrap .accordion {
    margin-bottom: 0.5rem; }
    .strath-bootstrap .accordion .strath-toggle .toggle-headings {
      margin-bottom: 0.5rem;
      background: #e9ecef; }
      .strath-bootstrap .accordion .strath-toggle .toggle-headings button {
        padding-right: 1rem;
        text-align: left;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
        width: 100%;
        text-align: left;
        padding: 0 !important; }
        .strath-bootstrap .accordion .strath-toggle .toggle-headings button h3 {
          text-align: start;
          margin-top: 1.33333rem; }
      .strath-bootstrap .accordion .strath-toggle .toggle-headings small {
        font-weight: bold;
        color: #002b5c; }
    .strath-bootstrap .accordion .strath-toggle .col .card-body {
      background: #fff !important; }
      .strath-bootstrap .accordion .strath-toggle .col .card-body ul li:before {
        display: none; }
      .strath-bootstrap .accordion .strath-toggle .col .card-body ul li input[type="checkbox"] {
        accent-color: #002b5c;
        margin-right: 10px;
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        cursor: pointer; }
    .strath-bootstrap .accordion .accordion-header {
      background: white;
      margin-bottom: 0; }
      .strath-bootstrap .accordion .accordion-header button {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #002b5c;
        padding: 1.25rem;
        font-size: 1.2rem;
        font-weight: bold;
        background: transparent;
        width: 100%;
        cursor: pointer;
        border: 2px solid #e9ecef;
        border-radius: 0; }
        .strath-bootstrap .accordion .accordion-header button[aria-expanded="true"] .fa {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
      .strath-bootstrap .accordion .accordion-header button:focus {
        outline: 1px solid black;
        box-shadow: none; }
      .strath-bootstrap .accordion .accordion-header .accordion-header-text {
        padding-right: 1rem;
        text-align: left;
        text-decoration: none;
        background: #e9ecef;
        white-space: normal; }
        .strath-bootstrap .accordion .accordion-header .accordion-header-text:hover, .strath-bootstrap .accordion .accordion-header .accordion-header-text:focus-visible {
          background: #6c757d;
          color: white !important; }
        .strath-bootstrap .accordion .accordion-header .accordion-header-text:hover .fa {
          color: white; }
        .strath-bootstrap .accordion .accordion-header .accordion-header-text .fa {
          font-family: "FontAwesome"; }
      .strath-bootstrap .accordion .accordion-header .fa {
        margin-left: auto;
        transition: 0.2s;
        margin-bottom: auto; }
    .strath-bootstrap .accordion .accordion-body .accordion-body-inner {
      padding: 1.25rem 1rem; }
      .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        margin: 20px 0; }
      .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive::-webkit-scrollbar {
        -webkit-appearance: none; }
      .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive::-webkit-scrollbar:vertical {
        width: 12px; }
      .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive::-webkit-scrollbar:horizontal {
        height: 15px; }
      .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive::-webkit-scrollbar-thumb {
        background-color: #e9ecef;
        border: 2px solid #ffffff; }
      .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive::-webkit-scrollbar-track {
        background-color: #ffffff; }
      .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive table {
        border: 2px solid #e9ecef;
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
        background-color: transparent; }
        .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive table thead th,
        .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive table tbody th {
          border: 1px #6c757d solid; }
        .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive table td {
          padding: 0.5rem;
          border: 1px #ced4da solid; }
        .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive table th,
        .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive table tr {
          font-size: 1em;
          padding: 0.5rem;
          background-color: #ced4da;
          color: #212529;
          text-align: left;
          border-collapse: collapse;
          border: 1px #fff solid;
          font-weight: normal; }
        .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive table th {
          border: 1px #6c757d solid; }
        .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive table tbody tr:nth-of-type(even) {
          background-color: #e9ecef; }
        .strath-bootstrap .accordion .accordion-body .accordion-body-inner .table-responsive table tbody tr:nth-of-type(odd) {
          background-color: #fff; }
      .strath-bootstrap .accordion .accordion-body .accordion-body-inner a {
        line-height: 1.7rem; }
      .strath-bootstrap .accordion .accordion-body .accordion-body-inner .button-link {
        text-decoration: none; }
        .strath-bootstrap .accordion .accordion-body .accordion-body-inner .button-link:hover {
          background: #6c757d;
          text-decoration: none; }
      .strath-bootstrap .accordion .accordion-body .accordion-body-inner img {
        width: 100%;
        height: auto;
        padding-bottom: 20px; }
      .strath-bootstrap .accordion .accordion-body .accordion-body-inner .question {
        color: #002b5c;
        font-weight: bold;
        font-size: 1.25rem; }
  .strath-bootstrap .accordion-group-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .strath-bootstrap .accordion-group-title .accordion-group-title-content {
      width: 100%;
      padding-right: 1rem; }
      .strath-bootstrap .accordion-group-title .accordion-group-title-content *:last-child {
        margin-bottom: 1rem; }
      .strath-bootstrap .accordion-group-title .accordion-group-title-content p.button-link {
        margin-bottom: 2rem; }
        .strath-bootstrap .accordion-group-title .accordion-group-title-content p.button-link a {
          text-decoration: none !important; }
        .strath-bootstrap .accordion-group-title .accordion-group-title-content p.button-link:hover {
          text-decoration: none !important; }
        .strath-bootstrap .accordion-group-title .accordion-group-title-content p.button-link a {
          margin-bottom: 0;
          text-decoration: none; }
          .strath-bootstrap .accordion-group-title .accordion-group-title-content p.button-link a:hover {
            text-decoration: none !important; }
    .strath-bootstrap .accordion-group-title .btn:focus {
      color: #fff;
      background-color: #018489; }
    .strath-bootstrap .accordion-group-title .expand-all {
      margin-left: auto;
      margin-bottom: 1rem;
      white-space: nowrap; }
    @media (min-width: 576px) {
      .strath-bootstrap .accordion-group-title {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .strath-bootstrap .accordion-group-title h3 {
    font-family: "ClanProBold", sans-serif;
    margin-top: 1rem; }
    .strath-bootstrap .accordion-group-title h3 span:before {
      font-family: "FontAwesome" !important; }
  .strath-bootstrap .accordion-group-title p:last-child {
    margin: 0; }
  .strath-bootstrap .rhs-image .block-grid-item-image img {
    padding-top: 0;
    margin-top: 0; }
  .strath-bootstrap .rhs-image .block-grid-item-text-text {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    background: #e9ecef; }
    .strath-bootstrap .rhs-image .block-grid-item-text-text h2 {
      font-size: 1.3375rem; }
    .strath-bootstrap .rhs-image .block-grid-item-text-text p {
      color: #212529;
      margin-top: 0;
      font-size: 1rem;
      font-weight: normal; }
  .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .faux-block-link.hover h2, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .faux-block-link.hover h3, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .faux-block-link.hover h4, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .faux-block-link.hover .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .faux-block-link.hover h2, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .faux-block-link.hover .results .result h3, .strath-bootstrap .results .result .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .faux-block-link.hover h3, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .faux-block-link.hover .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .faux-block-link.hover h3, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .faux-block-link.hover h5, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .faux-block-link.hover h6,
  .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .faux-block-link.hover p {
    color: white;
    margin: 0px;
    padding: 10px; }
  .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text h2, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text h3, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text h4, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text h2, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .results .result h3, .strath-bootstrap .results .result .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text h3, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text h3, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text h5, .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text h6 {
    text-decoration: underline;
    margin: 0px;
    padding: 10px; }
  .strath-bootstrap .rhs-image .block-grid-item-inner.has-link .block-grid-item-content .block-grid-item-text-text p {
    color: #212529;
    margin: 0px;
    font-size: 1rem;
    font-weight: normal;
    padding: 10px; }
  .strath-bootstrap .rhs-image .block-grid-item-inner.has-link:hover .block-grid-item-text-text {
    background: #6c757d;
    color: white; }
  .strath-bootstrap .events-full-width .block-grid-item-content .calendar {
    background: #002b5c;
    color: #fff;
    min-width: 90px;
    padding: 1rem 0.5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    transition: 0.2s; }
    .strath-bootstrap .events-full-width .block-grid-item-content .calendar div:nth-of-type(2) {
      font-weight: bold;
      font-size: 1.2rem; }
  .strath-bootstrap .fact {
    margin-bottom: 1rem;
    position: relative;
    padding: 0.75rem 0.625rem; }
    .strath-bootstrap .fact.primaryblue {
      background-color: #002b5c; }
    .strath-bootstrap .fact.blue {
      background-color: #267aab; }
    .strath-bootstrap .fact.orange {
      background-color: #002b5c; }
    .strath-bootstrap .fact.green {
      background-color: #002b5c; }
    .strath-bootstrap .fact.red {
      background-color: #002b5c; }
    .strath-bootstrap .fact.lightgrey {
      background-color: #ced4da; }
    .strath-bootstrap .fact.darkgrey {
      background-color: #212529; }
    .strath-bootstrap .fact .fact__link,
    .strath-bootstrap .fact .fact__link-alt,
    .strath-bootstrap .fact .fact__link-media {
      color: #fff;
      padding: 0 1.25rem 0 0;
      display: block;
      text-decoration: none;
      text-underline-position: under; }
    .strath-bootstrap .fact .fact__link:hover,
    .strath-bootstrap .fact .fact__link-alt:hover,
    .strath-bootstrap .fact .fact__link-media:hover {
      text-decoration: underline; }
      .strath-bootstrap .fact .fact__link:hover::after,
      .strath-bootstrap .fact .fact__link-alt:hover::after,
      .strath-bootstrap .fact .fact__link-media:hover::after {
        -webkit-animation: bounce 0.5s;
        animation: bounce 0.5s; }
    .strath-bootstrap .fact .fact__link::before,
    .strath-bootstrap .fact .fact__link-alt::before,
    .strath-bootstrap .fact .fact__link-media::before {
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute; }
    .strath-bootstrap .fact .fact__link::after,
    .strath-bootstrap .fact .fact__link-alt::after,
    .strath-bootstrap .fact .fact__link-media::after {
      content: "\276F";
      /* This is the Unicode code for a chevron character */
      font-size: 1.25rem;
      /* Adjust size as necessary */
      position: absolute;
      right: 0.625rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: white; }
    .strath-bootstrap .fact .fact__link:focus,
    .strath-bootstrap .fact .fact__link-alt:focus,
    .strath-bootstrap .fact .fact__link-media:focus {
      outline: 3px solid yellow;
      outline-offset: 4px; }
    .strath-bootstrap .fact .fact__supplementary-text,
    .strath-bootstrap .fact .fact__supplementary-text * {
      color: #fff;
      -webkit-text-decoration-color: #fff;
      text-decoration-color: #fff;
      margin: 0;
      padding: 0; }
    .strath-bootstrap .fact .fact__supplementary-text a {
      text-decoration: underline; }
    .strath-bootstrap .fact .fact__supplementary-text a:focus {
      outline: 3px solid yellow;
      outline-offset: 4px; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  50% {
    -webkit-transform: translateY(-50%) translateX(-5px);
    transform: translateY(-50%) translateX(-5px); }
  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  50% {
    -webkit-transform: translateY(-50%) translateX(-5px);
    transform: translateY(-50%) translateX(-5px); }
  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
  .strath-bootstrap .fact-top {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: auto; }
  .strath-bootstrap #key-aside .fact p {
    font-size: 1.125rem; }
    .strath-bootstrap #key-aside .fact p strong {
      font-size: 1.8rem; }
  .strath-bootstrap .LHSImageHeaderText .has-link:hover h3,
  .strath-bootstrap .LHSImageHeaderText .has-link:hover p,
  .strath-bootstrap .LHSImageHeaderText .has-link:hover ul,
  .strath-bootstrap .LHSImageHeaderText .has-link:hover li,
  .strath-bootstrap .LHSImageHeaderText .has-link:hover li:before {
    color: #fff; }
  .strath-bootstrap .LHSImageHeaderText .has-link:hover p a {
    color: #fff;
    text-decoration: underline; }
  .strath-bootstrap .block-grid-item.areas-of-interest .block-grid-item-content .block-grid-item-text h3 {
    line-height: 2.2rem; }
  .strath-bootstrap .areas-of-interest {
    min-height: 250px;
    width: 100%;
    min-width: 100%;
    margin-bottom: 0; }
    .strath-bootstrap .areas-of-interest .block-grid-item-content {
      border: #e9ecef solid 10px;
      position: relative; }
    .strath-bootstrap .areas-of-interest .block-grid-item-content .left {
      float: left;
      margin-bottom: 0; }
    .strath-bootstrap .areas-of-interest .block-grid-item-content .right {
      float: right;
      margin-bottom: 0; }
    .strath-bootstrap .areas-of-interest .block-grid-item-content h3 {
      color: #002b5c;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap .areas-of-interest .block-grid-item-content ul {
      padding-left: 2rem; }
    .strath-bootstrap .areas-of-interest .block-grid-item-content.has-link h3 {
      text-decoration: underline; }
    .strath-bootstrap .areas-of-interest .block-grid-item-content.has-link:hover {
      background-color: #6c757d; }
    .strath-bootstrap .areas-of-interest .block-grid-item-content:hover {
      background-color: transparent; }
      .strath-bootstrap .areas-of-interest .block-grid-item-content:hover h3 {
        color: #002b5c; }
      .strath-bootstrap .areas-of-interest .block-grid-item-content:hover ul li:before,
      .strath-bootstrap .areas-of-interest .block-grid-item-content:hover p,
      .strath-bootstrap .areas-of-interest .block-grid-item-content:hover span,
      .strath-bootstrap .areas-of-interest .block-grid-item-content:hover li {
        color: #212529; }
      .strath-bootstrap .areas-of-interest .block-grid-item-content:hover li a,
      .strath-bootstrap .areas-of-interest .block-grid-item-content:hover p a,
      .strath-bootstrap .areas-of-interest .block-grid-item-content:hover h3 a,
      .strath-bootstrap .areas-of-interest .block-grid-item-content:hover h2 a {
        color: #01676a; }
    .strath-bootstrap .areas-of-interest .block-grid-item-text {
      border-top: 0; }
      .strath-bootstrap .areas-of-interest .block-grid-item-text .btn-primary, .strath-bootstrap .areas-of-interest .block-grid-item-text .call-to-action-link a, .strath-bootstrap .call-to-action-link .areas-of-interest .block-grid-item-text a,
      .strath-bootstrap .areas-of-interest .block-grid-item-text a.call-to-action-link,
      .strath-bootstrap .areas-of-interest .block-grid-item-text .button-container a, .strath-bootstrap .button-container .areas-of-interest .block-grid-item-text a,
      .strath-bootstrap .areas-of-interest .block-grid-item-text .orange-button a, .strath-bootstrap .orange-button .areas-of-interest .block-grid-item-text a {
        color: #fff; }
      .strath-bootstrap .areas-of-interest .block-grid-item-text p a,
      .strath-bootstrap .areas-of-interest .block-grid-item-text li a {
        font-weight: normal;
        font-size: 1rem;
        font-family: "Roboto", sans-serif; }
        .strath-bootstrap .areas-of-interest .block-grid-item-text p a:focus-visible,
        .strath-bootstrap .areas-of-interest .block-grid-item-text li a:focus-visible {
          outline: 2px solid; }
    .strath-bootstrap .areas-of-interest.left img {
      width: 50%;
      max-width: 50%;
      float: left;
      margin: 20px; }
    .strath-bootstrap .areas-of-interest.right img {
      float: right;
      width: 50%;
      max-width: 50%;
      margin: 20px; }
    .strath-bootstrap .areas-of-interest .has-link .block-grid-item-text {
      transition: 0.2s; }
    .strath-bootstrap .areas-of-interest .has-link .block-grid-item-image:hover + .block-grid-item-text,
    .strath-bootstrap .areas-of-interest .has-link .block-grid-item-text:hover {
      background: #6c757d;
      color: #fff; }
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-image:hover + .block-grid-item-text ul li:before,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-image:hover + .block-grid-item-text h3,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-image:hover + .block-grid-item-text p a,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-image:hover + .block-grid-item-text p,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-image:hover + .block-grid-item-text span,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-image:hover + .block-grid-item-text li,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-image:hover + .block-grid-item-text li a,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-text:hover ul li:before,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-text:hover h3,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-text:hover p a,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-text:hover p,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-text:hover span,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-text:hover li,
      .strath-bootstrap .areas-of-interest .has-link .block-grid-item-text:hover li a {
        color: #fff; }
    .strath-bootstrap .areas-of-interest .table {
      display: block;
      width: 100%;
      overflow-x: auto; }
    .strath-bootstrap .areas-of-interest .table::-webkit-scrollbar {
      -webkit-appearance: none; }
    .strath-bootstrap .areas-of-interest .table::-webkit-scrollbar:vertical {
      width: 12px; }
    .strath-bootstrap .areas-of-interest .table::-webkit-scrollbar:horizontal {
      height: 15px; }
    .strath-bootstrap .areas-of-interest .table::-webkit-scrollbar-thumb {
      background-color: #e9ecef;
      border: 2px solid #ffffff; }
    .strath-bootstrap .areas-of-interest .table::-webkit-scrollbar-track {
      background-color: #ffffff; }
    .strath-bootstrap .areas-of-interest table {
      border: 2px solid #e9ecef;
      width: 100%;
      max-width: 100%;
      margin-bottom: 1rem;
      background-color: transparent; }
      .strath-bootstrap .areas-of-interest table thead th,
      .strath-bootstrap .areas-of-interest table tbody th {
        font-weight: bold; }
      .strath-bootstrap .areas-of-interest table td {
        padding: 0.5rem; }
      .strath-bootstrap .areas-of-interest table th,
      .strath-bootstrap .areas-of-interest table tr {
        font-size: 1em;
        padding: 0.5rem;
        background-color: #ced4da;
        color: #212529;
        text-align: left;
        border-collapse: collapse;
        border: 1px #fff solid;
        font-weight: normal; }
      .strath-bootstrap .areas-of-interest table tbody tr:nth-of-type(even) {
        background-color: #e9ecef; }
      .strath-bootstrap .areas-of-interest table tbody tr:nth-of-type(odd) {
        background-color: #fff; }
  @media (max-width: 991.98px) {
    .strath-bootstrap .areas-of-interest.right.half img, .strath-bootstrap .areas-of-interest.left.half img {
      width: 100%;
      max-width: 100%;
      float: none;
      margin: 0; }
    .strath-bootstrap .areas-of-interest .block-grid-item-text {
      padding: 1rem 1rem 2rem 1rem; } }
  @media (max-width: 767.98px) {
    .strath-bootstrap .areas-of-interest {
      padding: 0; }
      .strath-bootstrap .areas-of-interest.right.half img, .strath-bootstrap .areas-of-interest.left.half img {
        float: none;
        padding: 0; } }
  .strath-bootstrap .multimap {
    min-height: 300px;
    margin-bottom: 2rem;
    padding: 20px 0;
    display: block;
    background-color: #fff; }
  .strath-bootstrap .location-details h3 {
    font-family: "ClanProBold", sans-serif;
    font-size: 1.605rem; }
  .strath-bootstrap aside.master-wrap {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .strath-bootstrap.pgr-page .mode-select label:first-letter {
    text-transform: capitalize; }
  .strath-bootstrap .supervisors {
    padding-bottom: 2rem; }
    @media (min-width: 992px) {
      .strath-bootstrap .supervisors {
        padding-bottom: 4rem; } }
    .strath-bootstrap .supervisors.has-primary-supervisor, .strath-bootstrap .supervisors.has-secondary-supervisor {
      padding-bottom: 0; }
    .strath-bootstrap .supervisors .supervisors-text {
      margin-top: 1rem; }
    .strath-bootstrap .supervisors .block-grid:not(.block-grid-title) {
      padding-top: 0; }
    .strath-bootstrap .supervisors a:not(.btn) {
      -webkit-text-size-adjust: 100%;
      -webkit-font-smoothing: antialiased;
      --fa-style-family-brands: "Font Awesome 6 Brands";
      --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
      --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
      --fa-style-family-classic: "Font Awesome 6 Free";
      --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
      font-size: 1rem;
      line-height: 1.4;
      font-family: "Roboto", sans-serif;
      box-sizing: border-box;
      color: #01676a;
      text-decoration: underline;
      text-underline-position: under;
      -webkit-text-decoration-color: #01676a;
      text-decoration-color: #01676a;
      text-decoration-thickness: 1px;
      overflow-wrap: break-word;
      margin-bottom: 0;
      /* color:#0078ae; */
      /* text-decoration:none; */
      /* background-color:transparent; */
      -webkit-text-decoration-skip: objects; }
  .strath-bootstrap .search-form-container:not(:hover):not(:focus-within) .search-auto-suggest {
    display: none; }
  .strath-bootstrap .modal#fundingModal a,
  .strath-bootstrap .search-results .alert-box a {
    color: #002b5c;
    text-decoration: underline;
    text-decoration-thickness: 1px; }
    .strath-bootstrap .modal#fundingModal a:hover,
    .strath-bootstrap .search-results .alert-box a:hover {
      border-bottom: 3px;
      outline: 0; }
    .strath-bootstrap .modal#fundingModal a:focus-visible,
    .strath-bootstrap .search-results .alert-box a:focus-visible {
      border: 3px; }
  .strath-bootstrap .course-module-tab-content {
    margin-bottom: 2px; }
  .strath-bootstrap .nav-tabs {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .strath-bootstrap .nav-tabs .single-tab + .single-tab .nav-link[aria-controls="panel_apply_"] {
      display: none; }
    .strath-bootstrap .nav-tabs .nav-link {
      font-size: 1.4rem;
      font-weight: bold;
      color: #002b5c;
      position: relative; }
      @media (min-width: 576px) {
        .strath-bootstrap .nav-tabs .nav-link {
          text-align: center;
          padding-top: 0;
          height: 100%;
          -webkit-align-items: flex-end;
          -ms-flex-align: end;
          align-items: flex-end; } }
      .strath-bootstrap .nav-tabs .nav-link:hover {
        color: #002b5c;
        text-decoration: underline; }
      .strath-bootstrap .nav-tabs .nav-link:focus {
        outline: none; }
      .strath-bootstrap .nav-tabs .nav-link:focus-visible {
        outline: 2px solid black;
        outline-offset: -2px; }
      .strath-bootstrap .nav-tabs .nav-link.active {
        background: transparent;
        color: #002b5c; }
        .strath-bootstrap .nav-tabs .nav-link.active:before {
          display: block;
          content: " ";
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-bottom: 12px solid #002b5c; }
    .strath-bootstrap .nav-tabs.off-canvas-tabs {
      display: block;
      border-bottom: 0; }
      @media (min-width: 576px) {
        .strath-bootstrap .nav-tabs.off-canvas-tabs {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
      @media (min-width: 576px) {
        .strath-bootstrap .nav-tabs.off-canvas-tabs .nav-item {
          margin-bottom: 0; } }
      .strath-bootstrap .nav-tabs.off-canvas-tabs .nav-link {
        width: 100%;
        border: 1px solid #fff;
        padding: 0.75rem; }
        .strath-bootstrap .nav-tabs.off-canvas-tabs .nav-link.active:before {
          display: none; }
          @media (min-width: 576px) {
            .strath-bootstrap .nav-tabs.off-canvas-tabs .nav-link.active:before {
              display: block; } }
        @media (min-width: 576px) {
          .strath-bootstrap .nav-tabs.off-canvas-tabs .nav-link.grey-block-button {
            background: transparent; } }
        @media (min-width: 576px) {
          .strath-bootstrap .nav-tabs.off-canvas-tabs .nav-link:after {
            display: none; } }
        @media (min-width: 576px) {
          .strath-bootstrap .nav-tabs.off-canvas-tabs .nav-link {
            width: auto;
            border: 0;
            margin-bottom: 0; } }
    .strath-bootstrap .nav-tabs ~ .tab-content {
      width: 100%; }
      .strath-bootstrap .nav-tabs ~ .tab-content .tab-pane {
        padding: 1rem;
        max-width: 800px;
        z-index: 100; }
        @media (min-width: 576px) {
          .strath-bootstrap .nav-tabs ~ .tab-content .tab-pane {
            padding: 1.5rem;
            display: none; } }
        @media (min-width: 768px) {
          .strath-bootstrap .nav-tabs ~ .tab-content .tab-pane {
            padding: 2rem; } }
        .strath-bootstrap .nav-tabs ~ .tab-content .tab-pane.active {
          display: block !important; }
      .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-pane {
        padding: 0; }
      .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner {
        padding: 1rem 1rem 1rem 1rem; }
        .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner p a,
        .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner ul > li a,
        .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner a {
          overflow-wrap: break-word; }
        .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button a.btn-primary, .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button .call-to-action-link a, .strath-bootstrap .call-to-action-link .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button a,
        .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button a.call-to-action-link,
        .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button .button-container a, .strath-bootstrap .button-container .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button a,
        .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button .orange-button a, .strath-bootstrap .orange-button .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button a {
          color: #fff;
          text-decoration: none; }
          .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button a.btn-primary:hover, .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button .call-to-action-link a:hover, .strath-bootstrap .call-to-action-link .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button a:hover,
          .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button a.call-to-action-link:hover,
          .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button .button-container a:hover, .strath-bootstrap .button-container .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button a:hover,
          .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button .orange-button a:hover, .strath-bootstrap .orange-button .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner .course-apply-button a:hover {
            background: #015f63; }
        @media (min-width: 576px) {
          .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner {
            padding: 1.5rem; } }
        @media (min-width: 768px) {
          .strath-bootstrap .nav-tabs ~ .tab-content.off-canvas-tab-content .tab-inner {
            padding: 2rem; } }
  .strath-bootstrap .innovationshowcase-buttons .btn:not(:disabled):not(.disabled) {
    color: #fff; }
  .strath-bootstrap #image-gallery #image-gallery-title {
    margin-bottom: 0; }
  .strath-bootstrap #image-gallery #show-previous-image:focus-within {
    outline: 2px solid black;
    outline-offset: 2px; }
  .strath-bootstrap #image-gallery #show-next-image:focus-within {
    outline: 2px solid black;
    outline-offset: 2px; }
  .strath-bootstrap .innovationshowcase .row h3 {
    margin-bottom: 5px; }
    .strath-bootstrap .innovationshowcase .row h3 p {
      padding-top: 0; }
    .strath-bootstrap .innovationshowcase .row h3 .category a,
    .strath-bootstrap .innovationshowcase .row h3 p a {
      color: #002b5c;
      text-decoration: underline; }
  .strath-bootstrap .innovationshowcase h4 a, .strath-bootstrap .innovationshowcase .banner-buttons .banner-button-header h2 a, .strath-bootstrap .banner-buttons .banner-button-header .innovationshowcase h2 a, .strath-bootstrap .innovationshowcase .results .result h3 a, .strath-bootstrap .results .result .innovationshowcase h3 a, .strath-bootstrap .innovationshowcase .course-search-2019 .searchstriped > section > article > .staff h3 a, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .innovationshowcase h3 a,
  .strath-bootstrap .innovationshowcase p a {
    color: #002b5c; }
    .strath-bootstrap .innovationshowcase h4 a:hover, .strath-bootstrap .innovationshowcase .banner-buttons .banner-button-header h2 a:hover, .strath-bootstrap .banner-buttons .banner-button-header .innovationshowcase h2 a:hover, .strath-bootstrap .innovationshowcase .results .result h3 a:hover, .strath-bootstrap .results .result .innovationshowcase h3 a:hover, .strath-bootstrap .innovationshowcase .course-search-2019 .searchstriped > section > article > .staff h3 a:hover, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .innovationshowcase h3 a:hover,
    .strath-bootstrap .innovationshowcase p a:hover {
      text-decoration-thickness: 2px; }
  .strath-bootstrap .innovationshowcase .cover {
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 1rem 1rem 0;
    float: left; }
  .strath-bootstrap .innovationshowcase img {
    max-width: 100%; }
  @media (max-width: 767.98px) {
    .strath-bootstrap .innovationshowcase .cover {
      padding: 1rem 0; } }
  .strath-bootstrap .container .row .col-lg-4 {
    margin-bottom: 1rem; }
    .strath-bootstrap .container .row .col-lg-4 .image-wrap {
      position: relative;
      height: 100%; }
      .strath-bootstrap .container .row .col-lg-4 .image-wrap .thumbnail {
        display: block;
        color: #002b5c;
        text-decoration: none;
        height: 100%;
        outline: none; }
        .strath-bootstrap .container .row .col-lg-4 .image-wrap .thumbnail:focus-within h3 {
          outline: 2px solid black;
          outline-offset: 5px;
          text-decoration: none; }
        .strath-bootstrap .container .row .col-lg-4 .image-wrap .thumbnail h3 {
          color: #002b5c;
          -webkit-text-decoration-color: #002b5c;
          text-decoration-color: #002b5c;
          text-underline-position: under;
          text-decoration: underline;
          text-decoration-thickness: 2px;
          margin-bottom: 1rem; }
        .strath-bootstrap .container .row .col-lg-4 .image-wrap .thumbnail p {
          text-decoration: none; }
      .strath-bootstrap .container .row .col-lg-4 .image-wrap img {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: cover;
        max-height: 18rem;
        border: 1px solid lightgray;
        border-bottom: none;
        height: 250px; }
    .strath-bootstrap .container .row .col-lg-4 .image-text-over {
      margin-bottom: 1.5rem !important;
      height: calc(100% - 250px); }
      .strath-bootstrap .container .row .col-lg-4 .image-text-over div {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 15px;
        position: static;
        top: 0;
        background-color: #dee2e6;
        border: 1px solid lightgray; }
        .strath-bootstrap .container .row .col-lg-4 .image-text-over div a {
          display: block;
          color: #002b5c;
          text-decoration: underline;
          -webkit-text-decoration-color: #002b5c;
          text-decoration-color: #002b5c;
          text-decoration-thickness: 2px;
          text-underline-position: under; }
          .strath-bootstrap .container .row .col-lg-4 .image-text-over div a:focus-within {
            outline: 2px solid black;
            outline-offset: 5px;
            text-decoration: none; }
        .strath-bootstrap .container .row .col-lg-4 .image-text-over div h3,
        .strath-bootstrap .container .row .col-lg-4 .image-text-over div h4,
        .strath-bootstrap .container .row .col-lg-4 .image-text-over div .banner-buttons .banner-button-header h2,
        .strath-bootstrap .banner-buttons .banner-button-header .container .row .col-lg-4 .image-text-over div h2,
        .strath-bootstrap .container .row .col-lg-4 .image-text-over div .results .result h3,
        .strath-bootstrap .results .result .container .row .col-lg-4 .image-text-over div h3,
        .strath-bootstrap .container .row .col-lg-4 .image-text-over div .course-search-2019 .searchstriped > section > article > .staff h3,
        .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff .container .row .col-lg-4 .image-text-over div h3 {
          color: #002b5c; }
        .strath-bootstrap .container .row .col-lg-4 .image-text-over div button {
          font-size: 1em; }
          .strath-bootstrap .container .row .col-lg-4 .image-text-over div button a {
            color: #fff; }
    .strath-bootstrap .container .row .col-lg-4 .image-wrap button {
      cursor: pointer; }
  .strath-bootstrap .faculty-department-home {
    margin-bottom: 0; }
    .strath-bootstrap .faculty-department-home .off-canvas-buttons {
      padding: 1rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .faculty-department-home .off-canvas-buttons {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
      @media (min-width: 576px) {
        .strath-bootstrap .faculty-department-home .off-canvas-buttons .off-canvas-button-open {
          width: calc(50% - 0.5rem); } }
      @media (min-width: 576px) {
        .strath-bootstrap .faculty-department-home .off-canvas-buttons .off-canvas-button-open:first-of-type {
          margin-right: 1rem; } }
    .strath-bootstrap .faculty-department-home .page-banner {
      border-bottom: 10px solid #002b5c;
      margin-bottom: 0; }
      .strath-bootstrap .faculty-department-home .page-banner .container {
        padding: 0 1rem;
        bottom: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end; }
        .strath-bootstrap .faculty-department-home .page-banner .container h1 {
          font-family: "ClanProBold", sans-serif;
          margin-bottom: 1rem; }
    .strath-bootstrap .faculty-department-home.has-alert .block-grid {
      padding-top: 0; }
    .strath-bootstrap .faculty-department-home .departments .column-inner.grey-bg {
      background-color: transparent !important; }
    .strath-bootstrap .faculty-department-home .departments .grey-block-button-list li {
      border-left: 4px solid; }
    .strath-bootstrap .faculty-department-home.business .alert-box,
    .strath-bootstrap .faculty-department-home.business .faculty-header,
    .strath-bootstrap .faculty-department-home.business .block-grid-item .block-grid-item-text,
    .strath-bootstrap .faculty-department-home.business .grey-block-button-list li {
      border-color: #ee3224; }
    .strath-bootstrap .faculty-department-home.business .contact-box-content ul li:before {
      color: #ee3224; }
    .strath-bootstrap .faculty-department-home.science .alert-box,
    .strath-bootstrap .faculty-department-home.science .faculty-header,
    .strath-bootstrap .faculty-department-home.science .block-grid-item .block-grid-item-text,
    .strath-bootstrap .faculty-department-home.science .grey-block-button-list li {
      border-color: #5d9732; }
    .strath-bootstrap .faculty-department-home.science .contact-box-content ul li:before {
      color: #5d9732; }
    .strath-bootstrap .faculty-department-home.hass .alert-box,
    .strath-bootstrap .faculty-department-home.hass .faculty-header,
    .strath-bootstrap .faculty-department-home.hass .block-grid-item .block-grid-item-text,
    .strath-bootstrap .faculty-department-home.hass .grey-block-button-list li {
      border-color: #f47b20; }
    .strath-bootstrap .faculty-department-home.hass .contact-box-content ul li:before {
      color: #f47b20; }
    .strath-bootstrap .faculty-department-home.Engineering .alert-box,
    .strath-bootstrap .faculty-department-home.Engineering .faculty-header,
    .strath-bootstrap .faculty-department-home.Engineering .block-grid-item .block-grid-item-text,
    .strath-bootstrap .faculty-department-home.Engineering .grey-block-button-list li {
      border-color: #0078ae; }
    .strath-bootstrap .faculty-department-home.Engineering .contact-box-content ul li:before {
      color: #0078ae; }
    @media (min-width: 992px) {
      .strath-bootstrap .faculty-department-home.blocks-1-2 .block-grid-item {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .strath-bootstrap .faculty-department-home.blocks-1-2-3-4 .block-grid-item {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; } }
    @media (min-width: 992px) {
      .strath-bootstrap .faculty-department-home.blocks-1-2-3 .block-grid-item, .strath-bootstrap .faculty-department-home.blocks-1-2-3-4-5 .block-grid-item, .strath-bootstrap .faculty-department-home.blocks-1-2-3-4-5-6 .block-grid-item {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 992px) {
      .strath-bootstrap .faculty-department-home .contact-box {
        width: auto;
        margin-left: auto; } }
    .strath-bootstrap .faculty-department-home .contact-box-content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      background: white;
      padding: 1rem; }
      @media (min-width: 992px) {
        .strath-bootstrap .faculty-department-home .contact-box-content {
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          width: 350px;
          padding: 2rem; } }
      .strath-bootstrap .faculty-department-home .contact-box-content a {
        color: #212529;
        text-decoration: underline; }
      .strath-bootstrap .faculty-department-home .contact-box-content .contact-social {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: auto;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 1.4rem;
        text-align: center; }
        @media (min-width: 992px) {
          .strath-bootstrap .faculty-department-home .contact-box-content .contact-social {
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end; } }
        .strath-bootstrap .faculty-department-home .contact-box-content .contact-social .fa {
          padding: 0.5rem 0; }
    .strath-bootstrap .faculty-department-home .block-grid-item.faculty-department .block-grid-item-content:hover {
      color: white;
      text-decoration: none;
      background: #6c757d; }
      .strath-bootstrap .faculty-department-home .block-grid-item.faculty-department .block-grid-item-content:hover a {
        text-decoration: none; }
        .strath-bootstrap .faculty-department-home .block-grid-item.faculty-department .block-grid-item-content:hover a .block-header {
          color: white; }
    .strath-bootstrap .faculty-department-home .block-grid-item.faculty-department .block-grid-item-content .block-grid-item-text a h3.block-header {
      text-decoration: underline !important; }
  .strath-bootstrap.faculty-business ~ .strath-bootstrap .block-grid-item .block-grid-item-text,
  .strath-bootstrap.faculty-business ~ .block-grid .block-grid-item .block-grid-item-text {
    border-color: #ee3224; }
  .strath-bootstrap.faculty-science ~ .strath-bootstrap .block-grid-item .block-grid-item-text,
  .strath-bootstrap.faculty-science ~ .block-grid .block-grid-item .block-grid-item-text {
    border-color: #5d9732; }
  .strath-bootstrap.faculty-engineering ~ .strath-bootstrap .block-grid-item .block-grid-item-text,
  .strath-bootstrap.faculty-engineering ~ .block-grid .block-grid-item .block-grid-item-text {
    border-color: #0078ae; }
  .strath-bootstrap.faculty-hass ~ .strath-bootstrap .block-grid-item .block-grid-item-text,
  .strath-bootstrap.faculty-hass ~ .block-grid .block-grid-item .block-grid-item-text {
    border-color: #f47b20; }
  .strath-bootstrap .faculty-department-home.type-department .department-course-link {
    display: block !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.5rem 0;
    background: #e9ecef; }
    .strath-bootstrap .faculty-department-home.type-department .department-course-link a {
      margin-left: auto; }
    @media (min-width: 992px) {
      .strath-bootstrap .faculty-department-home.type-department .department-course-link .container {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .strath-bootstrap .faculty-department-home.type-department .off-canvas-button-open[aria-controls="course-search-bar"],
  .strath-bootstrap .faculty-department-home.type-department .course-search-bar,
  .strath-bootstrap .faculty-department-home.type-department .departments {
    display: none; }
  .strath-bootstrap .btn-off-canvas-reveal {
    background: #e9ecef; }
    .strath-bootstrap .btn-off-canvas-reveal:after {
      content: '/f054';
      font-family: "FontAwesome";
      float: right; }
  .strath-bootstrap .off-canvas {
    position: fixed;
    background: white;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    transition: 0.2s;
    z-index: 1040; }
    @media (min-width: 576px) {
      .strath-bootstrap .off-canvas {
        padding-top: 0;
        position: relative;
        left: 0;
        height: auto;
        overflow: hidden;
        z-index: 10; } }
    @media (min-width: 576px) {
      .strath-bootstrap .off-canvas.off-canvas-break-md, .strath-bootstrap .off-canvas.off-canvas-break-lg {
        padding-top: 0;
        position: fixed;
        left: 100%;
        height: 100%;
        overflow: auto;
        z-index: 1040; } }
    @media (min-width: 768px) {
      .strath-bootstrap .off-canvas.off-canvas-break-md {
        padding-top: 0;
        position: relative;
        left: 0;
        height: auto;
        overflow: hidden;
        z-index: 10; } }
    @media (min-width: 992px) {
      .strath-bootstrap .off-canvas.off-canvas-break-lg {
        padding-top: 0;
        position: relative;
        left: 0;
        height: auto;
        overflow: hidden;
        z-index: 10; } }
    .strath-bootstrap .off-canvas.open {
      left: 0;
      -webkit-overflow-scrolling: touch; }
  .strath-bootstrap .off-canvas-button-wrapper {
    padding: 0 1rem;
    margin: 0.5rem 0; }
    @media (min-width: 576px) {
      .strath-bootstrap .off-canvas-button-wrapper {
        padding: 0;
        margin: 0; } }
    .strath-bootstrap .off-canvas-button-wrapper.first-button {
      margin-top: 1.25rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .off-canvas-button-wrapper.first-button {
          margin-top: 0; } }
    .strath-bootstrap .off-canvas-button-wrapper.last-button {
      margin-bottom: 1.25rem; }
      @media (min-width: 576px) {
        .strath-bootstrap .off-canvas-button-wrapper.last-button {
          margin-bottom: 0; } }
  .strath-bootstrap .off-canvas-button-close {
    top: 0;
    z-index: 100; }
  .strath-bootstrap #maps #search div {
    width: 100%; }
  .strath-bootstrap #maps #search form {
    max-width: 100%;
    width: 100%; }
    .strath-bootstrap #maps #search form img.iconsmaps {
      width: 28px;
      height: auto; }
    .strath-bootstrap #maps #search form section article label div {
      width: 100% !important; }
    .strath-bootstrap #maps #search form #filter-buttons li:before {
      display: none; }
  .strath-bootstrap .discover .iso {
    overflow: visible !important; }
  .strath-bootstrap .related-link-carousel .flexslider .related-link a h2,
  .strath-bootstrap .discover .iso .related-link a h2,
  .strath-bootstrap .discover .iso .discoverymultiplelinkwrapper h2 {
    font-family: "ClanProBold", sans-serif;
    color: #fff;
    text-decoration: underline; }
    .strath-bootstrap .related-link-carousel .flexslider .related-link a h2:hover,
    .strath-bootstrap .discover .iso .related-link a h2:hover,
    .strath-bootstrap .discover .iso .discoverymultiplelinkwrapper h2:hover {
      background: #495057; }
  .strath-bootstrap .related-link-carousel .flexslider .related-link a:hover p,
  .strath-bootstrap .discover .iso .related-link a:hover p,
  .strath-bootstrap .discover .iso .discoverymultiplelinkwrapper:hover p {
    text-decoration: none !important; }
  .strath-bootstrap .related-link-carousel .flexslider .related-link a p,
  .strath-bootstrap .discover .iso .related-link a p,
  .strath-bootstrap .discover .iso .discoverymultiplelinkwrapper p {
    color: #212529;
    text-decoration: none !important; }
  .strath-bootstrap .related-link-carousel .flexslider .related-link h2,
  .strath-bootstrap .related-link-carousel .flexslider .related-link a h2,
  .strath-bootstrap .discover .iso .related-link a h2,
  .strath-bootstrap .discover .iso .discoverymultiplelinkwrapper h2 {
    font-family: "ClanProBold", sans-serif;
    color: #fff;
    text-decoration: underline; }
  .strath-bootstrap .discover .iso .discoverymultiplelinkwrapper p {
    color: #fff;
    text-decoration: none;
    padding-left: 1.33333rem; }
  .strath-bootstrap .discover .iso .discoverymultiplelinkwrapper h2 {
    font-family: "ClanProBold", sans-serif;
    color: #fff;
    text-decoration: none;
    padding-top: 1rem;
    padding-left: 0; }
    .strath-bootstrap .discover .iso .discoverymultiplelinkwrapper h2:hover {
      background: transparent; }
  .strath-bootstrap .discover .iso .discoverymultiplelinkwrapper .discoverymultiplelink ul li {
    margin-left: 0; }
    .strath-bootstrap .discover .iso .discoverymultiplelinkwrapper .discoverymultiplelink ul li p a {
      text-decoration: underline; }
      .strath-bootstrap .discover .iso .discoverymultiplelinkwrapper .discoverymultiplelink ul li p a:hover, .strath-bootstrap .discover .iso .discoverymultiplelinkwrapper .discoverymultiplelink ul li p a:focus-visible {
        color: white;
        text-decoration-thickness: 2px; }
  .strath-bootstrap .discover .iso .related-link a {
    display: block;
    text-decoration: none; }
    .strath-bootstrap .discover .iso .related-link a:focus-within {
      outline: none; }
    .strath-bootstrap .discover .iso .related-link a:focus-within h2 {
      outline: 2px solid black;
      outline-offset: 5px;
      text-decoration: none; }
    .strath-bootstrap .discover .iso .related-link a:hover h2 {
      background-color: #002b5c; }
    .strath-bootstrap .discover .iso .related-link a h2 {
      text-decoration: underline;
      text-underline-position: under; }
    .strath-bootstrap .discover .iso .related-link a p {
      text-decoration: none; }
  .strath-bootstrap .discover .iso .related-link h2 {
    color: white;
    line-height: 1.75rem;
    font-size: 1.75rem;
    margin-bottom: 0.75rem; }
  .strath-bootstrap .discover .iso .related-link p a {
    text-decoration: underline;
    text-underline-position: under; }
  .strath-bootstrap .discover .iso .person a {
    display: block;
    text-decoration: none;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff; }
    .strath-bootstrap .discover .iso .person a:focus-within {
      outline: none; }
    .strath-bootstrap .discover .iso .person a:focus-within h2 {
      outline: 2px solid black;
      outline-offset: 5px;
      text-decoration: none; }
    .strath-bootstrap .discover .iso .person a h2 {
      text-decoration: underline;
      text-underline-position: under; }
    .strath-bootstrap .discover .iso .person a p {
      text-decoration: none; }
  .strath-bootstrap .discover .iso .person h2 {
    color: white;
    line-height: normal;
    font-size: 1.75rem;
    margin-bottom: 0.75rem; }
  .strath-bootstrap .discover .iso .person p a {
    text-decoration: underline;
    text-underline-position: under; }
  .strath-bootstrap .discover .iso .image a {
    display: block;
    text-decoration: none;
    text-underline-position: under;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff; }
    .strath-bootstrap .discover .iso .image a:focus-within {
      outline: none; }
    .strath-bootstrap .discover .iso .image a:focus-within h2 {
      outline: 2px solid white;
      outline-offset: 5px;
      text-decoration: none; }
    .strath-bootstrap .discover .iso .image a h2 {
      text-decoration: underline;
      text-underline-position: under; }
  .strath-bootstrap .discover .iso .image h2 {
    color: white;
    line-height: normal;
    font-size: 1.75rem;
    margin-bottom: 0.75rem; }
  .strath-bootstrap .discover .iso .image p a {
    text-decoration: underline;
    text-underline-position: under; }
  .strath-bootstrap .discover .iso .quotation .slideli a h3 {
    text-decoration: underline; }
  .strath-bootstrap #suprimo {
    width: 100%;
    margin-bottom: 5rem;
    /* Media query for screens wider than 576px */ }
    .strath-bootstrap #suprimo h4, .strath-bootstrap #suprimo .banner-buttons .banner-button-header h2, .strath-bootstrap .banner-buttons .banner-button-header #suprimo h2, .strath-bootstrap #suprimo .results .result h3, .strath-bootstrap .results .result #suprimo h3, .strath-bootstrap #suprimo .course-search-2019 .searchstriped > section > article > .staff h3, .strath-bootstrap .course-search-2019 .searchstriped > section > article > .staff #suprimo h3 {
      font-family: "ClanProBold", sans-serif;
      font-size: 2em;
      color: #002b5c;
      margin-bottom: 1rem; }
    .strath-bootstrap #suprimo #simple {
      width: 100%;
      max-width: none;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 1rem; }
    .strath-bootstrap #suprimo .library-search-box {
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .strath-bootstrap #suprimo .library-search-box label {
      display: block;
      margin-bottom: 5px; }
    .strath-bootstrap #suprimo #primoQueryTemp {
      width: 100%;
      padding: 5px;
      font-size: 1.25rem;
      border-radius: 5px;
      border-style: solid;
      box-sizing: border-box;
      border: 1px solid #002b5c;
      height: 2.5rem; }
    .strath-bootstrap #suprimo #go {
      font-size: 1.25rem;
      height: 2.5rem;
      color: #fff;
      background-color: #01676a;
      border-radius: 5px;
      border: 1px solid #01676a;
      border-style: solid;
      min-width: 12rem; }
    .strath-bootstrap #suprimo #go:hover {
      background-color: #002b5c;
      cursor: pointer;
      box-shadow: none;
      outline: none !important; }
    .strath-bootstrap #suprimo #go:focus {
      outline: 2px solid #000 !important; }
    @media (min-width: 576px) {
      .strath-bootstrap #suprimo #simple {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        /* To align items vertically in the middle */ }
      .strath-bootstrap #suprimo .library-search-box,
      .strath-bootstrap #suprimo #primoQueryTemp {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        /* Adjust the width as necessary for each element */ } }
  @media (max-width: 991.98px) {
    .strath-bootstrap #fback.main:not(.off-canvas-open) .off-canvas {
      left: 0;
      z-index: 1;
      overflow: unset; }
    .strath-bootstrap #fback.main .off-canvas {
      transition: unset; } }
  .strath-bootstrap #onetrust-banner-sdk :not(.ot-leg-btn-container) > button:hover {
    opacity: 1 !important; }
  .strath-bootstrap #onetrust-pc-btn-handler:hover {
    color: #006366 !important; }
  .strath-bootstrap #onetrust-reject-all-handler:hover {
    background-color: #006366 !important;
    border-color: #006366 !important; }
  .strath-bootstrap #onetrust-accept-btn-handler:hover {
    background-color: #006366 !important;
    border-color: #006366 !important; }
  .strath-bootstrap .loading-360 {
    min-height: 300px; }
    .strath-bootstrap .loading-360 ~ .loading-360 {
      display: none !important; }
  .strath-bootstrap .viewer-360-container.loading-content .image-360-content {
    display: none; }
  .strath-bootstrap .viewer-360-container > .image-360-content a {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15); }
    .strath-bootstrap .viewer-360-container > .image-360-content a .viewer-360-title {
      color: #002b5c;
      font-weight: bold;
      text-decoration: underline;
      text-underline-position: under;
      font-family: "ClanProBold", sans-serif; }
    .strath-bootstrap .viewer-360-container > .image-360-content a .icon-360-overlay > div {
      background-color: rgba(0, 0, 0, 0.5);
      font-size: 1.5rem;
      transition: background .3s; }
    .strath-bootstrap .viewer-360-container > .image-360-content a:focus .viewer-360-title span {
      outline: 2px solid #000;
      outline-offset: 5px; }
    .strath-bootstrap .viewer-360-container > .image-360-content a:hover .icon-360-overlay > div, .strath-bootstrap .viewer-360-container > .image-360-content a:focus .icon-360-overlay > div {
      background-color: rgba(0, 0, 0, 0.75); }
  .strath-bootstrap .viewer-360-container .thumbnail {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  @media (min-width: 992px) {
    .strath-bootstrap .modal-xl {
      max-width: 800px; } }
  @media (min-width: 1200px) {
    .strath-bootstrap .modal-xl {
      max-width: 1140px; } }

html {
  height: 100%; }

body {
  height: auto;
  margin: 0;
  background: #fff; }

.no-scroll {
  overflow: hidden;
  position: relative;
  height: 100%; }

* {
  font-family: "Roboto", sans-serif; }

hr {
  width: 100%;
  height: 0;
  border: 0;
  border-top: 1px solid #495057; }

body.full-width .wrap {
  max-width: 100%;
  padding: 0; }

body.full-width .main {
  margin-left: 0;
  margin-right: 0; }

body.full-width main {
  padding-bottom: 0;
  background: #fff; }

body.full-width .lhs-rhs-master {
  max-width: 1100px;
  margin: auto;
  padding: 2rem 1rem; }

body.full-width .master-grid {
  margin-top: 0;
  padding: 1rem 0;
  border-bottom: 1px solid #e9ecef; }
  @media (min-width: 576px) {
    body.full-width .master-grid {
      padding: 2rem 0; } }
  @media (min-width: 992px) {
    body.full-width .master-grid {
      padding: 4rem 0; } }
  body.full-width .master-grid .block-grid {
    border-bottom: 0;
    padding: 0; }

body.full-width .block-grid {
  border-bottom: 1px solid #e9ecef; }
  body.full-width .block-grid .container {
    padding: 0 15px; }

body.full-width .container {
  padding: 0 15px; }
  body.full-width .container .container {
    padding: 0; }

body.full-width .page-banner {
  margin-bottom: 0; }

.strath-bootstrap {
  width: 100%; }
  .strath-bootstrap .row {
    max-width: none; }
    .strath-bootstrap .row h2 {
      border-bottom: 0;
      font-family: "ClanProBold", sans-serif; }

body.fixed-width {
  overflow-x: hidden; }
  body.fixed-width > .wrap {
    max-width: 1140px;
    margin: auto;
    padding: 1rem 1rem 2rem;
    box-sizing: border-box; }
    body.fixed-width > .wrap .container {
      padding: 0; }
    body.fixed-width > .wrap .page-banner {
      margin-top: -1rem; }
    body.fixed-width > .wrap .inline-search {
      padding: 0 0 2rem;
      border-bottom: 0; }
    body.fixed-width > .wrap .strath-bootstrap-two-columns + .strath-bootstrap-two-columns {
      margin-top: -2rem; }
    body.fixed-width > .wrap .two-columns {
      margin-bottom: 2rem; }

ul.blue-dash-list {
  list-style-type: none;
  margin: 0 0 1rem 0; }
  ul.blue-dash-list li {
    border-left: 3px solid #267aab;
    padding: 0.25rem 0.75rem;
    margin-bottom: 0.5rem; }

div[class*="MinimizedWidgetMiddle__container"] {
  top: 50% !important; }

#onetrust-pc-sdk .ot-cat-item > button:focus {
  background: transparent !important; }

#onetrust-pc-sdk #close-pc-btn-handler:focus {
  opacity: 1 !important; }

/*-----------ACCORDION-----------------------------*/
button.heading.bold {
  clear: left;
  background-clip: border-box;
  background-color: #0078ae;
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  box-sizing: border-box;
  color: white;
  cursor: auto;
  display: block;
  font-family: "ClanProBold", sans-serif;
  font-size: 20.544px;
  height: 68px;
  line-height: 28.7616px;
  margin-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  text-decoration: none;
  max-width: calc(100% - 275px);
  width: 100%;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  text-align: left; }

button.heading.bold:hover {
  background-color: #018489;
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

button.heading.bold {
  border-bottom-color: white;
  border-bottom-style: solid;
  border-bottom-width: 5px; }

button.heading.bold {
  line-height: 1em;
  padding: 5px;
  background: #0078ae;
  padding-left: 20px;
  /* margin-right: 0px; */ }

button.heading.bold a {
  display: block;
  background: #0078ae;
  color: white;
  padding: 20px;
  font-size: 1.2em;
  margin-top: 10px;
  text-decoration: none; }

button.heading.bold a i {
  float: right; }

@media screen and (max-width: 450px) {
  button.heading.bold {
    padding: 0; } }

/*-----------------------------------------------------*/
