/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
 html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40.0625em&large=64.0625em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 18px;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 66.6666666667rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
@media print, screen and (min-width: 40.0625em) {
  .row .row {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .row .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.row.gutter-large > .column, .row.gutter-large > .columns {
  padding-right: 1rem;
  padding-left: 1rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 40.0625em) {
  .column, .columns {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .column, .columns {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 4.1666666667%;
}

.small-push-1 {
  position: relative;
  left: 4.1666666667%;
}

.small-pull-1 {
  position: relative;
  left: -4.1666666667%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 8.3333333333%;
}

.small-push-2 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-2 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-1 {
  margin-left: 4.1666666667%;
}

.small-3 {
  width: 12.5%;
}

.small-push-3 {
  position: relative;
  left: 12.5%;
}

.small-pull-3 {
  position: relative;
  left: -12.5%;
}

.small-offset-2 {
  margin-left: 8.3333333333%;
}

.small-4 {
  width: 16.6666666667%;
}

.small-push-4 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-4 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-3 {
  margin-left: 12.5%;
}

.small-5 {
  width: 20.8333333333%;
}

.small-push-5 {
  position: relative;
  left: 20.8333333333%;
}

.small-pull-5 {
  position: relative;
  left: -20.8333333333%;
}

.small-offset-4 {
  margin-left: 16.6666666667%;
}

.small-6 {
  width: 25%;
}

.small-push-6 {
  position: relative;
  left: 25%;
}

.small-pull-6 {
  position: relative;
  left: -25%;
}

.small-offset-5 {
  margin-left: 20.8333333333%;
}

.small-7 {
  width: 29.1666666667%;
}

.small-push-7 {
  position: relative;
  left: 29.1666666667%;
}

.small-pull-7 {
  position: relative;
  left: -29.1666666667%;
}

.small-offset-6 {
  margin-left: 25%;
}

.small-8 {
  width: 33.3333333333%;
}

.small-push-8 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-8 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-7 {
  margin-left: 29.1666666667%;
}

.small-9 {
  width: 37.5%;
}

.small-push-9 {
  position: relative;
  left: 37.5%;
}

.small-pull-9 {
  position: relative;
  left: -37.5%;
}

.small-offset-8 {
  margin-left: 33.3333333333%;
}

.small-10 {
  width: 41.6666666667%;
}

.small-push-10 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-10 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-9 {
  margin-left: 37.5%;
}

.small-11 {
  width: 45.8333333333%;
}

.small-push-11 {
  position: relative;
  left: 45.8333333333%;
}

.small-pull-11 {
  position: relative;
  left: -45.8333333333%;
}

.small-offset-10 {
  margin-left: 41.6666666667%;
}

.small-12 {
  width: 50%;
}

.small-push-12 {
  position: relative;
  left: 50%;
}

.small-pull-12 {
  position: relative;
  left: -50%;
}

.small-offset-11 {
  margin-left: 45.8333333333%;
}

.small-13 {
  width: 54.1666666667%;
}

.small-push-13 {
  position: relative;
  left: 54.1666666667%;
}

.small-pull-13 {
  position: relative;
  left: -54.1666666667%;
}

.small-offset-12 {
  margin-left: 50%;
}

.small-14 {
  width: 58.3333333333%;
}

.small-push-14 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-14 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-13 {
  margin-left: 54.1666666667%;
}

.small-15 {
  width: 62.5%;
}

.small-push-15 {
  position: relative;
  left: 62.5%;
}

.small-pull-15 {
  position: relative;
  left: -62.5%;
}

.small-offset-14 {
  margin-left: 58.3333333333%;
}

.small-16 {
  width: 66.6666666667%;
}

.small-push-16 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-16 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-15 {
  margin-left: 62.5%;
}

.small-17 {
  width: 70.8333333333%;
}

.small-push-17 {
  position: relative;
  left: 70.8333333333%;
}

.small-pull-17 {
  position: relative;
  left: -70.8333333333%;
}

.small-offset-16 {
  margin-left: 66.6666666667%;
}

.small-18 {
  width: 75%;
}

.small-push-18 {
  position: relative;
  left: 75%;
}

.small-pull-18 {
  position: relative;
  left: -75%;
}

.small-offset-17 {
  margin-left: 70.8333333333%;
}

.small-19 {
  width: 79.1666666667%;
}

.small-push-19 {
  position: relative;
  left: 79.1666666667%;
}

.small-pull-19 {
  position: relative;
  left: -79.1666666667%;
}

.small-offset-18 {
  margin-left: 75%;
}

.small-20 {
  width: 83.3333333333%;
}

.small-push-20 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-20 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-19 {
  margin-left: 79.1666666667%;
}

.small-21 {
  width: 87.5%;
}

.small-push-21 {
  position: relative;
  left: 87.5%;
}

.small-pull-21 {
  position: relative;
  left: -87.5%;
}

.small-offset-20 {
  margin-left: 83.3333333333%;
}

.small-22 {
  width: 91.6666666667%;
}

.small-push-22 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-22 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-21 {
  margin-left: 87.5%;
}

.small-23 {
  width: 95.8333333333%;
}

.small-push-23 {
  position: relative;
  left: 95.8333333333%;
}

.small-pull-23 {
  position: relative;
  left: -95.8333333333%;
}

.small-offset-22 {
  margin-left: 91.6666666667%;
}

.small-24 {
  width: 100%;
}

.small-offset-23 {
  margin-left: 95.8333333333%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40.0625em) {
  .medium-1 {
    width: 4.1666666667%;
  }

  .medium-push-1 {
    position: relative;
    left: 4.1666666667%;
  }

  .medium-pull-1 {
    position: relative;
    left: -4.1666666667%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 8.3333333333%;
  }

  .medium-push-2 {
    position: relative;
    left: 8.3333333333%;
  }

  .medium-pull-2 {
    position: relative;
    left: -8.3333333333%;
  }

  .medium-offset-1 {
    margin-left: 4.1666666667%;
  }

  .medium-3 {
    width: 12.5%;
  }

  .medium-push-3 {
    position: relative;
    left: 12.5%;
  }

  .medium-pull-3 {
    position: relative;
    left: -12.5%;
  }

  .medium-offset-2 {
    margin-left: 8.3333333333%;
  }

  .medium-4 {
    width: 16.6666666667%;
  }

  .medium-push-4 {
    position: relative;
    left: 16.6666666667%;
  }

  .medium-pull-4 {
    position: relative;
    left: -16.6666666667%;
  }

  .medium-offset-3 {
    margin-left: 12.5%;
  }

  .medium-5 {
    width: 20.8333333333%;
  }

  .medium-push-5 {
    position: relative;
    left: 20.8333333333%;
  }

  .medium-pull-5 {
    position: relative;
    left: -20.8333333333%;
  }

  .medium-offset-4 {
    margin-left: 16.6666666667%;
  }

  .medium-6 {
    width: 25%;
  }

  .medium-push-6 {
    position: relative;
    left: 25%;
  }

  .medium-pull-6 {
    position: relative;
    left: -25%;
  }

  .medium-offset-5 {
    margin-left: 20.8333333333%;
  }

  .medium-7 {
    width: 29.1666666667%;
  }

  .medium-push-7 {
    position: relative;
    left: 29.1666666667%;
  }

  .medium-pull-7 {
    position: relative;
    left: -29.1666666667%;
  }

  .medium-offset-6 {
    margin-left: 25%;
  }

  .medium-8 {
    width: 33.3333333333%;
  }

  .medium-push-8 {
    position: relative;
    left: 33.3333333333%;
  }

  .medium-pull-8 {
    position: relative;
    left: -33.3333333333%;
  }

  .medium-offset-7 {
    margin-left: 29.1666666667%;
  }

  .medium-9 {
    width: 37.5%;
  }

  .medium-push-9 {
    position: relative;
    left: 37.5%;
  }

  .medium-pull-9 {
    position: relative;
    left: -37.5%;
  }

  .medium-offset-8 {
    margin-left: 33.3333333333%;
  }

  .medium-10 {
    width: 41.6666666667%;
  }

  .medium-push-10 {
    position: relative;
    left: 41.6666666667%;
  }

  .medium-pull-10 {
    position: relative;
    left: -41.6666666667%;
  }

  .medium-offset-9 {
    margin-left: 37.5%;
  }

  .medium-11 {
    width: 45.8333333333%;
  }

  .medium-push-11 {
    position: relative;
    left: 45.8333333333%;
  }

  .medium-pull-11 {
    position: relative;
    left: -45.8333333333%;
  }

  .medium-offset-10 {
    margin-left: 41.6666666667%;
  }

  .medium-12 {
    width: 50%;
  }

  .medium-push-12 {
    position: relative;
    left: 50%;
  }

  .medium-pull-12 {
    position: relative;
    left: -50%;
  }

  .medium-offset-11 {
    margin-left: 45.8333333333%;
  }

  .medium-13 {
    width: 54.1666666667%;
  }

  .medium-push-13 {
    position: relative;
    left: 54.1666666667%;
  }

  .medium-pull-13 {
    position: relative;
    left: -54.1666666667%;
  }

  .medium-offset-12 {
    margin-left: 50%;
  }

  .medium-14 {
    width: 58.3333333333%;
  }

  .medium-push-14 {
    position: relative;
    left: 58.3333333333%;
  }

  .medium-pull-14 {
    position: relative;
    left: -58.3333333333%;
  }

  .medium-offset-13 {
    margin-left: 54.1666666667%;
  }

  .medium-15 {
    width: 62.5%;
  }

  .medium-push-15 {
    position: relative;
    left: 62.5%;
  }

  .medium-pull-15 {
    position: relative;
    left: -62.5%;
  }

  .medium-offset-14 {
    margin-left: 58.3333333333%;
  }

  .medium-16 {
    width: 66.6666666667%;
  }

  .medium-push-16 {
    position: relative;
    left: 66.6666666667%;
  }

  .medium-pull-16 {
    position: relative;
    left: -66.6666666667%;
  }

  .medium-offset-15 {
    margin-left: 62.5%;
  }

  .medium-17 {
    width: 70.8333333333%;
  }

  .medium-push-17 {
    position: relative;
    left: 70.8333333333%;
  }

  .medium-pull-17 {
    position: relative;
    left: -70.8333333333%;
  }

  .medium-offset-16 {
    margin-left: 66.6666666667%;
  }

  .medium-18 {
    width: 75%;
  }

  .medium-push-18 {
    position: relative;
    left: 75%;
  }

  .medium-pull-18 {
    position: relative;
    left: -75%;
  }

  .medium-offset-17 {
    margin-left: 70.8333333333%;
  }

  .medium-19 {
    width: 79.1666666667%;
  }

  .medium-push-19 {
    position: relative;
    left: 79.1666666667%;
  }

  .medium-pull-19 {
    position: relative;
    left: -79.1666666667%;
  }

  .medium-offset-18 {
    margin-left: 75%;
  }

  .medium-20 {
    width: 83.3333333333%;
  }

  .medium-push-20 {
    position: relative;
    left: 83.3333333333%;
  }

  .medium-pull-20 {
    position: relative;
    left: -83.3333333333%;
  }

  .medium-offset-19 {
    margin-left: 79.1666666667%;
  }

  .medium-21 {
    width: 87.5%;
  }

  .medium-push-21 {
    position: relative;
    left: 87.5%;
  }

  .medium-pull-21 {
    position: relative;
    left: -87.5%;
  }

  .medium-offset-20 {
    margin-left: 83.3333333333%;
  }

  .medium-22 {
    width: 91.6666666667%;
  }

  .medium-push-22 {
    position: relative;
    left: 91.6666666667%;
  }

  .medium-pull-22 {
    position: relative;
    left: -91.6666666667%;
  }

  .medium-offset-21 {
    margin-left: 87.5%;
  }

  .medium-23 {
    width: 95.8333333333%;
  }

  .medium-push-23 {
    position: relative;
    left: 95.8333333333%;
  }

  .medium-pull-23 {
    position: relative;
    left: -95.8333333333%;
  }

  .medium-offset-22 {
    margin-left: 91.6666666667%;
  }

  .medium-24 {
    width: 100%;
  }

  .medium-offset-23 {
    margin-left: 95.8333333333%;
  }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .medium-uncentered,
.medium-push-0,
.medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-1 {
    width: 4.1666666667%;
  }

  .large-push-1 {
    position: relative;
    left: 4.1666666667%;
  }

  .large-pull-1 {
    position: relative;
    left: -4.1666666667%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 8.3333333333%;
  }

  .large-push-2 {
    position: relative;
    left: 8.3333333333%;
  }

  .large-pull-2 {
    position: relative;
    left: -8.3333333333%;
  }

  .large-offset-1 {
    margin-left: 4.1666666667%;
  }

  .large-3 {
    width: 12.5%;
  }

  .large-push-3 {
    position: relative;
    left: 12.5%;
  }

  .large-pull-3 {
    position: relative;
    left: -12.5%;
  }

  .large-offset-2 {
    margin-left: 8.3333333333%;
  }

  .large-4 {
    width: 16.6666666667%;
  }

  .large-push-4 {
    position: relative;
    left: 16.6666666667%;
  }

  .large-pull-4 {
    position: relative;
    left: -16.6666666667%;
  }

  .large-offset-3 {
    margin-left: 12.5%;
  }

  .large-5 {
    width: 20.8333333333%;
  }

  .large-push-5 {
    position: relative;
    left: 20.8333333333%;
  }

  .large-pull-5 {
    position: relative;
    left: -20.8333333333%;
  }

  .large-offset-4 {
    margin-left: 16.6666666667%;
  }

  .large-6 {
    width: 25%;
  }

  .large-push-6 {
    position: relative;
    left: 25%;
  }

  .large-pull-6 {
    position: relative;
    left: -25%;
  }

  .large-offset-5 {
    margin-left: 20.8333333333%;
  }

  .large-7 {
    width: 29.1666666667%;
  }

  .large-push-7 {
    position: relative;
    left: 29.1666666667%;
  }

  .large-pull-7 {
    position: relative;
    left: -29.1666666667%;
  }

  .large-offset-6 {
    margin-left: 25%;
  }

  .large-8 {
    width: 33.3333333333%;
  }

  .large-push-8 {
    position: relative;
    left: 33.3333333333%;
  }

  .large-pull-8 {
    position: relative;
    left: -33.3333333333%;
  }

  .large-offset-7 {
    margin-left: 29.1666666667%;
  }

  .large-9 {
    width: 37.5%;
  }

  .large-push-9 {
    position: relative;
    left: 37.5%;
  }

  .large-pull-9 {
    position: relative;
    left: -37.5%;
  }

  .large-offset-8 {
    margin-left: 33.3333333333%;
  }

  .large-10 {
    width: 41.6666666667%;
  }

  .large-push-10 {
    position: relative;
    left: 41.6666666667%;
  }

  .large-pull-10 {
    position: relative;
    left: -41.6666666667%;
  }

  .large-offset-9 {
    margin-left: 37.5%;
  }

  .large-11 {
    width: 45.8333333333%;
  }

  .large-push-11 {
    position: relative;
    left: 45.8333333333%;
  }

  .large-pull-11 {
    position: relative;
    left: -45.8333333333%;
  }

  .large-offset-10 {
    margin-left: 41.6666666667%;
  }

  .large-12 {
    width: 50%;
  }

  .large-push-12 {
    position: relative;
    left: 50%;
  }

  .large-pull-12 {
    position: relative;
    left: -50%;
  }

  .large-offset-11 {
    margin-left: 45.8333333333%;
  }

  .large-13 {
    width: 54.1666666667%;
  }

  .large-push-13 {
    position: relative;
    left: 54.1666666667%;
  }

  .large-pull-13 {
    position: relative;
    left: -54.1666666667%;
  }

  .large-offset-12 {
    margin-left: 50%;
  }

  .large-14 {
    width: 58.3333333333%;
  }

  .large-push-14 {
    position: relative;
    left: 58.3333333333%;
  }

  .large-pull-14 {
    position: relative;
    left: -58.3333333333%;
  }

  .large-offset-13 {
    margin-left: 54.1666666667%;
  }

  .large-15 {
    width: 62.5%;
  }

  .large-push-15 {
    position: relative;
    left: 62.5%;
  }

  .large-pull-15 {
    position: relative;
    left: -62.5%;
  }

  .large-offset-14 {
    margin-left: 58.3333333333%;
  }

  .large-16 {
    width: 66.6666666667%;
  }

  .large-push-16 {
    position: relative;
    left: 66.6666666667%;
  }

  .large-pull-16 {
    position: relative;
    left: -66.6666666667%;
  }

  .large-offset-15 {
    margin-left: 62.5%;
  }

  .large-17 {
    width: 70.8333333333%;
  }

  .large-push-17 {
    position: relative;
    left: 70.8333333333%;
  }

  .large-pull-17 {
    position: relative;
    left: -70.8333333333%;
  }

  .large-offset-16 {
    margin-left: 66.6666666667%;
  }

  .large-18 {
    width: 75%;
  }

  .large-push-18 {
    position: relative;
    left: 75%;
  }

  .large-pull-18 {
    position: relative;
    left: -75%;
  }

  .large-offset-17 {
    margin-left: 70.8333333333%;
  }

  .large-19 {
    width: 79.1666666667%;
  }

  .large-push-19 {
    position: relative;
    left: 79.1666666667%;
  }

  .large-pull-19 {
    position: relative;
    left: -79.1666666667%;
  }

  .large-offset-18 {
    margin-left: 75%;
  }

  .large-20 {
    width: 83.3333333333%;
  }

  .large-push-20 {
    position: relative;
    left: 83.3333333333%;
  }

  .large-pull-20 {
    position: relative;
    left: -83.3333333333%;
  }

  .large-offset-19 {
    margin-left: 79.1666666667%;
  }

  .large-21 {
    width: 87.5%;
  }

  .large-push-21 {
    position: relative;
    left: 87.5%;
  }

  .large-pull-21 {
    position: relative;
    left: -87.5%;
  }

  .large-offset-20 {
    margin-left: 83.3333333333%;
  }

  .large-22 {
    width: 91.6666666667%;
  }

  .large-push-22 {
    position: relative;
    left: 91.6666666667%;
  }

  .large-pull-22 {
    position: relative;
    left: -91.6666666667%;
  }

  .large-offset-21 {
    margin-left: 87.5%;
  }

  .large-23 {
    width: 95.8333333333%;
  }

  .large-push-23 {
    position: relative;
    left: 95.8333333333%;
  }

  .large-pull-23 {
    position: relative;
    left: -95.8333333333%;
  }

  .large-offset-22 {
    margin-left: 91.6666666667%;
  }

  .large-24 {
    width: 100%;
  }

  .large-offset-23 {
    margin-left: 95.8333333333%;
  }

  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .large-uncentered,
.large-push-0,
.large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 3rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40.0625em) {
  .column-block {
    margin-bottom: 3rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .column-block {
    margin-bottom: 2rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 40em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40.0625em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40.0625em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 40em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 40em), screen and (min-width: 64.0625em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 64em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 64em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

@media print, screen and (min-width: 40.0625em) {
  .orbit {
    position: relative;
  }

  .orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
  }

  .orbit-slide {
    width: 100%;
  }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0;
  }

  .orbit-figure {
    margin: 0;
  }

  .orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem;
    background-color: rgba(10, 10, 10, 0.5);
    color: #fefefe;
  }

  .orbit-next, .orbit-previous {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fefefe;
    cursor: pointer;
  }
  [data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
    outline: 0;
  }
  .orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
    background-color: rgba(10, 10, 10, 0.5);
  }

  .orbit-previous {
    left: 0;
  }

  .orbit-next {
    left: auto;
    right: 0;
  }

  .orbit-bullets {
    position: relative;
    margin-top: 28px;
    margin-bottom: 0;
    text-align: center;
  }
  [data-whatinput=mouse] .orbit-bullets {
    outline: 0;
  }
  .orbit-bullets button {
    width: 13px;
    height: 13px;
    margin: 0.5rem;
    cursor: pointer;
    border-radius: 50%;
    background-color: #cacaca;
  }
  .orbit-bullets button:hover {
    background-color: #8a8a8a;
  }
  .orbit-bullets button.is-active {
    background-color: #8a8a8a;
  }
}
body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40.0625em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40.0625em) {
  .reveal {
    width: 600px;
    max-width: 66.6666666667rem;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40.0625em) {
  .reveal.tiny {
    width: 30%;
    max-width: 66.6666666667rem;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .reveal.small {
    width: 50%;
    max-width: 66.6666666667rem;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .reveal.large {
    width: 90%;
    max-width: 66.6666666667rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 40em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.4444444444rem 0.5555555556rem 0.5555555556rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.4444444444rem 0.5555555556rem 0.5555555556rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.4444444444rem 0.5555555556rem 0.5555555556rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 64em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}
.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  top: 50%;
  bottom: auto;
  left: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/**
 * @license
 * Copyright 2018 Google Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
.mdc-tab-bar {
  width: 100%;
}

.mdc-tab {
  height: 48px;
}

.mdc-tab--stacked {
  height: 72px;
}

/**
 * @license
 * Copyright 2018 Google Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
.mdc-tab-scroller {
  overflow-y: hidden;
}
.mdc-tab-scroller.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-content {
  -webkit-transition: 250ms -webkit-transform cubic-bezier(0.4, 0, 0.2, 1);
          transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-tab-scroller__test {
  position: absolute;
  top: -9999px;
  width: 100px;
  height: 100px;
  overflow-x: scroll;
}

.mdc-tab-scroller__scroll-area {
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
}

.mdc-tab-scroller__scroll-area::-webkit-scrollbar,
.mdc-tab-scroller__test::-webkit-scrollbar {
  display: none;
}

.mdc-tab-scroller__scroll-area--scroll {
  overflow-x: scroll;
}

.mdc-tab-scroller__scroll-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  will-change: transform;
}

.mdc-tab-scroller--align-start .mdc-tab-scroller__scroll-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mdc-tab-scroller--align-end .mdc-tab-scroller__scroll-content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mdc-tab-scroller--align-center .mdc-tab-scroller__scroll-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-area {
  -webkit-overflow-scrolling: auto;
}

/**
 * @license
 * Copyright 2018 Google Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
.mdc-tab-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-color: rgb(32, 35, 41);
  /* @alternate */
  border-color: var(--mdc-theme-primary, rgb(32, 35, 41));
}
.mdc-tab-indicator .mdc-tab-indicator__content--icon {
  color: rgb(253, 141, 23);
  /* @alternate */
  color: var(--mdc-theme-secondary, rgb(253, 141, 23));
}
.mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-top-width: 2px;
}
.mdc-tab-indicator .mdc-tab-indicator__content--icon {
  height: 34px;
  font-size: 34px;
}

.mdc-tab-indicator__content {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  opacity: 0;
}

.mdc-tab-indicator__content--underline {
  -ms-flex-item-align: end;
      align-self: flex-end;
  box-sizing: border-box;
  width: 100%;
  border-top-style: solid;
}

.mdc-tab-indicator__content--icon {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 auto;
}

.mdc-tab-indicator--active .mdc-tab-indicator__content {
  opacity: 1;
}

.mdc-tab-indicator .mdc-tab-indicator__content {
  -webkit-transition: 250ms -webkit-transform cubic-bezier(0.4, 0, 0.2, 1);
          transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-tab-indicator--no-transition .mdc-tab-indicator__content {
  -webkit-transition: none;
          transition: none;
}

.mdc-tab-indicator--fade .mdc-tab-indicator__content {
  -webkit-transition: 150ms opacity linear;
          transition: 150ms opacity linear;
}

.mdc-tab-indicator--active.mdc-tab-indicator--fade .mdc-tab-indicator__content {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.mdc-tab {
  font-family: Roboto, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.0892857143em;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 24px;
  padding-left: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  outline: none;
  background: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  z-index: 1;
}
.mdc-tab .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-tab .mdc-tab__icon {
  color: rgba(0, 0, 0, 0.54);
  fill: currentColor;
}
.mdc-tab::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mdc-tab--min-width {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.mdc-tab__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
  pointer-events: none;
}

.mdc-tab__text-label {
  -webkit-transition: 150ms color linear;
          transition: 150ms color linear;
  display: inline-block;
  line-height: 1;
  z-index: 2;
}

.mdc-tab__icon {
  -webkit-transition: 150ms color linear;
          transition: 150ms color linear;
  width: 24px;
  height: 24px;
  font-size: 24px;
  z-index: 2;
}

.mdc-tab--stacked .mdc-tab__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mdc-tab--stacked .mdc-tab__text-label {
  padding-top: 6px;
  padding-bottom: 4px;
}

.mdc-tab--active .mdc-tab__text-label {
  color: rgb(32, 35, 41);
  /* @alternate */
  color: var(--mdc-theme-primary, rgb(32, 35, 41));
}
.mdc-tab--active .mdc-tab__icon {
  color: rgb(32, 35, 41);
  /* @alternate */
  color: var(--mdc-theme-primary, rgb(32, 35, 41));
  fill: currentColor;
}
.mdc-tab--active .mdc-tab__text-label,
.mdc-tab--active .mdc-tab__icon {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label {
  /* @noflip */
  padding-left: 8px;
  /* @noflip */
  padding-right: 0;
}
[dir=rtl] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label, .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label[dir=rtl] {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 8px;
}

@-webkit-keyframes mdc-ripple-fg-radius-in {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
            transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }
  to {
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
            transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }
}

@keyframes mdc-ripple-fg-radius-in {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
            transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }
  to {
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
            transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }
}
@-webkit-keyframes mdc-ripple-fg-opacity-in {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    opacity: 0;
  }
  to {
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}
@keyframes mdc-ripple-fg-opacity-in {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    opacity: 0;
  }
  to {
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}
@-webkit-keyframes mdc-ripple-fg-opacity-out {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
  to {
    opacity: 0;
  }
}
@keyframes mdc-ripple-fg-opacity-out {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
  to {
    opacity: 0;
  }
}
.mdc-ripple-surface--test-edge-var-bug {
  --mdc-ripple-surface-test-edge-var: 1px solid #000;
  visibility: hidden;
}
.mdc-ripple-surface--test-edge-var-bug::before {
  border: var(--mdc-ripple-surface-test-edge-var);
}

.mdc-tab__ripple {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mdc-tab__ripple::before, .mdc-tab__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-tab__ripple::before {
  -webkit-transition: opacity 15ms linear, background-color 15ms linear;
          transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}
.mdc-tab__ripple.mdc-ripple-upgraded::before {
  -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
      -ms-transform: scale(var(--mdc-ripple-fg-scale, 1));
          transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-tab__ripple.mdc-ripple-upgraded::after {
  top: 0;
  /* @noflip */
  left: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.mdc-tab__ripple.mdc-ripple-upgraded--unbounded::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */
  left: var(--mdc-ripple-left, 0);
}
.mdc-tab__ripple.mdc-ripple-upgraded--foreground-activation::after {
  -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
          animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-tab__ripple.mdc-ripple-upgraded--foreground-deactivation::after {
  -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
          animation: mdc-ripple-fg-opacity-out 150ms;
  -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
      -ms-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
          transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-tab__ripple::before, .mdc-tab__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-tab__ripple.mdc-ripple-upgraded::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-tab__ripple::before, .mdc-tab__ripple::after {
  background-color: rgb(32, 35, 41);
}
@supports not (-ms-ime-align: auto) {
  .mdc-tab__ripple::before, .mdc-tab__ripple::after {
    /* @alternate */
    background-color: var(--mdc-theme-primary, rgb(32, 35, 41));
  }
}
.mdc-tab__ripple:hover::before {
  opacity: 0.04;
}
.mdc-tab__ripple.mdc-ripple-upgraded--background-focused::before, .mdc-tab__ripple:not(.mdc-ripple-upgraded):focus::before {
  -webkit-transition-duration: 75ms;
          transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-tab__ripple:not(.mdc-ripple-upgraded)::after {
  -webkit-transition: opacity 150ms linear;
          transition: opacity 150ms linear;
}
.mdc-tab__ripple:not(.mdc-ripple-upgraded):active::after {
  -webkit-transition-duration: 75ms;
          transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-tab__ripple.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}

.mdc-touch-target-wrapper {
  display: inline;
}

.mdc-button {
  font-family: Roboto, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.0892857143em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 8px 0 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box;
  min-width: 64px;
  border: none;
  outline: none;
  /* @alternate */
  line-height: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
  overflow: visible;
  vertical-align: middle;
  border-radius: 4px;
}
.mdc-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mdc-button:active {
  outline: none;
}
.mdc-button:hover {
  cursor: pointer;
}
.mdc-button:disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.37);
  cursor: default;
  pointer-events: none;
}
.mdc-button .mdc-button__ripple {
  border-radius: 4px;
}
.mdc-button:not(:disabled) {
  background-color: transparent;
}
.mdc-button .mdc-button__icon {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 8px;
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 18px;
  vertical-align: top;
}
[dir=rtl] .mdc-button .mdc-button__icon, .mdc-button .mdc-button__icon[dir=rtl] {
  /* @noflip */
  margin-left: 8px;
  /* @noflip */
  margin-right: 0;
}
.mdc-button .mdc-button__touch {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 48px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mdc-button:not(:disabled) {
  color: rgb(32, 35, 41);
  /* @alternate */
  color: var(--mdc-theme-primary, rgb(32, 35, 41));
}

.mdc-button__label + .mdc-button__icon {
  /* @noflip */
  margin-left: 8px;
  /* @noflip */
  margin-right: 0;
}
[dir=rtl] .mdc-button__label + .mdc-button__icon, .mdc-button__label + .mdc-button__icon[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 8px;
}

svg.mdc-button__icon {
  fill: currentColor;
}

.mdc-button--raised .mdc-button__icon,
.mdc-button--unelevated .mdc-button__icon,
.mdc-button--outlined .mdc-button__icon {
  /* @noflip */
  margin-left: -4px;
  /* @noflip */
  margin-right: 8px;
}
[dir=rtl] .mdc-button--raised .mdc-button__icon, .mdc-button--raised .mdc-button__icon[dir=rtl],
[dir=rtl] .mdc-button--unelevated .mdc-button__icon,
.mdc-button--unelevated .mdc-button__icon[dir=rtl],
[dir=rtl] .mdc-button--outlined .mdc-button__icon,
.mdc-button--outlined .mdc-button__icon[dir=rtl] {
  /* @noflip */
  margin-left: 8px;
  /* @noflip */
  margin-right: -4px;
}
.mdc-button--raised .mdc-button__label + .mdc-button__icon,
.mdc-button--unelevated .mdc-button__label + .mdc-button__icon,
.mdc-button--outlined .mdc-button__label + .mdc-button__icon {
  /* @noflip */
  margin-left: 8px;
  /* @noflip */
  margin-right: -4px;
}
[dir=rtl] .mdc-button--raised .mdc-button__label + .mdc-button__icon, .mdc-button--raised .mdc-button__label + .mdc-button__icon[dir=rtl],
[dir=rtl] .mdc-button--unelevated .mdc-button__label + .mdc-button__icon,
.mdc-button--unelevated .mdc-button__label + .mdc-button__icon[dir=rtl],
[dir=rtl] .mdc-button--outlined .mdc-button__label + .mdc-button__icon,
.mdc-button--outlined .mdc-button__label + .mdc-button__icon[dir=rtl] {
  /* @noflip */
  margin-left: -4px;
  /* @noflip */
  margin-right: 8px;
}

.mdc-button--raised,
.mdc-button--unelevated {
  padding: 0 16px 0 16px;
}
.mdc-button--raised:disabled,
.mdc-button--unelevated:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.37);
}
.mdc-button--raised:not(:disabled),
.mdc-button--unelevated:not(:disabled) {
  background-color: rgb(32, 35, 41);
}
@supports not (-ms-ime-align: auto) {
  .mdc-button--raised:not(:disabled),
.mdc-button--unelevated:not(:disabled) {
    /* @alternate */
    background-color: var(--mdc-theme-primary, rgb(32, 35, 41));
  }
}
.mdc-button--raised:not(:disabled),
.mdc-button--unelevated:not(:disabled) {
  color: rgb(0, 100, 115);
  /* @alternate */
  color: var(--mdc-theme-on-primary, rgb(0, 100, 115));
}

.mdc-button--raised {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
          transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-button--raised:hover, .mdc-button--raised:focus {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mdc-button--raised:active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mdc-button--raised:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mdc-button--outlined {
  border-style: solid;
  padding: 0 15px 0 15px;
  border-width: 1px;
}
.mdc-button--outlined:disabled {
  border-color: rgba(0, 0, 0, 0.37);
}
.mdc-button--outlined .mdc-button__ripple {
  top: -1px;
  left: -1px;
  border: 1px solid transparent;
}
.mdc-button--outlined:not(:disabled) {
  border-color: rgb(32, 35, 41);
  /* @alternate */
  border-color: var(--mdc-theme-primary, rgb(32, 35, 41));
}

.mdc-button--touch {
  margin-top: 6px;
  margin-bottom: 6px;
}

.mdc-button {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mdc-button .mdc-button__ripple::before,
.mdc-button .mdc-button__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-button .mdc-button__ripple::before {
  -webkit-transition: opacity 15ms linear, background-color 15ms linear;
          transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}
.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::before {
  -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
      -ms-transform: scale(var(--mdc-ripple-fg-scale, 1));
          transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::after {
  top: 0;
  /* @noflip */
  left: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.mdc-button.mdc-ripple-upgraded--unbounded .mdc-button__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */
  left: var(--mdc-ripple-left, 0);
}
.mdc-button.mdc-ripple-upgraded--foreground-activation .mdc-button__ripple::after {
  -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
          animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-button.mdc-ripple-upgraded--foreground-deactivation .mdc-button__ripple::after {
  -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
          animation: mdc-ripple-fg-opacity-out 150ms;
  -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
      -ms-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
          transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-button .mdc-button__ripple::before,
.mdc-button .mdc-button__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-button .mdc-button__ripple::before, .mdc-button .mdc-button__ripple::after {
  background-color: rgb(32, 35, 41);
}
@supports not (-ms-ime-align: auto) {
  .mdc-button .mdc-button__ripple::before, .mdc-button .mdc-button__ripple::after {
    /* @alternate */
    background-color: var(--mdc-theme-primary, rgb(32, 35, 41));
  }
}
.mdc-button:hover .mdc-button__ripple::before {
  opacity: 0.04;
}
.mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before, .mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
  -webkit-transition-duration: 75ms;
          transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-button:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  -webkit-transition: opacity 150ms linear;
          transition: opacity 150ms linear;
}
.mdc-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
  -webkit-transition-duration: 75ms;
          transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-button.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}
.mdc-button .mdc-button__ripple {
  position: absolute;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mdc-button:not(.mdc-button--outlined) .mdc-button__ripple {
  top: 0;
  left: 0;
}

.mdc-button--raised .mdc-button__ripple::before, .mdc-button--raised .mdc-button__ripple::after,
.mdc-button--unelevated .mdc-button__ripple::before,
.mdc-button--unelevated .mdc-button__ripple::after {
  background-color: rgb(0, 100, 115);
}
@supports not (-ms-ime-align: auto) {
  .mdc-button--raised .mdc-button__ripple::before, .mdc-button--raised .mdc-button__ripple::after,
.mdc-button--unelevated .mdc-button__ripple::before,
.mdc-button--unelevated .mdc-button__ripple::after {
    /* @alternate */
    background-color: var(--mdc-theme-on-primary, rgb(0, 100, 115));
  }
}
.mdc-button--raised:hover .mdc-button__ripple::before,
.mdc-button--unelevated:hover .mdc-button__ripple::before {
  opacity: 0.04;
}
.mdc-button--raised.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before, .mdc-button--raised:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before,
.mdc-button--unelevated.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
  -webkit-transition-duration: 75ms;
          transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-button--raised:not(.mdc-ripple-upgraded) .mdc-button__ripple::after,
.mdc-button--unelevated:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  -webkit-transition: opacity 150ms linear;
          transition: opacity 150ms linear;
}
.mdc-button--raised:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
  -webkit-transition-duration: 75ms;
          transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-button--raised.mdc-ripple-upgraded,
.mdc-button--unelevated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}

.mdc-button {
  height: 36px;
}

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
          transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
          transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7;
}
@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}
@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
          animation-name: spin-ccw-1turn;
}
@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}
@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg;
}
@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important;
}

body {
  color: rgb(32, 35, 41);
  font-family: "Noto Sans", "Trebuchet MS", sans-serif;
  font-weight: 400;
}

p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 28px;
}
@media print, screen and (min-width: 64.0625em) {
  p {
    font-size: 18px;
    line-height: 31px;
  }
}
p.summary {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-top: 0;
}
@media print, screen and (min-width: 64.0625em) {
  p.summary {
    font-size: 21px;
    line-height: 32px;
  }
}

h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 39px;
  margin-top: 0;
}
@media print, screen and (min-width: 64.0625em) {
  h1 {
    font-size: 36px;
    line-height: 50px;
  }
}

h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
@media print, screen and (min-width: 64.0625em) {
  h2 {
    font-size: 27px;
    line-height: 41px;
  }
}

h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
}
@media print, screen and (min-width: 64.0625em) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}

h4 {
  margin-bottom: 0;
}
h4 + p {
  margin-top: 0;
}

header h1 {
  margin: 0;
  padding: 0;
}

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

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

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

.text-italic {
  font-style: italic;
}

.text-type-medium h1,
.text-type-medium h2,
.text-type-medium h3 {
  font-size: typeset(body-copy, large, font-size);
  line-height: typeset(body-copy, large, line-height);
}

.text-type-small h1,
.text-type-small h2,
.text-type-small h3 {
  font-size: typeset(body-copy, medium, font-size);
  line-height: typeset(body-copy, medium, line-height);
}

.page-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  margin: 0;
  text-transform: none;
}
@media print, screen and (min-width: 64.0625em) {
  .page-heading {
    font-size: 42px;
    line-height: 59px;
  }
}
.hero .page-heading {
  font-size: 32px;
  line-height: 45px;
}
@media print, screen and (min-width: 64.0625em) {
  .hero .page-heading {
    font-size: 48px;
    line-height: 67px;
  }
}
.page-heading span {
  display: block;
  font-weight: 400;
}
@media print, screen and (min-width: 40.0625em) {
  .page-heading span {
    display: inline;
  }
}

.page-subheading {
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 14px;
}
@media print, screen and (min-width: 64.0625em) {
  .page-subheading {
    font-size: 24px;
    line-height: 36px;
  }
}

.small-heading {
  font-size: 32px;
  line-height: 45px;
}

.section-heading {
  font-size: 28px;
  line-height: 39px;
  margin-top: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .section-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media screen and (max-width: 40em) {
  .section-heading {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}

.section-sub-heading {
  margin: 0;
}

.smallprint {
  font-size: 14px;
  line-height: 24px;
}

.tagline {
  -webkit-background-clip: text;
  background-clip: text;
  background-color: rgb(103, 58, 183);
  background-image: -webkit-linear-gradient(295deg, rgb(103, 58, 183), rgb(50, 25, 112));
  background-image: linear-gradient(155deg, rgb(103, 58, 183), rgb(50, 25, 112));
  color: rgb(50, 25, 112);
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin: 28px 0;
  text-align: center;
  -webkit-text-fill-color: transparent;
}
.full-width .tagline {
  margin: 0 36px 28px;
}
@media print, screen and (min-width: 40.0625em) {
  .tagline {
    font-size: 32px;
    line-height: 45px;
    margin: 0 0 28px;
    text-align: left;
  }
}

.entry-requirements h3 + p {
  margin-top: 0;
}
.entry-requirements .qualification {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: none;
}
.entry-requirements .qualification::before {
  content: "- ";
}

.markdown h1 {
  font-size: 28px;
  line-height: 39px;
}
@media print, screen and (min-width: 64.0625em) {
  .markdown h1 {
    font-size: 36px;
    line-height: 50px;
  }
}
.markdown h2 {
  font-size: 24px;
  line-height: 36px;
}
@media print, screen and (min-width: 64.0625em) {
  .markdown h2 {
    font-size: 27px;
    line-height: 41px;
  }
}
.markdown h3 {
  font-size: 21px;
  line-height: 32px;
}
@media print, screen and (min-width: 64.0625em) {
  .markdown h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
.markdown h4,
.markdown h5,
.markdown h6 {
  font-size: 18px;
  line-height: 27px;
}
@media print, screen and (min-width: 64.0625em) {
  .markdown h4,
.markdown h5,
.markdown h6 {
    font-size: 21px;
    line-height: 32px;
  }
}
.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
  margin-bottom: 14px;
}
.markdown h1 + p,
.markdown h2 + p,
.markdown h3 + p,
.markdown h4 + p,
.markdown h5 + p,
.markdown h6 + p {
  margin-top: 0;
}

.external-homepage h2,
.external-homepage .section-heading {
  font-size: 24px;
  line-height: 34px;
  text-transform: none;
}
@media print, screen and (min-width: 40.0625em) {
  .external-homepage h2,
.external-homepage .section-heading {
    font-size: 28px;
    line-height: 38px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .external-homepage h2,
.external-homepage .section-heading {
    font-size: 30px;
    line-height: 37px;
  }
}
.external-homepage h3,
.external-homepage .event-date {
  font-size: 20px;
  line-height: 30px;
}
.external-homepage .card h3 {
  margin: 0;
}
.external-homepage h4 {
  font-size: 18px;
  line-height: 28px;
}
.external-homepage h5 {
  font-size: 16px;
  line-height: 26px;
}
.external-homepage p {
  font-size: 16px;
  line-height: 29px;
}
.external-homepage a {
  font-size: 16px;
  line-height: 29px;
}

a {
  color: rgb(32, 35, 41);
}
a:visited {
  color: rgb(87, 90, 94);
}
a:hover, a:active, a:focus {
  color: rgb(236, 8, 54);
}

.link-white:link, .link-white:visited {
  color: #fff;
}
.link-white:hover, .link-white:active, .link-white:focus {
  color: rgb(252, 72, 113);
}

.action-link {
  background-image: url("../../assets/university-of-bath/images/style/list-arrow-coral.svg");
  background-position: 3px 8px;
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 21.6px;
}

.link--arrow_light {
  background-image: url("../../assets/university-of-bath/images/utility/arrow-right-white-md.svg");
}
.link--arrow_dark {
  background-image: url("../../assets/university-of-bath/images/utility/arrow-right-granite.svg");
}

.link--arrow_light, .link--arrow_dark {
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 64.0625em) {
  .link--arrow_light, .link--arrow_dark {
    background-image: none;
  }
}

.bg-granite a,
.bg-granite-10-light a,
body > footer a {
  color: #fff;
}
.bg-granite a:visited,
.bg-granite-10-light a:visited,
body > footer a:visited {
  color: #fff;
}
.bg-granite a:hover, .bg-granite a:active, .bg-granite a:focus,
.bg-granite-10-light a:hover,
.bg-granite-10-light a:active,
.bg-granite-10-light a:focus,
body > footer a:hover,
body > footer a:active,
body > footer a:focus {
  color: rgb(255, 235, 59);
}

.bg-granite .action-link {
  background-image: url("../../assets/university-of-bath/images/style/list-arrow-white.svg");
  color: #fff;
  font-weight: 400;
}
.bg-granite .action-link:visited {
  color: #fff;
}
.bg-granite .action-link:hover, .bg-granite .action-link:active, .bg-granite .action-link:focus {
  color: rgb(255, 235, 59);
}

.bg-coral a {
  color: #fff;
}
.bg-coral a:visited {
  color: #fff;
}
.bg-coral a:hover, .bg-coral a:active, .bg-coral a:focus {
  color: rgb(255, 235, 59);
}

.bg-coral .action-link {
  background-image: url("../../assets/university-of-bath/images/style/list-arrow-white.svg");
  color: #fff;
  font-weight: 400;
}
.bg-coral .action-link:visited {
  color: #fff;
}
.bg-coral .action-link:hover, .bg-coral .action-link:active, .bg-coral .action-link:focus {
  color: rgb(255, 235, 59);
}

.bg-violet a {
  color: #fff;
}
.bg-violet a:visited {
  color: rgb(232, 226, 244);
}
.bg-violet a:hover, .bg-violet a:active, .bg-violet a:focus {
  color: rgb(255, 235, 59);
}

a .bg-violet-50-dark,
.bg-violet-50-dark a {
  color: #fff;
  text-decoration: underline;
}
a .bg-violet-50-dark:visited,
.bg-violet-50-dark a:visited {
  color: rgb(179, 159, 219);
}
a .bg-violet-50-dark:hover,
.bg-violet-50-dark a:hover {
  color: rgb(137, 227, 240);
}
a .bg-violet-50-dark:active, a .bg-violet-50-dark:focus,
.bg-violet-50-dark a:active,
.bg-violet-50-dark a:focus {
  color: rgb(78, 213, 232);
}

.bg-citrus a {
  color: #000;
}
.bg-citrus a:visited {
  color: #000;
}
.bg-citrus a:hover, .bg-citrus a:active, .bg-citrus a:focus {
  color: rgb(184, 0, 41);
}

.bg-citrus-25-light a {
  color: #000;
}
.bg-citrus-25-light a:visited {
  color: #000;
}
.bg-citrus-25-light a:hover, .bg-citrus-25-light a:active, .bg-citrus-25-light a:focus {
  color: rgb(184, 0, 41);
}

.bg-citrus .action-link {
  background-image: url("../../assets/university-of-bath/images/style/list-arrow-black.svg");
}

.bg-cornflower-60-dark a,
a .bg-cornflower-60-dark {
  color: #fff;
  text-decoration: underline;
}
.bg-cornflower-60-dark a:visited,
a .bg-cornflower-60-dark:visited {
  color: rgb(137, 227, 240);
}
.bg-cornflower-60-dark a:hover, .bg-cornflower-60-dark a:active, .bg-cornflower-60-dark a:focus,
a .bg-cornflower-60-dark:hover,
a .bg-cornflower-60-dark:active,
a .bg-cornflower-60-dark:focus {
  color: rgb(78, 213, 232);
}

.column-block {
  margin-bottom: 28px;
}
@media print, screen and (min-width: 64.0625em) {
  .column-block {
    margin-bottom: 42px;
  }
}

.whole-block {
  width: 100%;
}

.half-block {
  width: 100%;
}
@media print, screen and (min-width: 40.0625em) {
  .half-block {
    width: 50%;
  }
}

.quarter-block {
  width: 100%;
}
@media print, screen and (min-width: 40.0625em) {
  .quarter-block {
    width: 25%;
  }
}

.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
}

@media screen and (max-width: 40em) {
  .flex-row-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media print, screen and (min-width: 40.0625em) {
  .flex-row-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.flex-row-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 100%;
}

@media screen and (max-width: 40em) {
  .flex-row-reverse-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 40.0625em) {
  .flex-row-reverse-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

@media screen and (max-width: 40em) {
  .flex-column-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media print, screen and (min-width: 40.0625em) {
  .flex-column-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 40em) {
  .flex-column-reverse-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex-center {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wordmark-cornflower {
  background-image: url("../../assets/university-of-bath/images/logo/uob-logo-wordmark-cornflower.svg");
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.wordmark-inverse {
  background-image: url("../../assets/university-of-bath/images/logo/uob-logo-wordmark-inverse.svg");
  background-repeat: no-repeat;
  display: block;
  font-size: 0;
  height: 22px;
  text-indent: -9999px;
  width: 177px;
}

body {
  background: #fff;
}
@media screen and (max-width: 40em) {
  body {
    padding-top: 56px;
  }
}

.important-information h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-transform: initial;
}
.important-information p,
.important-information ul,
.important-information ol,
.important-information li {
  font-size: 14px;
  line-height: 24px;
  margin: 14px 0;
}

.award-items-vertical-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  padding-right: 38px;
}

.award-items-horizontal-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.award-items-horizontal {
  height: auto;
  width: 261px;
}

.award-items-vertical {
  height: 220px;
  width: auto;
}

.flex-wrapper.award-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrapper.award-column :nth-child(2) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.flex-wrapper.award-column :nth-child(2) img {
  margin-top: 18px;
}

@media screen and (max-width: 40em) {
  .award-items-horizontal-container {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .award-items-vertical-container {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-bottom: 18px;
    padding-right: 0;
    width: 100%;
  }

  .award-items-vertical {
    margin: 0 auto;
    height: 340px;
  }
}
.email,
.telephone {
  word-break: break-all;
}

.section-header {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media print, screen and (min-width: 40.0625em) {
  .section-header {
    -ms-flex-preferred-size: calc(80% + (18px * 2));
        flex-basis: calc(80% + (18px * 2));
    width: calc(80% + (18px * 2));
  }
}
@media print, screen and (min-width: 64.0625em) {
  .section-header {
    -ms-flex-preferred-size: calc(60% + (18px * 2));
        flex-basis: calc(60% + (18px * 2));
    width: calc(60% + (18px * 2));
  }
}

.no-divider {
  margin-bottom: 28px;
}
@media print, screen and (min-width: 40.0625em) {
  .no-divider {
    margin-bottom: 56px;
  }
}

.section-footer {
  margin-bottom: 28px;
}
.section-footer .related-information {
  font-size: 24px;
  font-style: italic;
  line-height: 36px;
  margin-bottom: 14px;
  margin-top: 0;
}

.announce {
  background: rgb(255, 235, 59);
  font-size: 16px;
  line-height: 28px;
  padding: 8px 0;
}
@media print, screen and (min-width: 64.0625em) {
  .announce {
    font-size: 27px;
    line-height: 41px;
  }
}
.announce .flex-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.announce a.announce-row {
  color: #000;
  display: block;
}
.announce a.announce-row .announce-cta {
  color: #000;
  margin-right: 16px;
  padding: 16px;
  position: relative;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
}
.announce a.announce-row .announce-cta::before {
  content: url("../../assets/university-of-bath/images/style/list-arrow-black.svg");
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
}
.announce a.announce-row .announce-cta::after {
  content: url("../../assets/university-of-bath/images/style/list-arrow-coral.svg");
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
}
.announce a.announce-row:active .announce-cta, .announce a.announce-row:focus .announce-cta, .announce a.announce-row:hover .announce-cta {
  color: rgb(236, 8, 54);
}
.announce a.announce-row:active .announce-cta::after, .announce a.announce-row:focus .announce-cta::after, .announce a.announce-row:hover .announce-cta::after {
  opacity: 1;
}
.announce.on-top {
  cursor: pointer;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.announce.on-top .announce-row {
  padding: 8px 0;
  text-decoration: none;
}
.announce.on-top .announce-row .announce-cta {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-left: 16px;
  margin-right: 0;
  padding: 0 16px;
}
.announce.on-top .announce-row .announce-cta.icon-left {
  background-image: url("../../assets/university-of-bath/images/style/important-icon-white.svg");
  background-position: 0 50%;
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 35px;
  text-decoration: none;
}
.announce.on-top .announce-row .announce-cta::before {
  content: none;
}
.announce.on-top .announce-row .announce-cta::after {
  content: none;
}
.announce.on-top:active .announce-row .announce-cta, .announce.on-top:focus .announce-row .announce-cta, .announce.on-top:hover .announce-row .announce-cta {
  text-decoration: underline;
}

.bg-coral.on-top a.announce-row .announce-cta {
  color: #fff;
}

.bg-mint.on-top a.announce-row .announce-cta {
  color: rgb(32, 35, 41);
}
.bg-mint.on-top a.announce-row .announce-cta.icon-left {
  background-image: url("../../assets/university-of-bath/images/style/important-icon-granite.svg");
}

.bg-violet.on-top a.announce-row .announce-cta {
  color: #fff;
}
.bg-violet.on-top a.announce-row .announce-cta.icon-left {
  background-image: url("../../assets/university-of-bath/images/style/important-icon-white.svg");
}

.bg-steel.on-top a.announce-row .announce-cta {
  color: rgb(32, 35, 41);
}
.bg-steel.on-top a.announce-row .announce-cta.icon-left {
  background-image: url("../../assets/university-of-bath/images/style/important-icon-alt-granite.svg");
}

article header {
  margin-bottom: 14px;
}
article h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 39px;
  text-transform: none;
}

.markdown aside {
  width: 100%;
}
@media print, screen and (min-width: 40.0625em) {
  .markdown aside {
    width: 50%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .markdown aside {
    width: 60%;
  }
}
.markdown aside figure {
  margin-bottom: 0;
  margin-top: 0;
}
@media print, screen and (min-width: 40.0625em) {
  .markdown aside figure.image {
    background-color: #fff;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .markdown aside figure img {
    border: 14px solid #fff;
  }
}
.markdown aside.full-width {
  width: 100%;
}

.badge-item {
  width: 70%;
}
@media screen and (max-width: 40em) {
  .badge-item:not(:last-child) {
    border-bottom: 2px solid rgb(227, 227, 228);
    margin-bottom: 28px;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .badge-item {
    margin: 14px 0 28px;
    width: 50%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .badge-item {
    width: 30%;
  }
}
.badge-item .badge-description,
.badge-item .badge-description p {
  font-size: 14px;
  line-height: 24px;
}
.badge-item .badge-description {
  margin: 0 auto 28px;
  text-align: center;
}
@media print, screen and (min-width: 40.0625em) {
  .badge-item .badge-description {
    margin-bottom: 0;
    width: 70%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .badge-item .badge-description {
    width: 80%;
  }
}
.badge-item .badge-description p:last-of-type,
.badge-item .badge-description p:only-of-type {
  margin-bottom: 0;
}

.badge {
  border-radius: 100%;
  border-style: solid;
  border-width: 7px;
  height: 140px;
  margin: 0 auto;
  overflow: hidden;
  width: 140px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-color: rgb(227, 227, 228);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 40.0625em) {
  .badge {
    height: 182px;
    margin: 0 auto 28px;
    width: 182px;
  }
}

.badge-button,
.badge-button:visited {
  border-radius: 100%;
  border-style: solid;
  border-width: 7px;
  height: 140px;
  margin: 0 auto;
  overflow: hidden;
  width: 140px;
  background-color: rgb(32, 35, 41);
  border-color: #fff;
  display: block;
  margin-bottom: 28px;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
          transition: background-color 0.25s ease, border-color 0.25s ease;
}
@media print, screen and (min-width: 40.0625em) {
  .badge-button,
.badge-button:visited {
    height: 182px;
    margin: 0 auto 28px;
    width: 182px;
  }
}
.badge-button:hover,
.badge-button:visited:hover {
  background-color: rgb(236, 8, 54);
  border-color: #fff;
}
.badge-button:active, .badge-button:focus,
.badge-button:visited:active,
.badge-button:visited:focus {
  background-color: rgb(253, 141, 23);
  border-color: #fff;
}
@media print, screen and (min-width: 40.0625em) {
  .badge-button,
.badge-button:visited {
    margin-bottom: 0;
  }
}

.badge-compact {
  margin: 0 auto 28px;
  width: 140px;
}
@media print, screen and (min-width: 40.0625em) {
  .badge-compact {
    width: 182px;
  }
}

.bg-cornflower-60-dark .badge-button,
.bg-cornflower-60-dark .badge-button:visited {
  background-color: rgb(0, 150, 170);
  border-color: rgb(20, 200, 225);
}
.bg-cornflower-60-dark .badge-button:hover,
.bg-cornflower-60-dark .badge-button:visited:hover {
  background-color: rgb(20, 200, 225);
  border-color: #fff;
}
.bg-cornflower-60-dark .badge-button:active, .bg-cornflower-60-dark .badge-button:focus,
.bg-cornflower-60-dark .badge-button:visited:active,
.bg-cornflower-60-dark .badge-button:visited:focus {
  background-color: rgb(78, 213, 232);
  border-color: #fff;
}
.bg-cornflower-60-dark .badge-item {
  border-color: rgb(0, 150, 170);
}
.bg-cornflower-60-dark .badge-item.disabled {
  border-color: rgba(20, 200, 225, 0.4);
}
.bg-cornflower-60-dark .badge-item.disabled .badge-button,
.bg-cornflower-60-dark .badge-item.disabled .badge-button:visited {
  background-color: rgba(0, 150, 170, 0.4);
  border-color: rgba(20, 200, 225, 0.4);
}
.bg-cornflower-60-dark .badge-item.disabled .badge-button:hover,
.bg-cornflower-60-dark .badge-item.disabled .badge-button:visited:hover {
  background-color: rgba(0, 150, 170, 0.4);
  border-color: rgba(20, 200, 225, 0.4);
}
.bg-cornflower-60-dark .badge-item.disabled .badge-button:active, .bg-cornflower-60-dark .badge-item.disabled .badge-button:focus,
.bg-cornflower-60-dark .badge-item.disabled .badge-button:visited:active,
.bg-cornflower-60-dark .badge-item.disabled .badge-button:visited:focus {
  background-color: rgba(0, 150, 170, 0.4);
  border-color: rgba(20, 200, 225, 0.4);
}
.bg-cornflower-60-dark .badge-item.disabled .badge-button img,
.bg-cornflower-60-dark .badge-item.disabled .badge-label {
  opacity: 40%;
}

.badge-label {
  margin: 0 auto 28px;
}

.badge-description {
  text-align: left;
}
.badge-description::before, .badge-description::after {
  display: table;
  content: " ";
}
.badge-description::after {
  clear: both;
}

.beacon-brand {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 40em) {
  .beacon-brand g,
.beacon-brand g path {
    fill: rgb(32, 35, 41);
  }
}

button,
.button,
a.button,
button:visited,
.button:visited,
a.button:visited,
.mdc-button:not(:disabled) {
  background-color: rgb(32, 35, 41);
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans", "Trebuchet MS", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.012em;
  line-height: 28px;
  min-width: 180px;
  padding: 14px 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
}
@media print, screen and (min-width: 64.0625em) {
  button,
.button,
a.button,
button:visited,
.button:visited,
a.button:visited,
.mdc-button:not(:disabled) {
    font-size: 18px;
    line-height: 31px;
  }
}
button:hover,
.button:hover,
a.button:hover,
button:visited:hover,
.button:visited:hover,
a.button:visited:hover,
.mdc-button:not(:disabled):hover {
  background-color: rgb(236, 8, 54);
  color: #fff;
}
button:active, button:focus,
.button:active,
.button:focus,
a.button:active,
a.button:focus,
button:visited:active,
button:visited:focus,
.button:visited:active,
.button:visited:focus,
a.button:visited:active,
a.button:visited:focus,
.mdc-button:not(:disabled):active,
.mdc-button:not(:disabled):focus {
  background-color: rgb(253, 141, 23);
  color: #fff;
}

.button-on-coral:hover,
a.button-on-coral:hover,
.button-on-coral:visited:hover,
a.button-on-coral:visited:hover {
  background-color: #fff;
  color: rgb(236, 8, 54);
}
.button-on-coral:active, .button-on-coral:focus,
a.button-on-coral:active,
a.button-on-coral:focus,
.button-on-coral:visited:active,
.button-on-coral:visited:focus,
a.button-on-coral:visited:active,
a.button-on-coral:visited:focus {
  background-color: rgb(253, 133, 160);
  color: #fff;
}

.button-on-dark,
a.button-on-dark,
.button-on-dark:visited,
a.button-on-dark:visited {
  background-color: rgb(236, 8, 54);
}
.button-on-dark:hover,
a.button-on-dark:hover,
.button-on-dark:visited:hover,
a.button-on-dark:visited:hover {
  background-color: #fff;
  color: rgb(236, 8, 54);
}
.button-on-dark:active, .button-on-dark:focus,
a.button-on-dark:active,
a.button-on-dark:focus,
.button-on-dark:visited:active,
.button-on-dark:visited:focus,
a.button-on-dark:visited:active,
a.button-on-dark:visited:focus {
  background-color: rgb(253, 133, 160);
  color: #fff;
}

.ghost-button,
a.ghost-button,
.ghost-button:visited,
a.ghost-button:visited {
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding: 7px 9px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
          transition: background-color 0.25s ease, border-color 0.25s ease;
}
.ghost-button:hover,
a.ghost-button:hover,
.ghost-button:visited:hover,
a.ghost-button:visited:hover {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  color: #fff;
}
.ghost-button:active, .ghost-button:focus,
a.ghost-button:active,
a.ghost-button:focus,
.ghost-button:visited:active,
.ghost-button:visited:focus,
a.ghost-button:visited:active,
a.ghost-button:visited:focus {
  background-color: rgb(253, 141, 23);
  border-color: rgb(253, 141, 23);
  color: #fff;
}
.ghost-button.coral,
a.ghost-button.coral,
.ghost-button:visited.coral,
a.ghost-button:visited.coral {
  border: 2px solid rgb(236, 8, 54);
  color: rgb(236, 8, 54);
}
.ghost-button.coral:hover,
a.ghost-button.coral:hover,
.ghost-button:visited.coral:hover,
a.ghost-button:visited.coral:hover {
  background-color: rgb(184, 0, 41);
  border-color: transparent;
  color: #fff;
}

.small-button,
a.small-button,
.small-button:visited,
a.small-button:visited {
  background-color: rgb(32, 35, 41);
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  min-width: 180px;
  padding: 7px 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.25s ease;
          transition: background-color 0.25s ease;
}
.small-button:hover,
a.small-button:hover,
.small-button:visited:hover,
a.small-button:visited:hover {
  background-color: rgb(236, 8, 54);
  color: #fff;
}
.small-button:active, .small-button:focus,
a.small-button:active,
a.small-button:focus,
.small-button:visited:active,
.small-button:visited:focus,
a.small-button:visited:active,
a.small-button:visited:focus {
  background-color: rgb(253, 141, 23);
  color: #fff;
}

.prominent-cta.page-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 990px) {
  .prominent-cta.page-header .page-heading {
    width: 100%;
  }
}
.prominent-cta .button,
.prominent-cta a.button,
.prominent-cta button:visited,
.prominent-cta .button:visited,
.prominent-cta a.button:visited {
  box-shadow: 3px 4px 22px 2px rgba(199, 199, 201, 0.5);
  font-weight: 700;
  height: auto;
  letter-spacing: 0.012em;
  margin-top: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
}
@media print, screen and (min-width: 64.0625em) {
  .prominent-cta .button,
.prominent-cta a.button,
.prominent-cta button:visited,
.prominent-cta .button:visited,
.prominent-cta a.button:visited {
    margin-top: 0;
  }
}
@media (min-width: 535px) {
  .prominent-cta .button:nth-child(2),
.prominent-cta a.button:nth-child(2),
.prominent-cta button:visited:nth-child(2),
.prominent-cta .button:visited:nth-child(2),
.prominent-cta a.button:visited:nth-child(2) {
    margin-left: 14px;
  }
}
.prominent-cta .button.coral,
.prominent-cta a.button.coral,
.prominent-cta button:visited.coral,
.prominent-cta .button:visited.coral,
.prominent-cta a.button:visited.coral {
  background-color: rgb(236, 8, 54);
  color: #fff;
}
.prominent-cta .button.coral:hover,
.prominent-cta a.button.coral:hover,
.prominent-cta button:visited.coral:hover,
.prominent-cta .button:visited.coral:hover,
.prominent-cta a.button:visited.coral:hover {
  background-color: rgb(184, 0, 41);
  color: #fff;
}
.prominent-cta .button.white,
.prominent-cta a.button.white,
.prominent-cta button:visited.white,
.prominent-cta .button:visited.white,
.prominent-cta a.button:visited.white {
  background-color: #fff;
  color: rgb(32, 35, 41);
}
.prominent-cta .button.white:hover,
.prominent-cta a.button.white:hover,
.prominent-cta button:visited.white:hover,
.prominent-cta .button:visited.white:hover,
.prominent-cta a.button:visited.white:hover {
  background-color: rgb(240, 240, 241);
  color: rgb(32, 35, 41);
}
.prominent-cta .button:active, .prominent-cta .button:focus,
.prominent-cta a.button:active,
.prominent-cta a.button:focus,
.prominent-cta button:visited:active,
.prominent-cta button:visited:focus,
.prominent-cta .button:visited:active,
.prominent-cta .button:visited:focus,
.prominent-cta a.button:visited:active,
.prominent-cta a.button:visited:focus {
  background-color: rgb(253, 141, 23);
  color: #fff;
}

a.hero-cta-button,
.hero-cta-button,
a.hero-cta-button,
.hero-cta-button:visited,
a.hero-cta-button:visited {
  background-color: rgb(255, 235, 59);
  border: 2px solid rgb(255, 235, 59);
  border-radius: 4px;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  padding: 7px 9px;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
          transition: background-color 0.25s ease, border-color 0.25s ease;
}
@media print, screen and (min-width: 40.0625em) {
  a.hero-cta-button,
.hero-cta-button,
a.hero-cta-button,
.hero-cta-button:visited,
a.hero-cta-button:visited {
    text-decoration: none;
  }
}
a.hero-cta-button:hover,
.hero-cta-button:hover,
a.hero-cta-button:hover,
.hero-cta-button:visited:hover,
a.hero-cta-button:visited:hover {
  background-color: rgb(255, 199, 16);
  border-color: rgb(255, 199, 16);
  color: #000;
}
a.hero-cta-button:active, a.hero-cta-button:focus,
.hero-cta-button:active,
.hero-cta-button:focus,
a.hero-cta-button:active,
a.hero-cta-button:focus,
.hero-cta-button:visited:active,
.hero-cta-button:visited:focus,
a.hero-cta-button:visited:active,
a.hero-cta-button:visited:focus {
  background-color: rgb(20, 200, 225);
  border-color: rgb(20, 200, 225);
  color: #000;
}

.bg-cornflower-60-dark .button,
.bg-cornflower-60-dark .button:visited {
  background-color: rgb(20, 200, 225);
  color: rgb(8, 80, 90);
}
.bg-cornflower-60-dark .button:hover,
.bg-cornflower-60-dark .button:visited:hover {
  background-color: #fff;
  color: rgb(8, 80, 90);
}
.bg-cornflower-60-dark .button:active, .bg-cornflower-60-dark .button:focus,
.bg-cornflower-60-dark .button:visited:active,
.bg-cornflower-60-dark .button:visited:focus {
  background-color: #fff;
  color: rgb(8, 80, 90);
}

.button-ripple {
  position: relative;
}

.button-ripple .ripple_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.mdc-tab .ripple_animation,
.button-ripple .ripple_animation {
  -webkit-animation: ripple 0.75s;
          animation: ripple 0.75s;
  background-color: rgba(32, 35, 41, 0.2);
  border-radius: 50%;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  opacity: 0;
  position: absolute;
  width: 100px;
}

@-webkit-keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(10);
            transform: scale(10);
  }
}

@keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(10);
            transform: scale(10);
  }
}
.call-to-action {
  background: rgb(255, 235, 59);
}
.call-to-action p {
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  margin: 14px auto;
}
.call-to-action .button,
.call-to-action .button:visited {
  border-radius: 7px;
  font-size: 16px;
  line-height: 28px;
  margin: 14px 18px;
  padding: 14px 27px;
}
@media print, screen and (min-width: 64.0625em) {
  .call-to-action .button,
.call-to-action .button:visited {
    font-size: 18px;
    line-height: 31px;
  }
}
.call-to-action .cta-details {
  display: block;
  margin: 14px auto;
}

.card {
  background-color: #fff;
  border-bottom: 7px solid rgb(240, 240, 241);
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: calc((28px / 2) - 7px);
  margin-top: 14px;
  width: 100%;
}
@media print, screen and (min-width: 40.0625em) {
  .card {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    margin-left: 18px;
    margin-right: 18px;
    width: 40%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .card {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    width: 30%;
  }
}
.card header {
  margin-bottom: 28px;
  padding: 14px 18px 28px;
}
.card header h1 {
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
}
.card img {
  border: 0;
}
.card figure,
.card ol,
.card p,
.card ul {
  margin: 0 18px 28px;
}
.card h3,
.card h4 {
  margin-left: 18px;
  margin-right: 18px;
}
.card footer {
  padding: 28px 18px;
}
.card footer figure,
.card footer ol,
.card footer p,
.card footer ul {
  margin: 0;
}

.standard-card header {
  padding-bottom: 0;
}
.standard-card footer {
  padding-top: 0;
}

.complex-card header {
  margin-bottom: 0;
}
.complex-card .more-info {
  border-bottom: 2px solid rgb(240, 240, 241);
  margin-bottom: 28px;
  padding: 14px 18px;
}
.complex-card .more-info *:last-child {
  margin-bottom: 0;
}
.complex-card address span {
  display: block;
  font-style: normal;
}
.complex-card address span:first-child {
  font-weight: 700;
}
.complex-card .location {
  font-style: italic;
}
.complex-card .date-time {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

.detailed-card {
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 42px;
}
@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .detailed-card {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .detailed-card {
    float: right;
    margin: 0;
    max-width: 25%;
  }
}
.detailed-card h1,
.detailed-card p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 28px;
}
.detailed-card h1 {
  font-weight: 700;
  margin-top: 28px;
}
.detailed-card p {
  margin-bottom: 28px;
}
.detailed-card .detailed-card-divider {
  background-color: rgb(184, 0, 41);
  display: block;
  height: 2px;
  margin: 0 28px;
}
@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .detailed-card .detailed-card-divider {
    height: 45px;
    margin: 36px 0;
    width: 2px;
  }
}
@media (min-width: 642px) and (max-width: 750px) {
  .detailed-card.project-summary div {
    width: 25%;
  }
}
.detailed-card.project-summary h1 {
  font-size: 18px;
  line-height: 27px;
  margin: 0 28px;
}
@media print, screen and (min-width: 64.0625em) {
  .detailed-card.project-summary h1 {
    font-size: 18px;
    line-height: 31px;
  }
}
.detailed-card.project-summary h2 {
  font-size: 16px;
  line-height: 28px;
  margin: 0 28px;
}
@media print, screen and (min-width: 64.0625em) {
  .detailed-card.project-summary h2 {
    font-size: 16px;
    line-height: 27px;
  }
}
.detailed-card.project-summary h1,
.detailed-card.project-summary h2 {
  margin-top: 28px;
}
@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .detailed-card.project-summary h1,
.detailed-card.project-summary h2,
.detailed-card.project-summary p {
    margin-left: 0;
    margin-right: 0;
  }
}

.card-inner {
  margin: 28px 18px;
}
.card-inner figure,
.card-inner ol,
.card-inner p,
.card-inner ul {
  margin-left: 0;
  margin-right: 0;
}

article.project-list-card {
  border-bottom: 7px solid rgb(236, 8, 54);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 14px;
}
@media screen and (max-width: 40em) {
  article.project-list-card {
    padding: 9px;
  }
}

.project-list-header {
  width: 100%;
}
@media print, screen and (min-width: 64.0625em) {
  .project-list-header {
    width: 70%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  span.card-divider {
    background-color: rgb(227, 227, 228);
    height: 85%;
    margin: auto 14px;
    width: 1px;
  }
}

.funding-container {
  margin-bottom: 14px;
}
@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .funding-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 14px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .funding-container {
    margin-top: 9px;
    width: 25%;
  }
}

@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .funder {
    max-width: 70%;
    min-width: 30%;
  }
}
.funder p {
  margin-bottom: 0;
}
.funder p img {
  margin-top: 14px;
}

.eligible-candidate {
  margin-top: 18px;
}
@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .eligible-candidate {
    margin-top: 0;
  }
}
.card .eligible-candidate p {
  margin-bottom: 9px;
}

.funder-logo {
  display: block;
  height: 39.6px;
}

.funder-name {
  display: block;
  padding-top: 5px;
}

.programme-catalogue-unit-card {
  margin: 0;
  width: 100%;
}

.programme-catalogue-exit-awards-card {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media print, screen and (min-width: 40.0625em) {
  .programme-catalogue-exit-awards-card {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .programme-catalogue-exit-awards-card {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
.programme-catalogue-exit-awards-card header {
  padding-bottom: 14px;
}
.programme-catalogue-exit-awards-card footer {
  padding-top: 14px;
}

.bg-granite .card {
  background-color: rgb(54, 57, 62);
  border-color: rgb(236, 8, 54);
}

.bg-steel-75-light .card {
  border-color: rgb(227, 227, 228);
}

.bg-violet-25-dark .card {
  border-color: rgb(50, 25, 112);
  color: rgb(32, 35, 41);
}

.bg-coral-50-dark .card,
.detailed-card .card {
  background-color: rgb(184, 0, 41);
  border-color: rgb(236, 8, 54);
}
.bg-coral-50-dark .card .detailed-card-divider,
.detailed-card .card .detailed-card-divider {
  background-color: rgb(236, 8, 54);
}

.optional-units .card {
  border-color: rgb(253, 141, 23);
}

.bg-citrus .card,
.bg-citrus-25-light .card {
  border-color: rgb(255, 199, 16);
}

.bg-cornflower-25-light .card {
  border-color: rgb(137, 227, 240);
}

.reveal-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  margin: 24px -10px;
  padding-left: 0;
}
@media print, screen and (min-width: 40.0625em) {
  .reveal-section ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.reveal-section ul li {
  list-style: none;
  list-style-image: none;
  margin: 10px;
  padding-left: 0;
  width: 100%;
}
@media screen and (min-width: 75em) {
  .reveal-section ul li {
    width: 228px;
  }
}
@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .reveal-section ul li {
    width: 242px;
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  .reveal-section ul li {
    width: 193px;
  }
  .reveal-section ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.reveal-section h3 {
  font-size: 24px;
  line-height: 36px;
  margin: 18px 0;
}
.reveal-section h4 {
  font-size: 18px;
  line-height: 27px;
  margin: 18px 0 14px;
}

.reveal-tricker {
  background-color: rgb(240, 240, 241);
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 170px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px;
  outline: 3px solid transparent;
  outline-offset: 4px;
  -webkit-transition: outline 0.25s ease-in-out;
          transition: outline 0.25s ease-in-out;
}
@media screen and (max-width: 40em) {
  .reveal-tricker {
    height: 150px;
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  .reveal-tricker {
    padding: 10px;
  }
}
.reveal-tricker .multi-semester-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.reveal-tricker .multi-semester-container span {
  line-height: 0;
  border: none;
}
.reveal-tricker .multi-semester-container .multi-semester-asterisk {
  width: 20px;
  fill: #000;
  -webkit-transition: fill 0.25s ease-in-out;
          transition: fill 0.25s ease-in-out;
}
.reveal-tricker:hover, .reveal-tricker:focus, .reveal-tricker.reveal-tricker-hover {
  outline: 3px solid rgb(236, 8, 54);
  outline-offset: 4px;
}
.reveal-tricker:hover .multi-semester-asterisk, .reveal-tricker:focus .multi-semester-asterisk, .reveal-tricker.reveal-tricker-hover .multi-semester-asterisk {
  fill: rgb(236, 8, 54);
}
.reveal-tricker h2 {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  max-height: 85%;
  overflow-y: hidden;
  --mask-height: 40px;
  --mask-image-content: linear-gradient(to bottom, rgb(32, 35, 41) var(--mask-height), rgb(32, 35, 41) calc(100% - var(--mask-height)), transparent);
  --mask-size-content: 100%;
  padding-bottom: var(--mask-height);
  -webkit-mask-image: var(--mask-image-content);
          mask-image: var(--mask-image-content);
  -webkit-mask-size: var(--mask-size-content);
          mask-size: var(--mask-size-content);
  -webkit-mask-position: 0 0, 100% 0;
          mask-position: 0 0, 100% 0;
  -webkit-mask-repeat: no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat;
}
@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  .reveal-tricker h2 {
    max-height: 80%;
  }
}
.reveal-tricker p {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.dark-reveal-tricker {
  background-color: rgb(54, 57, 62);
}
.dark-reveal-tricker h2 {
  --mask-height: 50px;
}
.dark-reveal-tricker h2,
.dark-reveal-tricker p {
  color: #fff;
}
.dark-reveal-tricker .multi-semester-container .multi-semester-asterisk {
  fill: #fff;
}
.dark-reveal-tricker:hover, .dark-reveal-tricker:focus, .dark-reveal-tricker.reveal-tricker-hover {
  outline: 3px solid rgb(253, 141, 23);
}
.dark-reveal-tricker:hover .multi-semester-asterisk, .dark-reveal-tricker:focus .multi-semester-asterisk, .dark-reveal-tricker.reveal-tricker-hover .multi-semester-asterisk {
  fill: rgb(253, 141, 23);
}

.reveal-pop-up-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 9px;
}
.reveal-pop-up-header h1 {
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  max-width: 460px;
}
.reveal-pop-up-header button {
  background-color: transparent;
  color: #000;
  cursor: pointer;
  font-size: 30px;
  height: -webkit-fit-content;
  height: fit-content;
  margin: -20px -20px 0 20px;
  min-width: auto;
  padding: 0;
  width: -webkit-fit-content;
  width: fit-content;
}

.reveal-pop-up {
  border-radius: 5px;
  padding: 40px 50px;
}
@media screen and (max-width: 40em) {
  .reveal-pop-up {
    padding-top: 100px;
  }
}
.reveal-pop-up strong {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}
.reveal-pop-up p {
  font-size: 16px;
  line-height: 28px;
  margin: 9px 0;
}
.reveal-pop-up ul {
  margin-top: 9px;
}
.reveal-pop-up li {
  font-size: 16px;
  line-height: 28px;
}

.orbit-container {
  padding-left: 0;
}
.orbit-container li {
  list-style-image: none;
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (max-width: 40em) {
  .orbit-container li {
    display: block !important;
    margin-bottom: 28px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 40em) {
  .orbit-container {
    height: auto !important;
    margin-bottom: 14px;
  }
}

.orbit-previous,
.orbit-next {
  background-color: rgb(32, 35, 41);
  background-position: 55% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  min-width: auto;
  padding: 2.23rem;
  position: absolute;
  top: 23%;
  -webkit-transform: translateY(-35%);
      -ms-transform: translateY(-35%);
          transform: translateY(-35%);
}
.orbit-previous:not(:disabled),
.orbit-next:not(:disabled) {
  background-color: rgb(32, 35, 41);
}
.orbit-previous .mdc-button__ripple,
.orbit-next .mdc-button__ripple {
  border-radius: 50%;
}
.orbit-previous:active, .orbit-previous:focus,
.orbit-next:active,
.orbit-next:focus {
  background-color: rgba(32, 35, 41, 0.85);
}
.orbit-previous:hover,
.orbit-next:hover {
  background-color: rgba(10, 10, 10, 0.5);
}
@media screen and (max-width: 40em) {
  .orbit-previous,
.orbit-next {
    display: none;
  }
}

.orbit-previous {
  background-image: url("../../assets/university-of-bath/images/utility/arrow-left-white-lg.svg");
  background-position: 45% 50%;
  left: 40px;
}
@media screen and (min-width: 93.75em) {
  .orbit-previous {
    left: -120px;
  }
}

.orbit-next {
  background-image: url("../../assets/university-of-bath/images/utility/arrow-right-white-lg.svg");
  right: 40px;
}
@media screen and (min-width: 93.75em) {
  .orbit-next {
    right: -120px;
  }
}

@media screen and (max-width: 40em) {
  .orbit-bullets {
    display: none;
  }
}
.orbit-bullets button {
  background-color: transparent;
  border: 2px solid rgb(32, 35, 41);
  min-width: auto;
  padding: 0;
}
.orbit-bullets button.is-active {
  background-color: rgb(236, 8, 54);
  border-color: rgb(236, 8, 54);
}

.case-studies-carousel .orbit-container li {
  padding: 28px 28px 56px;
}
.case-studies-carousel .orbit-container blockquote {
  min-height: 112px;
}
.case-studies-carousel .orbit-previous,
.case-studies-carousel .orbit-next {
  background-color: #fff;
}
.case-studies-carousel .orbit-previous:active, .case-studies-carousel .orbit-previous:focus,
.case-studies-carousel .orbit-next:active,
.case-studies-carousel .orbit-next:focus {
  background-color: rgba(255, 255, 255, 0.85);
}
.case-studies-carousel .orbit-previous:hover,
.case-studies-carousel .orbit-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.case-studies-carousel .orbit-previous {
  background-image: url("../../assets/university-of-bath/images/utility/arrow-left-coral.svg");
}
.case-studies-carousel .orbit-next {
  background-image: url("../../assets/university-of-bath/images/utility/arrow-right-coral.svg");
}
.case-studies-carousel .orbit-bullets button {
  border: 2px solid #fff;
}
.case-studies-carousel .orbit-bullets button.is-active {
  background-color: #fff;
  border-color: #fff;
}

.cookie-consent-bar {
  background-color: #000;
  bottom: 0;
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.25);
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  left: 0;
  position: fixed;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
          transition: transform 0.5s ease-in-out;
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  z-index: 9998;
}
@media screen and (max-width: 64em) {
  .cookie-consent-bar {
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    z-index: 9999;
  }
}
@media screen and (max-width: 40em) {
  .cookie-consent-bar.js-cookie-consent-display {
    top: 0;
  }
}
@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .cookie-consent-bar.js-cookie-consent-display {
    top: 140px;
  }
}
.cookie-consent-bar .cookie-preferences {
  display: none;
}
.cookie-consent-bar .cookie-consent-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 64.0625em) {
  .cookie-consent-bar .cookie-consent-buttons {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}
@media screen and (max-width: 40em) {
  .cookie-consent-bar .cookie-consent-buttons {
    display: block;
  }
}
.cookie-consent-bar .cookie-consent-buttons .button,
.cookie-consent-bar .cookie-consent-buttons .button:visited {
  background-color: rgb(240, 240, 241);
  border: 2px solid rgb(240, 240, 241);
  color: rgb(32, 35, 41);
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  line-height: 21px;
  min-width: initial;
  padding: 14px 18px;
  text-decoration: none;
  text-transform: none;
}
@media print, screen and (min-width: 64.0625em) {
  .cookie-consent-bar .cookie-consent-buttons .button,
.cookie-consent-bar .cookie-consent-buttons .button:visited {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 0 0 18px;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .cookie-consent-bar .cookie-consent-buttons .button,
.cookie-consent-bar .cookie-consent-buttons .button:visited {
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .cookie-consent-bar .cookie-consent-buttons .button,
.cookie-consent-bar .cookie-consent-buttons .button:visited {
    margin: 0 0 0 18px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 0 18px;
  }
}
@media screen and (max-width: 40em) {
  .cookie-consent-bar .cookie-consent-buttons .button,
.cookie-consent-bar .cookie-consent-buttons .button:visited {
    display: block;
    margin: 0 auto;
    margin-left: 0;
    margin-top: 20px;
    width: -webkit-max-content;
    width: max-content;
  }
}
.cookie-consent-bar .cookie-consent-buttons .button:last-child,
.cookie-consent-bar .cookie-consent-buttons .button:visited:last-child {
  margin-left: 18px;
}
@media screen and (max-width: 40em) {
  .cookie-consent-bar .cookie-consent-buttons .button:last-child,
.cookie-consent-bar .cookie-consent-buttons .button:visited:last-child {
    margin-left: auto;
  }
}
.cookie-consent-bar .cookie-consent-buttons .button:only-child,
.cookie-consent-bar .cookie-consent-buttons .button:visited:only-child {
  margin: 0;
}
.cookie-consent-bar .cookie-consent-buttons .button:hover,
.cookie-consent-bar .cookie-consent-buttons .button:visited:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
  text-decoration: none;
}
.cookie-consent-bar .cookie-consent-buttons .button:active, .cookie-consent-bar .cookie-consent-buttons .button:focus,
.cookie-consent-bar .cookie-consent-buttons .button:visited:active,
.cookie-consent-bar .cookie-consent-buttons .button:visited:focus {
  background-color: rgb(54, 57, 62);
  border: 2px solid rgb(54, 57, 62);
  color: #000;
  text-decoration: none;
}
.cookie-consent-bar a.ghost-button {
  background-color: #000;
  font-size: 16px;
  line-height: 21px;
  min-width: 180px;
  padding: 14px 18px;
  text-transform: none;
}
.cookie-consent-bar a.ghost-button:hover {
  background-color: rgb(32, 35, 41);
  border: 2px solid #fff;
}
.cookie-consent-bar a.ghost-button:active, .cookie-consent-bar a.ghost-button:focus {
  background-color: rgb(54, 57, 62);
  border: 2px solid #fff;
}
@media screen and (max-width: 40em) {
  .cookie-consent-bar a.ghost-button {
    display: block;
    margin: 0 auto;
    width: -webkit-max-content;
    width: max-content;
  }
}
.cookie-consent-bar .cookie-consent-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 28px;
  text-align: left;
}
@media print, screen and (min-width: 40.0625em) {
  .cookie-consent-bar .cookie-consent-text {
    text-align: left;
  }
}
.cookie-consent-bar .cookie-consent-text a,
.cookie-consent-bar .cookie-consent-text p {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 10px;
  padding: 0;
}
.cookie-consent-bar .cookie-consent-text p:not(:last-child) {
  margin-bottom: 10px;
}
.cookie-consent-bar .cookie-consent-text p:only-child, .cookie-consent-bar .cookie-consent-text p:last-child {
  margin-bottom: 0;
}
.cookie-consent-bar .cookie-consent-text h1 {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 10px;
}
.cookie-consent-bar a:hover {
  color: rgb(236, 8, 54);
}
.cookie-consent-bar .flex-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
}
@media print, screen and (min-width: 64.0625em) {
  .cookie-consent-bar .flex-wrapper {
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 40em) {
  .cookie-consent-bar .cookie-preferences {
    padding-top: 50px;
  }
}
.cookie-consent-bar .cookie-preferences-heading {
  display: inline-block;
}
@media screen and (max-width: 40em) {
  .cookie-consent-bar .cookie-preferences-heading {
    max-width: 270px;
  }
}
.cookie-consent-bar .cookie-preferences-heading h1 {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
}
.cookie-consent-bar .cookie-preferences-heading .cookie-back-arrow {
  background-image: url("../../assets/university-of-bath/images/icons/arrow.svg");
  background-position-y: center;
  background-repeat: no-repeat;
  display: inline;
  padding: 3px 0 3px 60px;
}
@media screen and (max-width: 40em) {
  .cookie-consent-bar .cookie-preferences-heading .cookie-back-arrow {
    padding: 18px 0 0 50px;
  }
}
.cookie-consent-bar .cookie-preference-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 40.0625em) {
  .cookie-consent-bar .cookie-preference-options {
    margin-bottom: 20px;
  }
}
.cookie-consent-bar .cookie-preference-options p {
  margin-bottom: 0;
}
.cookie-consent-bar .cookie-preference-options p:last-child {
  margin-bottom: 18px;
}
@media screen and (max-width: 40em) {
  .cookie-consent-bar .cookie-preference-options {
    display: block;
  }
}
.cookie-consent-bar .cookie-preference-options div {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  width: 25%;
}
@media screen and (max-width: 64em) {
  .cookie-consent-bar .cookie-preference-options div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 40em) {
  .cookie-consent-bar .cookie-preference-options div {
    display: block;
    width: 100%;
  }
}
.cookie-consent-bar .cookie-preference-options div .cookie-consent-indicator {
  background: #fff;
  border: 0 solid #000;
  border-radius: 3px;
  height: 25px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 25px;
}
.cookie-consent-bar .cookie-preference-options div .cookie-consent-indicator::after {
  box-sizing: unset;
  content: "";
  display: none;
  position: absolute;
}
.cookie-consent-bar .cookie-preference-options div div.cookie-consent-indicator {
  width: 25px;
}
.cookie-consent-bar .cookie-preference-options div .cookie-consent-labels input:checked ~ .cookie-consent-indicator {
  background: #fff;
}
.cookie-consent-bar .cookie-preference-options div .cookie-consent-labels input:checked ~ .cookie-consent-indicator::after {
  display: block;
}
.cookie-consent-bar .cookie-preference-options div .cookie-consent-checkbox .cookie-consent-indicator::after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  height: 13px;
  left: 8px;
  top: 2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}
.cookie-consent-bar .cookie-preference-options div .cookie-consent-labels {
  cursor: pointer;
  display: block;
  padding-left: 30px;
  padding-top: 5px;
  position: relative;
}
.cookie-consent-bar .cookie-preference-options div .cookie-consent-labels input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.cookie-consent-bar .cookie-preference-options p,
.cookie-consent-bar .cookie-preference-options h2 {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.cookie-consent-bar .cookie-preference-options p {
  padding-right: 25px;
}
.cookie-consent-bar .cookie-preference-options h2 {
  font-weight: 700;
}

.details ul {
  float: none;
}
@media print, screen and (min-width: 40.0625em) {
  .details ul {
    float: left;
    width: calc(75% - (18px * 2));
  }
}
@media print, screen and (min-width: 64.0625em) {
  .details ul {
    width: calc(75% - (18px * 4.5));
  }
}
.details ul.full-width {
  width: 100%;
}
.details .details-cta {
  margin-top: 28px;
}
@media print, screen and (min-width: 40.0625em) {
  .details .details-cta {
    margin-top: 0;
    width: 25%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .details .details-cta {
    width: 50%;
  }
}
.details .inline-detail {
  display: inline-block;
}
.details .sub-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 24px;
}
.details .ghost-button + .sub-detail {
  margin-top: 7px;
}

hr {
  border: 0;
  border-top: 1px solid rgb(227, 227, 228);
}

.divider {
  background-color: rgb(240, 240, 241);
  border: 0;
  height: 4px;
  margin-bottom: 12px;
  margin-top: 12px;
  width: 100%;
}
@media print, screen and (min-width: 40.0625em) {
  .divider {
    width: calc(100% - (18px * 2));
  }
}

.sub {
  border-width: 1px;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
@media print, screen and (min-width: 40.0625em) {
  .sub {
    width: calc(80% + (18px * 2));
  }
}
@media print, screen and (min-width: 64.0625em) {
  .sub {
    width: calc(60% + (18px * 2));
  }
}

.button + .divider {
  margin-top: 54px;
}

.section-nav-divider {
  border-bottom: 2px solid rgb(0, 197, 150);
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 180px;
}
@media print, screen and (min-width: 64.0625em) {
  .section-nav-divider {
    border-bottom: 0;
    border-left: 2px solid rgb(0, 197, 150);
    display: inline;
    margin-left: -7px;
    padding: 7px 0;
  }
}

.section-header-divider {
  background-color: rgb(236, 8, 54);
  border: 0;
  height: 12px;
  margin: 25px auto;
  width: 150px;
}

@media print, screen and (min-width: 64.0625em) {
  .section-header-divider-left {
    margin-left: 0;
    width: 90px;
  }
}

.section-content {
  border-bottom: 4px rgb(227, 227, 228) solid;
  margin-bottom: 14px;
  padding-bottom: 14px;
}
.section-content:last-of-type {
  border: 0;
  margin: 0;
  padding: 0;
}
.bg-granite .section-content {
  border-color: rgb(54, 57, 62);
}
.bg-granite-10-light .section-content {
  border-color: rgb(87, 90, 94);
}

.bg-granite .divider {
  background-color: rgb(54, 57, 62);
}

.bg-steel-75-light .divider {
  background-color: rgb(227, 227, 228);
}

.bg-steel-50-light .divider.sub {
  background-color: rgb(213, 213, 214);
}

.bg-coral .divider,
.bg-coral .section-header-divider {
  background-color: #fff;
}

.bg-violet-25-dark .divider,
.bg-violet-25-dark .section-header-divider {
  background-color: rgb(141, 113, 201);
}

.bg-citrus .divider,
.bg-citrus .section-header-divider,
.bg-citrus-25-light .divider,
.bg-citrus-25-light .section-header-divider {
  background-color: rgb(255, 199, 16);
}

.bg-cornflower-25-light .divider,
.bg-cornflower-25-light .section-header-divider {
  background-color: rgb(137, 227, 240);
}

.bg-cornflower-60-dark .divider,
.bg-cornflower-60-dark .section-header-divider {
  background-color: rgb(0, 150, 170);
}

.embedded-media {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.embedded-media iframe {
  border: 0 !important;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.embedded-media iframe[src*="soundcloud.com"] {
  height: 166px;
}
.embedded-media iframe[src*="soundcloud.com"][src$="visual=true"] {
  height: 100%;
}
.embedded-media.ratio-21-9 {
  height: auto;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
}
.embedded-media.ratio-21-9::before {
  content: "";
  display: block;
  padding-top: 42.8571428571%;
  width: 100%;
}
.embedded-media.ratio-21-9 > :first-child {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.embedded-media.ratio-16-9 {
  height: auto;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
}
.embedded-media.ratio-16-9::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  width: 100%;
}
.embedded-media.ratio-16-9 > :first-child {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.case-study .embedded-media iframe[src*="soundcloud.com"] {
  top: 20%;
}
.case-study .embedded-media iframe[src*="soundcloud.com"] + div {
  position: absolute;
  top: 20%;
}
@media print, screen and (min-width: 40.0625em) {
  .case-study .embedded-media iframe[src*="soundcloud.com"] {
    top: 40%;
  }
  .case-study .embedded-media iframe[src*="soundcloud.com"] + div {
    position: absolute;
    top: 40%;
  }
}
.case-study .embedded-media iframe[src*="soundcloud.com"][src$="visual=true"],
.case-study .embedded-media iframe[src*="soundcloud.com"][src$="visual=true"] + div {
  top: 0;
}

.media-embed-item {
  color: #fff;
  -ms-flex-preferred-size: calc(50% - 18px);
      flex-basis: calc(50% - 18px);
  margin-left: 9px;
  margin-right: 9px;
  width: calc(50% - 18px);
}
@media print, screen and (min-width: 40.0625em) {
  .media-embed-item {
    -ms-flex-preferred-size: calc(40% - (18px * 2));
        flex-basis: calc(40% - (18px * 2));
    margin-left: 18px;
    margin-right: 18px;
    width: calc(40% - (18px * 2));
  }
}
@media print, screen and (min-width: 64.0625em) {
  .media-embed-item {
    -ms-flex-preferred-size: calc(30% - (18px * 2));
        flex-basis: calc(30% - (18px * 2));
    width: calc(30% - (18px * 2));
  }
}
.media-embed-item .media-embed-frame {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  border: 2px solid rgb(32, 35, 41);
  -webkit-transition: border-color 0.25s ease, background 0.25s ease;
          transition: border-color 0.25s ease, background 0.25s ease;
}
@media print, screen and (min-width: 40.0625em) {
  .media-embed-item .media-embed-frame {
    border-width: 4px;
  }
}
.media-embed-item .media-embed-frame:hover {
  border-color: rgb(0, 133, 102);
}
.media-embed-item .media-embed-frame:active, .media-embed-item .media-embed-frame:focus {
  border-color: rgb(100, 255, 218);
}
.media-embed-item .media-embed-frame .media-embed-thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.media-embed-item p {
  font-size: 14px;
  line-height: 24px;
}

.active-item .media-embed-frame {
  border-color: rgb(100, 255, 218);
}

.embedded-media-nojs {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 56px 36px;
}

.chart,
.chart-key {
  margin: 28px 18px;
}
.chart p,
.chart-key p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 10px;
}
.chart .key-reference,
.chart-key .key-reference {
  border-radius: 100%;
  display: inline-block;
  height: 18px;
  margin-bottom: -4px;
  margin-right: 9px;
  width: 18px;
}
.chart .key-reference.primary,
.chart-key .key-reference.primary {
  background-color: rgb(0, 100, 115);
}
.chart .key-reference.secondary,
.chart-key .key-reference.secondary {
  background-color: rgb(0, 150, 170);
}
.chart .key-reference.tertiary,
.chart-key .key-reference.tertiary {
  background-color: rgb(20, 200, 225);
}

#assessment_breakdown_details text,
#contact_hour_details text,
.google-visualization-tooltip ul li span {
  font-family: "Noto Sans", "Trebuchet MS", sans-serif !important;
}

.google-visualization-tooltip-item {
  padding: 0 0.2em 0 0.5em !important;
}

.google-visualization-tooltip-item-list,
.google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child,
.google-visualization-tooltip li {
  display: inline;
  margin: 0 !important;
}

.ChatButton-custom {
  bottom: 75px !important;
  right: 75px !important;
}

.Header > .Header-welcome-message {
  font-size: 15px !important;
  margin-top: 10px;
}

.entry-requirements .grades {
  color: rgb(236, 8, 54);
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
@media print, screen and (min-width: 64.0625em) {
  .entry-requirements .grades {
    font-size: 27px;
    line-height: 41px;
  }
}
.entry-requirements .alt-grades {
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
}
@media print, screen and (min-width: 64.0625em) {
  .entry-requirements .alt-grades {
    font-size: 24px;
    line-height: 36px;
  }
}
.entry-requirements .entry-requirements-js {
  display: none;
}

.extended-nav-spacer {
  display: block;
  height: 50px;
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav-spacer {
    display: none;
    height: 0;
    width: 0;
  }
}

.extended-nav {
  background: rgb(154, 253, 230);
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 5;
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav {
    position: relative;
    text-align: left;
  }
}
@media screen and (max-width: 64em) {
  .extended-nav .row.column, .extended-nav .row.columns {
    padding: 0;
  }
}
.extended-nav a.primary-link {
  color: rgb(54, 57, 62);
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  margin: 0 auto;
  padding: 16.4705882353px 23.4px;
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav a.primary-link {
    display: inline-block;
    padding: 15px 14px 15px 0;
  }
}
@media screen and (max-width: 64em) {
  .extended-nav a.primary-link {
    padding-right: 150px;
  }
}
.extended-nav a.primary-link:hover, .extended-nav a.primary-link:active, .extended-nav a.primary-link:focus, .extended-nav a.primary-link:visited {
  color: rgb(54, 57, 62);
}
.extended-nav a.primary-link:active, .extended-nav a.primary-link:focus, .extended-nav a.primary-link:hover {
  text-decoration: underline;
}
.extended-nav .primary-name {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.extended-nav a:active .organisation-name,
.extended-nav a:focus .organisation-name,
.extended-nav a:hover .organisation-name {
  text-decoration: underline;
}
.extended-nav #extended-nav-checkbox {
  display: block;
  position: absolute;
  top: -9999px;
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav #extended-nav-checkbox {
    display: none;
  }
}
.extended-nav #extended-nav-label {
  color: rgb(54, 57, 62);
  font-size: 14px;
  height: 50px;
  line-height: 24px;
  min-width: 70px;
  padding: 15px 23.3333333333px 0 23.3333333333px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
.extended-nav #extended-nav-label::after {
  background: url("../../assets/university-of-bath/images/utility/arrow-down-granite.svg") no-repeat center transparent;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 6px;
  margin: -1px 0 1px 8px;
  width: 12px;
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav #extended-nav-label {
    display: none;
  }
}
.extended-nav #extended-nav-checkbox:checked ~ #extended-nav-label .extended-nav-label-inner {
  opacity: 0;
}
.extended-nav #extended-nav-checkbox:checked ~ #extended-nav-label::after {
  background-image: url("../../assets/university-of-bath/images/utility/arrow-up-granite.svg");
}
@media screen and (max-width: 64em) {
  .extended-nav .extended-nav-wrap {
    height: calc(100vh - 104px);
    max-height: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: max-height 300ms ease-in-out;
            transition: max-height 300ms ease-in-out;
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav .extended-nav-wrap {
    display: inline-block;
  }
}
.extended-nav #extended-nav-checkbox:focus ~ label#extended-nav-label {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}
@media screen and (max-width: 64em) {
  .extended-nav #extended-nav-checkbox:checked ~ .extended-nav-wrap {
    max-height: calc(100vh - 104px);
  }
}
@media screen and (max-width: 64em) {
  .extended-nav #extended-nav-checkbox:not(:checked) ~ .extended-nav-wrap {
    display: none;
  }
}
@media screen and (max-width: 64em) {
  .extended-nav .extended-nav-inner {
    height: 100%;
    left: 0;
    padding: 21.6px 0 0;
    position: relative;
    -webkit-transition: left 300ms ease-in-out;
            transition: left 300ms ease-in-out;
    width: 300%;
  }
}
@media screen and (max-width: 64em) {
  .extended-nav.view-tertiary .extended-nav-inner {
    left: -100%;
  }
}
@media screen and (max-width: 64em) {
  .extended-nav.view-related-links .extended-nav-inner {
    left: -200%;
  }
}
.extended-nav .extended-nav-divider {
  border-bottom: 2px solid rgb(0, 197, 150);
  display: block;
  margin: 0 24px -2px;
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav .extended-nav-divider {
    display: none;
  }
}
.extended-nav ul,
.extended-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.extended-nav li {
  font-size: 14px;
  line-height: 21px;
}
.extended-nav li a {
  position: relative;
}
@media screen and (max-width: 64em) {
  .extended-nav li a {
    color: rgb(54, 57, 62);
    display: block;
    margin: 0;
    padding: 14px 23.4px;
    text-decoration: none;
  }
}
@media screen and (max-width: 64em) {
  .extended-nav li a.is-parent::after,
.extended-nav li .tertiary > li > a::after {
    background: url("../../assets/university-of-bath/images/utility/arrow-right-granite.svg") no-repeat center transparent;
    background-size: contain;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 25.4545454545px;
    top: 19.8px;
    width: 6px;
  }
}
.extended-nav ul.secondary {
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 64em) {
  .extended-nav ul.secondary {
    padding: 0;
    position: relative;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav ul.secondary {
    display: inline-block;
  }
}
.extended-nav ul.secondary > li {
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  width: 33.33%;
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav ul.secondary > li {
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 40em) {
  .extended-nav ul.secondary > li:last-child {
    margin: 0 0 30px;
  }
}
.extended-nav ul.secondary > li > a {
  color: rgb(54, 57, 62);
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav ul.secondary > li > a {
    display: inline-block;
    margin: 0;
    padding: 15px 21.5384615385px;
  }
}
.extended-nav ul.secondary > li > a:hover, .extended-nav ul.secondary > li > a:active, .extended-nav ul.secondary > li > a:focus, .extended-nav ul.secondary > li > a:visited {
  color: rgb(54, 57, 62);
  text-decoration: none;
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav ul.secondary > li > a:hover::after, .extended-nav ul.secondary > li > a:focus::after {
    border-top-color: #000;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav.no-js ul.secondary > li:hover > a,
.extended-nav.no-js ul.secondary > li > a:active,
.extended-nav.no-js ul.secondary > li > a:focus,
.extended-nav.no-js ul.secondary > li > a:hover {
    background: rgb(247, 247, 248);
    color: #000;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav.has-js ul.secondary > li:hover > a,
.extended-nav.has-js ul.secondary > li.active > a {
    background: rgb(247, 247, 248);
    color: #000;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav.has-js ul.secondary > li:hover > a.is-parent::after,
.extended-nav.has-js ul.secondary > li.active > a.is-parent::after {
    border-top-color: #000;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav.has-js ul.secondary > li:focus-within > a {
    background: rgb(247, 247, 248);
    color: #000;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav.has-js ul.secondary > li:focus-within > a.is-parent::after {
    border-top-color: #000;
  }
}
.extended-nav .dropdown {
  display: none;
  left: 33.33%;
  position: absolute;
  top: 0;
  width: 33.33%;
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav .dropdown {
    left: 0;
    top: 100%;
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav.no-js ul.secondary > li:hover .dropdown {
    display: block;
  }
}
@media screen and (max-width: 64em) {
  .extended-nav.has-js ul.secondary > li.active .dropdown {
    display: block;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav.has-js ul.secondary > li.active .dropdown,
.extended-nav.has-js ul.secondary > li:hover .dropdown {
    display: block;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav.has-js ul.secondary > li:focus-within .dropdown {
    display: block;
  }
}
.extended-nav .dropdown-shadow {
  display: none;
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav .dropdown-shadow {
    bottom: 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    display: block;
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
.extended-nav .dropdown-wrap {
  position: relative;
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav .dropdown-wrap {
    background: rgb(247, 247, 248);
    padding: 36px 0 54px;
  }
}
.extended-nav .dropdown-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 608px;
}
@media print, screen and (min-width: 40.0625em) {
  .extended-nav .dropdown-inner {
    max-width: 66.66667rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav .dropdown-inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.extended-nav .dropdown-back {
  font-size: 14px;
  padding: 12.8571428571px 23.3333333333px 12.8571428571px 36.4px !important;
}
.extended-nav .dropdown-back::before {
  background: url("../../assets/university-of-bath/images/utility/arrow-left-granite.svg") no-repeat center transparent;
  background-size: contain;
  content: "";
  display: block;
  height: 12px;
  left: 23.3333333333px;
  position: absolute;
  top: 16.3636363636px;
  width: 6px;
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav .dropdown-back {
    display: none !important;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav .dropdown-title {
    font-size: 21px;
    font-weight: bold;
    line-height: 32px;
  }
}
.extended-nav .dropdown-divider {
  background: rgb(0, 230, 176);
  display: block;
  height: 2px;
  margin: 20px 21px 16px;
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav .dropdown-divider {
    background: rgb(227, 227, 228);
    display: block;
    height: 2px;
    margin: 20px 0 16px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav .dropdown-tertiary-title {
    display: none;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav .dropdown-append {
    display: none;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav ul.tertiary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav ul.tertiary > li {
    -ms-flex-preferred-size: 14.6341463415%;
        flex-basis: 14.6341463415%;
    margin-left: 2.4390243902%;
  }
}
.extended-nav ul.tertiary > li:first-child {
  margin-left: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav ul.tertiary > li > a {
    font-weight: bold;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .extended-nav ul.tertiary a {
    display: inline-block;
    padding: 4px 0;
  }
}
@media screen and (max-width: 64em) {
  .extended-nav ul.related-links {
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.extended-nav ul.tertiary > li.active-tertiary > ul.related-links {
  display: block;
}
.extended-nav a.without-url {
  cursor: default;
}
.extended-nav a.without-url:hover, .extended-nav a.without-url:active, .extended-nav a.without-url:focus, .extended-nav a.without-url:visited {
  color: rgb(32, 35, 41);
  text-decoration: none;
}

figure {
  margin: 28px 0;
}
figure:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 40.0625em) {
  figure img {
    border: 14px solid #fff;
  }
}
figure figcaption {
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  margin: 14px 9px 0;
  text-align: center;
}

blockquote {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 14px 0;
  text-align: center;
}
@media print, screen and (min-width: 64.0625em) {
  blockquote {
    font-size: 21px;
    line-height: 32px;
  }
}
.markdown blockquote {
  background: #fff;
  border-left: 6px solid rgb(236, 8, 54);
  padding: 14px 18px;
  text-align: left;
}
@media print, screen and (min-width: 40.0625em) {
  .markdown blockquote {
    padding: 28px 36px;
  }
}
.markdown blockquote p {
  font-size: 14px;
  line-height: 24px;
}
@media print, screen and (min-width: 64.0625em) {
  .markdown blockquote p {
    font-size: 18px;
    line-height: 31px;
  }
}
.markdown blockquote p:first-of-type {
  margin-top: 0;
}
.markdown blockquote p:last-of-type {
  margin-bottom: 0;
}

.quote-attribution,
.quote-attribution .student-name {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-top: 20px;
  padding: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .quote-attribution,
.quote-attribution .student-name {
    font-size: 18px;
    line-height: 31px;
  }
}
.quote-attribution span,
.quote-attribution .student-name span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 14px;
  padding: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .quote-attribution span,
.quote-attribution .student-name span {
    font-size: 18px;
    line-height: 31px;
  }
}

.focus img {
  border: none;
}
.focus figcaption {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media print, screen and (min-width: 40.0625em) {
  .focus figcaption {
    width: 80%;
  }
}

.fixed-bar {
  bottom: 0;
  left: 0;
  position: fixed;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
          transition: transform 0.5s ease-in-out;
  width: 100%;
  z-index: 9998;
}
@media print, screen and (min-width: 40.0625em) {
  .fixed-bar.bg-cornflower-60-dark {
    box-shadow: 0 -7px 0 rgb(0, 100, 115);
  }
}
.fixed-bar a,
.fixed-bar p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.fixed-bar .flex-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
}
@media print, screen and (min-width: 64.0625em) {
  .fixed-bar .flex-wrapper {
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.fixed-bar .fixed-bar-toggle {
  background-color: rgb(0, 100, 115);
  background-image: url(../../assets/university-of-bath/images/utility/arrow-down.svg);
  background-position: center right 12px;
  background-repeat: no-repeat;
  border-radius: 4px 4px 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  min-width: initial;
  padding: 7px 38.3px 7px 12px;
  position: absolute;
  right: 0;
  text-transform: none;
  top: -56px;
}
@media screen and (max-width: 40em) {
  .fixed-bar .fixed-bar-toggle {
    display: none;
  }
}
.fixed-bar .fixed-bar-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 14px;
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 40.0625em) {
  .fixed-bar .fixed-bar-text {
    -ms-flex-preferred-size: calc(80% + (18px * 2));
        flex-basis: calc(80% + (18px * 2));
    width: calc(80% + (18px * 2));
  }
}
@media print, screen and (min-width: 64.0625em) {
  .fixed-bar .fixed-bar-text {
    -ms-flex-preferred-size: calc(50% - (18px / 2));
        flex-basis: calc(50% - (18px / 2));
    margin: 0;
    text-align: left;
    width: calc(50% - (18px / 2));
  }
}
.fixed-bar .fixed-bar-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media print, screen and (min-width: 40.0625em) {
  .fixed-bar .fixed-bar-buttons {
    -ms-flex-preferred-size: calc(80% + (18px * 2));
        flex-basis: calc(80% + (18px * 2));
    width: calc(80% + (18px * 2));
  }
}
@media print, screen and (min-width: 64.0625em) {
  .fixed-bar .fixed-bar-buttons {
    -ms-flex-preferred-size: calc(50% - (18px * 4));
        flex-basis: calc(50% - (18px * 4));
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: calc(50% - (18px * 4));
  }
}
.fixed-bar .fixed-bar-buttons .button,
.fixed-bar .fixed-bar-buttons .button:visited {
  background-color: #fff;
  border: 2px solid #fff;
  color: rgb(8, 80, 90);
  cursor: pointer;
  -ms-flex-preferred-size: calc(50% - (18px / 2));
      flex-basis: calc(50% - (18px / 2));
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  line-height: 24px;
  min-width: initial;
  padding: 7px 9px;
  text-decoration: none;
  text-transform: none;
  width: calc(50% - (18px / 2));
}
.fixed-bar .fixed-bar-buttons .button:last-child,
.fixed-bar .fixed-bar-buttons .button:visited:last-child {
  margin-left: 18px;
}
.fixed-bar .fixed-bar-buttons .button:only-child,
.fixed-bar .fixed-bar-buttons .button:visited:only-child {
  margin: 0;
}
@media print, screen and (min-width: 40.0625em) {
  .fixed-bar .fixed-bar-buttons .button,
.fixed-bar .fixed-bar-buttons .button:visited {
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .fixed-bar .fixed-bar-buttons .button,
.fixed-bar .fixed-bar-buttons .button:visited {
    margin: 0 0 0 18px;
  }
}
.fixed-bar .fixed-bar-buttons .button.ghost,
.fixed-bar .fixed-bar-buttons .button:visited.ghost {
  background-color: rgb(8, 80, 90);
  border: 2px solid #fff;
  color: #fff;
}
.fixed-bar .fixed-bar-buttons .button.ghost:hover,
.fixed-bar .fixed-bar-buttons .button:visited.ghost:hover {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  color: #fff;
  text-decoration: underline;
}
.fixed-bar .fixed-bar-buttons .button.ghost:active, .fixed-bar .fixed-bar-buttons .button.ghost:focus,
.fixed-bar .fixed-bar-buttons .button:visited.ghost:active,
.fixed-bar .fixed-bar-buttons .button:visited.ghost:focus {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  color: #fff;
  text-decoration: underline;
}
.fixed-bar .fixed-bar-buttons .button.ghost:focus,
.fixed-bar .fixed-bar-buttons .button:visited.ghost:focus {
  outline: 2px solid rgb(253, 141, 23);
}
.fixed-bar .fixed-bar-buttons .button:hover,
.fixed-bar .fixed-bar-buttons .button:visited:hover {
  background-color: rgb(20, 200, 225);
  border-color: rgb(20, 200, 225);
  color: rgb(8, 80, 90);
  text-decoration: underline;
}
.fixed-bar .fixed-bar-buttons .button:active, .fixed-bar .fixed-bar-buttons .button:focus,
.fixed-bar .fixed-bar-buttons .button:visited:active,
.fixed-bar .fixed-bar-buttons .button:visited:focus {
  background-color: rgb(78, 213, 232);
  border-color: rgb(78, 213, 232);
  color: rgb(8, 80, 90);
  text-decoration: underline;
}
.fixed-bar .fixed-bar-buttons .button:focus,
.fixed-bar .fixed-bar-buttons .button:visited:focus {
  outline: 2px solid rgb(253, 141, 23);
}
@media print, screen and (min-width: 40.0625em) {
  .fixed-bar.closed {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .fixed-bar.closed .fixed-bar-toggle {
    background-image: url(../../assets/university-of-bath/images/utility/arrow-up.svg);
  }
}

.hero {
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 40.0625em) {
  .hero {
    min-height: 420px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .hero {
    min-height: 560px;
  }
}

.hero-bg {
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media print, screen and (min-width: 40.0625em) {
  .hero-bg {
    display: block;
    min-height: 420px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .hero-bg {
    min-height: 560px;
  }
}

.hero-fg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 42px 0;
  top: 0;
  width: 100%;
  min-height: 280px;
}
@media print, screen and (min-width: 40.0625em) {
  .hero-fg {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    color: #fff;
    min-height: 420px;
    padding: 252px 0 56px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .hero-fg {
    min-height: 560px;
  }
}

.hero-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media print, screen and (min-width: 40.0625em) {
  .hero-flex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.hero-flex-center {
  text-align: center;
}
.hero-flex-center .page-title {
  margin: 0 auto;
}
.hero-flex-left {
  text-align: left;
}
.hero-flex-left .page-title {
  margin: 0;
  margin-right: auto;
}
.hero-flex-right {
  text-align: right;
}
.hero-flex-right .page-title {
  margin: 0;
  margin-left: auto;
}

.hero-quote {
  margin: 28px 0 0;
  text-align: inherit;
}
.hero-quote .hero-cite {
  display: block;
  font-size: 18px;
  font-style: normal;
  line-height: 27px;
}

.hero-article {
  color: #fff;
}
@media print, screen and (min-width: 40.0625em) {
  .hero-article {
    padding: 0 36px;
  }
}
.hero-article a {
  text-decoration: none;
}
.hero-article .link-heading {
  margin-bottom: 4px;
  text-decoration: underline;
}
.hero-article .link-summary {
  margin-top: 4px;
}

.hero-cutout::after, .hero-cutout::before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 98px;
  position: absolute;
  width: calc(((100% - 984px) / 2) + 18px);
}
@media screen and (min-width: 90em) {
  .hero-cutout::after, .hero-cutout::before {
    width: calc(((100% - 1200px) / 2) + 18px);
  }
}
.hero-cutout::before {
  right: 0;
}
.hero-cutout::after {
  left: 0;
}

section.hero.hero-multi-cta {
  min-height: 0;
}
@media print, screen and (min-width: 64.0625em) {
  section.hero.hero-multi-cta {
    min-height: 0;
  }
}
@media print, screen and (min-width: 40.0625em) {
  section.hero.hero-multi-cta {
    min-height: 0;
  }
}
section.hero.hero-multi-cta .hero-blur {
  display: block;
  -webkit-filter: blur(8px);
          filter: blur(8px);
}
section.hero.hero-multi-cta #main-content {
  color: #fff;
}
section.hero.hero-multi-cta .hero-fg {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  padding-top: 56px;
}
@media screen and (max-width: 40em) {
  section.hero.hero-multi-cta .hero-fg {
    padding-top: 42px;
  }
}
section.hero.hero-multi-cta .hero-fg h2.page-subheading {
  color: rgb(251, 255, 255);
}
section.hero.hero-multi-cta .hero-fg .cta-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.hero.hero-multi-cta .hero-fg .cta-group .cta-group {
  display: grid;
}
section.hero.hero-multi-cta .hero-fg .cta-group .cta-group a:not(:first-child) {
  margin: 18px 0px 0px;
}
section.hero.hero-multi-cta .hero-fg a.hero-cta-button,
section.hero.hero-multi-cta .hero-fg a.ghost-button {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.chart {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 14px 0;
  padding: 14px 0 0;
  position: relative;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 64em) {
  .chart + .chart {
    padding: 42px 0 0;
  }
  .chart + .chart.chart-type-bar {
    padding: 56px 0 0;
  }
}
.chart figcaption {
  font-style: normal;
}
.chart [data-key],
.chart [data-key-id] {
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}
.chart [data-key].chart-fade,
.chart [data-key-id].chart-fade {
  opacity: 0.2;
}

figure.chart:first-child {
  margin: 14px 0;
}

@media print, screen and (min-width: 40.0625em) {
  .chart-count-2 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .chart-count-2 .chart {
    max-width: 50%;
    padding: 14px 18px 0;
    width: 50%;
  }
  .chart-count-2 .chart:first-child {
    margin-left: -18px;
  }
  .chart-count-2 .chart:last-child {
    margin-right: -18px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .chart-count-2,
.chart-count-3 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .chart-count-2 .chart,
.chart-count-3 .chart {
    max-width: 400px;
    padding: 14px 18px 0;
    width: 33.3%;
  }
  .chart-count-2 .chart:first-child,
.chart-count-3 .chart:first-child {
    margin-left: -18px;
  }
  .chart-count-2 .chart:last-child,
.chart-count-3 .chart:last-child {
    margin-right: -18px;
  }
}
@media screen and (max-width: 64em) {
  .chart-count-2 .chart-legend-0,
.chart-count-3 .chart-legend-0 {
    display: none;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .chart {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 351px;
  }
}
.chart figcaption {
  margin: 0 auto;
  max-width: 370px;
}
.chart .chart-img {
  display: block;
  height: 240px;
  position: relative;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart .chart-img {
    height: 306px;
  }
}
.chart .chart-body {
  margin: 28px 0 0;
  text-align: left;
}
@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .infographic-large .chart .chart-body:first-child {
    margin: 50px 0 0;
  }
}
.chart ul.chart-legend {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 18px;
          column-gap: 18px;
  font-size: 12px;
  line-height: 18px;
  list-style: none;
  margin: 35px auto 0;
  padding: 0;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
@media print, screen and (min-width: 40.0625em) {
  .chart ul.chart-legend {
    margin: 48px auto 0;
  }
}
.chart ul.chart-legend.chart-legend-1, .chart ul.chart-legend.chart-legend-2 {
  -webkit-column-count: 1;
          column-count: 1;
}
.chart ul.chart-legend li {
  font-size: 12px;
  line-height: 18px;
  list-style: none;
  margin: 0;
  padding: 3px 0 3px 18px;
  position: relative;
  text-align: left;
}
.chart ul.chart-legend li::before {
  background: rgb(201, 201, 201);
  content: "";
  display: block;
  height: 9px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 9px;
}

.infographic-large.no-js .flex-wrapper {
  display: block;
}
.infographic-large.no-js .chart {
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 64.0625em) {
  .infographic-large.has-js .section-header {
    width: auto;
  }
}
.infographic-large.has-js .section-header-wrap {
  text-align: left;
}
@media screen and (max-width: 64em) {
  .infographic-large.has-js .section-header-wrap {
    text-align: center;
  }
}
.infographic-large.has-js .chart-body-large {
  display: none;
}
@media print, screen and (min-width: 64.0625em) {
  .infographic-large.has-js .flex-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .infographic-large.has-js .chart-large-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 33px;
  }
  .infographic-large.has-js .chart {
    margin-left: 33px;
    margin-right: 5px;
    max-width: 351px;
  }
  .infographic-large.has-js .section-header {
    margin-left: 0;
  }
  .infographic-large.has-js .section-sub-heading,
.infographic-large.has-js .section-sub-heading p {
    max-width: none;
  }
  .infographic-large.has-js .chart-body-large {
    display: block;
  }
  .infographic-large.has-js .chart-body {
    display: none;
  }
}
@media screen and (min-width: 71.875em) {
  .infographic-large.has-js .chart {
    margin-right: 15px;
  }
}

.chart-type-vs .chart-vs-wrap {
  height: 240px;
  margin: 0 auto;
  position: relative;
  width: 240px;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-type-vs .chart-vs-wrap {
    height: 306px;
    width: 306px;
  }
}
.chart-type-vs .chart-vs-img-wrap {
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  height: 78%;
  left: 11%;
  pointer-events: none;
  position: absolute;
  top: 11%;
  width: 78%;
}
.chart-type-vs .chart-vs-img {
  background-size: cover;
  border-radius: 50%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.bg-steel-75-light .chart-type-vs .chart-vs-img {
  background-color: rgb(240, 240, 241);
}
.bg-steel-85-light .chart-type-vs .chart-vs-img {
  background-color: rgb(247, 247, 248);
}
.chart-type-vs svg {
  left: -2.5%;
  position: relative;
  top: -2.5%;
}
.chart-type-vs circle {
  display: none;
}
.chart-type-vs circle.vs-1 {
  stroke: rgb(20, 200, 225);
}
.chart-type-vs circle.vs-2 {
  stroke: rgb(199, 199, 201);
}
.chart-type-vs path {
  -webkit-transition: all 350ms ease-in-out !important;
          transition: all 350ms ease-in-out !important;
}
.chart-type-vs path.vs-1 {
  fill: rgb(20, 200, 225);
}
.chart-type-vs path.vs-2 {
  fill: rgb(199, 199, 201);
}
.chart-type-vs ul.chart-legend li:nth-child(1)::before {
  background: rgb(20, 200, 225);
}
.chart-type-vs ul.chart-legend li:nth-child(2)::before {
  background: rgb(199, 199, 201);
}

.chart-type-fraction .chart-img {
  position: relative;
  text-align: center;
  top: -5px;
}
.chart-type-fraction .chart-fraction-top,
.chart-type-fraction .chart-fraction-bottom {
  display: block;
  font-size: 130px;
  line-height: 130px;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-type-fraction .chart-fraction-top,
.infographic-large .chart-type-fraction .chart-fraction-bottom {
    font-size: 165px;
    line-height: 165px;
  }
}
.chart-type-fraction .chart-fraction-top {
  color: rgb(103, 58, 183);
  height: 125px;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-type-fraction .chart-fraction-top {
    height: 157px;
  }
}
.bg-granite .chart-type-fraction .chart-fraction-top {
  color: #fff;
}
.chart-type-fraction .chart-fraction-bottom {
  color: rgb(0, 230, 176);
  height: 138px;
  padding-top: 13px;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-type-fraction .chart-fraction-bottom {
    height: 174px;
    padding-top: 17px;
  }
}
.bg-granite .chart-type-fraction .chart-fraction-bottom {
  color: rgb(100, 255, 218);
}
.chart-type-fraction .chart-fraction-top-inner,
.chart-type-fraction .chart-fraction-bottom-inner {
  display: block;
  position: relative;
  top: -14px;
}
.infographic-large .chart-type-fraction .chart-fraction-top-inner,
.infographic-large .chart-type-fraction .chart-fraction-bottom-inner {
  top: -19px;
}
.chart-type-fraction .chart-fraction-divide {
  background: rgb(0, 0, 0);
  display: block;
  font-size: 0;
  height: 1px;
  line-height: 0;
  margin: 0 auto;
  max-width: 264px;
  text-indent: -9999px;
  width: 100%;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-type-fraction .chart-fraction-divide {
    max-width: 340px;
  }
}
.bg-granite .chart-type-fraction .chart-fraction-divide {
  background: rgb(255, 255, 255);
}
.chart-type-fraction ul.chart-legend li:nth-child(1)::before {
  background: rgb(103, 58, 183);
}
.bg-granite .chart-type-fraction ul.chart-legend li:nth-child(1)::before {
  background: #fff;
}
.chart-type-fraction ul.chart-legend li:nth-child(2)::before {
  background: rgb(0, 230, 176);
}
.bg-granite .chart-type-fraction ul.chart-legend li:nth-child(2)::before {
  background: rgb(100, 255, 218);
}

.chart-type-value .chart-value-outer,
.chart-type-value .chart-value-inner {
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.chart-type-value .chart-value-outer {
  background: rgb(0, 150, 170);
  height: 240px;
  width: 240px;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-type-value .chart-value-outer {
    height: 306px;
    width: 306px;
  }
}
.bg-granite .chart-type-value .chart-value-outer {
  background: rgb(100, 255, 218);
}
.chart-type-value .chart-value-inner {
  background: rgb(255, 255, 255);
  height: 230px;
  top: 5px;
  width: 230px;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-type-value .chart-value-inner {
    height: 296px;
    width: 296px;
  }
}
.bg-steel-75-light .chart-type-value .chart-value-inner {
  background: rgb(240, 240, 241);
}
.bg-steel-85-light .chart-type-value .chart-value-inner {
  background: rgb(247, 247, 248);
}
.bg-granite .chart-type-value .chart-value-inner {
  background: rgb(32, 35, 41);
}
.chart-type-value .chart-value-stat {
  color: rgb(0, 150, 170);
  font-size: 40px;
  line-height: 150px;
  padding: 33px 0 0;
  text-align: center;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-type-value .chart-value-stat {
    font-size: 55px;
    line-height: 190px;
    padding: 45px 0 0;
  }
}
.bg-granite .chart-type-value .chart-value-stat {
  color: rgb(100, 255, 218);
}
.chart-type-value .chart-value-stat-8 {
  font-size: 45px;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-type-value .chart-value-stat-8 {
    font-size: 60px;
  }
}
.chart-type-value .chart-value-stat-7 {
  font-size: 50px;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-type-value .chart-value-stat-7 {
    font-size: 65px;
  }
}
.chart-type-value .chart-value-stat-6 {
  font-size: 60px;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-type-value .chart-value-stat-6 {
    font-size: 80px;
  }
}
.chart-type-value .chart-value-stat-5 {
  font-size: 70px;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-type-value .chart-value-stat-5 {
    font-size: 90px;
  }
}
.chart-type-value .chart-value-stat-4 {
  font-size: 85px;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-type-value .chart-value-stat-4 {
    font-size: 110px;
  }
}
.chart-type-value .chart-value-stat-3 {
  font-size: 110px;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-type-value .chart-value-stat-3 {
    font-size: 150px;
  }
}
.chart-type-value .chart-value-stat-2,
.chart-type-value .chart-value-stat-1 {
  font-size: 140px;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-type-value .chart-value-stat-2,
.infographic-large .chart-type-value .chart-value-stat-1 {
    font-size: 190px;
  }
}

.chart-type-pie .chart-pie-wrap {
  height: 240px;
  margin: 0 auto;
  position: relative;
  width: 240px;
}
.chart-type-pie .chart-pie-wrap svg {
  left: -3.333%;
  position: relative;
  top: -3.333%;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-type-pie .chart-pie-wrap {
    height: 306px;
    width: 306px;
  }
}
.chart-type-pie .chart-pie-fg {
  background: rgb(255, 255, 255);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 90%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 5%;
  pointer-events: none;
  position: absolute;
  top: 5%;
  width: 90%;
}
.bg-steel-75-light .chart-type-pie .chart-pie-fg {
  background: rgb(240, 240, 241);
}
.bg-steel-85-light .chart-type-pie .chart-pie-fg {
  background: rgb(247, 247, 248);
}
.chart-type-pie .chart-pie-detail {
  color: rgb(87, 90, 94);
  margin: 8px auto 0;
  text-align: center;
  width: 80%;
}
.chart-type-pie .chart-pie-value {
  font-size: 80px;
  line-height: 70px;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-type-pie .chart-pie-value {
    font-size: 100px;
    line-height: 90px;
  }
}
.chart-type-pie .chart-pie-label {
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0 0;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-type-pie .chart-pie-label {
    font-size: 17px;
    line-height: 21px;
    margin: 12px 0 0;
  }
}
.chart-type-pie svg {
  position: relative;
}
.chart-type-pie path {
  -webkit-transition: all 350ms ease-in-out !important;
          transition: all 350ms ease-in-out !important;
}
.chart-type-pie path:first-child {
  fill: rgb(200, 15, 57);
}
.chart-type-pie path:nth-child(2) {
  fill: rgb(12, 183, 195);
}
.chart-type-pie path:nth-child(3) {
  fill: rgb(253, 216, 53);
}
.chart-type-pie path:nth-child(4) {
  fill: rgb(244, 81, 143);
}
.chart-type-pie path:nth-child(5) {
  fill: rgb(37, 206, 231);
}
.chart-type-pie path:nth-child(6) {
  fill: rgb(82, 95, 206);
}
.chart-type-pie path:nth-child(7) {
  fill: rgb(175, 121, 207);
}
.chart-type-pie path:nth-child(8) {
  fill: rgb(16, 211, 128);
}
.chart-type-pie path:nth-child(9) {
  fill: rgb(223, 110, 90);
}
.chart-type-pie path:nth-child(10) {
  fill: rgb(0, 150, 170);
}
.chart-type-pie circle {
  stroke-width: 3;
  -webkit-transition: all 350ms ease-in-out !important;
          transition: all 350ms ease-in-out !important;
}
.chart-type-pie circle.stroke-wide {
  stroke-width: 6;
}
.chart-type-pie ul.chart-legend li:nth-child(1)::before {
  background: rgb(200, 15, 57);
}
.chart-type-pie ul.chart-legend li:nth-child(2)::before {
  background: rgb(12, 183, 195);
}
.chart-type-pie ul.chart-legend li:nth-child(3)::before {
  background: rgb(253, 216, 53);
}
.chart-type-pie ul.chart-legend li:nth-child(4)::before {
  background: rgb(244, 81, 143);
}
.chart-type-pie ul.chart-legend li:nth-child(5)::before {
  background: rgb(37, 206, 231);
}
.chart-type-pie ul.chart-legend li:nth-child(6)::before {
  background: rgb(82, 95, 206);
}
.chart-type-pie ul.chart-legend li:nth-child(7)::before {
  background: rgb(175, 121, 207);
}
.chart-type-pie ul.chart-legend li:nth-child(8)::before {
  background: rgb(16, 211, 128);
}
.chart-type-pie ul.chart-legend li:nth-child(9)::before {
  background: rgb(223, 110, 90);
}
.chart-type-pie ul.chart-legend li:nth-child(10)::before {
  background: rgb(0, 150, 170);
}

.chart-bar-table {
  border-collapse: collapse;
  color: rgb(213, 213, 214);
  font-size: 0;
  height: 220px;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 20px;
  width: auto;
}
.chart-bar-table tbody {
  background: none;
  border: none;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-bar-table {
    height: 280px;
    top: 26px;
  }
}
.chart-bar-table tr {
  background: none !important;
  display: block;
  float: left;
  height: 220px;
  padding: 0 3px;
  position: relative;
  width: 246px;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-bar-table tr {
    height: 280px;
    width: 346px;
  }
}
.chart-bar-table td {
  display: block;
  padding: 0;
  position: absolute;
}
.chart-bar-table td.chart-bar-value {
  height: 0;
  width: 0;
}
.chart-bar-table td.chart-bar-item {
  bottom: 0;
  left: 0;
  width: 100%;
}
.chart-bar-table .bar {
  background: rgb(213, 213, 214);
  display: block;
  height: 100%;
  margin: 0 3px;
  position: relative;
}
.chart-bar-table .bar::before {
  background: rgb(143, 145, 148);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 100%;
}

.chart-bar-tooltip {
  background: rgb(82, 95, 206);
  bottom: 100%;
  color: rgb(255, 255, 255);
  display: block;
  left: 50%;
  min-width: 210px;
  opacity: 0;
  padding: 15px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
}
.chart-bar-tooltip.active {
  opacity: 1;
}
.chart-bar-tooltip.tooltip-level-3 {
  bottom: 76%;
}
.chart-bar-tooltip.tooltip-level-2 {
  bottom: 53%;
}
.chart-bar-tooltip.tooltip-level-1 {
  bottom: 30%;
}

.chart-bar-tooltip-arrow {
  border: 8px solid transparent;
  border-top: 8px solid rgb(82, 95, 206);
  display: block;
  left: 50%;
  margin-left: -8px;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  -webkit-transition: margin-left 120ms ease-in-out, border-color 300ms ease-in-out;
          transition: margin-left 120ms ease-in-out, border-color 300ms ease-in-out;
}

.chart-bar-2 tr {
  width: 123px;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-bar-2 tr {
    width: 173px;
  }
}

.chart-bar-3 tr {
  width: 82px;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-bar-3 tr {
    width: 115px;
  }
}

.chart-bar-4 tr {
  width: 62px;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-bar-4 tr {
    width: 87px;
  }
}

.chart-bar-5 tr {
  width: 49px;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-bar-5 tr {
    width: 69px;
  }
}

.chart-bar-6 tr {
  width: 41px;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-bar-6 tr {
    width: 58px;
  }
}

.chart-bar-7 tr {
  width: 35px;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-bar-7 tr {
    width: 49px;
  }
}

.chart-bar-8 tr {
  width: 31px;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-bar-8 tr {
    width: 43px;
  }
}

.chart-bar-9 tr {
  width: 27px;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-bar-9 tr {
    width: 38px;
  }
}

.chart-bar-10 tr {
  width: 25px;
}
@media print, screen and (min-width: 40.0625em) {
  .infographic-large .chart-bar-10 tr {
    width: 35px;
  }
}

.chart-type-bar ul.chart-legend li:nth-child(1)::before,
tr:nth-child(1) .bar::before,
.chart-bar-tooltip[data-position="1"] {
  background: rgb(82, 95, 206);
}

.chart-type-bar ul.chart-legend li:nth-child(2)::before,
tr:nth-child(2) .bar::before,
.chart-bar-tooltip[data-position="2"] {
  background: rgb(37, 206, 231);
}

.chart-type-bar ul.chart-legend li:nth-child(3)::before,
tr:nth-child(3) .bar::before,
.chart-bar-tooltip[data-position="3"] {
  background: rgb(244, 81, 143);
}

.chart-type-bar ul.chart-legend li:nth-child(4)::before,
tr:nth-child(4) .bar::before,
.chart-bar-tooltip[data-position="4"] {
  background: rgb(253, 216, 53);
}

.chart-type-bar ul.chart-legend li:nth-child(5)::before,
tr:nth-child(5) .bar::before,
.chart-bar-tooltip[data-position="5"] {
  background: rgb(12, 183, 195);
}

.chart-type-bar ul.chart-legend li:nth-child(6)::before,
tr:nth-child(6) .bar::before,
.chart-bar-tooltip[data-position="6"] {
  background: rgb(200, 15, 57);
}

.chart-type-bar ul.chart-legend li:nth-child(7)::before,
tr:nth-child(7) .bar::before,
.chart-bar-tooltip[data-position="7"] {
  background: rgb(0, 150, 170);
}

.chart-type-bar ul.chart-legend li:nth-child(8)::before,
tr:nth-child(8) .bar::before,
.chart-bar-tooltip[data-position="8"] {
  background: rgb(223, 110, 90);
}

.chart-type-bar ul.chart-legend li:nth-child(9)::before,
tr:nth-child(9) .bar::before,
.chart-bar-tooltip[data-position="9"] {
  background: rgb(16, 211, 128);
}

.chart-type-bar ul.chart-legend li:nth-child(10)::before,
tr:nth-child(10) .bar::before,
.chart-bar-tooltip[data-position="10"] {
  background: rgb(175, 121, 207);
}

.chart-bar-tooltip[data-position="1"] .chart-bar-tooltip-arrow {
  border-top-color: rgb(82, 95, 206);
}

.chart-bar-tooltip[data-position="2"] .chart-bar-tooltip-arrow {
  border-top-color: rgb(37, 206, 231);
}

.chart-bar-tooltip[data-position="3"] .chart-bar-tooltip-arrow {
  border-top-color: rgb(244, 81, 143);
}

.chart-bar-tooltip[data-position="4"] .chart-bar-tooltip-arrow {
  border-top-color: rgb(253, 216, 53);
}

.chart-bar-tooltip[data-position="5"] .chart-bar-tooltip-arrow {
  border-top-color: rgb(12, 183, 195);
}

.chart-bar-tooltip[data-position="6"] .chart-bar-tooltip-arrow {
  border-top-color: rgb(200, 15, 57);
}

.chart-bar-tooltip[data-position="7"] .chart-bar-tooltip-arrow {
  border-top-color: rgb(0, 150, 170);
}

.chart-bar-tooltip[data-position="8"] .chart-bar-tooltip-arrow {
  border-top-color: rgb(223, 110, 90);
}

.chart-bar-tooltip[data-position="9"] .chart-bar-tooltip-arrow {
  border-top-color: rgb(16, 211, 128);
}

.chart-bar-tooltip[data-position="10"] .chart-bar-tooltip-arrow {
  border-top-color: rgb(175, 121, 207);
}

.social-button {
  background-color: rgb(32, 35, 41);
  background-image: url("../../assets/university-of-bath/images/style/social-icons.svg");
  background-repeat: no-repeat;
  border-radius: 100%;
  display: block;
  font-size: 0 !important;
  height: 70px;
  margin: 7px 9px;
  overflow: hidden;
  -webkit-transition: background-color 0.25s ease;
          transition: background-color 0.25s ease;
  width: 70px;
}
.social-button:visited {
  background-color: rgb(32, 35, 41);
}
.social-button:hover, .social-button:active {
  background-color: rgb(0, 100, 115);
  cursor: pointer;
}
.social-button.facebook {
  background-position: -600px calc((70px - 28px) / 2);
}
.social-button.instagram {
  background-position: -300px calc((70px - 28px) / 2);
}
.social-button.linkedin {
  background-position: -700px calc((70px - 28px) / 2);
}
.social-button.sinaweibo {
  background-position: -200px calc((70px - 28px) / 2);
}
.social-button.snapchat {
  background-position: -500px calc((70px - 28px) / 2);
}
.social-button.tiktok {
  background-position: -800px calc((70px - 28px) / 2);
}
.social-button.twitter {
  background-position: -100px calc((70px - 28px) / 2);
}
.social-button.wechat {
  background-position: -400px calc((70px - 28px) / 2);
}
.social-button.xiaohongshu {
  background-position: -900px calc((70px - 28px) / 2);
}
.social-button.youtube {
  background-position: 0 calc((70px - 28px) / 2);
}

.label {
  background: rgb(255, 235, 59);
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  padding: 3.1111111111px 9px;
}

ul {
  padding-left: 18px;
}
ul > li {
  font-size: 16px;
  line-height: 28px;
  list-style-image: url("../../assets/university-of-bath/images/style/list-bullet-coral.svg");
  margin-bottom: 4px;
  padding-left: 4px;
}
@media print, screen and (min-width: 64.0625em) {
  ul > li {
    font-size: 18px;
    line-height: 31px;
  }
}

ol > li {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 4px;
  padding-left: 4px;
}
@media print, screen and (min-width: 64.0625em) {
  ol > li {
    font-size: 18px;
    line-height: 31px;
  }
}

.bg-coral .split-body-inner li {
  list-style-image: url("../../assets/university-of-bath/images/style/list-bullet-white.svg");
}

ul.black-bullet-list li {
  list-style-image: url("../../assets/university-of-bath/images/style/list-bullet-granite.svg");
}

.action-list ul > li {
  font-size: 16px;
  line-height: 28px;
  list-style-image: url("../../assets/university-of-bath/images/style/list-arrow-coral.svg");
  margin-bottom: 4px;
  padding-left: 4px;
}
@media print, screen and (min-width: 64.0625em) {
  .action-list ul > li {
    font-size: 18px;
    line-height: 31px;
  }
}
.action-list.black ul > li {
  list-style-image: url("../../assets/university-of-bath/images/style/list-arrow-black.svg");
}
.action-list.citrus-50-dark ul > li {
  list-style-image: url("../../assets/university-of-bath/images/style/list-arrow-citrus-50-dark.svg");
}
.action-list.violet ul > li {
  list-style-image: url("../../assets/university-of-bath/images/style/list-arrow-violet.svg");
}
.action-list.reverse ul > li {
  list-style-image: url("../../assets/university-of-bath/images/style/list-arrow-white.svg");
}
.action-list ol {
  counter-reset: ordered-list-counter;
  list-style: none;
}
.action-list ol > li {
  counter-increment: ordered-list-counter;
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 9px 0;
  position: relative;
}
@media print, screen and (min-width: 64.0625em) {
  .action-list ol > li {
    font-size: 18px;
    line-height: 31px;
  }
}
.action-list ol ::before {
  border: 1px solid;
  border-radius: 50%;
  content: counter(ordered-list-counter);
  font-size: 14px;
  height: 23px;
  left: -32px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 4px;
  width: 23px;
}

.lined-list {
  margin-bottom: 0;
  margin-top: 0;
}
.lined-list li {
  border-bottom: 2px solid rgb(240, 240, 241);
  margin: 0;
  padding-bottom: 28px;
  padding-top: 28px;
}
.lined-list li:only-of-type {
  padding: 0;
}
.lined-list li:first-of-type {
  padding-top: 0;
}
.lined-list li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.lined-list article *:last-child {
  margin-bottom: 0;
}

.lined-nested-list {
  padding-left: 0;
}

.lined-nested-list li {
  border: none;
  margin: 0;
  padding: 14px;
}
.lined-nested-list li:first-of-type {
  padding-top: 0;
}
.lined-nested-list li:last-of-type {
  padding-bottom: 0;
}

.application-information li div:first-of-type,
.programme-catalogue-unit-information li div:first-of-type {
  font-weight: 700;
}
.application-information li p,
.programme-catalogue-unit-information li p {
  margin-bottom: 0;
}

.text-center ul,
.text-center ol {
  list-style-position: inside;
}

.programme-catalogue-lined-list li {
  padding-bottom: 14px;
  padding-top: 14px;
}

.programme-catalogue-bg-steel-lined-list li {
  border-bottom: 2px solid rgb(227, 227, 228);
}
.programme-catalogue-bg-steel-lined-list li ul {
  padding: 0;
}
.programme-catalogue-bg-steel-lined-list li ul li {
  border-bottom: none;
  padding: 0;
}

.price-list h1 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 28px;
}
.price-list .item-title,
.price-list .item-price {
  display: inline-block;
  font-weight: 700;
}
.price-list .item-detail {
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.inline-list {
  list-style: none;
  padding: 0;
}
.inline-list li {
  display: inline-block;
}

.no-bullet-list {
  padding: 0;
}
.no-bullet-list li {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.half-padding-list li {
  padding-bottom: 14px;
  padding-top: 14px;
}

.bg-violet-25-dark .lined-list li {
  border-color: rgb(103, 58, 183);
}

.bg-mint-75-light ul > li {
  list-style-image: url("../../assets/university-of-bath/images/style/list-bullet-mint-25-dark.svg");
}

.bg-mint-10-dark ul > li {
  list-style-image: url("../../assets/university-of-bath/images/style/list-bullet-mint-50-dark.svg");
}

.multi-column .multi-item {
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 28px;
  margin-top: 9px;
  padding-left: 0;
  position: relative;
  width: 100%;
}
.multi-column .multi-item p {
  overflow-wrap: break-word;
}
.multi-column .multi-item:last-child {
  margin-bottom: 0;
}
.multi-column .multi-item > *:first-child {
  margin-top: 0;
}
.multi-column .multi-item > *:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40.0625em) {
  .multi-column .multi-count-2 .multi-item {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    width: 47%;
  }
  .multi-column .multi-count-2 .multi-item:nth-child(odd) {
    margin-right: 3%;
  }
  .multi-column .multi-count-2 .multi-item:nth-child(even) {
    margin-left: 3%;
  }
  .multi-column .multi-count-2 .multi-item:nth-last-child(1), .multi-column .multi-count-2 .multi-item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 64em) {
  .multi-column .multi-count-3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .multi-column .multi-count-3 .multi-item {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    width: 47%;
  }
  .multi-column .multi-count-3 .multi-item:nth-child(odd) {
    margin-right: 3%;
  }
  .multi-column .multi-count-3 .multi-item:nth-child(even) {
    margin-left: 3%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .multi-column .multi-count-3 .multi-item {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    width: 30%;
  }
  .multi-column .multi-count-3 .multi-item:nth-child(3n-2) {
    margin-right: 2.5%;
  }
  .multi-column .multi-count-3 .multi-item:nth-child(3n-1) {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .multi-column .multi-count-3 .multi-item:nth-child(3n) {
    margin-left: 2.5%;
  }
}
@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .multi-column .multi-count-4 .multi-item {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    width: 47%;
  }
  .multi-column .multi-count-4 .multi-item:nth-child(odd) {
    margin-right: 3%;
  }
  .multi-column .multi-count-4 .multi-item:nth-child(even) {
    margin-left: 3%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .multi-column .multi-count-4 .multi-item {
    -ms-flex-preferred-size: 21.6%;
        flex-basis: 21.6%;
    margin: 0 2.2%;
    width: 21.6%;
  }
  .multi-column .multi-count-4 .multi-item:nth-child(4n-3) {
    margin-left: 0;
  }
  .multi-column .multi-count-4 .multi-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .multi-column .multi-count-4.multi-keylines .multi-item::before {
    border-left: 1px solid rgb(199, 199, 201);
    content: "";
    display: block;
    height: 100%;
    left: -10%;
    position: absolute;
    top: 0;
    width: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .multi-column.bg-granite .multi-count-4.multi-keylines .multi-item::before {
    border-left: 1px solid rgb(87, 90, 94);
  }
}
.multi-column .multi-count-2 h1,
.multi-column .multi-count-2 h2,
.multi-column .multi-count-2 h3,
.multi-column .multi-count-2 h4,
.multi-column .multi-count-2 h5,
.multi-column .multi-count-2 h6,
.multi-column .multi-count-3 h1,
.multi-column .multi-count-3 h2,
.multi-column .multi-count-3 h3,
.multi-column .multi-count-3 h4,
.multi-column .multi-count-3 h5,
.multi-column .multi-count-3 h6 {
  margin-top: 37px;
}

nav ul,
nav ul li {
  list-style: none;
  list-style-image: none;
}
nav a,
nav a h1 {
  text-decoration: none;
}
nav a:hover, nav a:active, nav a:focus,
nav a h1:hover,
nav a h1:active,
nav a h1:focus {
  text-decoration: underline;
}

.role-nav {
  border-top: 2px solid rgb(54, 57, 62);
  margin-bottom: 14px;
}
@media print, screen and (min-width: 40.0625em) {
  .role-nav {
    background-color: #fff;
    border-top: 0;
    margin-bottom: 0;
  }
}
.role-nav ul {
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 40.0625em) {
  .role-nav ul {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .role-nav ul li {
    margin: 7px 0;
  }
  .role-nav ul li::after {
    color: rgb(199, 199, 201);
    content: "/";
    padding: 0 9px;
  }
}
@media print, screen and (min-width: 40.0625em) and (min-width: 40.0625em) {
  .role-nav ul li::after {
    padding: 0 12px;
  }
}
@media print, screen and (min-width: 40.0625em) and (min-width: 64.0625em) {
  .role-nav ul li::after {
    padding: 0 18px;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .role-nav ul li:last-of-type::after {
    content: none;
    padding: 0;
  }
}
.role-nav a {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: color 0.25s ease;
          transition: color 0.25s ease;
}
@media print, screen and (min-width: 40.0625em) {
  .role-nav a {
    color: rgb(32, 35, 41);
  }
}
.role-nav a:visited {
  color: #fff;
}
@media print, screen and (min-width: 40.0625em) {
  .role-nav a:visited {
    color: rgb(54, 57, 62);
  }
}
.role-nav a:hover {
  color: rgb(0, 133, 102);
  text-decoration: underline;
}
.role-nav a:active, .role-nav a:focus {
  color: rgb(0, 133, 102);
}
.role-nav .active-nav a,
.role-nav .active-nav a:visited,
.role-nav .active-nav a:hover {
  color: rgb(0, 133, 102);
}

.university-nav-bar {
  background: rgb(32, 35, 41);
  max-height: 100vh;
  padding-bottom: 56px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 40em) {
  .university-nav-bar {
    max-height: 100vh;
  }
  .university-nav-bar::before {
    background-color: rgb(32, 35, 41);
    content: "";
    height: 56px;
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .university-nav-bar {
    padding: 0;
    position: relative;
    top: auto;
    z-index: auto;
  }
}
.university-nav-bar .university-nav-bar-flex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media print, screen and (min-width: 40.0625em) {
  .university-nav-bar .university-nav-bar-flex {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.university-nav-bar .brand,
.university-nav-bar .university-brand {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.university-nav-bar .brand .logo,
.university-nav-bar .brand .logo-1,
.university-nav-bar .university-brand .logo,
.university-nav-bar .university-brand .logo-1 {
  background-image: url("../../assets/university-of-bath/images/logo/uob-logo-wordmark-inverse.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  font-size: 0;
  height: 56px;
}
@media print, screen and (min-width: 40.0625em) {
  .university-nav-bar .brand,
.university-nav-bar .university-brand {
    display: none;
  }
}

a.logo-1,
a.logo-2 {
  font-size: 0;
}

.university-nav {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}
@media print, screen and (min-width: 40.0625em) {
  .university-nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
  }
}
.university-nav ul {
  margin: 0;
  padding: 0;
}
.university-nav ul li {
  line-height: 18px;
  margin: 0;
  padding: 14px 18px;
}
@media print, screen and (min-width: 40.0625em) {
  .university-nav ul li {
    display: inline-block;
    margin: 14px 0;
    padding: 0 12px;
  }
  .university-nav ul li:first-of-type {
    padding-left: 0;
  }
  .university-nav ul li:last-of-type {
    padding-right: 0;
  }
}
@media (max-width: 650px) and (min-width: 641px) {
  .university-nav ul li {
    padding: 0 11px;
  }
  .university-nav ul li:first-of-type {
    padding-left: 0;
  }
  .university-nav ul li:last-of-type {
    padding-right: 0;
  }
}
.university-nav ul a {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  -webkit-transition: color 0.25s ease;
          transition: color 0.25s ease;
}
@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .university-nav ul a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .university-nav ul a {
    font-weight: 700;
    text-transform: uppercase;
  }
}
.university-nav ul a:visited {
  color: #fff;
}
.university-nav ul a:hover {
  color: rgb(0, 197, 150);
}
.university-nav ul a:active, .university-nav ul a:focus {
  color: rgb(138, 255, 227);
}
.university-nav ul .active-nav a,
.university-nav ul .active-nav a:visited,
.university-nav ul .active-nav a:hover {
  color: rgb(138, 255, 227);
}
.university-nav .university-nav-checkbox,
.university-nav .university-nav-label {
  display: none;
}
@media screen and (max-width: 40em) {
  .university-nav .university-nav-label {
    background-color: rgb(32, 35, 41);
    background-image: url("../../assets/university-of-bath/images/icons/global-nav-inverse.svg");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 42px;
    left: 18px;
    margin: 7px 0;
    position: fixed;
    top: 0;
    width: 42px;
    z-index: 9999;
  }
  .university-nav .university-nav-label:hover, .university-nav .university-nav-label:active {
    background-color: rgb(54, 57, 62);
  }
  .university-nav .university-nav-checkbox {
    display: block;
    position: absolute;
    top: -9999px;
  }
  .university-nav .university-nav-checkbox:checked ~ .university-nav-label {
    border: 2px solid rgb(54, 57, 62);
  }
  .university-nav .university-nav-checkbox:checked ~ .university-nav-tray {
    max-height: calc(100vh - (28px * 2));
    overflow-y: scroll;
  }
  .university-nav .university-nav-checkbox:not(:checked) ~ .university-nav-tray {
    display: none;
  }
  .university-nav .university-nav-checkbox:focus ~ .university-nav-label {
    border: 2px solid rgb(100, 255, 218);
  }
  .university-nav .university-nav-tray {
    max-height: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    top: 56px;
    -webkit-transition: max-height 0.5s ease-in-out;
            transition: max-height 0.5s ease-in-out;
    width: 100%;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .university-nav .role-nav {
    display: none;
  }
}

.in-page-nav a {
  text-decoration: underline;
}
.in-page-nav a:visited {
  color: rgb(54, 57, 62);
}
.in-page-nav a:hover {
  color: rgb(0, 133, 102);
}
.in-page-nav a:active, .in-page-nav a:focus {
  color: rgb(0, 197, 150);
}

.pagination ul {
  list-style: none;
  margin: 56px 0 0;
  padding: 0;
  text-align: center;
}
@media print, screen and (min-width: 40.0625em) {
  .pagination ul {
    text-align: left;
  }
}
.pagination ul li {
  display: inline-block;
  margin: 0 4.5px;
}
.pagination ul a,
.pagination ul a:visited {
  border-bottom: 2px solid transparent;
  display: inline-block;
  font-weight: 400;
  line-height: 27px;
  padding: 0 9px;
  text-decoration: none;
}
@media print, screen and (min-width: 40.0625em) {
  .pagination ul a,
.pagination ul a:visited {
    padding: 0 4.5px;
  }
}
.pagination ul a:hover, .pagination ul a:active, .pagination ul a:focus,
.pagination ul a:visited:hover,
.pagination ul a:visited:active,
.pagination ul a:visited:focus {
  border-bottom-color: rgb(236, 8, 54);
}
.pagination ul .active-nav a {
  border-bottom-color: rgb(236, 8, 54);
  font-weight: 700;
}
.pagination ul .disabled {
  border-bottom-color: transparent;
  color: rgb(213, 213, 214);
  padding: 0 9px;
}
@media print, screen and (min-width: 40.0625em) {
  .pagination ul .disabled {
    padding: 0 4.5px;
  }
}

.panel {
  background-color: #fff;
  border-bottom: 7px solid rgb(240, 240, 241);
  margin-bottom: 28px;
  padding: 28px 18px;
}
.panel > h1:first-child,
.panel > p:first-child {
  margin: 0 0 14px;
}
.panel h1 {
  font-size: 18px;
  line-height: 27px;
}
.panel ul {
  margin: 0;
}
.panel p {
  font-size: 18px;
  line-height: 27px;
}
.panel [href^="tel:"] {
  font-size: 24px;
  line-height: 36px;
}
.panel.bg-citrus-25-light {
  border-color: rgb(255, 199, 16);
}
.panel.bg-mint-75-light {
  border-color: rgb(0, 197, 150);
}
.panel.bg-cornflower-50-light {
  border-color: rgb(0, 150, 170);
}

.pinned-items .card {
  margin-bottom: 14px;
  margin-top: 14px;
}
.pinned-items .single-item:not(.card) h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 28px;
}
@media print, screen and (min-width: 64.0625em) {
  .pinned-items .single-item:not(.card) h1 {
    font-size: 27px;
    line-height: 41px;
  }
}
.pinned-items .single-item:not(.card) p {
  font-size: 18px;
  line-height: 27px;
  margin: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .pinned-items .single-item:not(.card) p {
    font-size: 21px;
    line-height: 32px;
  }
}
.pinned-items .single-item:not(.card) .markdown p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 28px;
}
.pinned-items .single-item:not(.card) footer {
  margin-top: 28px;
}

.text-only .card header {
  margin-bottom: 14px;
  padding-top: 14px;
}

#pop-up {
  min-height: 56px;
  position: fixed;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  width: 100%;
}
#pop-up .pop-up-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
#pop-up .pop-up-heading span {
  font-weight: 400;
}
#pop-up .pop-up-pull-element {
  height: 100%;
  position: relative;
}
@media print, screen and (min-width: 40.0625em) {
  #pop-up .pop-up-pull-element {
    max-width: 50%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  #pop-up .pop-up-inner::before {
    background-image: url("../../assets/university-of-bath/images/logo/uob-logo-icon-inverse.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 182px;
    bottom: -28px;
    content: " ";
    display: inline-block;
    float: left;
    height: calc(100% + (28px * 2));
    margin-left: -30%;
    opacity: 0.2;
    position: relative;
    top: -28px;
    width: 180px;
  }
}

.pop-up-button {
  width: 100%;
}
.pop-up-button span {
  font-weight: 400;
}

div#ttldci-overlay-root {
  z-index: 1001 !important;
}

.course-page-ranking p.footnote {
  color: rgb(87, 90, 94);
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
@media print, screen and (min-width: 40.0625em) {
  .course-page-ranking p.footnote {
    margin: 9px 0 0 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .course-page-ranking p.footnote {
    margin: 20px 0 0 0;
  }
}

.ranking-wrapper {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 10px 0;
}
@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .ranking-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 50%;
    padding: 10px;
  }
  .ranking-wrapper:last-child {
    padding-top: 16.3636363636px;
  }
  .ranking-wrapper:first-child {
    border-image-slice: 1;
    border-right: 2px solid;
    border-width: 2px;
  }
  .ranking-wrapper:first-child.border-gradient {
    border-image-source: linear-gradient(20deg, #0488c2, #5dc2d4);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .ranking-wrapper {
    border-image-slice: 1;
    border-right: 2px solid;
    border-width: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 33%;
    padding: 0 14px 0 6.4285714286px;
  }
  .ranking-wrapper:first-child {
    padding-left: 7px;
  }
  .ranking-wrapper.border-gradient {
    border-image-source: linear-gradient(20deg, #0488c2, #5dc2d4);
  }
  .ranking-wrapper.border-gradient:last-child {
    border: none;
  }
}
.ranking-wrapper .ranking-badge {
  margin: auto;
  padding-bottom: 6.9230769231px;
  padding-right: 7px;
  width: 75px;
}
@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .ranking-wrapper .ranking-badge {
    padding-right: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .ranking-wrapper .ranking-badge {
    width: 80px;
  }
}
.ranking-wrapper .ranking-description {
  width: 300px;
}
@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .ranking-wrapper .ranking-description {
    margin: auto 7px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .ranking-wrapper .ranking-description {
    width: 70%;
  }
}
.ranking-wrapper .ranking-description h1 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 0;
}
.ranking-wrapper .ranking-description p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 13.8461538462px;
  margin-top: 0;
}
@media print, screen and (min-width: 40.0625em) {
  .ranking-wrapper .ranking-description p {
    margin-bottom: 0;
    margin-top: 4.5px;
  }
}

.schema-data {
  display: none;
}

form {
  width: 100%;
}
@media print, screen and (min-width: 40.0625em) {
  form {
    margin: 0 auto;
    width: 75%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  form {
    width: 100%;
  }
}

::-webkit-input-placeholder {
  color: rgb(110, 112, 116);
  font-style: italic;
}

:-ms-input-placeholder {
  color: rgb(110, 112, 116);
  font-style: italic;
}

::placeholder {
  color: rgb(110, 112, 116);
  font-style: italic;
}

::-moz-placeholder {
  color: rgb(110, 112, 116);
  font-style: italic;
  opacity: 1;
}

:-moz-placeholder {
  color: rgb(110, 112, 116);
  font-style: italic;
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgb(110, 112, 116);
  font-style: italic;
}

::-webkit-input-placeholder {
  color: rgb(110, 112, 116);
  font-style: italic;
}

::-ms-input-placeholder {
  color: rgb(110, 112, 116);
  font-style: italic;
}

.search-field {
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #fff;
  font-size: 16px;
  height: 42px;
  line-height: 28px;
  outline: 0;
  padding: 0 18px;
  border-right: 0;
}
.search-field:focus ~ .search-options, .search-field:focus ~ .search-button {
  border-color: rgb(0, 230, 176);
}
.search-field::-webkit-input-placeholder {
  color: rgb(110, 112, 116);
  font-style: italic;
}
.search-field:-ms-input-placeholder {
  color: rgb(110, 112, 116);
  font-style: italic;
}
.search-field::placeholder {
  color: rgb(110, 112, 116);
  font-style: italic;
}
.search-field::-moz-placeholder {
  color: rgb(110, 112, 116);
  font-style: italic;
  opacity: 1;
}
.search-field:-moz-placeholder {
  color: rgb(110, 112, 116);
  font-style: italic;
  opacity: 1;
}
.search-field:-ms-input-placeholder {
  color: rgb(110, 112, 116);
  font-style: italic;
}
.search-field::-webkit-input-placeholder {
  color: rgb(110, 112, 116);
  font-style: italic;
}
.search-field::-ms-input-placeholder {
  color: rgb(110, 112, 116);
  font-style: italic;
}
.search-field:focus {
  border-color: rgb(100, 255, 218);
}

.search-button {
  background-color: rgb(240, 240, 241);
  background-image: url("../../assets/university-of-bath/images/icons/submit-standard.svg");
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid rgb(240, 240, 241);
  border-left: 0;
  cursor: pointer;
  font-size: 0;
  height: 42px;
  max-width: 42px;
  outline: 0;
  position: relative;
  width: 42px;
}
.search-button:hover {
  background-color: rgb(213, 213, 214);
  border-color: rgb(213, 213, 214);
}
.search-button:active, .search-button:focus {
  background-color: rgb(199, 199, 201);
  border-color: rgb(199, 199, 201);
}

.university-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
@media print, screen and (min-width: 40.0625em) {
  .university-search {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .university-search {
    max-height: 56px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    overflow-y: hidden;
    width: auto;
  }
}
.university-search .university-search-label {
  background-color: rgb(32, 35, 41);
  background-image: url("../../assets/university-of-bath/images/icons/global-spyglass-inverse.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  -ms-flex-preferred-size: 42px;
      flex-basis: 42px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0;
  height: 42px;
  margin: 7px 0;
  padding: 0;
  position: fixed;
  right: 18px;
  width: 42px;
  z-index: 9999;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .university-search .university-search-label {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .university-search .university-search-label {
    position: absolute;
    right: 36px;
    top: 0;
    z-index: unset;
  }
}
@media (max-width: 680px) and (min-width: 641px) {
  .university-search .university-search-label {
    right: 10px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .university-search .university-search-label {
    display: none;
  }
}
.university-search .university-search-label:hover, .university-search .university-search-label:active {
  background-color: rgb(54, 57, 62);
}
@media print, screen and (min-width: 64.0625em) {
  .university-search .university-search-label:hover, .university-search .university-search-label:active {
    background-color: rgb(32, 35, 41);
  }
}
.university-search .university-search-checkbox {
  display: block;
  position: absolute;
  top: -9999px;
}
.university-search .university-search-checkbox:checked ~ .university-search-label {
  border: 2px solid rgb(54, 57, 62);
}
.university-search .university-search-checkbox:checked ~ .university-search-tray {
  margin-bottom: 14px;
  max-height: 56px;
}
@media screen and (max-width: 64em) {
  .university-search .university-search-checkbox:not(:checked) ~ .university-search-tray {
    display: none;
  }
}
.university-search .university-search-checkbox:focus ~ .university-search-label {
  border: 2px solid rgb(0, 230, 176);
}
@media print, screen and (min-width: 64.0625em) {
  .university-search .university-search-checkbox {
    display: none;
  }
  .university-search .university-search-checkbox:not(:checked) ~ .university-search-tray, .university-search .university-search-checkbox:checked ~ .university-search-tray {
    margin: 0;
    max-width: 288px;
  }
}
.university-search .university-search-tray {
  max-height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  overflow: hidden;
  position: relative;
  top: 56px;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  width: 100%;
}
@media print, screen and (min-width: 40.0625em) {
  .university-search .university-search-tray {
    top: auto;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .university-search .university-search-tray {
    max-height: 56px;
    max-width: 0;
    padding: 0;
    -webkit-transition: none;
            transition: none;
  }
}
.university-search .university-search-tray .university-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 7px 0;
  width: 100%;
}
.university-search .university-search-tray .university-search-form .search-field {
  border-radius: 4px 0 0 4px;
  -webkit-box-flex: 10;
      -ms-flex: 10 auto;
          flex: 10 auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  outline: 0;
  padding: 0 18px;
}
.university-search .university-search-tray .university-search-form .search-field:focus {
  border-color: rgb(0, 230, 176);
}
@media print, screen and (min-width: 64.0625em) {
  .university-search .university-search-tray .university-search-form .search-field {
    background-image: url("../../assets/university-of-bath/images/icons/global-spyglass-steel.svg");
    background-position: 9px center;
    background-repeat: no-repeat;
    padding-left: 36px;
    width: 100%;
  }
  .university-search .university-search-tray .university-search-form .search-field:focus {
    background-image: url("../../assets/university-of-bath/images/icons/global-spyglass-mint-10-dark.svg");
  }
}
.university-search .university-search-tray .university-search-form .search-button {
  border-radius: 0 4px 4px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.course-search-results h2,
.course-search-results h3,
.site-search-results h2,
.site-search-results h3 {
  margin: 0;
}
@media screen and (max-width: 40em) {
  .course-search-results h2,
.course-search-results h3,
.site-search-results h2,
.site-search-results h3 {
    font-size: 18px;
    line-height: 27px;
  }
}
.course-search-results .search-results,
.site-search-results .search-results {
  min-height: 40vh;
}
.course-search-results .search-results h2.section-sub-heading,
.site-search-results .search-results h2.section-sub-heading {
  margin-bottom: 20px;
}
.course-search-results .search-query,
.site-search-results .search-query {
  font-style: italic;
}
.course-search-results .sort-by,
.course-search-results .spell-checker,
.site-search-results .sort-by,
.site-search-results .spell-checker {
  font-size: 14px;
  line-height: 24px;
}
.course-search-results .sort-by .selected,
.course-search-results .spell-checker .selected,
.site-search-results .sort-by .selected,
.site-search-results .spell-checker .selected {
  font-weight: 700;
}
.course-search-results .spell-checker,
.site-search-results .spell-checker {
  padding-top: 7px;
}
.course-search-results .best-bet .best-bet-title,
.site-search-results .best-bet .best-bet-title {
  margin-right: 9px;
}
.course-search-results .search-result-item .ucas-code,
.site-search-results .search-result-item .ucas-code {
  display: inline-block;
  padding-top: 7px;
}

.announcements-search-results .search-result-item h3,
.announcements-search-results li.search-result-item h3,
.events-search-results .search-result-item h3,
.events-search-results li.search-result-item h3,
.profiles-search-results .search-result-item h3,
.profiles-search-results li.search-result-item h3 {
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
  margin-top: 0;
}
.announcements-search-results .search-result-item span.announcements-published-date,
.announcements-search-results .search-result-item span.events-date-time-location,
.announcements-search-results li.search-result-item span.announcements-published-date,
.announcements-search-results li.search-result-item span.events-date-time-location,
.events-search-results .search-result-item span.announcements-published-date,
.events-search-results .search-result-item span.events-date-time-location,
.events-search-results li.search-result-item span.announcements-published-date,
.events-search-results li.search-result-item span.events-date-time-location,
.profiles-search-results .search-result-item span.announcements-published-date,
.profiles-search-results .search-result-item span.events-date-time-location,
.profiles-search-results li.search-result-item span.announcements-published-date,
.profiles-search-results li.search-result-item span.events-date-time-location {
  padding-top: 7px;
}
.announcements-search-results .search-result-item span.announcements-published-date,
.announcements-search-results .search-result-item span.location,
.announcements-search-results .search-result-item span.profiles-title,
.announcements-search-results li.search-result-item span.announcements-published-date,
.announcements-search-results li.search-result-item span.location,
.announcements-search-results li.search-result-item span.profiles-title,
.events-search-results .search-result-item span.announcements-published-date,
.events-search-results .search-result-item span.location,
.events-search-results .search-result-item span.profiles-title,
.events-search-results li.search-result-item span.announcements-published-date,
.events-search-results li.search-result-item span.location,
.events-search-results li.search-result-item span.profiles-title,
.profiles-search-results .search-result-item span.announcements-published-date,
.profiles-search-results .search-result-item span.location,
.profiles-search-results .search-result-item span.profiles-title,
.profiles-search-results li.search-result-item span.announcements-published-date,
.profiles-search-results li.search-result-item span.location,
.profiles-search-results li.search-result-item span.profiles-title {
  font-style: italic;
}

@media print, screen and (min-width: 40.0625em) {
  .search-results {
    padding-top: 2px;
  }
}

.announcements-search-results .search-results h2.section-sub-heading,
.campaigns-search-results .search-results h2.section-sub-heading,
.case-studies-search-results .search-results h2.section-sub-heading,
.corporate-information-search-results .search-results h2.section-sub-heading,
.events-search-results .search-results h2.section-sub-heading,
.guides-search-results .search-results h2.section-sub-heading,
.locations-information-search-results .search-results h2.section-sub-heading,
.profiles-search-results .search-results h2.section-sub-heading,
.projects-search-results .search-results h2.section-sub-heading,
.publications-search-results .search-results h2.section-sub-heading,
.services-search-results .search-results h2.section-sub-heading,
.team-profiles-search-results .search-results h2.section-sub-heading {
  margin-bottom: 28px;
}

li.search-result-item h3 {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  margin-top: 0;
}

.filtered-lists-label {
  background-color: rgb(240, 240, 241);
  background-image: url(../../assets/university-of-bath/images/icons/icon-label.svg);
  background-position: 10px center;
  background-repeat: no-repeat;
  border-radius: 4px;
  display: inline-block;
  margin-right: 18px;
  padding: 8px 8px;
  padding-left: 32px;
  width: -webkit-fit-content;
  width: fit-content;
}
.filtered-lists-label:nth-child(2) {
  margin-right: 15px;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 7px 0;
  width: 100%;
}
@media print, screen and (min-width: 40.0625em) {
  .search-form {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
  }
}
.search-form .search-field {
  background-image: url("../../assets/university-of-bath/images/icons/global-spyglass-steel.svg");
  background-position: 9px center;
  background-repeat: no-repeat;
  border-radius: 4px 0 0 4px;
  -webkit-box-flex: 10;
      -ms-flex: 10 0;
          flex: 10 0;
  max-width: calc(100% - (28px * 1.5));
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  outline: 0;
  padding-left: 36px;
}
@media print, screen and (min-width: 40.0625em) {
  .search-form .search-field {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.search-form .search-field:-webkit-autofill {
  padding: 18px;
}
.search-form .search-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex: 2 auto;
          flex: 2 auto;
  font-size: 16px;
  height: 42px;
  margin: 0 0 7px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(100% - (28px * 2));
}
@media print, screen and (min-width: 40.0625em) {
  .search-form .search-options {
    border-bottom: 2px solid rgb(227, 227, 228);
    border-radius: 0;
    border-top: 2px solid rgb(227, 227, 228);
    -webkit-box-flex: 3;
        -ms-flex: 3 auto;
            flex: 3 auto;
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 20%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .search-form .search-options {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
  }
}
.search-form .search-options select {
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(227, 227, 228);
  background-image: url("../../assets/university-of-bath/images/utility/dropdown-caret.svg");
  background-position: calc(100% - 18px / 2) center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 4px;
  height: 100%;
  outline: 0;
  padding: 0 18px;
}
@media print, screen and (min-width: 40.0625em) {
  .search-form .search-options select {
    border-radius: 0;
  }
}
.search-form .search-options select:nth-of-type(1) {
  -webkit-box-flex: 3;
      -ms-flex: 3 0;
          flex: 3 0;
}
.search-form .search-options select:nth-of-type(2) {
  border-left: 1px solid rgb(199, 199, 201);
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
.search-form .search-options select:active, .search-form .search-options select:focus {
  border-color: rgb(87, 90, 94);
}
.search-form .search-options select::-ms-expand {
  display: none;
}
.search-form .search-button {
  border-radius: 0 4px 4px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media print, screen and (min-width: 40.0625em) {
  .search-form .search-button {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.search-links {
  padding: 4px;
  text-align: right;
}
.search-links ul {
  margin: 0;
  padding: 0;
}
.search-links ul li {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 0 9px;
}

@media print, screen and (min-width: 64.0625em) {
  .filter-options-divider {
    border-bottom: 0;
    border-left: 1.5px solid rgb(143, 145, 148);
    margin-left: 28px;
  }
}

.in-page-search {
  border: 14px solid rgb(0, 230, 176);
}
.in-page-search .search-options {
  background-color: rgb(199, 254, 241);
}
@media screen and (max-width: 40em) {
  .in-page-search .search-options {
    border-radius: 4px;
  }
}
.in-page-search .search-button:hover {
  background-color: rgb(0, 197, 150);
  background-image: url("/lens/107/assets/university-of-bath/images/icons/submit-inverse.svg");
  border-color: rgb(0, 197, 150);
  color: #fff;
}

.in-page-search-filter {
  padding: 18px 28px;
}
.in-page-search-filter .in-page-search-filter-options {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.in-page-search-filter .in-page-search-filter-options:first-child {
  margin-bottom: 4.5px;
}
.in-page-search-filter .in-page-search-filter-options strong {
  margin-right: 1em;
}
.in-page-search-filter .search-reset {
  font-size: 0.9rem;
  font-style: italic;
  text-decoration: underline;
}
.in-page-search-filter .funded-only input {
  display: none;
}
.in-page-search-filter .funded-only:hover {
  color: rgb(236, 8, 54);
  cursor: pointer;
}
.in-page-search-filter label.funded-only-selected {
  font-weight: bold;
}
.in-page-search-filter input[type=radio][name=funding_eligibility] {
  display: none;
}
.in-page-search-filter label.funding-eligibility-selected {
  font-weight: bold;
}
.in-page-search-filter .funding-eligibility-label {
  line-height: 32px;
  padding-right: 1em;
}
.in-page-search-filter .funding-eligibility-label:hover {
  color: rgb(236, 8, 54);
  cursor: pointer;
}

.bg-violet-25-dark .search-form .search-field:focus {
  background-image: url("../../assets/university-of-bath/images/icons/global-spyglass-violet-50-dark.svg");
  border-color: rgb(50, 25, 112);
}
@media print, screen and (min-width: 40.0625em) {
  .bg-violet-25-dark .search-form .search-field:focus ~ .search-options, .bg-violet-25-dark .search-form .search-field:focus ~ .search-button {
    border-color: rgb(50, 25, 112);
  }
}
.bg-violet-25-dark .search-form .search-options {
  border-color: rgb(141, 113, 201);
}
.bg-violet-25-dark .search-form .search-options:focus-within {
  border: 0;
}
.bg-violet-25-dark .search-form .search-options select {
  background-color: rgb(141, 113, 201);
}
.bg-violet-25-dark .search-form .search-options select:nth-of-type(2) {
  border-left: 1px solid rgb(103, 58, 183);
}
.bg-violet-25-dark .search-form .search-options select:active, .bg-violet-25-dark .search-form .search-options select:focus {
  box-shadow: inset 0 0 0 2px rgb(141, 113, 201);
}
.bg-violet-25-dark .search-form .search-button {
  background-color: rgb(179, 159, 219);
  border-color: rgb(179, 159, 219);
}
.bg-violet-25-dark .search-form .search-button:hover, .bg-violet-25-dark .search-form .search-button:active {
  background-color: rgb(50, 25, 112);
  background-image: url("../../assets/university-of-bath/images/icons/submit-inverse.svg");
  border-color: rgb(50, 25, 112);
}
.bg-violet-25-dark .search-form .search-button:focus {
  border-color: rgb(50, 25, 112);
  box-shadow: inset 2px 0 0 rgb(50, 25, 112);
}

.bg-mint-10-dark .search-form .search-field:focus {
  background-image: url("../../assets/university-of-bath/images/icons/global-spyglass-mint-25-dark.svg");
  border-color: rgb(0, 197, 150);
}
@media print, screen and (min-width: 40.0625em) {
  .bg-mint-10-dark .search-form .search-field:focus ~ .search-options, .bg-mint-10-dark .search-form .search-field:focus ~ .search-button {
    border-color: rgb(0, 197, 150);
  }
}
.bg-mint-10-dark .search-form .search-options {
  border-color: rgb(199, 254, 241);
}
.bg-mint-10-dark .search-form .search-options:focus-within {
  border: 0;
}
.bg-mint-10-dark .search-form .search-options select {
  background-color: rgb(199, 254, 241);
}
.bg-mint-10-dark .search-form .search-options select:nth-of-type(2) {
  border-left: 1px solid rgb(0, 230, 176);
}
@media print, screen and (min-width: 40.0625em) {
  .bg-mint-10-dark .search-form .search-options select:nth-of-type(2) {
    border-color: rgb(100, 255, 218);
  }
}
.bg-mint-10-dark .search-form .search-options select:active, .bg-mint-10-dark .search-form .search-options select:focus {
  box-shadow: inset 0 0 0 2px rgb(0, 197, 150);
}
.bg-mint-10-dark .search-form .search-button {
  background-color: rgb(100, 255, 218);
  border-color: rgb(100, 255, 218);
}
.bg-mint-10-dark .search-form .search-button:hover, .bg-mint-10-dark .search-form .search-button:active {
  background-color: rgb(0, 197, 150);
  background-image: url("../../assets/university-of-bath/images/icons/submit-inverse.svg");
  border-color: rgb(0, 197, 150);
}
.bg-mint-10-dark .search-form .search-button:focus {
  border-color: rgb(0, 197, 150);
  box-shadow: inset 2px 0 0 rgb(0, 197, 150);
}

.bg-cornflower .search-form .search-field:focus {
  background-image: url("../../assets/university-of-bath/images/icons/global-spyglass-cornflower-25-dark.svg");
  border-color: rgb(0, 150, 170);
}
.bg-cornflower .search-form .search-field:focus ~ .search-options, .bg-cornflower .search-form .search-field:focus ~ .search-button {
  border-color: rgb(0, 150, 170);
}
.bg-cornflower .search-form .search-options {
  border-color: rgb(195, 241, 247);
}
.bg-cornflower .search-form .search-options:focus-within {
  border: 0;
}
.bg-cornflower .search-form .search-options select {
  background-color: rgb(195, 241, 247);
}
.bg-cornflower .search-form .search-options select:nth-of-type(2) {
  border-left: 1px solid rgb(20, 200, 225);
}
.bg-cornflower .search-form .search-options select:active, .bg-cornflower .search-form .search-options select:focus {
  box-shadow: inset 0 0 0 2px rgb(0, 150, 170);
}
.bg-cornflower .search-form .search-button {
  background-color: rgb(137, 227, 240);
  border-color: rgb(137, 227, 240);
}
.bg-cornflower .search-form .search-button:hover, .bg-cornflower .search-form .search-button:active {
  background-color: rgb(0, 150, 170);
  background-image: url("../../assets/university-of-bath/images/icons/submit-inverse.svg");
  border-color: rgb(0, 150, 170);
}
.bg-cornflower .search-form .search-button:focus {
  border-color: rgb(0, 150, 170);
  box-shadow: inset 2px 0 0 rgb(0, 150, 170);
}

.filters h1 {
  font-size: 28px;
  line-height: 39px;
  margin-top: 0;
}

.facet {
  border-bottom: 2px solid rgb(240, 240, 241);
  padding: 28px 0;
}
.facet:first-of-type {
  padding-top: 0;
}
.facet:last-of-type {
  border: 0;
}
.facet .facet-label {
  font-size: 18px;
  line-height: 27px;
  margin: 0;
  text-transform: uppercase;
}
.facet ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.facet ul li {
  margin-bottom: 0;
  padding: 7px 0;
}

a.remove-filters {
  background-color: rgb(32, 35, 41);
  background-image: url(../../assets/university-of-bath/images/icons/icon-remove-filter.svg);
  background-position: 10px center;
  background-repeat: no-repeat;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin: 16px 0;
  padding: 8px 10px 8px 36px;
  text-decoration: none;
  width: -webkit-fit-content;
  width: fit-content;
}
a.remove-filters:hover {
  background-color: rgb(236, 8, 54);
}

.filter-toggle {
  display: block;
  margin-bottom: 28px;
  padding: 14px 18px;
  text-align: center;
}
.filter-toggle a {
  width: 162px;
}

.show-filters,
.hide-filters {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
          transition: max-height 0.5s ease-in-out;
}

.show-filters {
  max-height: 9999px;
}

@media print, screen and (min-width: 40.0625em) {
  .hide-filters {
    max-height: 9999px;
  }
}

.split .split-body,
.split .split-media {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 64.0625em) {
  .split .split-body,
.split .split-media {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    width: 50%;
  }
}
.split .flex-justify-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.split .flex-justify-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.split .flex-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.split .split-body .flex-wrapper,
.split .split-media .flex-wrapper {
  height: 100%;
}
.split .split-media {
  overflow: hidden;
}
.split .split-flex-body {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.split .split-flex-media {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.split .split-body-inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
}
@media print, screen and (min-width: 64.0625em) {
  .split .split-body-inner {
    max-width: 575px;
  }
}
.split .split-header {
  margin-bottom: 42px;
}
@media screen and (max-width: 64em) {
  .split .split-header {
    text-align: center;
  }
}
.split .footnote {
  margin: 35px 0 0;
  max-width: 430px;
}
@media print, screen and (min-width: 64.0625em) {
  .split .footnote {
    margin: 50px 0 -20px;
  }
}
.split .footnote,
.split .footnote * {
  font-size: 15px;
  line-height: 21px;
}
@media screen and (max-width: 64em) {
  .split .split-body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .split .split-media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .split.split-type-img.split-media-left .split-body, .split.split-type-embed.split-media-left .split-body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .split.split-type-img.split-media-left .split-media, .split.split-type-embed.split-media-left .split-media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .split.split-type-img.split-media-left .split-flex-body, .split.split-type-embed.split-media-left .split-flex-body {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .split.split-type-img.split-media-left .split-flex-media, .split.split-type-embed.split-media-left .split-flex-media {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.split.split-type-img .split-media {
  background: rgb(227, 227, 228);
  position: relative;
}
@media print, screen and (min-width: 64.0625em) {
  .split.split-type-img .split-media {
    padding: 0 0 38.75%;
  }
}
.split.split-type-img .split-media img {
  height: auto;
  width: 100%;
}
@media print, screen and (min-width: 64.0625em) {
  .split.split-type-img .split-media img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
    position: absolute;
  }
}
.split.split-type-img .split-media .split-media-img-bg {
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding: 0 0 38.75%;
  position: absolute;
  width: 100%;
}
@media print, screen and (min-width: 64.0625em) {
  .split.split-type-img .split-media .split-media-img-bg {
    height: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 112.5em) {
  .split.split-type-img .split-media {
    padding: 0 0 36%;
  }
}
@media screen and (min-width: 125em) {
  .split.split-type-img .split-media {
    padding: 0 0 34%;
  }
}
@media screen and (min-width: 137.5em) {
  .split.split-type-img .split-media {
    padding: 0 0 32%;
  }
}
@media screen and (min-width: 150em) {
  .split.split-type-img .split-media {
    padding: 0 0 31%;
  }
}
@media screen and (min-width: 162.5em) {
  .split.split-type-img .split-media {
    padding: 0 0 30%;
  }
}
.split.split-type-embed .split-media-inner {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 64.0625em) {
  .split.split-type-embed .split-media-inner {
    max-width: 650px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .split.split-type-quote .split-body-inner {
    max-width: 650px;
  }
}
@media screen and (max-width: 64em) {
  .split.split-type-quote > .flex-wrapper:first-child .split-media {
    display: none;
  }
}
.split.split-type-quote .split-quote-inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 27px;
  line-height: 35px;
  width: 100%;
}
@media print, screen and (min-width: 40.0625em) {
  .split.split-type-quote .split-quote-inner {
    font-size: 32px;
    line-height: 40px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .split.split-type-quote .split-quote-inner {
    border-color: #fff;
    border-left-width: 8px;
    border-style: solid;
    border-width: 0;
    margin: 0 75px 75px;
    max-width: 575px;
  }
}
@media screen and (min-width: 75em) {
  .split.split-type-quote .split-quote-inner {
    font-size: 40px;
    line-height: 48px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .split.split-type-quote .section-header-divider {
    display: none;
  }
}
.split .split-body-inner {
  margin: 0 1.5rem;
}
.split > .flex-wrapper:first-child .split-body-inner {
  margin-top: 42px;
}
.split > .flex-wrapper:last-child .split-body-inner {
  margin-bottom: 42px;
}
.split.split-type-quote .split-media {
  margin: 0 0 1.5rem;
  padding: 0 1.5rem;
}
@media print, screen and (min-width: 40.0625em) {
  .split .split-body-inner {
    margin: 0 1.5rem;
  }
  .split > .flex-wrapper:first-child .split-body-inner {
    margin-top: 56px;
  }
  .split > .flex-wrapper:last-child .split-body-inner {
    margin-bottom: 56px;
  }
  .split.split-type-quote .split-media {
    margin: 0 0 1rem;
    padding: 0 1.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .split .split-body-inner {
    margin: 0 45px;
  }
  .split > .flex-wrapper:first-child .split-body-inner {
    margin-top: 56px;
  }
  .split > .flex-wrapper:last-child .split-body-inner {
    margin-bottom: 56px;
  }
  .split.split-type-embed .split-media-inner {
    margin: 56px 45px 56px 0;
  }
  .split.split-type-embed.split-media-left .split-media-inner {
    margin: 56px 0 56px 45px;
  }
  .split.split-type-quote .split-body-inner {
    margin-right: 0;
  }
  .split.split-type-quote .split-quote-inner {
    margin: 0 45px 0 0;
    padding-left: 30px;
  }
}
@media screen and (min-width: 72.5em) {
  .split .split-body-inner {
    margin: 0 54px;
  }
  .split > .flex-wrapper:first-child .split-body-inner {
    margin-top: 84px;
  }
  .split > .flex-wrapper:last-child .split-body-inner {
    margin-bottom: 84px;
  }
  .split.split-type-img > .flex-wrapper:first-child .split-body-inner {
    margin-top: 54px;
  }
  .split.split-type-img > .flex-wrapper:last-child .split-body-inner {
    margin-bottom: 54px;
  }
  .split.split-type-embed .split-media-inner {
    margin: 84px 54px 84px 0;
  }
  .split.split-type-embed.split-media-left .split-media-inner {
    margin: 84px 0 84px 54px;
  }
  .split.split-type-quote .split-quote-inner {
    margin: 0 54px 0 0;
    padding-left: 36px;
  }
}
@media screen and (min-width: 84.375em) {
  .split .split-body-inner {
    margin: 0 72px;
  }
  .split > .flex-wrapper:first-child .split-body-inner {
    margin-top: 112px;
  }
  .split > .flex-wrapper:last-child .split-body-inner {
    margin-bottom: 112px;
  }
  .split.split-type-img > .flex-wrapper:first-child .split-body-inner {
    margin-top: 72px;
  }
  .split.split-type-img > .flex-wrapper:last-child .split-body-inner {
    margin-bottom: 72px;
  }
  .split.split-type-embed .split-media-inner {
    margin: 112px 72px 112px 0;
  }
  .split.split-type-embed.split-media-left .split-media-inner {
    margin: 112px 0 112px 72px;
  }
  .split.split-type-quote .split-quote-inner {
    margin: 0 72px 0 0;
    padding-left: 48px;
  }
}

.content-part table {
  color: rgb(32, 35, 41);
}

.info-stripes {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  position: relative;
  top: 0;
  z-index: 100;
}
@media print, screen and (min-width: 40.0625em) {
  .info-stripes {
    position: -webkit-sticky;
    position: sticky;
  }
}

@media print, screen and (min-width: 40.0625em) {
  .header-wrapper.extra-offset {
    top: var(--offset-top);
  }
}

.last-update-status, .rescheduled-status, .postponed-status, .cancelled-status, .course-status, .training-stripe, .staging-stripe, .development-stripe, .preview-stripe {
  font-weight: 400;
  padding: 7px 0;
  text-align: center;
}
.last-update-status p, .rescheduled-status p, .postponed-status p, .cancelled-status p, .course-status p, .training-stripe p, .staging-stripe p, .development-stripe p, .preview-stripe p {
  font-style: italic;
  margin: 0;
  padding: 0;
}
.last-update-status span, .rescheduled-status span, .postponed-status span, .cancelled-status span, .course-status span, .training-stripe span, .staging-stripe span, .development-stripe span, .preview-stripe span {
  font-weight: 700;
}

.preview-stripe {
  background: rgb(253, 141, 23);
}

.development-stripe {
  background: rgb(78, 213, 232);
  color: #000;
}

.staging-stripe {
  background: rgb(255, 235, 59);
  color: #000;
}

.training-stripe {
  background: rgb(103, 58, 183);
  color: #fff;
}

.course-status {
  background: rgb(255, 235, 59);
}

.cancelled-status {
  background: rgb(184, 0, 41);
  color: #fff;
}

.postponed-status {
  background: rgb(253, 141, 23);
}

.rescheduled-status {
  background: rgb(255, 199, 16);
}

.last-update-status {
  background: rgb(77, 45, 153);
  color: #fff;
}

.sidebar {
  width: 100%;
}
@media print, screen and (min-width: 40.0625em) {
  .sidebar {
    width: 50%;
  }
}

table.programme-catalogue-table {
  border-collapse: collapse;
}
table.programme-catalogue-table td,
table.programme-catalogue-table th {
  border: solid 2px rgb(227, 227, 228);
}
table.programme-catalogue-table th {
  background-color: rgb(213, 213, 214);
}
table.programme-catalogue-table tr:nth-child(even) {
  background-color: rgb(247, 247, 248);
}

.external-homepage .mdc-tab-bar.row {
  max-width: 948px;
}
@media screen and (min-width: 90em) {
  .external-homepage .mdc-tab-bar.row {
    max-width: 1164px;
  }
}

.mdc-tab-scroller {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2);
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
@media print, screen and (min-width: 40.0625em) {
  .mdc-tab-scroller {
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .mdc-tab-scroller {
    background-color: rgb(199, 254, 241);
  }
}
.mdc-tab-scroller .mdc-tab-scroller__scroll-area {
  background-color: #fff;
}
.mdc-tab-scroller .mdc-tab-scroller__scroll-area::after {
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), #fff 95%, #fff);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 95%, #fff);
  content: "";
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
}
@media print, screen and (min-width: 64.0625em) {
  .mdc-tab-scroller .mdc-tab-scroller__scroll-area::after {
    background: none;
  }
}
.mdc-tab-scroller .mdc-tab-scroller__scroll-area.remove-scroll-fade::after {
  background: none;
  content: "";
}
.mdc-tab-scroller .mdc-tab-scroller__scroll-content {
  background-color: #fff;
}
.mdc-tab-scroller .mdc-tab-scroller__scroll-content::before, .mdc-tab-scroller .mdc-tab-scroller__scroll-content::after {
  content: "";
  display: block;
  pointer-events: none;
  width: 14px;
}
@media screen and (max-width: 64em) {
  .mdc-tab-scroller .mdc-tab-scroller__scroll-content ::-webkit-scrollbar {
    display: none;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .mdc-tab-scroller .mdc-tab-scroller__scroll-content::before, .mdc-tab-scroller .mdc-tab-scroller__scroll-content::after {
    width: 11px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .mdc-tab-scroller .mdc-tab-scroller__scroll-content::before, .mdc-tab-scroller .mdc-tab-scroller__scroll-content::after {
    display: none;
  }
}
.mdc-tab-scroller a.mdc-tab {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-family: "Noto Sans", "Trebuchet MS", sans-serif;
  font-weight: 400;
  height: 56px;
  letter-spacing: 0.03em;
  min-width: auto;
  padding: 0 14px;
  position: relative;
  text-transform: none;
  -webkit-transition: 0.2s background-color, 0.2s color;
          transition: 0.2s background-color, 0.2s color;
}
@media print, screen and (min-width: 64.0625em) {
  .mdc-tab-scroller a.mdc-tab {
    height: 84px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.mdc-tab-scroller a.mdc-tab .mdc-tab__text-label {
  color: #000;
  font-weight: 400;
}
.mdc-tab-scroller a.mdc-tab:not(.mdc-tab--active):hover {
  background-color: rgba(247, 247, 248, 0.6);
}
.mdc-tab-scroller a.mdc-tab.no-hover:hover {
  background-color: #fff;
}
.mdc-tab-scroller a.mdc-tab.no-hover:hover .mdc-tab__text-label {
  color: #000;
}
.mdc-tab-scroller a.mdc-tab:focus {
  outline: none !important;
}
.mdc-tab-scroller a.mdc-tab.mdc-tab--active .mdc-tab__text-label {
  font-weight: 600;
}
.mdc-tab-scroller .mdc-tab-indicator__content--underline {
  border-color: rgb(236, 8, 54);
  border-top-width: 3px;
  height: 3px;
}
.mdc-tab-scroller .mdc-tab__ripple::before,
.mdc-tab-scroller .mdc-tab__ripple::after {
  background-color: rgb(143, 145, 148);
}
.mdc-tab-scroller .mdc-tab-bar-scroller__indicator {
  background-color: rgb(229, 255, 249);
  border-radius: 0;
  color: #000;
  display: none;
  font-weight: 400;
  height: 84px;
  min-width: auto;
  position: absolute;
  text-transform: none;
  -webkit-transition: 0.2s background-color, 0.2s color;
          transition: 0.2s background-color, 0.2s color;
  z-index: 1;
}
.mdc-tab-scroller .mdc-tab-bar-scroller__indicator::before {
  content: "";
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 50px;
}
.mdc-tab-scroller .mdc-tab-bar-scroller__indicator:hover {
  background-color: #fff;
  cursor: pointer;
}
.mdc-tab-scroller .mdc-tab-bar-scroller__indicator .mdc-tab__text-label {
  background-image: url("../../assets/university-of-bath/images/style/list-arrow-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999999px;
  width: 65px;
}
@media print, screen and (min-width: 64.0625em) {
  .mdc-tab-scroller .mdc-tab-bar-scroller__indicator {
    display: block;
  }
}
@media screen and (min-width: 90em) {
  .mdc-tab-scroller .mdc-tab-bar-scroller__indicator {
    display: none;
  }
}
.mdc-tab-scroller .mdc-tab-bar-scroller__indicator--back {
  display: none;
  left: -1px;
  padding-right: 52px;
}
.mdc-tab-scroller .mdc-tab-bar-scroller__indicator--back .mdc-tab__text-label {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mdc-tab-scroller .mdc-tab-bar-scroller__indicator--forward {
  padding-left: 46px;
  right: -1px;
}
.mdc-tab-scroller .mdc-tab-bar-scroller__indicator--forward .mdc-tab__text-label {
  width: 50px;
}

.external-homepage .tab-pane-wrapper.row {
  max-width: 948px;
  overflow: hidden;
}
@media screen and (min-width: 90em) {
  .external-homepage .tab-pane-wrapper.row {
    max-width: 1164px;
  }
}

.tab-section {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  float: left;
  height: 100%;
  max-width: 66.6666666667rem;
  width: 100%;
}
@media print, screen and (min-width: 64.0625em) {
  .tab-section {
    margin-top: 0;
  }
}
.tab-section:not(.tab-pane--active) {
  visibility: hidden;
}

.tabs-title > a:hover {
  background: rgb(199, 199, 201);
  color: #1468a0;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background-color: #fff;
  color: #000;
  outline: none !important;
}

.tabs-content {
  background: transparent;
  border: none;
  height: 100%;
  position: relative;
  width: 100%;
}
.tabs-content.transition {
  -webkit-transition: left 0.4s ease-in-out;
          transition: left 0.4s ease-in-out;
}

@media screen and (max-width: 64em) {
  .no-js .mdc-tab-bar {
    display: none;
  }
}

body > footer {
  background-color: rgb(32, 35, 41);
  color: #fff;
  padding: 56px 0;
}
@media print, screen and (min-width: 40.0625em) {
  body > footer ul {
    margin-bottom: 0;
  }
}

.footer-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.copyright {
  border-bottom: 7px solid rgb(236, 8, 54);
  display: inline-block;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 14px;
  padding-bottom: 28px;
  text-decoration: none;
}

.suggest-improvement {
  text-align: left;
}
@media print, screen and (min-width: 40.0625em) {
  .suggest-improvement {
    text-align: right;
  }
}
.suggest-improvement a {
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  text-decoration: none;
}

/*** Single logo display header ***/
.university-header {
  background-color: #fff;
  display: none;
  padding: 14px 0;
}
@media print, screen and (min-width: 40.0625em) {
  .university-header {
    display: block;
  }
}
.university-header .brand {
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 40.0625em) {
  .university-header .brand {
    display: block;
    max-width: 40%;
  }
}
.university-header .university-header-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.university-header .logo {
  background-image: url("../../assets/university-of-bath/images/logo/uob-logo-standard.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  font-size: 0;
  height: 56px;
  margin: 0 auto;
  width: 180px;
}
@media print, screen and (min-width: 40.0625em) {
  .university-header .logo {
    background-position: left center;
    margin: 0;
  }
}

/*** End of single logo display header ***/
/*** Dual logo display header ***/
.university-brand-header {
  background-color: #fff;
  display: none;
  height: -webkit-fit-content;
  height: fit-content;
}
@media print, screen and (min-width: 40.0625em) {
  .university-brand-header {
    display: block;
  }
}
.university-brand-header .university-brand {
  text-align: center;
  min-height: 26px;
}
@media print, screen and (min-width: 40.0625em) {
  .university-brand-header .university-brand {
    display: block;
    max-width: 40%;
  }
}
.university-brand-header .university-brand-header-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-wrapper {
  position: -webkit-sticky;
  position: sticky;
  z-index: 9999;
}
@media print, screen and (min-width: 40.0625em) {
  .header-wrapper {
    display: block;
    top: 0;
    width: 100%;
  }
}
.header-wrapper .column .shrink, .header-wrapper .columns .shrink {
  max-height: 56px;
}
.header-wrapper header {
  /* background-color: palette(pri, 04); //#202329 */
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 40em) {
  .header-wrapper header {
    top: 0;
    width: 100%;
  }
}

/*** Dual logo display header ***/
.logo-1 {
  font-size: 0;
  height: 56px;
  margin: 14px auto;
  width: 180px;
  position: relative;
  -webkit-transition: height ease-in;
          transition: height ease-in;
  margin: 0 auto;
}

.logo-1-background {
  background-image: url("../../assets/university-of-bath/images/logo/uob-logo-standard.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 40.0625em) {
  .logo-1-background {
    margin: 14px 0;
  }
}

.logo-2 {
  background-image: url("../../assets/university-of-bath/images/logo/uob-logo-wordmark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  margin: 0;
  height: 100%;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  width: 200px;
  animation: fadeIn ease 0.5s;
  -webkit-animation: fadeIn ease 0.5s;
  -moz-animation: fadeIn ease 0.5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.reverse {
  color: #fff;
}

.screen-reader {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.skip-content {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: -999px;
  width: 0;
  z-index: -999;
}
.skip-content:focus, .skip-content:active, .skip-content:active:hover {
  background-color: #fff;
  color: #000;
  font-size: 18px;
  height: auto;
  left: 0;
  line-height: 27px;
  margin: 70px 18px 0;
  outline: 4px solid orange;
  padding: 14px 9px;
  text-align: center;
  top: 0;
  width: calc(100% - 36px);
  z-index: 10000;
}
@media print, screen and (min-width: 64.0625em) {
  .skip-content:focus, .skip-content:active, .skip-content:active:hover {
    font-size: 24px;
    line-height: 36px;
    margin: 9.3333333333px 9px 0;
    padding: 14px 36px;
    width: auto;
  }
}

.v-center {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media print, screen and (min-width: 40.0625em) {
  .align-left {
    margin: 0 50% 0 0;
  }
}

@media print, screen and (min-width: 40.0625em) {
  .align-right {
    margin: 0 0 0 50%;
  }
}

.single-item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0;
  width: 100%;
}
@media print, screen and (min-width: 40.0625em) {
  .single-item {
    -ms-flex-preferred-size: calc(80% + (18px * 2));
        flex-basis: calc(80% + (18px * 2));
    width: calc(80% + (18px * 2));
  }
}
@media print, screen and (min-width: 64.0625em) {
  .single-item {
    -ms-flex-preferred-size: calc(60% + (18px * 2));
        flex-basis: calc(60% + (18px * 2));
    width: calc(60% + (18px * 2));
  }
}

.inline-heading {
  float: left;
  width: 100%;
}
@media print, screen and (min-width: 64.0625em) {
  .inline-heading {
    padding-right: 18px;
    width: 75%;
  }
}

.large-padding {
  padding: 42px 0;
}
@media print, screen and (min-width: 40.0625em) {
  .large-padding {
    padding: 84px 0;
  }
}
.large-padding-bottom {
  padding: 0 0 42px;
}
@media print, screen and (min-width: 40.0625em) {
  .large-padding-bottom {
    padding: 0 0 84px;
  }
}
.large-padding-top {
  padding: 42px 0 0;
}
@media print, screen and (min-width: 40.0625em) {
  .large-padding-top {
    padding: 84px 0 0;
  }
}

.medium-padding {
  padding: 42px 0;
}
@media print, screen and (min-width: 40.0625em) {
  .medium-padding {
    padding: 56px 0;
  }
}
.medium-padding-bottom {
  padding: 0 0 42px;
}
@media print, screen and (min-width: 40.0625em) {
  .medium-padding-bottom {
    padding: 0 0 56px;
  }
}
.medium-padding-top {
  padding: 42px 0 0;
}
@media print, screen and (min-width: 40.0625em) {
  .medium-padding-top {
    padding: 56px 0 0;
  }
}

.small-padding {
  padding: 28px 0;
}
.small-padding-bottom {
  padding: 0 0 28px;
}
.small-padding-top {
  padding: 28px 0 0;
}

.half-padding {
  padding: 14px 0;
}
.half-padding-bottom {
  padding: 0 0 14px;
}
.half-padding-top {
  padding: 14px 0 0;
}

.stack-section + .stack-section {
  padding-top: 0;
}

.pull-right {
  float: none;
}
@media print, screen and (min-width: 40.0625em) {
  .pull-right {
    float: right;
    margin-left: 36px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .pull-right {
    margin-left: 45px;
    margin-right: calc(-25% + (18px * 2));
  }
}

.pull-left {
  float: none;
}
@media print, screen and (min-width: 40.0625em) {
  .pull-left {
    float: left;
    margin-right: 36px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .pull-left {
    margin-left: calc(-25% + (18px * 2));
    margin-right: 45px;
  }
}

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

.no-border {
  border: none;
}
.no-border img {
  border: none;
}

.bg-black {
  background-color: #000;
  color: #fff;
}

.bg-white {
  background-color: #fff;
  color: #000;
}

.bg-steel {
  background-color: rgb(199, 199, 201);
}

.bg-steel-50-light {
  background-color: rgb(227, 227, 228);
}

.bg-steel-75-light,
.bg-steel-75-light-alternate:nth-child(odd) {
  background-color: rgb(240, 240, 241);
}

.bg-steel-85-light {
  background-color: rgb(247, 247, 248);
}

.bg-granite {
  background-color: rgb(32, 35, 41);
  color: #fff;
}

.bg-granite-10-light {
  background-color: rgb(54, 57, 62);
  color: #fff;
}

.bg-coral {
  background-color: rgb(236, 8, 54);
  color: #fff;
}

.bg-coral-50-dark {
  background-color: rgb(129, 0, 29);
  color: #fff;
}

.bg-citrus {
  background-color: rgb(255, 235, 59);
}

.bg-citrus-25-light {
  background-color: rgb(255, 240, 108);
}

.bg-citrus-50-light {
  background-color: rgb(255, 245, 157);
}

.bg-citrus-75-dark {
  background-color: rgb(235, 109, 0);
  color: #fff;
}

.bg-citrus-90-dark {
  background-color: rgb(198, 80, 1);
  color: #fff;
}

.bg-violet {
  background-color: rgb(103, 58, 183);
  color: #fff;
}

.bg-violet-25-dark {
  background-color: rgb(77, 45, 153);
  color: #fff;
}
.bg-violet-25-dark a {
  color: #fff;
}

.bg-violet-50-dark {
  background-color: rgb(50, 25, 112);
  color: #fff;
}
.bg-violet-50-dark a {
  color: #fff;
}
.bg-violet-50-dark a:visited {
  color: rgb(179, 159, 219);
}
.bg-violet-50-dark a:hover {
  color: rgb(137, 227, 240);
}
.bg-violet-50-dark a:active, .bg-violet-50-dark a:focus {
  color: rgb(78, 213, 232);
}

.bg-mint {
  background-color: rgb(100, 255, 218);
}

.bg-mint-75-light {
  background-color: rgb(199, 254, 241);
}

.bg-mint-10-dark {
  background-color: rgb(0, 230, 176);
}

.bg-cornflower {
  background-color: rgb(20, 200, 225);
}

.bg-cornflower-25-light {
  background-color: rgb(78, 213, 232);
}

.bg-cornflower-50-light {
  background-color: rgb(137, 227, 240);
}

.bg-cornflower-50-dark {
  background-color: rgb(0, 100, 115);
  color: #fff;
}

.bg-cornflower-60-dark {
  background-color: rgb(8, 80, 90);
  color: #fff;
}

.no-js-hide {
  display: none;
}

.external-homepage .university-brand-header .row {
  max-width: 66.6666666667rem;
}

.external-homepage .row {
  display: block;
  float: none !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 984px;
  width: 100%;
}
@media screen and (min-width: 90em) {
  .external-homepage .row {
    max-width: 1200px;
  }
}

.promoted-section,
.embed-section,
.news-section,
.social-media-stripe-section {
  margin-top: 14px;
}
@media print, screen and (min-width: 40.0625em) {
  .promoted-section,
.embed-section,
.news-section,
.social-media-stripe-section {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .promoted-section,
.embed-section,
.news-section,
.social-media-stripe-section {
    margin-top: 2px;
  }
}

.tab-bar-section {
  background-color: rgb(199, 254, 241);
}

.tabbed-section {
  background-image: -webkit-linear-gradient(#d7fef5, #d7f6fa);
  background-image: linear-gradient(#d7fef5, #d7f6fa);
}

.promoted-section,
.embed-section {
  background-image: -webkit-linear-gradient(45deg, #ebe4f4, #fdf9fa);
  background-image: linear-gradient(45deg, #ebe4f4, #fdf9fa);
}

.news-section {
  background-image: -webkit-linear-gradient(135deg, #f4fdfc, #d6fdfd);
  background-image: linear-gradient(-45deg, #f4fdfc, #d6fdfd);
}

.social-media-stripe-section {
  background-image: -webkit-linear-gradient(left, #78dfed, #afffec);
  background-image: linear-gradient(to right, #78dfed, #afffec);
}

@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .external-homepage .university-brand-header .column,
.external-homepage .university-brand-header .columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.external-homepage .column,
.external-homepage .columns {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 25.0625em) {
  .external-homepage .column,
.external-homepage .columns {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 37.5625em) {
  .external-homepage .column,
.external-homepage .columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .external-homepage .column,
.external-homepage .columns {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.external-homepage,
.external-homepage .action-list li,
.external-homepage p,
.external-homepage ul li {
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 29px;
}
.external-homepage .university-nav-tray ul li {
  font-size: 16px;
  letter-spacing: normal;
  line-height: 18px;
}
.external-homepage .university-brand-header-flex ul li {
  font-size: 18px;
  letter-spacing: normal;
  line-height: 33px;
}
@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .external-homepage .university-brand-header-flex ul li {
    font-size: 16px;
    line-height: 29px;
  }
}
.external-homepage p {
  margin-bottom: 18.6666666667px;
  margin-top: 0;
}
.external-homepage h1,
.external-homepage h2,
.external-homepage h3,
.external-homepage h4,
.external-homepage h5,
.external-homepage h6 {
  margin-top: 0;
}
.external-homepage figure,
.external-homepage figure img,
.external-homepage img {
  border: 0;
  margin: 0;
  padding: 0;
}
.external-homepage .button {
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
  text-transform: none;
}
.external-homepage .section-heading {
  margin: 0;
  padding: 28px 18px 7px;
}
@media print, screen and (min-width: 40.0625em) {
  .external-homepage .section-heading {
    background-color: #fff;
    margin-bottom: 2px;
    padding: 28px 36px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .external-homepage .section-heading {
    padding: 28px 63px;
  }
}
.external-homepage .hero-bg {
  display: block;
}
.external-homepage .hero-fg {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), black);
  background-image: linear-gradient(rgba(0, 0, 0, 0), black);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: calc(100vh - (28px * 4));
  padding-bottom: 0;
}
@media print, screen and (min-width: 40.0625em) {
  .external-homepage .hero-fg {
    min-height: inherit;
  }
}
.external-homepage .published-date {
  font-size: 14px;
  line-height: 23px;
  text-decoration: none;
}
@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .external-homepage .embedded-item {
    margin-bottom: 28px;
  }
}
.external-homepage .caption {
  font-size: 16px;
  line-height: 29px;
  margin: 0;
}
@media print, screen and (min-width: 40.0625em) {
  .external-homepage .caption {
    font-size: 14px;
    line-height: 23px;
  }
}
.external-homepage .university-header .row,
.external-homepage .university-nav-bar .row,
.external-homepage .university-footer .row {
  max-width: 66.6666666667rem;
}
.external-homepage .university-header .column,
.external-homepage .university-header .columns,
.external-homepage .university-nav-bar .column,
.external-homepage .university-nav-bar .columns,
.external-homepage .university-footer .column,
.external-homepage .university-footer .columns {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .external-homepage .university-header .column,
.external-homepage .university-header .columns,
.external-homepage .university-nav-bar .column,
.external-homepage .university-nav-bar .columns,
.external-homepage .university-footer .column,
.external-homepage .university-footer .columns {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.external-homepage .university-header li {
  letter-spacing: normal;
}
@media print, screen and (min-width: 64.0625em) {
  .external-homepage .university-header li {
    font-size: 18px;
    line-height: 31px;
  }
}
.external-homepage .university-footer ul {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-before: 18px;
          margin-block-start: 18px;
}
@media screen and (max-width: 40em) {
  .external-homepage .university-footer ul {
    -webkit-margin-after: 18px;
            margin-block-end: 18px;
  }
}
.external-homepage .university-footer ul li {
  line-height: 28px;
}
.external-homepage .university-footer a {
  letter-spacing: normal;
  line-height: 28px;
}
@media print, screen and (min-width: 64.0625em) {
  .external-homepage .university-footer a {
    font-size: 18px;
    line-height: 31px;
  }
}
.external-homepage .university-footer .copyright {
  font-size: 24px;
  line-height: 36px;
  font-size: 24px;
  line-height: 36px;
}

.section-wrapper {
  background-color: #fff;
  border: 1px solid #fff;
  margin: 14px 0;
  padding: 14px;
}
@media print, screen and (min-width: 40.0625em) {
  .section-wrapper {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 40em) {
  .mobile-shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}

.text-block {
  padding: 14px 0;
}
@media print, screen and (min-width: 40.0625em) {
  .text-block {
    padding: 28px 36px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .text-block {
    padding: 28px 63px;
  }
}
.text-block > :first-child {
  margin-top: 0;
}
.text-block > :last-child {
  margin-bottom: 0;
}

.link-wrapper {
  padding: 28px 36px;
}
@media print, screen and (min-width: 64.0625em) {
  .link-wrapper {
    padding: 40px 25px;
  }
}
@media screen and (min-width: 90em) {
  .link-wrapper {
    padding: 50px 30px;
  }
}
.link-wrapper .link-heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 18px 0 0;
  text-decoration: underline;
}
@media print, screen and (min-width: 40.0625em) {
  .link-wrapper .link-heading {
    margin-bottom: 14px;
    padding: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .link-wrapper .link-heading {
    font-weight: 700;
  }
}
.link-wrapper .link-summary {
  text-decoration: none;
}

.dual-block {
  display: block;
  height: 50%;
  overflow: hidden;
  text-decoration: none;
}
.dual-block:not(:first-of-type) {
  margin-top: 14px;
}
@media print, screen and (min-width: 40.0625em) {
  .dual-block:not(:first-of-type) {
    margin-top: 1.75px;
  }
}
.dual-block:first-of-type .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 100%;
}
@media print, screen and (min-width: 64.0625em) {
  .dual-block:first-of-type .flex-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.dual-block:last-of-type .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 100%;
}
.dual-block .dual-block-image {
  width: 35%;
}
@media print, screen and (min-width: 40.0625em) {
  .dual-block .dual-block-image {
    display: none;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .dual-block .dual-block-image {
    display: block;
    width: 50%;
  }
}
.dual-block .dual-block-text {
  min-height: 112px;
  position: relative;
  width: 65%;
}
@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .dual-block .dual-block-text {
    padding: 14px 18px;
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .dual-block .dual-block-text {
    height: 0;
    padding-bottom: 50%;
    width: 50%;
  }
}
.dual-block .link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 18px;
}
@media print, screen and (min-width: 64.0625em) {
  .dual-block .link-wrapper {
    overflow: hidden;
    padding: 28px 18px;
    position: absolute;
    top: 8px;
    width: 100%;
  }
}
.dual-block .link-summary {
  display: none;
}
@media screen and (min-width: 90em) {
  .dual-block .link-summary {
    display: block;
  }
}

.single-block {
  display: block;
  height: 100%;
  text-decoration: none;
}

.more-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2px;
}
@media print, screen and (min-width: 64.0625em) {
  .more-news {
    background: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.more-news-item {
  background-color: #fff;
  margin-bottom: 14px;
  margin-top: 14px;
  text-decoration: none;
  width: 100%;
}
@media print, screen and (min-width: 64.0625em) {
  .more-news-item {
    background-color: rgb(32, 35, 41);
    margin: 0;
    min-height: 235.5px;
    width: 25%;
  }
  .more-news-item:link, .more-news-item:visited {
    color: #fff;
  }
  .more-news-item:hover, .more-news-item:active, .more-news-item:focus {
    color: rgb(252, 72, 113);
  }
  .more-news-item:not(:first-of-type) {
    margin-left: 2px;
  }
}
@media screen and (min-width: 90em) {
  .more-news-item {
    min-height: 289.5px;
  }
}
.more-news-item :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .more-news-item .cta-header {
    min-height: 40px;
  }
}
@media screen and (min-width: 90em) {
  .more-news-item .cta-header {
    min-height: 75px;
  }
}
.more-news-item .published-date {
  display: none;
}
@media print, screen and (min-width: 64.0625em) {
  .more-news-item .published-date {
    display: block;
  }
}
.more-news-item.dark-bg {
  background-color: rgb(32, 35, 41);
}
.more-news-item.dark-bg:link, .more-news-item.dark-bg:visited {
  color: #fff;
}
.more-news-item.dark-bg:hover, .more-news-item.dark-bg:active, .more-news-item.dark-bg:focus {
  color: rgb(252, 72, 113);
}
