﻿@charset "UTF-8";

@font-face {
  font-family: "Geist Regular";
  src: url(/SiteElements/Fonts/Geist-Regular.woff2) format("woff2"), url(/SiteElements/Fonts/Geist-Regular.woff) format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist Bold";
  src: url(/SiteElements/Fonts/Geist-Bold.woff2) format("woff2"), url(/SiteElements/Fonts/Geist-Bold.woff) format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist Light";
  src: url(/SiteElements/Fonts/Geist-Light.woff2) format("woff2"), url(/SiteElements/Fonts/Geist-Light.woff) format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist Thin";
  src: url(/SiteElements/Fonts/Geist-Thin.woff2) format("woff2"), url(/SiteElements/Fonts/Geist-Thin.woff) format("woff");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: icons;
  src: url("/SiteElements/2014/fonts/icons-eot.eot");
  src: url("/SiteElements/2014/fonts/icons-eot.eot?#iefix") format("embedded-opentype"), url("/SiteElements/2014/fonts/icons-woff.woff") format("woff"), url("/SiteElements/2014/fonts/icons-ttf.ttf") format("truetype"), url("/SiteElements/2014/fonts/icons-svg.svg#icons") format("svg");
  font-weight: 400;
  font-style: normal;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

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

html {
  background: #ffffff;
  color: #000000;
  font-family: "Geist Regular", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  height: 100%;
  width: 100%;
  /*overflow: auto;*/
}

body > #form1 > br,
body > #form1 > #container > br {
  display: none;
}

/**
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/**
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/**
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

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

a {
  color: #9d0932;
}

/**
 * Heading sizes
 */
@media only screen and (min-width: 20em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 1.1875rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1.0625rem;
  }
  h6 {
    font-size: 1rem;
  }
}

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

/**
 * Vendor styles
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Components
 * singular modular items, no parent-child relationship
 */
/**
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/**
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/**
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/**
 * Clearfix
 */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/**
 * Small
 */
@media only screen {
  .show-for-small-only,
  .show-for-small-up,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important;
  }
  .hide-for-small-only,
  .hide-for-small-up,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .visible-for-small-only,
  .visible-for-small-up,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only,
  .hidden-for-small-up,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
}

/**
 * Medium
 */
@media only screen and (min-width: 40em) {
  .hide-for-small-only,
  .show-for-small-up,
  .show-for-medium-only,
  .show-for-medium-up,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
}

/**
 * Large
 */
@media only screen and (min-width: 68.75em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-only,
  .show-for-large-up,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-medium-only,
  .hide-for-medium-up,
  .hide-for-large-only,
  .hide-for-large-up,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .visible-for-large-only,
  .visible-for-large-up,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
}

/**
 * X-large
 */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-large-only,
  .show-for-large-up,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-large-only,
  .hide-for-large-up,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-large-only,
  .visible-for-large-up,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-large-only,
  .hidden-for-large-up,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
}

/**
 * XX-large
 */
@media only screen and (min-width: 120em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
}

/**
 * Orientation targeting
 */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

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

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

/**
 * Touch-enabled device targeting
 */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touchevents .show-for-touch {
  display: inherit !important;
}

.touchevents .hide-for-touch {
  display: none !important;
}

/**
 * Screen reader-specific classes
 */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

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

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

/**
 * Alignment classes
 */
.text-left {
  text-align: left !important;
}

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

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

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

@media only screen and (max-width: 39.99em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}

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

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

@media only screen and (min-width: 68.75em) and (max-width: 90.0525em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}

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

@media only screen and (min-width: 90.0625em) and (max-width: 119.99em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

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

@media only screen and (min-width: 120em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}

/**
 * Uses the $icons map defined in utilities/_variables.scss
 * Add your icon into the map and the mixin will do the rest
 *
 * If for some reason you don't want to use the icons map you can manually add in an icon, example below
 * .icon-name {
 *    font-size: rem-calc(32); // works because "width" & "height" were set on .icon using em units
 *    color: #ff0000; // works for single-colored icons, because "fill" was set to "currentColor" on .icon
 * }
 */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
}

/**
 * Icons
 */
/**
 * Icons fallback to PNGs
 * Uses Modernizr to detect svg support .no-svg
 * Remove if your not supporting older browsers
 */
.no-svg .icon {
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}

/*** Buttons */
.button {
  display: block;
  font-size: 1.125rem;
  font-weight: 300;
  background-color: transparent;
  padding: 1rem 0.5rem;
  width: 8.0625rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
}

@media only screen and (min-width: 68.75em) {
  .button {
    font-size: 1.5rem;
    width: 13.375rem;
    padding: 0.78125rem 0.5rem;
  }
}

.button--white {
  color: #ffffff;
  border-color: #ffffff;
  transition: .5s color, .5s border-color, .5s background-color;
  cursor: pointer;
}

.button--white:hover, .button--white:focus {
  color: #9d0932;
  border-color: #9d0932;
  background-color: #ffffff;
}

.button--black {
  color: #000000;
  border-color: #000000;
  transition: .5s color, .5s border-color, .5s background-color;
  cursor: pointer;
}

.button--black:hover, .button--black:focus {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #000000;
}

.button--red {
  color: #9d0932;
  border-color: #9d0932;
  transition: .5s color, .5s border-color, .5s background-color;
  cursor: pointer;
}

.button--red:hover, .button--red:focus {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #9d0932;
}

.button--center {
  margin: 0 auto;
  display: block;
}

.input {
  display: block;
  width: 100%;
  border: none;
  border-radius: 3px;
  padding: 1.09375rem;
  font-weight: 300;
  font-size: 1.125rem;
  background-color: #ffffff;
  color: #000000;
  margin-bottom: 1.25rem;
  height: 2.9375rem;
}

@media only screen and (min-width: 68.75em) {
  .input {
    height: 3.75rem;
    margin-bottom: 0;
  }

  .input--small{
    height: 2.9375rem;
    width:auto;
  }
}

.dropdown {
  display: block;
  width: 100%;
  border: none;
  border-radius: 3px;
  padding: 0 1rem;
  font-weight: 300;
  font-size: 1.125rem;
  background-color: #ffffff;
  color: #000000;
}

.skip-to-content {
  position: absolute;
  top: -1000px;
  left: 0;
  display: inline-block;
  width: 100%;
  background: #9d0932;
  color: #ffffff;
  padding: 1.25rem;
  z-index: 1;
}

.skip-to-content:focus {
  top: 0;
}

table {
  position: relative;
  /*display: inline-block;*/
  width: 100%;
}

table caption {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  margin-bottom: 5px;
  background: #9d0932;
  color: #ffffff;
}

/*table tbody,
table thead {
  display: table;
  width: 100%;
  border-collapse: collapse;
}*/

table th, table td {
  padding: 5px 10px;
  text-align: left;
}

.hero-banner {
  position: relative;
  min-height: 16.25rem !important;
}

@media only screen and (max-width: 380px) {
  .hero-banner {
    min-height: unset !important;
  }

  .hero-banner .hero-banner__image {
    min-height: unset;
  }
  .hero-banner .hero-banner__button:first-of-type {
    margin-bottom: 0.5em;
    margin-right:0;
  }
}

@media only screen and (min-width: 68.75em) {
  .hero-banner {
    min-height: 32.5rem !important;
  }
}

.hero-banner .hero-banner__image {
  position: relative;
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 16.25rem;
}

@media only screen and (min-width: 68.75em) {
  .hero-banner .hero-banner__image {
    min-height: 22.5rem;
  }
  .hero-banner .jarallax.hero-banner__image {
    min-height: 32.5rem;
  }
}

.hero-banner .hero-banner--gradient:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.hero-banner .hero-banner__table {
  position: relative;
  display: table;
  height: 100%;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  min-height: 100%;
}

@media only screen and (min-width: 68.75em) {
  .hero-banner .hero-banner__table {
    min-height: 0;
  }
}

.hero-banner .hero-banner__table .hero-banner__play {
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
  height: 3rem;
  width: 3rem;
  border: none;
  background: url(../images/icons/play.svg);
  cursor: pointer;
}

.hero-banner .hero-banner__table .hero-banner__play:hover {
  background: url(../images/icons/play-hover.svg);
}

.hero-banner .hero-banner__table .hero-banner__play.hero-banner__play--hide {
  display: none;
}

@media only screen and (min-width: 68.75em) {
  .hero-banner .hero-banner__table .hero-banner__play {
    bottom: 0;
  }
}

.hero-banner .hero-banner__table .hero-banner__pause {
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
  height: 3rem;
  width: 3rem;
  border: none;
  background: url(../images/icons/pause.svg);
  cursor: pointer;
}

.hero-banner .hero-banner__table .hero-banner__pause:hover {
  background: url(../images/icons/pause-hover.svg);
}

.hero-banner .hero-banner__table .hero-banner__pause.hero-banner__pause--hide {
  display: none;
}

@media only screen and (min-width: 68.75em) {
  .hero-banner .hero-banner__table .hero-banner__pause {
    bottom: 0;
  }
}

.hero-banner .hero-banner__content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  padding: 0 0.1rem;
}

@media only screen and (min-width: 40em) {
  .hero-banner .hero-banner__content {
    padding: 0 3.5rem;
  }
}

@media only screen and (min-width: 68.75em) {
  .hero-banner .hero-banner__content {
    text-align: left;
    margin-left: 6.5625rem;
  }
}

.hero-banner .hero-banner__content--mobile {
  display: block;
}

@media only screen and (min-width: 68.75em) {
  .hero-banner .hero-banner__content--mobile {
    display: none;
  }
}

.hero-banner .hero-banner__content--desktop {
  display: none;
}

@media only screen and (min-width: 68.75em) {
  .hero-banner .hero-banner__content--desktop {
    display: block;
  }
}

.hero-banner .hero-banner__strip {
  width: 100%;
  background-color: rgba(157, 9, 50, 0.6);
  color: #ffffff;
  text-align: center;
  padding: 0.5rem 0;
}

.hero-banner__heading-bg-strip {
  height:100%;
}

.no-rgba .hero-banner .hero-banner__strip {
  background-color: #9d0932;
}

@media only screen and (min-width: 40em) {
  .hero-banner .hero-banner__strip {
    position: relative;
    bottom: auto;
  }
}

@media only screen and (min-width: 68.75em) {
  .hero-banner .hero-banner__strip {
    text-align: left;
    padding: 1rem 0;
  }
}

.hero-banner .hero-banner__strip .hero-banner__heading {
  font-size: 2rem;
}

@media only screen and (min-width: 68.75em) {
  .hero-banner .hero-banner__strip .hero-banner__heading {
    font-size: 2.5rem;
  }
}

.hero-banner .hero-banner__heading {
  margin: 0;
  letter-spacing: -2px;
  font-size: 2.5rem;
  font-weight: 700;
}

@media only screen and (min-width: 40em) {
  .hero-banner .hero-banner__heading {
    font-size: 3.125rem;
  }
}

@media only screen and (min-width: 68.75em) {
  .hero-banner .hero-banner__heading {
    font-size: 3.75rem;
  }
}

.hero-banner .hero-banner__heading--padding {
  margin: 0 0 3.75rem;
}

.hero-banner .hero-banner__text {
  font-size: 2rem;
  font-weight: 400;
}

.hero-banner .hero-banner__text a[href^="tel:"] {
  color:#fff;
}

.hero-banner .hero-banner__text.hero-banner__text--black {
  color: #000000;
}

.hero-banner .hero-banner__heading--black {
  color: #000000;
}

.hero-banner .hero-banner__link {
  color: inherit;
  text-decoration: none;
}

.hero-banner .hero-banner__button {
  margin: 0 auto;
/*  max-width: 7.5rem;*/
  display:inline-block;
}

.hero-banner .hero-banner__button:first-of-type {
  margin-right:0.5em;
}

@media only screen and (min-width: 68.75em) {
  .hero-banner .hero-banner__button {
    margin: 0;
 /*   max-width: 9.375rem;*/
  }
}

.hero-banner .hero-banner—expanded {
  overflow: auto;
}

.background-fixed {
  overflow: auto;
  background-color:#000;
}

.livestream-bg {
  position:fixed;
  top:0;
  height:100%;
  width:100%;
  z-index:-1;
  background-size:cover;
  background-repeat: no-repeat;
  background-position:center center;
}


.background-fixed > div {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.hero-video {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 32.8125rem;
  max-height: 67.5rem;
  width: 100%;
}

.hero-video:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.no-rgba .hero-video:before {
  background-color: #000000;
}

.hero-video__table {
  display: table;
  height: 100%;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  min-height: 100%;
}

@media only screen and (min-width: 68.75em) {
  .hero-video__table {
    min-height: 0;
  }
}

.hero-video__content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  padding: 0 2rem;
}

@media only screen and (min-width: 40em) {
  .hero-video__content {
    padding: 0 3.5rem;
  }
}

@media only screen and (min-width: 68.75em) {
  .hero-video__content {
    text-align: left;
    margin-left: 6.5625rem;
  }
}

.hero-video__heading {
  margin: 0 0 3.75rem;
  letter-spacing: -2px;
  font-size: 2.5rem;
  font-weight: 700;
}

@media only screen and (min-width: 40em) {
  .hero-video__heading {
    font-size: 3.125rem;
  }
}

@media only screen and (min-width: 68.75em) {
  .hero-video__heading {
    font-size: 3.75rem;
  }
}

.hero-video__button {
  margin: 0 auto;
  max-width: 7.5rem;
}

@media only screen and (min-width: 68.75em) {
  .hero-video__button {
    margin: 0;
    max-width: 9.375rem;
  }
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

/* CTA Banner */
.cta-banner {
  position: relative;
  height: 13.875rem;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  background-color:#666;
}

@media only screen and (min-width: 68.75em) {
  .cta-banner {
    height: 18.75rem;
  }
}

.cta-banner--gradient:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.no-rgba .cta-banner--gradient:before {
  background-color: #000000;
}

.cta-banner__table {
  display: table;
  height: 100%;
  width: 100%;
}

.cta-banner__content {
  display: table-cell;
  vertical-align: middle;
  color: white;
}

.cta-banner__heading {
  font-size: 2.25rem;
  margin: 0 0 1.5625rem;
  font-weight: 700;
}

.cta-banner__button {
  width: 9.1875rem;
}

@media only screen and (min-width: 68.75em) {
  .cta-banner__button {
    width: 13.375rem;
  }
}

/*** UI Cards ***/
.ui-cards {
  background-color: #ffffff;
  padding-top: 1.5em;
}

.ui-cards > .row {
  background-color: #ffffff;
}

@media only screen and (min-width: 68.75em) {
  .ui-cards > .row {
    padding-left: 0;
    padding-right: 0;
  }
}

.ui-cards--first {
  padding-top: 1.5625rem;
}

.ui-card__group-heading h3{
  font-size: 1.5625rem;
  margin-top:0;
  margin-bottom:0.5em;
}

.ui-card__group-heading p{
  margin-top:0;
}

.ui-card {
  display: block;
  color: inherit;
  text-decoration: none;
  width: 100%;
  margin-bottom: 1.5625rem;
  overflow: hidden;
  border-radius: .25em;
  box-shadow: 0 0 3px 0 rgba(0,0,0,.30);
  transition: box-shadow 0.25s ease-in-out;
}

.ui-card:hover, .ui-card:focus {
  box-shadow: 0 0 8px 0 rgba(0,0,0,.30);
}

.ui-card__img {
  width:100%;
  position:relative;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ui-card__content {
  height: 100%;
  background-color: #eeeeee;
  padding: 1.25rem 0.9375rem;
}

.ui-card__heading {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
}

.ui-card__subheading {
  font-size: 0.875rem;
  margin: 0.5rem 0;
}

.ui-card__type {
  display: none;
  position: relative;
  font-weight: 300;
  padding-left: 0.9375rem;
}

.bespoke-card .ui-card {
  min-height: initial;
}

.bespoke-card .ui-card__img {
  float: none;
  height: auto;
  width: 100%;
  padding-top: 56.25%;
}

.bespoke-card .ui-card__content {
  width: 100%;
}

.bespoke-card .ui-card__heading {
  display: inline;
}

.bespoke-card .ui-card__type {
  display: block !important;
}

.bespoke-card .ui-card__type:before {
  content: "";
  display: inline;
  position: absolute;
  border-top: 2px solid #9d0932;
  top: 11px;
  left: 0;
  width: 11px;

}

@media only screen and (min-width: 40em) {
  .bespoke-card .ui-card__type {
    display: block !important;
    margin: 0 !important;
  }
}

@media only screen and (min-width: 68.75em) {
  .bespoke-card .ui-card__type {
    display: inline !important;
  }
}

.ui-cards.ui-card-featured-wrapper {
  padding-bottom: 1.5625rem;
}

.ui-card-featured-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (min-width: 68.75em) {
  .ui-card-featured-wrapper {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}

.ui-card-featured-wrapper > .row {
  background-color: #ffffff;
}

/* Hero carousel */
.ui-card-featured {
  position: relative;
  width: 100%;
  height: 13.75rem;
}

.ui-card-featured .slick-arrow {
  position: absolute;
}

.ui-card-featured .ui-card-featured__image {
  display: none;
}

.ui-card-featured .ui-card-featured__image::first-child {
  display: block;
}

.ui-card-featured.slick-initialized .ui-card-featured__image {
  display: block;
}

.ui-card-featured__image {
  position: relative;
  height: 13.75rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ui-card-featured__image:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.no-rgba .ui-card-featured__image:before {
  background-color: #000000;
}

@media only screen and (min-width: 68.75em) {
  .ui-card-featured__image:before {
    width: 50%;
  }
}

.ui-card-featured__table {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 3.3125rem;
  text-align: center;
}

@media only screen and (min-width: 68.75em) {
  .ui-card-featured__table {
    width: 40%;
    padding: 0 0 0 5.3125rem;
    text-align: left;
  }
}

.ui-card-featured__content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  width: 50%;
  padding: 1rem;
}

@media only screen and (min-width: 68.75em) {
  .ui-card-featured__content {
    padding: 0;
  }
}

.ui-card-featured__heading {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
}

@media only screen and (min-width: 68.75em) {
  .ui-card-featured__heading {
    font-size: 1.875rem;
  }
}

.ui-card-featured__text {
  margin: 0.75rem 0;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.ui-card-featured__button {
  width: 7.5rem;
  margin: 0 auto;
}

@media only screen and (min-width: 68.75em) {
  .ui-card-featured__button {
    width: 9.375rem;
    margin: 0;
  }
}

.ui-card-featured__prev {
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-size: 2.5rem;
  z-index: 2;
  opacity: .5;
}

@media only screen and (min-width: 68.75em) {
  .ui-card-featured__prev {
    font-size: 3.5rem;
  }
}

.ui-card-featured__prev use {
  fill: #000000;
  transition: fill .5s;
}

.ui-card-featured__prev svg {
  background-color: #ffffff;
  transition: fill .5s;
}

.ui-card-featured__prev:hover use {
  fill: #9d0932;
}

.ui-card-featured__next {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-size: 2.5rem;
  z-index: 2;
  opacity: .5;
}

@media only screen and (min-width: 68.75em) {
  .ui-card-featured__next {
    font-size: 3.5rem;
  }
}

.ui-card-featured__next use {
  fill: #000000;
  transition: fill .5s;
}

.ui-card-featured__next svg {
  background-color: #ffffff;
  transition: fill .5s;
}

.ui-card-featured__next:hover use, .ui-card-featured__next:active use {
  fill: #9d0932;
}

/*
.ui-card-primary {
  display: block;
  color: inherit;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
  transition: .5s box-shadow;
}

.ui-card-primary .ui-card__img {
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ui-card-primary .ui-card__content {
  background-color: #eeeeee;
  padding: 1rem;
}

.ui-card-primary .ui-card__heading {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
}

.ui-card-primary .ui-card__subheading {
  font-size: 0.875rem;
  margin: 0.5rem 0;
}

.ui-card-primary .ui-card__type {
  display: none;
  position: relative;
  font-weight: 300;
  padding-left: 0.9375rem;
}*/

/*
.ui-card-secondary {
  display: block;
  color: inherit;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
  transition: .5s box-shadow;
}

.ui-card-secondary .ui-card__img {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}*/

.ui-card-secondary .ui-card__content {
  padding: 1rem;
}

/*.ui-card-secondary .ui-card__heading {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
}

.ui-card-secondary .ui-card__subheading {
  font-size: 0.875rem;
  margin: 0.5rem 0;
}

.ui-card-secondary .ui-card__type {
  display: none;
  position: relative;
  font-weight: 300;
  padding-left: 0.9375rem;
}*/

/*
.ui-card-tertiary {
  display: block;
  color: inherit;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
  transition: .5s box-shadow;
}

.ui-card-tertiary .ui-card__img {
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
*/

.ui-card-tertiary .ui-card__content {
  background-color: #eeeeee;
  padding: 0.5rem 1rem;
}

@media only screen and (min-width: 40em) {
  .ui-card-tertiary .ui-card__content {
    padding: 1rem;
  }
}

/*.ui-card-tertiary .ui-card__heading {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
}

.ui-card-tertiary .ui-card__subheading {
  font-size: 0.875rem;
  margin: 0.5rem 0;
}*/

.ui-card-tertiary .ui-card__type {
  display: block;
  color: #000000;
  padding-left: 0;
}

.news-wrapper {
  position: relative;
}

.news-cards .news-card {
  display: none;
}

.news-cards .news-card::first-child {
  display: block;
}

.news-cards.slick-initialized .news-card {
  display: block;
}

.news-card__link {
  display: block;
  width: 100%;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  border-radius: .25em;
  box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
  transition: box-shadow .25s ease-in-out;
  margin: 0 auto 1em;
}

.news-card__link:hover, .news-card__link:focus {
  box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
}

.news__heading {
  font-size: 1.5rem;
  margin: 0 0 1.75rem;
}

.news-card__img {
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.news-card__content {
  background-color: #ffffff;
  padding: 1.1875rem;
}

@media only screen and (min-width: 40em) {
  .news-card__content {
    height: 6.25rem;
  }
}

.news-card__heading {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 0;
}

.news__arrows {
  position: absolute;
  display: block;
  width: 100%;
  top: 40%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
  padding: 0 0.625rem;
  opacity: .5;
}

@media only screen and (min-width: 68.75em) {
  .news__arrows {
    display: none;
  }
}

.news__prev {
  float: left;
  display: inline-block;
  font-size: 2.5rem;
  z-index: 2;
}

.news__prev use {
  fill: #000000;
  transition: fill .5s;
}

.news__prev svg {
  background-color: #ffffff;
  transition: fill .5s;
}

.news__prev:hover use, .news__prev:active use {
  fill: #9d0932;
}

.news__next {
  float: right;
  display: inline-block;
  font-size: 2.5rem;
  z-index: 2;
}

.news__next use {
  fill: #000000;
  transition: fill .5s;
}

.news__next svg {
  background-color: #ffffff;
  transition: fill .5s;
}

.news__next:hover use, .news__next:active use {
  fill: #9d0932;
}

.events-section {
  background-color: #ffffff;
}

.events__heading {
  font-size: 1.5rem;
  margin: 0 0 1.25rem;
}

.events__wrapper {
  position: relative;
}

.events-cards .events-card {
  display: none;
}

.events-cards .events-card::first-child {
  display: block;
}

.events-cards.slick-initialized .events-card {
  display: block;
}

.events-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: .25em;
  box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
  transition: box-shadow .25s ease-in-out;
  margin: 0 auto 1em;
}

.events-card__link:hover, .events-card__link:focus {
  box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
}

.events-card__img {
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.events-card__content {
  padding: 1.1875rem;
  background-color: #eeeeee;
}

@media only screen and (min-width: 40em) {
  .events-card__content {
    min-height: 8.4375rem;
  }
}

.events-card__date {
  color: #9d0932;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
}

@media only screen and (min-width: 40em) {
  .events-card__date {
    margin: 0 0 1.0625rem;
  }
}

.events-card__heading {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 0;
}

.events__arrows {
  position: absolute;
  display: block;
  width: 100%;
  top: 40%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
  padding: 0 0.625rem;
  opacity: .5;
}

@media only screen and (min-width: 68.75em) {
  .events__arrows {
    display: none;
  }
}

.events__prev {
  float: left;
  display: inline-block;
  font-size: 2.5rem;
  z-index: 2;
}

.events__prev use {
  fill: #000000;
  transition: fill .5s;
}

.events__prev svg {
  background-color: #ffffff;
  transition: fill .5s;
}

.events__prev:hover use, .events__prev:active use {
  fill: #9d0932;
}

.events__next {
  float: right;
  display: inline-block;
  font-size: 2.5rem;
  z-index: 2;
}

.events__next use {
  fill: #000000;
  transition: fill .5s;
}

.events__next svg {
  background-color: #ffffff;
  transition: fill .5s;
}

.events__next:hover use, .events__next:active use {
  fill: #9d0932;
}

.find-your-course-wrapper {
  background-color: #ffffff;
}

@media only screen and (min-width: 68.75em) {
  .find-your-course-wrapper {
    background-color: transparent;
  }
}

.find-your-course {
  position: relative;
  background-color: #9d0932;
  margin: 1.5625rem 0 0;
  padding: 1rem;
}

@media only screen and (min-width: 68.75em) {
  .find-your-course {
    margin: 1.5625rem 0;
  }
}

.find-your-course__button {
  max-width: 100%;
  width: 100% !important;
  margin-bottom: 1.25rem !important;
  overflow: hidden;
}

.find-your-course__button:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 68.75em) {
  .find-your-course__button {
    max-width: 14.6875rem;
    margin-bottom: 0 !important;
  }
}

.find-your-course__dropdown {
  height: 2.9375rem;
  -webkit-appearance: none;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 68.75em) {
  .find-your-course__dropdown {
    height: 3.75rem;
    margin-bottom: 0;
  }
}

.find-your-course__input {
  -webkit-appearance: none;
}

.liveResults__wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 1.5625rem;
  background-color: #9d0932;
  z-index: 3;
  list-style-type: none;
}

.liveResults__wrapper a {
  color: #ffffff;
  text-decoration: none;
}

.liveResults__wrapper a:hover, .liveResults__wrapper a:active {
  text-decoration: underline;
}

.liveResults {
  list-style-type: none;
  padding: 0;
}

.header {
  position: relative;
  background-color: #ffffff;
}

.header > .column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.header--top {
  display: block;
  overflow: hidden;
}

@media only screen and (min-width: 68.75em) {
  .header--top {
    width: 100%;
    display: inline-block;
  }
}

.header__logo {
  float: left;
  display: inline-block;
  width: 8.5rem;
  height: 4.375rem;
  margin: 1.25rem 1.25rem 1.25rem 0.3125rem;
  background: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-size: 136px 70px;
  cursor: pointer;
}

.header__links {
  float: right;
  margin: 2.5rem 0.3125rem 2.5rem 2.5rem;
}

@media only screen and (min-width: 68.75em) {
  .header__links {
    display: none;
  }
}

.header__links .header__burger {
  display: inline-block;
  vertical-align: middle;
  width: 1.875rem;
  height: 1.875rem;
  background: url(../images/burger.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  margin-left: 1rem;
  border: none;
  cursor: pointer;
}

.search__wrapper {
  display: none;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 40em) {
  .search__wrapper {
    position: relative;
    display: block;
    float: right;
    height: 35px;
    width: 40px;
    right: -80px;
    margin-top: 40px;
    z-index: 0;
  }
}

@media only screen and (min-width: 68.75em) {
  .search__wrapper {
    z-index: 3;
    right: 0;
  }
}

.search__wrapper.active {
  display: block;
}

.search__wrapper.active .nav__search {
  display: block;
}

.search__wrapper.active .search__button {
  display: none;
}

.search__wrapper .search__button {
  display: none;
}

@media only screen and (min-width: 68.75em) {
  .search__wrapper .search__button {
    display: block;
  }
}

.search__button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.875rem;
  height: 1.875rem;
  background: url(../images/search.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border: none;
  cursor: pointer;
  z-index: 2;
  outline:0;
}

.nav__search {
  position: absolute;
  top: 110px;
  right: 0;
  width: 0;
  z-index: 1;
}

@media only screen and (min-width: 40em) {
  .nav__search {
    top: -8px;
    right: 0;
    overflow: hidden;
    transition: all 0.5s ease;
  }
}

@media only screen and (min-width: 68.75em) {
  .nav__search {
    right: 0;
  }
}

.nav__search .searchBox {
  float: none;
  width: auto;
  margin: 0;
  clear: none;
}

.nav__search table th,
.nav__search table td {
  padding: 0;
}

.nav__search.search--active {
  width: 100%;
  right: 0;
}

@media only screen and (min-width: 40em) {
  .nav__search.search--active {
    right: 0;
    left: auto;
    width: 400px;
  }
}

@media only screen and (min-width: 68.75em) {
  .nav__search.search--active .search {
    display: block;
    opacity: 1;
    outline:0;
  }
}

.nav__search.search--active .searchBox {
  width: 100%;
  margin: 0;
}

.nav__search .twitter-typeahead {
  width: 100%;
}

.nav__search .search {
  width: 100%;
  padding: 0.625rem 5rem 0.625rem 0.625rem;
  border: none;
  border-radius: 0;
  border-top: 1px solid #666666;
  border-bottom: 4px solid #9d0932;
  -webkit-appearance: none;
  box-sizing: border-box;
}

@media only screen and (min-width: 40em) {
  .nav__search .search {
    border: 1px solid #666666;
  }
}

@media only screen and (min-width: 68.75em) {
  .nav__search .search {
    border: 1px solid #666666;
    background-color: #ffffff !important;
    color: #000000;
  }
}

.nav__search .tt-menu {
  position: relative !important;
}

.nav__search .fbSearchBtn {
  display: none;
  position: absolute;
  top: 7px;
  right: 6px;
  width: 2.1875rem !important;
  height: 2.1875rem !important;
  background: url(../images/search.svg) !important;
  background-size: 30px 30px !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  border-color: transparent !important;
  text-indent: -9999px;
  cursor: pointer;
  outline:0;
}

@media only screen and (min-width: 40em) {
  .nav__search .fbSearchBtn {
    display: block;
  }
}

.header__close {
  float: right;
  width: 1.875rem;
  height: 1.875rem;
  background: url(../images/close.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border: none;
  cursor: pointer;
  margin: 2.5rem 0;
}

@media only screen and (min-width: 68.75em) {
  .header__close {
    display: none;
  }
}

.nav__wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 260px;
  right: -260px;
  z-index: 999;
  padding: 0 0.5rem;
  transition: all 0.5s ease;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
}

@media only screen and (min-width: 68.75em) {
  .nav__wrapper {
    position: static;
    text-align: center;
    width: auto;
    padding: 0;
    background-color: transparent;
    overflow-x: visible;
    overflow-y: visible;
  }
}

.nav__wrapper.active {
  right: 0;
}

@media only screen and (min-width: 68.75em) {
  .header__nav {
    display: inline-block;
    position: static;
    margin: 2.75rem 0;
    background-color: transparent;
    overflow: visible;
    padding-right: 3rem;
    z-index: 2;
  }
}

.header__nav.header__nav--active {
  right: 0;
}

.header__nav .nav__item:nth-child(n + 5) .nav__sub {
  left: auto;
  right: 0;
}

.nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both;
}

.nav__item {
  width: 100%;
  font-weight: 600;
}

.nav__item:last-child .nav__heading {
  border-bottom: 1px solid #eeeeee;
}

@media only screen and (min-width: 68.75em) {
  .nav__item:last-child .nav__heading {
    border-bottom: none;
  }
}

@media only screen and (min-width: 68.75em) {
  .nav__item {
    width: auto;
    border-top: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.875rem;
    margin-right: 1.25rem;
  }
}

@media only screen and (min-width: 68.75em) {
  .nav__item:last-child {
    margin-right: 0;
  }
}

.nav__item.active {
  display: block;
}

@media only screen and (min-width: 68.75em) {
  .nav__item.active {
    display: inline-block;
  }
}

.nav__item.active .nav__heading {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

@media only screen and (min-width: 68.75em) {
  .nav__item.active .nav__heading {
    border: none;
  }
}

.nav__item.active .nav__heading:before {
  background-image: url(../images/nav-show-more-active.svg);
}

.nav__item.inactive {
  display: none;
}

@media only screen and (min-width: 68.75em) {
  .nav__item.inactive {
    display: inline-block;
  }
}

@media screen and (max-width: 1024px) {
  .nav__item.active .nav__sub {
    display: block;
  }
}

.nav__heading {
  position: relative;
  display: block;
  padding: 0.5rem 0;
  color: inherit;
  text-decoration: none;
  border-top: 1px solid #eeeeee;
}

@media only screen and (min-width: 68.75em) {
  .nav__heading {
    padding: 0;
    font-size: 0.875rem;
    border-top: none;
    margin-right: 1rem;
  }
}

.nav__heading:hover {
  text-decoration: none;
}

.nav__heading.nav__hasSub:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 24px;
  background-image: url(../images/nav-show-more.svg);
  background-repeat: no-repeat;
  background-size: 24px 30px;
  margin: 0.25rem 0;
}

@media only screen and (min-width: 68.75em) {
  .nav__heading.nav__hasSub:before {
    content: none;
  }
}

.nav__heading.nav__hasSub--mobile {
  display: block;
}

@media only screen and (min-width: 68.75em) {
  .nav__heading.nav__hasSub--mobile {
    display: none;
  }
}

.nav__heading.nav__hasSub--desktop {
  display: none;
}

@media only screen and (min-width: 68.75em) {
  .nav__heading.nav__hasSub--desktop {
    display: block;
  }
}

/* asd */
.nav {
  clear: both;
  position: relative;
}

@media only screen and (min-width: 68.75em) {
  .nav {
    position: relative;
    padding: 0;
    clear: none;
  }
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}

.nav__buttons .button {
  font-size: 1rem;
  color: #9d0932;
  margin: 0 auto 0.5rem auto;
}

.nav__buttons .button:hover, .nav__buttons .button:active {
  color: #ffffff;
}

/**
 * Top level
 */
.nav__item {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.nav__item > a:focus, .nav__item > a.open {
  color: #9d0932;
}

/**
 * Panel
 */
.nav__sub {
  position: static;
  display: none;
  top: 4.125rem;
  left: 0;
  width: 100%;
  padding: 1.25rem 0;
  background-color: white;
  font-size: 1rem;
  text-transform: none;
  text-align: left;
}

@media only screen and (min-width: 68.75em) {
  .nav__sub {
    width: 50%;
  }
}

@media only screen and (min-width: 68.75em) {
  .nav__sub.open {
    position: absolute;
    display: block;
  }
}

.nav__sub.sub__buttons {
  width: 100%;
}

/**
 * Sub level
 */
.nav__sub a {
  display: block;
  padding: 0.625rem 0.9375rem;
  color: #000000;
  text-decoration: none;
  font-weight: 300;
}

.nav__sub a:focus, .nav__sub a:hover {
  color: #9d0932;
}

.nav__sub a.nav__subgroup-main {
  display: block;
  font-weight: 700;
}

@media only screen and (min-width: 68.75em) {
  .nav__sub a.nav__subgroup-main {
    display: none;
  }
}

.section--grey {
  background-color: #eeeeee;
}

.section--white {
  background-color: #ffffff;
}

.section-opacity--grey {
  background-color: rgba(238, 238, 238, 0.5);
}

.no-rgba .section-opacity--grey {
  background-color: #eeeeee;
}

.section-opacity--white {
  background-color: white;
}

.no-rgba .section-opacity--white {
  background-color: #ffffff;
}

.padding--small {
  padding: 1.5rem 0 1.5625rem;
}

.padding--large {
  padding: 1.25rem 0;
}

@media only screen and (min-width: 68.75em) {
  .padding--large {
    padding: 4.375rem 0;
  }
}

.padding-side--small {
  padding: 0 5.3125rem;
}

.details-description-wrapper {
  margin: 1.5625rem 0 0;
  background-color: #ffffff;
}

.details-description-wrapper > .row {
  background-color: #ffffff;
}

.details-description {
  margin: 1rem 0;

}

.details-description > p:first-child,
.details-description > h2:first-child,
.details-description > h3:first-child,
.details-description > h4:first-child
 {
  color: #9d0932;
  font-weight: 400;
}

.negative-margin {
  margin-top: -21.875rem;
}

.no-scroll {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background-color: rgba(0, 0, 0, 0.5);
}

.no-rgba .overlay {
  background-color: #000000;
}

@media only screen and (min-width: 68.75em) {
  .overlay {
    display: none;
  }
}

.overlay.overlay--active {
  display: block;
}

.icon-arrow-left,
.icon-arrow-right {
  display: block;
}

.pages .page__links {
  display: block;
  color: inherit;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*** Footer ***/
.footer {
  position: relative;
  background-color: #eeeeee;
  overflow: hidden;
  clear: both;
}

.footer__award--banner {
  display: inline-block;
  text-decoration: none;
  background-color: #000000;
  color: #c27d1e;
  padding: 1.875rem 0;
  width: 100%;
}

@media only screen and (min-width: 68.75em) {
  .footer__award--banner {
    display: none;
  }
}

.footer__award--banner .award__table {
  display: table;
  margin: auto;
}

.footer__award--banner .award__logo {
  display: block;
  vertical-align: middle;
  width: 5.8125rem;
}

.footer__award--banner .award__logo img {
  width: 100%;
  height: auto;
}

.footer__award--banner .award__content {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.875rem;
  font-weight: 300;
  padding-left: 1.25rem;
}

.footer__award--banner .award__text {
  margin: 0;
}

.footer__award--medium {
  color: inherit;
  text-decoration: none;
  margin-top: 1.5625rem;
  text-align: right;
}

.footer__award--medium:hover {
  text-decoration: none;
}

.footer__award--medium .award__logo {
  max-width: 5.125rem;
  display: inline-block;
  margin-right: 1.25rem;
}

.footer__award--medium .award__logo img {
  width: 100%;
  height: auto;
}

.footer__award--medium .award__content {
  display: inline;
  font-weight: 300;
  font-size: 0.875rem;
}

.footer__award--medium .award__text {
  display: inline;
}

.footer__content {
  padding: 1.0625rem 0 1.9375rem;
}

.footer__logo {
  display: block;
  max-width: 7.5rem;
}

.footer__address {
  margin-top: 0.625rem;
}

.footer__address,
.footer__address--medium {
  font-size: 0.875rem;
  font-weight: 300;
  text-align: right;
}

.footer__address .address__name,
.footer__address--medium .address__name {
  margin: 0;
  font-weight: 700;
}

.footer__address .address__group,
.footer__address--medium .address__group {
  display: block;
}

.footer__address .address__item,
.footer__address--medium .address__item {
  display: inline;
}

.footer__address .address__item:first-child,
.footer__address--medium .address__item:first-child {
  margin-right: 5px;
}

.footer__address--medium {
  margin-top: 1.5625rem;
  font-size: 0.875rem;
  text-align: left;
}

.footer__links {
  font-size: 1.125rem;
  font-weight: 300;
}

.footer__links ul {
  padding: 0;
  list-style-type: none;
  margin: 1.125rem 0;
}

.footer__links .links__link {
  color: inherit;
  text-decoration: none;
  font-size: 1rem;
}

.footer__links .links__link:hover, .footer__links .links__link:active {
  text-decoration: underline;
}

.footer__links--medium {
  float: right;
}

.footer__links--medium ul {
  padding: 0;
  margin: 1rem 0;
  list-style-type: none;
}

.footer__links--medium .links__item {
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 0.4375rem;
}

.footer__links--medium .links__item:last-child {
  margin-right: 0;
}

.footer__links--medium .links__link {
  color: inherit;
  text-decoration: none;
}

.footer__links--medium .links__link:hover, .footer__links--medium .links__link:active {
  text-decoration: underline;
}

@media only screen and (min-width: 68.75em) {
  .footer-break--medium {
    border-bottom: 1px solid #434343;
    padding-bottom: 1.5625rem;
  }
}

.footer__social {
  border-top: 1px solid #434343;
  padding: 0.75rem 0 1.25rem;
  text-align: center;
}

@media only screen and (min-width: 68.75em) {
  .footer__social {
    border-top: none;
    float: right;
    width: 50%;
    text-align: right;
    padding: 0.75rem 0 0;
  }
}

.footer__social .social__item {
  display: inline-block;
  margin: 0.5rem 0.25rem 0 0;
  cursor: pointer;
}

.footer__social .social__item img {
  height: 26px;
  width: 26px;
}

.footer__social .social__item:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 40em) {
  .footer__social .social__item {
    margin-right: 0.625rem;
  }
}

.footer__social .social__item .icon {
  font-size: 1.625rem;
}

.footer__copyright {
  font-size: 0.875rem;
  font-weight: 300;
  text-align: center;
}

@media only screen and (min-width: 68.75em) {
  .footer__copyright {
    float: left;
    width: 50%;
    margin-top: 1rem;
    text-align: left;
  }
}

.footer__copyright .copyright-links {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0.5rem 0.5rem 0 0;
}

@media only screen and (min-width: 68.75em) {
  .footer__copyright .copyright-links {
    display: inline-block;
  }
}

.footer__copyright .copyright-item {
  display: inline;
  margin-right: 0.3125rem;
}

.footer__copyright .copyright-item:last-child {
  margin-right: 0;
}

.footer__copyright .copyright-link {
  color: inherit;
  text-decoration: none;
}

.footer__copyright .copyright-link:hover, .footer__copyright .copyright-link:active {
  text-decoration: underline;
}

@media (max-width: 600px) {

.footer__copyright .copyright-links {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0.5rem 0.5rem 0 0;
    flex-direction: column;
}

.footer__copyright .copyright-item {
    display: inline;
    margin-top: 1em;
}
}


/**
 * Patterns
 * objects that have children
 */
/**
 * Row
 */
.row {
  margin: 0 auto !important;
  max-width: 75rem;
  width: 100%;
}

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

.row:after {
  clear: both;
}

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

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

.row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}

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

.row .row:after {
  clear: both;
}

.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}

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

.row .row.collapse:after {
  clear: both;
}

/**
 * Column
 */
.column {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.column.row {
  float: none;
}

/**
 * Grid HTML classes
 */
@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

@media only screen and (min-width: 40em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

@media only screen and (min-width: 68.75em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
p:empty {
   display: none;
}

.return-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color:#9d0932;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    z-index:5;
}

.return-top:hover {
    cursor: pointer;
    background-color: #333;
}

.return-top::after {
    content: '';
    background-image: url(../images/icons/arrow-up.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    display: block;
    background-size: 50%;
}

.cookieMessage {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #000;
width: auto;
padding: 10px;
z-index: 500;
font-size: 0.9em;
font-weight: 300;
border-top: 1px solid #666;
color: #fff;
}

.cookieMessage a {
  color: pink;
}

.cookieMessage .column {padding:0;}


@media only screen and (max-width: 40em) {  
  .cookieMessage p {
    margin-top:0;
  }
}

.cookieMessage .button {
    font-size: 1em;
    width: auto;
    border-radius: 3px;
    border: 1px solid #9d0932;
    text-align: center;
    text-decoration: none;
    background-color: #9d0932;
    color: #fff;
}


.cookieMessage__close:before {
  content: "\e60e";
  font-family: icons;
  text-transform: none;
  position: absolute;
  top: 32%;
  left: 10px;
}

.cookieMessage__close {
  position: relative;
  padding: 0 0 0 22px;
  display: block;
}

/* Utility Classes */
.no-bullets {
  list-style-type: none;
}
.no-bullets > li {
  list-style-type: none;
}
.inline-block {
    display: inline-block;
}
.overflow-visible {overflow: visible;}
.no-underline {text-decoration:none;}
.hover-grow { transition: all .2s ease-in-out; }
.hover-grow:hover { transform: scale(1.1); }
.flex-inline-horiz {display: inline-flex;flex-wrap: wrap;}
.flex--row {flex-direction:column;}
.flex--col {flex-direction:column;align-items: center;}

@media only screen and (min-width: 68.75em) {
  .flex--row {flex-direction:row!important;align-items: baseline!important;}
}
.text-x-large {font-size: 2.5em;}
.text-smaller {font-size: 90%;}

/* (p)adding (a)ll (n)one */
.pan {padding:0!important;}
.ptn {padding-top:0!important;}
.pbn {padding-bottom:0!important;}
.pln {padding-left:0!important;}
.prn {padding-right:0!important;}

/* (p)adding (v)ertical (s)mall */
.pvs {padding-top:0.5em!important;padding-bottom:0.5em!important;}
.pvm {padding-top:1.5em!important;padding-bottom:1.5em!important;}
.pvl {padding-top:2em!important;padding-bottom:2em!important;}

/* (p)adding (h)orizontal (s)mall */
.phs {padding-left:0.5em!important;padding-right:0.5em!important;}
.phm {padding-left:1.5em!important;padding-right:1.5em!important;}
.phl {padding-left:2em!important;padding-right:2em!important;}

/* (p)adding (t)op (s)mall */
.pts {padding-top:0.5em!important;}
.ptm {padding-top:1.5em!important;}
.ptl {padding-top:2em!important;}

.pbs {padding-bottom:0.5em!important;}
.pbm {padding-bottom:1.5em!important;}
.pbl {padding-bottom:2em!important;}

.pls {padding-left:0.5em!important;}
.plm {padding-left:1.5em!important;}
.pll {padding-left:2em!important;}

.prs {padding-right:0.5em!important;}
.prm {padding-right:1.5em!important;}
.prl {padding-right:2em!important;}

.pas {padding:0.5em!important;}
.pam {padding:1.5em!important;}
.pal {padding:2em!important;}

/* (m)argin (a)ll (n)one etc.*/
.man {margin:0;}
.mtn {margin-top:0!important;}
.mbn {margin-bottom:0!important;}
.mln {margin-left:0!important;}
.mrn {margin-left:0!important;}

/* (m)argin (v)ertical (s)mall etc.*/
.mvs {margin-top:0.5em!important;margin-bottom:0.5em!important;}
.mvm {margin-top:1.5em!important;margin-bottom:1.5em!important;}
.mvl {margin-top:2em!important;margin-bottom:2em!important;}

/* (m)argin (h)orizontal (s)mall etc.*/
.mhs {margin-left:0.5em!important;margin-right:0.5em!important;}
.mhm {margin-left:1.5em!important;margin-right:1.5em!important;}
.mhl {margin-left:2em!important;margin-right:2em!important;}

/* (m)argin (t)op (s)mall etc.*/
.mts {margin-top:0.5em!important;}
.mtm {margin-top:1.5em!important;}
.mtl {padding-top:2em!important;}

.mbs {margin-bottom:0.5em!important;}
.mbm {margin-bottom:1.5em!important;}
.mbl {margin-bottom:2em!important;}

.mls {margin-left:0.5em!important;}
.mlm {margin-left:1.5em!important;}
.mll {margin-left:2em!important;}

.mrs {margin-right:0.5em!important;}
.mrm {margin-right:1.5em!important;}
.mrl {margin-right:2em!important;}

.mas {margin:0.5em!important;}
.mam {margin:1.5em!important;}
.mal {margin:2em!important;}

.bg-white {background-color:#fff;}
.bg-transparent {background-color:transparent!important;}
.txt-white {color:#fff;}
.border-none{border:none!important;}

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

@media (min-width: 1000px){
.employ__badge {
    background-image: url(/webimages/campaign/employability-2021/employ-rosette.png);
    width: 166px;
    height: 226px;
    position: absolute;
    right: 100px;
    top: -5px;
    z-index: 2;
    display: block;
}
}

/* print only styles */
@media print {
body {
  color: #000;
  background: #fff;
  margin: 0;
  padding: 0;
}

.print-only,
  .show-for-print {
    display: block !important;
  }
  .hide-on-print,
  .hide-for-print {
    display: none !important;
  }

@page {
  margin: 1.5cm;
}

* {
  page-break-before: auto !important;
  page-break-after: auto !important;
}

ul, img {
  page-break-inside: avoid;
}

a {
  font-weight: bolder;
  text-decoration: none;
}

/* Remove unwanted elements */
#headerSearchBox, #nav, #leftNavigationColumn, #breadCrumbs, #levelOneBanner, #targetArea, #footer, .sys_button, .noprint, .secondaryNav {
  display: none;
}

/* Reset font size 120% */
body {
  font-size: 120%;
}

/* Ensure the content spans the full width */
#mainSection, #mainContentColumn, #fullWidthMainContentSection {
  width: 100%;
  margin: 0;
  border: 0;
  float: none;
}

/* Level one */
#levelOneArticle01, #levelOneArticle02 {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  float: none;
}

#mainContentColumn h1 {
  color: #000;
  background-color: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  font-weight: bold;
}

#mainContentColumn h2, #mainContentColumn h3 {
  color: #000;
  background-color: #fff;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
  float: none;
  font-weight: bold;
}

#mainContentColumn img {
  display: none;
}

/* Level two */
#levelTwoMainContentSection, #genericMainContentSection {
  width: 100%;
  margin: 0;
  border: 0;
  float: none;
}

#levelTwoLeftColumn, #levelTwoRightColumn, .sys_levelTwoArticle, .sys_mediaContentHolder, .sys_RightColumn {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  border: 0;
  float: none;
}

#genericMainContentSection h1 {
  color: #000;
  background-color: #fff;
  width: 100%;
  padding: 0;
  float: none;
  font-weight: bold;
}

#genericMainContentSection h2, #genericMainContentSection h3 {
  color: #000;
  background-color: #fff;
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0;
  float: none;
  font-weight: bold;
}

.sys_levelTwoArticle {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  float: none;
}

/* Course pages */
#acc {
  width: 100%;
  margin: 0;
  border: 0;
  float: none;
}

#acc h2 {
  width: 100%;
  float: none;
  padding: 10px 0 0 0;
}

#acc .acc-section, .acc-item {
  width: 100%;
  display: inline !important;
}

/*=================================
NEW AUG 2014 
=================================*/
#mainSection, #mainContentColumn, #fullWidthMainContentSection {
  width: 95%;
}

/*Header*/
header img {
  display: inline;
  margin-top: 10px;
}

.mainHeader__logo, .primaryNav, .searchBox {
  display: none;
}

/*left Nav*/
#leftNavigationColumn, #levelTwoRightColumn {
  display: none;
}

.sys_targetArea {
  display: none;
}

#acc h2 {
  background: none;
}

/*social gubbins*/
.st_facebook_hcount, .st_twitter_hcount, .st_googleplus_hcount, .st_email_hcount {
  display: none;
}

/*footer*/
.primaryFooter {
  border-top: 5px solid #a39161;
  background: #fff;
  color: #000;
  margin-top: 20px;
}

footer .row, .primaryFooter__logo, .secondaryFooter {
  display: none;
}

.primaryFooter .small-3 {
  width: 100%;
}

/* Course Pages update 2016 */
#container .mainHeader {
  padding-bottom: 15px;
  border-bottom: 5px solid #a39161;
}

#container .row--block {
  background: transparent;
  padding: 0;
}

#container .block__details--overlay {
  position: static;
  background: transparent;
  padding: 20px 0;
  margin: 0;
}

#container h1.block__details__title {
  font-size: 28px !important;
}

#container .block__details--courseOverlay .collapse {
  display: none;
}

#container .key-facts-option_head {
  width: 200px;
  float: left;
  margin: 0 0 25px 25px  !important;
}

#container .block__details--openDay {
  display: none;
}

#container ul.socialLinks.listReset.headerSocialLinks {
  display: none;
}

#container .course--tabs {
  display: none;
}

#container .facilities--carousel {
  display: none;
}

#container .overview-side-tab {
  display: none;
}

#container .overview-side-content {
  display: block !important;
}

#container .slider-navigation {
  display: none;
}

#container .cycle-slide, .cycle-slide * {
  visibility: visible !important;
  position: static !important;
}

#container .cycle-slide ul {
  margin-bottom: 30px;
}

#container .cycle-sentinel, .cycle-sentinel * {
  display: none !important;
  visibility: hidden !important;
  height: 0px !important;
}

#container .course--banner .cycle-slideshow {
  display: none;
}

#container .widget-placeholder {
  display: none;
}

#container .course_section_title {
  text-align: left !important;
  -webkit-column-break-before: inherit;
          break-before: inherit;
}

#container .course-section--overview img {
  display: none;
}

#container .facilities--content {
  padding: 0 0 50px 0;
}

#container .course-section--structure h3 {
  margin-top: 30px;
}

#container .course-section .course_section_title {
  margin: 20px 0;
}

#container .course-section--opps .opps-col3 {
  margin: 20px 0;
  width: 100%;
  text-align: center;
}

#container a.secondaryNav__more {
  display: none !important;
}

#container .more-dmu-tabs {
  display: none !important;
}

#container .course-section--moreabout .dmu-sect-banner {
  display: block !important;
  width: 50% !important;
  border: 0 none;
  padding: 20px;
}

#container .dmu-sect-banner--overlay {
  width: 100% !important;
  position: static !important;
}

#container .navbar-toggle {
  display: none !important;
}

#cookiePlaceholder {
  display: none !important;
}

.course-section--opps .block:nth-child(3) {
  display: none !important;
}
}
/* print only styles end*/

.dmu-card__link:focus {
    outline:none;
}

.dmu-card {
  position:relative;
}

.dmu-card__link:focus-visible:before {
  content:'';
  position:absolute;
  outline: 2px solid #666;
  outline-offset: -2px;
  z-index:1;
  width: 100%;
  height: 100%;
}

iframe[src^="https://servedby.flashtalking.com"] {
  bottom:-1px;
}


h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1em; }
h5 { font-size: 0.8em; }
h6 { font-size: 0.7em; }