﻿@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.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-cw-1turn;
          animation-name: spin-cw-1turn;
}

@keyframes spin-cw-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;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */
body {
  margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none;
}

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

html {
  font-size: 100%;
  box-sizing: border-box;
}

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

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

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

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

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

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

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

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

.visuallyhidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.row {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before, .row::after {
  content: ' ';
  display: table;
}

.row::after {
  clear: both;
}

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

.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

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

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}

@media screen and (min-width: 40em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

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

.small-1 {
  width: 8.3333333333%;
}

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

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

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

.small-2 {
  width: 16.6666666667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.3333333333%;
}

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

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

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

.small-5 {
  width: 41.6666666667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.3333333333%;
}

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

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

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

.small-8 {
  width: 66.6666666667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.3333333333%;
}

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

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

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

.small-11 {
  width: 91.6666666667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

.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 {
  width: 50%;
  float: left;
}

.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 {
  width: 33.3333333333%;
  float: left;
}

.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 {
  width: 25%;
  float: left;
}

.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 {
  width: 20%;
  float: left;
}

.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 {
  width: 16.6666666667%;
  float: left;
}

.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 {
  width: 14.2857142857%;
  float: left;
}

.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 {
  width: 12.5%;
  float: left;
}

.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-left: 0;
  padding-right: 0;
}

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

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

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

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

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .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 {
    width: 50%;
    float: left;
  }
  .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 {
    width: 33.3333333333%;
    float: left;
  }
  .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 {
    width: 25%;
    float: left;
  }
  .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 {
    width: 20%;
    float: left;
  }
  .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 {
    width: 16.6666666667%;
    float: left;
  }
  .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 {
    width: 14.2857142857%;
    float: left;
  }
  .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 {
    width: 12.5%;
    float: left;
  }
  .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-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .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 {
    width: 50%;
    float: left;
  }
  .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 {
    width: 33.3333333333%;
    float: left;
  }
  .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 {
    width: 25%;
    float: left;
  }
  .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 {
    width: 20%;
    float: left;
  }
  .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 {
    width: 16.6666666667%;
    float: left;
  }
  .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 {
    width: 14.2857142857%;
    float: left;
  }
  .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 {
    width: 12.5%;
    float: left;
  }
  .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-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover, a:focus-visible {
  color: #1585cf;
}

a img {
  border: 0;
}

hr {
  max-width: 90rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

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

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
          transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fff;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus-visible {
  background-color: #1583cc;
  color: #fff;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #2199e8;
  color: #fff;
}

.button.primary:hover, .button.primary:focus-visible {
  background-color: #147cc0;
  color: #fff;
}

.button.secondary {
  background-color: #777;
  color: #fff;
}

.button.secondary:hover, .button.secondary:focus-visible {
  background-color: #5f5f5f;
  color: #fff;
}

.button.success {
  background-color: #3adb76;
  color: #fff;
}

.button.success:hover, .button.success:focus-visible {
  background-color: #22bb5b;
  color: #fff;
}

.button.alert {
  background-color: #ec5840;
  color: #fff;
}

.button.alert:hover, .button.alert:focus-visible {
  background-color: #da3116;
  color: #fff;
}

.button.warning {
  background-color: #ffae00;
  color: #fff;
}

.button.warning:hover, .button.warning:focus-visible {
  background-color: #cc8b00;
  color: #fff;
}

.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus-visible {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus-visible {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow.primary:hover, .button.hollow.primary:focus-visible {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus-visible {
  border-color: #3c3c3c;
  color: #3c3c3c;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus-visible {
  border-color: #157539;
  color: #157539;
}

.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}

.button.hollow.alert:hover, .button.hollow.alert:focus-visible {
  border-color: #881f0e;
  color: #881f0e;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus-visible {
  border-color: #805700;
  color: #805700;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}

.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: 0.2em;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
          transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus-visible, [type='password']:focus-visible, [type='date']:focus-visible, [type='datetime']:focus-visible, [type='datetime-local']:focus-visible, [type='month']:focus-visible, [type='week']:focus-visible, [type='email']:focus-visible, [type='number']:focus-visible, [type='search']:focus-visible, [type='tel']:focus-visible, [type='time']:focus-visible, [type='url']:focus-visible, [type='color']:focus-visible,
textarea:focus-visible {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
          transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default;
}

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}

@media screen and (min-width: 0 \0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #e6e6e6;
  cursor: default;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
}

.is-invalid-input:not(:focus-visible) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-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-visible {
  position: static !important;
  height: auto;
  width: 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;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
}

.clearfix::after {
  clear: both;
}

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}

.accordion-title:hover, .accordion-title:focus-visible {
  background-color: #e6e6e6;
}

.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}

.is-active > .accordion-title::before {
  content: '–';
}

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe;
}

.is-accordion-submenu-parent > a {
  position: relative;
}

.is-accordion-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe;
}

.badge.secondary {
  background: #777;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #fefefe;
}

.badge.alert {
  background: #ec5840;
  color: #fefefe;
}

.badge.warning {
  background: #ffae00;
  color: #fefefe;
}

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}

.breadcrumbs::before, .breadcrumbs::after {
  content: ' ';
  display: table;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}

.breadcrumbs a {
  color: #2199e8;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.button-group::before, .button-group::after {
  content: ' ';
  display: table;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  float: left;
  margin: 0;
  font-size: inherit;
}

.button-group .button:not(:last-child) {
  border-right: 1px solid #fefefe;
}

.button-group.tiny {
  font-size: 0.6rem;
}

.button-group.small {
  font-size: 0.75rem;
}

.button-group.large {
  font-size: 1.25rem;
}

.button-group.expanded {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}

.button-group.expanded .button {
  display: table-cell;
  float: none;
}

.button-group.primary .button {
  background-color: #2199e8;
  color: #fefefe;
}

.button-group.primary .button:hover, .button-group.primary .button:focus-visible {
  background-color: #147cc0;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #777;
  color: #fefefe;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus-visible {
  background-color: #5f5f5f;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #fefefe;
}

.button-group.success .button:hover, .button-group.success .button:focus-visible {
  background-color: #22bb5b;
  color: #fefefe;
}

.button-group.alert .button {
  background-color: #ec5840;
  color: #fefefe;
}

.button-group.alert .button:hover, .button-group.alert .button:focus-visible {
  background-color: #da3116;
  color: #fefefe;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe;
}

.button-group.warning .button:hover, .button-group.warning .button:focus-visible {
  background-color: #cc8b00;
  color: #fefefe;
}

.button-group.stacked .button, .button-group.stacked-for-small .button {
  width: 100%;
}

.button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child) {
  border-right: 1px solid;
}

@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
  }
  .button-group.stacked-for-small .button:not(:last-child) {
    border-right: 1px solid #fefefe;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    border-right: 0;
  }
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white;
}

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

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #def0fc;
}

.callout.secondary {
  background-color: #ebebeb;
}

.callout.success {
  background-color: #e1faea;
}

.callout.alert {
  background-color: #fce6e2;
}

.callout.warning {
  background-color: #fff3d9;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus-visible {
  color: #0a0a0a;
}

/**
 * Menu button
 */

.navButton {
  float: right;
  margin-right: 10px;
  padding: 17px 10px;
  border: none;
  border-radius: 2px;
  height: 100%;
}

@media screen and (min-width: 640px) {
  .navButton {
    padding: 29px 7px;
  }
}

@media screen and (min-width: 1281px) {
  .navButton {
    display: none;
  }
}

.navButton:hover {
  opacity: 1;
  border-bottom: 0;
}

.navButton__bar {
  display: block;
  width: 25px;
  height: 2px;
  margin: 7px auto;
  background-color: #fff;
  -webkit-transition: ease all 0.2s;
  transition: ease all 0.2s;
}

.navButton__bar:nth-of-type(4) {
  margin-top: -9px;
}

.move-left .navButton__bar:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.move-left .navButton__bar:nth-of-type(4) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.move-left .navButton__bar:nth-of-type(2),
.move-left .navButton__bar:nth-of-type(5) {
  opacity: 0;
}

/**
 * Search button
 */

.searchButton {
  position: relative;
  float: right;
  padding: 17px 10px;
  width: 45px;
  height: 71px;
  background: url("../images/bg/magGlass.svg") no-repeat center;
}

.searchButton--active {
  background: url("../images/bg/close.svg") no-repeat center;
}

.searchButton--active::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #f4f4f4;
  border-left: 9px solid transparent;
  bottom: 0;
  left: 50%;
  margin-left: -9px;
  position: absolute;
}

.searchButton:hover {
  opacity: 1;
  border-bottom: 0;
}

@media screen and (min-width: 640px) {
  .searchButton {
    padding: 29px 7px;
    height: 92px;
  }
}

@media screen and (min-width: 1281px) {
  .searchButton {
    height: 73px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 1281px) {
  .searchButton {
    height: 89px;
  }
}

/**
 * Offcanvas wrap
 */

@media screen and (max-width: 1280px) {
  .offcanvas-wrap {
    position: relative;
    width: 100%;
    /* overflow: hidden; RT - ZEN: Interferes with course sticky */
    backface-visibility: hidden;
  }

  .offcanvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .offcanvas-wrap.move-left .offcanvas-content,
  .offcanvas-wrap.move-left .logoBrunel,
  .offcanvas-wrap.move-left .navButton,
  .offcanvas-wrap.move-left .searchButton {
    transform: translateX(-250px);
  }
}

/**
 * Offcanvas content
 */

@media screen and (max-width: 1280px) {
  .logoBrunel,
  .navButton,
  .searchButton {
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    backface-visibility: hidden;
  }
}

/**
 * Offcanvas Exit
 */

@media screen and (max-width: 1280px) {
  .offcanvas-exit {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    cursor: pointer;
    backface-visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .offcanvas-exit:hover {
    opacity: 0;
  }
}

@media screen and (min-width: 1280px) {
  .offcanvas-exit {
    display: none;
  }
}

/**
 * Offcanvas panel
 */

@media screen and (max-width: 1280px) {
  .mainNav {
    backface-visibility: hidden;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    background: #EFF0F0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease, visibility 0.5s ease;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    top: 40px;
    right: 0;
    width: 250px;
    /* height: 100%; */
    height: auto;  /* NS July 2020 changed from 100% to auto as last subject on the menu wasn't showing due to offset */
    box-shadow: -2px 0 5px 0 rgba(0, 0, 0, 0.2);
    transform: translateX(250px);
  }

  .mainNav * {
    backface-visibility: hidden;
  }
}

/**
 * Offcanvas animations
 */

@media screen and (max-width: 1280px) {
  .mainNav.is-open {
    visibility: visible;
    transform: translate(0, 0);
  }

  .offcanvas-wrap.move-left .offcanvas-exit {
    opacity: 1;
    visibility: visible;
  }

  .offcanvas-wrap.move-left .offcanvas-exit:hover {
    opacity: 1;
  }
}

/**
 * Offcanvas no-transforms fallback
 */

@media screen and (max-width: 1280px) {
  .no-csstransforms .offcanvas-content {
    position: relative;
  }

  .no-csstransforms .offcanvas-wrap.move-left .offcanvas-content {
    right: 250px;
  }

  .no-csstransforms .mainNav {
    right: -250px;
  }

  .no-csstransforms .mainNav.is-open {
    right: 0;
  }
}

/**
 * Main menu contents
 */

.mainNav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mainNav li {
  margin: 0;
}

.mainNav a {
  display: block;
  font-size: 0.88em; /* was 15px */
}

.mainNav a:hover {
  opacity: 1;
  border-bottom: 0;
}

/* desktop */
@media screen and (min-width: 1281px) {
  .mainNav {
    float: right;
  }

  .mainNav .mainNav__level1 {
    float: left;
    margin: 0 4px;
    height: 73px;
  }

/* RT: Removes top-nav down arrows
    .mainNav .hasul:after {
    background: url("../images/white-arrow2.svg") no-repeat 0px 0;
    content: "";
    width: 12px;
    height: 7px;
    display: inline-block;
    position: relative;
    top: -2px;
  }
*/

  .mainNav .mainNav__level1Link {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    color: #fff;
    font-weight: 600;
    line-height: 73px;
  }

  .mainNav .mainNav__level1Link:hover {
    color: #fff;
    border-bottom: 0;
  }

  /* triangle point */
  .mainNav .hasul.mainNav--active .mainNav__level1Link::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #f4f4f4;
    border-left: 9px solid transparent;
    bottom: 0;
    left: 50%;
    margin-left: -9px;
    position: absolute;
  }

  .mainNav .mainNav__level2Link {
    padding: 5px 0;
    color: #00325B;
    font-weight: 600;
    font-size: 0.83em; /* was 14px */
    line-height: 16px;
  }

  .mainNav .megamenu__titleBlock {
    margin-bottom: 18px;
  }

  .mainNav .megamenu__titleLink {
    display: inline-block;
    color: #00325B;
    font-size: 1em; /* was 17px */
    font-weight: 600;
    border-bottom: 1px solid #00325B;
  }

  .mainNav .megamenu__titleLink:hover {
    border-bottom: 1px solid #00325B;
  }

  .mainNav .megamenu__back {
    display: none;
  }

  /* panel */
  .mainNav .megamenu {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    padding: 18px;
    background-color: #f4f4f4;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    z-index: 1;
  }

  .mainNav .mainNav--active .megamenu {
    display: block;
  }

  /* panel dropdown style */
  .mainNav .mainNav__level1--singleCol {
    position: relative;
  }

  .mainNav .megamenu--dropdown {
    width: 300px;
  }

  .mainNav .megamenu__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }

  .mainNav .megamenuColumn {
    float: left;
    width: 25%;
    padding: 0 12px;
  }

  .mainNav .megamenuColumn__list > .mainNav__level2:first-child {
    padding-top: 51px;
  }
}

@media screen and (min-width: 1100px) {
  .mainNav .mainNav__level1 {
    margin: 0 7px;
  }
}

@media screen and (min-width: 1281px) {
  .mainNav .mainNav__level1 {
    height: 89px;
  }

  .mainNav .mainNav__level1Link {
    line-height: 89px;
  }
}

/* mobile only */
@media screen and (max-width: 1280px) {
  .mainNav a {
    padding: 11px 45px 11px 16px;
    color: #00325b;
    line-height: 18px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #bfbfbf;
  }

  .mainNav a:hover {
    color: #00325b;
    border-bottom: 1px solid #bfbfbf;
  }

  .mainNav .megamenu__back::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent #00325b transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
  }

  .mainNav .megamenu__titleLink {
    display: block;    
    font-size: 17px;
    font-weight: 600;
    padding: 11px 45px 11px 16px;
  color: #00325b;
    line-height: 18px;
    background: #f4f4f4;
    border-bottom: 1px solid #bfbfbf;    
  }

  /* panel */
  .mainNav .megamenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    height: 100%;
    width: 100%;
    -webkit-transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
  }

  .mainNav .mainNav--active .megamenu {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .mainNav .hasul .mainNav__level1Link {
    position: relative;
  }

  .mainNav .hasul .mainNav__level1Link::after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e900";
    position: absolute;
    bottom: 15px;
    right: 25px;
    color: #00325b;
  }
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
          transition: transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
  position: relative;
}

.is-drilldown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane,
.dropdownAllScreens-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}

.dropdown-pane.is-open,
.dropdownAllScreens-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny,
.dropdownAllScreens-pane.tiny {
  width: 100px;
}

.dropdown-pane.small,
.dropdownAllScreens-pane.small {
  width: 200px;
}

.dropdown-pane.large,
.dropdownAllScreens-pane.large {
  width: 400px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub {
  top: 100%;
  left: 0;
  right: auto;
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-menu.vertical > li .is-dropdown-submenu {
  top: 0;
  left: 100%;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  float: right;
  margin-top: 3px;
  margin-left: 10px;
}

.is-dropdown-submenu-parent.is-down-arrow a {
  padding-right: 1.5rem;
  position: relative;
}

.is-dropdown-submenu-parent.is-down-arrow > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 0.825rem;
  right: 5px;
}

.is-dropdown-submenu-parent.is-left-arrow > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  float: left;
  margin-left: 0;
  margin-right: 10px;
}

.is-dropdown-submenu-parent.is-right-arrow > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}

.is-dropdown-submenu-parent.is-left-arrow.opens-inner .is-dropdown-submenu {
  right: 0;
  left: auto;
}

.is-dropdown-submenu-parent.is-right-arrow.opens-inner .is-dropdown-submenu {
  left: 0;
  right: auto;
}

.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
  top: 100%;
}

.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe;
}

.label.secondary {
  background: #777;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #fefefe;
}

.label.alert {
  background: #ec5840;
  color: #fefefe;
}

.label.warning {
  background: #ffae00;
  color: #fefefe;
}

.media-object {
  margin-bottom: 1rem;
  display: block;
}

.media-object img {
  max-width: none;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    display: block;
    padding: 0;
    padding-bottom: 1rem;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section.middle {
  vertical-align: middle;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

.menu {
  margin: 0;
  list-style-type: none;
}

.menu > li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu > li > a > img,
.menu > li > a > i {
  vertical-align: middle;
}

.menu > li > a > span {
  vertical-align: middle;
}

.menu > li > a > img,
.menu > li > a > i {
  display: inline-block;
  margin-right: 0.25rem;
}

.menu > li {
  display: table-cell;
}

.menu.vertical > li {
  display: block;
}

@media screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal > li {
    display: table-cell;
  }
  .menu.xlarge-vertical > li {
    display: block;
  }
}

.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}

.menu.simple a {
  padding: 0;
}

.menu.align-right > li {
  float: right;
}

.menu.expanded {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.menu.expanded > li:first-child:last-child {
  width: 100%;
}

.menu.icon-top > li > a {
  text-align: center;
}

.menu.icon-top > li > a > img,
.menu.icon-top > li > a > i {
  display: block;
  margin: 0 auto 0.25rem;
}

.menu.nested {
  margin-left: 1rem;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

html,
body {
  height: 100%;
}

.orbit {
  position: relative;
}

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

.orbit-slide {
  width: 100%;
  max-height: 100%;
}

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

.orbit-figure {
  margin: 0;
}

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

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

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus-visible, .orbit-next:focus-visible {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

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

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  background-color: #cacaca;
  border-radius: 50%;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
  content: ' ';
  display: table;
}

.pagination::after {
  clear: both;
}

.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2199e8;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: default;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  content: '…';
  padding: 0.1875rem 0.625rem;
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '«';
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '»';
  display: inline-block;
  margin-left: 0.5rem;
}

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}

.progress.primary .progress-meter {
  background-color: #2199e8;
}

.progress.secondary .progress-meter {
  background-color: #777;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.alert .progress-meter {
  background-color: #ec5840;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
          transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 0;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #1583cc;
}

.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
          transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

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

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  margin: 6.25rem auto 0;
  background-color: #fefefe;
  border-radius: 0;
  position: absolute;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 90rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 90rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 90rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 90rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
}

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem;
}

.switch-input {
  opacity: 0;
  position: absolute;
}

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  -webkit-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  background: #fefefe;
  content: '';
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  -webkit-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 0;
}

input:checked ~ .switch-paddle {
  background: #2199e8;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus-visible ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table thead,
table tbody,
table tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

table caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

table thead,
table tfoot {
  background: #f8f8f8;
  color: #0a0a0a;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

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

table tbody th,
table tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
  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 tr:hover {
  background-color: #f9f9f9;
}

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
}

.tabs::before, .tabs::after {
  content: ' ';
  display: table;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #2199e8;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus-visible {
  background: #1893e4;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 12px;
  color: #2199e8;
}

.tabs-title > a:hover {
  background: #fefefe;
}

.tabs-title > a:focus-visible, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
}

.tabs-content {
  background: #fefefe;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -webkit-transition: box-shadow 200ms ease-out;
          transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}

.thumbnail:hover, .thumbnail:focus-visible {
  box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
}

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem;
}

.title-bar::before, .title-bar::after {
  content: ' ';
  display: table;
}

.title-bar::after {
  clear: both;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

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

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: -webkit-calc(100% + 0.6495rem);
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0;
}

.tooltip::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #0a0a0a;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.top::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #0a0a0a transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #0a0a0a;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.right::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #0a0a0a transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-bar {
  padding: 0.5rem;
}

.top-bar::before, .top-bar::after {
  content: ' ';
  display: table;
}

.top-bar::after {
  clear: both;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  width: 200px;
  margin-right: 1rem;
}

.top-bar input.button {
  width: auto;
}

@media screen and (max-width: 39.9375em) {
  .stacked-for-small .top-bar-title {
    width: 100%;
  }
  .stacked-for-small .top-bar-right {
    width: 100%;
  }
  .stacked-for-small .top-bar-left {
    width: 100%;
  }
}

@media screen and (max-width: 63.9375em) {
  .stacked-for-medium .top-bar-title {
    width: 100%;
  }
  .stacked-for-medium .top-bar-right {
    width: 100%;
  }
  .stacked-for-medium .top-bar-left {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .stacked-for-large .top-bar-title {
    width: 100%;
  }
  .stacked-for-large .top-bar-right {
    width: 100%;
  }
  .stacked-for-large .top-bar-left {
    width: 100%;
  }
}

@media screen and (max-width: 89.9375em) {
  .stacked-for-xlarge .top-bar-title {
    width: 100%;
  }
  .stacked-for-xlarge .top-bar-right {
    width: 100%;
  }
  .stacked-for-xlarge .top-bar-left {
    width: 100%;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .top-bar-title {
    width: 100%;
  }
  .top-bar-right {
    width: 100%;
  }
  .top-bar-left {
    width: 100%;
  }
}

.top-bar-title {
  float: left;
  margin-right: 1rem;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

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

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

@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-cw-1turn;
          animation-name: spin-cw-1turn;
}

@keyframes spin-cw-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;
}

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

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: 0.49;
  filter: alpha(opacity=49);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus-visible {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #222;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus-visible {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.49;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.zengenti-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
}

@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-bold-webfont-eot.eot");
  src: url("../fonts/montserrat-bold-webfont-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-bold-webfont-woff.woff") format("woff"), url("../fonts/montserrat-bold-webfont-ttf.ttf") format("truetype"), url("../fonts/montserrat-bold-webfont-svg.svg#montserratbold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-regular-webfont-eot.eot");
  src: url("../fonts/montserrat-regular-webfont-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-regular-webfont-woff.woff") format("woff"), url("../fonts/montserrat-regular-webfont-ttf.ttf") format("truetype"), url("../fonts/montserrat-regular-webfont-svg.svg#montserratregular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-semibold-webfont-eot.eot");
  src: url("../fonts/montserrat-semibold-webfont-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-semibold-webfont-woff.woff") format("woff"), url("../fonts/montserrat-semibold-webfont-ttf.ttf") format("truetype"), url("../fonts/montserrat-semibold-webfont-svg.svg#montserratsemi_bold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

.mainArticle {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 640px) {
  .mainArticle {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.mainContent {
  padding: 0;
  margin: auto;
  overflow-wrap: anywhere;
}

@media screen and (min-width: 1440px) {
  .mainContent {
    padding: 0;
  }
}

.pageTitle {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 34px;
  line-height: 2.125rem;
}

@media screen and (min-width: 640px) {
  .pageTitle {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 54px;
    line-height: 3.375rem;
  }
}

.pageTitle--withBanner {
  z-index: 1;
  padding: 20px 0 0;
}

@media screen and (min-width: 640px) {
  .pageTitle--withBanner {
    position: relative;
    z-index: 1;
    background-color: #fff;
    display: table;
    min-height: 100px;
    width: auto;
    float: left;
    margin: 0 -0.9375rem;
    padding: 14px 0.9375rem;
  }
  .pageTitle--withSidebar {
    margin-top: -116px;
  }
}

@media screen and (min-width: 960px) {
  .pageTitle--withBanner {
    margin: -87px -0.9375rem 10px;
    padding: 14px 15px;
  }
}

@media screen and (min-width: 1440px) {
  .pageTitle--withBanner {
    width: auto;
    max-width: 70%;
    min-height: 100px;
    padding: 14px 30px 28px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "montserrat", Gotham-medium, “Helvetica Neue”, Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  color: #00325B;
  font-weight: 600;
}

h1 {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 640px) {
  h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

h2 {
  font-size: 23px;
  font-size: 1.4375rem;
}

@media screen and (min-width: 640px) {
  h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

h3 {
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (min-width: 640px) {
  h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 640px) {
  h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 640px) {
  h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

h6 {
  font-size: 17px;
  font-size: 1.0625rem;
}

p {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #000; /* Changed from 5C5C5C for accessibility */
}

@media screen and (min-width: 640px) {
  p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

.mainArticle {
  color: #000; /* Changed from 5C5C5C for accessibility */
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
}

@media screen and (min-width: 640px) {
  .mainArticle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

ul,
ol {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #000; /* Changed from 5C5C5C for accessibility */
}

@media screen and (min-width: 640px) {
  ul,
  ol {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 32px;
    line-height: 2rem;
  }
}

.featureList p {
  font-size: 16px;
  line-height: 23px;
}

.featureBox__content p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}

.text--arts {
  font-size: 17px;
  font-family: "montserrat", Gotham-medium, “Helvetica Neue”, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.featureBox__date {
  color: #a81638;
}

.testimonial h4 {
  margin-bottom: 0;
}

blockquote {
  margin-top: 76px;
  margin-top: 4.75rem;
  margin-bottom: 76px;
  margin-bottom: 4.75rem;
  padding: 0 0 0 30px;
  border-left: 5px solid #a81638;
}

blockquote,
blockquote p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #00325B;
  font-family: "montserrat", Gotham-medium, “Helvetica Neue”, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 640px) {
  blockquote,
  blockquote p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 32px;
    line-height: 2rem;
  }
}

a,
a:focus-visible {
  color: #a81638;
}

ul li {
  margin-left: 1.25rem;
}

aside ul li {
  margin-left: 0;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon-eot.eot?njhrnz");
  src: url("../fonts/icomoon-eot.eot?njhrnz#iefix") format("embedded-opentype"), url("../fonts/icomoon-ttf.ttf?njhrnz") format("truetype"), url("../fonts/icomoon-woff.woff?njhrnz") format("woff"), url("../fonts/icomoon-svg.svg?njhrnz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-display: swap;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-right:before {
  content: "\e900";
}

.text--arts {
  color: #df0586;
}

.text--business {
  color: #9e1d97;
}

.text--engineering {
  color: #d83c00;
}

.text--physical {
  color: #eb0000;
}

.text--clinical {
  color: #3976c5;
}

.text--life {
  color: #1D781D;
}

.text--underGrad {
  color: #00615e;
}

.text--postGrad {
  color: #4e748b;
}

.text--brand1 {
  color: #BE0F34;
}

.text--brand2 {
  color: #00325b;
}

.text--campus {
  color: #df0586 !important;
}

.text--cbass {
  color: #9e1d97 !important;
}

.text--cedps {
  color: #d83c00 !important;
}

.text--careers {
  color: #eb0000 !important;
}

.text--support {
  /*color: #54c9e8 !important;   -- non-accessible*/
  color: #3976c5 !important;
}

.text--chmlsGlobal {
  color: #1D781D !important;
}

.text--recruitment {
  color: #00615e !important;
}

.text--notInUse {
  color: #00325b !important;
}

.text--corporate {
  color: #BE0F34 !important;
}

.text--recruitment2 {
  color: #00325b !important;
}

.text--marketing_only_black {
  color: #0b1d23 !important;
}

.text--marketing_only_green {
  color: #4D8063 !important;
}

.text--marketing_only_blue {
  color: #4f6cb2 !important;
}

.text--marketing_only_red {
  color: #9f253b !important;
}

.text--marketing_only_purple {
  color: #622366 !important;
}

.text--marketing_only_aquamarine {
  color: #005a74 !important;
}

.text--marketing_only_yellow {
  color: #f8ab16 !important;
}

.bg--campus {
  background-color: #df0586 !important;
}

.bg--cbass {
  background-color: #9e1d97 !important;
}

.bg--cedps {
  background-color: #d83c00 !important;
}

.bg--careers {
  background-color: #eb0000 !important;
}

.bg--support {
  /*background-color: #54c9e8 !important;   -- non-accessible*/
  background-color: #3976c5 !important;
}

.bg--chmlsGlobal {
  background-color: #1D781D !important;
}

.bg--recruitment {
  background-color: #00615e !important;
}

.bg--notInUse {
  background-color: #00325b !important;
}

.bg--corporate {
  background-color: #BE0F34 !important;
}

.bg--recruitment2 {
  background-color: #00325b !important;
}

.bg--marketing_only_black {
  background-color: #0b1d23 !important;
}

.bg--marketing_only_green {
  background-color: #4D8063 !important;
}

.bg--marketing_only_blue {
  background-color: #4f6cb2 !important;
}

.bg--marketing_only_red {
  background-color: #9f253b !important;
}

.bg--marketing_only_purple {
  background-color: #622366 !important;
}

.bg--marketing_only_aquamarine {
  background-color: #005a74 !important;
}

.bg--marketing_only_yellow {
  background-color: #f8ab16 !important;
}

.sys_form-submit,
.button,
.sys_button, .next-button div button{
  font-family: "montserrat", Gotham-medium, “Helvetica Neue”, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
  border: none;
  background: #00615e url("../images/bg/button-bg.svg") top right no-repeat;
  background-size: contain;
  font-size: 19px;
  font-size: 1.1875rem;
}

.sys_buttons, .next-button div button {
  text-align: right;
}

.sys_form-submit,.sys_button, .next-button div button {
  line-height: 50px;
  margin-bottom: 57px;
  padding: 0 30px;
  color: #fff;
}

.no-svg .sys_form-submit,
.no-svg .button {
  background: #00615e url("../images/bg/button-bg.png") top right no-repeat;
}

.sys_form-submit:hover,
.sys_form-submit:focus-visible,
.button:hover,
.button:focus-visible {
  opacity: .8;
  color: #fff;
  border: none;
  background: #00615e url("../images/bg/button-bg.svg") top right no-repeat;
  background-size: contain;
}

.no-svg .sys_form-submit:hover,
.no-svg .sys_form-submit:focus-visible,
.no-svg .button:hover,
.no-svg .button:focus-visible {
  background: #00615e url("../images/bg/button-bg.png") top right no-repeat;
}

.button--lrg {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
  padding: 15px;
}

.button--primary {
  background-color: #a81638;
}

.button--share {
  font-size: 14px;
  margin: 0 0 20px 0;
  padding: 10px 15px;
  background-color: #a81638;
}

.button--mailinglist {
  font-size: 14px;
  margin: 0 0 20px 10px;
  padding: 10px 15px;
  background-color: #9e1d97;
}

.button--mailinglist:hover {
  background-color: #9e1d97;
}

.button--clear {
  font-size: 18px;
  font-weight: normal;
  color: #007c79;
  border: 2px solid #00615e;
  background: none;
}

.button--clear:hover {
  border: 2px solid #00615e;
  background: #00615e;
}

.courses {
  margin: 60px 0 20px 0;
}

.playButton {
  font-size: 20px;
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 72px;
  margin: -36px auto 0;
  padding: 20px;
  text-align: center;
  text-indent: -9999px;
  color: #fff;
  background-color: rgba(0, 161, 156, 0.6);
}

.bannerSearch--buttons .button--clear {
  margin-left: 10px;
}

.button--primary:focus-visible,
.button--primary:hover {
  opacity: .8;
  color: #fff;
  background: #a81638 url("../images/bg/button-bg.svg") top right no-repeat;
  background-size: contain;
}

.no-svg .button--primary:focus-visible,
.no-svg .button--primary:hover {
  background: #a81638 url("../images/bg/button-bg.png") top right no-repeat;
}

a,
img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  opacity: .9;
  color: #a81638;
  border-bottom: 1px solid #a81638;
}

.secNav a:hover {
  color: #00325b;
  border-bottom: 1px solid #bfbfbf;
}

.button--share {
  background-image: none;
}

.button--share:hover {
  background-color: #a81638;
  background-image: none;
}

.button--grey, .button--grey:hover {
  background-color: #4e748b;
}

.playButton:hover {
  opacity: .8;
  color: #fff;
  border-bottom: none;
}

.playButton:after {
  position: absolute;
  z-index: 300;
  right: 29px;
  bottom: 21px;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  margin-right: -13px;
  content: ' ';
  border-width: 13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.button.expanded {
  line-height: 130%;
}

.searchFilter {
  background: #ddd;
  padding: 16px 24px;
  box-sizing: border-box;
}

.courseOption__heading {
  line-height: 3em;
  color: #00325b;
  margin: 0;
  font-size: 17px;
  font-size: 1.0625rem;
}

.searchFilter__keywordsField {
  height: 57px;
  background: #fff;
  border: none;
  line-height: 57px;
  padding: 0 16px;
  box-shadow: none;
}

.searchFilter__choices {
  border: none;
  background: #fff url("../images/selectArrow.svg") no-repeat right center;
  height: 57px;
  padding: 0 16px;
}

.button--viewAll,
.button--search {
  width: 100%;
  padding: 0;
  font-size: 15px;
  height: 57px;
  line-height: 57px;
}

.searchFilter__section:last-child {
  margin-top: 20px;
}

.searchFilter__buttons:last-child .button {
  margin-bottom: 0;
}

@media screen and (min-width: 640px) {
  .searchFilter {
    padding: 36px 31px;
  }
  .searchFilter__buttons:first-of-type {
    padding-right: 15px !important;
  }
  .searchFilter__buttons:last-of-type {
    padding-left: 15px !important;
  }
  .searchFilter__buttons {
    margin-top: 52px;
  }
  .button--viewAll,
  .button--search,
  .searchFilter__choices {
    margin-bottom: 0;
  }
  .searchFilter__choices,
  .searchFilter__keywordsField {
    padding: 0 16px;
  }
  .searchFilter__section:last-child {
    margin-top: 0;
  }
}

.section--courseFinder {
  padding: 70px 0 25px;
}

@media screen and (max-width: 960px) {
  .section--courseFinder {
    padding: 20px 0 25px;
  }
}

.azNav {
  margin: 40px 0 60px;
}

.azNav__title {
  font-size: 32px;
  font-size: 2rem;
  color: #000; /* Changed from 5C5C5C for accessibility */
  font-weight: 300;
  font-family: 'openSans', sans-serif;
}

.azNav__Item {
  margin: 0;
  padding: 0;
  width: 54px;
  height: 54px;
  line-height: 54px;
  float: left;
  list-style: none;
  text-align: center;
  border-right: 2px solid #fff;
  background: #00615e;
  font-weight: 800;
  margin-bottom: 2px;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.125rem;
  color: #4dbdba;
}

.azNav__list {
  margin: 0;
}

.azNav__Item a,
.azNav__Item span {
  color: #fff;
  display: block;
}

@media screen and (min-width: 960px) {
  .azNav__Item {
    width: 3.846%;
  }
  .azNav__Item:last-child {
    border-right: 0;
  }
}

select {
  height: 53px;
}

.section--courseFinder select {
  border: none;
  margin-bottom: 0;
}

.section--courseFinder .button {
  margin-bottom: 0;
}

.boxGrid {
  margin-bottom: 35px;
}

.section--courseFinder .button {
  margin-top: 25px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.optionsContainer {
  margin-top: 30px;
}

.buttonsContainer {
  margin-top: 44px;
}

.azNav li a:hover {
  border: none;
}

@media only screen and (max-width: 40em) {
  .courseOptionHeading {
    margin-bottom: 12px;
    margin-top: 18px;
  }
  .section--courseFinder .button {
    width: 100%;
  }
  .optionsContainer {
    margin-top: 0px;
  }
  .buttonsContainer {
    margin-top: 10px;
  }
  .searchContainer__field {
    height: 53px;
  }
}

@media only screen and (min-width: 40.063em) {
  .courseOptionHeading {
    margin-bottom: 12px;
    margin-top: 29px;
  }
  .searchContainer__field {
    height: 57px;
  }
  .optionsContainer {
    margin-top: 0;
  }
  .buttonsContainer {
    margin-top: 44px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .viewallSpan {
    display: none;
  }
  .buttonsContainer {
    margin-top: 10px;
  }
  .section--courseFinder .button {
    margin-left: 2%;
  }
}

.revisedSearch {
  background: #EFF0F0;
  min-height: 400px;
  display: block;
  padding: 20px;
  border-bottom: 20px solid #fff;
}

.revisedSearch__title {
  font-weight: 600;
  color: #00325b;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 12px;
}

@media only screen and (min-width: 1024px) {
  .resultsContainer {
    padding-left: 80px;
  }
}

.revisedSearch__field {
  width: 100%;
  height: 53px;
  padding-left: 1em;
  margin: 0 0 1rem;
  border: none;
  color: #707070;
}

::-webkit-input-placeholder {
  color: #707070;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #707070;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #707070;
}

:-ms-input-placeholder {
  color: #707070;
}

.button--full {
  width: 100%;
}

.revisedSearch .button {
  margin-top: 20px;
}

.revisedSearch select {
  background: #fff url(../images/green-arrow.svg) 94% no-repeat;
  border: none;
  background-position-x: 97%;
  color: #707070;
  cursor: pointer;
}

.revisedSearch__link {
  color: #00325b;
  border-bottom: 2px solid #00325b;
  margin-bottom: 26px;
  display: inline-block;
  font-weight: bold;
}

.resultsContainer__filter {
  background: #9e1d97 url(../images/cross.png) right no-repeat;
  color: #fff;
  width: auto;
  border-radius: 2px;
  text-align: left;
  font-weight: normal;
  padding: 12px 34px 12px 25px;
  background-size: 16px;
  margin-left: 4px;
  line-height: 22px;
  margin-bottom: 4px;
  float: left;
}



/* --- Mobile style ---
------------------------ */
@media only screen and (max-width: 1023px) {
  .resultsContainer__filter,
  .resultsContainerAllScreens__filter {
    background: #eff1f0 url(../images/boxAlt.png) left no-repeat;
    color: #595a5c;
    border-radius: 0;
    text-align: left;
    font-weight: normal;
    padding: 15px 0px 15px 62px;
    background-size: 23px;
    margin-left: 0px;
    line-height: 22px;
    margin-bottom: 0px;
    float: left;
    border: none;
    box-sizing: border-box;
    background-position: 20px;
  }
  .resultsContainer__filter:hover,
  .resultsContainerAllScreens__filter:hover {
    background: #eff1f0 url(../images/boxAlt.png) left no-repeat;
    color: #a81638;
    background-size: 23px;
    border: none;
    background-position: 20px;
    opacity: 1;
  }
  .resultsContainer__filter:focus-visible,
  .resultsContainerAllScreens__filter:focus-visible {
    background: #eff1f0 url(../images/checkAlt.png) left no-repeat;
    color: #a81638;
    background-position: 20px;
  }
  .item__img {
    margin-bottom: 20px;
  }
  .filter--results .dropdown-pane,
  .filterAllScreens--results.dropdown-pane {
    background: none;
    border: none;
    display: block;
    position: absolute;
    z-index: 10;
    border-radius: 0;
    box-sizing: border-box;
    padding: 0;
    margin: 0px 20px;
    width: auto;
    border-bottom: 20px solid #fff;
  }
  .dropdown-pane nav ul li {
    transition: 0s;
    -webkit-transition: 0s;
  }
  .dropdown-pane a,
  .dropdownAllScreens-pane a,
  img {
    transition: 0s;
    -webkit-transition: 0s;
  }
  .secNav__link a {
    transition: all 0s ease;
    -webkit-transition: all 0s ease;
  }
  #revisedSearch--Dropdown.dropdown-pane {
    width: 100%;
    padding: 0px 20px;
    border: 0;
    box-sizing: border-box;
  }
  #navigate.dropdown-pane {
    width: 100%;
    border: 0;
    box-sizing: border-box;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 0;
  }
  .revisedSearch--button {
    background: #00615e url("../images/bg/button-bg.svg") top right no-repeat;
    text-align: left;
    width: 100%;
    padding: 22px;
    font-size: 18px;
    margin-bottom: 26px;
    font-weight: normal;
    color: #fff;
    border: none;
    background-size: contain;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
}

/* --- Mobile style close---
------------------------ */
/* --- Desktop style ---
------------------------ */
@media only screen and (min-width: 800px) {
  .filter--results .dropdown-pane {
    background-color: #fff;
    border: none;
    display: block;
    position: relative;
    z-index: 10;
    border-radius: 0;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    width: auto;
    visibility: visible;
  }
  .resultsContainer__filter {
    background-image: none;
    background-color: #ddd;
    color: #4C4C4C;
    width: auto;
    border-radius: 2px;
    text-align: left;
    font-weight: normal;
    padding: 12px 34px 12px 25px;
    margin-left: 4px;
    line-height: 22px;
    margin-bottom: 4px;
    float: left;
  }
  .resultsContainer__filter:hover,
  .resultsContainer__filter:focus-visible,
  .resultsContainer__filter:active {
    /*background: #9e1d97 url(../images/cross.png) right no-repeat;
        background-size: 16px;*/
    /*color: #a81638;*/
    background-color: #9e1d97;
    color: #fff;
    border-bottom: 1px solid #a81638;
    opacity: 1;
    border-bottom: 0;
  }
  .resultsContainer__filter.resultsContainer__filter--active {
    color: #fff;
    background: #9e1d97 url(../images/cross.png) right no-repeat;
    background-size: 16px;
  }
  .filter--resultsButton {
    display: none;
  }
  .revisedSearch--button {
    display: none;
  }
  #revisedSearch--Dropdown.dropdown-pane {
    visibility: visible;
    border: 0;
    padding: 0;
    position: relative;
    top: 0 !important;
  }
  .resultsContainer__filter:hover {
    opacity: 1 !important;
  }
}

/* --- Desktop style Close---
------------------------ */
.filter--resultsButton,
.filterAllScreens--resultsButton {
  background: #9e1d97 url("../images/bg/button-bg.svg") top right no-repeat;
  text-align: left;
  width: 100%;
  padding: 22px;
  font-size: 18px;
  margin-bottom: 26px;
  font-weight: normal;
  color: #fff;
  border: none;
  background-size: contain;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.navigate--button:after,
.filter--resultsButton:after,
.filterAllScreens--resultsButton:after,
.revisedSearch--button:after {
  float: right;
  padding-top: 0;
  font-family: "icomoon";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: "\e900";
  text-transform: none;
  font-size: 18px;
  font-size: 0.9375rem;
  speak: none;
  color: #fff;
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.navigate--button:focus-visible:after,
.filter--resultsButton:focus-visible:after,
.filterAllScreens--resultsButton:focus-visible:after,
.revisedSearch--button:focus-visible:after {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.navigate--button:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.navigate--button {
  background: #00325b;
  text-align: left;
  padding: 17px;
  font-size: 17px;
  margin-bottom: 26px;
  font-weight: 800;
  color: #fff;
  border: none;
  background-size: contain;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.resultsContainer__heading,
.resultsContainerAllScreens__heading {
  font-size: 38px;
  margin-bottom: 11px;
}

.resultsContainer__results,
.resultsContainerAllScreens__results {
  margin-top: 20px;
}

.resultsContainer__results table,
.resultsContainerAllScreens__results table {
  width: 100%;
}

.resultsContainer__filterby,
.resultsContainerAllScreens__filterby {
  margin-bottom: 8px;
  font-size: 15px;
}

.resultsContainer__resultCount,
.resultsContainerAllScreens__resultCount {
  font-size: 15px;
  margin-bottom: 14px;
  clear: both;
  margin-top: 22px;
  display: inline-block;
  float: left;
}

.pagination a {
  float: left;
  width: 38px;
  height: 38px;
  background: #f4f4f4;
  list-style: none;
  text-align: center;
  margin-left: 10px;
  padding: 0;
  color: #00325B;
  line-height: 38px;
}

.pagination__left {
  background: #fff url(../images/pagination-left.svg) no-repeat 0 12px !important;
  width: 10px !important;
}

.pagination__right {
  background: #fff url(../images/pagination-right.svg) no-repeat 0 12px !important;
  width: 10px !important;
}

.resultsContainer__pagination,
.resultsContainerAllScreens__pagination {
  float: right;
}

.pagination__left,
.pagination__right {
  height: 38px;
}

.pagination__left:hover,
.pagination__right:hover {
  background-color: transparent;
  opacity: .8;
}

/* 3 columnn (and below) */
@media only screen and (max-width: 958px) {
  .resultsContainer {
    padding-left: 10px;
  }
  .resultsContainer__filter, .resultsContainerAllScreens__filter {
    max-width: 199%;
    float: left;
    min-width: 49.28%;
  }
}

@media only screen and (max-width: 584px) {
  .resultsContainer__filter, .resultsContainerAllScreens__filter {
    width: 100%;
  }
  .viewallSpan {
    display: none;
  }
  .resultsContainer__heading {
    font-size: 28px;
  }
}

.resultsContainer__results,
.resultsContainerAllScreens__results {
  width: 100%;
}

/* stacktable table */
.stacktable {
  width: 100%;
}

.st-head-row {
  padding-top: 1em;
}

.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
  text-align: left;
}

.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%;
}

.st-val {
  width: 49%;
  padding-left: 1%;
}

/* RESPONSIVE */
.stacktable.large-only {
  display: table;
}

.small-only {
  display: none;
}

@media (max-width: 1023px) {
  .large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
  .secNav__item {
    margin-left: 0;
  }
}

.st-head-row {
  color: #00325B;
  text-align: left;
}

.st-head-row a {
  font-weight: normal;
}

.dropdown-pane {
  background: none;
}

.secNav--dropdown {
  padding: 15px 17px !important;
}

@media only screen and (max-width: 40em) {
  #navigate.dropdown-pane {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

/* PLACEMENT PILL */
.placement-pill {
  background-color: #00325b;
  font-style: italic;
  color: #fff;
  display: inline-block;
  margin-top: 5px;
  padding: 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.resultsContainer__results td,
.resultsContainerAllScreens__results td {
  padding: 14px;
}

.courseListingBody .pageTitle {
  display: none !important;
}

.resultsContainer__results thead tr td,
.resultsContainerAllScreens__results thead tr td {
  font-weight: bold;
}

.featureBlock {
  background-color: #EFF0F0;
  position: relative;
  padding: 43px;
  margin-bottom: 26px;
}

.featureBlock p, .featureBlock h6 {
  margin-bottom: 20px;
}

.featureBlock a {
  color: #C5187F;
}

.secNav--alt {
  padding: 0 15px 15px 0px !important;
  background-color: #fff !important;
}

.video-gallery .columns {
  float: left;
  margin-bottom: 30px;
}

.relatedCourse {
  background: #fff;
  min-height: 100px;
  margin-bottom: 30px;
}

.relatedCourse img {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 12px;
}

.relatedCourse p {
  padding: 10px;
  margin-bottom: 30px;
  color: #00325b;
  font-size: 17px;
  line-height: 26px;
}

.relatedCourseSection {
  margin-top: 50px;
  padding-top: 60px;
}

.relatedCourseTitle {
  margin-bottom: 50px;
}

.relatedCourseTitle .columns {
  padding-left: 0;
}

.relatedCourseSection .columns:last-child:not(:first-child) {
  float: left;
}

.video-gallery .small-6 img {
  width: 100%;
}

.keyInfo {
  float: left;
  width: 50%;
  box-sizing: border-box;
  display: table;
  padding-bottom: 26px;
  min-height: 90px;
}

.keyInfo:nth-of-type(even) {
  padding-left: 10px;
}

.keyInfo:nth-of-type(odd) {
  padding-right: 10px;
}

.keyInfo .button {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .desk--hide {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .mob--hide {
    display: none;
  }
}

.desk--hide .dropdown-pane {
  width: 100%;
}

.desk--hide button {
  width: 100%;
}

.button--small {
  width: 50%;
  padding: 22px;
  margin-bottom: 26px;
  display: inline-block;
  font-size: 15px;
  float: left;
}

.featureBlock strong {
  color: #00325B;
}

.backtoTop {
  font-size: 15px;
  color: #00325B;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: right;
  border-bottom: 1px solid;
  float: right;
}

.backtoTop:hover {
  border: none;
}

aside .featureBlock {
  padding: 20px;
}

@media only screen and (max-width: 1024px) {
  .howtoApply {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    z-index: 4000;
    left: 0;
    font-size: 18px;
  }
  .subjectArea {
    background: none;
    color: #00325B;
    border-bottom: 2px solid #00325B;
    padding: 0;
    width: auto;
    height: 20px !important;
  }
}

.course-detail__placement {
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000; /* Changed from 5C5C5C for accessibility */
}

.course-detail__placement .placement-pill,
.course-detail__placement .suspended-pill {
  font-style: normal;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-right: 10px;
}

.suspended-pill {
  background-color: #000;
  border-radius: 20px;
  font-style: italic;
  color: #fff;
  display: inline-block;
  margin-top: 5px;
  padding: 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.important_course_info {
  margin-bottom: 45px;
  border-left: 10px solid #E1941F;
  padding: 0px 20px;
}


.mphil-placement-pill {background-color:#00615e;}

.important_course_info p {
  margin: 20px 0px !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 28px !important;
  line-height: 1.75rem !important;
  color: #000 !important; /* Changed from 5C5C5C for accessibility */
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
}

.headerTop__list {
  margin: 0;
  float: right;
  line-height: 40px;
}

.headerTop__list li {
  list-style: none;
  float: left;
  margin-left: 14px;
}

.headerTop__list li span {
  border-right: 2px solid #00615e;
  margin-left: 14px;
  height: 10px;
  display: inline-block;
}

.headerTop__list li a {
  color: #B3BEC8;
  font-family: "Open Sans", sans-serif;
  font-size: 0.83em; /* was 14px*/
  font-weight: 600;
}

/* @media only screen and (max-width: 1024px) {*/
.headerTop {
  display: none;
}

@media screen and (min-width: 1281px) {
  .headerTop {
    display: block;
  }
}

.headerMain {
  position: relative;
  background-color: #00325b;
}

/**
 * Header secondary nav
 */
.headerSecondary {
  display: none;
}

.headerSecondary--active {
  display: block;
}

@media screen and (min-width: 640px) {
  .headerSecondary {
    display: none !important;
  }
}

.headerSecondaryMore {
  padding: 15px 19px 15px 15px;
  background-color: #002646;
  color: #B3BEC8;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.headerSecondaryBtn::after {
  background: url("../images/white-arrow2.svg") no-repeat 0px 0;
  content: "";
  width: 12px;
  height: 7px;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 10px;
}

.headerSecondary nav {
  position: relative;
  overflow: hidden;
}

.headerSecondary .secNav {
  margin-bottom: -1px;
  padding: 0 15px;
}

.headerSecondary .secNav__item:last-child .secNav__link {
  border-bottom: 1px solid #bfbfbf;
}

.headerSecondary h2 {
  padding: 15px;
  margin: 0;
}

.headerSecondary #sideColumn .button {
  margin: 15px;
}

.headerSecondary #sideColumn .button.expanded {
  width: auto;
}

.is-submenu-item {
  background: #f4f4f4;
}

.is-submenu-item a {
  color: #00325B !important;
}

.js-dropdown-active {
  top: 70px !important;
  border: none;
}

.secNav {
  margin: 0 0 20px;
  padding: 15px 30px;
  background-color: #EFF0F0;
  list-style: none;
}

.secNav__item {
  list-style: none;
}

.secNav__link {
  position: relative;
  display: block;
  padding: 15px 15px 15px 0;
  font-size: 16px;
  font-size: 1rem;
  color: #00325B;
  border-bottom: 1px solid #bfbfbf;
}

.secNav__link:after {
  padding-top: 5px;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: "\e900";
  text-transform: none;
  font-size: 15px;
  font-size: 0.9375rem;
  speak: none;
  display: block;
  position: absolute;
  right: 0;
  bottom: 22px;
}

.secNav__item:last-child .secNav__link {
  border-bottom: none;
}

.secondaryNav__itemLink,
.contact__phoneLink,
.contact__phone a {
  border-bottom: 1px solid #b2c2cf !important;
}

.logoBrunel {
  float: left;
  padding: 1em 1em;
  width: 180px;
}

.logoBrunel:hover {
  border-bottom: 0;
}

@media screen and (min-width: 640px) {
  .logoBrunel {
    width: 180px;
  }
}

.fullBanner {
  position: relative;
}

.pageTitle--withBanner {
  font-size: 30px;
}

@media screen and (min-width: 960px) {
  .pageTitle--withBanner {
    margin-top: -87px;
  }
}

@media screen and (min-width: 640px) {
  .pageTitle--withBanner {
    margin-top: -110px;
  }
}

.fullBanner__inner {
  min-height: 460px;
  background-color: #00325b;
  /*overflow: hidden;*/
  position: relative;
  z-index: 0;
}

.fullBanner__inner {
  width: 100%;
  top: -1px;
}

.fullBanner__inner:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  top: 0;
  left: 0;
}

.fullBanner__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  /* background-image: url("/SiteElements/images/home-video-banner-01.jpg"); */
}

.fullBanner__video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.no-js .fullBanner__video {
  background-image: url("..//images/banner.jpg");
}

@media (min-width: 600px) {
  background: rgba(0, 0, 0, 0.15);
}

.fullBanner__inner--video {
  background-image: none;
}

.fullBanner__vid {
  position: absolute;
  left: 0;
  width: 150%;
  z-index: 1;
  margin: -15%;
}

.fullBanner__text {
  position: relative;
  z-index: 20;
  padding: 50px 10px;
  height: 460px;
}

.fullBanner__title {
  color: #fff;
  font-family: "montserrat", Gotham-medium, “Helvetica Neue”, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 30px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.headerSearch,
.fullBanner__search {
  width: 100%;
  background-color: rgba(1, 1, 1, 0.27);
  padding: 25px 0;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.headerSearch label,
.fullBanner__search label {
  color: #fff;
}

.headerSearch > .row,
.fullBanner__search > .row {
  position: relative;
}

.headerSearch__searchText,
.headerSearch__searchButton,
.fullBanner__searchText.fullBanner__searchText,
.fullBanner__searchButton {
  margin-bottom: 0;
  font-size: 23px;
}

.headerSearch__searchText {
  margin-bottom: 0;
  font-size: 16px;
}

.headerSearch__searchButton,
.fullBanner__searchButton {
  text-indent: -9999px;
}

.headerSearch__searchText[type='text'],
.fullBanner__searchText[type='text'] {
  padding: 0 96px 0 20px;
  height: 76px;
  border: none;
  margin: 0;
  background: #f4f4f4;
  box-shadow: none;
}

.fullBanner__searchText.fullBanner__searchText {
  font-size: 19px;
}

@media screen and (max-width: 639px) {
  .fullBanner__searchText.fullBanner__searchText {
    font-size: 15px;
  }
}

.headerSearch__searchButton,
.fullBanner__searchButton {
  width: 76px;
  height: 76px;
  position: absolute;
  right: 10px;
  top: 0;
  margin: 0;
  padding: 0;
  background: #00615e url("../images/bg/search-button-bg.svg") center no-repeat !important;
  border: none;
}

.headerSearch__searchButton,
.fullBanner__searchButton {
  background: #00615e url("../images/bg/search-button-bg.png") center no-repeat;
}

.headerSearch__searchButton {
  background: url("../images/bg/mobile-search-button-bg.svg") center no-repeat transparent !important;
}

.no-svg .headerSearch__searchButton {
  background: url("../images/bg/mobile-search-button-bg.png") center no-repeat transparent;
}

@media screen and (min-width: 640px) {
  .fullBanner__vid {
    position: static;
    width: 100%;
    z-index: 1;
    margin: 0;
    display: block;
  }
  .fullBanner__text {
    position: absolute;
    top: 0;
  }
  .fullBanner__title {
    font-size: 36px;
    width: 620px;
    min-width: 60%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
  .pageTitle--withBanner {
    padding: 0 !important;
  }
  tbody th, tbody td {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 960px) {
  .fullBanner {
    max-height: 730px;
    /*overflow: hidden;*/
  }
  .fullBanner__title {
    font-size: 40px;
    width: 60%;
    min-width: 400px;
  }
  .fullBanner__text {
    padding: 40px;
    position: absolute;
    top: 90px;
    height: auto;
  }
  .fullBanner__inner {
    min-height: 572px;
  }
  .fullBanner__search {
    position: absolute;
    bottom: 0;
  }
  .fullBanner__searchButton {
    right: 15px;
  }
  .pageTitle--withBanner {
    font-size: 30px;
  }
}

@media screen and (min-width: 1281px) {
  .fullBanner__text {
    top: 132px;
  }
}

@media screen and (min-width: 1180px) {
  .fullBanner__text {
    top: 146px;
    padding: 0 15px;
  }
}

@media screen and (min-width: 1440px) {
  .pageTitle--withBanner {
    margin-left: -33px;
  }
  .fullBanner__inner {
    min-height: 690px;
  }
  .fullBanner__text {
    top: 320px;
    padding: 0 15px;
  }
  .fullBanner {
    max-height: 870px;
    /*overflow: hidden;*/
    margin-top: 129px;
  }
  .fullBanner__search {
    padding: 37px 0;
  }
}

.pageBanner {
  position: relative;
}

.pageBanner__inner {
  background: #00325b url("../images/banner.jpg") no-repeat;
  min-height: 230px;
  background-size: cover;
  position: relative;
  height: 100%;
}

.pageBanner__title {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 20px 30px;
  width: 60%;
}

@media screen and (min-width: 960px) {
  .pageBanner__inner {
    min-height: 420px;
  }
}

@media screen and (min-width: 1440px) {
  .pageBanner__inner {
    min-height: 620px;
  }
}

.bannerSearch--buttons {
  margin-top: 30px;
}

@media screen and (min-width: 1440px) {
  .pageTitle--withBanner {
    width: auto;
    display: block;
    float: left;
  }
}

.fullBanner__search .bannerSearch--home {
  font-size: 20px;
}

.mainContent .section--grey {
  margin: 0;
  padding: 30px 0px 10px;
}

@media screen and (min-width: 960px) {
  .mainContent .section--grey {
    margin: 0;
    padding: 80px 0px 50px;
  }
}

@media screen and (min-width: 1440px) {
  .mainContent .section--grey {
    margin: 0;
    padding: 80px 0px 50px;
  }
}

.banner {
  margin: 0;
  position: relative;
}

.banner--playing:after {
  background: black;
}

.bannerSearchPage[type='text'] {
  background: #FEFEFF;
}

.bannerSearchPage[type='text']:focus-visible {
  background: #FEFEFF;
}

.mainContent, .courseDetailContainer {
  margin-bottom: 30px;
}

.mainContent--course {
  margin-bottom: 0;
}

.errorPage {
  min-height: 1000px;
}

.section {
  padding: 20px 0 20px;
}

.section__title.home__section__title {
  margin-bottom: 20px !important;
}

@media screen and (min-width: 960px) {
  .section {
    padding: 40px 0 0;
  }
}

@media screen and (min-width: 1440px) {
  .section {
    padding: 30px 0 0;
  }
}

.section--alt {
  background-color: #F3F3F3;
  margin: 30px 0 0px;
}

.section__title {
  margin-left: 15px;
  font-size: 21px;
  font-size: 1.3125rem;
  margin-bottom: 20px;
}

.section1 {
  background-color: #ccc;
  padding: 30px 0;
}

.fullHeight {
  background-color: red;
}

.texty {
  padding: 20px;
}

@media screen and (min-width: 960px) {
  .fullwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.section--searchResults {
  background-color: #F3F3F3;
  padding: 20px 0;
  min-height: 397px;
}

.courseFinderPadding {
  padding: 118px 0;
  margin-bottom: 0;
}

.paddingTopBottom {
  padding-top: 40px;
  padding-bottom: 40px;
}

.paddingBottom {
  padding-bottom: 80px;
}

.paddingTop {
  padding-top: 80px;
}

.marginTopBottom {
  margin-top: 80px;
  margin-bottom: 80px;
}

.genericPagePaddingTop {
  padding-top: 30px;
}

.genericResultsContainer,
.researchPaddingTop,
.paddingTop {
  padding-top: 80px;
}

.researchPaddingTop {
  margin-top: 0;
}

.courseListPaddingTop {
  padding-top: 60px;
}

.sideMenu {
  margin-top: 26px;
}

/* These styles need to be seperated / was added as a temporary fix in contensis*/
.mainNav__level1--about .megamenu--dropdown {
  margin-left: -174px;
}

.is-drilldown-submenu-parent > a::after {
  right: 29px !important;
}

.fullBanner__searchText {
  font-size: 19px;
}

.bg--chmlsGlobal {
  background-color: #1D781D !important;
}

@media screen and (min-width: 1440px) {
  .pageTitle {
    font-size: 35px !important;
  }
  .resultsContainer__filter {
    font-weight: normal;
  }
  .fullBanner__text {
    top: 183px !important;
  }
  .mainContent {
    padding: 0 !important;
  }
  .revisedSearch {
    margin-bottom: 40px;
  }
  .youtubeBlock .box--single {
    margin-bottom: 0px;
  }
  .mainContent .courseDetailContainer {
    padding-top: 60px !important;
  }
}

.mainContent .courseDetailContainer {
  padding-top: 30px !important;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  font-weight: normal;
}

@media screen and (min-width: 960px) {
  .mainContent .section--grey {
    margin: 0;
    padding: 0px 50px;
  }
}

.siteFooter {
  padding: 46px 0 0;
  font-size: 14px;
  color: #b2c2cf;
  background-color: #00325b;
  overflow: hidden;
  line-height: 1.5em;
  clear: both;
}

.siteFooter .contact__address,
.siteFooter .contact__phone {
  padding-left: 1.25rem;
}

.siteFooter p {
  color: #b2c2cf;
  font-size: 14px;
  margin-bottom: 9px;
}

.secondaryNav__itemLink,
.contact__phoneLink,
.contact__phone a {
  font-size: 14px;
  color: #b2c2cf;
  -webkit-transition: 0.2s ease all;
          transition: 0.2s ease all;
  border-bottom: 1px solid transparent;
}

.footerNav {
  margin-left: 0;
  line-height: 30px;
  list-style: none;
}

.siteFooter .siteFooter__logoWrapper--top {
  display: none;
}

.siteFooter .siteFooter__logoWrapper--bottom {
  margin-bottom: 50px;
}

.siteFooter .siteFooter__logoLink {
  border-bottom: none;
  display: block;
}

.siteFooter .siteFooter__logoLink:hover {
  border-bottom: none;
}

.siteFooter__footer {
  background-color: #01294c;
  padding: 50px 0;
  text-align: center;
}

.copyright p {
  margin-bottom: 0;
}

.secondaryNav {
  margin-bottom: 43px;
}

.contact__address {
  margin-bottom: 43px;
}

.contact__phone p {
  margin: 0;
}

.feedBack,
.pageShare {
  display: none;
}

.socialList {
  line-height: 0;
  margin-bottom: 30px;
}

.socialList__item {
  display: inline-block;
  margin: 0 5px;
}

.socialList__icon {
  display: block;
  width: 23px;
  height: 23px;
  border-bottom: 0;
}

.socialList__icon:hover {
  border-bottom: 0;
}

.socialList__icon--Fb {
  background-color: white !important;
  background: url("../images/bg/brunel-fb.svg") no-repeat;
}

.socialList__icon--Tw {
  margin-top: 2px;
  background-color: white !important;
  background: url("../images/bg/brunel-x.svg") no-repeat;
}

.socialList__icon--In {
  background-color: white !important;
  background: url("../images/bg/brunel-insta.svg") no-repeat;
}

.socialList__icon--Fl {
  background-color: white !important;
  background: url("../images/bg/brunel-flickr.svg") no-repeat;
}

.socialList__icon--Yt {
  background-color: white !important;
  background: url("../images/bg/brunel-youtube.svg") no-repeat;
}

.socialList__icon--Sc {
  background-color: white !important;
  background: url("../images/bg/brunel-snap.svg") no-repeat;
}

.socialList__icon--Gp {
  background-color: white !important;
  background: url("../images/bg/brunel-gplus.svg") no-repeat;
}

.socialList__icon--Li {
  background-color: white !important;
  background: url("../images/bg/brunel-linkedin.svg") no-repeat;
}

.socialList__icon--Ti {
  background-color: white !important;
  background: url("/SiteElements/images/bg/brunel-tiktok.svg") no-repeat;
}

/* SVG fallbacks */
.no-svg .socialList__icon--Fb {
  background: url("../images/bg/brunel-fb.png") no-repeat;
}

.no-svg .socialList__icon--Tw {
  background: url("../images/bg/brunel-twitter.png") no-repeat;
}

.no-svg .socialList__icon--In {
  background: url("../images/bg/brunel-insta.png") no-repeat;
}

.no-svg .socialList__icon--Fl {
  background: url("../images/bg/brunel-flickr.png") no-repeat;
}

.no-svg .socialList__icon--Yt {
  background: url("../images/bg/brunel-youtube.png") no-repeat;
}

.no-svg .socialList__icon--Sc {
  background: url("../images/bg/brunel-snap.png") no-repeat;
}

.no-svg .socialList__icon--Gp {
  background: url("../images/bg/brunel-gplus.png") no-repeat;
}

.no-svg .socialList__icon--Li {
  background: url("../images/bg/brunel-linkedin.png") no-repeat;
}

/*.sharing {
  display: none;
}*/

@media screen and (min-width: 640px) {
  .siteFooter {
    padding: 47px 0 0;
  }
 
}

@media (min-width: 480px) {
  .contact__address,
  .contact__phone {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 40em) {
  .socialList__item:first-child {
    margin-left: 0;
  }
  .contact__address,
  .contact__phone {
    width: 100%;
  }
  .siteFooter__footer {
    text-align: left;
  }
  .sharing {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .siteFooter {
    background-color: #00325b;
    background-image: url("../images/bg/footer.svg");
    background-repeat: no-repeat;
    background-position: -100px center;
    background-size: contain;
  }
  .siteFooter .siteFooter__logoWrapper--top {
    display: block;
  }
  .siteFooter .siteFooter__logoWrapper--bottom {
    display: none;
  }
  .socialList {
    margin-bottom: 0;
  }
  .siteFooter__footer {
    background-color: transparent;
    padding: 0 0 16px;
  }
  .footerNav {
    margin-bottom: 0;
  }
  .secondaryNav {
    margin-bottom: 80px;
  }
  .contact__address {
    margin-bottom: 21px;
  }
  .sharing {
    float: right;
  }
}

@media (max-width: 479px) {
  .secondaryNav__block {
    width: 100%;
  }
}

.secondaryNav__itemLink,
.siteFooter p {
  line-height: 25px;
  padding: 0 1em;
  font-size: 15px;
}

.sharing__item {
  padding-right: 16px;
  width: 148px;
  height: 49px;
  background: #001F39;
  display: inline-block;
  text-align: right;
  line-height: 46px;
  margin-left: 16px;
  float: right;
  margin-bottom: 16px;
  color: #fff;
}

.sharing__item p {
  color: #fff;
}

.secondaryNav__itemLink:hover,
.contact__phoneLink:hover,
.contact__phone a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.sharing__item:hover {
  color: #fff;
  border: none;
}

.sharing__item:first-child {
  background: #002039 url("../images/comments.svg") no-repeat;
  background-position: 9px 10px;
}

.sharing__item:last-child {
  background: #002039 url("../images/share.svg") no-repeat;
  background-position: 9px 10px;
}

.no-svg .sharing__item--first {
  background: #002039 url("../images/comments.png") no-repeat 10px center;
}

.no-svg .sharing__item--last {
  background: #002039 url("../images/share.png") no-repeat 10px center;
}

@media screen and (max-width:639px){
   .sharing__item {
     margin: 20px auto;
     margin-bottom: 20px;
     margin-left: auto;
     float: none !important;
  }
}

.secondaryNav__itemLink,
.siteFooter p {
  padding-left: 0;
  padding-right: 0;
}

.row--boxes {
  padding-bottom: 0px;
}

.imgBox {
  position: relative;
  display: block;
  background-color: #EFF0F0;
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 39.9375em) {
  .imgBox--double {
    margin-bottom: 0px !important;
  }
  .textBox--double {
    margin-bottom: 0px !important;
  }
}

.imgBox__img,
.imgBox__img__newsEvents,
.box__img {
  width: 100%;
}

.imgBox__content {
  padding: 20px 20px;
  background-color: #EFF0F0;
}

.section--alt .imgBox__content {
  background-color: #fff;
}

a .imgBox__content:after,
a.imgBox__content:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e900";
  position: absolute;
  bottom: 18px;
  right: 6px;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #00325b;
}

.imgBox__date {
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

.imgBox__title {
  margin-bottom: 10px;
  font-size: 18px;
}

.imgBox__desc {
  line-height: 30px;
  line-height: 1.875rem;
  margin-bottom: 10px;
  font-size: 16px;
}

.imgBox__tag {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  color: #007d7a;
  background-color: #fff;
}

.imgBox--alt .imgBox__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 26px 26px 20px;
}

.imgBox--alt .imgBox__title {
  margin-bottom: 8px;
  font-size: 17px;
  padding-right: 20px;
}

.alt--content {
  background-color: #fff;
}

.imgBox--Boxfade {
  background: #000;
}

@media screen and (max-width: 1023px) {
  .box--full {
    padding-top: 0px !important;
    height: 400px;
  }
}

.textBox {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.textBox:hover {
  border-bottom: 0 !important;
}

.textBox {
  border-bottom: 0 !important;
}

a .textBox:after,
a.textBox:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e900";
  position: absolute;
  bottom: 18px;
  right: 8px;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #fff;
}

.textBox {
  padding-top: 100%;
}

.textBox .textBox__inner {
  position: absolute;
  padding: 34px;
  margin: auto;
  resize: vertical;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  top: 0;
}

.no-flexbox .textBox .textBox__inner {
  display: block;
}

.textBox--tri:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/bg/tri-bg.svg");
  background-size: contain;
  background-repeat: none;
}

.textBox .textBox__content .textBox__title {
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (min-width: 1440px) {
  .textBox .textBox__content .textBox__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.textBox__content {
  position: relative;
  z-index: 10;
}

.no-flexbox .textBox__content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.textBox--squeeze .textBox__content {
  width: 100%;
  margin: 0 auto;
}

.textBox__title,
.textBox__desc {
  color: #fff;
}

.textBox__title {
  margin-bottom: 15px;
}

@media only screen and (min-width: 1024px) {
  .textBox__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1440px) {
  .textBox__title {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

@media screen and (min-width: 1440px) {
  .textBox--cta .textBox__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.textBox__desc {
  line-height: 25px;
  line-height: 1.5625rem;
  margin: 0;
}

@media screen and (min-width: 640px) {
  .textBox__desc {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media only screen and (min-width: 1024px) {
  .textBox__desc {
    font-size: 14px;
    font-size: 0.875rem;
    max-height: 150px; /* was 100px */
    overflow: hidden;
  }
}

@media screen and (min-width: 1440px) {
  .textBox__desc {
    font-size: 16px;
    font-size: 1rem;
    max-height: none;
    overflow: visible;
  }
}

.textBox__tag {
  font-family: "montserrat", Gotham-medium, “Helvetica Neue”, Helvetica, Arial, sans-serif;
  display: block;
  margin-bottom: 15px;
}

.textBox--cta .textBox__content {
  padding-top: 0;
}

.textBox--squeeze .textBox__inner {
  padding: 0 10%;
}

@media screen and (min-width: 640px) {
  .box--double {
    margin-bottom: 0;
  }
  .box--double .columns .textBox {
    margin-left: -0.9375rem;
    margin-right: 0;
    margin-bottom: -0.9375rem;
  }
  .box--double .columns:first-child .textBox {
    margin-right: -0.9375rem;
    margin-bottom: -0.9375rem;
    margin-left: 0;
  }
  .box--double .textBox:before {
    bottom: 35px;
  }
}

.box {
  position: relative;
}

.box--text:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e900";
  position: absolute;
  bottom: 20px;
  right: 12px;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #00325b;
}

.box--text:after {
  color: #fff;
}

.box--text {
  padding-top: 100%;
}

.box--text .box__content {
  position: absolute;
  top: 0;
}

.box__title {
  margin-bottom: 10px;
}

.box__title--overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
  background-color: #EFF0F0;
}

.box__title--trans {
  background-color: transparent;
  color: #fff;
}

.box__content {
  position: absolute;
  padding: 20px;
  margin: auto;
  resize: vertical;
  font-size: 28px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}

.no-flexbox .box__content {
  display: block;
}

.box__content--lrg {
  font-family: "montserrat", Gotham-medium, “Helvetica Neue”, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 34px;
  font-size: 2.125rem;
}

@media screen and (min-width: 960px) {
  .box__content {
    font-size: 16px;
    font-size: 1rem;
  }
  .box__content--lrg {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .box__content {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .box__content--lrg {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.box__content--inner {
  width: 60%;
  margin: 0 auto;
}

.box__content__social {
  margin: 0 auto;
}

.no-flexbox .box__content__social {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box--double .box__content {
  margin-top: -7px;
}

.box--text:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff4539;
}

.box--double {
  overflow: hidden;
  margin-bottom: 30px;
  display: block;
}

.box--double:hover {
  border-bottom: 0;
}

.box--double .box:after {
  bottom: 20px;
}

.box__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 23px;
  height: 23px;
}

.box__date {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.box__date,
.textBox__date {
  line-height: 14px;
  line-height: 0.875rem;
}

.box--lrg .box__copy {
  padding: 40px;
}

.box--lrg .box__copy p {
  line-height: 25px;
  line-height: 1.5625rem;
  margin-bottom: 10px;
}

.box__img {
  width: 100%;
}

@media (min-width: 1150px) {
  .box__content__social {
    width: 80%;
  }
}

@media screen and (min-width: 1440px) {
  .box__date,
  .textBox__date {
    line-height: 16px;
    line-height: 1rem;
  }
}

.box__fade {
  margin-bottom: 30px;
  position: relative;
  display: block;
  color: #000; /* Changed from 5C5C5C for accessibility */
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.box__fadeimg {
  width: 100%;
}

.box__fadeContent {
  padding: 20px;
  z-index: 20;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

@media screen and (min-width: 60em) {
  .box__fadeContent {
    z-index: 20;
    position: absolute;
    bottom: 0px;
    background: none;
  }
}

.box__fadetitle {
  color: #fff;
  font-size: 1.125rem;
  max-width: 460px;
  margin-bottom: 8px;
}

@media screen and (min-width: 60em) {
  .box__fadetitle {
    font-size: 1.75rem;
  }
}

.box__fadebg {
  background: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  background: url("../images/bg.png") repeat-x;
  background-position: bottom;
}

.box__fadedate {
  margin-bottom: 6px;
  display: block;
  font-weight: bold;
  color: #fff;
}

.box__fade:hover {
  border-bottom: 0;
}

.box--double .box__date {
  bottom: 20px;
}

@media screen and (min-width: 640px) {
  .box--double .columns:last-child .box {
    margin-left: -0.9375rem;
    margin-right: 0;
    margin-bottom: -0.9375rem;
  }
  .box--double .columns:first-child .box {
    margin-right: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
  .box--double .box:after {
    bottom: 16px;
    right: 11px;
  }
  .box--double .box__date {
    bottom: 17px;
    left: 17px;
  }
}

.box--lrg {
  background-color: #EFF0F0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bg--campus.box--text:before {
  background-color: #df0586;
}

.bg--cbass.box--text:before {
  background-color: #9e1d97;
}

.bg--cedps.box--text:before {
  background-color: #d83c00;
}

.bg--careers.box--text:before {
  background-color: #eb0000;
}

.bg--support.box--text:before {
  background-color: #3976c5;
}

.bg--chmlsGlobal.box--text:before {
  background-color: #1D781D;
}

.bg--recruitment.box--text:before {
  background-color: #00615e;
}

.bg--notInUse.box--text:before {
  background-color: #00325b;
}

.bg--corporate.box--text:before {
  background-color: #BE0F34;
}

.bg--recruitment2.box--text:before {
  background-color: #00325b;
}

.bg--campus.box--text,
.bg--campus.box--text a,
.bg--cbass.box--text,
.bg--cbass.box--text a,
.bg--cedps.box--text,
.bg--cedps.box--text a,
.bg--careers.box--text,
.bg--careers.box--text a,
.bg--support.box--text,
.bg--support.box--text a,
.bg--chmlsGlobal.box--text,
.bg--chmlsGlobal.box--text a,
.bg--recruitment.box--text,
.bg--recruitment.box--text a,
.bg--notInUse.box--text,
.bg--notInUse.box--text a,
.bg--corporate.box--text,
.bg--corporate.box--text a,
.bg--recruitment2.box--text,
.bg--recruitment2.box--text a {
  color: #fff;
}

.text--col {
  color: #fff;
}

.featureBox {
  margin-bottom: 30px;
  position: relative;
  display: block;
  color: #000; /* Changed from 5C5C5C for accessibility */
}

.featureBox:hover {
  color: #000; /* Changed from 5C5C5C for accessibility */
}

.featureBox__content {
  padding: 30px;
  min-height: 135px;
}

.featureBox__date {
  margin-bottom: 12px;
  display: block;
  font-weight: bold;
}

.featureBox__news {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  color: #00615e;
  background-color: #fff;
}

.featureBox__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.featureBox__titleAlt {
  color: #fff;
}

.section--alt .featureBox {
  background-color: #fff;
}

.featureBox--large .featureBox__title {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 16px;
  font-weight: bold;
}

.featureBox__content--alt,
.news .featureBox__content {
  padding: 20px;
}

.featureBox:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e900";
  position: absolute;
  bottom: 20px;
  right: 12px;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #00325b;
}

@media screen and (min-width: 640px) {
  .featureBox {
    margin-bottom: 0;
  }
  .featureBox--top {
    margin-bottom: 30px;
  }
}

.featureBox p {
  margin: 0px;
  line-height: 25px;
}

.featureBox__content--alt h2 {
  margin-bottom: 10px;
}

.featureBoxSmall {
  background-color: #fff;
  margin-bottom: 0px;
  position: relative;
  display: block;
  color: #000; /* Changed from 5C5C5C for accessibility */
}

.featureBoxSmall p {
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 10px;
}

.featureBoxSmall:hover {
  color: #000; /* Changed from 5C5C5C for accessibility */
}

.featureBoxSmall__content {
  padding: 15px;
  min-height: 135px;
}

.featureBoxSmall__date {
  margin-bottom: 12px;
  display: block;
  font-weight: bold;
}

.featureBoxSmall__news {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  color: #00615e;
  background-color: #fff;
}

.featureBoxSmall:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e900";
  position: absolute;
  bottom: 20px;
  right: 12px;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #00325b;
}

.singleBox {
  background-color: #f4f4f4;
  color: #fff;
  display: block;
  width: 100%;
  position: relative;
  min-height: 342px;
}

@media screen and (max-width: 960px) {
  .singleBox {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    resize: vertical !important;
  }
}

.singleBox__content {
  font-family: "montserrat", Gotham-medium, “Helvetica Neue”, Helvetica, Arial, sans-serif;
  font-weight: bold;
  width: 50%;
  padding: 20px;
  margin: auto;
  resize: vertical;
  font-size: 34px;
  font-size: 2.125rem;
}

@media screen and (min-width: 640px) {
  .singleBox__content {
    font-size: 28px;
    font-size: 1.75rem;
    padding: 0;
  }
}

@media screen and (min-width: 1440px) {
  .singleBox__content {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.singleBox--top {
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .singleBox--top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.singleBox--warmred {
  background-color: #ff4539;
  color: #fff;
  display: block;
  width: 100%;
  font-weight: bold;
}

.singleBox--warmred:hover {
  color: #fff;
}

.singleBox--warmred a:hover {
  color: #fff;
}

.singleBox--turquoise {
  background: #10aca8;
  background: -webkit-linear-gradient(-45deg, #10aca8 50%, #04a09c 50%);
  background: -webkit-linear-gradient(315deg, #10aca8 50%, #04a09c 50%);
  background: linear-gradient(135deg, #10aca8 50%, #04a09c 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10aca8', endColorstr='#04a09c', GradientType=1);
  color: #fff;
  display: block;
  width: 100%;
  font-weight: 700;
  position: relative;
}

.singleBox--turquoise a {
  color: #fff;
}

.singleBox--turquoise a:hover {
  color: #fff;
}

.singleBox--label {
  background-color: #f4f4f4;
  color: #00325b;
  bottom: 0;
  position: absolute;
  padding: 15px 15px;
  width: 100%;
}

.singleBox--labelAlt {
  background-color: #fff;
}

.singleBox--label h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.singleBox--label p {
  margin: 0px;
  line-height: 25px;
}

.singleBox--label:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e900";
  position: absolute;
  bottom: 20px;
  right: 10px;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #00325b;
}

.singleBox--clearlabel {
  background-color: transparent;
  color: #fff;
  bottom: 0;
  position: absolute;
  padding: 25px 0px 0px 20px;
  width: 100%;
}

.singleBox--clearlabel h3 {
  color: #fff;
}

.splitBox {
  background-color: #4e748b;
  color: #fff;
  position: relative;
  display: block;
  min-height: 342px;
}

.splitBox__img {
  height: 342px;
}

.splitBox:hover {
  color: #fff;
}

.splitBox--arts {
  background-color: #df0586;
  color: #fff;
}

.splitBox--business {
  background-color: #9e1d97;
  color: #fff;
}

.splitBox__content {
  padding: 20px;
  font-size: 14px;
}

.splitBox:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e900";
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #fff;
}

@media screen and (min-width: 640px) {
  .splitBox--left:after {
    right: 51%;
    bottom: 17px;
  }
}

.splitBox__content p {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  margin-bottom: 20px;
}

.splitBox__title {
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 0;
  font-family: "montserrat", Gotham-medium, “Helvetica Neue”, Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

.singleTitle {
  padding: 0;
}

.singleTitle p {
  font-size: 19px;
  font-family: "montserrat", Gotham-medium, “Helvetica Neue”, Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

.splitBox--top {
  margin-bottom: 30px;
  position: relative;
  min-height: 342px;
}

.splitBox--centered .splitBox__content {
  width: 50%;
}

.splitBox--centered .splitBox__title {
  font-size: 34px;
  font-size: 2.125rem;
}

.featureList {
  background-color: #EFF0F0;
  margin-bottom: 30px;
  position: relative;
}

.featureList__tag {
  float: right;
  padding: 10px 20px;
  color: #007d7a;
  background-color: #fff;
}

.featureList__list {
  list-style: none;
  padding: 50px 20px 0 0;
  margin: 0;
  clear: both;
}

.featureList__item {
  margin: 0;
}

.featureList__date {
  float: left;
  width: 70px;
  min-height: 70px;
  color: #fff;
  background-color: #00615e;
  padding: 18px 20px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "montserrat", Gotham-medium, “Helvetica Neue”, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 16px;
  margin-top: 4px;
  overflow-wrap: normal;
}

.featureList__details {
  margin-left: 90px;
}

.featureList__title {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 16px;
}

.featureList__desc {
  color: #000; /* Changed from 5C5C5C for accessibility */
}

.featureList_allLink {
  /* color: #007d7a;  Use default hypertext formatting for consistency and accessibility */
  float: right;
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  margin: 10px 20px;
  position: absolute;
  bottom: 4px;
  right: 0px;
  border-bottom: 1px solid transparent;
}

.featureList_allLink:hover {
  border-color: #007d7a;
  color: #007d7a;
}

.featureList--small .featureList__date {
  width: 56px;
  min-height: 56px;
  padding: 10px 12px;
  line-height: 18px;
  line-height: 1.125rem;
  margin-top: 4px;
}

.featureList--small .featureList__details {
  margin-left: 75px;
}

.featureList--small .featureList__desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 25px;
  line-height: 1.5625rem;
}

.featureList--small .featureList__list li {
  margin-bottom: 35px;
}

@media screen and (min-width: 960px) {
  .splitBox__title {
    font-size: 28px;
  }
}

@media screen and (min-width: 960px) {
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .flex--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.featureBox__newsMain {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  display: block;
  color: #5C5C5C;
}

@media screen and (max-width: 60em) {
  .featureBox__newsMain {
    background-color: #f4f4f4;
  }
}

.featureBox__newsMainContent {
  padding: 20px;
  z-index: 20;
  min-height: 135px;
}

@media screen and (min-width: 60em) {
  .featureBox__newsMainContent {
    position: absolute;
    bottom: 0px;
  }
}

.featureBox__newstitle {
  color: #00325b;
  font-size: 1.125rem;
  max-width: 460px;
}

@media screen and (min-width: 60em) {
  .featureBox__newstitle {
    color: #fff;
    font-size: 1.75rem;
  }
}

.featureBox__bg {
  background: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (min-width: 60em) {
  .featureBox__bg {
    background: url("../images/bg.png") repeat-x;
    background-position: bottom;
  }
}

.featureBox__newsdate {
  margin-bottom: 12px;
  display: block;
  font-weight: bold;
  color: #a81638;
}

@media screen and (min-width: 60em) {
  .featureBox__newsdate {
    color: #fff;
  }
}


/* NS - commented out to prevent a rogue arrow on news articles
.news:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e900";
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #00325b;
}
*/

.twitterbox {
  color: #fff;
  font-size: 18px;
  position: relative;
  min-height: 342px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.twitterbox:after {
  color: #fff;
}

.twitterbox:before {
  color: #fff;
}

.twitterbox--date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

.twitterbox__content {
  color: #fff;
  background: none;
  font-size: 18px;
  position: relative;
  width: 80%;
  margin: auto;
}

.twitterbox .socialList__icon--Tw {
  position: absolute;
  top: 20px;
  left: 20px;
}

.twitterbox__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  background: url("../images/bg/tw.svg") no-repeat;
  display: block;
  width: 23px;
  height: 23px;
}

.twitterbox:hover {
  color: #fff;
}

.facebookbox {
  color: #fff;
  font-size: 18px;
  padding: 0;
  min-height: 342px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.facebookbox:after {
  color: #fff;
}

.facebookbox:before {
  color: #fff;
}

.facebookbox--date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

.facebookbox .socialList__icon--Fb {
  position: absolute;
  top: 20px;
  left: 20px;
}

.facebookbox__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  background: url("../images/bg/fb.svg") no-repeat;
  display: block;
  width: 23px;
  height: 23px;
}

.facebookbox__content {
  width: 80%;
  margin: auto;
}

.facebookbox:hover {
  color: #fff;
}

.facebookbox a:hover {
  color: #fff;
}

.instagrambox {
  color: #fff;
  font-size: 18px;
  position: relative;
  min-height: 342px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.instagrambox:after {
  color: #fff;
}

.instagrambox:before {
  color: #fff;
}

.instagrambox--date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

.instagrambox__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/bg/insta.svg") no-repeat;
}

.instagrambox__content {
  width: 80%;
  margin: auto;
  color: #fff;
}

.Box {
  margin-bottom: 25px;
  position: relative;
  display: block;
  color: #5C5C5C;
  min-height: 342px;
}

.Box--feature {
  min-height: 719px;
}

.Box:hover {
  color: #5C5C5C;
}

.Box__content {
  padding: 20px;
  min-height: 135px;
  background-color: #EFF0F0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.Box__date {
  margin-bottom: 12px;
  display: block;
  font-weight: bold;
}

.Box:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e900";
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #00325B;
}

@media screen and (min-width: 640px) {
  .Box {
    margin-bottom: 0;
  }
  .Box--top {
    margin-bottom: 25px;
  }
}

.featureList__listItem {
  margin-bottom: 50px;
}

.Box--top {
  margin-bottom: 25px;
}

@media only screen and (max-width: 960px) {
  .featureList {
    min-height: 458px;
  }
  .textBox__content {
    padding-top: 0px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1250px) {
  .textBox .textBox__inner {
    padding: 20px;
  }
  .textBox__content {
    padding-top: 0px;
  }
  .box__content__social {
    font-size: 14px;
  }
}

.flickrbox {
  color: #fff;
  font-size: 18px;
  padding: 0;
  min-height: 342px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.flickrbox:after {
  color: #fff;
}

.flickrbox:before {
  color: #fff;
}

.flickrbox--date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 100;
  color: #fff;
}

.flickrbox__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 29px;
  height: 29px;
  background: url("../images/bg/flickr.svg") no-repeat;
  z-index: 100;
}

.facebookbox__content {
  width: 80%;
  margin: auto;
}

.flickrbox:hover {
  color: #fff;
}

.flickrbox a:hover {
  color: #fff;
}

.youtubebox {
  color: #fff;
  font-size: 18px;
  padding: 0;
  min-height: 342px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.youtubebox:after {
  color: #fff;
}

.youtubebox:before {
  color: #fff;
}

.youtubebox--date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 100;
  color: #fff;
}

.youtubebox__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 29px;
  height: 29px;
  background: url("../images/bg/youtube.svg") no-repeat;
  z-index: 100;
}

.youtubebox__content {
  width: 80%;
  margin: auto;
}

.youtubebox:hover {
  color: #fff;
}

.youtubebox a:hover {
  color: #fff;
}

.imgBox__content--alt {
  padding: 20px 20px;
  background-color: #fff;
}

.imgBox:hover,
.box--single:hover {
  border: 0;
}

.imgBox__desc {
  display: block;
}

@media screen and (min-width: 1440px) {
  .imgBox,
  .textBox,
  .box--single,
  .box--double {
    margin-bottom: 30px;
  }
  .row--boxes {
    margin-bottom: 0;
  }
  .imgBox__desc {
    display: block;
  }
}

.box--single {
  margin-bottom: 30px;
}

.imgBox--newsEvents {
  margin-bottom: 30px;
  position: relative;
  display: block;
  background-color: #EFF0F0;
  width: 100%;
}

.imgBox--newsEvents,
.imgBox--newsEvents img {
  -webkit-transition: none;
  transition: none;
}

.imgBox--newsEvents,
.imgBox--newsEvents:hover {
  border: 0;
}

.newsEvents__row:last-child .columns:last-child .imgBox--newsEvents {
  margin-bottom: 0;
}

.newsEvents__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-bottom: 16px;
}

.imgBox__title--newsLanding {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.38em;
  margin-bottom: 16px;
  font-weight: 400;
}

.newsLanding__row:last-child:not(:first-child) {
  float: left;
}

/* 1 columnn (and below) */
@media only screen and (max-width: 640px) {
  .box--double .textBox--double {
    margin-bottom: 0 !important;
  }
  .imgBox,
  .textBox--doubleLast,
  .imgBox,
  .textBox {
    margin-bottom: 30px !important;
  }
  .row--boxes,
  .textBox--double {
    margin-bottom: 0;
  }
  .pageTitle--withBanner {
    font-size: 24px;
    margin-bottom: 0;
  }
  .mainContent .breadCrumb {
    margin: 13px 0px 27px;
  }
  .imgBox--alt .imgBox__content {
    position: relative;
  }
}

/* 2 columnn (only) */
@media only screen and (min-width: 640px) and (max-width: 960px) {
  .singleFeatureLarge {
    margin: 30px 0;
  }
  .singleFeatureLargeTop,
  .imgBox,
  .box--double,
  .imgBox,
  .box--single {
    margin: 0 0 30px;
  }
  .mainContent .section--grey {
    padding: 80px 0px 10px;
  }
  .row--boxes {
    margin-bottom: 0;
  }
  .pageBanner__inner {
    min-height: 320px;
  }
  .featureList {
    height: auto !important;
  }
  .resultsContainer__heading {
    margin-top: 16px;
  }
}

.orange {
  background: #E1941F;
}

.turquoise {
  background: #00615e;
}

.purple {
  background: #7F1879;
}

.blue {
  background: #4e748b;
}

.red {
  background: #ff4539;
}

/****************
CHROME BUG FIX
****************/
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .floatFix {
    margin-right: -4px;
    float: none;
    display: inline-block;
  }
  .floatFix img {
    display: block;
  }
}

/* Reduce margin for home titles END */
/* Additional option to hide imgBox text START */
.imgBox__content.imgBox--hide--text {
  background: none;
}

.imgBox__content.imgBox--hide--text > p {
  display: none;
}

.imgBox__content.imgBox--hide--text > h3 {
  display: none;
}

div.imgBox__content.imgBox--hide--text::after {
  color: #ffffff;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .imgBox__desc {
    display: none !important;
  }
}

/* ipad fix */
.textBox__inner {
  display: -webkit-flex;
    -webkit-align-items: center;
}

/* ipad fix END */
.youtubeBlock a {
  margin-bottom: 0;
}

.youtubeBlock a:hover {
  border: none;
}

.youtubebox__iconContainer {
  position: relative;
}

.breadCrumb {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 0;
  margin: 24px 0;
  clear: both;
}

.breadCrumb__item {
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline;
  color: #5C5C5C;
}

.breadCrumb__link {
  color: #5C5C5C;
  display: inline;
}

.breadCrumb__item.disabled {
  color: #8f8f8f;
}

.breadCrumb__item:not(:last-child)::after {
  color: #00615e;
  content: "/";
  margin: 0 10px;
  position: relative;
  top: 1px;
  opacity: 1;
}

.breadCrumb li {
  color: #5C5C5C;
  margin-left: 0;
}

.nav-up {
  top: -40px;
}

.skipLink:focus-visible {
  display: block;
  background: #002646;
  padding: 5px;
  color: #fff;
  font-size: 14px;
}

@media screen and (min-width: 1281px) {
  .siteHeader {
    position: fixed;
    z-index: 200;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: top 0.2s ease;
            transition: top 0.2s ease;
  }
  .headerTop {
    background: #002646;
    position: relative;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
    width: 100%;
    z-index: 99999;
    height: 40px;
    padding: 0 14px;
    overflow: hidden;
  }
  .headerTop--shrink {
    height: 0;
  }
  .headerTop__list a:hover {
    border: none;
  }
}

@media screen and (min-width: 1050px) and (max-width: 1260px) {
  .logoBrunel {
    width: 190px;
  }
}

table {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}

thead,
tbody,
tfoot {
  border: none;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 20px 30px;
  font-size: 17px;
  color: #00325B;
  background-color: #eff0f0;
}

tbody th,
tbody td {
  padding: 20px 30px;
  font-size: 17px;
}

tbody tr:nth-child(odd) {
  background-color: #fff;
}

table tbody tr:nth-child(even) {
  background-color: #eff0f0;
}

.stacktable {
  width: 100%;
}

.st-head-row {
  padding-top: 1em;
  background: #e8e8e8;
}

.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 10px;
}

.st-key {
  width: 49%;
  text-align: left;
  padding-right: 3%;
  font-weight: 600;
}

.st-val {
  width: 49%;
  padding-left: 3%;
}

/* RESPONSIVE EXAMPLE */
.stacktable.large-only {
  display: table;
}

.stacktable.small-only {
  display: none;
}

@media (max-width: 800px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
}

.is-drilldown-submenu-parent > a::after {
  border: none;
}

.js-drilldown-back a:hover {
  border: none;
}

.is-drilldown-submenu-parent > a::after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e900";
  position: absolute;
  bottom: 15px;
  right: 6px;
  color: #00325b;
}

.js-drilldown-back::before {
  width: 10px;
  height: 14px;
  background: url(../images/backArrow.png) no-repeat;
  border: none;
  margin-left: 0;
}

.is-drilldown-submenu-parent > a::after {
  right: 16px;
}

@media (min-width: 1281px) {
  .is-open-right {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.offCanvasNav__level1,
.menu.nested,
.js-drilldown-back,
.offCanvasNav__level2 {
  margin-left: 0;
}

.offCanvasNav__level1Link {
  font-size: 16px;
  font-size: 1rem;
  line-height: 46px;
  line-height: 2.875rem;
  curser: pointer;
}

.menu > li:not(.menu-text) > a {
  outline: none;
}

.offCanvasNav__level1Link:focus-visible,
.offCanvasNav__level2Link:focus-visible,
.offCanvasNav__level3Link:focus-visible {
  background: #ddd;
}

.offCanvasNav__level1,
.menu.nested,
.js-drilldown-back,
.offCanvasNav__level2 {
  outline: none;
}

.is-drilldown-submenu-item,
.offCanvasNav__level1Link {
  border-bottom: 1px solid #bfbfbf;
}

.offCanvasNav .is-drilldown-submenu-item a,
.offCanvasNav .is-drilldown-submenu-parent a,
.offCanvasNav__level1Link {
  padding-left: 16px;
  padding-right: 35px;
}

.menu > li:not(.menu-text) > a {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  cursor: pointer;
  opacity: 1;
}

.offCanvasNav__level1Link:hover {
  border-bottom: #BFBFBE 1px solid;
}

.offCanvasNav__level3Link:hover,
.offCanvasNav__level2Link:hover {
  border-bottom: #BFBFBE;
}

.is-drilldown ul li {
  margin-left: 0;
}

.pagination {
  color: #00325b;
  float: right;
}

.pagination a {
  color: #00325b;
}

.sys_navigation a:hover {
  color: #a81638;
}

.pagination li a {
  background-color: #EFF0F0;
  display: inline-block;
  margin: 3px;
}

.sys_selected {
  color: #a81638;
}

.pagination .current {
  background: transparent;
  padding: 0;
}

.pagination .current a {
  border-bottom: 1px solid #a81638;
  opacity: 0.9;
  background: #e6e6e6 none repeat scroll 0 0;
}

.pagination li {
  margin-left: 0;
}

pagination .arrow a {
  background-color: #fff;
}

.viewall {
  color: #a81638;
  font-weight: bold;
  margin: 0px 0px 0px 10px;
}

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

h3.inline, h3.inlineStyle {
  line-height: 2.03;
}

.articleimg {
  margin-bottom: 2.8125rem;
}

.testimonial {
  padding: 40px 20px;
  max-width: 805px;
  text-align: center;
  color: #00325b !important;
  font-style: italic !important;
  font-size: 19px !important;
  line-height: 40px !important;
  margin: auto!important;
}

.testimonial:before {
  content: "\e901";
  display: block;
  width: 51px;
  height: 41px;
  margin: 0 auto 40px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 41px;
  font-size: 51px;
  color: #a81638;
}

.testimonial--title {
  width: 51px;
  height: 41px;
  margin: 0 0 40px;
}

.testimonial p {
  color: #00325b;
  font-style: italic;
  font-size: 19px;
  line-height: 40px;
}

.testimonial__referer {
  font-family: "montserrat", Gotham-medium, “Helvetica Neue”, Helvetica, Arial, sans-serif;
  color: #00325B;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 600;
}

@media screen and (min-width: 640px) {
  .testimonial__referer {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.testimonialContainer {
  margin-top: 38px;
  margin-bottom: 68px;
}

.header__searchButton {
  width: 96px;
  height: 96px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
}

.bannerSearch--buttons a.button {
  background-image: none;
  padding: 0.8em;
}

.headerSearch {
  display: none;
  position: relative;
  float: left;
  padding: 0;
}

.headerSearch--active {
  display: block !important;
}

.headerSearch__searchButton {
  text-indent: -999px;
  right: 0;
}

@media screen and (min-width: 640px) {
  .headerSearch {
    position: absolute;
    top: 91px;
    right: 0;
    left: auto;
    width: 400px;
    height: 76px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  }
}

@media screen and (min-width: 1281px) {
  .headerSearch {
    top: 73px;
  }
}

@media screen and (min-width: 1281px) {
  .headerSearch {
    top: 89px;
  }
}

::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #00325b;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #00325b;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #00325b;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #00325b;
}

::-ms-input-placeholder {
  /* Edge */
  color: #00325b;
}

:placeholder-shown {
  /* Standard one last! */
  color: #00325b;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  font-family: "Open Sans", sans-serif;
  -webkit-appearance: caret;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

[type='text']:focus-visible,
[type='password']:focus-visible,
[type='date']:focus-visible,
[type='datetime']:focus-visible,
[type='datetime-local']:focus-visible,
[type='month']:focus-visible,
[type='week']:focus-visible,
[type='email']:focus-visible,
[type='number']:focus-visible,
[type='search']:focus-visible,
[type='tel']:focus-visible,
[type='time']:focus-visible,
[type='url']:focus-visible,
[type='color']:focus-visible,
textarea:focus-visible {
  border: none;
  background-color: #f4f4f4;
  box-shadow: none;
  -webkit-transition: all 0.25s, ease-in-out;
  transition: all 0.25s, ease-in-out;
  outline: -webkit-focus-ring-color auto 5px;
}

/* Remove IE's ugly 'X' from search results */
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* CONTENSIS FORM ELEMENTS */
.sys_cms-form-body, .sys_comments-control {
  list-style: none;
  margin: 0;
}
.sys_addcomments-title {display:none;}

.sys_fieldlabel,
.sys_cms-form-body label,
.sys_comments-control label {
  line-height: 3em;
  color: #00325b;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 640px) {
  .sys_fieldlabel,
  .sys_cms-form-body label,
  .sys_comments-control label {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.sys_cms-form-body .sys_checkbox label,
.sys_cms-form-body .sys_radio label {
  font-weight: 400;
  color: #5C5C5C;
  margin-right: 45px;
}

.sys_legend {
  font-size: 16px;
  font-size: 1rem;
  line-height: 3em;
  padding-top: 30px;
}

@media screen and (min-width: 640px) {
  .sys_legend {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.sys_cms-form-body input[type='text'],
.sys_comments-control input[type='text'] {
  height: 57px;
  background: #eff1f0;
  border: none;
  line-height: 57px;
  padding: 0 30px;
  box-shadow: none;
}

.sys_cms-form-body textarea,
.sys_comments-control textarea {
  background: #eff1f0;
  border: none;
  line-height: 68px;
  padding: 0 30px;
  box-shadow: none;
  height: 300px;
  line-height: 1.5em;
  padding: 30px;
}

.sys_cms-form-body select,
.sys_comments-control select {
  border: none;
  background: #eff1f0 url("../images/selectArrow.svg") no-repeat right center;
  height: 68px;
  padding: 0 30px;
}

.sys_cms-form-item.sys_buttons {
  padding-top: 20px;
}

.sys_required {
  color: #ff5f5f;
}

.sys_cms-form-validationsummary li, .sys_addcomments-validationtext li {
  border: 1px solid #cf4948;
  color: #cf4948;
  background: #ffe8e8;
  padding: 26px 20px;
  margin-bottom: 20px;
}

.sys_cms-form-error {
  color: #cf4948;
}

span.sys_boxclearer {
  clear: both;
  display: block;
}

.imgBox__title--news {
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 25px;
  margin-bottom: 20px;
}

.imgBox__date--news {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 25px;
  font-weight: 600;
}

.featureList__title {
  font-weight: 400;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: none;
  border: 0;
}

.tabs-title {
  background: #007d7a;
  margin: 1px 0 0 0;
  width: 100%;
}

.tabs-title a {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "montserrat", Gotham-medium, “Helvetica Neue”, Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: block;
  padding: 0 25px;
  background: #007d7a;
  border: 0;
  height: 60px;
  line-height: 60px;
  color: #fff;
}

.tabs-title a[aria-selected='true'] {
  background: #007d7a;
  font-weight: 400;
}

.tabs-title a:hover {
  border: 0;
  background: #00615e;
}

.tabs-title > a:focus-visible,
.tabs-title > a[aria-selected='true'] {
  color: #fff;
  font-weight: 400;
  background: #004a48;
}

.tabs-content {
  border: 1px solid #e6e6e6;
}

@media screen and (min-width: 1440px) {
  .tabs-title {
    width: auto;
    margin: 0 1px 0 0;
  }
}

.modal--feedback h3, .sys_comments-control h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1em;
}

.modal--feedback p, .sys_comments-control p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.35em;
  margin-bottom: 1em;
}

.modal--feedback label, .sys_comments-control label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2em;
}

.modal--feedback .sys_cms-form-item {
  margin: 0;
}

.modal--feedback .sys_cms-form-body input[type='text'], .sys_comments-control input[type='text'] {
  background: #eff0f0;
  height: 40px;
  margin-bottom: 15px;
  line-height: 40px;
  padding: 0 14px;
}

.modal--feedback .sys_cms-form-body textarea, .sys_comments-control textarea {
  background: #eff0f0;
  margin-bottom: 15px;
  padding: 14px;
  line-height: 1.4em;
  height: 182px;
}

.modal--feedback .sys_cms-form-item.sys_buttons, .sys_comments-control .sys_comments-rating-and-button {
  height: auto;
  padding: 0;
}

li.feedback__name, .sys_addcomments-name {
  width: 50%;
  float: left;
  padding-right: 7px;
  box-sizing: border-box;
}

li.feedback__email, .sys_addcomments-email {
  width: 50%;
  float: left;
  padding-left: 7px;
  box-sizing: border-box;
}

.modal--feedback .sys_form-submit {
  margin: 0;
}

.addthis_toolbox {
  padding-top: 10px;
  text-align: center;
}

.addthis_toolbox > a {
  display: inline-block !important;
  float: none !important;
}

.addthis_toolbox .addthis_button_facebook_like {
  position: relative;
  top: -3px;
}

.addthis_toolbox a:hover {
  border: none;
}

@media screen and (min-width: 1440px) {
  .modal--feedback h3, .sys_comments-control h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .modal--feedback p, .sys_comments-control p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5em;
    margin-bottom: 1.5em;
  }
  .modal--feedback label, .sys_comments-control label {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .modal--feedback .sys_cms-form-body input[type='text'], .sys_comments-control input[type='text'] {
    height: 57px;
    line-height: 57px;
    padding: 0 14px;
    margin-bottom: 25px;
  }
  .modal--feedback .sys_cms-form-body textarea, .input[type='text'] textarea {
    padding: 14px;
    height: 182px;
    margin-bottom: 25px;
  }
}

.jwplayer.aspectMode {
  padding-bottom: 6%;
}

.accordionbox {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  clear: both;
  margin: 0 0 10px;
}

.accordionbox > h2 {
  position: relative;
  background: #eee;
  color: #00325b;
  display: block;
  margin: 0;
  padding: 20px 16px;
  font-size: 16px;
  font-weight: bold;
}

.accordionbox > h2:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 2px;
  background-color: #00325b;
}

.accordionbox.accordionbox-closed > h2:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 2px;
  height: 20px;
  background-color: #00325b;
  margin-top: -9px;
}

.accordionbox-title p {
  line-height: 1.2em;
  margin: 0 25px 0 0;
  overflow: hidden;
}

.accordionbox .accordionbox-content {
  padding: 8px;
}

.accordionbox .accordionbox-content::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.accordionbox.accordionbox-closed {
  margin: 0 0 3px;
}

.accordionbox.accordionbox-closed .accordionbox-content {
  /* display: none !important; */
  display: none;  /* Removed !important to shown in print view - NS July 2020 */
}

/* Alter tables in Accordion boxes START */
.accordionbox div.accordionbox-content div table {
  margin-bottom: 10px;
}

.accordionbox div.accordionbox-content div table tbody tr td {
  padding: 5px;
  font-size: 0.8rem;
}

/* Alter tables in Accordion boxes END */
/* Start Cookie styles */
#brunelcookies {
  background: #00325b  none repeat scroll 0 0;
  position: fixed;
  z-index: 10000;
  width: 35%;
  bottom: 30px;
  right: 30px;
  text-align: center;
  display: none;
  padding: 20px 40px;
}

#brunelcookies p {
  color: #ffffff;
  margin-bottom: 10px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #brunelcookies {
    width: 100%;
    right: 0;
    bottom: 0;
  }
}

.courseDetailContainer .desk--hide .featureBlock p a {
  display: block;
  float: left;
  clear: both;
  border-bottom: 0;
}

.siteFooter a:focus-visible {
  color: #fff;
}

#brunelcookies a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

/* Reduce accordion title size START */
div.accordionbox h2.accordionbox-title {
  font-size: 90%;
  padding-right: 30px;
}

/* Reduce accordion title size END */
/* Make iFrames Responsive START */
.iframe_responsive_container {
  position: relative;
  height: 0;
  overflow: hidden;
}

/* 16x9 Aspect Ratio */
.iframe_responsive_container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.iframe_responsive_container-4x3 {
  padding-bottom: 75%;
}

.iframe_responsive_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Make iFrames Responsive END */
/* Hiding the FAQ first question row START*/
.sys_faqs-question {
  display: none !important;
}

/* Hiding the FAQ first question row END*/
/* Hiding the FAQ first answer column START
dt.sys_faqs-answer {
  display:none !important;
}
Hiding the FAQ first answer column END*/
/* Convert FAQ answer heading into bar START */
dl.sys_record-details-control.sys_FAQs-details dt.sys_faqs-answer {
  background-color: #215885;
  color: #ffffff;
  width: 100%;
  padding-left: 10px;
}

/* Convert FAQ answer heading into bar END */
/* Hiding the making answer column 100% START*/
dd.sys_faqs-answer {
  width: 100% !important;
}

/* Hiding the making answer column 100% END*/
/* Make FAQs UL Full Width START */
.sys_faqs-answer > ul {
  width: 100% !important;
}

/* Make FAQs UL Full Width END */
/* Option for using Social Buzz in wide cell START */
.facebook--wide {
  padding-top: 48%;
}

/* Option for using Social Buzz in wide cell END */
/* Temporary fix to imgBox description disappearing START */
div.imgBox.youtubeBlock div.imgBox__content.imgBox--alt p.imgBox__desc, div.imgBox.imgBox--alt div.imgBox__content p.imgBox__desc {
  display: block;
}

/* Temporary fix to imgBox description disappearing END */
/* Additional option to hide imgBox text START */
.imgBox__content.imgBox--hide--text {
  background: none;
}

.imgBox__content.imgBox--hide--text > p {
  display: none;
}

.imgBox__content.imgBox--hide--text > h3 {
  display: none;
}

div.imgBox__content.imgBox--hide--text::after {
  color: #ffffff;
}

/* Additional option to hide imgBox text END */

/* News Events home page Conversation RSS START */
.news_home_conversation_gap {
    background-color: white;
    height: 30px;
    margin-bottom: 20px;
}

.news_home_conversation_title > h3 {
    margin: 5px 0 5px 10px;
}

div#ConversationRssFeedReader_RSS ul.sys_rss li {
    font-size: 92%;
    line-height: 1.5em;
    margin: 0 20px 0 30px;
}

div.news_home_conversation_morelink {
    float: right;
    font-size: 98%;
    margin: 0 15px 10px;
}

div#RSSTheConversationFeed_RSS ul.sys_rss {
  margin: 0 0 40px 40px;
}
/* News Events home page Conversation RSS END */

/* Home Events Feature list: Add gap before view all START */
ul.featureList__list li.featureList__item:last-child {
    margin-bottom: 50px !important;
}
/* Home Events Feature list: Add gap before view all END */

/*Bunel University extra CSS*/

/* Reduce accordion title size START */
div.accordionbox h2.accordionbox-title {
  font-size: 90%;
  padding-right: 30px;
}

/* Reduce accordion title size END */
/* Make iFrames Responsive START */
.iframe_responsive_container {
  position: relative;
  height: 0;
  overflow: hidden;
}

/* 16x9 Aspect Ratio */
.iframe_responsive_container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.iframe_responsive_container-4x3 {
  padding-bottom: 75%;
}

.iframe_responsive_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Make iFrames Responsive END */
/* Hiding the FAQ first question row START*/
.sys_faqs-question {
  display: none !important;
}

/* Hiding the FAQ first question row END*/
/* Hiding the FAQ first answer column START
dt.sys_faqs-answer {
  display:none !important;
}
Hiding the FAQ first answer column END*/
/* Convert FAQ answer heading into bar START */
dl.sys_record-details-control.sys_FAQs-details dt.sys_faqs-answer {
  background-color: #215885;
  color: #ffffff;
  width: 100%;
  padding-left: 10px;
}

/* Convert FAQ answer heading into bar END */
/* Hiding the making answer column 100% START*/
dd.sys_faqs-answer {
  width: 100% !important;
}

/* Hiding the making answer column 100% END*/
/* Make FAQs UL Full Width START */
.sys_faqs-answer > ul {
  width: 100% !important;
}

/* Make FAQs UL Full Width END */
/* Option for using Social Buzz in wide cell START */
.facebook--wide {
  padding-top: 48%;
}

/* Option for using Social Buzz in wide cell END */
/* Temporary fix to imgBox description disappearing START */
div.imgBox.youtubeBlock div.imgBox__content.imgBox--alt p.imgBox__desc, div.imgBox.imgBox--alt div.imgBox__content p.imgBox__desc {
  display: block;
}

/* Temporary fix to imgBox description disappearing END */
/* Additional option to hide imgBox text START */
.imgBox__content.imgBox--hide--text {
  background: none;
}

.imgBox__content.imgBox--hide--text > p {
  display: none;
}

.imgBox__content.imgBox--hide--text > h3 {
  display: none;
}

div.imgBox__content.imgBox--hide--text::after {
  color: #ffffff;
}

/* Additional option to hide imgBox text END */

/* News Events home page Conversation RSS START */
.news_home_conversation_gap {
    background-color: white;
    height: 30px;
    margin-bottom: 20px;
}

.news_home_conversation_title > h3 {
    margin: 5px 0 5px 10px;
}

div#ConversationRssFeedReader_RSS ul.sys_rss li {
    font-size: 92%;
    line-height: 1.5em;
    margin: 0 20px 0 30px;
}

div.news_home_conversation_morelink {
    float: right;
    font-size: 98%;
    margin: 0 15px 10px;
}

div#RSSTheConversationFeed_RSS ul.sys_rss {
  margin: 0 0 40px 40px;
}
/* News Events home page Conversation RSS END */

/* Home Events Feature list: Add gap before view all START */
ul.featureList__list li.featureList__item:last-child {
    margin-bottom: 50px !important;
}
/* Home Events Feature list: Add gap before view all END */

/* RT Update Folder login msg - remove excl mark and add padding START */
.sys_theme-simple .sys_logon-control .sys_loginerror {
    padding-top: 15px !important;
    background: none !important;
}
/* RT Update Folder login msg - remove excl mark and add padding END */

/* RT Hides Secondary Nav in generic pages if metadata ticked START */
.hideSecNav {display:none;}
/* RT Hides Secondary Nav in generic pages if metadata ticked END */

/* RT: New CTAs for Clearing Course Detail START */
.clearing_available_desktop, .clearing_available_mobile,
.clearing_available_mobile:hover, .clearing_search_link,
.clearing_search_link:hover {
  background-color:#BE0F34;
}

.clearing_available_desktop {
  background-color:#BE0F34;
}


.clearing_available_desktop:hover {
  background-color:#BE0F34;
  opacity:1;
  cursor:default;
}

@media screen and (max-width: 1023px) {
 .clearing_landing_column_hide {display:none !important;}
}
  
@media screen and (max-width: 1280px) {
  .clearing_available_desktop {display:none !important;}
}

@media screen and (min-width: 1281px) {
  .clearing_available_mobile {display:none !important;}
}

.clearing_interest, .clearing_interest:hover {
  background-color:#00615e;
}

.clearing_places_available, .clearing_places_available:hover {
  background-color:#DF0586;
}

.clearing_open_day, .clearing_open_day:hover {
  background-color:#00615e;
}

/* RT: New CTAs for Clearing Course Detail START */


.homepage_alert_wrapper {
  margin: 2rem auto 1rem auto;
  max-width:90rem;
}
.homepage_alert_inner {
  border: 2px solid red;
  padding: 10px;
  background-color: #f7eaea;
}

.modal--feedback .inline-list li {
    display: inline-block;
    margin: 16px
}

/* New social sharing in footer */

.social-share {
    display: block;
    text-align: center;
    margin: 20px auto
}

.social-share__icon {
    display: block;
    border-bottom: 0;
    width: 36px;
    height: 36px
}

.social-share__icon--fb {
    background: url("../images/SocialIcons/tfb-square-v2-White.svg") no-repeat
}

.social-share__icon--tw {
    background: url("../images/SocialIcons/x-square-v2-White.svg") no-repeat
}

.social-share__icon--gp {
    background: url("../images/bg/googleplus-blue.svg") no-repeat
}

.social-share__icon--lin {
    background: url("../images/SocialIcons/linkedin-square-v2-White.svg") no-repeat
}

.social-share__icon--wa {
    background: url("../images/bg/whatsapp-blue.svg") no-repeat
}

.social-share__icon--em {
    background: url("../images/bg/gmail-blue.svg") no-repeat
}
.in-page-testimonial {
  background-color: #F3F3F3;
  padding: 50px 0;
}

.in-page-testimonial .slick-list {
    max-width: 1200px;
    margin: 0 auto;
}
.in-page-testimonial ul.slick-dots {
  background-color: #F3F3F3 !important;
  bottom: -36px;
}
.in-page-testimonial .slick-slide img {
  margin: 0;
  display: inline-block;
  float: left;
  padding: 0 20px;
}
.in-page-testimonial .quote__details {
  margin: 0 auto;
  display: inline-block;
}
.in-page-testimonial .quote__details q {
  margin: 0;
  color: #00325b;
  font-weight: bold;
}
.in-page-testimonial .quote__details q span {
  color: #a81638;
}
.in-page-testimonial .quote__details .new__quote q {
  font-weight: lighter;
}

.new__quote {
  text-align: center;
  padding: 0;
  margin: 0;
  border: none;
  margin-bottom: 32px;
}
.new__quote-info {
  text-align: center;
}
.new__quote q {
  color: #00325b;
  font-weight: lighter;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 0;
  padding: 6px 32px;
}
.new__quote q:before {
    content: open-quote;
    color: #a81638;
    margin-right: 5px;
    font-size: 200%;
}

.new__quote q:after {
    content: close-quote;
    color: #a81638;
    margin-left: 5px;
    font-size: 200%;
}

/* RT: Update Related Course layout for sidecolumned page START */
div#mainArticle.columns.medium-8.large-8 article.mainArticle section.paddingTopBottom.marginTop.section--alt.relatedCourseSection div.row div.courseItemWrapper div.columns.medium-6.large-4.xlarge-3 {
  width:45%;
  margin:10px 0 0 20px;
}
div#mainArticle.columns.medium-8.large-8 article.mainArticle section.paddingTopBottom.marginTop.section--alt.relatedCourseSection div.row div.columns.relatedCourseTitle h4 {
  margin-left:25px;
}

div#mainArticle.columns.medium-8.large-8 article.mainArticle section.paddingTopBottom.marginTop.section--alt.relatedCourseSection div.row div.columns.relatedCourseTitle {
  margin-bottom:0px;
}
/* END */

.button--arts {
  background-color: #DF0586;
}
.button--arts:hover, .button--arts:focus-visible {
  background: #DF0586;
}

.button--brand1 {
  background-color: #BE0F34;
}
.button--brand1:hover, .button--brand1:focus-visible {
  background: #BE0F34;
}

.button--brand2 {
  background-color: #00325B;
}
.button--brand2:hover, .button--brand2:focus-visible {
  background: #00325B;
}

.button--business {
  background-color: #9E1D97;
}
.button--business:hover, .button--business:focus-visible {
  background: #9E1D97;
}

.button--clinical {
  background-color: #0051B8;
}
.button--clinical:hover, .button--clinical:focus-visible {
  background: #0051B8;
}

.button--engineer {
  background-color: #D83C00;
}
.button--engineer:hover, .button--engineer:focus-visible {
  background: #D83C00;
}

.button--life {
  background-color: #1D781D;
}
.button--life:hover, .button--life:focus-visible {
  background: #1D781D;
}

.button--physical {
  background-color: #EB0000;
}
.button--physical:hover, .button--physical:focus-visible {
  background: #EB0000;
}

.button--postgrad {
  background-color: #4E748B;
}
.button--postgrad:hover, .button--postgrad:focus-visible {
  background: #4E748B;
}

.button--undergrad {
  background-color: #00615e;
}
.button--undergrad:hover, .button--undergrad:focus-visible {
  background: #00615e;
}

// feature blocks
.featureBlock--arts {
  background-color: #DF0586;
}
.featureBlock--brand1 {
  background-color: #BE0F34;
}
.featureBlock--brand2 {
  background-color: #00325B;
}
.featureBlock--business {
  background-color: #9E1D97;
}
.featureBlock--clinical {
  background-color: #0051B8;
}
.featureBlock--engineer {
  background-color: #D83C00;
}
.featureBlock--life {
  background-color: #1D781D;
}
.featureBlock--physical {
  background-color: #EB0000;
}
.featureBlock--postgrad {
  background-color: #4E748B;
}
.featureBlock--undergrad {
  background-color: #00615e;
}


.sp-cards__card {
  position: relative;
  min-height: 250px;
  height: 100%;
  width: 100%;
  float: left;
  background: #00615e;
  color: #ffffff;
  margin-bottom: 35px;
  opacity: 1;
  transition: all 0.2s ease;
}
.sp-cards__card:hover, .sp-cards__card:focus-visible {
  color: white;
  opacity: .9;
  border-bottom: none;
}
.sp-cards__card .sp-cards__name {
  padding: 8px 16px;
  font-weight: bold;
}
.sp-cards__card .sp-cards__name .fa {
  float: right;
  font-size: 24px;
}
.sp-cards__card .sp-cards__img {
  position: relative;
  display: inline-block;
  height: 150px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sp-cards__card .sp-cards__text {
  display: inline-block;
  padding: 0 16px;
}
.sp-cards__card .sp-cards__text .sp-cards__description {
  color: #ffffff;
  margin-bottom: 75px;
}
.sp-cards__card .sp-cards__text .sp-cards__full-details {
  position: absolute;
  bottom: 16px;
  right: 16px;
  color: inherit;
  text-decoration: none;
  padding-right: 20px;
}
.sp-cards__card .sp-cards__text .sp-cards__full-details:hover, .sp-cards__card .sp-cards__text .sp-cards__full-details:focus-visible {
  color: #ffffff;
  border-bottom: none;
}
.sp-cards__card .sp-cards__text .sp-cards__full-details:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: url("../images/right-arrow-white.svg") right 0px center no-repeat;
  background-size: 10px 20px;
}

.no-svg .sp-cards__card .sp-cards__text .sp-cards__full-details:before {
  background: url("../images/right-arrow-white.png") right 0px center no-repeat;
  background-size: 10px 16px;
}

.sp__pagination {
  margin: 15px 0 50px;
}

.sp__slider .featureBlock {
  padding-top: 10px;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.sp__slider .featureBlock.featureBlock--red {
  background-color: #c32c4d;
}
.sp__slider .featureBlock.featureBlock--green {
  background-color: #3c833f;
}
.sp__slider .featureBlock p {
  color: white;
}
.sp__slider .sp__slider__name {
  font-weight: bold;
  margin: 0;
}
.sp__slider .sp__slider__subject {
  font-size: 14px;
}
.sp__slider .sp__slider__gradtype {
  font-size: 14px;
  margin: 0;
}
.sp__slider .sp__slider__location {
  font-size: 14px;
  margin: 0;
}
.sp__slider .slick-dots {
  background-color: white;
}
.sp__slider .slick-dots li {
  margin: 10px 2px;
}
.sp__slider .slick-dots li.slick-active button {
  background-color: #333;
}
.sp__slider .slick-dots li button {
  display: block;
  width: 16px;
  height: 16px;
  text-decoration: none;
  background-color: LightGray;
  border-radius: 50%;
  cursor: pointer;
}
.sp__slider .slick-dots li button::before {
  content: none;
}
.course-page-testimonial {
  margin-bottom: 24px;
}

.course-page-testimonial .full-details {
  position: relative;
  right: -32px;
  color: inherit;
  text-decoration: none;
  padding-right: 20px;
  float: right;
  height: 20px;
}
.course-page-testimonial .full-details:hover {
  color: #ffffff;
      border-bottom: none;
}
.course-page-testimonial .full-details:focus-visible {
  color: #ffffff;
      border-bottom: none;
}
.course-page-testimonial .full-details:before {
  content: '';
      position: absolute;
      top: 0;
      right: 26px;
      height: 100%;
      width: 100%;
      background: url('../images/right-arrow-white.svg') right 0px center no-repeat;
      background-size: 10px 20px;
}
.course-page-testimonial .featureBlock {
    padding-bottom: 16px;
  }


.no-svg .course-page-testimonial .full-details:before {
background: url('../images/right-arrow-white.png') right 0px center no-repeat;
background-size: 10px 16px;
}

/* Research Feed START */
div.research_rss_feed div.news_home_conversation_feed div#RssFeedReader_RSS ul.sys_rss
{padding-bottom: 20px;}

div.research_rss_feed div.news_home_conversation_feed div#RssFeedReader_RSS ul.sys_rss {
    font-size: 15px;
}

div.research_rss_feed h2 {font-size: 1.4rem;}

div.research_rss_feed {
    background: #EFF0F0;
    padding: 20px 10px 0px 10px;
}
/* Research Feed END */

/* Alter ADFS Login button START */
button.sys_button.sys_login-button.js-wsfed-login {
    clear: both;
    float: left;
    margin-top: 50px;
}
/* Alter ADFS Login button END */

/* SiteWideSurvey START */
.surveymodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000000000; /* Sit on top */
  padding-top: 240px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.surveymodalcontent {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius:20px;
  width: 40%;
}

#mySurveyModal p {
  color: #000000;
}

/* The Close Button */
.surveyclose {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.surveyclose:hover,
.surveyclose:focus-visible {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .surveymodalcontent {
    width:80%;
  }
  .surveymodal {
    padding-top:100px;
  }
}
/* SiteWideSurvey END */

/* Banner Video Controls START */

@media screen and (max-width: 640px) {
  .fullBanner__control {
      display:none;
  }
}
/* Banner Video Controls END */

/* Show PP hints START  */
.project_proposal .sys_instructions {
    display: inline-block !important;
    position: initial !important;
    width: 100% !important;
    margin-left: 0px !important;
}
/*Show PP hints END  */

/* Updated Manual SM text START */
p.textBox__desc.socialManual {
    font-size: 1rem;
}
/* Updated Manual SM text END */

.sys_16, .sys_0.sys_t0, .sys_21, .sys_17, .sys_0, .sys_t191344, .sys_18 {
    text-decoration: underline;
}

.article__content a {
    text-decoration: underline;
}

.research a {
    text-decoration: underline;
}

.sys_faqs-answer a {
    text-decoration: underline;
}

.sys_blogs-blognames a{
    text-decoration: underline;
}

.sys_blogs-record a{
  text-decoration: underline;
}